@aws-sdk/client-fis 3.478.0 → 3.484.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/commands/CreateExperimentTemplateCommand.js +18 -41
- package/dist-cjs/commands/CreateTargetAccountConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteExperimentTemplateCommand.js +18 -41
- package/dist-cjs/commands/DeleteTargetAccountConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetActionCommand.js +18 -41
- package/dist-cjs/commands/GetExperimentCommand.js +18 -41
- package/dist-cjs/commands/GetExperimentTargetAccountConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetExperimentTemplateCommand.js +18 -41
- package/dist-cjs/commands/GetTargetAccountConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetTargetResourceTypeCommand.js +18 -41
- package/dist-cjs/commands/ListActionsCommand.js +18 -41
- package/dist-cjs/commands/ListExperimentResolvedTargetsCommand.js +18 -41
- package/dist-cjs/commands/ListExperimentTargetAccountConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListExperimentTemplatesCommand.js +18 -41
- package/dist-cjs/commands/ListExperimentsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTargetAccountConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListTargetResourceTypesCommand.js +18 -41
- package/dist-cjs/commands/StartExperimentCommand.js +18 -41
- package/dist-cjs/commands/StopExperimentCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateExperimentTemplateCommand.js +18 -41
- package/dist-cjs/commands/UpdateTargetAccountConfigurationCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CreateExperimentTemplateCommand.js +18 -41
- package/dist-es/commands/CreateTargetAccountConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteExperimentTemplateCommand.js +18 -41
- package/dist-es/commands/DeleteTargetAccountConfigurationCommand.js +18 -41
- package/dist-es/commands/GetActionCommand.js +18 -41
- package/dist-es/commands/GetExperimentCommand.js +18 -41
- package/dist-es/commands/GetExperimentTargetAccountConfigurationCommand.js +18 -41
- package/dist-es/commands/GetExperimentTemplateCommand.js +18 -41
- package/dist-es/commands/GetTargetAccountConfigurationCommand.js +18 -41
- package/dist-es/commands/GetTargetResourceTypeCommand.js +18 -41
- package/dist-es/commands/ListActionsCommand.js +18 -41
- package/dist-es/commands/ListExperimentResolvedTargetsCommand.js +18 -41
- package/dist-es/commands/ListExperimentTargetAccountConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListExperimentTemplatesCommand.js +18 -41
- package/dist-es/commands/ListExperimentsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTargetAccountConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListTargetResourceTypesCommand.js +18 -41
- package/dist-es/commands/StartExperimentCommand.js +18 -41
- package/dist-es/commands/StopExperimentCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateExperimentTemplateCommand.js +18 -41
- package/dist-es/commands/UpdateTargetAccountConfigurationCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CreateExperimentTemplateCommand.d.ts +6 -21
- package/dist-types/commands/CreateTargetAccountConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteExperimentTemplateCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTargetAccountConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetActionCommand.d.ts +6 -21
- package/dist-types/commands/GetExperimentCommand.d.ts +6 -21
- package/dist-types/commands/GetExperimentTargetAccountConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetExperimentTemplateCommand.d.ts +6 -21
- package/dist-types/commands/GetTargetAccountConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetTargetResourceTypeCommand.d.ts +6 -21
- package/dist-types/commands/ListActionsCommand.d.ts +6 -21
- package/dist-types/commands/ListExperimentResolvedTargetsCommand.d.ts +6 -21
- package/dist-types/commands/ListExperimentTargetAccountConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListExperimentTemplatesCommand.d.ts +6 -21
- package/dist-types/commands/ListExperimentsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTargetAccountConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListTargetResourceTypesCommand.d.ts +6 -21
- package/dist-types/commands/StartExperimentCommand.d.ts +6 -21
- package/dist-types/commands/StopExperimentCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateExperimentTemplateCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTargetAccountConfigurationCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateExperimentTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateTargetAccountConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteExperimentTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteTargetAccountConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetActionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetExperimentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetExperimentTargetAccountConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetExperimentTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetTargetAccountConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetTargetResourceTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListExperimentResolvedTargetsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListExperimentTargetAccountConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListExperimentTemplatesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTargetAccountConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTargetResourceTypesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartExperimentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopExperimentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateExperimentTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateTargetAccountConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
5
4
|
import { GetTargetResourceTypeRequest, GetTargetResourceTypeResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetTargetResourceTypeCommandInput extends GetTargetResourceType
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetTargetResourceTypeCommandOutput extends GetTargetResourceTypeResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetTargetResourceTypeCommand_base: {
|
|
24
|
+
new (input: GetTargetResourceTypeCommandInput): import("@smithy/smithy-client").CommandImpl<GetTargetResourceTypeCommandInput, GetTargetResourceTypeCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information about the specified resource type.</p>
|
|
@@ -66,23 +69,5 @@ export interface GetTargetResourceTypeCommandOutput extends GetTargetResourceTyp
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class GetTargetResourceTypeCommand extends
|
|
70
|
-
readonly input: GetTargetResourceTypeCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: GetTargetResourceTypeCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTargetResourceTypeCommandInput, GetTargetResourceTypeCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class GetTargetResourceTypeCommand extends GetTargetResourceTypeCommand_base {
|
|
88
73
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
5
4
|
import { ListActionsRequest, ListActionsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListActionsCommandInput extends ListActionsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListActionsCommandOutput extends ListActionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListActionsCommand_base: {
|
|
24
|
+
new (input: ListActionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListActionsCommandInput, ListActionsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the available FIS actions.</p>
|
|
@@ -69,23 +72,5 @@ export interface ListActionsCommandOutput extends ListActionsResponse, __Metadat
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class ListActionsCommand extends
|
|
73
|
-
readonly input: ListActionsCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: ListActionsCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListActionsCommandInput, ListActionsCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class ListActionsCommand extends ListActionsCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
5
4
|
import { ListExperimentResolvedTargetsRequest, ListExperimentResolvedTargetsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListExperimentResolvedTargetsCommandInput extends ListExperimen
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListExperimentResolvedTargetsCommandOutput extends ListExperimentResolvedTargetsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListExperimentResolvedTargetsCommand_base: {
|
|
24
|
+
new (input: ListExperimentResolvedTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExperimentResolvedTargetsCommandInput, ListExperimentResolvedTargetsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the resolved targets information of the specified experiment.</p>
|
|
@@ -69,23 +72,5 @@ export interface ListExperimentResolvedTargetsCommandOutput extends ListExperime
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class ListExperimentResolvedTargetsCommand extends
|
|
73
|
-
readonly input: ListExperimentResolvedTargetsCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: ListExperimentResolvedTargetsCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExperimentResolvedTargetsCommandInput, ListExperimentResolvedTargetsCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class ListExperimentResolvedTargetsCommand extends ListExperimentResolvedTargetsCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
5
4
|
import { ListExperimentTargetAccountConfigurationsRequest, ListExperimentTargetAccountConfigurationsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListExperimentTargetAccountConfigurationsCommandInput extends L
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListExperimentTargetAccountConfigurationsCommandOutput extends ListExperimentTargetAccountConfigurationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListExperimentTargetAccountConfigurationsCommand_base: {
|
|
24
|
+
new (input: ListExperimentTargetAccountConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExperimentTargetAccountConfigurationsCommandInput, ListExperimentTargetAccountConfigurationsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the target account configurations of the specified experiment.</p>
|
|
@@ -65,23 +68,5 @@ export interface ListExperimentTargetAccountConfigurationsCommandOutput extends
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class ListExperimentTargetAccountConfigurationsCommand extends
|
|
69
|
-
readonly input: ListExperimentTargetAccountConfigurationsCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: ListExperimentTargetAccountConfigurationsCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExperimentTargetAccountConfigurationsCommandInput, ListExperimentTargetAccountConfigurationsCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class ListExperimentTargetAccountConfigurationsCommand extends ListExperimentTargetAccountConfigurationsCommand_base {
|
|
87
72
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
5
4
|
import { ListExperimentTemplatesRequest, ListExperimentTemplatesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListExperimentTemplatesCommandInput extends ListExperimentTempl
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListExperimentTemplatesCommandOutput extends ListExperimentTemplatesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListExperimentTemplatesCommand_base: {
|
|
24
|
+
new (input: ListExperimentTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListExperimentTemplatesCommandInput, ListExperimentTemplatesCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists your experiment templates.</p>
|
|
@@ -66,23 +69,5 @@ export interface ListExperimentTemplatesCommandOutput extends ListExperimentTemp
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class ListExperimentTemplatesCommand extends
|
|
70
|
-
readonly input: ListExperimentTemplatesCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: ListExperimentTemplatesCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExperimentTemplatesCommandInput, ListExperimentTemplatesCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class ListExperimentTemplatesCommand extends ListExperimentTemplatesCommand_base {
|
|
88
73
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
5
4
|
import { ListExperimentsRequest, ListExperimentsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListExperimentsCommandInput extends ListExperimentsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListExperimentsCommandOutput extends ListExperimentsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListExperimentsCommand_base: {
|
|
24
|
+
new (input: ListExperimentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExperimentsCommandInput, ListExperimentsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists your experiments.</p>
|
|
@@ -69,23 +72,5 @@ export interface ListExperimentsCommandOutput extends ListExperimentsResponse, _
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class ListExperimentsCommand extends
|
|
73
|
-
readonly input: ListExperimentsCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: ListExperimentsCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExperimentsCommandInput, ListExperimentsCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class ListExperimentsCommand extends ListExperimentsCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
5
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the tags for the specified resource.</p>
|
|
@@ -53,23 +56,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
53
56
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
54
57
|
*
|
|
55
58
|
*/
|
|
56
|
-
export declare class ListTagsForResourceCommand extends
|
|
57
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
58
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
-
/**
|
|
60
|
-
* @public
|
|
61
|
-
*/
|
|
62
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
66
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
67
|
-
/**
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
70
|
-
private serialize;
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
private deserialize;
|
|
59
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
75
60
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
5
4
|
import { ListTargetAccountConfigurationsRequest, ListTargetAccountConfigurationsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTargetAccountConfigurationsCommandInput extends ListTargetA
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTargetAccountConfigurationsCommandOutput extends ListTargetAccountConfigurationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTargetAccountConfigurationsCommand_base: {
|
|
24
|
+
new (input: ListTargetAccountConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetAccountConfigurationsCommandInput, ListTargetAccountConfigurationsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the target account configurations of the specified experiment template.</p>
|
|
@@ -66,23 +69,5 @@ export interface ListTargetAccountConfigurationsCommandOutput extends ListTarget
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class ListTargetAccountConfigurationsCommand extends
|
|
70
|
-
readonly input: ListTargetAccountConfigurationsCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: ListTargetAccountConfigurationsCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTargetAccountConfigurationsCommandInput, ListTargetAccountConfigurationsCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class ListTargetAccountConfigurationsCommand extends ListTargetAccountConfigurationsCommand_base {
|
|
88
73
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
5
4
|
import { ListTargetResourceTypesRequest, ListTargetResourceTypesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTargetResourceTypesCommandInput extends ListTargetResourceT
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTargetResourceTypesCommandOutput extends ListTargetResourceTypesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTargetResourceTypesCommand_base: {
|
|
24
|
+
new (input: ListTargetResourceTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetResourceTypesCommandInput, ListTargetResourceTypesCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the target resource types.</p>
|
|
@@ -61,23 +64,5 @@ export interface ListTargetResourceTypesCommandOutput extends ListTargetResource
|
|
|
61
64
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
62
65
|
*
|
|
63
66
|
*/
|
|
64
|
-
export declare class ListTargetResourceTypesCommand extends
|
|
65
|
-
readonly input: ListTargetResourceTypesCommandInput;
|
|
66
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
constructor(input: ListTargetResourceTypesCommandInput);
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTargetResourceTypesCommandInput, ListTargetResourceTypesCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
private serialize;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private deserialize;
|
|
67
|
+
export declare class ListTargetResourceTypesCommand extends ListTargetResourceTypesCommand_base {
|
|
83
68
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
5
4
|
import { StartExperimentRequest, StartExperimentResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartExperimentCommandInput extends StartExperimentRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartExperimentCommandOutput extends StartExperimentResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartExperimentCommand_base: {
|
|
24
|
+
new (input: StartExperimentCommandInput): import("@smithy/smithy-client").CommandImpl<StartExperimentCommandInput, StartExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Starts running an experiment from the specified experiment template.</p>
|
|
@@ -146,23 +149,5 @@ export interface StartExperimentCommandOutput extends StartExperimentResponse, _
|
|
|
146
149
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
147
150
|
*
|
|
148
151
|
*/
|
|
149
|
-
export declare class StartExperimentCommand extends
|
|
150
|
-
readonly input: StartExperimentCommandInput;
|
|
151
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
152
|
-
/**
|
|
153
|
-
* @public
|
|
154
|
-
*/
|
|
155
|
-
constructor(input: StartExperimentCommandInput);
|
|
156
|
-
/**
|
|
157
|
-
* @internal
|
|
158
|
-
*/
|
|
159
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartExperimentCommandInput, StartExperimentCommandOutput>;
|
|
160
|
-
/**
|
|
161
|
-
* @internal
|
|
162
|
-
*/
|
|
163
|
-
private serialize;
|
|
164
|
-
/**
|
|
165
|
-
* @internal
|
|
166
|
-
*/
|
|
167
|
-
private deserialize;
|
|
152
|
+
export declare class StartExperimentCommand extends StartExperimentCommand_base {
|
|
168
153
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
5
4
|
import { StopExperimentRequest, StopExperimentResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StopExperimentCommandInput extends StopExperimentRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StopExperimentCommandOutput extends StopExperimentResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StopExperimentCommand_base: {
|
|
24
|
+
new (input: StopExperimentCommandInput): import("@smithy/smithy-client").CommandImpl<StopExperimentCommandInput, StopExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Stops the specified experiment.</p>
|
|
@@ -136,23 +139,5 @@ export interface StopExperimentCommandOutput extends StopExperimentResponse, __M
|
|
|
136
139
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
137
140
|
*
|
|
138
141
|
*/
|
|
139
|
-
export declare class StopExperimentCommand extends
|
|
140
|
-
readonly input: StopExperimentCommandInput;
|
|
141
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
142
|
-
/**
|
|
143
|
-
* @public
|
|
144
|
-
*/
|
|
145
|
-
constructor(input: StopExperimentCommandInput);
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopExperimentCommandInput, StopExperimentCommandOutput>;
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
|
-
private serialize;
|
|
154
|
-
/**
|
|
155
|
-
* @internal
|
|
156
|
-
*/
|
|
157
|
-
private deserialize;
|
|
142
|
+
export declare class StopExperimentCommand extends StopExperimentCommand_base {
|
|
158
143
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
5
4
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Applies the specified tags to the specified resource.</p>
|
|
@@ -52,23 +55,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
52
55
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
53
56
|
*
|
|
54
57
|
*/
|
|
55
|
-
export declare class TagResourceCommand extends
|
|
56
|
-
readonly input: TagResourceCommandInput;
|
|
57
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
-
/**
|
|
59
|
-
* @public
|
|
60
|
-
*/
|
|
61
|
-
constructor(input: TagResourceCommandInput);
|
|
62
|
-
/**
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
65
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
|
-
private serialize;
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
private deserialize;
|
|
58
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
74
59
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
5
4
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes the specified tags from the specified resource.</p>
|
|
@@ -52,23 +55,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
52
55
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
53
56
|
*
|
|
54
57
|
*/
|
|
55
|
-
export declare class UntagResourceCommand extends
|
|
56
|
-
readonly input: UntagResourceCommandInput;
|
|
57
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
-
/**
|
|
59
|
-
* @public
|
|
60
|
-
*/
|
|
61
|
-
constructor(input: UntagResourceCommandInput);
|
|
62
|
-
/**
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
65
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
|
-
private serialize;
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
private deserialize;
|
|
58
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
74
59
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient";
|
|
5
4
|
import { UpdateExperimentTemplateRequest, UpdateExperimentTemplateResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateExperimentTemplateCommandInput extends UpdateExperimentTe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateExperimentTemplateCommandOutput extends UpdateExperimentTemplateResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateExperimentTemplateCommand_base: {
|
|
24
|
+
new (input: UpdateExperimentTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateExperimentTemplateCommandInput, UpdateExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the specified experiment template.</p>
|
|
@@ -187,23 +190,5 @@ export interface UpdateExperimentTemplateCommandOutput extends UpdateExperimentT
|
|
|
187
190
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
188
191
|
*
|
|
189
192
|
*/
|
|
190
|
-
export declare class UpdateExperimentTemplateCommand extends
|
|
191
|
-
readonly input: UpdateExperimentTemplateCommandInput;
|
|
192
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
193
|
-
/**
|
|
194
|
-
* @public
|
|
195
|
-
*/
|
|
196
|
-
constructor(input: UpdateExperimentTemplateCommandInput);
|
|
197
|
-
/**
|
|
198
|
-
* @internal
|
|
199
|
-
*/
|
|
200
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FisClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateExperimentTemplateCommandInput, UpdateExperimentTemplateCommandOutput>;
|
|
201
|
-
/**
|
|
202
|
-
* @internal
|
|
203
|
-
*/
|
|
204
|
-
private serialize;
|
|
205
|
-
/**
|
|
206
|
-
* @internal
|
|
207
|
-
*/
|
|
208
|
-
private deserialize;
|
|
193
|
+
export declare class UpdateExperimentTemplateCommand extends UpdateExperimentTemplateCommand_base {
|
|
209
194
|
}
|