@aws-sdk/client-finspace 3.451.0 → 3.452.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.
@@ -23,6 +23,8 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentRespons
23
23
  }
24
24
  /**
25
25
  * @public
26
+ * @deprecated
27
+ *
26
28
  * <p>Create a new FinSpace environment.</p>
27
29
  * @example
28
30
  * Use a bare-bones client and the command you need to make an API call.
@@ -23,6 +23,8 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentRespons
23
23
  }
24
24
  /**
25
25
  * @public
26
+ * @deprecated
27
+ *
26
28
  * <p>Delete an FinSpace environment.</p>
27
29
  * @example
28
30
  * Use a bare-bones client and the command you need to make an API call.
@@ -23,6 +23,8 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __M
23
23
  }
24
24
  /**
25
25
  * @public
26
+ * @deprecated
27
+ *
26
28
  * <p>Returns the FinSpace environment object.</p>
27
29
  * @example
28
30
  * Use a bare-bones client and the command you need to make an API call.
@@ -23,6 +23,8 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse,
23
23
  }
24
24
  /**
25
25
  * @public
26
+ * @deprecated
27
+ *
26
28
  * <p>A list of all of your FinSpace environments.</p>
27
29
  * @example
28
30
  * Use a bare-bones client and the command you need to make an API call.
@@ -23,6 +23,8 @@ export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentRespons
23
23
  }
24
24
  /**
25
25
  * @public
26
+ * @deprecated
27
+ *
26
28
  * <p>Update your FinSpace environment.</p>
27
29
  * @example
28
30
  * Use a bare-bones client and the command you need to make an API call.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-finspace",
3
3
  "description": "AWS SDK for JavaScript Finspace Client for Node.js, Browser and React Native",
4
- "version": "3.451.0",
4
+ "version": "3.452.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",