logo
Expand description

Amplify enables developers to develop and deploy cloud-powered mobile and web apps. The Amplify Console provides a continuous delivery and hosting service for web applications. For more information, see the Amplify Console 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.

If you’re using the service, you’re probably looking for AmplifyClient and Amplify.

Structs

A client for the Amplify API.

Represents the different branches of a repository for building, deploying, and hosting an Amplify app.

Describes an artifact.

Describes the automated branch creation configuration.

Describes the backend environment for an Amplify app.

The branch for an Amplify app, which maps to a third-party repository branch.

The request structure used to create apps in Amplify.

The request structure for the backend environment create request.

The result structure for the create backend environment request.

The request structure for the create branch request.

The result structure for create branch request.

The request structure for the create a new deployment request.

The result structure for the create a new deployment request.

The request structure for the create domain association request.

The result structure for the create domain association request.

The request structure for the create webhook request.

The result structure for the create webhook request.

Describes a custom rewrite or redirect rule.

Describes the request structure for the delete app request.

The result structure for the delete app request.

The request structure for the delete backend environment request.

The result structure of the delete backend environment result.

The request structure for the delete branch request.

The result structure for the delete branch request.

The request structure for the delete domain association request.

The request structure for the delete job request.

The result structure for the delete job request.

The request structure for the delete webhook request.

The result structure for the delete webhook request.

Describes a domain association that associates a custom domain with an Amplify app.

The request structure for the generate access logs request.

The result structure for the generate access logs request.

The request structure for the get app request.

Returns the request structure for the get artifact request.

Returns the result structure for the get artifact request.

The request structure for the get backend environment request.

The result structure for the get backend environment result.

The request structure for the get branch request.

The request structure for the get domain association request.

The result structure for the get domain association request.

The request structure for the get job request.

The request structure for the get webhook request.

The result structure for the get webhook request.

Describes an execution job for an Amplify app.

Describes the summary for an execution job for an Amplify app.

The request structure for the list apps request.

The result structure for an Amplify app list request.

Describes the request structure for the list artifacts request.

The result structure for the list artifacts request.

The request structure for the list backend environments request.

The result structure for the list backend environments result.

The request structure for the list branches request.

The result structure for the list branches request.

The request structure for the list domain associations request.

The result structure for the list domain association request.

The request structure for the list jobs request.

The maximum number of records to list in a single response.

The request structure to use to list tags for a resource.

The response for the list tags for resource request.

The request structure for the list webhooks request.

The result structure for the list webhooks request.

Describes the information about a production branch for an Amplify app.

The request structure for the start a deployment request.

The result structure for the start a deployment request.

The request structure for the start job request.

The result structure for the run job request.

Describes an execution step, for an execution job, for an Amplify app.

The request structure for the stop job request.

The result structure for the stop job request.

The subdomain for the domain association.

Describes the settings for the subdomain.

The request structure to tag a resource with a tag key and value.

The response for the tag resource request.

The request structure for the untag resource request.

The response for the untag resource request.

The request structure for the update app request.

The result structure for an Amplify app update request.

The request structure for the update branch request.

The result structure for the update branch request.

The request structure for the update domain association request.

The result structure for the update domain association request.

The request structure for the update webhook request.

The result structure for the update webhook request.

Describes a webhook that connects repository events to an Amplify app.

Enums

Errors returned by CreateApp

Errors returned by CreateBackendEnvironment

Errors returned by CreateBranch

Errors returned by CreateDeployment

Errors returned by CreateDomainAssociation

Errors returned by CreateWebhook

Errors returned by DeleteApp

Errors returned by DeleteBackendEnvironment

Errors returned by DeleteBranch

Errors returned by DeleteDomainAssociation

Errors returned by DeleteJob

Errors returned by DeleteWebhook

Errors returned by GenerateAccessLogs

Errors returned by GetApp

Errors returned by GetArtifactUrl

Errors returned by GetBackendEnvironment

Errors returned by GetBranch

Errors returned by GetDomainAssociation

Errors returned by GetJob

Errors returned by GetWebhook

Errors returned by ListApps

Errors returned by ListArtifacts

Errors returned by ListBackendEnvironments

Errors returned by ListBranches

Errors returned by ListDomainAssociations

Errors returned by ListJobs

Errors returned by ListTagsForResource

Errors returned by ListWebhooks

Errors returned by StartDeployment

Errors returned by StartJob

Errors returned by StopJob

Errors returned by TagResource

Errors returned by UntagResource

Errors returned by UpdateApp

Errors returned by UpdateBranch

Errors returned by UpdateDomainAssociation

Errors returned by UpdateWebhook

Traits

Trait representing the capabilities of the Amplify API. Amplify clients implement this trait.