@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
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
4
2
|
import type { GetSafetyLeverRequest, GetSafetyLeverResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSafetyLeverCommandInput extends GetSafetyLeverRequest {
|
|
|
22
19
|
export interface GetSafetyLeverCommandOutput extends GetSafetyLeverResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSafetyLeverCommand_base: {
|
|
25
|
-
new (input: GetSafetyLeverCommandInput): import("@smithy/core/client").CommandImpl<GetSafetyLeverCommandInput, GetSafetyLeverCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetSafetyLeverCommandInput): import("@smithy/core/client").CommandImpl<GetSafetyLeverCommandInput, GetSafetyLeverCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetSafetyLeverCommandInput): import("@smithy/core/client").CommandImpl<GetSafetyLeverCommandInput, GetSafetyLeverCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSafetyLeverCommandInput): import("@smithy/core/client").CommandImpl<GetSafetyLeverCommandInput, GetSafetyLeverCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
4
2
|
import type { GetTargetAccountConfigurationRequest, GetTargetAccountConfigurationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetTargetAccountConfigurationCommandInput extends GetTargetAcco
|
|
|
22
19
|
export interface GetTargetAccountConfigurationCommandOutput extends GetTargetAccountConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetTargetAccountConfigurationCommand_base: {
|
|
25
|
-
new (input: GetTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTargetAccountConfigurationCommandInput, GetTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTargetAccountConfigurationCommandInput, GetTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTargetAccountConfigurationCommandInput, GetTargetAccountConfigurationCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTargetAccountConfigurationCommandInput, GetTargetAccountConfigurationCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about the specified target account configuration of the experiment template.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
4
2
|
import type { GetTargetResourceTypeRequest, GetTargetResourceTypeResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetTargetResourceTypeCommandInput extends GetTargetResourceType
|
|
|
22
19
|
export interface GetTargetResourceTypeCommandOutput extends GetTargetResourceTypeResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetTargetResourceTypeCommand_base: {
|
|
25
|
-
new (input: GetTargetResourceTypeCommandInput): import("@smithy/core/client").CommandImpl<GetTargetResourceTypeCommandInput, GetTargetResourceTypeCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetTargetResourceTypeCommandInput): import("@smithy/core/client").CommandImpl<GetTargetResourceTypeCommandInput, GetTargetResourceTypeCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetTargetResourceTypeCommandInput): import("@smithy/core/client").CommandImpl<GetTargetResourceTypeCommandInput, GetTargetResourceTypeCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetTargetResourceTypeCommandInput): import("@smithy/core/client").CommandImpl<GetTargetResourceTypeCommandInput, GetTargetResourceTypeCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about the specified resource type.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
4
2
|
import type { ListActionsRequest, ListActionsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListActionsCommandInput extends ListActionsRequest {
|
|
|
22
19
|
export interface ListActionsCommandOutput extends ListActionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListActionsCommand_base: {
|
|
25
|
-
new (input: ListActionsCommandInput): import("@smithy/core/client").CommandImpl<ListActionsCommandInput, ListActionsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListActionsCommandInput]): import("@smithy/core/client").CommandImpl<ListActionsCommandInput, ListActionsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListActionsCommandInput): import("@smithy/core/client").CommandImpl<ListActionsCommandInput, ListActionsCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListActionsCommandInput]): import("@smithy/core/client").CommandImpl<ListActionsCommandInput, ListActionsCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the available FIS actions.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
4
2
|
import type { ListExperimentResolvedTargetsRequest, ListExperimentResolvedTargetsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListExperimentResolvedTargetsCommandInput extends ListExperimen
|
|
|
22
19
|
export interface ListExperimentResolvedTargetsCommandOutput extends ListExperimentResolvedTargetsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListExperimentResolvedTargetsCommand_base: {
|
|
25
|
-
new (input: ListExperimentResolvedTargetsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentResolvedTargetsCommandInput, ListExperimentResolvedTargetsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListExperimentResolvedTargetsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentResolvedTargetsCommandInput, ListExperimentResolvedTargetsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListExperimentResolvedTargetsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentResolvedTargetsCommandInput, ListExperimentResolvedTargetsCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListExperimentResolvedTargetsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentResolvedTargetsCommandInput, ListExperimentResolvedTargetsCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the resolved targets information of the specified experiment.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
4
2
|
import type { ListExperimentTargetAccountConfigurationsRequest, ListExperimentTargetAccountConfigurationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListExperimentTargetAccountConfigurationsCommandInput extends L
|
|
|
22
19
|
export interface ListExperimentTargetAccountConfigurationsCommandOutput extends ListExperimentTargetAccountConfigurationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListExperimentTargetAccountConfigurationsCommand_base: {
|
|
25
|
-
new (input: ListExperimentTargetAccountConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentTargetAccountConfigurationsCommandInput, ListExperimentTargetAccountConfigurationsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListExperimentTargetAccountConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentTargetAccountConfigurationsCommandInput, ListExperimentTargetAccountConfigurationsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListExperimentTargetAccountConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentTargetAccountConfigurationsCommandInput, ListExperimentTargetAccountConfigurationsCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListExperimentTargetAccountConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentTargetAccountConfigurationsCommandInput, ListExperimentTargetAccountConfigurationsCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the target account configurations of the specified experiment.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
4
2
|
import type { ListExperimentTemplatesRequest, ListExperimentTemplatesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListExperimentTemplatesCommandInput extends ListExperimentTempl
|
|
|
22
19
|
export interface ListExperimentTemplatesCommandOutput extends ListExperimentTemplatesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListExperimentTemplatesCommand_base: {
|
|
25
|
-
new (input: ListExperimentTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentTemplatesCommandInput, ListExperimentTemplatesCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListExperimentTemplatesCommandInput]): import("@smithy/core/client").CommandImpl<ListExperimentTemplatesCommandInput, ListExperimentTemplatesCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListExperimentTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentTemplatesCommandInput, ListExperimentTemplatesCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListExperimentTemplatesCommandInput]): import("@smithy/core/client").CommandImpl<ListExperimentTemplatesCommandInput, ListExperimentTemplatesCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists your experiment templates.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
4
2
|
import type { ListExperimentsRequest, ListExperimentsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListExperimentsCommandInput extends ListExperimentsRequest {
|
|
|
22
19
|
export interface ListExperimentsCommandOutput extends ListExperimentsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListExperimentsCommand_base: {
|
|
25
|
-
new (input: ListExperimentsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentsCommandInput, ListExperimentsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListExperimentsCommandInput]): import("@smithy/core/client").CommandImpl<ListExperimentsCommandInput, ListExperimentsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListExperimentsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentsCommandInput, ListExperimentsCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListExperimentsCommandInput]): import("@smithy/core/client").CommandImpl<ListExperimentsCommandInput, ListExperimentsCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists your experiments.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
4
2
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the tags for the specified resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
4
2
|
import type { ListTargetAccountConfigurationsRequest, ListTargetAccountConfigurationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTargetAccountConfigurationsCommandInput extends ListTargetA
|
|
|
22
19
|
export interface ListTargetAccountConfigurationsCommandOutput extends ListTargetAccountConfigurationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTargetAccountConfigurationsCommand_base: {
|
|
25
|
-
new (input: ListTargetAccountConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListTargetAccountConfigurationsCommandInput, ListTargetAccountConfigurationsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTargetAccountConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListTargetAccountConfigurationsCommandInput, ListTargetAccountConfigurationsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTargetAccountConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListTargetAccountConfigurationsCommandInput, ListTargetAccountConfigurationsCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTargetAccountConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListTargetAccountConfigurationsCommandInput, ListTargetAccountConfigurationsCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the target account configurations of the specified experiment template.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
4
2
|
import type { ListTargetResourceTypesRequest, ListTargetResourceTypesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTargetResourceTypesCommandInput extends ListTargetResourceT
|
|
|
22
19
|
export interface ListTargetResourceTypesCommandOutput extends ListTargetResourceTypesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTargetResourceTypesCommand_base: {
|
|
25
|
-
new (input: ListTargetResourceTypesCommandInput): import("@smithy/core/client").CommandImpl<ListTargetResourceTypesCommandInput, ListTargetResourceTypesCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListTargetResourceTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListTargetResourceTypesCommandInput, ListTargetResourceTypesCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTargetResourceTypesCommandInput): import("@smithy/core/client").CommandImpl<ListTargetResourceTypesCommandInput, ListTargetResourceTypesCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListTargetResourceTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListTargetResourceTypesCommandInput, ListTargetResourceTypesCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the target resource types.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
4
2
|
import type { StartExperimentRequest, StartExperimentResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartExperimentCommandInput extends StartExperimentRequest {
|
|
|
22
19
|
export interface StartExperimentCommandOutput extends StartExperimentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartExperimentCommand_base: {
|
|
25
|
-
new (input: StartExperimentCommandInput): import("@smithy/core/client").CommandImpl<StartExperimentCommandInput, StartExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartExperimentCommandInput): import("@smithy/core/client").CommandImpl<StartExperimentCommandInput, StartExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartExperimentCommandInput): import("@smithy/core/client").CommandImpl<StartExperimentCommandInput, StartExperimentCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartExperimentCommandInput): import("@smithy/core/client").CommandImpl<StartExperimentCommandInput, StartExperimentCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts running an experiment from the specified experiment template.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
4
2
|
import type { StopExperimentRequest, StopExperimentResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StopExperimentCommandInput extends StopExperimentRequest {
|
|
|
22
19
|
export interface StopExperimentCommandOutput extends StopExperimentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StopExperimentCommand_base: {
|
|
25
|
-
new (input: StopExperimentCommandInput): import("@smithy/core/client").CommandImpl<StopExperimentCommandInput, StopExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StopExperimentCommandInput): import("@smithy/core/client").CommandImpl<StopExperimentCommandInput, StopExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StopExperimentCommandInput): import("@smithy/core/client").CommandImpl<StopExperimentCommandInput, StopExperimentCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StopExperimentCommandInput): import("@smithy/core/client").CommandImpl<StopExperimentCommandInput, StopExperimentCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Stops the specified experiment.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
4
2
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Applies the specified tags to the specified resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
4
2
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes the specified tags from the specified resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
4
2
|
import type { UpdateExperimentTemplateRequest, UpdateExperimentTemplateResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateExperimentTemplateCommandInput extends UpdateExperimentTe
|
|
|
22
19
|
export interface UpdateExperimentTemplateCommandOutput extends UpdateExperimentTemplateResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateExperimentTemplateCommand_base: {
|
|
25
|
-
new (input: UpdateExperimentTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateExperimentTemplateCommandInput, UpdateExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateExperimentTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateExperimentTemplateCommandInput, UpdateExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateExperimentTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateExperimentTemplateCommandInput, UpdateExperimentTemplateCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateExperimentTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateExperimentTemplateCommandInput, UpdateExperimentTemplateCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the specified experiment template.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
4
2
|
import type { UpdateSafetyLeverStateRequest, UpdateSafetyLeverStateResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateSafetyLeverStateCommandInput extends UpdateSafetyLeverSta
|
|
|
22
19
|
export interface UpdateSafetyLeverStateCommandOutput extends UpdateSafetyLeverStateResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateSafetyLeverStateCommand_base: {
|
|
25
|
-
new (input: UpdateSafetyLeverStateCommandInput): import("@smithy/core/client").CommandImpl<UpdateSafetyLeverStateCommandInput, UpdateSafetyLeverStateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateSafetyLeverStateCommandInput): import("@smithy/core/client").CommandImpl<UpdateSafetyLeverStateCommandInput, UpdateSafetyLeverStateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateSafetyLeverStateCommandInput): import("@smithy/core/client").CommandImpl<UpdateSafetyLeverStateCommandInput, UpdateSafetyLeverStateCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateSafetyLeverStateCommandInput): import("@smithy/core/client").CommandImpl<UpdateSafetyLeverStateCommandInput, UpdateSafetyLeverStateCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
4
2
|
import type { UpdateTargetAccountConfigurationRequest, UpdateTargetAccountConfigurationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateTargetAccountConfigurationCommandInput extends UpdateTarg
|
|
|
22
19
|
export interface UpdateTargetAccountConfigurationCommandOutput extends UpdateTargetAccountConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateTargetAccountConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTargetAccountConfigurationCommandInput, UpdateTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTargetAccountConfigurationCommandInput, UpdateTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTargetAccountConfigurationCommandInput, UpdateTargetAccountConfigurationCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateTargetAccountConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTargetAccountConfigurationCommandInput, UpdateTargetAccountConfigurationCommandOutput, import("..").FisClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the target account configuration for the specified experiment template.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
10
10
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
11
11
|
export type { FisExtensionConfiguration } from "./extensionConfiguration";
|
|
12
12
|
export * from "./commands";
|
|
13
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
13
14
|
export * from "./schemas/schemas_0";
|
|
14
15
|
export * from "./pagination";
|
|
15
16
|
export * from "./models/enums";
|
|
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: FisClientConfig) => {
|
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
17
16
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
18
17
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
18
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: FisClientConfig) => {
|
|
|
24
23
|
[setting: string]: unknown;
|
|
25
24
|
};
|
|
26
25
|
apiVersion: string;
|
|
26
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
29
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: FisClientConfig) => {
|
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
18
17
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: FisClientConfig) => {
|
|
|
26
25
|
[setting: string]: unknown;
|
|
27
26
|
};
|
|
28
27
|
apiVersion: string;
|
|
28
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
29
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -4,7 +4,6 @@ import type { FisClientConfig } from "./FisClient";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: FisClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
8
7
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
8
|
cacheMiddleware?: boolean;
|
|
10
9
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: FisClientConfig) => {
|
|
|
13
12
|
[setting: string]: unknown;
|
|
14
13
|
};
|
|
15
14
|
apiVersion: string;
|
|
15
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
16
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
18
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: FisClientConfig) => {
|
|
|
21
21
|
defaultNamespace?: string;
|
|
22
22
|
};
|
|
23
23
|
serviceId: string;
|
|
24
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
24
25
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
26
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
27
|
utf8Encoder: (input: Uint8Array | string) => string;
|