View Source aws_amplify (aws 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: https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html. The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation for client app development. For more information, see the Amplify Framework.: https://docs.amplify.aws/

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.
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.

Functions

Link to this function

create_app(Client, Input)

View Source
Creates a new Amplify app.
Link to this function

create_app(Client, Input0, Options0)

View Source
Link to this function

create_backend_environment(Client, AppId, Input)

View Source
Creates a new backend environment for an Amplify app.
Link to this function

create_backend_environment(Client, AppId, Input0, Options0)

View Source
Link to this function

create_branch(Client, AppId, Input)

View Source
Creates a new branch for an Amplify app.
Link to this function

create_branch(Client, AppId, Input0, Options0)

View Source
Link to this function

create_deployment(Client, AppId, BranchName, Input)

View Source

Creates a deployment for a manually deployed Amplify app.

Manually deployed apps are not connected to a 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.
Link to this function

create_deployment(Client, AppId, BranchName, Input0, Options0)

View Source
Link to this function

create_domain_association(Client, AppId, Input)

View Source

Creates a new domain association for an Amplify app.

This action associates a custom domain with the Amplify app
Link to this function

create_domain_association(Client, AppId, Input0, Options0)

View Source
Link to this function

create_webhook(Client, AppId, Input)

View Source
Creates a new webhook on an Amplify app.
Link to this function

create_webhook(Client, AppId, Input0, Options0)

View Source
Link to this function

delete_app(Client, AppId, Input)

View Source
Deletes an existing Amplify app specified by an app ID.
Link to this function

delete_app(Client, AppId, Input0, Options0)

View Source
Link to this function

delete_backend_environment(Client, AppId, EnvironmentName, Input)

View Source
Deletes a backend environment for an Amplify app.
Link to this function

delete_backend_environment(Client, AppId, EnvironmentName, Input0, Options0)

View Source
Link to this function

delete_branch(Client, AppId, BranchName, Input)

View Source
Deletes a branch for an Amplify app.
Link to this function

delete_branch(Client, AppId, BranchName, Input0, Options0)

View Source
Link to this function

delete_domain_association(Client, AppId, DomainName, Input)

View Source
Deletes a domain association for an Amplify app.
Link to this function

delete_domain_association(Client, AppId, DomainName, Input0, Options0)

View Source
Link to this function

delete_job(Client, AppId, BranchName, JobId, Input)

View Source
Deletes a job for a branch of an Amplify app.
Link to this function

delete_job(Client, AppId, BranchName, JobId, Input0, Options0)

View Source
Link to this function

delete_webhook(Client, WebhookId, Input)

View Source
Deletes a webhook.
Link to this function

delete_webhook(Client, WebhookId, Input0, Options0)

View Source
Link to this function

generate_access_logs(Client, AppId, Input)

View Source
Returns the website access logs for a specific time range using a presigned URL.
Link to this function

generate_access_logs(Client, AppId, Input0, Options0)

View Source
Returns an existing Amplify app specified by an app ID.
Link to this function

get_app(Client, AppId, QueryMap, HeadersMap)

View Source
Link to this function

get_app(Client, AppId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_artifact_url(Client, ArtifactId)

View Source
Returns the artifact info that corresponds to an artifact id.
Link to this function

get_artifact_url(Client, ArtifactId, QueryMap, HeadersMap)

View Source
Link to this function

get_artifact_url(Client, ArtifactId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_backend_environment(Client, AppId, EnvironmentName)

View Source
Returns a backend environment for an Amplify app.
Link to this function

get_backend_environment(Client, AppId, EnvironmentName, QueryMap, HeadersMap)

View Source
Link to this function

get_backend_environment(Client, AppId, EnvironmentName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_branch(Client, AppId, BranchName)

View Source
Returns a branch for an Amplify app.
Link to this function

get_branch(Client, AppId, BranchName, QueryMap, HeadersMap)

View Source
Link to this function

get_branch(Client, AppId, BranchName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_domain_association(Client, AppId, DomainName)

View Source
Returns the domain information for an Amplify app.
Link to this function

get_domain_association(Client, AppId, DomainName, QueryMap, HeadersMap)

View Source
Link to this function

get_domain_association(Client, AppId, DomainName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_job(Client, AppId, BranchName, JobId)

View Source
Returns a job for a branch of an Amplify app.
Link to this function

get_job(Client, AppId, BranchName, JobId, QueryMap, HeadersMap)

View Source
Link to this function

get_job(Client, AppId, BranchName, JobId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_webhook(Client, WebhookId)

View Source
Returns the webhook information that corresponds to a specified webhook ID.
Link to this function

get_webhook(Client, WebhookId, QueryMap, HeadersMap)

View Source
Link to this function

get_webhook(Client, WebhookId, QueryMap, HeadersMap, Options0)

View Source
Returns a list of the existing Amplify apps.
Link to this function

list_apps(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_apps(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_artifacts(Client, AppId, BranchName, JobId)

View Source
Returns a list of artifacts for a specified app, branch, and job.
Link to this function

list_artifacts(Client, AppId, BranchName, JobId, QueryMap, HeadersMap)

View Source
Link to this function

list_artifacts(Client, AppId, BranchName, JobId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_backend_environments(Client, AppId)

View Source
Lists the backend environments for an Amplify app.
Link to this function

list_backend_environments(Client, AppId, QueryMap, HeadersMap)

View Source
Link to this function

list_backend_environments(Client, AppId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_branches(Client, AppId)

View Source
Lists the branches of an Amplify app.
Link to this function

list_branches(Client, AppId, QueryMap, HeadersMap)

View Source
Link to this function

list_branches(Client, AppId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_domain_associations(Client, AppId)

View Source
Returns the domain associations for an Amplify app.
Link to this function

list_domain_associations(Client, AppId, QueryMap, HeadersMap)

View Source
Link to this function

list_domain_associations(Client, AppId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_jobs(Client, AppId, BranchName)

View Source
Lists the jobs for a branch of an Amplify app.
Link to this function

list_jobs(Client, AppId, BranchName, QueryMap, HeadersMap)

View Source
Link to this function

list_jobs(Client, AppId, BranchName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn)

View Source
Returns a list of tags for a specified Amazon Resource Name (ARN).
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_webhooks(Client, AppId)

View Source
Returns a list of webhooks for an Amplify app.
Link to this function

list_webhooks(Client, AppId, QueryMap, HeadersMap)

View Source
Link to this function

list_webhooks(Client, AppId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

start_deployment(Client, AppId, BranchName, Input)

View Source

Starts a deployment for a manually deployed app.

Manually deployed apps are not connected to a 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.
Link to this function

start_deployment(Client, AppId, BranchName, Input0, Options0)

View Source
Link to this function

start_job(Client, AppId, BranchName, Input)

View Source
Starts a new job for a branch of an Amplify app.
Link to this function

start_job(Client, AppId, BranchName, Input0, Options0)

View Source
Link to this function

stop_job(Client, AppId, BranchName, JobId, Input)

View Source
Stops a job that is in progress for a branch of an Amplify app.
Link to this function

stop_job(Client, AppId, BranchName, JobId, Input0, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source
Tags the resource with a tag key and value.
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source
Untags a resource with a specified Amazon Resource Name (ARN).
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

update_app(Client, AppId, Input)

View Source
Updates an existing Amplify app.
Link to this function

update_app(Client, AppId, Input0, Options0)

View Source
Link to this function

update_branch(Client, AppId, BranchName, Input)

View Source
Updates a branch for an Amplify app.
Link to this function

update_branch(Client, AppId, BranchName, Input0, Options0)

View Source
Link to this function

update_domain_association(Client, AppId, DomainName, Input)

View Source
Creates a new domain association for an Amplify app.
Link to this function

update_domain_association(Client, AppId, DomainName, Input0, Options0)

View Source
Link to this function

update_webhook(Client, WebhookId, Input)

View Source
Updates a webhook.
Link to this function

update_webhook(Client, WebhookId, Input0, Options0)

View Source