|
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> <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>", |
| 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 Amplify Gen 2 applications. 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> <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>", |
| 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 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.</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> <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>", |
| 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 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.</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> <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>", |
| 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 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.</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>", |
|
205 | 205 | } |
206 | 206 | }, |
207 | 207 | "Backend": { |
208 | | - "base": "<p>Describes the backend properties associated with an Amplify <code>Branch</code>.</p>", |
| 208 | + "base": "<p>Describes the backend associated with an Amplify <code>Branch</code>.</p> <p>This property is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>", |
209 | 209 | "refs": { |
210 | 210 | "Branch$backend": null, |
211 | | - "CreateBranchRequest$backend": "<p>The backend for a <code>Branch</code> of an Amplify app. Use for a backend created from an CloudFormation stack.</p>", |
212 | | - "UpdateBranchRequest$backend": "<p>The backend for a <code>Branch</code> of an Amplify app. Use for a backend created from an CloudFormation stack.</p>" |
| 211 | + "CreateBranchRequest$backend": "<p>The backend for a <code>Branch</code> of an Amplify app. Use for a backend created from an CloudFormation stack.</p> <p>This field is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>", |
| 212 | + "UpdateBranchRequest$backend": "<p>The backend for a <code>Branch</code> of an Amplify app. Use for a backend created from an CloudFormation stack.</p> <p>This field is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>" |
213 | 213 | } |
214 | 214 | }, |
215 | 215 | "BackendEnvironment": { |
216 | | - "base": "<p>Describes the backend environment for an Amplify app. </p>", |
| 216 | + "base": "<p>Describes the backend environment associated with a <code>Branch</code> of a Gen 1 Amplify app. Amplify Gen 1 applications are created using Amplify Studio or the Amplify command line interface (CLI).</p>", |
217 | 217 | "refs": { |
218 | 218 | "BackendEnvironments$member": null, |
219 | 219 | "CreateBackendEnvironmentResult$backendEnvironment": "<p>Describes the backend environment for an Amplify app. </p>", |
|
225 | 225 | "base": null, |
226 | 226 | "refs": { |
227 | 227 | "BackendEnvironment$backendEnvironmentArn": "<p>The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app. </p>", |
228 | | - "Branch$backendEnvironmentArn": "<p> The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app. </p>", |
229 | | - "CreateBranchRequest$backendEnvironmentArn": "<p>The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app. </p>", |
230 | | - "UpdateBranchRequest$backendEnvironmentArn": "<p>The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app. </p>" |
| 228 | + "Branch$backendEnvironmentArn": "<p> The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app. </p> <p>This property is available to Amplify Gen 1 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>", |
| 229 | + "CreateBranchRequest$backendEnvironmentArn": "<p>The Amazon Resource Name (ARN) for a backend environment that is part of a Gen 1 Amplify app. </p> <p>This field is available to Amplify Gen 1 apps only where the backend is created using Amplify Studio or the Amplify command line interface (CLI).</p>", |
| 230 | + "UpdateBranchRequest$backendEnvironmentArn": "<p>The Amazon Resource Name (ARN) for a backend environment that is part of a Gen 1 Amplify app. </p> <p>This field is available to Amplify Gen 1 apps only where the backend is created using Amplify Studio or the Amplify command line interface (CLI).</p>" |
231 | 231 | } |
232 | 232 | }, |
233 | 233 | "BackendEnvironments": { |
|
0 commit comments