@aws-sdk/client-fis 3.650.0 → 3.654.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.
Files changed (53) hide show
  1. package/dist-types/commands/CreateExperimentTemplateCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateTargetAccountConfigurationCommand.d.ts +11 -0
  3. package/dist-types/commands/DeleteExperimentTemplateCommand.d.ts +11 -0
  4. package/dist-types/commands/DeleteTargetAccountConfigurationCommand.d.ts +11 -0
  5. package/dist-types/commands/GetActionCommand.d.ts +11 -0
  6. package/dist-types/commands/GetExperimentCommand.d.ts +11 -0
  7. package/dist-types/commands/GetExperimentTargetAccountConfigurationCommand.d.ts +11 -0
  8. package/dist-types/commands/GetExperimentTemplateCommand.d.ts +11 -0
  9. package/dist-types/commands/GetSafetyLeverCommand.d.ts +11 -0
  10. package/dist-types/commands/GetTargetAccountConfigurationCommand.d.ts +11 -0
  11. package/dist-types/commands/GetTargetResourceTypeCommand.d.ts +11 -0
  12. package/dist-types/commands/ListActionsCommand.d.ts +11 -0
  13. package/dist-types/commands/ListExperimentResolvedTargetsCommand.d.ts +11 -0
  14. package/dist-types/commands/ListExperimentTargetAccountConfigurationsCommand.d.ts +11 -0
  15. package/dist-types/commands/ListExperimentTemplatesCommand.d.ts +11 -0
  16. package/dist-types/commands/ListExperimentsCommand.d.ts +11 -0
  17. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  18. package/dist-types/commands/ListTargetAccountConfigurationsCommand.d.ts +11 -0
  19. package/dist-types/commands/ListTargetResourceTypesCommand.d.ts +11 -0
  20. package/dist-types/commands/StartExperimentCommand.d.ts +11 -0
  21. package/dist-types/commands/StopExperimentCommand.d.ts +11 -0
  22. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  23. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  24. package/dist-types/commands/UpdateExperimentTemplateCommand.d.ts +11 -0
  25. package/dist-types/commands/UpdateSafetyLeverStateCommand.d.ts +11 -0
  26. package/dist-types/commands/UpdateTargetAccountConfigurationCommand.d.ts +11 -0
  27. package/dist-types/ts3.4/commands/CreateExperimentTemplateCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/CreateTargetAccountConfigurationCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/DeleteExperimentTemplateCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/DeleteTargetAccountConfigurationCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/GetActionCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/GetExperimentCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/GetExperimentTargetAccountConfigurationCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/GetExperimentTemplateCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/GetSafetyLeverCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/GetTargetAccountConfigurationCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/GetTargetResourceTypeCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/ListExperimentResolvedTargetsCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/ListExperimentTargetAccountConfigurationsCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/ListExperimentTemplatesCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/ListTargetAccountConfigurationsCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/ListTargetResourceTypesCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/StartExperimentCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/StopExperimentCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/UpdateExperimentTemplateCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/UpdateSafetyLeverStateCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/UpdateTargetAccountConfigurationCommand.d.ts +12 -1
  53. package/package.json +35 -35
@@ -223,4 +223,15 @@ declare const CreateExperimentTemplateCommand_base: {
223
223
  * @public
224
224
  */
225
225
  export declare class CreateExperimentTemplateCommand extends CreateExperimentTemplateCommand_base {
226
+ /** @internal type navigation helper, not in runtime. */
227
+ protected static __types: {
228
+ api: {
229
+ input: CreateExperimentTemplateRequest;
230
+ output: CreateExperimentTemplateResponse;
231
+ };
232
+ sdk: {
233
+ input: CreateExperimentTemplateCommandInput;
234
+ output: CreateExperimentTemplateCommandOutput;
235
+ };
236
+ };
226
237
  }
@@ -81,4 +81,15 @@ declare const CreateTargetAccountConfigurationCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class CreateTargetAccountConfigurationCommand extends CreateTargetAccountConfigurationCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: CreateTargetAccountConfigurationRequest;
88
+ output: CreateTargetAccountConfigurationResponse;
89
+ };
90
+ sdk: {
91
+ input: CreateTargetAccountConfigurationCommandInput;
92
+ output: CreateTargetAccountConfigurationCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -132,4 +132,15 @@ declare const DeleteExperimentTemplateCommand_base: {
132
132
  * @public
133
133
  */
134
134
  export declare class DeleteExperimentTemplateCommand extends DeleteExperimentTemplateCommand_base {
135
+ /** @internal type navigation helper, not in runtime. */
136
+ protected static __types: {
137
+ api: {
138
+ input: DeleteExperimentTemplateRequest;
139
+ output: DeleteExperimentTemplateResponse;
140
+ };
141
+ sdk: {
142
+ input: DeleteExperimentTemplateCommandInput;
143
+ output: DeleteExperimentTemplateCommandOutput;
144
+ };
145
+ };
135
146
  }
@@ -68,4 +68,15 @@ declare const DeleteTargetAccountConfigurationCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class DeleteTargetAccountConfigurationCommand extends DeleteTargetAccountConfigurationCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: DeleteTargetAccountConfigurationRequest;
75
+ output: DeleteTargetAccountConfigurationResponse;
76
+ };
77
+ sdk: {
78
+ input: DeleteTargetAccountConfigurationCommandInput;
79
+ output: DeleteTargetAccountConfigurationCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -81,4 +81,15 @@ declare const GetActionCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class GetActionCommand extends GetActionCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: GetActionRequest;
88
+ output: GetActionResponse;
89
+ };
90
+ sdk: {
91
+ input: GetActionCommandInput;
92
+ output: GetActionCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -149,4 +149,15 @@ declare const GetExperimentCommand_base: {
149
149
  * @public
150
150
  */
151
151
  export declare class GetExperimentCommand extends GetExperimentCommand_base {
152
+ /** @internal type navigation helper, not in runtime. */
153
+ protected static __types: {
154
+ api: {
155
+ input: GetExperimentRequest;
156
+ output: GetExperimentResponse;
157
+ };
158
+ sdk: {
159
+ input: GetExperimentCommandInput;
160
+ output: GetExperimentCommandOutput;
161
+ };
162
+ };
152
163
  }
@@ -68,4 +68,15 @@ declare const GetExperimentTargetAccountConfigurationCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class GetExperimentTargetAccountConfigurationCommand extends GetExperimentTargetAccountConfigurationCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: GetExperimentTargetAccountConfigurationRequest;
75
+ output: GetExperimentTargetAccountConfigurationResponse;
76
+ };
77
+ sdk: {
78
+ input: GetExperimentTargetAccountConfigurationCommandInput;
79
+ output: GetExperimentTargetAccountConfigurationCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -132,4 +132,15 @@ declare const GetExperimentTemplateCommand_base: {
132
132
  * @public
133
133
  */
134
134
  export declare class GetExperimentTemplateCommand extends GetExperimentTemplateCommand_base {
135
+ /** @internal type navigation helper, not in runtime. */
136
+ protected static __types: {
137
+ api: {
138
+ input: GetExperimentTemplateRequest;
139
+ output: GetExperimentTemplateResponse;
140
+ };
141
+ sdk: {
142
+ input: GetExperimentTemplateCommandInput;
143
+ output: GetExperimentTemplateCommandOutput;
144
+ };
145
+ };
135
146
  }
@@ -69,4 +69,15 @@ declare const GetSafetyLeverCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class GetSafetyLeverCommand extends GetSafetyLeverCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: GetSafetyLeverRequest;
76
+ output: GetSafetyLeverResponse;
77
+ };
78
+ sdk: {
79
+ input: GetSafetyLeverCommandInput;
80
+ output: GetSafetyLeverCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -68,4 +68,15 @@ declare const GetTargetAccountConfigurationCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class GetTargetAccountConfigurationCommand extends GetTargetAccountConfigurationCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: GetTargetAccountConfigurationRequest;
75
+ output: GetTargetAccountConfigurationResponse;
76
+ };
77
+ sdk: {
78
+ input: GetTargetAccountConfigurationCommandInput;
79
+ output: GetTargetAccountConfigurationCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -72,4 +72,15 @@ declare const GetTargetResourceTypeCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class GetTargetResourceTypeCommand extends GetTargetResourceTypeCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: GetTargetResourceTypeRequest;
79
+ output: GetTargetResourceTypeResponse;
80
+ };
81
+ sdk: {
82
+ input: GetTargetResourceTypeCommandInput;
83
+ output: GetTargetResourceTypeCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -76,4 +76,15 @@ declare const ListActionsCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class ListActionsCommand extends ListActionsCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: ListActionsRequest;
83
+ output: ListActionsResponse;
84
+ };
85
+ sdk: {
86
+ input: ListActionsCommandInput;
87
+ output: ListActionsCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -75,4 +75,15 @@ declare const ListExperimentResolvedTargetsCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class ListExperimentResolvedTargetsCommand extends ListExperimentResolvedTargetsCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: ListExperimentResolvedTargetsRequest;
82
+ output: ListExperimentResolvedTargetsResponse;
83
+ };
84
+ sdk: {
85
+ input: ListExperimentResolvedTargetsCommandInput;
86
+ output: ListExperimentResolvedTargetsCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -71,4 +71,15 @@ declare const ListExperimentTargetAccountConfigurationsCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class ListExperimentTargetAccountConfigurationsCommand extends ListExperimentTargetAccountConfigurationsCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: ListExperimentTargetAccountConfigurationsRequest;
78
+ output: ListExperimentTargetAccountConfigurationsResponse;
79
+ };
80
+ sdk: {
81
+ input: ListExperimentTargetAccountConfigurationsCommandInput;
82
+ output: ListExperimentTargetAccountConfigurationsCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -73,4 +73,15 @@ declare const ListExperimentTemplatesCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class ListExperimentTemplatesCommand extends ListExperimentTemplatesCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: ListExperimentTemplatesRequest;
80
+ output: ListExperimentTemplatesResponse;
81
+ };
82
+ sdk: {
83
+ input: ListExperimentTemplatesCommandInput;
84
+ output: ListExperimentTemplatesCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -87,4 +87,15 @@ declare const ListExperimentsCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class ListExperimentsCommand extends ListExperimentsCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: ListExperimentsRequest;
94
+ output: ListExperimentsResponse;
95
+ };
96
+ sdk: {
97
+ input: ListExperimentsCommandInput;
98
+ output: ListExperimentsCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -59,4 +59,15 @@ declare const ListTagsForResourceCommand_base: {
59
59
  * @public
60
60
  */
61
61
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
62
+ /** @internal type navigation helper, not in runtime. */
63
+ protected static __types: {
64
+ api: {
65
+ input: ListTagsForResourceRequest;
66
+ output: ListTagsForResourceResponse;
67
+ };
68
+ sdk: {
69
+ input: ListTagsForResourceCommandInput;
70
+ output: ListTagsForResourceCommandOutput;
71
+ };
72
+ };
62
73
  }
@@ -72,4 +72,15 @@ declare const ListTargetAccountConfigurationsCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class ListTargetAccountConfigurationsCommand extends ListTargetAccountConfigurationsCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: ListTargetAccountConfigurationsRequest;
79
+ output: ListTargetAccountConfigurationsResponse;
80
+ };
81
+ sdk: {
82
+ input: ListTargetAccountConfigurationsCommandInput;
83
+ output: ListTargetAccountConfigurationsCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -67,4 +67,15 @@ declare const ListTargetResourceTypesCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class ListTargetResourceTypesCommand extends ListTargetResourceTypesCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: ListTargetResourceTypesRequest;
74
+ output: ListTargetResourceTypesResponse;
75
+ };
76
+ sdk: {
77
+ input: ListTargetResourceTypesCommandInput;
78
+ output: ListTargetResourceTypesCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -162,4 +162,15 @@ declare const StartExperimentCommand_base: {
162
162
  * @public
163
163
  */
164
164
  export declare class StartExperimentCommand extends StartExperimentCommand_base {
165
+ /** @internal type navigation helper, not in runtime. */
166
+ protected static __types: {
167
+ api: {
168
+ input: StartExperimentRequest;
169
+ output: StartExperimentResponse;
170
+ };
171
+ sdk: {
172
+ input: StartExperimentCommandInput;
173
+ output: StartExperimentCommandOutput;
174
+ };
175
+ };
165
176
  }
@@ -149,4 +149,15 @@ declare const StopExperimentCommand_base: {
149
149
  * @public
150
150
  */
151
151
  export declare class StopExperimentCommand extends StopExperimentCommand_base {
152
+ /** @internal type navigation helper, not in runtime. */
153
+ protected static __types: {
154
+ api: {
155
+ input: StopExperimentRequest;
156
+ output: StopExperimentResponse;
157
+ };
158
+ sdk: {
159
+ input: StopExperimentCommandInput;
160
+ output: StopExperimentCommandOutput;
161
+ };
162
+ };
152
163
  }
@@ -58,4 +58,15 @@ declare const TagResourceCommand_base: {
58
58
  * @public
59
59
  */
60
60
  export declare class TagResourceCommand extends TagResourceCommand_base {
61
+ /** @internal type navigation helper, not in runtime. */
62
+ protected static __types: {
63
+ api: {
64
+ input: TagResourceRequest;
65
+ output: {};
66
+ };
67
+ sdk: {
68
+ input: TagResourceCommandInput;
69
+ output: TagResourceCommandOutput;
70
+ };
71
+ };
61
72
  }
@@ -58,4 +58,15 @@ declare const UntagResourceCommand_base: {
58
58
  * @public
59
59
  */
60
60
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
61
+ /** @internal type navigation helper, not in runtime. */
62
+ protected static __types: {
63
+ api: {
64
+ input: UntagResourceRequest;
65
+ output: {};
66
+ };
67
+ sdk: {
68
+ input: UntagResourceCommandInput;
69
+ output: UntagResourceCommandOutput;
70
+ };
71
+ };
61
72
  }
@@ -194,4 +194,15 @@ declare const UpdateExperimentTemplateCommand_base: {
194
194
  * @public
195
195
  */
196
196
  export declare class UpdateExperimentTemplateCommand extends UpdateExperimentTemplateCommand_base {
197
+ /** @internal type navigation helper, not in runtime. */
198
+ protected static __types: {
199
+ api: {
200
+ input: UpdateExperimentTemplateRequest;
201
+ output: UpdateExperimentTemplateResponse;
202
+ };
203
+ sdk: {
204
+ input: UpdateExperimentTemplateCommandInput;
205
+ output: UpdateExperimentTemplateCommandOutput;
206
+ };
207
+ };
197
208
  }
@@ -79,4 +79,15 @@ declare const UpdateSafetyLeverStateCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class UpdateSafetyLeverStateCommand extends UpdateSafetyLeverStateCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: UpdateSafetyLeverStateRequest;
86
+ output: UpdateSafetyLeverStateResponse;
87
+ };
88
+ sdk: {
89
+ input: UpdateSafetyLeverStateCommandInput;
90
+ output: UpdateSafetyLeverStateCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -70,4 +70,15 @@ declare const UpdateTargetAccountConfigurationCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class UpdateTargetAccountConfigurationCommand extends UpdateTargetAccountConfigurationCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: UpdateTargetAccountConfigurationRequest;
77
+ output: UpdateTargetAccountConfigurationResponse;
78
+ };
79
+ sdk: {
80
+ input: UpdateTargetAccountConfigurationCommandInput;
81
+ output: UpdateTargetAccountConfigurationCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -37,4 +37,15 @@ declare const CreateExperimentTemplateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateExperimentTemplateCommand extends CreateExperimentTemplateCommand_base {}
40
+ export declare class CreateExperimentTemplateCommand extends CreateExperimentTemplateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateExperimentTemplateRequest;
44
+ output: CreateExperimentTemplateResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateExperimentTemplateCommandInput;
48
+ output: CreateExperimentTemplateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateTargetAccountConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateTargetAccountConfigurationCommand extends CreateTargetAccountConfigurationCommand_base {}
40
+ export declare class CreateTargetAccountConfigurationCommand extends CreateTargetAccountConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateTargetAccountConfigurationRequest;
44
+ output: CreateTargetAccountConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateTargetAccountConfigurationCommandInput;
48
+ output: CreateTargetAccountConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteExperimentTemplateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteExperimentTemplateCommand extends DeleteExperimentTemplateCommand_base {}
40
+ export declare class DeleteExperimentTemplateCommand extends DeleteExperimentTemplateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteExperimentTemplateRequest;
44
+ output: DeleteExperimentTemplateResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteExperimentTemplateCommandInput;
48
+ output: DeleteExperimentTemplateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteTargetAccountConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteTargetAccountConfigurationCommand extends DeleteTargetAccountConfigurationCommand_base {}
40
+ export declare class DeleteTargetAccountConfigurationCommand extends DeleteTargetAccountConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteTargetAccountConfigurationRequest;
44
+ output: DeleteTargetAccountConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteTargetAccountConfigurationCommandInput;
48
+ output: DeleteTargetAccountConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetActionCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetActionCommand extends GetActionCommand_base {}
36
+ export declare class GetActionCommand extends GetActionCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetActionRequest;
40
+ output: GetActionResponse;
41
+ };
42
+ sdk: {
43
+ input: GetActionCommandInput;
44
+ output: GetActionCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const GetExperimentCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetExperimentCommand extends GetExperimentCommand_base {}
39
+ export declare class GetExperimentCommand extends GetExperimentCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetExperimentRequest;
43
+ output: GetExperimentResponse;
44
+ };
45
+ sdk: {
46
+ input: GetExperimentCommandInput;
47
+ output: GetExperimentCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetExperimentTargetAccountConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetExperimentTargetAccountConfigurationCommand extends GetExperimentTargetAccountConfigurationCommand_base {}
40
+ export declare class GetExperimentTargetAccountConfigurationCommand extends GetExperimentTargetAccountConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetExperimentTargetAccountConfigurationRequest;
44
+ output: GetExperimentTargetAccountConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: GetExperimentTargetAccountConfigurationCommandInput;
48
+ output: GetExperimentTargetAccountConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetExperimentTemplateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetExperimentTemplateCommand extends GetExperimentTemplateCommand_base {}
40
+ export declare class GetExperimentTemplateCommand extends GetExperimentTemplateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetExperimentTemplateRequest;
44
+ output: GetExperimentTemplateResponse;
45
+ };
46
+ sdk: {
47
+ input: GetExperimentTemplateCommandInput;
48
+ output: GetExperimentTemplateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetSafetyLeverCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetSafetyLeverCommand extends GetSafetyLeverCommand_base {}
39
+ export declare class GetSafetyLeverCommand extends GetSafetyLeverCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetSafetyLeverRequest;
43
+ output: GetSafetyLeverResponse;
44
+ };
45
+ sdk: {
46
+ input: GetSafetyLeverCommandInput;
47
+ output: GetSafetyLeverCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetTargetAccountConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetTargetAccountConfigurationCommand extends GetTargetAccountConfigurationCommand_base {}
40
+ export declare class GetTargetAccountConfigurationCommand extends GetTargetAccountConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetTargetAccountConfigurationRequest;
44
+ output: GetTargetAccountConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: GetTargetAccountConfigurationCommandInput;
48
+ output: GetTargetAccountConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetTargetResourceTypeCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetTargetResourceTypeCommand extends GetTargetResourceTypeCommand_base {}
40
+ export declare class GetTargetResourceTypeCommand extends GetTargetResourceTypeCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetTargetResourceTypeRequest;
44
+ output: GetTargetResourceTypeResponse;
45
+ };
46
+ sdk: {
47
+ input: GetTargetResourceTypeCommandInput;
48
+ output: GetTargetResourceTypeCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListActionsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListActionsCommand extends ListActionsCommand_base {}
36
+ export declare class ListActionsCommand extends ListActionsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListActionsRequest;
40
+ output: ListActionsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListActionsCommandInput;
44
+ output: ListActionsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListExperimentResolvedTargetsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListExperimentResolvedTargetsCommand extends ListExperimentResolvedTargetsCommand_base {}
40
+ export declare class ListExperimentResolvedTargetsCommand extends ListExperimentResolvedTargetsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListExperimentResolvedTargetsRequest;
44
+ output: ListExperimentResolvedTargetsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListExperimentResolvedTargetsCommandInput;
48
+ output: ListExperimentResolvedTargetsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListExperimentTargetAccountConfigurationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListExperimentTargetAccountConfigurationsCommand extends ListExperimentTargetAccountConfigurationsCommand_base {}
40
+ export declare class ListExperimentTargetAccountConfigurationsCommand extends ListExperimentTargetAccountConfigurationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListExperimentTargetAccountConfigurationsRequest;
44
+ output: ListExperimentTargetAccountConfigurationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListExperimentTargetAccountConfigurationsCommandInput;
48
+ output: ListExperimentTargetAccountConfigurationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListExperimentTemplatesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListExperimentTemplatesCommand extends ListExperimentTemplatesCommand_base {}
40
+ export declare class ListExperimentTemplatesCommand extends ListExperimentTemplatesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListExperimentTemplatesRequest;
44
+ output: ListExperimentTemplatesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListExperimentTemplatesCommandInput;
48
+ output: ListExperimentTemplatesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListExperimentsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListExperimentsCommand extends ListExperimentsCommand_base {}
39
+ export declare class ListExperimentsCommand extends ListExperimentsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListExperimentsRequest;
43
+ output: ListExperimentsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListExperimentsCommandInput;
47
+ output: ListExperimentsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTargetAccountConfigurationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTargetAccountConfigurationsCommand extends ListTargetAccountConfigurationsCommand_base {}
40
+ export declare class ListTargetAccountConfigurationsCommand extends ListTargetAccountConfigurationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTargetAccountConfigurationsRequest;
44
+ output: ListTargetAccountConfigurationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTargetAccountConfigurationsCommandInput;
48
+ output: ListTargetAccountConfigurationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTargetResourceTypesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTargetResourceTypesCommand extends ListTargetResourceTypesCommand_base {}
40
+ export declare class ListTargetResourceTypesCommand extends ListTargetResourceTypesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTargetResourceTypesRequest;
44
+ output: ListTargetResourceTypesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTargetResourceTypesCommandInput;
48
+ output: ListTargetResourceTypesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const StartExperimentCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class StartExperimentCommand extends StartExperimentCommand_base {}
39
+ export declare class StartExperimentCommand extends StartExperimentCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: StartExperimentRequest;
43
+ output: StartExperimentResponse;
44
+ };
45
+ sdk: {
46
+ input: StartExperimentCommandInput;
47
+ output: StartExperimentCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const StopExperimentCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class StopExperimentCommand extends StopExperimentCommand_base {}
39
+ export declare class StopExperimentCommand extends StopExperimentCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: StopExperimentRequest;
43
+ output: StopExperimentResponse;
44
+ };
45
+ sdk: {
46
+ input: StopExperimentCommandInput;
47
+ output: StopExperimentCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateExperimentTemplateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateExperimentTemplateCommand extends UpdateExperimentTemplateCommand_base {}
40
+ export declare class UpdateExperimentTemplateCommand extends UpdateExperimentTemplateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateExperimentTemplateRequest;
44
+ output: UpdateExperimentTemplateResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateExperimentTemplateCommandInput;
48
+ output: UpdateExperimentTemplateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateSafetyLeverStateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateSafetyLeverStateCommand extends UpdateSafetyLeverStateCommand_base {}
40
+ export declare class UpdateSafetyLeverStateCommand extends UpdateSafetyLeverStateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateSafetyLeverStateRequest;
44
+ output: UpdateSafetyLeverStateResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateSafetyLeverStateCommandInput;
48
+ output: UpdateSafetyLeverStateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateTargetAccountConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateTargetAccountConfigurationCommand extends UpdateTargetAccountConfigurationCommand_base {}
40
+ export declare class UpdateTargetAccountConfigurationCommand extends UpdateTargetAccountConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateTargetAccountConfigurationRequest;
44
+ output: UpdateTargetAccountConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateTargetAccountConfigurationCommandInput;
48
+ output: UpdateTargetAccountConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
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.650.0",
4
+ "version": "3.654.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",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.650.0",
24
- "@aws-sdk/client-sts": "3.650.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.650.0",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"