|
1436 | 1436 | } |
1437 | 1437 | }, |
1438 | 1438 | "traits": { |
1439 | | - "smithy.api#documentation": "<p>Describes the backend properties associated with an Amplify\n <code>Branch</code>.</p>" |
| 1439 | + "smithy.api#documentation": "<p>Describes the backend associated with an Amplify\n <code>Branch</code>.</p>\n <p>This property is available to Amplify Gen 2 apps only. When you deploy an application with\n Amplify Gen 2, you provision the app's backend infrastructure using Typescript\n code.</p>" |
1440 | 1440 | } |
1441 | 1441 | }, |
1442 | 1442 | "com.amazonaws.amplify#BackendEnvironment": { |
|
1484 | 1484 | } |
1485 | 1485 | }, |
1486 | 1486 | "traits": { |
1487 | | - "smithy.api#documentation": "<p>Describes the backend environment for an Amplify app. </p>" |
| 1487 | + "smithy.api#documentation": "<p>Describes the backend environment associated with a <code>Branch</code> of a Gen 1\n Amplify app. Amplify Gen 1 applications are created\n using Amplify Studio or the Amplify command line\n interface (CLI).</p>" |
1488 | 1488 | } |
1489 | 1489 | }, |
1490 | 1490 | "com.amazonaws.amplify#BackendEnvironmentArn": { |
|
1706 | 1706 | "backendEnvironmentArn": { |
1707 | 1707 | "target": "com.amazonaws.amplify#BackendEnvironmentArn", |
1708 | 1708 | "traits": { |
1709 | | - "smithy.api#documentation": "<p> The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify\n app. </p>" |
| 1709 | + "smithy.api#documentation": "<p> The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app. </p>\n <p>This property is available to Amplify Gen 1 apps only. When you deploy an application with\n Amplify Gen 2, you provision the app's backend infrastructure using Typescript\n code.</p>" |
1710 | 1710 | } |
1711 | 1711 | }, |
1712 | 1712 | "backend": { |
|
2082 | 2082 | } |
2083 | 2083 | ], |
2084 | 2084 | "traits": { |
2085 | | - "smithy.api#documentation": "<p>Creates a new backend environment for an Amplify app. </p>\n <p>This API is available only to Amplify Gen 1 applications where the\n backend is created using Amplify Studio or the Amplify\n command line interface (CLI). This API isn’t available to applications created using the\n Amplify Gen 2 public preview. When you deploy an application with\n Amplify Gen 2, you provision the app's backend infrastructure using Typescript\n code.</p>", |
| 2085 | + "smithy.api#documentation": "<p>Creates a new backend environment for an Amplify app. </p>\n <p>This API is available only to Amplify Gen 1 applications where the\n backend is created using Amplify Studio or the Amplify\n command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. \n When you deploy an application with\n Amplify Gen 2, you provision the app's backend infrastructure using Typescript\n code.</p>", |
2086 | 2086 | "smithy.api#http": { |
2087 | 2087 | "method": "POST", |
2088 | 2088 | "uri": "/apps/{appId}/backendenvironments", |
|
2290 | 2290 | "backendEnvironmentArn": { |
2291 | 2291 | "target": "com.amazonaws.amplify#BackendEnvironmentArn", |
2292 | 2292 | "traits": { |
2293 | | - "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify\n app. </p>" |
| 2293 | + "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for a backend environment that is part of a Gen 1 Amplify\n app. </p>\n <p>This field is available to Amplify Gen 1 apps only where the\n backend is created using Amplify Studio or the Amplify\n command line interface (CLI).</p>" |
2294 | 2294 | } |
2295 | 2295 | }, |
2296 | 2296 | "backend": { |
2297 | 2297 | "target": "com.amazonaws.amplify#Backend", |
2298 | 2298 | "traits": { |
2299 | | - "smithy.api#documentation": "<p>The backend for a <code>Branch</code> of an Amplify app. Use for a\n backend created from an CloudFormation stack.</p>" |
| 2299 | + "smithy.api#documentation": "<p>The backend for a <code>Branch</code> of an Amplify app. Use for a\n backend created from an CloudFormation stack.</p>\n <p>This field is available to Amplify Gen 2 apps only. When you deploy an application with\n Amplify Gen 2, you provision the app's backend infrastructure using Typescript\n code.</p>" |
2300 | 2300 | } |
2301 | 2301 | } |
2302 | 2302 | }, |
|
2787 | 2787 | } |
2788 | 2788 | ], |
2789 | 2789 | "traits": { |
2790 | | - "smithy.api#documentation": "<p>Deletes a backend environment for an Amplify app. </p>\n <p>This API is available only to Amplify Gen 1 applications where the\n backend was created using Amplify Studio or the Amplify\n command line interface (CLI). This API isn’t available to applications created using the\n Amplify Gen 2 public preview. When you deploy an application with\n Amplify Gen 2, you provision the app's backend infrastructure using Typescript\n code.</p>", |
| 2790 | + "smithy.api#documentation": "<p>Deletes a backend environment for an Amplify app. </p>\n <p>This API is available only to Amplify Gen 1 applications where the\n backend is created using Amplify Studio or the Amplify\n command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. \n When you deploy an application with\n Amplify Gen 2, you provision the app's backend infrastructure using Typescript\n code.</p>", |
2791 | 2791 | "smithy.api#http": { |
2792 | 2792 | "method": "DELETE", |
2793 | 2793 | "uri": "/apps/{appId}/backendenvironments/{environmentName}", |
|
3719 | 3719 | } |
3720 | 3720 | ], |
3721 | 3721 | "traits": { |
3722 | | - "smithy.api#documentation": "<p>Returns a backend environment for an Amplify app. </p>\n <p>This API is available only to Amplify Gen 1 applications where the\n backend was created using Amplify Studio or the Amplify\n command line interface (CLI). This API isn’t available to applications created using the\n Amplify Gen 2 public preview. When you deploy an application with\n Amplify Gen 2, you provision the app's backend infrastructure using Typescript\n code.</p>", |
| 3722 | + "smithy.api#documentation": "<p>Returns a backend environment for an Amplify app. </p>\n <p>This API is available only to Amplify Gen 1 applications where the\n backend is created using Amplify Studio or the Amplify\n command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. \n When you deploy an application with\n Amplify Gen 2, you provision the app's backend infrastructure using Typescript\n code.</p>", |
3723 | 3723 | "smithy.api#http": { |
3724 | 3724 | "method": "GET", |
3725 | 3725 | "uri": "/apps/{appId}/backendenvironments/{environmentName}", |
|
4497 | 4497 | } |
4498 | 4498 | ], |
4499 | 4499 | "traits": { |
4500 | | - "smithy.api#documentation": "<p>Lists the backend environments for an Amplify app. </p>\n <p>This API is available only to Amplify Gen 1 applications where the\n backend was created using Amplify Studio or the Amplify\n command line interface (CLI). This API isn’t available to applications created using the\n Amplify Gen 2 public preview. When you deploy an application with\n Amplify Gen 2, you provision the app's backend infrastructure using Typescript\n code.</p>", |
| 4500 | + "smithy.api#documentation": "<p>Lists the backend environments for an Amplify app. </p>\n <p>This API is available only to Amplify Gen 1 applications where the\n backend is created using Amplify Studio or the Amplify\n command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. \n When you deploy an application with\n Amplify Gen 2, you provision the app's backend infrastructure using Typescript\n code.</p>", |
4501 | 4501 | "smithy.api#http": { |
4502 | 4502 | "method": "GET", |
4503 | 4503 | "uri": "/apps/{appId}/backendenvironments", |
|
6324 | 6324 | "backendEnvironmentArn": { |
6325 | 6325 | "target": "com.amazonaws.amplify#BackendEnvironmentArn", |
6326 | 6326 | "traits": { |
6327 | | - "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify\n app. </p>" |
| 6327 | + "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for a backend environment that is part of a Gen 1 Amplify\n app. </p>\n <p>This field is available to Amplify Gen 1 apps only where the\n backend is created using Amplify Studio or the Amplify\n command line interface (CLI).</p>" |
6328 | 6328 | } |
6329 | 6329 | }, |
6330 | 6330 | "backend": { |
6331 | 6331 | "target": "com.amazonaws.amplify#Backend", |
6332 | 6332 | "traits": { |
6333 | | - "smithy.api#documentation": "<p>The backend for a <code>Branch</code> of an Amplify app. Use for a\n backend created from an CloudFormation stack.</p>" |
| 6333 | + "smithy.api#documentation": "<p>The backend for a <code>Branch</code> of an Amplify app. Use for a\n backend created from an CloudFormation stack.</p>\n <p>This field is available to Amplify Gen 2 apps only. When you deploy an application with\n Amplify Gen 2, you provision the app's backend infrastructure using Typescript\n code.</p>" |
6334 | 6334 | } |
6335 | 6335 | } |
6336 | 6336 | }, |
|
0 commit comments