@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,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
  DeleteTargetAccountConfigurationRequest,
10
4
  DeleteTargetAccountConfigurationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteTargetAccountConfigurationCommandInput
15
8
  extends DeleteTargetAccountConfigurationRequest {}
16
9
  export interface DeleteTargetAccountConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteTargetAccountConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteTargetAccountConfigurationCommandInput,
24
17
  DeleteTargetAccountConfigurationCommandOutput,
25
- FisClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FisClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteTargetAccountConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteTargetAccountConfigurationCommandInput,
33
26
  DeleteTargetAccountConfigurationCommandOutput,
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 DeleteTargetAccountConfigurationCommand extends DeleteTargetAccountConfigurationCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
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 { GetActionRequest, GetActionResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetActionCommandInput extends GetActionRequest {}
12
5
  export interface GetActionCommandOutput
13
6
  extends GetActionResponse,
@@ -16,20 +9,18 @@ declare const GetActionCommand_base: {
16
9
  new (input: GetActionCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  GetActionCommandInput,
18
11
  GetActionCommandOutput,
19
- FisClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").FisClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: GetActionCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  GetActionCommandInput,
25
18
  GetActionCommandOutput,
26
- FisClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").FisClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class GetActionCommand extends GetActionCommand_base {
35
26
  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
  GetExperimentRequest,
10
4
  GetExperimentResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetExperimentCommandInput extends GetExperimentRequest {}
15
8
  export interface GetExperimentCommandOutput
16
9
  extends GetExperimentResponse,
@@ -21,22 +14,20 @@ declare const GetExperimentCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetExperimentCommandInput,
23
16
  GetExperimentCommandOutput,
24
- FisClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").FisClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetExperimentCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetExperimentCommandInput,
32
25
  GetExperimentCommandOutput,
33
- FisClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").FisClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetExperimentCommand extends GetExperimentCommand_base {
42
33
  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
  GetExperimentTargetAccountConfigurationRequest,
10
4
  GetExperimentTargetAccountConfigurationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetExperimentTargetAccountConfigurationCommandInput
15
8
  extends GetExperimentTargetAccountConfigurationRequest {}
16
9
  export interface GetExperimentTargetAccountConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const GetExperimentTargetAccountConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetExperimentTargetAccountConfigurationCommandInput,
24
17
  GetExperimentTargetAccountConfigurationCommandOutput,
25
- FisClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FisClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetExperimentTargetAccountConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetExperimentTargetAccountConfigurationCommandInput,
33
26
  GetExperimentTargetAccountConfigurationCommandOutput,
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 GetExperimentTargetAccountConfigurationCommand extends GetExperimentTargetAccountConfigurationCommand_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
  GetExperimentTemplateRequest,
10
4
  GetExperimentTemplateResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetExperimentTemplateCommandInput
15
8
  extends GetExperimentTemplateRequest {}
16
9
  export interface GetExperimentTemplateCommandOutput
@@ -22,22 +15,20 @@ declare const GetExperimentTemplateCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetExperimentTemplateCommandInput,
24
17
  GetExperimentTemplateCommandOutput,
25
- FisClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FisClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetExperimentTemplateCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetExperimentTemplateCommandInput,
33
26
  GetExperimentTemplateCommandOutput,
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 GetExperimentTemplateCommand extends GetExperimentTemplateCommand_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
  GetSafetyLeverRequest,
10
4
  GetSafetyLeverResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetSafetyLeverCommandInput extends GetSafetyLeverRequest {}
15
8
  export interface GetSafetyLeverCommandOutput
16
9
  extends GetSafetyLeverResponse,
@@ -21,22 +14,20 @@ declare const GetSafetyLeverCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetSafetyLeverCommandInput,
23
16
  GetSafetyLeverCommandOutput,
24
- FisClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").FisClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetSafetyLeverCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetSafetyLeverCommandInput,
32
25
  GetSafetyLeverCommandOutput,
33
- FisClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").FisClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetSafetyLeverCommand extends GetSafetyLeverCommand_base {
42
33
  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
  GetTargetAccountConfigurationRequest,
10
4
  GetTargetAccountConfigurationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetTargetAccountConfigurationCommandInput
15
8
  extends GetTargetAccountConfigurationRequest {}
16
9
  export interface GetTargetAccountConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const GetTargetAccountConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetTargetAccountConfigurationCommandInput,
24
17
  GetTargetAccountConfigurationCommandOutput,
25
- FisClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FisClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetTargetAccountConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetTargetAccountConfigurationCommandInput,
33
26
  GetTargetAccountConfigurationCommandOutput,
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 GetTargetAccountConfigurationCommand extends GetTargetAccountConfigurationCommand_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
  GetTargetResourceTypeRequest,
10
4
  GetTargetResourceTypeResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetTargetResourceTypeCommandInput
15
8
  extends GetTargetResourceTypeRequest {}
16
9
  export interface GetTargetResourceTypeCommandOutput
@@ -22,22 +15,20 @@ declare const GetTargetResourceTypeCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetTargetResourceTypeCommandInput,
24
17
  GetTargetResourceTypeCommandOutput,
25
- FisClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FisClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetTargetResourceTypeCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetTargetResourceTypeCommandInput,
33
26
  GetTargetResourceTypeCommandOutput,
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 GetTargetResourceTypeCommand extends GetTargetResourceTypeCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
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 { ListActionsRequest, ListActionsResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListActionsCommandInput extends ListActionsRequest {}
12
5
  export interface ListActionsCommandOutput
13
6
  extends ListActionsResponse,
@@ -18,22 +11,20 @@ declare const ListActionsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListActionsCommandInput,
20
13
  ListActionsCommandOutput,
21
- FisClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").FisClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [ListActionsCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListActionsCommandInput,
29
22
  ListActionsCommandOutput,
30
- FisClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").FisClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ListActionsCommand extends ListActionsCommand_base {
39
30
  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
  ListExperimentResolvedTargetsRequest,
10
4
  ListExperimentResolvedTargetsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListExperimentResolvedTargetsCommandInput
15
8
  extends ListExperimentResolvedTargetsRequest {}
16
9
  export interface ListExperimentResolvedTargetsCommandOutput
@@ -22,22 +15,20 @@ declare const ListExperimentResolvedTargetsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListExperimentResolvedTargetsCommandInput,
24
17
  ListExperimentResolvedTargetsCommandOutput,
25
- FisClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FisClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListExperimentResolvedTargetsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListExperimentResolvedTargetsCommandInput,
33
26
  ListExperimentResolvedTargetsCommandOutput,
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 ListExperimentResolvedTargetsCommand extends ListExperimentResolvedTargetsCommand_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
  ListExperimentTargetAccountConfigurationsRequest,
10
4
  ListExperimentTargetAccountConfigurationsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListExperimentTargetAccountConfigurationsCommandInput
15
8
  extends ListExperimentTargetAccountConfigurationsRequest {}
16
9
  export interface ListExperimentTargetAccountConfigurationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListExperimentTargetAccountConfigurationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListExperimentTargetAccountConfigurationsCommandInput,
24
17
  ListExperimentTargetAccountConfigurationsCommandOutput,
25
- FisClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FisClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListExperimentTargetAccountConfigurationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListExperimentTargetAccountConfigurationsCommandInput,
33
26
  ListExperimentTargetAccountConfigurationsCommandOutput,
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 ListExperimentTargetAccountConfigurationsCommand extends ListExperimentTargetAccountConfigurationsCommand_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
  ListExperimentTemplatesRequest,
10
4
  ListExperimentTemplatesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListExperimentTemplatesCommandInput
15
8
  extends ListExperimentTemplatesRequest {}
16
9
  export interface ListExperimentTemplatesCommandOutput
@@ -22,22 +15,20 @@ declare const ListExperimentTemplatesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListExperimentTemplatesCommandInput,
24
17
  ListExperimentTemplatesCommandOutput,
25
- FisClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FisClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListExperimentTemplatesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListExperimentTemplatesCommandInput,
33
26
  ListExperimentTemplatesCommandOutput,
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 ListExperimentTemplatesCommand extends ListExperimentTemplatesCommand_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
  ListExperimentsRequest,
10
4
  ListExperimentsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListExperimentsCommandInput extends ListExperimentsRequest {}
15
8
  export interface ListExperimentsCommandOutput
16
9
  extends ListExperimentsResponse,
@@ -21,22 +14,20 @@ declare const ListExperimentsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListExperimentsCommandInput,
23
16
  ListExperimentsCommandOutput,
24
- FisClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").FisClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [ListExperimentsCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListExperimentsCommandInput,
32
25
  ListExperimentsCommandOutput,
33
- FisClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").FisClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListExperimentsCommand extends ListExperimentsCommand_base {
42
33
  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
  ListTagsForResourceRequest,
10
4
  ListTagsForResourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceRequest {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- FisClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FisClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
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 ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {