@aws-sdk/client-fis 3.775.0 → 3.782.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/CreateExperimentTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateTargetAccountConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteExperimentTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTargetAccountConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetActionCommand.d.ts +1 -0
- package/dist-types/commands/GetExperimentCommand.d.ts +1 -0
- package/dist-types/commands/GetExperimentTargetAccountConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetExperimentTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetSafetyLeverCommand.d.ts +1 -0
- package/dist-types/commands/GetTargetAccountConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetTargetResourceTypeCommand.d.ts +1 -0
- package/dist-types/commands/ListActionsCommand.d.ts +1 -0
- package/dist-types/commands/ListExperimentResolvedTargetsCommand.d.ts +1 -0
- package/dist-types/commands/ListExperimentTargetAccountConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/ListExperimentTemplatesCommand.d.ts +1 -0
- package/dist-types/commands/ListExperimentsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListTargetAccountConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/ListTargetResourceTypesCommand.d.ts +1 -0
- package/dist-types/commands/StartExperimentCommand.d.ts +1 -0
- package/dist-types/commands/StopExperimentCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateExperimentTemplateCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSafetyLeverStateCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTargetAccountConfigurationCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -254,6 +254,7 @@ declare const CreateExperimentTemplateCommand_base: {
|
|
|
254
254
|
* @throws {@link FisServiceException}
|
|
255
255
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
256
256
|
*
|
|
257
|
+
*
|
|
257
258
|
* @public
|
|
258
259
|
*/
|
|
259
260
|
export declare class CreateExperimentTemplateCommand extends CreateExperimentTemplateCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const CreateTargetAccountConfigurationCommand_base: {
|
|
|
78
78
|
* @throws {@link FisServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class CreateTargetAccountConfigurationCommand extends CreateTargetAccountConfigurationCommand_base {
|
|
@@ -146,6 +146,7 @@ declare const DeleteExperimentTemplateCommand_base: {
|
|
|
146
146
|
* @throws {@link FisServiceException}
|
|
147
147
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
148
148
|
*
|
|
149
|
+
*
|
|
149
150
|
* @public
|
|
150
151
|
*/
|
|
151
152
|
export declare class DeleteExperimentTemplateCommand extends DeleteExperimentTemplateCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const DeleteTargetAccountConfigurationCommand_base: {
|
|
|
65
65
|
* @throws {@link FisServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteTargetAccountConfigurationCommand extends DeleteTargetAccountConfigurationCommand_base {
|
|
@@ -178,6 +178,7 @@ declare const GetExperimentCommand_base: {
|
|
|
178
178
|
* @throws {@link FisServiceException}
|
|
179
179
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
180
180
|
*
|
|
181
|
+
*
|
|
181
182
|
* @public
|
|
182
183
|
*/
|
|
183
184
|
export declare class GetExperimentCommand extends GetExperimentCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const GetExperimentTargetAccountConfigurationCommand_base: {
|
|
|
65
65
|
* @throws {@link FisServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class GetExperimentTargetAccountConfigurationCommand extends GetExperimentTargetAccountConfigurationCommand_base {
|
|
@@ -146,6 +146,7 @@ declare const GetExperimentTemplateCommand_base: {
|
|
|
146
146
|
* @throws {@link FisServiceException}
|
|
147
147
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
148
148
|
*
|
|
149
|
+
*
|
|
149
150
|
* @public
|
|
150
151
|
*/
|
|
151
152
|
export declare class GetExperimentTemplateCommand extends GetExperimentTemplateCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const GetSafetyLeverCommand_base: {
|
|
|
66
66
|
* @throws {@link FisServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class GetSafetyLeverCommand extends GetSafetyLeverCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const GetTargetAccountConfigurationCommand_base: {
|
|
|
65
65
|
* @throws {@link FisServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class GetTargetAccountConfigurationCommand extends GetTargetAccountConfigurationCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const GetTargetResourceTypeCommand_base: {
|
|
|
69
69
|
* @throws {@link FisServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class GetTargetResourceTypeCommand extends GetTargetResourceTypeCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const ListActionsCommand_base: {
|
|
|
73
73
|
* @throws {@link FisServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListActionsCommand extends ListActionsCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const ListExperimentResolvedTargetsCommand_base: {
|
|
|
72
72
|
* @throws {@link FisServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListExperimentResolvedTargetsCommand extends ListExperimentResolvedTargetsCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const ListExperimentTargetAccountConfigurationsCommand_base: {
|
|
|
68
68
|
* @throws {@link FisServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class ListExperimentTargetAccountConfigurationsCommand extends ListExperimentTargetAccountConfigurationsCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const ListExperimentTemplatesCommand_base: {
|
|
|
70
70
|
* @throws {@link FisServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ListExperimentTemplatesCommand extends ListExperimentTemplatesCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ListExperimentsCommand_base: {
|
|
|
84
84
|
* @throws {@link FisServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListExperimentsCommand extends ListExperimentsCommand_base {
|
|
@@ -56,6 +56,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
56
56
|
* @throws {@link FisServiceException}
|
|
57
57
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
58
58
|
*
|
|
59
|
+
*
|
|
59
60
|
* @public
|
|
60
61
|
*/
|
|
61
62
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const ListTargetAccountConfigurationsCommand_base: {
|
|
|
69
69
|
* @throws {@link FisServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class ListTargetAccountConfigurationsCommand extends ListTargetAccountConfigurationsCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const ListTargetResourceTypesCommand_base: {
|
|
|
64
64
|
* @throws {@link FisServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class ListTargetResourceTypesCommand extends ListTargetResourceTypesCommand_base {
|
|
@@ -191,6 +191,7 @@ declare const StartExperimentCommand_base: {
|
|
|
191
191
|
* @throws {@link FisServiceException}
|
|
192
192
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
193
193
|
*
|
|
194
|
+
*
|
|
194
195
|
* @public
|
|
195
196
|
*/
|
|
196
197
|
export declare class StartExperimentCommand extends StartExperimentCommand_base {
|
|
@@ -178,6 +178,7 @@ declare const StopExperimentCommand_base: {
|
|
|
178
178
|
* @throws {@link FisServiceException}
|
|
179
179
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
180
180
|
*
|
|
181
|
+
*
|
|
181
182
|
* @public
|
|
182
183
|
*/
|
|
183
184
|
export declare class StopExperimentCommand extends StopExperimentCommand_base {
|
|
@@ -55,6 +55,7 @@ declare const TagResourceCommand_base: {
|
|
|
55
55
|
* @throws {@link FisServiceException}
|
|
56
56
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
57
57
|
*
|
|
58
|
+
*
|
|
58
59
|
* @public
|
|
59
60
|
*/
|
|
60
61
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -55,6 +55,7 @@ declare const UntagResourceCommand_base: {
|
|
|
55
55
|
* @throws {@link FisServiceException}
|
|
56
56
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
57
57
|
*
|
|
58
|
+
*
|
|
58
59
|
* @public
|
|
59
60
|
*/
|
|
60
61
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -225,6 +225,7 @@ declare const UpdateExperimentTemplateCommand_base: {
|
|
|
225
225
|
* @throws {@link FisServiceException}
|
|
226
226
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
227
227
|
*
|
|
228
|
+
*
|
|
228
229
|
* @public
|
|
229
230
|
*/
|
|
230
231
|
export declare class UpdateExperimentTemplateCommand extends UpdateExperimentTemplateCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const UpdateSafetyLeverStateCommand_base: {
|
|
|
76
76
|
* @throws {@link FisServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class UpdateSafetyLeverStateCommand extends UpdateSafetyLeverStateCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const UpdateTargetAccountConfigurationCommand_base: {
|
|
|
67
67
|
* @throws {@link FisServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class UpdateTargetAccountConfigurationCommand extends UpdateTargetAccountConfigurationCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-fis",
|
|
3
3
|
"description": "AWS SDK for JavaScript Fis Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.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-fis",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|