@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
package/README.md CHANGED
@@ -6,8 +6,8 @@
6
6
 
7
7
  AWS SDK for JavaScript Fis Client for Node.js, Browser and React Native.
8
8
 
9
- <p>Fault Injection Simulator is a managed service that enables you to perform fault injection
10
- 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>
9
+ <p>Fault Injection Service is a managed service that enables you to perform fault injection
10
+ 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>
11
11
 
12
12
  ## Installing
13
13
 
package/dist-cjs/index.js CHANGED
@@ -22,6 +22,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
22
22
  var src_exports = {};
23
23
  __export(src_exports, {
24
24
  AccountTargeting: () => AccountTargeting,
25
+ ActionsMode: () => ActionsMode,
25
26
  ConflictException: () => ConflictException,
26
27
  CreateExperimentTemplateCommand: () => CreateExperimentTemplateCommand,
27
28
  CreateTargetAccountConfigurationCommand: () => CreateTargetAccountConfigurationCommand,
@@ -243,6 +244,10 @@ var AccountTargeting = {
243
244
  MULTI_ACCOUNT: "multi-account",
244
245
  SINGLE_ACCOUNT: "single-account"
245
246
  };
247
+ var ActionsMode = {
248
+ RUN_ALL: "run-all",
249
+ SKIP_ALL: "skip-all"
250
+ };
246
251
  var _ConflictException = class _ConflictException extends FisServiceException {
247
252
  /**
248
253
  * @internal
@@ -486,7 +491,8 @@ var se_ListExperimentsCommand = /* @__PURE__ */ __name(async (input, context) =>
486
491
  b.bp("/experiments");
487
492
  const query = (0, import_smithy_client.map)({
488
493
  [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
489
- [_nT]: [, input[_nT]]
494
+ [_nT]: [, input[_nT]],
495
+ [_eTI]: [, input[_eTI]]
490
496
  });
491
497
  let body;
492
498
  b.m("GET").h(headers).q(query).b(body);
@@ -560,6 +566,7 @@ var se_StartExperimentCommand = /* @__PURE__ */ __name(async (input, context) =>
560
566
  body = JSON.stringify(
561
567
  (0, import_smithy_client.take)(input, {
562
568
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
569
+ experimentOptions: (_) => (0, import_smithy_client._json)(_),
563
570
  experimentTemplateId: [],
564
571
  tags: (_) => (0, import_smithy_client._json)(_)
565
572
  })
@@ -1063,6 +1070,7 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
1063
1070
  var de_Experiment = /* @__PURE__ */ __name((output, context) => {
1064
1071
  return (0, import_smithy_client.take)(output, {
1065
1072
  actions: (_) => de_ExperimentActionMap(_, context),
1073
+ arn: import_smithy_client.expectString,
1066
1074
  creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1067
1075
  endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1068
1076
  experimentOptions: import_smithy_client._json,
@@ -1101,7 +1109,9 @@ var de_ExperimentActionMap = /* @__PURE__ */ __name((output, context) => {
1101
1109
  }, "de_ExperimentActionMap");
1102
1110
  var de_ExperimentSummary = /* @__PURE__ */ __name((output, context) => {
1103
1111
  return (0, import_smithy_client.take)(output, {
1112
+ arn: import_smithy_client.expectString,
1104
1113
  creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1114
+ experimentOptions: import_smithy_client._json,
1105
1115
  experimentTemplateId: import_smithy_client.expectString,
1106
1116
  id: import_smithy_client.expectString,
1107
1117
  state: import_smithy_client._json,
@@ -1117,6 +1127,7 @@ var de_ExperimentSummaryList = /* @__PURE__ */ __name((output, context) => {
1117
1127
  var de_ExperimentTemplate = /* @__PURE__ */ __name((output, context) => {
1118
1128
  return (0, import_smithy_client.take)(output, {
1119
1129
  actions: import_smithy_client._json,
1130
+ arn: import_smithy_client.expectString,
1120
1131
  creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1121
1132
  description: import_smithy_client.expectString,
1122
1133
  experimentOptions: import_smithy_client._json,
@@ -1132,6 +1143,7 @@ var de_ExperimentTemplate = /* @__PURE__ */ __name((output, context) => {
1132
1143
  }, "de_ExperimentTemplate");
1133
1144
  var de_ExperimentTemplateSummary = /* @__PURE__ */ __name((output, context) => {
1134
1145
  return (0, import_smithy_client.take)(output, {
1146
+ arn: import_smithy_client.expectString,
1135
1147
  creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1136
1148
  description: import_smithy_client.expectString,
1137
1149
  id: import_smithy_client.expectString,
@@ -1151,6 +1163,7 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
1151
1163
  extendedRequestId: output.headers["x-amz-id-2"],
1152
1164
  cfId: output.headers["x-amz-cf-id"]
1153
1165
  }), "deserializeMetadata");
1166
+ var _eTI = "experimentTemplateId";
1154
1167
  var _mR = "maxResults";
1155
1168
  var _nT = "nextToken";
1156
1169
  var _tK = "tagKeys";
@@ -1658,6 +1671,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1658
1671
  paginateListTargetAccountConfigurations,
1659
1672
  paginateListTargetResourceTypes,
1660
1673
  AccountTargeting,
1674
+ ActionsMode,
1661
1675
  ConflictException,
1662
1676
  EmptyTargetResolutionMode,
1663
1677
  ResourceNotFoundException,
@@ -3,6 +3,10 @@ export const AccountTargeting = {
3
3
  MULTI_ACCOUNT: "multi-account",
4
4
  SINGLE_ACCOUNT: "single-account",
5
5
  };
6
+ export const ActionsMode = {
7
+ RUN_ALL: "run-all",
8
+ SKIP_ALL: "skip-all",
9
+ };
6
10
  export class ConflictException extends __BaseException {
7
11
  constructor(opts) {
8
12
  super({
@@ -150,6 +150,7 @@ export const se_ListExperimentsCommand = async (input, context) => {
150
150
  const query = map({
151
151
  [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
152
152
  [_nT]: [, input[_nT]],
153
+ [_eTI]: [, input[_eTI]],
153
154
  });
154
155
  let body;
155
156
  b.m("GET").h(headers).q(query).b(body);
@@ -222,6 +223,7 @@ export const se_StartExperimentCommand = async (input, context) => {
222
223
  let body;
223
224
  body = JSON.stringify(take(input, {
224
225
  clientToken: [true, (_) => _ ?? generateIdempotencyToken()],
226
+ experimentOptions: (_) => _json(_),
225
227
  experimentTemplateId: [],
226
228
  tags: (_) => _json(_),
227
229
  }));
@@ -718,6 +720,7 @@ const de_ValidationExceptionRes = async (parsedOutput, context) => {
718
720
  const de_Experiment = (output, context) => {
719
721
  return take(output, {
720
722
  actions: (_) => de_ExperimentActionMap(_, context),
723
+ arn: __expectString,
721
724
  creationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
722
725
  endTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
723
726
  experimentOptions: _json,
@@ -756,7 +759,9 @@ const de_ExperimentActionMap = (output, context) => {
756
759
  };
757
760
  const de_ExperimentSummary = (output, context) => {
758
761
  return take(output, {
762
+ arn: __expectString,
759
763
  creationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
764
+ experimentOptions: _json,
760
765
  experimentTemplateId: __expectString,
761
766
  id: __expectString,
762
767
  state: _json,
@@ -774,6 +779,7 @@ const de_ExperimentSummaryList = (output, context) => {
774
779
  const de_ExperimentTemplate = (output, context) => {
775
780
  return take(output, {
776
781
  actions: _json,
782
+ arn: __expectString,
777
783
  creationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
778
784
  description: __expectString,
779
785
  experimentOptions: _json,
@@ -789,6 +795,7 @@ const de_ExperimentTemplate = (output, context) => {
789
795
  };
790
796
  const de_ExperimentTemplateSummary = (output, context) => {
791
797
  return take(output, {
798
+ arn: __expectString,
792
799
  creationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
793
800
  description: __expectString,
794
801
  id: __expectString,
@@ -816,6 +823,7 @@ const isSerializableHeaderValue = (value) => value !== undefined &&
816
823
  value !== "" &&
817
824
  (!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
818
825
  (!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);
826
+ const _eTI = "experimentTemplateId";
819
827
  const _mR = "maxResults";
820
828
  const _nT = "nextToken";
821
829
  const _tK = "tagKeys";
@@ -88,6 +88,7 @@ export interface Fis {
88
88
  /**
89
89
  * @see {@link ListActionsCommand}
90
90
  */
91
+ listActions(): Promise<ListActionsCommandOutput>;
91
92
  listActions(args: ListActionsCommandInput, options?: __HttpHandlerOptions): Promise<ListActionsCommandOutput>;
92
93
  listActions(args: ListActionsCommandInput, cb: (err: any, data?: ListActionsCommandOutput) => void): void;
93
94
  listActions(args: ListActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListActionsCommandOutput) => void): void;
@@ -100,6 +101,7 @@ export interface Fis {
100
101
  /**
101
102
  * @see {@link ListExperimentsCommand}
102
103
  */
104
+ listExperiments(): Promise<ListExperimentsCommandOutput>;
103
105
  listExperiments(args: ListExperimentsCommandInput, options?: __HttpHandlerOptions): Promise<ListExperimentsCommandOutput>;
104
106
  listExperiments(args: ListExperimentsCommandInput, cb: (err: any, data?: ListExperimentsCommandOutput) => void): void;
105
107
  listExperiments(args: ListExperimentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExperimentsCommandOutput) => void): void;
@@ -112,6 +114,7 @@ export interface Fis {
112
114
  /**
113
115
  * @see {@link ListExperimentTemplatesCommand}
114
116
  */
117
+ listExperimentTemplates(): Promise<ListExperimentTemplatesCommandOutput>;
115
118
  listExperimentTemplates(args: ListExperimentTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListExperimentTemplatesCommandOutput>;
116
119
  listExperimentTemplates(args: ListExperimentTemplatesCommandInput, cb: (err: any, data?: ListExperimentTemplatesCommandOutput) => void): void;
117
120
  listExperimentTemplates(args: ListExperimentTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExperimentTemplatesCommandOutput) => void): void;
@@ -130,6 +133,7 @@ export interface Fis {
130
133
  /**
131
134
  * @see {@link ListTargetResourceTypesCommand}
132
135
  */
136
+ listTargetResourceTypes(): Promise<ListTargetResourceTypesCommandOutput>;
133
137
  listTargetResourceTypes(args: ListTargetResourceTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListTargetResourceTypesCommandOutput>;
134
138
  listTargetResourceTypes(args: ListTargetResourceTypesCommandInput, cb: (err: any, data?: ListTargetResourceTypesCommandOutput) => void): void;
135
139
  listTargetResourceTypes(args: ListTargetResourceTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTargetResourceTypesCommandOutput) => void): void;
@@ -171,9 +175,9 @@ export interface Fis {
171
175
  updateTargetAccountConfiguration(args: UpdateTargetAccountConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTargetAccountConfigurationCommandOutput) => void): void;
172
176
  }
173
177
  /**
178
+ * <p>Fault Injection Service is a managed service that enables you to perform fault injection
179
+ * 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>
174
180
  * @public
175
- * <p>Fault Injection Simulator is a managed service that enables you to perform fault injection
176
- * 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>
177
181
  */
178
182
  export declare class Fis extends FisClient implements Fis {
179
183
  }
@@ -175,9 +175,9 @@ export type FisClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
175
175
  export interface FisClientResolvedConfig extends FisClientResolvedConfigType {
176
176
  }
177
177
  /**
178
+ * <p>Fault Injection Service is a managed service that enables you to perform fault injection
179
+ * 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>
178
180
  * @public
179
- * <p>Fault Injection Simulator is a managed service that enables you to perform fault injection
180
- * 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>
181
181
  */
182
182
  export declare class FisClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, FisClientResolvedConfig> {
183
183
  /**
@@ -22,10 +22,10 @@ export interface CreateExperimentTemplateCommandOutput extends CreateExperimentT
22
22
  }
23
23
  declare const CreateExperimentTemplateCommand_base: {
24
24
  new (input: CreateExperimentTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateExperimentTemplateCommandInput, CreateExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateExperimentTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateExperimentTemplateCommandInput, CreateExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an experiment template. </p>
30
30
  * <p>An experiment template includes the following components:</p>
31
31
  * <ul>
@@ -48,7 +48,7 @@ declare const CreateExperimentTemplateCommand_base: {
48
48
  * </li>
49
49
  * </ul>
50
50
  * <p>For more information, see <a href="https://docs.aws.amazon.com/fis/latest/userguide/experiment-templates.html">experiment templates</a>
51
- * in the <i>Fault Injection Simulator User Guide</i>.</p>
51
+ * in the <i>Fault Injection Service User Guide</i>.</p>
52
52
  * @example
53
53
  * Use a bare-bones client and the command you need to make an API call.
54
54
  * ```javascript
@@ -126,6 +126,7 @@ declare const CreateExperimentTemplateCommand_base: {
126
126
  * // { // CreateExperimentTemplateResponse
127
127
  * // experimentTemplate: { // ExperimentTemplate
128
128
  * // id: "STRING_VALUE",
129
+ * // arn: "STRING_VALUE",
129
130
  * // description: "STRING_VALUE",
130
131
  * // targets: { // ExperimentTemplateTargetMap
131
132
  * // "<keys>": { // ExperimentTemplateTarget
@@ -218,6 +219,7 @@ declare const CreateExperimentTemplateCommand_base: {
218
219
  * @throws {@link FisServiceException}
219
220
  * <p>Base exception class for all service exceptions from Fis service.</p>
220
221
  *
222
+ * @public
221
223
  */
222
224
  export declare class CreateExperimentTemplateCommand extends CreateExperimentTemplateCommand_base {
223
225
  }
@@ -22,14 +22,14 @@ export interface CreateTargetAccountConfigurationCommandOutput extends CreateTar
22
22
  }
23
23
  declare const CreateTargetAccountConfigurationCommand_base: {
24
24
  new (input: CreateTargetAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTargetAccountConfigurationCommandInput, CreateTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateTargetAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTargetAccountConfigurationCommandInput, CreateTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a target account configuration for the experiment template. A target account configuration
30
30
  * is required when <code>accountTargeting</code> of <code>experimentOptions</code> is set to <code>multi-account</code>.
31
31
  * For more information, see <a href="https://docs.aws.amazon.com/fis/latest/userguide/experiment-options.html">experiment options</a>
32
- * in the <i>Fault Injection Simulator User Guide</i>.
32
+ * in the <i>Fault Injection Service User Guide</i>.
33
33
  * </p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const CreateTargetAccountConfigurationCommand_base: {
77
77
  * @throws {@link FisServiceException}
78
78
  * <p>Base exception class for all service exceptions from Fis service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class CreateTargetAccountConfigurationCommand extends CreateTargetAccountConfigurationCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface DeleteExperimentTemplateCommandOutput extends DeleteExperimentT
22
22
  }
23
23
  declare const DeleteExperimentTemplateCommand_base: {
24
24
  new (input: DeleteExperimentTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExperimentTemplateCommandInput, DeleteExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteExperimentTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExperimentTemplateCommandInput, DeleteExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes 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.
@@ -41,6 +41,7 @@ declare const DeleteExperimentTemplateCommand_base: {
41
41
  * // { // DeleteExperimentTemplateResponse
42
42
  * // experimentTemplate: { // ExperimentTemplate
43
43
  * // id: "STRING_VALUE",
44
+ * // arn: "STRING_VALUE",
44
45
  * // description: "STRING_VALUE",
45
46
  * // targets: { // ExperimentTemplateTargetMap
46
47
  * // "<keys>": { // ExperimentTemplateTarget
@@ -127,6 +128,7 @@ declare const DeleteExperimentTemplateCommand_base: {
127
128
  * @throws {@link FisServiceException}
128
129
  * <p>Base exception class for all service exceptions from Fis service.</p>
129
130
  *
131
+ * @public
130
132
  */
131
133
  export declare class DeleteExperimentTemplateCommand extends DeleteExperimentTemplateCommand_base {
132
134
  }
@@ -22,10 +22,10 @@ export interface DeleteTargetAccountConfigurationCommandOutput extends DeleteTar
22
22
  }
23
23
  declare const DeleteTargetAccountConfigurationCommand_base: {
24
24
  new (input: DeleteTargetAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTargetAccountConfigurationCommandInput, DeleteTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteTargetAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTargetAccountConfigurationCommandInput, DeleteTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified target account configuration of the experiment template.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const DeleteTargetAccountConfigurationCommand_base: {
64
64
  * @throws {@link FisServiceException}
65
65
  * <p>Base exception class for all service exceptions from Fis service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class DeleteTargetAccountConfigurationCommand extends DeleteTargetAccountConfigurationCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface GetActionCommandOutput extends GetActionResponse, __MetadataBea
22
22
  }
23
23
  declare const GetActionCommand_base: {
24
24
  new (input: GetActionCommandInput): import("@smithy/smithy-client").CommandImpl<GetActionCommandInput, GetActionCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetActionCommandInput): import("@smithy/smithy-client").CommandImpl<GetActionCommandInput, GetActionCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about the specified FIS action.</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 GetActionCommand_base: {
41
41
  * // { // GetActionResponse
42
42
  * // action: { // Action
43
43
  * // id: "STRING_VALUE",
44
+ * // arn: "STRING_VALUE",
44
45
  * // description: "STRING_VALUE",
45
46
  * // parameters: { // ActionParameterMap
46
47
  * // "<keys>": { // ActionParameter
@@ -76,6 +77,7 @@ declare const GetActionCommand_base: {
76
77
  * @throws {@link FisServiceException}
77
78
  * <p>Base exception class for all service exceptions from Fis service.</p>
78
79
  *
80
+ * @public
79
81
  */
80
82
  export declare class GetActionCommand extends GetActionCommand_base {
81
83
  }
@@ -22,10 +22,10 @@ export interface GetExperimentCommandOutput extends GetExperimentResponse, __Met
22
22
  }
23
23
  declare const GetExperimentCommand_base: {
24
24
  new (input: GetExperimentCommandInput): import("@smithy/smithy-client").CommandImpl<GetExperimentCommandInput, GetExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetExperimentCommandInput): import("@smithy/smithy-client").CommandImpl<GetExperimentCommandInput, GetExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about 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 GetExperimentCommand_base: {
41
41
  * // { // GetExperimentResponse
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 GetExperimentCommand_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 GetExperimentCommand_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 GetExperimentCommand extends GetExperimentCommand_base {
143
146
  }
@@ -22,10 +22,10 @@ export interface GetExperimentTargetAccountConfigurationCommandOutput extends Ge
22
22
  }
23
23
  declare const GetExperimentTargetAccountConfigurationCommand_base: {
24
24
  new (input: GetExperimentTargetAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetExperimentTargetAccountConfigurationCommandInput, GetExperimentTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetExperimentTargetAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetExperimentTargetAccountConfigurationCommandInput, GetExperimentTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about the specified target account configuration of the experiment.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const GetExperimentTargetAccountConfigurationCommand_base: {
64
64
  * @throws {@link FisServiceException}
65
65
  * <p>Base exception class for all service exceptions from Fis service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class GetExperimentTargetAccountConfigurationCommand extends GetExperimentTargetAccountConfigurationCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface GetExperimentTemplateCommandOutput extends GetExperimentTemplat
22
22
  }
23
23
  declare const GetExperimentTemplateCommand_base: {
24
24
  new (input: GetExperimentTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetExperimentTemplateCommandInput, GetExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetExperimentTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetExperimentTemplateCommandInput, GetExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about 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.
@@ -41,6 +41,7 @@ declare const GetExperimentTemplateCommand_base: {
41
41
  * // { // GetExperimentTemplateResponse
42
42
  * // experimentTemplate: { // ExperimentTemplate
43
43
  * // id: "STRING_VALUE",
44
+ * // arn: "STRING_VALUE",
44
45
  * // description: "STRING_VALUE",
45
46
  * // targets: { // ExperimentTemplateTargetMap
46
47
  * // "<keys>": { // ExperimentTemplateTarget
@@ -127,6 +128,7 @@ declare const GetExperimentTemplateCommand_base: {
127
128
  * @throws {@link FisServiceException}
128
129
  * <p>Base exception class for all service exceptions from Fis service.</p>
129
130
  *
131
+ * @public
130
132
  */
131
133
  export declare class GetExperimentTemplateCommand extends GetExperimentTemplateCommand_base {
132
134
  }
@@ -22,10 +22,10 @@ export interface GetTargetAccountConfigurationCommandOutput extends GetTargetAcc
22
22
  }
23
23
  declare const GetTargetAccountConfigurationCommand_base: {
24
24
  new (input: GetTargetAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetTargetAccountConfigurationCommandInput, GetTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetTargetAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetTargetAccountConfigurationCommandInput, GetTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about the specified target account configuration of the experiment template.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const GetTargetAccountConfigurationCommand_base: {
64
64
  * @throws {@link FisServiceException}
65
65
  * <p>Base exception class for all service exceptions from Fis service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class GetTargetAccountConfigurationCommand extends GetTargetAccountConfigurationCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface GetTargetResourceTypeCommandOutput extends GetTargetResourceTyp
22
22
  }
23
23
  declare const GetTargetResourceTypeCommand_base: {
24
24
  new (input: GetTargetResourceTypeCommandInput): import("@smithy/smithy-client").CommandImpl<GetTargetResourceTypeCommandInput, GetTargetResourceTypeCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetTargetResourceTypeCommandInput): import("@smithy/smithy-client").CommandImpl<GetTargetResourceTypeCommandInput, GetTargetResourceTypeCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about the specified resource type.</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 GetTargetResourceTypeCommand_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 GetTargetResourceTypeCommand extends GetTargetResourceTypeCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface ListActionsCommandOutput extends ListActionsResponse, __Metadat
22
22
  }
23
23
  declare const ListActionsCommand_base: {
24
24
  new (input: ListActionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListActionsCommandInput, ListActionsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListActionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListActionsCommandInput, ListActionsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the available FIS actions.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -43,6 +43,7 @@ declare const ListActionsCommand_base: {
43
43
  * // actions: [ // ActionSummaryList
44
44
  * // { // ActionSummary
45
45
  * // id: "STRING_VALUE",
46
+ * // arn: "STRING_VALUE",
46
47
  * // description: "STRING_VALUE",
47
48
  * // targets: { // ActionTargetMap
48
49
  * // "<keys>": { // ActionTarget
@@ -71,6 +72,7 @@ declare const ListActionsCommand_base: {
71
72
  * @throws {@link FisServiceException}
72
73
  * <p>Base exception class for all service exceptions from Fis service.</p>
73
74
  *
75
+ * @public
74
76
  */
75
77
  export declare class ListActionsCommand extends ListActionsCommand_base {
76
78
  }
@@ -22,10 +22,10 @@ export interface ListExperimentResolvedTargetsCommandOutput extends ListExperime
22
22
  }
23
23
  declare const ListExperimentResolvedTargetsCommand_base: {
24
24
  new (input: ListExperimentResolvedTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExperimentResolvedTargetsCommandInput, ListExperimentResolvedTargetsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListExperimentResolvedTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExperimentResolvedTargetsCommandInput, ListExperimentResolvedTargetsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the resolved targets information of the specified experiment.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const ListExperimentResolvedTargetsCommand_base: {
71
71
  * @throws {@link FisServiceException}
72
72
  * <p>Base exception class for all service exceptions from Fis service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class ListExperimentResolvedTargetsCommand extends ListExperimentResolvedTargetsCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface ListExperimentTargetAccountConfigurationsCommandOutput extends
22
22
  }
23
23
  declare const ListExperimentTargetAccountConfigurationsCommand_base: {
24
24
  new (input: ListExperimentTargetAccountConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExperimentTargetAccountConfigurationsCommandInput, ListExperimentTargetAccountConfigurationsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListExperimentTargetAccountConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExperimentTargetAccountConfigurationsCommandInput, ListExperimentTargetAccountConfigurationsCommandOutput, 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.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const ListExperimentTargetAccountConfigurationsCommand_base: {
67
67
  * @throws {@link FisServiceException}
68
68
  * <p>Base exception class for all service exceptions from Fis service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class ListExperimentTargetAccountConfigurationsCommand extends ListExperimentTargetAccountConfigurationsCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface ListExperimentTemplatesCommandOutput extends ListExperimentTemp
22
22
  }
23
23
  declare const ListExperimentTemplatesCommand_base: {
24
24
  new (input: ListExperimentTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListExperimentTemplatesCommandInput, ListExperimentTemplatesCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListExperimentTemplatesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListExperimentTemplatesCommandInput, ListExperimentTemplatesCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists your experiment templates.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -43,6 +43,7 @@ declare const ListExperimentTemplatesCommand_base: {
43
43
  * // experimentTemplates: [ // ExperimentTemplateSummaryList
44
44
  * // { // ExperimentTemplateSummary
45
45
  * // id: "STRING_VALUE",
46
+ * // arn: "STRING_VALUE",
46
47
  * // description: "STRING_VALUE",
47
48
  * // creationTime: new Date("TIMESTAMP"),
48
49
  * // lastUpdateTime: new Date("TIMESTAMP"),
@@ -68,6 +69,7 @@ declare const ListExperimentTemplatesCommand_base: {
68
69
  * @throws {@link FisServiceException}
69
70
  * <p>Base exception class for all service exceptions from Fis service.</p>
70
71
  *
72
+ * @public
71
73
  */
72
74
  export declare class ListExperimentTemplatesCommand extends ListExperimentTemplatesCommand_base {
73
75
  }
@@ -22,10 +22,10 @@ export interface ListExperimentsCommandOutput extends ListExperimentsResponse, _
22
22
  }
23
23
  declare const ListExperimentsCommand_base: {
24
24
  new (input: ListExperimentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExperimentsCommandInput, ListExperimentsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListExperimentsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListExperimentsCommandInput, ListExperimentsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists your experiments.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -36,6 +36,7 @@ declare const ListExperimentsCommand_base: {
36
36
  * const input = { // ListExperimentsRequest
37
37
  * maxResults: Number("int"),
38
38
  * nextToken: "STRING_VALUE",
39
+ * experimentTemplateId: "STRING_VALUE",
39
40
  * };
40
41
  * const command = new ListExperimentsCommand(input);
41
42
  * const response = await client.send(command);
@@ -43,6 +44,7 @@ declare const ListExperimentsCommand_base: {
43
44
  * // experiments: [ // ExperimentSummaryList
44
45
  * // { // ExperimentSummary
45
46
  * // id: "STRING_VALUE",
47
+ * // arn: "STRING_VALUE",
46
48
  * // experimentTemplateId: "STRING_VALUE",
47
49
  * // state: { // ExperimentState
48
50
  * // status: "pending" || "initiating" || "running" || "completed" || "stopping" || "stopped" || "failed",
@@ -52,6 +54,11 @@ declare const ListExperimentsCommand_base: {
52
54
  * // tags: { // TagMap
53
55
  * // "<keys>": "STRING_VALUE",
54
56
  * // },
57
+ * // experimentOptions: { // ExperimentOptions
58
+ * // accountTargeting: "single-account" || "multi-account",
59
+ * // emptyTargetResolutionMode: "fail" || "skip",
60
+ * // actionsMode: "skip-all" || "run-all",
61
+ * // },
55
62
  * // },
56
63
  * // ],
57
64
  * // nextToken: "STRING_VALUE",
@@ -71,6 +78,7 @@ declare const ListExperimentsCommand_base: {
71
78
  * @throws {@link FisServiceException}
72
79
  * <p>Base exception class for all service exceptions from Fis service.</p>
73
80
  *
81
+ * @public
74
82
  */
75
83
  export declare class ListExperimentsCommand extends ListExperimentsCommand_base {
76
84
  }