|
3 | 3 | "service": "<p>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 <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html\">Amplify Hosting User Guide</a>. The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation for client app development. For more information, see the <a href=\"https://docs.amplify.aws/\">Amplify Framework.</a> </p>",
|
4 | 4 | "operations": {
|
5 | 5 | "CreateApp": "<p>Creates a new Amplify app. </p>",
|
6 |
| - "CreateBackendEnvironment": "<p>Creates a new backend environment for an Amplify app. </p>", |
| 6 | + "CreateBackendEnvironment": "<p>Creates a new backend environment for an Amplify app. </p> <p>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 applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>", |
7 | 7 | "CreateBranch": "<p> Creates a new branch for an Amplify app. </p>",
|
8 | 8 | "CreateDeployment": "<p>Creates a deployment for a manually deployed Amplify app. Manually deployed apps are not connected to a repository. </p> <p>The maximum duration between the <code>CreateDeployment</code> call and the <code>StartDeployment</code> call cannot exceed 8 hours. If the duration exceeds 8 hours, the <code>StartDeployment</code> call and the associated <code>Job</code> will fail.</p>",
|
9 | 9 | "CreateDomainAssociation": "<p>Creates a new domain association for an Amplify app. This action associates a custom domain with the Amplify app </p>",
|
10 | 10 | "CreateWebhook": "<p>Creates a new webhook on an Amplify app. </p>",
|
11 | 11 | "DeleteApp": "<p>Deletes an existing Amplify app specified by an app ID. </p>",
|
12 |
| - "DeleteBackendEnvironment": "<p>Deletes a backend environment for an Amplify app. </p>", |
| 12 | + "DeleteBackendEnvironment": "<p>Deletes a backend environment for an Amplify app. </p> <p>This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>", |
13 | 13 | "DeleteBranch": "<p> Deletes a branch for an Amplify app. </p>",
|
14 | 14 | "DeleteDomainAssociation": "<p>Deletes a domain association for an Amplify app. </p>",
|
15 | 15 | "DeleteJob": "<p> Deletes a job for a branch of an Amplify app. </p>",
|
16 | 16 | "DeleteWebhook": "<p>Deletes a webhook. </p>",
|
17 | 17 | "GenerateAccessLogs": "<p>Returns the website access logs for a specific time range using a presigned URL. </p>",
|
18 | 18 | "GetApp": "<p>Returns an existing Amplify app specified by an app ID.</p>",
|
19 | 19 | "GetArtifactUrl": "<p>Returns the artifact info that corresponds to an artifact id. </p>",
|
20 |
| - "GetBackendEnvironment": "<p>Returns a backend environment for an Amplify app. </p>", |
| 20 | + "GetBackendEnvironment": "<p>Returns a backend environment for an Amplify app. </p> <p>This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>", |
21 | 21 | "GetBranch": "<p> Returns a branch for an Amplify app. </p>",
|
22 | 22 | "GetDomainAssociation": "<p>Returns the domain information for an Amplify app. </p>",
|
23 | 23 | "GetJob": "<p> Returns a job for a branch of an Amplify app. </p>",
|
24 | 24 | "GetWebhook": "<p>Returns the webhook information that corresponds to a specified webhook ID. </p>",
|
25 | 25 | "ListApps": "<p>Returns a list of the existing Amplify apps. </p>",
|
26 | 26 | "ListArtifacts": "<p>Returns a list of artifacts for a specified app, branch, and job. </p>",
|
27 |
| - "ListBackendEnvironments": "<p>Lists the backend environments for an Amplify app. </p>", |
| 27 | + "ListBackendEnvironments": "<p>Lists the backend environments for an Amplify app. </p> <p>This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>", |
28 | 28 | "ListBranches": "<p> Lists the branches of an Amplify app. </p>",
|
29 | 29 | "ListDomainAssociations": "<p>Returns the domain associations for an Amplify app. </p>",
|
30 | 30 | "ListJobs": "<p> Lists the jobs for a branch of an Amplify app. </p>",
|
|
0 commit comments