@aws-sdk/client-fis 3.1077.0 → 3.1078.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 (86) hide show
  1. package/dist-cjs/index.js +34 -263
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateExperimentTemplateCommand.js +2 -14
  4. package/dist-es/commands/CreateTargetAccountConfigurationCommand.js +2 -14
  5. package/dist-es/commands/DeleteExperimentTemplateCommand.js +2 -14
  6. package/dist-es/commands/DeleteTargetAccountConfigurationCommand.js +2 -14
  7. package/dist-es/commands/GetActionCommand.js +2 -14
  8. package/dist-es/commands/GetExperimentCommand.js +2 -14
  9. package/dist-es/commands/GetExperimentTargetAccountConfigurationCommand.js +2 -14
  10. package/dist-es/commands/GetExperimentTemplateCommand.js +2 -14
  11. package/dist-es/commands/GetSafetyLeverCommand.js +2 -14
  12. package/dist-es/commands/GetTargetAccountConfigurationCommand.js +2 -14
  13. package/dist-es/commands/GetTargetResourceTypeCommand.js +2 -14
  14. package/dist-es/commands/ListActionsCommand.js +2 -14
  15. package/dist-es/commands/ListExperimentResolvedTargetsCommand.js +2 -14
  16. package/dist-es/commands/ListExperimentTargetAccountConfigurationsCommand.js +2 -14
  17. package/dist-es/commands/ListExperimentTemplatesCommand.js +2 -14
  18. package/dist-es/commands/ListExperimentsCommand.js +2 -14
  19. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  20. package/dist-es/commands/ListTargetAccountConfigurationsCommand.js +2 -14
  21. package/dist-es/commands/ListTargetResourceTypesCommand.js +2 -14
  22. package/dist-es/commands/StartExperimentCommand.js +2 -14
  23. package/dist-es/commands/StopExperimentCommand.js +2 -14
  24. package/dist-es/commands/TagResourceCommand.js +2 -14
  25. package/dist-es/commands/UntagResourceCommand.js +2 -14
  26. package/dist-es/commands/UpdateExperimentTemplateCommand.js +2 -14
  27. package/dist-es/commands/UpdateSafetyLeverStateCommand.js +2 -14
  28. package/dist-es/commands/UpdateTargetAccountConfigurationCommand.js +2 -14
  29. package/dist-es/index.js +1 -0
  30. package/dist-types/commandBuilder.d.ts +18 -0
  31. package/dist-types/commands/CreateExperimentTemplateCommand.d.ts +3 -8
  32. package/dist-types/commands/CreateTargetAccountConfigurationCommand.d.ts +3 -8
  33. package/dist-types/commands/DeleteExperimentTemplateCommand.d.ts +3 -8
  34. package/dist-types/commands/DeleteTargetAccountConfigurationCommand.d.ts +3 -8
  35. package/dist-types/commands/GetActionCommand.d.ts +3 -8
  36. package/dist-types/commands/GetExperimentCommand.d.ts +3 -8
  37. package/dist-types/commands/GetExperimentTargetAccountConfigurationCommand.d.ts +3 -8
  38. package/dist-types/commands/GetExperimentTemplateCommand.d.ts +3 -8
  39. package/dist-types/commands/GetSafetyLeverCommand.d.ts +3 -8
  40. package/dist-types/commands/GetTargetAccountConfigurationCommand.d.ts +3 -8
  41. package/dist-types/commands/GetTargetResourceTypeCommand.d.ts +3 -8
  42. package/dist-types/commands/ListActionsCommand.d.ts +3 -8
  43. package/dist-types/commands/ListExperimentResolvedTargetsCommand.d.ts +3 -8
  44. package/dist-types/commands/ListExperimentTargetAccountConfigurationsCommand.d.ts +3 -8
  45. package/dist-types/commands/ListExperimentTemplatesCommand.d.ts +3 -8
  46. package/dist-types/commands/ListExperimentsCommand.d.ts +3 -8
  47. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  48. package/dist-types/commands/ListTargetAccountConfigurationsCommand.d.ts +3 -8
  49. package/dist-types/commands/ListTargetResourceTypesCommand.d.ts +3 -8
  50. package/dist-types/commands/StartExperimentCommand.d.ts +3 -8
  51. package/dist-types/commands/StopExperimentCommand.d.ts +3 -8
  52. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  53. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  54. package/dist-types/commands/UpdateExperimentTemplateCommand.d.ts +3 -8
  55. package/dist-types/commands/UpdateSafetyLeverStateCommand.d.ts +3 -8
  56. package/dist-types/commands/UpdateTargetAccountConfigurationCommand.d.ts +3 -8
  57. package/dist-types/index.d.ts +1 -0
  58. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  59. package/dist-types/ts3.4/commands/CreateExperimentTemplateCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/CreateTargetAccountConfigurationCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/DeleteExperimentTemplateCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/DeleteTargetAccountConfigurationCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/GetActionCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/GetExperimentCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/GetExperimentTargetAccountConfigurationCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/GetExperimentTemplateCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/GetSafetyLeverCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/GetTargetAccountConfigurationCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/GetTargetResourceTypeCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/ListExperimentResolvedTargetsCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/ListExperimentTargetAccountConfigurationsCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/ListExperimentTemplatesCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/ListTargetAccountConfigurationsCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/ListTargetResourceTypesCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/StartExperimentCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/StopExperimentCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/UpdateExperimentTemplateCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/UpdateSafetyLeverStateCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/UpdateTargetAccountConfigurationCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/index.d.ts +1 -0
  86. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
4
2
  import type { ListExperimentResolvedTargetsRequest, ListExperimentResolvedTargetsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListExperimentResolvedTargetsCommandInput extends ListExperimen
22
19
  export interface ListExperimentResolvedTargetsCommandOutput extends ListExperimentResolvedTargetsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListExperimentResolvedTargetsCommand_base: {
25
- new (input: ListExperimentResolvedTargetsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentResolvedTargetsCommandInput, ListExperimentResolvedTargetsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListExperimentResolvedTargetsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentResolvedTargetsCommandInput, ListExperimentResolvedTargetsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListExperimentResolvedTargetsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentResolvedTargetsCommandInput, ListExperimentResolvedTargetsCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListExperimentResolvedTargetsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentResolvedTargetsCommandInput, ListExperimentResolvedTargetsCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the resolved targets information of the specified experiment.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
4
2
  import type { ListExperimentTargetAccountConfigurationsRequest, ListExperimentTargetAccountConfigurationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListExperimentTargetAccountConfigurationsCommandInput extends L
22
19
  export interface ListExperimentTargetAccountConfigurationsCommandOutput extends ListExperimentTargetAccountConfigurationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListExperimentTargetAccountConfigurationsCommand_base: {
25
- new (input: ListExperimentTargetAccountConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentTargetAccountConfigurationsCommandInput, ListExperimentTargetAccountConfigurationsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListExperimentTargetAccountConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentTargetAccountConfigurationsCommandInput, ListExperimentTargetAccountConfigurationsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListExperimentTargetAccountConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentTargetAccountConfigurationsCommandInput, ListExperimentTargetAccountConfigurationsCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListExperimentTargetAccountConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentTargetAccountConfigurationsCommandInput, ListExperimentTargetAccountConfigurationsCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the target account configurations of the specified experiment.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
4
2
  import type { ListExperimentTemplatesRequest, ListExperimentTemplatesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListExperimentTemplatesCommandInput extends ListExperimentTempl
22
19
  export interface ListExperimentTemplatesCommandOutput extends ListExperimentTemplatesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListExperimentTemplatesCommand_base: {
25
- new (input: ListExperimentTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentTemplatesCommandInput, ListExperimentTemplatesCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListExperimentTemplatesCommandInput]): import("@smithy/core/client").CommandImpl<ListExperimentTemplatesCommandInput, ListExperimentTemplatesCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListExperimentTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentTemplatesCommandInput, ListExperimentTemplatesCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListExperimentTemplatesCommandInput]): import("@smithy/core/client").CommandImpl<ListExperimentTemplatesCommandInput, ListExperimentTemplatesCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists your experiment templates.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
4
2
  import type { ListExperimentsRequest, ListExperimentsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListExperimentsCommandInput extends ListExperimentsRequest {
22
19
  export interface ListExperimentsCommandOutput extends ListExperimentsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListExperimentsCommand_base: {
25
- new (input: ListExperimentsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentsCommandInput, ListExperimentsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListExperimentsCommandInput]): import("@smithy/core/client").CommandImpl<ListExperimentsCommandInput, ListExperimentsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListExperimentsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentsCommandInput, ListExperimentsCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListExperimentsCommandInput]): import("@smithy/core/client").CommandImpl<ListExperimentsCommandInput, ListExperimentsCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists your experiments.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the tags for the specified resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
4
2
  import type { ListTargetAccountConfigurationsRequest, ListTargetAccountConfigurationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTargetAccountConfigurationsCommandInput extends ListTargetA
22
19
  export interface ListTargetAccountConfigurationsCommandOutput extends ListTargetAccountConfigurationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTargetAccountConfigurationsCommand_base: {
25
- new (input: ListTargetAccountConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListTargetAccountConfigurationsCommandInput, ListTargetAccountConfigurationsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTargetAccountConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListTargetAccountConfigurationsCommandInput, ListTargetAccountConfigurationsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTargetAccountConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListTargetAccountConfigurationsCommandInput, ListTargetAccountConfigurationsCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTargetAccountConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListTargetAccountConfigurationsCommandInput, ListTargetAccountConfigurationsCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the target account configurations of the specified experiment template.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
4
2
  import type { ListTargetResourceTypesRequest, ListTargetResourceTypesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTargetResourceTypesCommandInput extends ListTargetResourceT
22
19
  export interface ListTargetResourceTypesCommandOutput extends ListTargetResourceTypesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTargetResourceTypesCommand_base: {
25
- new (input: ListTargetResourceTypesCommandInput): import("@smithy/core/client").CommandImpl<ListTargetResourceTypesCommandInput, ListTargetResourceTypesCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListTargetResourceTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListTargetResourceTypesCommandInput, ListTargetResourceTypesCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTargetResourceTypesCommandInput): import("@smithy/core/client").CommandImpl<ListTargetResourceTypesCommandInput, ListTargetResourceTypesCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListTargetResourceTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListTargetResourceTypesCommandInput, ListTargetResourceTypesCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the target resource types.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
4
2
  import type { StartExperimentRequest, StartExperimentResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartExperimentCommandInput extends StartExperimentRequest {
22
19
  export interface StartExperimentCommandOutput extends StartExperimentResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartExperimentCommand_base: {
25
- new (input: StartExperimentCommandInput): import("@smithy/core/client").CommandImpl<StartExperimentCommandInput, StartExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartExperimentCommandInput): import("@smithy/core/client").CommandImpl<StartExperimentCommandInput, StartExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartExperimentCommandInput): import("@smithy/core/client").CommandImpl<StartExperimentCommandInput, StartExperimentCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartExperimentCommandInput): import("@smithy/core/client").CommandImpl<StartExperimentCommandInput, StartExperimentCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts running an experiment from the specified experiment template.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
4
2
  import type { StopExperimentRequest, StopExperimentResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StopExperimentCommandInput extends StopExperimentRequest {
22
19
  export interface StopExperimentCommandOutput extends StopExperimentResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StopExperimentCommand_base: {
25
- new (input: StopExperimentCommandInput): import("@smithy/core/client").CommandImpl<StopExperimentCommandInput, StopExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopExperimentCommandInput): import("@smithy/core/client").CommandImpl<StopExperimentCommandInput, StopExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StopExperimentCommandInput): import("@smithy/core/client").CommandImpl<StopExperimentCommandInput, StopExperimentCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StopExperimentCommandInput): import("@smithy/core/client").CommandImpl<StopExperimentCommandInput, StopExperimentCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Stops the specified experiment.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
4
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Applies the specified tags to the specified resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
4
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes the specified tags from the specified resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
4
2
  import type { UpdateExperimentTemplateRequest, UpdateExperimentTemplateResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateExperimentTemplateCommandInput extends UpdateExperimentTe
22
19
  export interface UpdateExperimentTemplateCommandOutput extends UpdateExperimentTemplateResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateExperimentTemplateCommand_base: {
25
- new (input: UpdateExperimentTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateExperimentTemplateCommandInput, UpdateExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateExperimentTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateExperimentTemplateCommandInput, UpdateExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateExperimentTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateExperimentTemplateCommandInput, UpdateExperimentTemplateCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateExperimentTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateExperimentTemplateCommandInput, UpdateExperimentTemplateCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the specified experiment template.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
4
2
  import type { UpdateSafetyLeverStateRequest, UpdateSafetyLeverStateResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateSafetyLeverStateCommandInput extends UpdateSafetyLeverSta
22
19
  export interface UpdateSafetyLeverStateCommandOutput extends UpdateSafetyLeverStateResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateSafetyLeverStateCommand_base: {
25
- new (input: UpdateSafetyLeverStateCommandInput): import("@smithy/core/client").CommandImpl<UpdateSafetyLeverStateCommandInput, UpdateSafetyLeverStateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateSafetyLeverStateCommandInput): import("@smithy/core/client").CommandImpl<UpdateSafetyLeverStateCommandInput, UpdateSafetyLeverStateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateSafetyLeverStateCommandInput): import("@smithy/core/client").CommandImpl<UpdateSafetyLeverStateCommandInput, UpdateSafetyLeverStateCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateSafetyLeverStateCommandInput): import("@smithy/core/client").CommandImpl<UpdateSafetyLeverStateCommandInput, UpdateSafetyLeverStateCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
4
2
  import type { UpdateTargetAccountConfigurationRequest, UpdateTargetAccountConfigurationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateTargetAccountConfigurationCommandInput extends UpdateTarg
22
19
  export interface UpdateTargetAccountConfigurationCommandOutput extends UpdateTargetAccountConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateTargetAccountConfigurationCommand_base: {
25
- new (input: UpdateTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTargetAccountConfigurationCommandInput, UpdateTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTargetAccountConfigurationCommandInput, UpdateTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTargetAccountConfigurationCommandInput, UpdateTargetAccountConfigurationCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTargetAccountConfigurationCommandInput, UpdateTargetAccountConfigurationCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the target account configuration for the specified experiment template.</p>
@@ -10,6 +10,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
10
10
  export type { RuntimeExtension } from "./runtimeExtensions";
11
11
  export type { FisExtensionConfiguration } from "./extensionConfiguration";
12
12
  export * from "./commands";
13
+ export { Command as $Command } from "@smithy/core/client";
13
14
  export * from "./schemas/schemas_0";
14
15
  export * from "./pagination";
15
16
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ FisClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./FisClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ FisClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ FisClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FisClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FisClient";
8
2
  import {
9
3
  CreateExperimentTemplateRequest,
10
4
  CreateExperimentTemplateResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateExperimentTemplateCommandInput
15
8
  extends CreateExperimentTemplateRequest {}
16
9
  export interface CreateExperimentTemplateCommandOutput
@@ -22,22 +15,20 @@ declare const CreateExperimentTemplateCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateExperimentTemplateCommandInput,
24
17
  CreateExperimentTemplateCommandOutput,
25
- FisClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FisClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateExperimentTemplateCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateExperimentTemplateCommandInput,
33
26
  CreateExperimentTemplateCommandOutput,
34
- FisClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").FisClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateExperimentTemplateCommand extends CreateExperimentTemplateCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FisClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FisClient";
8
2
  import {
9
3
  CreateTargetAccountConfigurationRequest,
10
4
  CreateTargetAccountConfigurationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateTargetAccountConfigurationCommandInput
15
8
  extends CreateTargetAccountConfigurationRequest {}
16
9
  export interface CreateTargetAccountConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const CreateTargetAccountConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateTargetAccountConfigurationCommandInput,
24
17
  CreateTargetAccountConfigurationCommandOutput,
25
- FisClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FisClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateTargetAccountConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateTargetAccountConfigurationCommandInput,
33
26
  CreateTargetAccountConfigurationCommandOutput,
34
- FisClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").FisClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateTargetAccountConfigurationCommand extends CreateTargetAccountConfigurationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FisClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FisClient";
8
2
  import {
9
3
  DeleteExperimentTemplateRequest,
10
4
  DeleteExperimentTemplateResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteExperimentTemplateCommandInput
15
8
  extends DeleteExperimentTemplateRequest {}
16
9
  export interface DeleteExperimentTemplateCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteExperimentTemplateCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteExperimentTemplateCommandInput,
24
17
  DeleteExperimentTemplateCommandOutput,
25
- FisClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FisClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteExperimentTemplateCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteExperimentTemplateCommandInput,
33
26
  DeleteExperimentTemplateCommandOutput,
34
- FisClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").FisClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteExperimentTemplateCommand extends DeleteExperimentTemplateCommand_base {
43
34
  protected static __types: {