@aws-sdk/client-fis 3.534.0 → 3.535.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-types/Fis.d.ts +5 -1
- package/dist-types/FisClient.d.ts +1 -1
- package/dist-types/commands/CreateExperimentTemplateCommand.d.ts +2 -1
- package/dist-types/commands/CreateTargetAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteExperimentTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTargetAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetActionCommand.d.ts +2 -1
- package/dist-types/commands/GetExperimentCommand.d.ts +2 -1
- package/dist-types/commands/GetExperimentTargetAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetExperimentTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetTargetAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetTargetResourceTypeCommand.d.ts +2 -1
- package/dist-types/commands/ListActionsCommand.d.ts +2 -1
- package/dist-types/commands/ListExperimentResolvedTargetsCommand.d.ts +2 -1
- package/dist-types/commands/ListExperimentTargetAccountConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListExperimentTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/ListExperimentsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTargetAccountConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTargetResourceTypesCommand.d.ts +2 -1
- package/dist-types/commands/StartExperimentCommand.d.ts +2 -1
- package/dist-types/commands/StopExperimentCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateExperimentTemplateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTargetAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +318 -318
- package/dist-types/ts3.4/Fis.d.ts +4 -0
- package/dist-types/ts3.4/commands/CreateExperimentTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTargetAccountConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteExperimentTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTargetAccountConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetExperimentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetExperimentTargetAccountConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetExperimentTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTargetAccountConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTargetResourceTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListExperimentResolvedTargetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListExperimentTargetAccountConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListExperimentTemplatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTargetAccountConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTargetResourceTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartExperimentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopExperimentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateExperimentTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTargetAccountConfigurationCommand.d.ts +9 -0
- package/package.json +40 -40
package/dist-types/Fis.d.ts
CHANGED
|
@@ -88,6 +88,7 @@ export interface Fis {
|
|
|
88
88
|
/**
|
|
89
89
|
* @see {@link ListActionsCommand}
|
|
90
90
|
*/
|
|
91
|
+
listActions(): Promise<ListActionsCommandOutput>;
|
|
91
92
|
listActions(args: ListActionsCommandInput, options?: __HttpHandlerOptions): Promise<ListActionsCommandOutput>;
|
|
92
93
|
listActions(args: ListActionsCommandInput, cb: (err: any, data?: ListActionsCommandOutput) => void): void;
|
|
93
94
|
listActions(args: ListActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListActionsCommandOutput) => void): void;
|
|
@@ -100,6 +101,7 @@ export interface Fis {
|
|
|
100
101
|
/**
|
|
101
102
|
* @see {@link ListExperimentsCommand}
|
|
102
103
|
*/
|
|
104
|
+
listExperiments(): Promise<ListExperimentsCommandOutput>;
|
|
103
105
|
listExperiments(args: ListExperimentsCommandInput, options?: __HttpHandlerOptions): Promise<ListExperimentsCommandOutput>;
|
|
104
106
|
listExperiments(args: ListExperimentsCommandInput, cb: (err: any, data?: ListExperimentsCommandOutput) => void): void;
|
|
105
107
|
listExperiments(args: ListExperimentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExperimentsCommandOutput) => void): void;
|
|
@@ -112,6 +114,7 @@ export interface Fis {
|
|
|
112
114
|
/**
|
|
113
115
|
* @see {@link ListExperimentTemplatesCommand}
|
|
114
116
|
*/
|
|
117
|
+
listExperimentTemplates(): Promise<ListExperimentTemplatesCommandOutput>;
|
|
115
118
|
listExperimentTemplates(args: ListExperimentTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListExperimentTemplatesCommandOutput>;
|
|
116
119
|
listExperimentTemplates(args: ListExperimentTemplatesCommandInput, cb: (err: any, data?: ListExperimentTemplatesCommandOutput) => void): void;
|
|
117
120
|
listExperimentTemplates(args: ListExperimentTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExperimentTemplatesCommandOutput) => void): void;
|
|
@@ -130,6 +133,7 @@ export interface Fis {
|
|
|
130
133
|
/**
|
|
131
134
|
* @see {@link ListTargetResourceTypesCommand}
|
|
132
135
|
*/
|
|
136
|
+
listTargetResourceTypes(): Promise<ListTargetResourceTypesCommandOutput>;
|
|
133
137
|
listTargetResourceTypes(args: ListTargetResourceTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListTargetResourceTypesCommandOutput>;
|
|
134
138
|
listTargetResourceTypes(args: ListTargetResourceTypesCommandInput, cb: (err: any, data?: ListTargetResourceTypesCommandOutput) => void): void;
|
|
135
139
|
listTargetResourceTypes(args: ListTargetResourceTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTargetResourceTypesCommandOutput) => void): void;
|
|
@@ -171,9 +175,9 @@ export interface Fis {
|
|
|
171
175
|
updateTargetAccountConfiguration(args: UpdateTargetAccountConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTargetAccountConfigurationCommandOutput) => void): void;
|
|
172
176
|
}
|
|
173
177
|
/**
|
|
174
|
-
* @public
|
|
175
178
|
* <p>Fault Injection Service is a managed service that enables you to perform fault injection
|
|
176
179
|
* experiments on your Amazon Web Services workloads. For more information, see the <a href="https://docs.aws.amazon.com/fis/latest/userguide/">Fault Injection Service User Guide</a>.</p>
|
|
180
|
+
* @public
|
|
177
181
|
*/
|
|
178
182
|
export declare class Fis extends FisClient implements Fis {
|
|
179
183
|
}
|
|
@@ -175,9 +175,9 @@ export type FisClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
|
|
|
175
175
|
export interface FisClientResolvedConfig extends FisClientResolvedConfigType {
|
|
176
176
|
}
|
|
177
177
|
/**
|
|
178
|
-
* @public
|
|
179
178
|
* <p>Fault Injection Service is a managed service that enables you to perform fault injection
|
|
180
179
|
* experiments on your Amazon Web Services workloads. For more information, see the <a href="https://docs.aws.amazon.com/fis/latest/userguide/">Fault Injection Service User Guide</a>.</p>
|
|
180
|
+
* @public
|
|
181
181
|
*/
|
|
182
182
|
export declare class FisClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, FisClientResolvedConfig> {
|
|
183
183
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateExperimentTemplateCommandOutput extends CreateExperimentT
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateExperimentTemplateCommand_base: {
|
|
24
24
|
new (input: CreateExperimentTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateExperimentTemplateCommandInput, CreateExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateExperimentTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateExperimentTemplateCommandInput, CreateExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an experiment template. </p>
|
|
30
30
|
* <p>An experiment template includes the following components:</p>
|
|
31
31
|
* <ul>
|
|
@@ -219,6 +219,7 @@ declare const CreateExperimentTemplateCommand_base: {
|
|
|
219
219
|
* @throws {@link FisServiceException}
|
|
220
220
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
221
221
|
*
|
|
222
|
+
* @public
|
|
222
223
|
*/
|
|
223
224
|
export declare class CreateExperimentTemplateCommand extends CreateExperimentTemplateCommand_base {
|
|
224
225
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateTargetAccountConfigurationCommandOutput extends CreateTar
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateTargetAccountConfigurationCommand_base: {
|
|
24
24
|
new (input: CreateTargetAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTargetAccountConfigurationCommandInput, CreateTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateTargetAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTargetAccountConfigurationCommandInput, CreateTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a target account configuration for the experiment template. A target account configuration
|
|
30
30
|
* is required when <code>accountTargeting</code> of <code>experimentOptions</code> is set to <code>multi-account</code>.
|
|
31
31
|
* For more information, see <a href="https://docs.aws.amazon.com/fis/latest/userguide/experiment-options.html">experiment options</a>
|
|
@@ -77,6 +77,7 @@ declare const CreateTargetAccountConfigurationCommand_base: {
|
|
|
77
77
|
* @throws {@link FisServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class CreateTargetAccountConfigurationCommand extends CreateTargetAccountConfigurationCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteExperimentTemplateCommandOutput extends DeleteExperimentT
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteExperimentTemplateCommand_base: {
|
|
24
24
|
new (input: DeleteExperimentTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExperimentTemplateCommandInput, DeleteExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteExperimentTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExperimentTemplateCommandInput, DeleteExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified experiment template.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -128,6 +128,7 @@ declare const DeleteExperimentTemplateCommand_base: {
|
|
|
128
128
|
* @throws {@link FisServiceException}
|
|
129
129
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
130
130
|
*
|
|
131
|
+
* @public
|
|
131
132
|
*/
|
|
132
133
|
export declare class DeleteExperimentTemplateCommand extends DeleteExperimentTemplateCommand_base {
|
|
133
134
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteTargetAccountConfigurationCommandOutput extends DeleteTar
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteTargetAccountConfigurationCommand_base: {
|
|
24
24
|
new (input: DeleteTargetAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTargetAccountConfigurationCommandInput, DeleteTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteTargetAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTargetAccountConfigurationCommandInput, DeleteTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified target account configuration of the experiment template.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const DeleteTargetAccountConfigurationCommand_base: {
|
|
|
64
64
|
* @throws {@link FisServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class DeleteTargetAccountConfigurationCommand extends DeleteTargetAccountConfigurationCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetActionCommandOutput extends GetActionResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetActionCommand_base: {
|
|
24
24
|
new (input: GetActionCommandInput): import("@smithy/smithy-client").CommandImpl<GetActionCommandInput, GetActionCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetActionCommandInput): import("@smithy/smithy-client").CommandImpl<GetActionCommandInput, GetActionCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information about the specified FIS action.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const GetActionCommand_base: {
|
|
|
77
77
|
* @throws {@link FisServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetActionCommand extends GetActionCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetExperimentCommandOutput extends GetExperimentResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetExperimentCommand_base: {
|
|
24
24
|
new (input: GetExperimentCommandInput): import("@smithy/smithy-client").CommandImpl<GetExperimentCommandInput, GetExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetExperimentCommandInput): import("@smithy/smithy-client").CommandImpl<GetExperimentCommandInput, GetExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information about the specified experiment.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -140,6 +140,7 @@ declare const GetExperimentCommand_base: {
|
|
|
140
140
|
* @throws {@link FisServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
142
142
|
*
|
|
143
|
+
* @public
|
|
143
144
|
*/
|
|
144
145
|
export declare class GetExperimentCommand extends GetExperimentCommand_base {
|
|
145
146
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetExperimentTargetAccountConfigurationCommandOutput extends Ge
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetExperimentTargetAccountConfigurationCommand_base: {
|
|
24
24
|
new (input: GetExperimentTargetAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetExperimentTargetAccountConfigurationCommandInput, GetExperimentTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetExperimentTargetAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetExperimentTargetAccountConfigurationCommandInput, GetExperimentTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information about the specified target account configuration of the experiment.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const GetExperimentTargetAccountConfigurationCommand_base: {
|
|
|
64
64
|
* @throws {@link FisServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class GetExperimentTargetAccountConfigurationCommand extends GetExperimentTargetAccountConfigurationCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetExperimentTemplateCommandOutput extends GetExperimentTemplat
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetExperimentTemplateCommand_base: {
|
|
24
24
|
new (input: GetExperimentTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetExperimentTemplateCommandInput, GetExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetExperimentTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetExperimentTemplateCommandInput, GetExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information about the specified experiment template.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -128,6 +128,7 @@ declare const GetExperimentTemplateCommand_base: {
|
|
|
128
128
|
* @throws {@link FisServiceException}
|
|
129
129
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
130
130
|
*
|
|
131
|
+
* @public
|
|
131
132
|
*/
|
|
132
133
|
export declare class GetExperimentTemplateCommand extends GetExperimentTemplateCommand_base {
|
|
133
134
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTargetAccountConfigurationCommandOutput extends GetTargetAcc
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTargetAccountConfigurationCommand_base: {
|
|
24
24
|
new (input: GetTargetAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetTargetAccountConfigurationCommandInput, GetTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTargetAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetTargetAccountConfigurationCommandInput, GetTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information about the specified target account configuration of the experiment template.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const GetTargetAccountConfigurationCommand_base: {
|
|
|
64
64
|
* @throws {@link FisServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class GetTargetAccountConfigurationCommand extends GetTargetAccountConfigurationCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTargetResourceTypeCommandOutput extends GetTargetResourceTyp
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTargetResourceTypeCommand_base: {
|
|
24
24
|
new (input: GetTargetResourceTypeCommandInput): import("@smithy/smithy-client").CommandImpl<GetTargetResourceTypeCommandInput, GetTargetResourceTypeCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTargetResourceTypeCommandInput): import("@smithy/smithy-client").CommandImpl<GetTargetResourceTypeCommandInput, GetTargetResourceTypeCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information about the specified resource type.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -68,6 +68,7 @@ declare const GetTargetResourceTypeCommand_base: {
|
|
|
68
68
|
* @throws {@link FisServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class GetTargetResourceTypeCommand extends GetTargetResourceTypeCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListActionsCommandOutput extends ListActionsResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListActionsCommand_base: {
|
|
24
24
|
new (input: ListActionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListActionsCommandInput, ListActionsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListActionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListActionsCommandInput, ListActionsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the available FIS actions.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const ListActionsCommand_base: {
|
|
|
72
72
|
* @throws {@link FisServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ListActionsCommand extends ListActionsCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListExperimentResolvedTargetsCommandOutput extends ListExperime
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListExperimentResolvedTargetsCommand_base: {
|
|
24
24
|
new (input: ListExperimentResolvedTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExperimentResolvedTargetsCommandInput, ListExperimentResolvedTargetsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListExperimentResolvedTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExperimentResolvedTargetsCommandInput, ListExperimentResolvedTargetsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the resolved targets information of the specified experiment.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const ListExperimentResolvedTargetsCommand_base: {
|
|
|
71
71
|
* @throws {@link FisServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ListExperimentResolvedTargetsCommand extends ListExperimentResolvedTargetsCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListExperimentTargetAccountConfigurationsCommandOutput extends
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListExperimentTargetAccountConfigurationsCommand_base: {
|
|
24
24
|
new (input: ListExperimentTargetAccountConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExperimentTargetAccountConfigurationsCommandInput, ListExperimentTargetAccountConfigurationsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListExperimentTargetAccountConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExperimentTargetAccountConfigurationsCommandInput, ListExperimentTargetAccountConfigurationsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the target account configurations of the specified experiment.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -67,6 +67,7 @@ declare const ListExperimentTargetAccountConfigurationsCommand_base: {
|
|
|
67
67
|
* @throws {@link FisServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class ListExperimentTargetAccountConfigurationsCommand extends ListExperimentTargetAccountConfigurationsCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListExperimentTemplatesCommandOutput extends ListExperimentTemp
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListExperimentTemplatesCommand_base: {
|
|
24
24
|
new (input: ListExperimentTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListExperimentTemplatesCommandInput, ListExperimentTemplatesCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListExperimentTemplatesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListExperimentTemplatesCommandInput, ListExperimentTemplatesCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists your experiment templates.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const ListExperimentTemplatesCommand_base: {
|
|
|
69
69
|
* @throws {@link FisServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class ListExperimentTemplatesCommand extends ListExperimentTemplatesCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListExperimentsCommandOutput extends ListExperimentsResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListExperimentsCommand_base: {
|
|
24
24
|
new (input: ListExperimentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExperimentsCommandInput, ListExperimentsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListExperimentsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListExperimentsCommandInput, ListExperimentsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists your experiments.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const ListExperimentsCommand_base: {
|
|
|
78
78
|
* @throws {@link FisServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListExperimentsCommand extends ListExperimentsCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the tags for the specified resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -55,6 +55,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
55
55
|
* @throws {@link FisServiceException}
|
|
56
56
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
57
57
|
*
|
|
58
|
+
* @public
|
|
58
59
|
*/
|
|
59
60
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
60
61
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTargetAccountConfigurationsCommandOutput extends ListTarget
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTargetAccountConfigurationsCommand_base: {
|
|
24
24
|
new (input: ListTargetAccountConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetAccountConfigurationsCommandInput, ListTargetAccountConfigurationsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTargetAccountConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetAccountConfigurationsCommandInput, ListTargetAccountConfigurationsCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the target account configurations of the specified experiment template.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -68,6 +68,7 @@ declare const ListTargetAccountConfigurationsCommand_base: {
|
|
|
68
68
|
* @throws {@link FisServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class ListTargetAccountConfigurationsCommand extends ListTargetAccountConfigurationsCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTargetResourceTypesCommandOutput extends ListTargetResource
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTargetResourceTypesCommand_base: {
|
|
24
24
|
new (input: ListTargetResourceTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetResourceTypesCommandInput, ListTargetResourceTypesCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListTargetResourceTypesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTargetResourceTypesCommandInput, ListTargetResourceTypesCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the target resource types.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -63,6 +63,7 @@ declare const ListTargetResourceTypesCommand_base: {
|
|
|
63
63
|
* @throws {@link FisServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class ListTargetResourceTypesCommand extends ListTargetResourceTypesCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartExperimentCommandOutput extends StartExperimentResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartExperimentCommand_base: {
|
|
24
24
|
new (input: StartExperimentCommandInput): import("@smithy/smithy-client").CommandImpl<StartExperimentCommandInput, StartExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartExperimentCommandInput): import("@smithy/smithy-client").CommandImpl<StartExperimentCommandInput, StartExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts running an experiment from the specified experiment template.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -153,6 +153,7 @@ declare const StartExperimentCommand_base: {
|
|
|
153
153
|
* @throws {@link FisServiceException}
|
|
154
154
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
155
155
|
*
|
|
156
|
+
* @public
|
|
156
157
|
*/
|
|
157
158
|
export declare class StartExperimentCommand extends StartExperimentCommand_base {
|
|
158
159
|
}
|
|
@@ -22,10 +22,10 @@ export interface StopExperimentCommandOutput extends StopExperimentResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const StopExperimentCommand_base: {
|
|
24
24
|
new (input: StopExperimentCommandInput): import("@smithy/smithy-client").CommandImpl<StopExperimentCommandInput, StopExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StopExperimentCommandInput): import("@smithy/smithy-client").CommandImpl<StopExperimentCommandInput, StopExperimentCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Stops the specified experiment.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -140,6 +140,7 @@ declare const StopExperimentCommand_base: {
|
|
|
140
140
|
* @throws {@link FisServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
142
142
|
*
|
|
143
|
+
* @public
|
|
143
144
|
*/
|
|
144
145
|
export declare class StopExperimentCommand extends StopExperimentCommand_base {
|
|
145
146
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Applies the specified tags to the specified resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -54,6 +54,7 @@ declare const TagResourceCommand_base: {
|
|
|
54
54
|
* @throws {@link FisServiceException}
|
|
55
55
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
56
56
|
*
|
|
57
|
+
* @public
|
|
57
58
|
*/
|
|
58
59
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
59
60
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the specified tags from the specified resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -54,6 +54,7 @@ declare const UntagResourceCommand_base: {
|
|
|
54
54
|
* @throws {@link FisServiceException}
|
|
55
55
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
56
56
|
*
|
|
57
|
+
* @public
|
|
57
58
|
*/
|
|
58
59
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
59
60
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateExperimentTemplateCommandOutput extends UpdateExperimentT
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateExperimentTemplateCommand_base: {
|
|
24
24
|
new (input: UpdateExperimentTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateExperimentTemplateCommandInput, UpdateExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateExperimentTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateExperimentTemplateCommandInput, UpdateExperimentTemplateCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the specified experiment template.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -190,6 +190,7 @@ declare const UpdateExperimentTemplateCommand_base: {
|
|
|
190
190
|
* @throws {@link FisServiceException}
|
|
191
191
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
192
192
|
*
|
|
193
|
+
* @public
|
|
193
194
|
*/
|
|
194
195
|
export declare class UpdateExperimentTemplateCommand extends UpdateExperimentTemplateCommand_base {
|
|
195
196
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateTargetAccountConfigurationCommandOutput extends UpdateTar
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateTargetAccountConfigurationCommand_base: {
|
|
24
24
|
new (input: UpdateTargetAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTargetAccountConfigurationCommandInput, UpdateTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateTargetAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTargetAccountConfigurationCommandInput, UpdateTargetAccountConfigurationCommandOutput, FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the target account configuration for the specified experiment template.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const UpdateTargetAccountConfigurationCommand_base: {
|
|
|
66
66
|
* @throws {@link FisServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Fis service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class UpdateTargetAccountConfigurationCommand extends UpdateTargetAccountConfigurationCommand_base {
|
|
71
72
|
}
|