@aws-sdk/client-amplify 3.533.0 → 3.534.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,6 +27,12 @@ declare const CreateBackendEnvironmentCommand_base: {
27
27
  /**
28
28
  * @public
29
29
  * <p>Creates a new backend environment for an Amplify app. </p>
30
+ * <p>This API is available only to Amplify Gen 1 applications where the
31
+ * backend is created using Amplify Studio or the Amplify
32
+ * command line interface (CLI). This API isn’t available to applications created using the
33
+ * Amplify Gen 2 public preview. When you deploy an application with
34
+ * Amplify Gen 2, you provision the app's backend infrastructure using Typescript
35
+ * code.</p>
30
36
  * @example
31
37
  * Use a bare-bones client and the command you need to make an API call.
32
38
  * ```javascript
@@ -27,6 +27,12 @@ declare const DeleteBackendEnvironmentCommand_base: {
27
27
  /**
28
28
  * @public
29
29
  * <p>Deletes a backend environment for an Amplify app. </p>
30
+ * <p>This API is available only to Amplify Gen 1 applications where the
31
+ * backend was created using Amplify Studio or the Amplify
32
+ * command line interface (CLI). This API isn’t available to applications created using the
33
+ * Amplify Gen 2 public preview. When you deploy an application with
34
+ * Amplify Gen 2, you provision the app's backend infrastructure using Typescript
35
+ * code.</p>
30
36
  * @example
31
37
  * Use a bare-bones client and the command you need to make an API call.
32
38
  * ```javascript
@@ -27,6 +27,12 @@ declare const GetBackendEnvironmentCommand_base: {
27
27
  /**
28
28
  * @public
29
29
  * <p>Returns a backend environment for an Amplify app. </p>
30
+ * <p>This API is available only to Amplify Gen 1 applications where the
31
+ * backend was created using Amplify Studio or the Amplify
32
+ * command line interface (CLI). This API isn’t available to applications created using the
33
+ * Amplify Gen 2 public preview. When you deploy an application with
34
+ * Amplify Gen 2, you provision the app's backend infrastructure using Typescript
35
+ * code.</p>
30
36
  * @example
31
37
  * Use a bare-bones client and the command you need to make an API call.
32
38
  * ```javascript
@@ -27,6 +27,12 @@ declare const ListBackendEnvironmentsCommand_base: {
27
27
  /**
28
28
  * @public
29
29
  * <p>Lists the backend environments for an Amplify app. </p>
30
+ * <p>This API is available only to Amplify Gen 1 applications where the
31
+ * backend was created using Amplify Studio or the Amplify
32
+ * command line interface (CLI). This API isn’t available to applications created using the
33
+ * Amplify Gen 2 public preview. When you deploy an application with
34
+ * Amplify Gen 2, you provision the app's backend infrastructure using Typescript
35
+ * code.</p>
30
36
  * @example
31
37
  * Use a bare-bones client and the command you need to make an API call.
32
38
  * ```javascript
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-amplify",
3
3
  "description": "AWS SDK for JavaScript Amplify Client for Node.js, Browser and React Native",
4
- "version": "3.533.0",
4
+ "version": "3.534.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-amplify",