@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,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListExperimentTemplates$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListExperimentTemplatesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FaultInjectionSimulator", "ListExperimentTemplates", {})
13
- .n("FisClient", "ListExperimentTemplatesCommand")
14
- .sc(ListExperimentTemplates$)
15
- .build() {
3
+ export class ListExperimentTemplatesCommand extends command(_ep0, _mw0, "ListExperimentTemplates", ListExperimentTemplates$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListExperiments$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListExperimentsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FaultInjectionSimulator", "ListExperiments", {})
13
- .n("FisClient", "ListExperimentsCommand")
14
- .sc(ListExperiments$)
15
- .build() {
3
+ export class ListExperimentsCommand extends command(_ep0, _mw0, "ListExperiments", ListExperiments$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FaultInjectionSimulator", "ListTagsForResource", {})
13
- .n("FisClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTargetAccountConfigurations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTargetAccountConfigurationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FaultInjectionSimulator", "ListTargetAccountConfigurations", {})
13
- .n("FisClient", "ListTargetAccountConfigurationsCommand")
14
- .sc(ListTargetAccountConfigurations$)
15
- .build() {
3
+ export class ListTargetAccountConfigurationsCommand extends command(_ep0, _mw0, "ListTargetAccountConfigurations", ListTargetAccountConfigurations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTargetResourceTypes$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTargetResourceTypesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FaultInjectionSimulator", "ListTargetResourceTypes", {})
13
- .n("FisClient", "ListTargetResourceTypesCommand")
14
- .sc(ListTargetResourceTypes$)
15
- .build() {
3
+ export class ListTargetResourceTypesCommand extends command(_ep0, _mw0, "ListTargetResourceTypes", ListTargetResourceTypes$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartExperiment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartExperimentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FaultInjectionSimulator", "StartExperiment", {})
13
- .n("FisClient", "StartExperimentCommand")
14
- .sc(StartExperiment$)
15
- .build() {
3
+ export class StartExperimentCommand extends command(_ep0, _mw0, "StartExperiment", StartExperiment$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StopExperiment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopExperimentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FaultInjectionSimulator", "StopExperiment", {})
13
- .n("FisClient", "StopExperimentCommand")
14
- .sc(StopExperiment$)
15
- .build() {
3
+ export class StopExperimentCommand extends command(_ep0, _mw0, "StopExperiment", StopExperiment$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FaultInjectionSimulator", "TagResource", {})
13
- .n("FisClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FaultInjectionSimulator", "UntagResource", {})
13
- .n("FisClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateExperimentTemplate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateExperimentTemplateCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FaultInjectionSimulator", "UpdateExperimentTemplate", {})
13
- .n("FisClient", "UpdateExperimentTemplateCommand")
14
- .sc(UpdateExperimentTemplate$)
15
- .build() {
3
+ export class UpdateExperimentTemplateCommand extends command(_ep0, _mw0, "UpdateExperimentTemplate", UpdateExperimentTemplate$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateSafetyLeverState$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateSafetyLeverStateCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FaultInjectionSimulator", "UpdateSafetyLeverState", {})
13
- .n("FisClient", "UpdateSafetyLeverStateCommand")
14
- .sc(UpdateSafetyLeverState$)
15
- .build() {
3
+ export class UpdateSafetyLeverStateCommand extends command(_ep0, _mw0, "UpdateSafetyLeverState", UpdateSafetyLeverState$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateTargetAccountConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateTargetAccountConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FaultInjectionSimulator", "UpdateTargetAccountConfiguration", {})
13
- .n("FisClient", "UpdateTargetAccountConfigurationCommand")
14
- .sc(UpdateTargetAccountConfiguration$)
15
- .build() {
3
+ export class UpdateTargetAccountConfigurationCommand extends command(_ep0, _mw0, "UpdateTargetAccountConfiguration", UpdateTargetAccountConfiguration$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./FisClient";
2
2
  export * from "./Fis";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./FisClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -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 { CreateExperimentTemplateRequest, CreateExperimentTemplateResponse } 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 CreateExperimentTemplateCommandInput extends CreateExperimentTe
22
19
  export interface CreateExperimentTemplateCommandOutput extends CreateExperimentTemplateResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateExperimentTemplateCommand_base: {
25
- new (input: CreateExperimentTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateExperimentTemplateCommandInput, CreateExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateExperimentTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateExperimentTemplateCommandInput, CreateExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateExperimentTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateExperimentTemplateCommandInput, CreateExperimentTemplateCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateExperimentTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateExperimentTemplateCommandInput, CreateExperimentTemplateCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an 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 { CreateTargetAccountConfigurationRequest, CreateTargetAccountConfigurationResponse } 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 CreateTargetAccountConfigurationCommandInput extends CreateTarg
22
19
  export interface CreateTargetAccountConfigurationCommandOutput extends CreateTargetAccountConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateTargetAccountConfigurationCommand_base: {
25
- new (input: CreateTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateTargetAccountConfigurationCommandInput, CreateTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateTargetAccountConfigurationCommandInput, CreateTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateTargetAccountConfigurationCommandInput, CreateTargetAccountConfigurationCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateTargetAccountConfigurationCommandInput, CreateTargetAccountConfigurationCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a target account configuration for the experiment template. A target account configuration
@@ -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 { DeleteExperimentTemplateRequest, DeleteExperimentTemplateResponse } 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 DeleteExperimentTemplateCommandInput extends DeleteExperimentTe
22
19
  export interface DeleteExperimentTemplateCommandOutput extends DeleteExperimentTemplateResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteExperimentTemplateCommand_base: {
25
- new (input: DeleteExperimentTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteExperimentTemplateCommandInput, DeleteExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteExperimentTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteExperimentTemplateCommandInput, DeleteExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteExperimentTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteExperimentTemplateCommandInput, DeleteExperimentTemplateCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteExperimentTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteExperimentTemplateCommandInput, DeleteExperimentTemplateCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes 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 { DeleteTargetAccountConfigurationRequest, DeleteTargetAccountConfigurationResponse } 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 DeleteTargetAccountConfigurationCommandInput extends DeleteTarg
22
19
  export interface DeleteTargetAccountConfigurationCommandOutput extends DeleteTargetAccountConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTargetAccountConfigurationCommand_base: {
25
- new (input: DeleteTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteTargetAccountConfigurationCommandInput, DeleteTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteTargetAccountConfigurationCommandInput, DeleteTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteTargetAccountConfigurationCommandInput, DeleteTargetAccountConfigurationCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteTargetAccountConfigurationCommandInput, DeleteTargetAccountConfigurationCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified target account configuration of the 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 { GetActionRequest, GetActionResponse } 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 GetActionCommandInput extends GetActionRequest {
22
19
  export interface GetActionCommandOutput extends GetActionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetActionCommand_base: {
25
- new (input: GetActionCommandInput): import("@smithy/core/client").CommandImpl<GetActionCommandInput, GetActionCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetActionCommandInput): import("@smithy/core/client").CommandImpl<GetActionCommandInput, GetActionCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetActionCommandInput): import("@smithy/core/client").CommandImpl<GetActionCommandInput, GetActionCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetActionCommandInput): import("@smithy/core/client").CommandImpl<GetActionCommandInput, GetActionCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about the specified FIS action.</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 { GetExperimentRequest, GetExperimentResponse } 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 GetExperimentCommandInput extends GetExperimentRequest {
22
19
  export interface GetExperimentCommandOutput extends GetExperimentResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetExperimentCommand_base: {
25
- new (input: GetExperimentCommandInput): import("@smithy/core/client").CommandImpl<GetExperimentCommandInput, GetExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetExperimentCommandInput): import("@smithy/core/client").CommandImpl<GetExperimentCommandInput, GetExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetExperimentCommandInput): import("@smithy/core/client").CommandImpl<GetExperimentCommandInput, GetExperimentCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetExperimentCommandInput): import("@smithy/core/client").CommandImpl<GetExperimentCommandInput, GetExperimentCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about 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 { GetExperimentTargetAccountConfigurationRequest, GetExperimentTargetAccountConfigurationResponse } 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 GetExperimentTargetAccountConfigurationCommandInput extends Get
22
19
  export interface GetExperimentTargetAccountConfigurationCommandOutput extends GetExperimentTargetAccountConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetExperimentTargetAccountConfigurationCommand_base: {
25
- new (input: GetExperimentTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetExperimentTargetAccountConfigurationCommandInput, GetExperimentTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetExperimentTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetExperimentTargetAccountConfigurationCommandInput, GetExperimentTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetExperimentTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetExperimentTargetAccountConfigurationCommandInput, GetExperimentTargetAccountConfigurationCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetExperimentTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetExperimentTargetAccountConfigurationCommandInput, GetExperimentTargetAccountConfigurationCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about the specified target account configuration of the 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 { GetExperimentTemplateRequest, GetExperimentTemplateResponse } 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 GetExperimentTemplateCommandInput extends GetExperimentTemplate
22
19
  export interface GetExperimentTemplateCommandOutput extends GetExperimentTemplateResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetExperimentTemplateCommand_base: {
25
- new (input: GetExperimentTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetExperimentTemplateCommandInput, GetExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetExperimentTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetExperimentTemplateCommandInput, GetExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetExperimentTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetExperimentTemplateCommandInput, GetExperimentTemplateCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetExperimentTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetExperimentTemplateCommandInput, GetExperimentTemplateCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about 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 { GetSafetyLeverRequest, GetSafetyLeverResponse } 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 GetSafetyLeverCommandInput extends GetSafetyLeverRequest {
22
19
  export interface GetSafetyLeverCommandOutput extends GetSafetyLeverResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetSafetyLeverCommand_base: {
25
- new (input: GetSafetyLeverCommandInput): import("@smithy/core/client").CommandImpl<GetSafetyLeverCommandInput, GetSafetyLeverCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSafetyLeverCommandInput): import("@smithy/core/client").CommandImpl<GetSafetyLeverCommandInput, GetSafetyLeverCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSafetyLeverCommandInput): import("@smithy/core/client").CommandImpl<GetSafetyLeverCommandInput, GetSafetyLeverCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetSafetyLeverCommandInput): import("@smithy/core/client").CommandImpl<GetSafetyLeverCommandInput, GetSafetyLeverCommandOutput, 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 { GetTargetAccountConfigurationRequest, GetTargetAccountConfigurationResponse } 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 GetTargetAccountConfigurationCommandInput extends GetTargetAcco
22
19
  export interface GetTargetAccountConfigurationCommandOutput extends GetTargetAccountConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTargetAccountConfigurationCommand_base: {
25
- new (input: GetTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTargetAccountConfigurationCommandInput, GetTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTargetAccountConfigurationCommandInput, GetTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTargetAccountConfigurationCommandInput, GetTargetAccountConfigurationCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTargetAccountConfigurationCommandInput, GetTargetAccountConfigurationCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about the specified target account configuration of the 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 { GetTargetResourceTypeRequest, GetTargetResourceTypeResponse } 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 GetTargetResourceTypeCommandInput extends GetTargetResourceType
22
19
  export interface GetTargetResourceTypeCommandOutput extends GetTargetResourceTypeResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTargetResourceTypeCommand_base: {
25
- new (input: GetTargetResourceTypeCommandInput): import("@smithy/core/client").CommandImpl<GetTargetResourceTypeCommandInput, GetTargetResourceTypeCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTargetResourceTypeCommandInput): import("@smithy/core/client").CommandImpl<GetTargetResourceTypeCommandInput, GetTargetResourceTypeCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTargetResourceTypeCommandInput): import("@smithy/core/client").CommandImpl<GetTargetResourceTypeCommandInput, GetTargetResourceTypeCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTargetResourceTypeCommandInput): import("@smithy/core/client").CommandImpl<GetTargetResourceTypeCommandInput, GetTargetResourceTypeCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about the specified resource type.</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 { ListActionsRequest, ListActionsResponse } 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 ListActionsCommandInput extends ListActionsRequest {
22
19
  export interface ListActionsCommandOutput extends ListActionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListActionsCommand_base: {
25
- new (input: ListActionsCommandInput): import("@smithy/core/client").CommandImpl<ListActionsCommandInput, ListActionsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListActionsCommandInput]): import("@smithy/core/client").CommandImpl<ListActionsCommandInput, ListActionsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListActionsCommandInput): import("@smithy/core/client").CommandImpl<ListActionsCommandInput, ListActionsCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListActionsCommandInput]): import("@smithy/core/client").CommandImpl<ListActionsCommandInput, ListActionsCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the available FIS actions.</p>