View Source AWS.AmplifyBackend (aws-elixir v1.0.4)
AWS Amplify Admin API
Link to this section Summary
Functions
This operation clones an existing backend.
This operation creates a backend for an Amplify app.
Creates a new backend API resource.
Creates a new backend authentication resource.
Creates a config object for a backend.
Creates a backend storage resource.
Generates a one-time challenge code to authenticate a user into your Amplify Admin UI.
Removes an existing environment from your Amplify project.
Deletes an existing backend API resource.
Deletes an existing backend authentication resource.
Removes the specified backend storage resource.
Deletes the challenge token based on the given appId and sessionId.
Generates a model schema for an existing backend API resource.
Provides project-level details for your Amplify UI project.
Gets the details for a backend API.
Gets a model introspection schema for an existing backend API resource.
Gets a backend auth details.
Returns information about a specific job.
Gets details for a backend storage resource.
Gets the challenge token based on the given appId and sessionId.
Imports an existing backend authentication resource.
Imports an existing backend storage resource.
Lists the jobs for the backend of an Amplify app.
The list of S3 buckets in your account.
Removes all backend environments from your Amplify project.
Removes the AWS resources required to access the Amplify Admin UI.
Updates an existing backend API resource.
Updates an existing backend authentication resource.
Updates the AWS resources required to access the Amplify Admin UI.
Updates a specific job.
Updates an existing backend storage resource.
Link to this section Functions
clone_backend(client, app_id, backend_environment_name, input, options \\ [])
View SourceThis operation clones an existing backend.
This operation creates a backend for an Amplify app.
Backends are automatically created at the time of app creation.
Creates a new backend API resource.
Creates a new backend authentication resource.
Creates a config object for a backend.
Creates a backend storage resource.
Generates a one-time challenge code to authenticate a user into your Amplify Admin UI.
delete_backend(client, app_id, backend_environment_name, input, options \\ [])
View SourceRemoves an existing environment from your Amplify project.
delete_backend_api(client, app_id, backend_environment_name, input, options \\ [])
View SourceDeletes an existing backend API resource.
delete_backend_auth(client, app_id, backend_environment_name, input, options \\ [])
View SourceDeletes an existing backend authentication resource.
delete_backend_storage(client, app_id, backend_environment_name, input, options \\ [])
View SourceRemoves the specified backend storage resource.
Deletes the challenge token based on the given appId and sessionId.
generate_backend_api_models(client, app_id, backend_environment_name, input, options \\ [])
View SourceGenerates a model schema for an existing backend API resource.
Provides project-level details for your Amplify UI project.
get_backend_api(client, app_id, backend_environment_name, input, options \\ [])
View SourceGets the details for a backend API.
get_backend_api_models(client, app_id, backend_environment_name, input, options \\ [])
View SourceGets a model introspection schema for an existing backend API resource.
get_backend_auth(client, app_id, backend_environment_name, input, options \\ [])
View SourceGets a backend auth details.
get_backend_job(client, app_id, backend_environment_name, job_id, options \\ [])
View SourceReturns information about a specific job.
get_backend_storage(client, app_id, backend_environment_name, input, options \\ [])
View SourceGets details for a backend storage resource.
Gets the challenge token based on the given appId and sessionId.
import_backend_auth(client, app_id, backend_environment_name, input, options \\ [])
View SourceImports an existing backend authentication resource.
import_backend_storage(client, app_id, backend_environment_name, input, options \\ [])
View SourceImports an existing backend storage resource.
list_backend_jobs(client, app_id, backend_environment_name, input, options \\ [])
View SourceLists the jobs for the backend of an Amplify app.
The list of S3 buckets in your account.
Removes all backend environments from your Amplify project.
Removes the AWS resources required to access the Amplify Admin UI.
update_backend_api(client, app_id, backend_environment_name, input, options \\ [])
View SourceUpdates an existing backend API resource.
update_backend_auth(client, app_id, backend_environment_name, input, options \\ [])
View SourceUpdates an existing backend authentication resource.
Updates the AWS resources required to access the Amplify Admin UI.
update_backend_job(client, app_id, backend_environment_name, job_id, input, options \\ [])
View SourceUpdates a specific job.
update_backend_storage(client, app_id, backend_environment_name, input, options \\ [])
View SourceUpdates an existing backend storage resource.