Amplify
import { Amplify } from "https://aws-api-bqtgftz736ft.deno.dev/v0.5/services/amplify.ts?docs=full";§Constructors
§Methods
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.
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.
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 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.
Deletes a domain association for an Amplify app.
Deletes a webhook.
Returns the website access logs for a specific time range using a presigned URL.
Returns the artifact info that corresponds to an artifact id.
Returns 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 the domain information for an Amplify app.
Returns a list of artifacts for a specified app, branch, and job.
Lists 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.
Lists the branches of an Amplify app.
Returns the domain associations for 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. 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.
Updates a branch for an Amplify app.
Creates a new domain association for an Amplify app.
Updates a webhook.