@aws-sdk/client-fis 3.170.0 → 3.178.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/CHANGELOG.md +16 -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/ts3.4/Fis.d.ts +0 -16
- package/dist-types/ts3.4/FisClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateExperimentTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteExperimentTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetActionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetExperimentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetExperimentTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTargetResourceTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListExperimentTemplatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTargetResourceTypesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartExperimentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopExperimentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateExperimentTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/FisServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -240
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-fis
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-fis
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-fis
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: FisClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: FisClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: FisClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -64,7 +64,6 @@ import {
|
|
|
64
64
|
UpdateExperimentTemplateCommandOutput,
|
|
65
65
|
} from "./commands/UpdateExperimentTemplateCommand";
|
|
66
66
|
import { FisClient } from "./FisClient";
|
|
67
|
-
|
|
68
67
|
export declare class Fis extends FisClient {
|
|
69
68
|
createExperimentTemplate(
|
|
70
69
|
args: CreateExperimentTemplateCommandInput,
|
|
@@ -79,7 +78,6 @@ export declare class Fis extends FisClient {
|
|
|
79
78
|
options: __HttpHandlerOptions,
|
|
80
79
|
cb: (err: any, data?: CreateExperimentTemplateCommandOutput) => void
|
|
81
80
|
): void;
|
|
82
|
-
|
|
83
81
|
deleteExperimentTemplate(
|
|
84
82
|
args: DeleteExperimentTemplateCommandInput,
|
|
85
83
|
options?: __HttpHandlerOptions
|
|
@@ -93,7 +91,6 @@ export declare class Fis extends FisClient {
|
|
|
93
91
|
options: __HttpHandlerOptions,
|
|
94
92
|
cb: (err: any, data?: DeleteExperimentTemplateCommandOutput) => void
|
|
95
93
|
): void;
|
|
96
|
-
|
|
97
94
|
getAction(
|
|
98
95
|
args: GetActionCommandInput,
|
|
99
96
|
options?: __HttpHandlerOptions
|
|
@@ -107,7 +104,6 @@ export declare class Fis extends FisClient {
|
|
|
107
104
|
options: __HttpHandlerOptions,
|
|
108
105
|
cb: (err: any, data?: GetActionCommandOutput) => void
|
|
109
106
|
): void;
|
|
110
|
-
|
|
111
107
|
getExperiment(
|
|
112
108
|
args: GetExperimentCommandInput,
|
|
113
109
|
options?: __HttpHandlerOptions
|
|
@@ -121,7 +117,6 @@ export declare class Fis extends FisClient {
|
|
|
121
117
|
options: __HttpHandlerOptions,
|
|
122
118
|
cb: (err: any, data?: GetExperimentCommandOutput) => void
|
|
123
119
|
): void;
|
|
124
|
-
|
|
125
120
|
getExperimentTemplate(
|
|
126
121
|
args: GetExperimentTemplateCommandInput,
|
|
127
122
|
options?: __HttpHandlerOptions
|
|
@@ -135,7 +130,6 @@ export declare class Fis extends FisClient {
|
|
|
135
130
|
options: __HttpHandlerOptions,
|
|
136
131
|
cb: (err: any, data?: GetExperimentTemplateCommandOutput) => void
|
|
137
132
|
): void;
|
|
138
|
-
|
|
139
133
|
getTargetResourceType(
|
|
140
134
|
args: GetTargetResourceTypeCommandInput,
|
|
141
135
|
options?: __HttpHandlerOptions
|
|
@@ -149,7 +143,6 @@ export declare class Fis extends FisClient {
|
|
|
149
143
|
options: __HttpHandlerOptions,
|
|
150
144
|
cb: (err: any, data?: GetTargetResourceTypeCommandOutput) => void
|
|
151
145
|
): void;
|
|
152
|
-
|
|
153
146
|
listActions(
|
|
154
147
|
args: ListActionsCommandInput,
|
|
155
148
|
options?: __HttpHandlerOptions
|
|
@@ -163,7 +156,6 @@ export declare class Fis extends FisClient {
|
|
|
163
156
|
options: __HttpHandlerOptions,
|
|
164
157
|
cb: (err: any, data?: ListActionsCommandOutput) => void
|
|
165
158
|
): void;
|
|
166
|
-
|
|
167
159
|
listExperiments(
|
|
168
160
|
args: ListExperimentsCommandInput,
|
|
169
161
|
options?: __HttpHandlerOptions
|
|
@@ -177,7 +169,6 @@ export declare class Fis extends FisClient {
|
|
|
177
169
|
options: __HttpHandlerOptions,
|
|
178
170
|
cb: (err: any, data?: ListExperimentsCommandOutput) => void
|
|
179
171
|
): void;
|
|
180
|
-
|
|
181
172
|
listExperimentTemplates(
|
|
182
173
|
args: ListExperimentTemplatesCommandInput,
|
|
183
174
|
options?: __HttpHandlerOptions
|
|
@@ -191,7 +182,6 @@ export declare class Fis extends FisClient {
|
|
|
191
182
|
options: __HttpHandlerOptions,
|
|
192
183
|
cb: (err: any, data?: ListExperimentTemplatesCommandOutput) => void
|
|
193
184
|
): void;
|
|
194
|
-
|
|
195
185
|
listTagsForResource(
|
|
196
186
|
args: ListTagsForResourceCommandInput,
|
|
197
187
|
options?: __HttpHandlerOptions
|
|
@@ -205,7 +195,6 @@ export declare class Fis extends FisClient {
|
|
|
205
195
|
options: __HttpHandlerOptions,
|
|
206
196
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
207
197
|
): void;
|
|
208
|
-
|
|
209
198
|
listTargetResourceTypes(
|
|
210
199
|
args: ListTargetResourceTypesCommandInput,
|
|
211
200
|
options?: __HttpHandlerOptions
|
|
@@ -219,7 +208,6 @@ export declare class Fis extends FisClient {
|
|
|
219
208
|
options: __HttpHandlerOptions,
|
|
220
209
|
cb: (err: any, data?: ListTargetResourceTypesCommandOutput) => void
|
|
221
210
|
): void;
|
|
222
|
-
|
|
223
211
|
startExperiment(
|
|
224
212
|
args: StartExperimentCommandInput,
|
|
225
213
|
options?: __HttpHandlerOptions
|
|
@@ -233,7 +221,6 @@ export declare class Fis extends FisClient {
|
|
|
233
221
|
options: __HttpHandlerOptions,
|
|
234
222
|
cb: (err: any, data?: StartExperimentCommandOutput) => void
|
|
235
223
|
): void;
|
|
236
|
-
|
|
237
224
|
stopExperiment(
|
|
238
225
|
args: StopExperimentCommandInput,
|
|
239
226
|
options?: __HttpHandlerOptions
|
|
@@ -247,7 +234,6 @@ export declare class Fis extends FisClient {
|
|
|
247
234
|
options: __HttpHandlerOptions,
|
|
248
235
|
cb: (err: any, data?: StopExperimentCommandOutput) => void
|
|
249
236
|
): void;
|
|
250
|
-
|
|
251
237
|
tagResource(
|
|
252
238
|
args: TagResourceCommandInput,
|
|
253
239
|
options?: __HttpHandlerOptions
|
|
@@ -261,7 +247,6 @@ export declare class Fis extends FisClient {
|
|
|
261
247
|
options: __HttpHandlerOptions,
|
|
262
248
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
263
249
|
): void;
|
|
264
|
-
|
|
265
250
|
untagResource(
|
|
266
251
|
args: UntagResourceCommandInput,
|
|
267
252
|
options?: __HttpHandlerOptions
|
|
@@ -275,7 +260,6 @@ export declare class Fis extends FisClient {
|
|
|
275
260
|
options: __HttpHandlerOptions,
|
|
276
261
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
277
262
|
): void;
|
|
278
|
-
|
|
279
263
|
updateExperimentTemplate(
|
|
280
264
|
args: UpdateExperimentTemplateCommandInput,
|
|
281
265
|
options?: __HttpHandlerOptions
|
|
@@ -143,47 +143,26 @@ export declare type ServiceOutputTypes =
|
|
|
143
143
|
export interface ClientDefaults
|
|
144
144
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
145
145
|
requestHandler?: __HttpHandler;
|
|
146
|
-
|
|
147
146
|
sha256?: __HashConstructor;
|
|
148
|
-
|
|
149
147
|
urlParser?: __UrlParser;
|
|
150
|
-
|
|
151
148
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
152
|
-
|
|
153
149
|
streamCollector?: __StreamCollector;
|
|
154
|
-
|
|
155
150
|
base64Decoder?: __Decoder;
|
|
156
|
-
|
|
157
151
|
base64Encoder?: __Encoder;
|
|
158
|
-
|
|
159
152
|
utf8Decoder?: __Decoder;
|
|
160
|
-
|
|
161
153
|
utf8Encoder?: __Encoder;
|
|
162
|
-
|
|
163
154
|
runtime?: string;
|
|
164
|
-
|
|
165
155
|
disableHostPrefix?: boolean;
|
|
166
|
-
|
|
167
156
|
maxAttempts?: number | __Provider<number>;
|
|
168
|
-
|
|
169
157
|
retryMode?: string | __Provider<string>;
|
|
170
|
-
|
|
171
158
|
logger?: __Logger;
|
|
172
|
-
|
|
173
159
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
174
|
-
|
|
175
160
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
176
|
-
|
|
177
161
|
serviceId?: string;
|
|
178
|
-
|
|
179
162
|
region?: string | __Provider<string>;
|
|
180
|
-
|
|
181
163
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
182
|
-
|
|
183
164
|
regionInfoProvider?: RegionInfoProvider;
|
|
184
|
-
|
|
185
165
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
186
|
-
|
|
187
166
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
188
167
|
}
|
|
189
168
|
declare type FisClientConfigType = Partial<
|
|
@@ -196,7 +175,6 @@ declare type FisClientConfigType = Partial<
|
|
|
196
175
|
HostHeaderInputConfig &
|
|
197
176
|
AwsAuthInputConfig &
|
|
198
177
|
UserAgentInputConfig;
|
|
199
|
-
|
|
200
178
|
export interface FisClientConfig extends FisClientConfigType {}
|
|
201
179
|
declare type FisClientResolvedConfigType =
|
|
202
180
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -207,9 +185,7 @@ declare type FisClientResolvedConfigType =
|
|
|
207
185
|
HostHeaderResolvedConfig &
|
|
208
186
|
AwsAuthResolvedConfig &
|
|
209
187
|
UserAgentResolvedConfig;
|
|
210
|
-
|
|
211
188
|
export interface FisClientResolvedConfig extends FisClientResolvedConfigType {}
|
|
212
|
-
|
|
213
189
|
export declare class FisClient extends __Client<
|
|
214
190
|
__HttpHandlerOptions,
|
|
215
191
|
ServiceInputTypes,
|
|
@@ -218,7 +194,6 @@ export declare class FisClient extends __Client<
|
|
|
218
194
|
> {
|
|
219
195
|
readonly config: FisClientResolvedConfig;
|
|
220
196
|
constructor(configuration: FisClientConfig);
|
|
221
|
-
|
|
222
197
|
destroy(): void;
|
|
223
198
|
}
|
|
224
199
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface CreateExperimentTemplateCommandInput
|
|
|
19
19
|
export interface CreateExperimentTemplateCommandOutput
|
|
20
20
|
extends CreateExperimentTemplateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateExperimentTemplateCommand extends $Command<
|
|
24
23
|
CreateExperimentTemplateCommandInput,
|
|
25
24
|
CreateExperimentTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateExperimentTemplateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateExperimentTemplateCommandInput;
|
|
29
28
|
constructor(input: CreateExperimentTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FisClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteExperimentTemplateCommandInput
|
|
|
19
19
|
export interface DeleteExperimentTemplateCommandOutput
|
|
20
20
|
extends DeleteExperimentTemplateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteExperimentTemplateCommand extends $Command<
|
|
24
23
|
DeleteExperimentTemplateCommandInput,
|
|
25
24
|
DeleteExperimentTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteExperimentTemplateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteExperimentTemplateCommandInput;
|
|
29
28
|
constructor(input: DeleteExperimentTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FisClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetActionCommandInput extends GetActionRequest {}
|
|
|
15
15
|
export interface GetActionCommandOutput
|
|
16
16
|
extends GetActionResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetActionCommand extends $Command<
|
|
20
19
|
GetActionCommandInput,
|
|
21
20
|
GetActionCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetActionCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetActionCommandInput;
|
|
25
24
|
constructor(input: GetActionCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: FisClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetExperimentCommandInput extends GetExperimentRequest {}
|
|
|
18
18
|
export interface GetExperimentCommandOutput
|
|
19
19
|
extends GetExperimentResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetExperimentCommand extends $Command<
|
|
23
22
|
GetExperimentCommandInput,
|
|
24
23
|
GetExperimentCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetExperimentCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetExperimentCommandInput;
|
|
28
27
|
constructor(input: GetExperimentCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: FisClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetExperimentTemplateCommandInput
|
|
|
19
19
|
export interface GetExperimentTemplateCommandOutput
|
|
20
20
|
extends GetExperimentTemplateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetExperimentTemplateCommand extends $Command<
|
|
24
23
|
GetExperimentTemplateCommandInput,
|
|
25
24
|
GetExperimentTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetExperimentTemplateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetExperimentTemplateCommandInput;
|
|
29
28
|
constructor(input: GetExperimentTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FisClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetTargetResourceTypeCommandInput
|
|
|
19
19
|
export interface GetTargetResourceTypeCommandOutput
|
|
20
20
|
extends GetTargetResourceTypeResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetTargetResourceTypeCommand extends $Command<
|
|
24
23
|
GetTargetResourceTypeCommandInput,
|
|
25
24
|
GetTargetResourceTypeCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetTargetResourceTypeCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetTargetResourceTypeCommandInput;
|
|
29
28
|
constructor(input: GetTargetResourceTypeCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FisClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListActionsCommandInput extends ListActionsRequest {}
|
|
|
15
15
|
export interface ListActionsCommandOutput
|
|
16
16
|
extends ListActionsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListActionsCommand extends $Command<
|
|
20
19
|
ListActionsCommandInput,
|
|
21
20
|
ListActionsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListActionsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListActionsCommandInput;
|
|
25
24
|
constructor(input: ListActionsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: FisClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListExperimentTemplatesCommandInput
|
|
|
19
19
|
export interface ListExperimentTemplatesCommandOutput
|
|
20
20
|
extends ListExperimentTemplatesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListExperimentTemplatesCommand extends $Command<
|
|
24
23
|
ListExperimentTemplatesCommandInput,
|
|
25
24
|
ListExperimentTemplatesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListExperimentTemplatesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListExperimentTemplatesCommandInput;
|
|
29
28
|
constructor(input: ListExperimentTemplatesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FisClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListExperimentsCommandInput extends ListExperimentsRequest {}
|
|
|
18
18
|
export interface ListExperimentsCommandOutput
|
|
19
19
|
extends ListExperimentsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListExperimentsCommand extends $Command<
|
|
23
22
|
ListExperimentsCommandInput,
|
|
24
23
|
ListExperimentsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListExperimentsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListExperimentsCommandInput;
|
|
28
27
|
constructor(input: ListExperimentsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: FisClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FisClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTargetResourceTypesCommandInput
|
|
|
19
19
|
export interface ListTargetResourceTypesCommandOutput
|
|
20
20
|
extends ListTargetResourceTypesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTargetResourceTypesCommand extends $Command<
|
|
24
23
|
ListTargetResourceTypesCommandInput,
|
|
25
24
|
ListTargetResourceTypesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTargetResourceTypesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTargetResourceTypesCommandInput;
|
|
29
28
|
constructor(input: ListTargetResourceTypesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FisClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface StartExperimentCommandInput extends StartExperimentRequest {}
|
|
|
18
18
|
export interface StartExperimentCommandOutput
|
|
19
19
|
extends StartExperimentResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class StartExperimentCommand extends $Command<
|
|
23
22
|
StartExperimentCommandInput,
|
|
24
23
|
StartExperimentCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class StartExperimentCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: StartExperimentCommandInput;
|
|
28
27
|
constructor(input: StartExperimentCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: FisClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface StopExperimentCommandInput extends StopExperimentRequest {}
|
|
|
18
18
|
export interface StopExperimentCommandOutput
|
|
19
19
|
extends StopExperimentResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class StopExperimentCommand extends $Command<
|
|
23
22
|
StopExperimentCommandInput,
|
|
24
23
|
StopExperimentCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class StopExperimentCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: StopExperimentCommandInput;
|
|
28
27
|
constructor(input: StopExperimentCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: FisClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: FisClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: FisClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateExperimentTemplateCommandInput
|
|
|
19
19
|
export interface UpdateExperimentTemplateCommandOutput
|
|
20
20
|
extends UpdateExperimentTemplateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateExperimentTemplateCommand extends $Command<
|
|
24
23
|
UpdateExperimentTemplateCommandInput,
|
|
25
24
|
UpdateExperimentTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateExperimentTemplateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateExperimentTemplateCommandInput;
|
|
29
28
|
constructor(input: UpdateExperimentTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FisClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class FisServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|