@aws-sdk/client-fis 3.1076.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.
- package/dist-cjs/index.js +37 -265
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateExperimentTemplateCommand.js +2 -14
- package/dist-es/commands/CreateTargetAccountConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteExperimentTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteTargetAccountConfigurationCommand.js +2 -14
- package/dist-es/commands/GetActionCommand.js +2 -14
- package/dist-es/commands/GetExperimentCommand.js +2 -14
- package/dist-es/commands/GetExperimentTargetAccountConfigurationCommand.js +2 -14
- package/dist-es/commands/GetExperimentTemplateCommand.js +2 -14
- package/dist-es/commands/GetSafetyLeverCommand.js +2 -14
- package/dist-es/commands/GetTargetAccountConfigurationCommand.js +2 -14
- package/dist-es/commands/GetTargetResourceTypeCommand.js +2 -14
- package/dist-es/commands/ListActionsCommand.js +2 -14
- package/dist-es/commands/ListExperimentResolvedTargetsCommand.js +2 -14
- package/dist-es/commands/ListExperimentTargetAccountConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListExperimentTemplatesCommand.js +2 -14
- package/dist-es/commands/ListExperimentsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTargetAccountConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListTargetResourceTypesCommand.js +2 -14
- package/dist-es/commands/StartExperimentCommand.js +2 -14
- package/dist-es/commands/StopExperimentCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateExperimentTemplateCommand.js +2 -14
- package/dist-es/commands/UpdateSafetyLeverStateCommand.js +2 -14
- package/dist-es/commands/UpdateTargetAccountConfigurationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateExperimentTemplateCommand.d.ts +3 -8
- package/dist-types/commands/CreateTargetAccountConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExperimentTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTargetAccountConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetActionCommand.d.ts +3 -8
- package/dist-types/commands/GetExperimentCommand.d.ts +3 -8
- package/dist-types/commands/GetExperimentTargetAccountConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetExperimentTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetSafetyLeverCommand.d.ts +3 -8
- package/dist-types/commands/GetTargetAccountConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetTargetResourceTypeCommand.d.ts +3 -8
- package/dist-types/commands/ListActionsCommand.d.ts +3 -8
- package/dist-types/commands/ListExperimentResolvedTargetsCommand.d.ts +3 -8
- package/dist-types/commands/ListExperimentTargetAccountConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListExperimentTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/ListExperimentsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTargetAccountConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTargetResourceTypesCommand.d.ts +3 -8
- package/dist-types/commands/StartExperimentCommand.d.ts +3 -8
- package/dist-types/commands/StopExperimentCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateExperimentTemplateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSafetyLeverStateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTargetAccountConfigurationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateExperimentTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTargetAccountConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExperimentTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTargetAccountConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetExperimentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetExperimentTargetAccountConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetExperimentTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSafetyLeverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTargetAccountConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTargetResourceTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExperimentResolvedTargetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExperimentTargetAccountConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExperimentTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTargetAccountConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTargetResourceTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartExperimentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopExperimentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateExperimentTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSafetyLeverStateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTargetAccountConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -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: {
|
|
@@ -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: {
|