@aws-sdk/client-fis 3.169.0 → 3.171.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.
Files changed (37) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Fis.d.ts +276 -85
  3. package/dist-types/ts3.4/FisClient.d.ts +199 -89
  4. package/dist-types/ts3.4/commands/CreateExperimentTemplateCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/DeleteExperimentTemplateCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/GetActionCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/GetExperimentCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/GetExperimentTemplateCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/GetTargetResourceTypeCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/ListExperimentTemplatesCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/ListTargetResourceTypesCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/StartExperimentCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/StopExperimentCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/UpdateExperimentTemplateCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/index.d.ts +16 -16
  21. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  22. package/dist-types/ts3.4/index.d.ts +6 -6
  23. package/dist-types/ts3.4/models/FisServiceException.d.ts +7 -6
  24. package/dist-types/ts3.4/models/index.d.ts +1 -1
  25. package/dist-types/ts3.4/models/models_0.d.ts +581 -751
  26. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  27. package/dist-types/ts3.4/pagination/ListActionsPaginator.d.ts +11 -4
  28. package/dist-types/ts3.4/pagination/ListExperimentTemplatesPaginator.d.ts +11 -4
  29. package/dist-types/ts3.4/pagination/ListExperimentsPaginator.d.ts +11 -4
  30. package/dist-types/ts3.4/pagination/ListTargetResourceTypesPaginator.d.ts +11 -4
  31. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  32. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +197 -50
  33. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  34. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  35. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  36. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  37. package/package.json +34 -34
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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-fis
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-fis
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-fis
@@ -1,85 +1,276 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CreateExperimentTemplateCommandInput, CreateExperimentTemplateCommandOutput } from "./commands/CreateExperimentTemplateCommand";
3
- import { DeleteExperimentTemplateCommandInput, DeleteExperimentTemplateCommandOutput } from "./commands/DeleteExperimentTemplateCommand";
4
- import { GetActionCommandInput, GetActionCommandOutput } from "./commands/GetActionCommand";
5
- import { GetExperimentCommandInput, GetExperimentCommandOutput } from "./commands/GetExperimentCommand";
6
- import { GetExperimentTemplateCommandInput, GetExperimentTemplateCommandOutput } from "./commands/GetExperimentTemplateCommand";
7
- import { GetTargetResourceTypeCommandInput, GetTargetResourceTypeCommandOutput } from "./commands/GetTargetResourceTypeCommand";
8
- import { ListActionsCommandInput, ListActionsCommandOutput } from "./commands/ListActionsCommand";
9
- import { ListExperimentsCommandInput, ListExperimentsCommandOutput } from "./commands/ListExperimentsCommand";
10
- import { ListExperimentTemplatesCommandInput, ListExperimentTemplatesCommandOutput } from "./commands/ListExperimentTemplatesCommand";
11
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
12
- import { ListTargetResourceTypesCommandInput, ListTargetResourceTypesCommandOutput } from "./commands/ListTargetResourceTypesCommand";
13
- import { StartExperimentCommandInput, StartExperimentCommandOutput } from "./commands/StartExperimentCommand";
14
- import { StopExperimentCommandInput, StopExperimentCommandOutput } from "./commands/StopExperimentCommand";
15
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
16
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
17
- import { UpdateExperimentTemplateCommandInput, UpdateExperimentTemplateCommandOutput } from "./commands/UpdateExperimentTemplateCommand";
18
- import { FisClient } from "./FisClient";
19
-
20
- export declare class Fis extends FisClient {
21
-
22
- createExperimentTemplate(args: CreateExperimentTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateExperimentTemplateCommandOutput>;
23
- createExperimentTemplate(args: CreateExperimentTemplateCommandInput, cb: (err: any, data?: CreateExperimentTemplateCommandOutput) => void): void;
24
- createExperimentTemplate(args: CreateExperimentTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateExperimentTemplateCommandOutput) => void): void;
25
-
26
- deleteExperimentTemplate(args: DeleteExperimentTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteExperimentTemplateCommandOutput>;
27
- deleteExperimentTemplate(args: DeleteExperimentTemplateCommandInput, cb: (err: any, data?: DeleteExperimentTemplateCommandOutput) => void): void;
28
- deleteExperimentTemplate(args: DeleteExperimentTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteExperimentTemplateCommandOutput) => void): void;
29
-
30
- getAction(args: GetActionCommandInput, options?: __HttpHandlerOptions): Promise<GetActionCommandOutput>;
31
- getAction(args: GetActionCommandInput, cb: (err: any, data?: GetActionCommandOutput) => void): void;
32
- getAction(args: GetActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetActionCommandOutput) => void): void;
33
-
34
- getExperiment(args: GetExperimentCommandInput, options?: __HttpHandlerOptions): Promise<GetExperimentCommandOutput>;
35
- getExperiment(args: GetExperimentCommandInput, cb: (err: any, data?: GetExperimentCommandOutput) => void): void;
36
- getExperiment(args: GetExperimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetExperimentCommandOutput) => void): void;
37
-
38
- getExperimentTemplate(args: GetExperimentTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetExperimentTemplateCommandOutput>;
39
- getExperimentTemplate(args: GetExperimentTemplateCommandInput, cb: (err: any, data?: GetExperimentTemplateCommandOutput) => void): void;
40
- getExperimentTemplate(args: GetExperimentTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetExperimentTemplateCommandOutput) => void): void;
41
-
42
- getTargetResourceType(args: GetTargetResourceTypeCommandInput, options?: __HttpHandlerOptions): Promise<GetTargetResourceTypeCommandOutput>;
43
- getTargetResourceType(args: GetTargetResourceTypeCommandInput, cb: (err: any, data?: GetTargetResourceTypeCommandOutput) => void): void;
44
- getTargetResourceType(args: GetTargetResourceTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTargetResourceTypeCommandOutput) => void): void;
45
-
46
- listActions(args: ListActionsCommandInput, options?: __HttpHandlerOptions): Promise<ListActionsCommandOutput>;
47
- listActions(args: ListActionsCommandInput, cb: (err: any, data?: ListActionsCommandOutput) => void): void;
48
- listActions(args: ListActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListActionsCommandOutput) => void): void;
49
-
50
- listExperiments(args: ListExperimentsCommandInput, options?: __HttpHandlerOptions): Promise<ListExperimentsCommandOutput>;
51
- listExperiments(args: ListExperimentsCommandInput, cb: (err: any, data?: ListExperimentsCommandOutput) => void): void;
52
- listExperiments(args: ListExperimentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExperimentsCommandOutput) => void): void;
53
-
54
- listExperimentTemplates(args: ListExperimentTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListExperimentTemplatesCommandOutput>;
55
- listExperimentTemplates(args: ListExperimentTemplatesCommandInput, cb: (err: any, data?: ListExperimentTemplatesCommandOutput) => void): void;
56
- listExperimentTemplates(args: ListExperimentTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExperimentTemplatesCommandOutput) => void): void;
57
-
58
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
59
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
60
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
61
-
62
- listTargetResourceTypes(args: ListTargetResourceTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListTargetResourceTypesCommandOutput>;
63
- listTargetResourceTypes(args: ListTargetResourceTypesCommandInput, cb: (err: any, data?: ListTargetResourceTypesCommandOutput) => void): void;
64
- listTargetResourceTypes(args: ListTargetResourceTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTargetResourceTypesCommandOutput) => void): void;
65
-
66
- startExperiment(args: StartExperimentCommandInput, options?: __HttpHandlerOptions): Promise<StartExperimentCommandOutput>;
67
- startExperiment(args: StartExperimentCommandInput, cb: (err: any, data?: StartExperimentCommandOutput) => void): void;
68
- startExperiment(args: StartExperimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartExperimentCommandOutput) => void): void;
69
-
70
- stopExperiment(args: StopExperimentCommandInput, options?: __HttpHandlerOptions): Promise<StopExperimentCommandOutput>;
71
- stopExperiment(args: StopExperimentCommandInput, cb: (err: any, data?: StopExperimentCommandOutput) => void): void;
72
- stopExperiment(args: StopExperimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopExperimentCommandOutput) => void): void;
73
-
74
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
75
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
76
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
77
-
78
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
79
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
80
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
81
-
82
- updateExperimentTemplate(args: UpdateExperimentTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateExperimentTemplateCommandOutput>;
83
- updateExperimentTemplate(args: UpdateExperimentTemplateCommandInput, cb: (err: any, data?: UpdateExperimentTemplateCommandOutput) => void): void;
84
- updateExperimentTemplate(args: UpdateExperimentTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateExperimentTemplateCommandOutput) => void): void;
85
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ CreateExperimentTemplateCommandInput,
4
+ CreateExperimentTemplateCommandOutput,
5
+ } from "./commands/CreateExperimentTemplateCommand";
6
+ import {
7
+ DeleteExperimentTemplateCommandInput,
8
+ DeleteExperimentTemplateCommandOutput,
9
+ } from "./commands/DeleteExperimentTemplateCommand";
10
+ import {
11
+ GetActionCommandInput,
12
+ GetActionCommandOutput,
13
+ } from "./commands/GetActionCommand";
14
+ import {
15
+ GetExperimentCommandInput,
16
+ GetExperimentCommandOutput,
17
+ } from "./commands/GetExperimentCommand";
18
+ import {
19
+ GetExperimentTemplateCommandInput,
20
+ GetExperimentTemplateCommandOutput,
21
+ } from "./commands/GetExperimentTemplateCommand";
22
+ import {
23
+ GetTargetResourceTypeCommandInput,
24
+ GetTargetResourceTypeCommandOutput,
25
+ } from "./commands/GetTargetResourceTypeCommand";
26
+ import {
27
+ ListActionsCommandInput,
28
+ ListActionsCommandOutput,
29
+ } from "./commands/ListActionsCommand";
30
+ import {
31
+ ListExperimentsCommandInput,
32
+ ListExperimentsCommandOutput,
33
+ } from "./commands/ListExperimentsCommand";
34
+ import {
35
+ ListExperimentTemplatesCommandInput,
36
+ ListExperimentTemplatesCommandOutput,
37
+ } from "./commands/ListExperimentTemplatesCommand";
38
+ import {
39
+ ListTagsForResourceCommandInput,
40
+ ListTagsForResourceCommandOutput,
41
+ } from "./commands/ListTagsForResourceCommand";
42
+ import {
43
+ ListTargetResourceTypesCommandInput,
44
+ ListTargetResourceTypesCommandOutput,
45
+ } from "./commands/ListTargetResourceTypesCommand";
46
+ import {
47
+ StartExperimentCommandInput,
48
+ StartExperimentCommandOutput,
49
+ } from "./commands/StartExperimentCommand";
50
+ import {
51
+ StopExperimentCommandInput,
52
+ StopExperimentCommandOutput,
53
+ } from "./commands/StopExperimentCommand";
54
+ import {
55
+ TagResourceCommandInput,
56
+ TagResourceCommandOutput,
57
+ } from "./commands/TagResourceCommand";
58
+ import {
59
+ UntagResourceCommandInput,
60
+ UntagResourceCommandOutput,
61
+ } from "./commands/UntagResourceCommand";
62
+ import {
63
+ UpdateExperimentTemplateCommandInput,
64
+ UpdateExperimentTemplateCommandOutput,
65
+ } from "./commands/UpdateExperimentTemplateCommand";
66
+ import { FisClient } from "./FisClient";
67
+ export declare class Fis extends FisClient {
68
+ createExperimentTemplate(
69
+ args: CreateExperimentTemplateCommandInput,
70
+ options?: __HttpHandlerOptions
71
+ ): Promise<CreateExperimentTemplateCommandOutput>;
72
+ createExperimentTemplate(
73
+ args: CreateExperimentTemplateCommandInput,
74
+ cb: (err: any, data?: CreateExperimentTemplateCommandOutput) => void
75
+ ): void;
76
+ createExperimentTemplate(
77
+ args: CreateExperimentTemplateCommandInput,
78
+ options: __HttpHandlerOptions,
79
+ cb: (err: any, data?: CreateExperimentTemplateCommandOutput) => void
80
+ ): void;
81
+ deleteExperimentTemplate(
82
+ args: DeleteExperimentTemplateCommandInput,
83
+ options?: __HttpHandlerOptions
84
+ ): Promise<DeleteExperimentTemplateCommandOutput>;
85
+ deleteExperimentTemplate(
86
+ args: DeleteExperimentTemplateCommandInput,
87
+ cb: (err: any, data?: DeleteExperimentTemplateCommandOutput) => void
88
+ ): void;
89
+ deleteExperimentTemplate(
90
+ args: DeleteExperimentTemplateCommandInput,
91
+ options: __HttpHandlerOptions,
92
+ cb: (err: any, data?: DeleteExperimentTemplateCommandOutput) => void
93
+ ): void;
94
+ getAction(
95
+ args: GetActionCommandInput,
96
+ options?: __HttpHandlerOptions
97
+ ): Promise<GetActionCommandOutput>;
98
+ getAction(
99
+ args: GetActionCommandInput,
100
+ cb: (err: any, data?: GetActionCommandOutput) => void
101
+ ): void;
102
+ getAction(
103
+ args: GetActionCommandInput,
104
+ options: __HttpHandlerOptions,
105
+ cb: (err: any, data?: GetActionCommandOutput) => void
106
+ ): void;
107
+ getExperiment(
108
+ args: GetExperimentCommandInput,
109
+ options?: __HttpHandlerOptions
110
+ ): Promise<GetExperimentCommandOutput>;
111
+ getExperiment(
112
+ args: GetExperimentCommandInput,
113
+ cb: (err: any, data?: GetExperimentCommandOutput) => void
114
+ ): void;
115
+ getExperiment(
116
+ args: GetExperimentCommandInput,
117
+ options: __HttpHandlerOptions,
118
+ cb: (err: any, data?: GetExperimentCommandOutput) => void
119
+ ): void;
120
+ getExperimentTemplate(
121
+ args: GetExperimentTemplateCommandInput,
122
+ options?: __HttpHandlerOptions
123
+ ): Promise<GetExperimentTemplateCommandOutput>;
124
+ getExperimentTemplate(
125
+ args: GetExperimentTemplateCommandInput,
126
+ cb: (err: any, data?: GetExperimentTemplateCommandOutput) => void
127
+ ): void;
128
+ getExperimentTemplate(
129
+ args: GetExperimentTemplateCommandInput,
130
+ options: __HttpHandlerOptions,
131
+ cb: (err: any, data?: GetExperimentTemplateCommandOutput) => void
132
+ ): void;
133
+ getTargetResourceType(
134
+ args: GetTargetResourceTypeCommandInput,
135
+ options?: __HttpHandlerOptions
136
+ ): Promise<GetTargetResourceTypeCommandOutput>;
137
+ getTargetResourceType(
138
+ args: GetTargetResourceTypeCommandInput,
139
+ cb: (err: any, data?: GetTargetResourceTypeCommandOutput) => void
140
+ ): void;
141
+ getTargetResourceType(
142
+ args: GetTargetResourceTypeCommandInput,
143
+ options: __HttpHandlerOptions,
144
+ cb: (err: any, data?: GetTargetResourceTypeCommandOutput) => void
145
+ ): void;
146
+ listActions(
147
+ args: ListActionsCommandInput,
148
+ options?: __HttpHandlerOptions
149
+ ): Promise<ListActionsCommandOutput>;
150
+ listActions(
151
+ args: ListActionsCommandInput,
152
+ cb: (err: any, data?: ListActionsCommandOutput) => void
153
+ ): void;
154
+ listActions(
155
+ args: ListActionsCommandInput,
156
+ options: __HttpHandlerOptions,
157
+ cb: (err: any, data?: ListActionsCommandOutput) => void
158
+ ): void;
159
+ listExperiments(
160
+ args: ListExperimentsCommandInput,
161
+ options?: __HttpHandlerOptions
162
+ ): Promise<ListExperimentsCommandOutput>;
163
+ listExperiments(
164
+ args: ListExperimentsCommandInput,
165
+ cb: (err: any, data?: ListExperimentsCommandOutput) => void
166
+ ): void;
167
+ listExperiments(
168
+ args: ListExperimentsCommandInput,
169
+ options: __HttpHandlerOptions,
170
+ cb: (err: any, data?: ListExperimentsCommandOutput) => void
171
+ ): void;
172
+ listExperimentTemplates(
173
+ args: ListExperimentTemplatesCommandInput,
174
+ options?: __HttpHandlerOptions
175
+ ): Promise<ListExperimentTemplatesCommandOutput>;
176
+ listExperimentTemplates(
177
+ args: ListExperimentTemplatesCommandInput,
178
+ cb: (err: any, data?: ListExperimentTemplatesCommandOutput) => void
179
+ ): void;
180
+ listExperimentTemplates(
181
+ args: ListExperimentTemplatesCommandInput,
182
+ options: __HttpHandlerOptions,
183
+ cb: (err: any, data?: ListExperimentTemplatesCommandOutput) => void
184
+ ): void;
185
+ listTagsForResource(
186
+ args: ListTagsForResourceCommandInput,
187
+ options?: __HttpHandlerOptions
188
+ ): Promise<ListTagsForResourceCommandOutput>;
189
+ listTagsForResource(
190
+ args: ListTagsForResourceCommandInput,
191
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
192
+ ): void;
193
+ listTagsForResource(
194
+ args: ListTagsForResourceCommandInput,
195
+ options: __HttpHandlerOptions,
196
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
197
+ ): void;
198
+ listTargetResourceTypes(
199
+ args: ListTargetResourceTypesCommandInput,
200
+ options?: __HttpHandlerOptions
201
+ ): Promise<ListTargetResourceTypesCommandOutput>;
202
+ listTargetResourceTypes(
203
+ args: ListTargetResourceTypesCommandInput,
204
+ cb: (err: any, data?: ListTargetResourceTypesCommandOutput) => void
205
+ ): void;
206
+ listTargetResourceTypes(
207
+ args: ListTargetResourceTypesCommandInput,
208
+ options: __HttpHandlerOptions,
209
+ cb: (err: any, data?: ListTargetResourceTypesCommandOutput) => void
210
+ ): void;
211
+ startExperiment(
212
+ args: StartExperimentCommandInput,
213
+ options?: __HttpHandlerOptions
214
+ ): Promise<StartExperimentCommandOutput>;
215
+ startExperiment(
216
+ args: StartExperimentCommandInput,
217
+ cb: (err: any, data?: StartExperimentCommandOutput) => void
218
+ ): void;
219
+ startExperiment(
220
+ args: StartExperimentCommandInput,
221
+ options: __HttpHandlerOptions,
222
+ cb: (err: any, data?: StartExperimentCommandOutput) => void
223
+ ): void;
224
+ stopExperiment(
225
+ args: StopExperimentCommandInput,
226
+ options?: __HttpHandlerOptions
227
+ ): Promise<StopExperimentCommandOutput>;
228
+ stopExperiment(
229
+ args: StopExperimentCommandInput,
230
+ cb: (err: any, data?: StopExperimentCommandOutput) => void
231
+ ): void;
232
+ stopExperiment(
233
+ args: StopExperimentCommandInput,
234
+ options: __HttpHandlerOptions,
235
+ cb: (err: any, data?: StopExperimentCommandOutput) => void
236
+ ): void;
237
+ tagResource(
238
+ args: TagResourceCommandInput,
239
+ options?: __HttpHandlerOptions
240
+ ): Promise<TagResourceCommandOutput>;
241
+ tagResource(
242
+ args: TagResourceCommandInput,
243
+ cb: (err: any, data?: TagResourceCommandOutput) => void
244
+ ): void;
245
+ tagResource(
246
+ args: TagResourceCommandInput,
247
+ options: __HttpHandlerOptions,
248
+ cb: (err: any, data?: TagResourceCommandOutput) => void
249
+ ): void;
250
+ untagResource(
251
+ args: UntagResourceCommandInput,
252
+ options?: __HttpHandlerOptions
253
+ ): Promise<UntagResourceCommandOutput>;
254
+ untagResource(
255
+ args: UntagResourceCommandInput,
256
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
257
+ ): void;
258
+ untagResource(
259
+ args: UntagResourceCommandInput,
260
+ options: __HttpHandlerOptions,
261
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
262
+ ): void;
263
+ updateExperimentTemplate(
264
+ args: UpdateExperimentTemplateCommandInput,
265
+ options?: __HttpHandlerOptions
266
+ ): Promise<UpdateExperimentTemplateCommandOutput>;
267
+ updateExperimentTemplate(
268
+ args: UpdateExperimentTemplateCommandInput,
269
+ cb: (err: any, data?: UpdateExperimentTemplateCommandOutput) => void
270
+ ): void;
271
+ updateExperimentTemplate(
272
+ args: UpdateExperimentTemplateCommandInput,
273
+ options: __HttpHandlerOptions,
274
+ cb: (err: any, data?: UpdateExperimentTemplateCommandOutput) => void
275
+ ): void;
276
+ }