@aws-sdk/client-fis 3.533.0 → 3.535.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 (59) hide show
  1. package/README.md +2 -2
  2. package/dist-cjs/index.js +15 -1
  3. package/dist-es/models/models_0.js +4 -0
  4. package/dist-es/protocols/Aws_restJson1.js +8 -0
  5. package/dist-types/Fis.d.ts +6 -2
  6. package/dist-types/FisClient.d.ts +2 -2
  7. package/dist-types/commands/CreateExperimentTemplateCommand.d.ts +4 -2
  8. package/dist-types/commands/CreateTargetAccountConfigurationCommand.d.ts +3 -2
  9. package/dist-types/commands/DeleteExperimentTemplateCommand.d.ts +3 -1
  10. package/dist-types/commands/DeleteTargetAccountConfigurationCommand.d.ts +2 -1
  11. package/dist-types/commands/GetActionCommand.d.ts +3 -1
  12. package/dist-types/commands/GetExperimentCommand.d.ts +4 -1
  13. package/dist-types/commands/GetExperimentTargetAccountConfigurationCommand.d.ts +2 -1
  14. package/dist-types/commands/GetExperimentTemplateCommand.d.ts +3 -1
  15. package/dist-types/commands/GetTargetAccountConfigurationCommand.d.ts +2 -1
  16. package/dist-types/commands/GetTargetResourceTypeCommand.d.ts +2 -1
  17. package/dist-types/commands/ListActionsCommand.d.ts +3 -1
  18. package/dist-types/commands/ListExperimentResolvedTargetsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListExperimentTargetAccountConfigurationsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListExperimentTemplatesCommand.d.ts +3 -1
  21. package/dist-types/commands/ListExperimentsCommand.d.ts +9 -1
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  23. package/dist-types/commands/ListTargetAccountConfigurationsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListTargetResourceTypesCommand.d.ts +2 -1
  25. package/dist-types/commands/StartExperimentCommand.d.ts +7 -1
  26. package/dist-types/commands/StopExperimentCommand.d.ts +4 -1
  27. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  28. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UpdateExperimentTemplateCommand.d.ts +3 -1
  30. package/dist-types/commands/UpdateTargetAccountConfigurationCommand.d.ts +2 -1
  31. package/dist-types/index.d.ts +2 -2
  32. package/dist-types/models/models_0.d.ts +376 -303
  33. package/dist-types/ts3.4/Fis.d.ts +4 -0
  34. package/dist-types/ts3.4/commands/CreateExperimentTemplateCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/CreateTargetAccountConfigurationCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/DeleteExperimentTemplateCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/DeleteTargetAccountConfigurationCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/GetActionCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/GetExperimentCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/GetExperimentTargetAccountConfigurationCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/GetExperimentTemplateCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/GetTargetAccountConfigurationCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/GetTargetResourceTypeCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/ListExperimentResolvedTargetsCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/ListExperimentTargetAccountConfigurationsCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/ListExperimentTemplatesCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/ListTargetAccountConfigurationsCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/ListTargetResourceTypesCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/StartExperimentCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/StopExperimentCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/UpdateExperimentTemplateCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/UpdateTargetAccountConfigurationCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/models/models_0.d.ts +18 -0
  59. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the tags for the specified resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -55,6 +55,7 @@ declare const ListTagsForResourceCommand_base: {
55
55
  * @throws {@link FisServiceException}
56
56
  * <p>Base exception class for all service exceptions from Fis service.</p>
57
57
  *
58
+ * @public
58
59
  */
59
60
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
60
61
  }
@@ -22,10 +22,10 @@ export interface ListTargetAccountConfigurationsCommandOutput extends ListTarget
22
22
  }
23
23
  declare const ListTargetAccountConfigurationsCommand_base: {
24
24
  new (input: ListTargetAccountConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetAccountConfigurationsCommandInput, ListTargetAccountConfigurationsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTargetAccountConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetAccountConfigurationsCommandInput, ListTargetAccountConfigurationsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the target account configurations of the specified experiment template.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const ListTargetAccountConfigurationsCommand_base: {
68
68
  * @throws {@link FisServiceException}
69
69
  * <p>Base exception class for all service exceptions from Fis service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class ListTargetAccountConfigurationsCommand extends ListTargetAccountConfigurationsCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface ListTargetResourceTypesCommandOutput extends ListTargetResource
22
22
  }
23
23
  declare const ListTargetResourceTypesCommand_base: {
24
24
  new (input: ListTargetResourceTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetResourceTypesCommandInput, ListTargetResourceTypesCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListTargetResourceTypesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTargetResourceTypesCommandInput, ListTargetResourceTypesCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the target resource types.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const ListTargetResourceTypesCommand_base: {
63
63
  * @throws {@link FisServiceException}
64
64
  * <p>Base exception class for all service exceptions from Fis service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class ListTargetResourceTypesCommand extends ListTargetResourceTypesCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface StartExperimentCommandOutput extends StartExperimentResponse, _
22
22
  }
23
23
  declare const StartExperimentCommand_base: {
24
24
  new (input: StartExperimentCommandInput): import("@smithy/smithy-client").CommandImpl<StartExperimentCommandInput, StartExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartExperimentCommandInput): import("@smithy/smithy-client").CommandImpl<StartExperimentCommandInput, StartExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts running an experiment from the specified experiment template.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -36,6 +36,9 @@ declare const StartExperimentCommand_base: {
36
36
  * const input = { // StartExperimentRequest
37
37
  * clientToken: "STRING_VALUE", // required
38
38
  * experimentTemplateId: "STRING_VALUE", // required
39
+ * experimentOptions: { // StartExperimentExperimentOptionsInput
40
+ * actionsMode: "skip-all" || "run-all",
41
+ * },
39
42
  * tags: { // TagMap
40
43
  * "<keys>": "STRING_VALUE",
41
44
  * },
@@ -45,6 +48,7 @@ declare const StartExperimentCommand_base: {
45
48
  * // { // StartExperimentResponse
46
49
  * // experiment: { // Experiment
47
50
  * // id: "STRING_VALUE",
51
+ * // arn: "STRING_VALUE",
48
52
  * // experimentTemplateId: "STRING_VALUE",
49
53
  * // roleArn: "STRING_VALUE",
50
54
  * // state: { // ExperimentState
@@ -120,6 +124,7 @@ declare const StartExperimentCommand_base: {
120
124
  * // experimentOptions: { // ExperimentOptions
121
125
  * // accountTargeting: "single-account" || "multi-account",
122
126
  * // emptyTargetResolutionMode: "fail" || "skip",
127
+ * // actionsMode: "skip-all" || "run-all",
123
128
  * // },
124
129
  * // targetAccountConfigurationsCount: Number("long"),
125
130
  * // },
@@ -148,6 +153,7 @@ declare const StartExperimentCommand_base: {
148
153
  * @throws {@link FisServiceException}
149
154
  * <p>Base exception class for all service exceptions from Fis service.</p>
150
155
  *
156
+ * @public
151
157
  */
152
158
  export declare class StartExperimentCommand extends StartExperimentCommand_base {
153
159
  }
@@ -22,10 +22,10 @@ export interface StopExperimentCommandOutput extends StopExperimentResponse, __M
22
22
  }
23
23
  declare const StopExperimentCommand_base: {
24
24
  new (input: StopExperimentCommandInput): import("@smithy/smithy-client").CommandImpl<StopExperimentCommandInput, StopExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopExperimentCommandInput): import("@smithy/smithy-client").CommandImpl<StopExperimentCommandInput, StopExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops the specified experiment.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -41,6 +41,7 @@ declare const StopExperimentCommand_base: {
41
41
  * // { // StopExperimentResponse
42
42
  * // experiment: { // Experiment
43
43
  * // id: "STRING_VALUE",
44
+ * // arn: "STRING_VALUE",
44
45
  * // experimentTemplateId: "STRING_VALUE",
45
46
  * // roleArn: "STRING_VALUE",
46
47
  * // state: { // ExperimentState
@@ -116,6 +117,7 @@ declare const StopExperimentCommand_base: {
116
117
  * // experimentOptions: { // ExperimentOptions
117
118
  * // accountTargeting: "single-account" || "multi-account",
118
119
  * // emptyTargetResolutionMode: "fail" || "skip",
120
+ * // actionsMode: "skip-all" || "run-all",
119
121
  * // },
120
122
  * // targetAccountConfigurationsCount: Number("long"),
121
123
  * // },
@@ -138,6 +140,7 @@ declare const StopExperimentCommand_base: {
138
140
  * @throws {@link FisServiceException}
139
141
  * <p>Base exception class for all service exceptions from Fis service.</p>
140
142
  *
143
+ * @public
141
144
  */
142
145
  export declare class StopExperimentCommand extends StopExperimentCommand_base {
143
146
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Applies the specified tags to the specified resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -54,6 +54,7 @@ declare const TagResourceCommand_base: {
54
54
  * @throws {@link FisServiceException}
55
55
  * <p>Base exception class for all service exceptions from Fis service.</p>
56
56
  *
57
+ * @public
57
58
  */
58
59
  export declare class TagResourceCommand extends TagResourceCommand_base {
59
60
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the specified tags from the specified resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -54,6 +54,7 @@ declare const UntagResourceCommand_base: {
54
54
  * @throws {@link FisServiceException}
55
55
  * <p>Base exception class for all service exceptions from Fis service.</p>
56
56
  *
57
+ * @public
57
58
  */
58
59
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
59
60
  }
@@ -22,10 +22,10 @@ export interface UpdateExperimentTemplateCommandOutput extends UpdateExperimentT
22
22
  }
23
23
  declare const UpdateExperimentTemplateCommand_base: {
24
24
  new (input: UpdateExperimentTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateExperimentTemplateCommandInput, UpdateExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateExperimentTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateExperimentTemplateCommandInput, UpdateExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified experiment template.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -100,6 +100,7 @@ declare const UpdateExperimentTemplateCommand_base: {
100
100
  * // { // UpdateExperimentTemplateResponse
101
101
  * // experimentTemplate: { // ExperimentTemplate
102
102
  * // id: "STRING_VALUE",
103
+ * // arn: "STRING_VALUE",
103
104
  * // description: "STRING_VALUE",
104
105
  * // targets: { // ExperimentTemplateTargetMap
105
106
  * // "<keys>": { // ExperimentTemplateTarget
@@ -189,6 +190,7 @@ declare const UpdateExperimentTemplateCommand_base: {
189
190
  * @throws {@link FisServiceException}
190
191
  * <p>Base exception class for all service exceptions from Fis service.</p>
191
192
  *
193
+ * @public
192
194
  */
193
195
  export declare class UpdateExperimentTemplateCommand extends UpdateExperimentTemplateCommand_base {
194
196
  }
@@ -22,10 +22,10 @@ export interface UpdateTargetAccountConfigurationCommandOutput extends UpdateTar
22
22
  }
23
23
  declare const UpdateTargetAccountConfigurationCommand_base: {
24
24
  new (input: UpdateTargetAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTargetAccountConfigurationCommandInput, UpdateTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateTargetAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTargetAccountConfigurationCommandInput, UpdateTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the target account configuration for the specified experiment template.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const UpdateTargetAccountConfigurationCommand_base: {
66
66
  * @throws {@link FisServiceException}
67
67
  * <p>Base exception class for all service exceptions from Fis service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class UpdateTargetAccountConfigurationCommand extends UpdateTargetAccountConfigurationCommand_base {
71
72
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
- * <p>Fault Injection Simulator is a managed service that enables you to perform fault injection
3
- * experiments on your Amazon Web Services workloads. For more information, see the <a href="https://docs.aws.amazon.com/fis/latest/userguide/">Fault Injection Simulator User Guide</a>.</p>
2
+ * <p>Fault Injection Service is a managed service that enables you to perform fault injection
3
+ * experiments on your Amazon Web Services workloads. For more information, see the <a href="https://docs.aws.amazon.com/fis/latest/userguide/">Fault Injection Service User Guide</a>.</p>
4
4
  *
5
5
  * @packageDocumentation
6
6
  */