View Source AWS.Amplify (aws-elixir v1.0.4)
Amplify enables developers to develop and deploy cloud-powered mobile and web apps.
Amplify Hosting provides a continuous delivery and hosting service for web applications. For more information, see the Amplify Hosting User Guide. The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation for client app development. For more information, see the Amplify Framework.
Link to this section Summary
Functions
Creates a new Amplify app.
Creates a new backend environment for an Amplify app.
Creates a new branch for an Amplify app.
Creates a deployment for a manually deployed Amplify app.
Creates a new domain association for an Amplify app.
Creates a new webhook on an Amplify app.
Deletes an existing Amplify app specified by an app ID.
Deletes a backend environment for an Amplify app.
Deletes a branch for an Amplify app.
Deletes a domain association for an Amplify app.
Deletes a job for a branch of an Amplify app.
Deletes a webhook.
Returns the website access logs for a specific time range using a presigned URL.
Returns an existing Amplify app specified by an app ID.
Returns the artifact info that corresponds to an artifact id.
Returns a backend environment for an Amplify app.
Returns a branch for an Amplify app.
Returns the domain information for an Amplify app.
Returns a job for a branch of an Amplify app.
Returns the webhook information that corresponds to a specified webhook ID.
Returns a list of the existing Amplify apps.
Returns a list of artifacts for a specified app, branch, and job.
Lists the backend environments for an Amplify app.
Lists the branches of an Amplify app.
Returns the domain associations for an Amplify app.
Lists the jobs for a branch of an Amplify app.
Returns a list of tags for a specified Amazon Resource Name (ARN).
Returns a list of webhooks for an Amplify app.
Starts a deployment for a manually deployed app.
Starts a new job for a branch of an Amplify app.
Stops a job that is in progress for a branch of an Amplify app.
Tags the resource with a tag key and value.
Untags a resource with a specified Amazon Resource Name (ARN).
Updates an existing Amplify app.
Updates a branch for an Amplify app.
Creates a new domain association for an Amplify app.
Updates a webhook.
Link to this section Functions
Creates a new Amplify app.
Creates a new backend environment for an Amplify app.
This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
Creates a new branch for an Amplify app.
create_deployment(client, app_id, branch_name, input, options \\ [])
View SourceCreates a deployment for a manually deployed Amplify app.
Manually deployed apps are not connected to a Git repository.
The maximum duration between the CreateDeployment
call and the
StartDeployment
call cannot exceed 8 hours. If the duration exceeds 8
hours, the StartDeployment
call and the associated Job
will
fail.
Creates a new domain association for an Amplify app.
This action associates a custom domain with the Amplify app
Creates a new webhook on an Amplify app.
Deletes an existing Amplify app specified by an app ID.
delete_backend_environment(client, app_id, environment_name, input, options \\ [])
View SourceDeletes a backend environment for an Amplify app.
This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
Deletes a branch for an Amplify app.
delete_domain_association(client, app_id, domain_name, input, options \\ [])
View SourceDeletes a domain association for an Amplify app.
delete_job(client, app_id, branch_name, job_id, input, options \\ [])
View SourceDeletes a job for a branch of an Amplify app.
Deletes a webhook.
Returns the website access logs for a specific time range using a presigned URL.
Returns an existing Amplify app specified by an app ID.
Returns the artifact info that corresponds to an artifact id.
get_backend_environment(client, app_id, environment_name, options \\ [])
View SourceReturns a backend environment for an Amplify app.
This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
Returns a branch for an Amplify app.
get_domain_association(client, app_id, domain_name, options \\ [])
View SourceReturns the domain information for an Amplify app.
Returns a job for a branch of an Amplify app.
Returns the webhook information that corresponds to a specified webhook ID.
list_apps(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of the existing Amplify apps.
list_artifacts(client, app_id, branch_name, job_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of artifacts for a specified app, branch, and job.
list_backend_environments(client, app_id, environment_name \\ nil, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the backend environments for an Amplify app.
This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
list_branches(client, app_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the branches of an Amplify app.
list_domain_associations(client, app_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns the domain associations for an Amplify app.
list_jobs(client, app_id, branch_name, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the jobs for a branch of an Amplify app.
Returns a list of tags for a specified Amazon Resource Name (ARN).
list_webhooks(client, app_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of webhooks for an Amplify app.
start_deployment(client, app_id, branch_name, input, options \\ [])
View SourceStarts a deployment for a manually deployed app.
Manually deployed apps are not connected to a Git repository.
The maximum duration between the CreateDeployment
call and the
StartDeployment
call cannot exceed 8 hours. If the duration exceeds 8
hours, the StartDeployment
call and the associated Job
will
fail.
Starts a new job for a branch of an Amplify app.
stop_job(client, app_id, branch_name, job_id, input, options \\ [])
View SourceStops a job that is in progress for a branch of an Amplify app.
Tags the resource with a tag key and value.
Untags a resource with a specified Amazon Resource Name (ARN).
Updates an existing Amplify app.
Updates a branch for an Amplify app.
update_domain_association(client, app_id, domain_name, input, options \\ [])
View SourceCreates a new domain association for an Amplify app.
Updates a webhook.