@aws-sdk/client-finspace 3.535.0 → 3.536.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.
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -1
- package/package.json +1 -1
|
@@ -27,6 +27,8 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
29
|
* <p>Create a new FinSpace environment.</p>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
30
32
|
* @example
|
|
31
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
34
|
* ```javascript
|
|
@@ -100,7 +102,6 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
100
102
|
* <p>Base exception class for all service exceptions from Finspace service.</p>
|
|
101
103
|
*
|
|
102
104
|
* @public
|
|
103
|
-
* @deprecated This method will be discontinued.
|
|
104
105
|
*/
|
|
105
106
|
export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {
|
|
106
107
|
}
|
|
@@ -27,6 +27,8 @@ declare const DeleteEnvironmentCommand_base: {
|
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
29
|
* <p>Delete an FinSpace environment.</p>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
30
32
|
* @example
|
|
31
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
34
|
* ```javascript
|
|
@@ -68,7 +70,6 @@ declare const DeleteEnvironmentCommand_base: {
|
|
|
68
70
|
* <p>Base exception class for all service exceptions from Finspace service.</p>
|
|
69
71
|
*
|
|
70
72
|
* @public
|
|
71
|
-
* @deprecated This method will be discontinued.
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {
|
|
74
75
|
}
|
|
@@ -27,6 +27,8 @@ declare const GetEnvironmentCommand_base: {
|
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
29
|
* <p>Returns the FinSpace environment object.</p>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
30
32
|
* @example
|
|
31
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
34
|
* ```javascript
|
|
@@ -89,7 +91,6 @@ declare const GetEnvironmentCommand_base: {
|
|
|
89
91
|
* <p>Base exception class for all service exceptions from Finspace service.</p>
|
|
90
92
|
*
|
|
91
93
|
* @public
|
|
92
|
-
* @deprecated This method will be discontinued.
|
|
93
94
|
*/
|
|
94
95
|
export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {
|
|
95
96
|
}
|
|
@@ -27,6 +27,8 @@ declare const ListEnvironmentsCommand_base: {
|
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
29
|
* <p>A list of all of your FinSpace environments.</p>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
30
32
|
* @example
|
|
31
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
34
|
* ```javascript
|
|
@@ -90,7 +92,6 @@ declare const ListEnvironmentsCommand_base: {
|
|
|
90
92
|
* <p>Base exception class for all service exceptions from Finspace service.</p>
|
|
91
93
|
*
|
|
92
94
|
* @public
|
|
93
|
-
* @deprecated This method will be discontinued.
|
|
94
95
|
*/
|
|
95
96
|
export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base {
|
|
96
97
|
}
|
|
@@ -27,6 +27,8 @@ declare const UpdateEnvironmentCommand_base: {
|
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
29
|
* <p>Update your FinSpace environment.</p>
|
|
30
|
+
*
|
|
31
|
+
* @deprecated This method will be discontinued.
|
|
30
32
|
* @example
|
|
31
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
34
|
* ```javascript
|
|
@@ -105,7 +107,6 @@ declare const UpdateEnvironmentCommand_base: {
|
|
|
105
107
|
* <p>Base exception class for all service exceptions from Finspace service.</p>
|
|
106
108
|
*
|
|
107
109
|
* @public
|
|
108
|
-
* @deprecated This method will be discontinued.
|
|
109
110
|
*/
|
|
110
111
|
export declare class UpdateEnvironmentCommand extends UpdateEnvironmentCommand_base {
|
|
111
112
|
}
|
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.
|
|
4
|
+
"version": "3.536.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-finspace",
|