@aws-sdk/client-fis 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +68 -69
- package/dist-cjs/models/FisServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Fis.js +1 -1
- package/dist-es/FisClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateExperimentTemplateCommand.js +2 -2
- package/dist-es/commands/CreateTargetAccountConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteExperimentTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteTargetAccountConfigurationCommand.js +2 -2
- package/dist-es/commands/GetActionCommand.js +2 -2
- package/dist-es/commands/GetExperimentCommand.js +2 -2
- package/dist-es/commands/GetExperimentTargetAccountConfigurationCommand.js +2 -2
- package/dist-es/commands/GetExperimentTemplateCommand.js +2 -2
- package/dist-es/commands/GetSafetyLeverCommand.js +2 -2
- package/dist-es/commands/GetTargetAccountConfigurationCommand.js +2 -2
- package/dist-es/commands/GetTargetResourceTypeCommand.js +2 -2
- package/dist-es/commands/ListActionsCommand.js +2 -2
- package/dist-es/commands/ListExperimentResolvedTargetsCommand.js +2 -2
- package/dist-es/commands/ListExperimentTargetAccountConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListExperimentTemplatesCommand.js +2 -2
- package/dist-es/commands/ListExperimentsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTargetAccountConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListTargetResourceTypesCommand.js +2 -2
- package/dist-es/commands/StartExperimentCommand.js +2 -2
- package/dist-es/commands/StopExperimentCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateExperimentTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateSafetyLeverStateCommand.js +2 -2
- package/dist-es/commands/UpdateTargetAccountConfigurationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/FisServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/FisClient.d.ts +5 -5
- package/dist-types/commands/CreateExperimentTemplateCommand.d.ts +6 -4
- package/dist-types/commands/CreateTargetAccountConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteExperimentTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTargetAccountConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetActionCommand.d.ts +6 -4
- package/dist-types/commands/GetExperimentCommand.d.ts +6 -4
- package/dist-types/commands/GetExperimentTargetAccountConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetExperimentTemplateCommand.d.ts +6 -4
- package/dist-types/commands/GetSafetyLeverCommand.d.ts +6 -4
- package/dist-types/commands/GetTargetAccountConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetTargetResourceTypeCommand.d.ts +6 -4
- package/dist-types/commands/ListActionsCommand.d.ts +6 -4
- package/dist-types/commands/ListExperimentResolvedTargetsCommand.d.ts +6 -4
- package/dist-types/commands/ListExperimentTargetAccountConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListExperimentTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/ListExperimentsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTargetAccountConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListTargetResourceTypesCommand.d.ts +6 -4
- package/dist-types/commands/StartExperimentCommand.d.ts +6 -4
- package/dist-types/commands/StopExperimentCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateExperimentTemplateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSafetyLeverStateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTargetAccountConfigurationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/FisServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/FisClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateExperimentTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTargetAccountConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteExperimentTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTargetAccountConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetActionCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetExperimentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetExperimentTargetAccountConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetExperimentTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSafetyLeverCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTargetAccountConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTargetResourceTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListExperimentResolvedTargetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListExperimentTargetAccountConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListExperimentTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTargetAccountConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTargetResourceTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartExperimentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopExperimentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateExperimentTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSafetyLeverStateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTargetAccountConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/FisServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FisClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateExperimentTemplateCommandOutput
|
|
|
19
19
|
declare const CreateExperimentTemplateCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateExperimentTemplateCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateExperimentTemplateCommandInput,
|
|
24
24
|
CreateExperimentTemplateCommandOutput,
|
|
25
25
|
FisClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateExperimentTemplateCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateExperimentTemplateCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateExperimentTemplateCommandInput,
|
|
33
33
|
CreateExperimentTemplateCommandOutput,
|
|
34
34
|
FisClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateExperimentTemplateCommand extends CreateExperimentTemplateCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FisClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateTargetAccountConfigurationCommandOutput
|
|
|
19
19
|
declare const CreateTargetAccountConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateTargetAccountConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateTargetAccountConfigurationCommandInput,
|
|
24
24
|
CreateTargetAccountConfigurationCommandOutput,
|
|
25
25
|
FisClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateTargetAccountConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateTargetAccountConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateTargetAccountConfigurationCommandInput,
|
|
33
33
|
CreateTargetAccountConfigurationCommandOutput,
|
|
34
34
|
FisClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateTargetAccountConfigurationCommand extends CreateTargetAccountConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FisClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteExperimentTemplateCommandOutput
|
|
|
19
19
|
declare const DeleteExperimentTemplateCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteExperimentTemplateCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteExperimentTemplateCommandInput,
|
|
24
24
|
DeleteExperimentTemplateCommandOutput,
|
|
25
25
|
FisClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteExperimentTemplateCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteExperimentTemplateCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteExperimentTemplateCommandInput,
|
|
33
33
|
DeleteExperimentTemplateCommandOutput,
|
|
34
34
|
FisClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteExperimentTemplateCommand extends DeleteExperimentTemplateCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FisClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteTargetAccountConfigurationCommandOutput
|
|
|
19
19
|
declare const DeleteTargetAccountConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteTargetAccountConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteTargetAccountConfigurationCommandInput,
|
|
24
24
|
DeleteTargetAccountConfigurationCommandOutput,
|
|
25
25
|
FisClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteTargetAccountConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteTargetAccountConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteTargetAccountConfigurationCommandInput,
|
|
33
33
|
DeleteTargetAccountConfigurationCommandOutput,
|
|
34
34
|
FisClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteTargetAccountConfigurationCommand extends DeleteTargetAccountConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FisClientResolvedConfig,
|
|
@@ -13,25 +13,23 @@ export interface GetActionCommandOutput
|
|
|
13
13
|
extends GetActionResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const GetActionCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: GetActionCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: GetActionCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
GetActionCommandInput,
|
|
20
18
|
GetActionCommandOutput,
|
|
21
19
|
FisClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: GetActionCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: GetActionCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
GetActionCommandInput,
|
|
29
25
|
GetActionCommandOutput,
|
|
30
26
|
FisClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class GetActionCommand extends GetActionCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FisClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetExperimentCommandOutput
|
|
|
18
18
|
declare const GetExperimentCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetExperimentCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetExperimentCommandInput,
|
|
23
23
|
GetExperimentCommandOutput,
|
|
24
24
|
FisClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetExperimentCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetExperimentCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetExperimentCommandInput,
|
|
32
32
|
GetExperimentCommandOutput,
|
|
33
33
|
FisClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetExperimentCommand extends GetExperimentCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FisClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetExperimentTargetAccountConfigurationCommandOutput
|
|
|
19
19
|
declare const GetExperimentTargetAccountConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetExperimentTargetAccountConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetExperimentTargetAccountConfigurationCommandInput,
|
|
24
24
|
GetExperimentTargetAccountConfigurationCommandOutput,
|
|
25
25
|
FisClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetExperimentTargetAccountConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetExperimentTargetAccountConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetExperimentTargetAccountConfigurationCommandInput,
|
|
33
33
|
GetExperimentTargetAccountConfigurationCommandOutput,
|
|
34
34
|
FisClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetExperimentTargetAccountConfigurationCommand extends GetExperimentTargetAccountConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FisClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetExperimentTemplateCommandOutput
|
|
|
19
19
|
declare const GetExperimentTemplateCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetExperimentTemplateCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetExperimentTemplateCommandInput,
|
|
24
24
|
GetExperimentTemplateCommandOutput,
|
|
25
25
|
FisClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetExperimentTemplateCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetExperimentTemplateCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetExperimentTemplateCommandInput,
|
|
33
33
|
GetExperimentTemplateCommandOutput,
|
|
34
34
|
FisClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetExperimentTemplateCommand extends GetExperimentTemplateCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FisClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetSafetyLeverCommandOutput
|
|
|
18
18
|
declare const GetSafetyLeverCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetSafetyLeverCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetSafetyLeverCommandInput,
|
|
23
23
|
GetSafetyLeverCommandOutput,
|
|
24
24
|
FisClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetSafetyLeverCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetSafetyLeverCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetSafetyLeverCommandInput,
|
|
32
32
|
GetSafetyLeverCommandOutput,
|
|
33
33
|
FisClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetSafetyLeverCommand extends GetSafetyLeverCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FisClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetTargetAccountConfigurationCommandOutput
|
|
|
19
19
|
declare const GetTargetAccountConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTargetAccountConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTargetAccountConfigurationCommandInput,
|
|
24
24
|
GetTargetAccountConfigurationCommandOutput,
|
|
25
25
|
FisClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTargetAccountConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTargetAccountConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTargetAccountConfigurationCommandInput,
|
|
33
33
|
GetTargetAccountConfigurationCommandOutput,
|
|
34
34
|
FisClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetTargetAccountConfigurationCommand extends GetTargetAccountConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FisClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetTargetResourceTypeCommandOutput
|
|
|
19
19
|
declare const GetTargetResourceTypeCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTargetResourceTypeCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTargetResourceTypeCommandInput,
|
|
24
24
|
GetTargetResourceTypeCommandOutput,
|
|
25
25
|
FisClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTargetResourceTypeCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTargetResourceTypeCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTargetResourceTypeCommandInput,
|
|
33
33
|
GetTargetResourceTypeCommandOutput,
|
|
34
34
|
FisClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetTargetResourceTypeCommand extends GetTargetResourceTypeCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FisClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ListActionsCommandOutput
|
|
|
15
15
|
declare const ListActionsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListActionsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListActionsCommandInput,
|
|
20
20
|
ListActionsCommandOutput,
|
|
21
21
|
FisClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListActionsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListActionsCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListActionsCommandInput,
|
|
29
29
|
ListActionsCommandOutput,
|
|
30
30
|
FisClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListActionsCommand extends ListActionsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FisClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListExperimentResolvedTargetsCommandOutput
|
|
|
19
19
|
declare const ListExperimentResolvedTargetsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListExperimentResolvedTargetsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListExperimentResolvedTargetsCommandInput,
|
|
24
24
|
ListExperimentResolvedTargetsCommandOutput,
|
|
25
25
|
FisClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListExperimentResolvedTargetsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListExperimentResolvedTargetsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListExperimentResolvedTargetsCommandInput,
|
|
33
33
|
ListExperimentResolvedTargetsCommandOutput,
|
|
34
34
|
FisClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListExperimentResolvedTargetsCommand extends ListExperimentResolvedTargetsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FisClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListExperimentTargetAccountConfigurationsCommandOutput
|
|
|
19
19
|
declare const ListExperimentTargetAccountConfigurationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListExperimentTargetAccountConfigurationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListExperimentTargetAccountConfigurationsCommandInput,
|
|
24
24
|
ListExperimentTargetAccountConfigurationsCommandOutput,
|
|
25
25
|
FisClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListExperimentTargetAccountConfigurationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListExperimentTargetAccountConfigurationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListExperimentTargetAccountConfigurationsCommandInput,
|
|
33
33
|
ListExperimentTargetAccountConfigurationsCommandOutput,
|
|
34
34
|
FisClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListExperimentTargetAccountConfigurationsCommand extends ListExperimentTargetAccountConfigurationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FisClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListExperimentTemplatesCommandOutput
|
|
|
19
19
|
declare const ListExperimentTemplatesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListExperimentTemplatesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListExperimentTemplatesCommandInput,
|
|
24
24
|
ListExperimentTemplatesCommandOutput,
|
|
25
25
|
FisClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListExperimentTemplatesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListExperimentTemplatesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListExperimentTemplatesCommandInput,
|
|
33
33
|
ListExperimentTemplatesCommandOutput,
|
|
34
34
|
FisClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListExperimentTemplatesCommand extends ListExperimentTemplatesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FisClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListExperimentsCommandOutput
|
|
|
18
18
|
declare const ListExperimentsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListExperimentsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListExperimentsCommandInput,
|
|
23
23
|
ListExperimentsCommandOutput,
|
|
24
24
|
FisClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListExperimentsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListExperimentsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListExperimentsCommandInput,
|
|
32
32
|
ListExperimentsCommandOutput,
|
|
33
33
|
FisClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListExperimentsCommand extends ListExperimentsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FisClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
FisClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
FisClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FisClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListTargetAccountConfigurationsCommandOutput
|
|
|
19
19
|
declare const ListTargetAccountConfigurationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTargetAccountConfigurationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTargetAccountConfigurationsCommandInput,
|
|
24
24
|
ListTargetAccountConfigurationsCommandOutput,
|
|
25
25
|
FisClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTargetAccountConfigurationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTargetAccountConfigurationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTargetAccountConfigurationsCommandInput,
|
|
33
33
|
ListTargetAccountConfigurationsCommandOutput,
|
|
34
34
|
FisClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTargetAccountConfigurationsCommand extends ListTargetAccountConfigurationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FisClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListTargetResourceTypesCommandOutput
|
|
|
19
19
|
declare const ListTargetResourceTypesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTargetResourceTypesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTargetResourceTypesCommandInput,
|
|
24
24
|
ListTargetResourceTypesCommandOutput,
|
|
25
25
|
FisClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTargetResourceTypesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListTargetResourceTypesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTargetResourceTypesCommandInput,
|
|
33
33
|
ListTargetResourceTypesCommandOutput,
|
|
34
34
|
FisClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTargetResourceTypesCommand extends ListTargetResourceTypesCommand_base {
|
|
41
43
|
protected static __types: {
|