@aws-sdk/client-fis 3.928.0 → 3.930.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1541 -1069
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/FisClient.js +2 -0
- package/dist-es/commands/CreateExperimentTemplateCommand.js +3 -9
- package/dist-es/commands/CreateTargetAccountConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteExperimentTemplateCommand.js +3 -9
- package/dist-es/commands/DeleteTargetAccountConfigurationCommand.js +3 -9
- package/dist-es/commands/GetActionCommand.js +3 -9
- package/dist-es/commands/GetExperimentCommand.js +3 -9
- package/dist-es/commands/GetExperimentTargetAccountConfigurationCommand.js +3 -9
- package/dist-es/commands/GetExperimentTemplateCommand.js +3 -9
- package/dist-es/commands/GetSafetyLeverCommand.js +3 -9
- package/dist-es/commands/GetTargetAccountConfigurationCommand.js +3 -9
- package/dist-es/commands/GetTargetResourceTypeCommand.js +3 -9
- package/dist-es/commands/ListActionsCommand.js +3 -9
- package/dist-es/commands/ListExperimentResolvedTargetsCommand.js +3 -9
- package/dist-es/commands/ListExperimentTargetAccountConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListExperimentTemplatesCommand.js +3 -9
- package/dist-es/commands/ListExperimentsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTargetAccountConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListTargetResourceTypesCommand.js +3 -9
- package/dist-es/commands/StartExperimentCommand.js +3 -9
- package/dist-es/commands/StopExperimentCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateExperimentTemplateCommand.js +3 -9
- package/dist-es/commands/UpdateSafetyLeverStateCommand.js +3 -9
- package/dist-es/commands/UpdateTargetAccountConfigurationCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1495 -0
- package/dist-types/FisClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +200 -0
- package/dist-types/ts3.4/FisClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +206 -0
- package/package.json +33 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -881
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -236
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -317
package/dist-cjs/index.js
CHANGED
|
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
|
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
7
|
var configResolver = require('@smithy/config-resolver');
|
|
8
8
|
var core = require('@smithy/core');
|
|
9
|
+
var schema = require('@smithy/core/schema');
|
|
9
10
|
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
10
11
|
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
11
12
|
var middlewareRetry = require('@smithy/middleware-retry');
|
|
@@ -14,9 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
14
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
15
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
16
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
17
|
-
var middlewareSerde = require('@smithy/middleware-serde');
|
|
18
|
-
var core$1 = require('@aws-sdk/core');
|
|
19
|
-
var uuid = require('@smithy/uuid');
|
|
20
18
|
|
|
21
19
|
const resolveClientEndpointParameters = (options) => {
|
|
22
20
|
return Object.assign(options, {
|
|
@@ -92,6 +90,7 @@ class FisClient extends smithyClient.Client {
|
|
|
92
90
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
93
91
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
94
92
|
this.config = _config_8;
|
|
93
|
+
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
95
94
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
96
95
|
this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
|
|
97
96
|
this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
|
|
@@ -111,12 +110,12 @@ class FisClient extends smithyClient.Client {
|
|
|
111
110
|
}
|
|
112
111
|
}
|
|
113
112
|
|
|
114
|
-
class FisServiceException extends smithyClient.ServiceException {
|
|
113
|
+
let FisServiceException$1 = class FisServiceException extends smithyClient.ServiceException {
|
|
115
114
|
constructor(options) {
|
|
116
115
|
super(options);
|
|
117
116
|
Object.setPrototypeOf(this, FisServiceException.prototype);
|
|
118
117
|
}
|
|
119
|
-
}
|
|
118
|
+
};
|
|
120
119
|
|
|
121
120
|
const AccountTargeting = {
|
|
122
121
|
MULTI_ACCOUNT: "multi-account",
|
|
@@ -126,7 +125,7 @@ const ActionsMode = {
|
|
|
126
125
|
RUN_ALL: "run-all",
|
|
127
126
|
SKIP_ALL: "skip-all",
|
|
128
127
|
};
|
|
129
|
-
class ConflictException extends FisServiceException {
|
|
128
|
+
let ConflictException$1 = class ConflictException extends FisServiceException$1 {
|
|
130
129
|
name = "ConflictException";
|
|
131
130
|
$fault = "client";
|
|
132
131
|
constructor(opts) {
|
|
@@ -137,12 +136,12 @@ class ConflictException extends FisServiceException {
|
|
|
137
136
|
});
|
|
138
137
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
139
138
|
}
|
|
140
|
-
}
|
|
139
|
+
};
|
|
141
140
|
const EmptyTargetResolutionMode = {
|
|
142
141
|
FAIL: "fail",
|
|
143
142
|
SKIP: "skip",
|
|
144
143
|
};
|
|
145
|
-
class ResourceNotFoundException extends FisServiceException {
|
|
144
|
+
let ResourceNotFoundException$1 = class ResourceNotFoundException extends FisServiceException$1 {
|
|
146
145
|
name = "ResourceNotFoundException";
|
|
147
146
|
$fault = "client";
|
|
148
147
|
constructor(opts) {
|
|
@@ -153,8 +152,8 @@ class ResourceNotFoundException extends FisServiceException {
|
|
|
153
152
|
});
|
|
154
153
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
155
154
|
}
|
|
156
|
-
}
|
|
157
|
-
class ServiceQuotaExceededException extends FisServiceException {
|
|
155
|
+
};
|
|
156
|
+
let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends FisServiceException$1 {
|
|
158
157
|
name = "ServiceQuotaExceededException";
|
|
159
158
|
$fault = "client";
|
|
160
159
|
constructor(opts) {
|
|
@@ -165,8 +164,8 @@ class ServiceQuotaExceededException extends FisServiceException {
|
|
|
165
164
|
});
|
|
166
165
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
167
166
|
}
|
|
168
|
-
}
|
|
169
|
-
class ValidationException extends FisServiceException {
|
|
167
|
+
};
|
|
168
|
+
let ValidationException$1 = class ValidationException extends FisServiceException$1 {
|
|
170
169
|
name = "ValidationException";
|
|
171
170
|
$fault = "client";
|
|
172
171
|
constructor(opts) {
|
|
@@ -177,7 +176,7 @@ class ValidationException extends FisServiceException {
|
|
|
177
176
|
});
|
|
178
177
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
179
178
|
}
|
|
180
|
-
}
|
|
179
|
+
};
|
|
181
180
|
const ExperimentActionStatus = {
|
|
182
181
|
cancelled: "cancelled",
|
|
183
182
|
completed: "completed",
|
|
@@ -216,895 +215,1493 @@ const SafetyLeverStatusInput = {
|
|
|
216
215
|
ENGAGED: "engaged",
|
|
217
216
|
};
|
|
218
217
|
|
|
219
|
-
const
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
const
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
const
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
const
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
const
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
const
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
const
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
const
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
const
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
const
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
const
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
const
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
const
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
const
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
const
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
const
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
const
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
const
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
};
|
|
427
|
-
const se_ListTargetResourceTypesCommand = async (input, context) => {
|
|
428
|
-
const b = core.requestBuilder(input, context);
|
|
429
|
-
const headers = {};
|
|
430
|
-
b.bp("/targetResourceTypes");
|
|
431
|
-
const query = smithyClient.map({
|
|
432
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
433
|
-
[_nT]: [, input[_nT]],
|
|
434
|
-
});
|
|
435
|
-
let body;
|
|
436
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
437
|
-
return b.build();
|
|
438
|
-
};
|
|
439
|
-
const se_StartExperimentCommand = async (input, context) => {
|
|
440
|
-
const b = core.requestBuilder(input, context);
|
|
441
|
-
const headers = {
|
|
442
|
-
"content-type": "application/json",
|
|
443
|
-
};
|
|
444
|
-
b.bp("/experiments");
|
|
445
|
-
let body;
|
|
446
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
447
|
-
clientToken: [true, (_) => _ ?? uuid.v4()],
|
|
448
|
-
experimentOptions: (_) => smithyClient._json(_),
|
|
449
|
-
experimentTemplateId: [],
|
|
450
|
-
tags: (_) => smithyClient._json(_),
|
|
451
|
-
}));
|
|
452
|
-
b.m("POST").h(headers).b(body);
|
|
453
|
-
return b.build();
|
|
454
|
-
};
|
|
455
|
-
const se_StopExperimentCommand = async (input, context) => {
|
|
456
|
-
const b = core.requestBuilder(input, context);
|
|
457
|
-
const headers = {};
|
|
458
|
-
b.bp("/experiments/{id}");
|
|
459
|
-
b.p("id", () => input.id, "{id}", false);
|
|
460
|
-
let body;
|
|
461
|
-
b.m("DELETE").h(headers).b(body);
|
|
462
|
-
return b.build();
|
|
463
|
-
};
|
|
464
|
-
const se_TagResourceCommand = async (input, context) => {
|
|
465
|
-
const b = core.requestBuilder(input, context);
|
|
466
|
-
const headers = {
|
|
467
|
-
"content-type": "application/json",
|
|
468
|
-
};
|
|
469
|
-
b.bp("/tags/{resourceArn}");
|
|
470
|
-
b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
|
|
471
|
-
let body;
|
|
472
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
473
|
-
tags: (_) => smithyClient._json(_),
|
|
474
|
-
}));
|
|
475
|
-
b.m("POST").h(headers).b(body);
|
|
476
|
-
return b.build();
|
|
477
|
-
};
|
|
478
|
-
const se_UntagResourceCommand = async (input, context) => {
|
|
479
|
-
const b = core.requestBuilder(input, context);
|
|
480
|
-
const headers = {};
|
|
481
|
-
b.bp("/tags/{resourceArn}");
|
|
482
|
-
b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
|
|
483
|
-
const query = smithyClient.map({
|
|
484
|
-
[_tK]: [() => input.tagKeys !== void 0, () => input[_tK] || []],
|
|
485
|
-
});
|
|
486
|
-
let body;
|
|
487
|
-
b.m("DELETE").h(headers).q(query).b(body);
|
|
488
|
-
return b.build();
|
|
489
|
-
};
|
|
490
|
-
const se_UpdateExperimentTemplateCommand = async (input, context) => {
|
|
491
|
-
const b = core.requestBuilder(input, context);
|
|
492
|
-
const headers = {
|
|
493
|
-
"content-type": "application/json",
|
|
494
|
-
};
|
|
495
|
-
b.bp("/experimentTemplates/{id}");
|
|
496
|
-
b.p("id", () => input.id, "{id}", false);
|
|
497
|
-
let body;
|
|
498
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
499
|
-
actions: (_) => smithyClient._json(_),
|
|
500
|
-
description: [],
|
|
501
|
-
experimentOptions: (_) => smithyClient._json(_),
|
|
502
|
-
experimentReportConfiguration: (_) => smithyClient._json(_),
|
|
503
|
-
logConfiguration: (_) => smithyClient._json(_),
|
|
504
|
-
roleArn: [],
|
|
505
|
-
stopConditions: (_) => smithyClient._json(_),
|
|
506
|
-
targets: (_) => smithyClient._json(_),
|
|
507
|
-
}));
|
|
508
|
-
b.m("PATCH").h(headers).b(body);
|
|
509
|
-
return b.build();
|
|
510
|
-
};
|
|
511
|
-
const se_UpdateSafetyLeverStateCommand = async (input, context) => {
|
|
512
|
-
const b = core.requestBuilder(input, context);
|
|
513
|
-
const headers = {
|
|
514
|
-
"content-type": "application/json",
|
|
515
|
-
};
|
|
516
|
-
b.bp("/safetyLevers/{id}/state");
|
|
517
|
-
b.p("id", () => input.id, "{id}", false);
|
|
518
|
-
let body;
|
|
519
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
520
|
-
state: (_) => smithyClient._json(_),
|
|
521
|
-
}));
|
|
522
|
-
b.m("PATCH").h(headers).b(body);
|
|
523
|
-
return b.build();
|
|
524
|
-
};
|
|
525
|
-
const se_UpdateTargetAccountConfigurationCommand = async (input, context) => {
|
|
526
|
-
const b = core.requestBuilder(input, context);
|
|
527
|
-
const headers = {
|
|
528
|
-
"content-type": "application/json",
|
|
529
|
-
};
|
|
530
|
-
b.bp("/experimentTemplates/{experimentTemplateId}/targetAccountConfigurations/{accountId}");
|
|
531
|
-
b.p("experimentTemplateId", () => input.experimentTemplateId, "{experimentTemplateId}", false);
|
|
532
|
-
b.p("accountId", () => input.accountId, "{accountId}", false);
|
|
533
|
-
let body;
|
|
534
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
535
|
-
description: [],
|
|
536
|
-
roleArn: [],
|
|
537
|
-
}));
|
|
538
|
-
b.m("PATCH").h(headers).b(body);
|
|
539
|
-
return b.build();
|
|
540
|
-
};
|
|
541
|
-
const de_CreateExperimentTemplateCommand = async (output, context) => {
|
|
542
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
543
|
-
return de_CommandError(output, context);
|
|
544
|
-
}
|
|
545
|
-
const contents = smithyClient.map({
|
|
546
|
-
$metadata: deserializeMetadata(output),
|
|
547
|
-
});
|
|
548
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
549
|
-
const doc = smithyClient.take(data, {
|
|
550
|
-
experimentTemplate: (_) => de_ExperimentTemplate(_),
|
|
551
|
-
});
|
|
552
|
-
Object.assign(contents, doc);
|
|
553
|
-
return contents;
|
|
554
|
-
};
|
|
555
|
-
const de_CreateTargetAccountConfigurationCommand = async (output, context) => {
|
|
556
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
557
|
-
return de_CommandError(output, context);
|
|
558
|
-
}
|
|
559
|
-
const contents = smithyClient.map({
|
|
560
|
-
$metadata: deserializeMetadata(output),
|
|
561
|
-
});
|
|
562
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
563
|
-
const doc = smithyClient.take(data, {
|
|
564
|
-
targetAccountConfiguration: smithyClient._json,
|
|
565
|
-
});
|
|
566
|
-
Object.assign(contents, doc);
|
|
567
|
-
return contents;
|
|
568
|
-
};
|
|
569
|
-
const de_DeleteExperimentTemplateCommand = async (output, context) => {
|
|
570
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
571
|
-
return de_CommandError(output, context);
|
|
572
|
-
}
|
|
573
|
-
const contents = smithyClient.map({
|
|
574
|
-
$metadata: deserializeMetadata(output),
|
|
575
|
-
});
|
|
576
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
577
|
-
const doc = smithyClient.take(data, {
|
|
578
|
-
experimentTemplate: (_) => de_ExperimentTemplate(_),
|
|
579
|
-
});
|
|
580
|
-
Object.assign(contents, doc);
|
|
581
|
-
return contents;
|
|
582
|
-
};
|
|
583
|
-
const de_DeleteTargetAccountConfigurationCommand = async (output, context) => {
|
|
584
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
585
|
-
return de_CommandError(output, context);
|
|
586
|
-
}
|
|
587
|
-
const contents = smithyClient.map({
|
|
588
|
-
$metadata: deserializeMetadata(output),
|
|
589
|
-
});
|
|
590
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
591
|
-
const doc = smithyClient.take(data, {
|
|
592
|
-
targetAccountConfiguration: smithyClient._json,
|
|
593
|
-
});
|
|
594
|
-
Object.assign(contents, doc);
|
|
595
|
-
return contents;
|
|
596
|
-
};
|
|
597
|
-
const de_GetActionCommand = async (output, context) => {
|
|
598
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
599
|
-
return de_CommandError(output, context);
|
|
600
|
-
}
|
|
601
|
-
const contents = smithyClient.map({
|
|
602
|
-
$metadata: deserializeMetadata(output),
|
|
603
|
-
});
|
|
604
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
605
|
-
const doc = smithyClient.take(data, {
|
|
606
|
-
action: smithyClient._json,
|
|
607
|
-
});
|
|
608
|
-
Object.assign(contents, doc);
|
|
609
|
-
return contents;
|
|
610
|
-
};
|
|
611
|
-
const de_GetExperimentCommand = async (output, context) => {
|
|
612
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
613
|
-
return de_CommandError(output, context);
|
|
614
|
-
}
|
|
615
|
-
const contents = smithyClient.map({
|
|
616
|
-
$metadata: deserializeMetadata(output),
|
|
617
|
-
});
|
|
618
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
619
|
-
const doc = smithyClient.take(data, {
|
|
620
|
-
experiment: (_) => de_Experiment(_),
|
|
621
|
-
});
|
|
622
|
-
Object.assign(contents, doc);
|
|
623
|
-
return contents;
|
|
624
|
-
};
|
|
625
|
-
const de_GetExperimentTargetAccountConfigurationCommand = async (output, context) => {
|
|
626
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
627
|
-
return de_CommandError(output, context);
|
|
628
|
-
}
|
|
629
|
-
const contents = smithyClient.map({
|
|
630
|
-
$metadata: deserializeMetadata(output),
|
|
631
|
-
});
|
|
632
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
633
|
-
const doc = smithyClient.take(data, {
|
|
634
|
-
targetAccountConfiguration: smithyClient._json,
|
|
635
|
-
});
|
|
636
|
-
Object.assign(contents, doc);
|
|
637
|
-
return contents;
|
|
638
|
-
};
|
|
639
|
-
const de_GetExperimentTemplateCommand = async (output, context) => {
|
|
640
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
641
|
-
return de_CommandError(output, context);
|
|
642
|
-
}
|
|
643
|
-
const contents = smithyClient.map({
|
|
644
|
-
$metadata: deserializeMetadata(output),
|
|
645
|
-
});
|
|
646
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
647
|
-
const doc = smithyClient.take(data, {
|
|
648
|
-
experimentTemplate: (_) => de_ExperimentTemplate(_),
|
|
649
|
-
});
|
|
650
|
-
Object.assign(contents, doc);
|
|
651
|
-
return contents;
|
|
652
|
-
};
|
|
653
|
-
const de_GetSafetyLeverCommand = async (output, context) => {
|
|
654
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
655
|
-
return de_CommandError(output, context);
|
|
656
|
-
}
|
|
657
|
-
const contents = smithyClient.map({
|
|
658
|
-
$metadata: deserializeMetadata(output),
|
|
659
|
-
});
|
|
660
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
661
|
-
const doc = smithyClient.take(data, {
|
|
662
|
-
safetyLever: smithyClient._json,
|
|
663
|
-
});
|
|
664
|
-
Object.assign(contents, doc);
|
|
665
|
-
return contents;
|
|
666
|
-
};
|
|
667
|
-
const de_GetTargetAccountConfigurationCommand = async (output, context) => {
|
|
668
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
669
|
-
return de_CommandError(output, context);
|
|
670
|
-
}
|
|
671
|
-
const contents = smithyClient.map({
|
|
672
|
-
$metadata: deserializeMetadata(output),
|
|
673
|
-
});
|
|
674
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
675
|
-
const doc = smithyClient.take(data, {
|
|
676
|
-
targetAccountConfiguration: smithyClient._json,
|
|
677
|
-
});
|
|
678
|
-
Object.assign(contents, doc);
|
|
679
|
-
return contents;
|
|
680
|
-
};
|
|
681
|
-
const de_GetTargetResourceTypeCommand = async (output, context) => {
|
|
682
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
683
|
-
return de_CommandError(output, context);
|
|
684
|
-
}
|
|
685
|
-
const contents = smithyClient.map({
|
|
686
|
-
$metadata: deserializeMetadata(output),
|
|
687
|
-
});
|
|
688
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
689
|
-
const doc = smithyClient.take(data, {
|
|
690
|
-
targetResourceType: smithyClient._json,
|
|
691
|
-
});
|
|
692
|
-
Object.assign(contents, doc);
|
|
693
|
-
return contents;
|
|
694
|
-
};
|
|
695
|
-
const de_ListActionsCommand = async (output, context) => {
|
|
696
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
697
|
-
return de_CommandError(output, context);
|
|
698
|
-
}
|
|
699
|
-
const contents = smithyClient.map({
|
|
700
|
-
$metadata: deserializeMetadata(output),
|
|
701
|
-
});
|
|
702
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
703
|
-
const doc = smithyClient.take(data, {
|
|
704
|
-
actions: smithyClient._json,
|
|
705
|
-
nextToken: smithyClient.expectString,
|
|
706
|
-
});
|
|
707
|
-
Object.assign(contents, doc);
|
|
708
|
-
return contents;
|
|
709
|
-
};
|
|
710
|
-
const de_ListExperimentResolvedTargetsCommand = async (output, context) => {
|
|
711
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
712
|
-
return de_CommandError(output, context);
|
|
713
|
-
}
|
|
714
|
-
const contents = smithyClient.map({
|
|
715
|
-
$metadata: deserializeMetadata(output),
|
|
716
|
-
});
|
|
717
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
718
|
-
const doc = smithyClient.take(data, {
|
|
719
|
-
nextToken: smithyClient.expectString,
|
|
720
|
-
resolvedTargets: smithyClient._json,
|
|
721
|
-
});
|
|
722
|
-
Object.assign(contents, doc);
|
|
723
|
-
return contents;
|
|
724
|
-
};
|
|
725
|
-
const de_ListExperimentsCommand = async (output, context) => {
|
|
726
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
727
|
-
return de_CommandError(output, context);
|
|
728
|
-
}
|
|
729
|
-
const contents = smithyClient.map({
|
|
730
|
-
$metadata: deserializeMetadata(output),
|
|
731
|
-
});
|
|
732
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
733
|
-
const doc = smithyClient.take(data, {
|
|
734
|
-
experiments: (_) => de_ExperimentSummaryList(_),
|
|
735
|
-
nextToken: smithyClient.expectString,
|
|
736
|
-
});
|
|
737
|
-
Object.assign(contents, doc);
|
|
738
|
-
return contents;
|
|
739
|
-
};
|
|
740
|
-
const de_ListExperimentTargetAccountConfigurationsCommand = async (output, context) => {
|
|
741
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
742
|
-
return de_CommandError(output, context);
|
|
743
|
-
}
|
|
744
|
-
const contents = smithyClient.map({
|
|
745
|
-
$metadata: deserializeMetadata(output),
|
|
746
|
-
});
|
|
747
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
748
|
-
const doc = smithyClient.take(data, {
|
|
749
|
-
nextToken: smithyClient.expectString,
|
|
750
|
-
targetAccountConfigurations: smithyClient._json,
|
|
751
|
-
});
|
|
752
|
-
Object.assign(contents, doc);
|
|
753
|
-
return contents;
|
|
754
|
-
};
|
|
755
|
-
const de_ListExperimentTemplatesCommand = async (output, context) => {
|
|
756
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
757
|
-
return de_CommandError(output, context);
|
|
758
|
-
}
|
|
759
|
-
const contents = smithyClient.map({
|
|
760
|
-
$metadata: deserializeMetadata(output),
|
|
761
|
-
});
|
|
762
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
763
|
-
const doc = smithyClient.take(data, {
|
|
764
|
-
experimentTemplates: (_) => de_ExperimentTemplateSummaryList(_),
|
|
765
|
-
nextToken: smithyClient.expectString,
|
|
766
|
-
});
|
|
767
|
-
Object.assign(contents, doc);
|
|
768
|
-
return contents;
|
|
769
|
-
};
|
|
770
|
-
const de_ListTagsForResourceCommand = async (output, context) => {
|
|
771
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
772
|
-
return de_CommandError(output, context);
|
|
773
|
-
}
|
|
774
|
-
const contents = smithyClient.map({
|
|
775
|
-
$metadata: deserializeMetadata(output),
|
|
776
|
-
});
|
|
777
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
778
|
-
const doc = smithyClient.take(data, {
|
|
779
|
-
tags: smithyClient._json,
|
|
780
|
-
});
|
|
781
|
-
Object.assign(contents, doc);
|
|
782
|
-
return contents;
|
|
783
|
-
};
|
|
784
|
-
const de_ListTargetAccountConfigurationsCommand = async (output, context) => {
|
|
785
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
786
|
-
return de_CommandError(output, context);
|
|
787
|
-
}
|
|
788
|
-
const contents = smithyClient.map({
|
|
789
|
-
$metadata: deserializeMetadata(output),
|
|
790
|
-
});
|
|
791
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
792
|
-
const doc = smithyClient.take(data, {
|
|
793
|
-
nextToken: smithyClient.expectString,
|
|
794
|
-
targetAccountConfigurations: smithyClient._json,
|
|
795
|
-
});
|
|
796
|
-
Object.assign(contents, doc);
|
|
797
|
-
return contents;
|
|
798
|
-
};
|
|
799
|
-
const de_ListTargetResourceTypesCommand = async (output, context) => {
|
|
800
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
801
|
-
return de_CommandError(output, context);
|
|
802
|
-
}
|
|
803
|
-
const contents = smithyClient.map({
|
|
804
|
-
$metadata: deserializeMetadata(output),
|
|
805
|
-
});
|
|
806
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
807
|
-
const doc = smithyClient.take(data, {
|
|
808
|
-
nextToken: smithyClient.expectString,
|
|
809
|
-
targetResourceTypes: smithyClient._json,
|
|
810
|
-
});
|
|
811
|
-
Object.assign(contents, doc);
|
|
812
|
-
return contents;
|
|
813
|
-
};
|
|
814
|
-
const de_StartExperimentCommand = async (output, context) => {
|
|
815
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
816
|
-
return de_CommandError(output, context);
|
|
817
|
-
}
|
|
818
|
-
const contents = smithyClient.map({
|
|
819
|
-
$metadata: deserializeMetadata(output),
|
|
820
|
-
});
|
|
821
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
822
|
-
const doc = smithyClient.take(data, {
|
|
823
|
-
experiment: (_) => de_Experiment(_),
|
|
824
|
-
});
|
|
825
|
-
Object.assign(contents, doc);
|
|
826
|
-
return contents;
|
|
827
|
-
};
|
|
828
|
-
const de_StopExperimentCommand = async (output, context) => {
|
|
829
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
830
|
-
return de_CommandError(output, context);
|
|
831
|
-
}
|
|
832
|
-
const contents = smithyClient.map({
|
|
833
|
-
$metadata: deserializeMetadata(output),
|
|
834
|
-
});
|
|
835
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
836
|
-
const doc = smithyClient.take(data, {
|
|
837
|
-
experiment: (_) => de_Experiment(_),
|
|
838
|
-
});
|
|
839
|
-
Object.assign(contents, doc);
|
|
840
|
-
return contents;
|
|
841
|
-
};
|
|
842
|
-
const de_TagResourceCommand = async (output, context) => {
|
|
843
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
844
|
-
return de_CommandError(output, context);
|
|
845
|
-
}
|
|
846
|
-
const contents = smithyClient.map({
|
|
847
|
-
$metadata: deserializeMetadata(output),
|
|
848
|
-
});
|
|
849
|
-
await smithyClient.collectBody(output.body, context);
|
|
850
|
-
return contents;
|
|
851
|
-
};
|
|
852
|
-
const de_UntagResourceCommand = async (output, context) => {
|
|
853
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
854
|
-
return de_CommandError(output, context);
|
|
855
|
-
}
|
|
856
|
-
const contents = smithyClient.map({
|
|
857
|
-
$metadata: deserializeMetadata(output),
|
|
858
|
-
});
|
|
859
|
-
await smithyClient.collectBody(output.body, context);
|
|
860
|
-
return contents;
|
|
861
|
-
};
|
|
862
|
-
const de_UpdateExperimentTemplateCommand = async (output, context) => {
|
|
863
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
864
|
-
return de_CommandError(output, context);
|
|
865
|
-
}
|
|
866
|
-
const contents = smithyClient.map({
|
|
867
|
-
$metadata: deserializeMetadata(output),
|
|
868
|
-
});
|
|
869
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
870
|
-
const doc = smithyClient.take(data, {
|
|
871
|
-
experimentTemplate: (_) => de_ExperimentTemplate(_),
|
|
872
|
-
});
|
|
873
|
-
Object.assign(contents, doc);
|
|
874
|
-
return contents;
|
|
875
|
-
};
|
|
876
|
-
const de_UpdateSafetyLeverStateCommand = async (output, context) => {
|
|
877
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
878
|
-
return de_CommandError(output, context);
|
|
879
|
-
}
|
|
880
|
-
const contents = smithyClient.map({
|
|
881
|
-
$metadata: deserializeMetadata(output),
|
|
882
|
-
});
|
|
883
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
884
|
-
const doc = smithyClient.take(data, {
|
|
885
|
-
safetyLever: smithyClient._json,
|
|
886
|
-
});
|
|
887
|
-
Object.assign(contents, doc);
|
|
888
|
-
return contents;
|
|
889
|
-
};
|
|
890
|
-
const de_UpdateTargetAccountConfigurationCommand = async (output, context) => {
|
|
891
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
892
|
-
return de_CommandError(output, context);
|
|
893
|
-
}
|
|
894
|
-
const contents = smithyClient.map({
|
|
895
|
-
$metadata: deserializeMetadata(output),
|
|
896
|
-
});
|
|
897
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
898
|
-
const doc = smithyClient.take(data, {
|
|
899
|
-
targetAccountConfiguration: smithyClient._json,
|
|
900
|
-
});
|
|
901
|
-
Object.assign(contents, doc);
|
|
902
|
-
return contents;
|
|
903
|
-
};
|
|
904
|
-
const de_CommandError = async (output, context) => {
|
|
905
|
-
const parsedOutput = {
|
|
906
|
-
...output,
|
|
907
|
-
body: await core$1.parseJsonErrorBody(output.body, context),
|
|
908
|
-
};
|
|
909
|
-
const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
|
|
910
|
-
switch (errorCode) {
|
|
911
|
-
case "ConflictException":
|
|
912
|
-
case "com.amazonaws.fis#ConflictException":
|
|
913
|
-
throw await de_ConflictExceptionRes(parsedOutput);
|
|
914
|
-
case "ResourceNotFoundException":
|
|
915
|
-
case "com.amazonaws.fis#ResourceNotFoundException":
|
|
916
|
-
throw await de_ResourceNotFoundExceptionRes(parsedOutput);
|
|
917
|
-
case "ServiceQuotaExceededException":
|
|
918
|
-
case "com.amazonaws.fis#ServiceQuotaExceededException":
|
|
919
|
-
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput);
|
|
920
|
-
case "ValidationException":
|
|
921
|
-
case "com.amazonaws.fis#ValidationException":
|
|
922
|
-
throw await de_ValidationExceptionRes(parsedOutput);
|
|
923
|
-
default:
|
|
924
|
-
const parsedBody = parsedOutput.body;
|
|
925
|
-
return throwDefaultError({
|
|
926
|
-
output,
|
|
927
|
-
parsedBody,
|
|
928
|
-
errorCode,
|
|
929
|
-
});
|
|
930
|
-
}
|
|
931
|
-
};
|
|
932
|
-
const throwDefaultError = smithyClient.withBaseException(FisServiceException);
|
|
933
|
-
const de_ConflictExceptionRes = async (parsedOutput, context) => {
|
|
934
|
-
const contents = smithyClient.map({});
|
|
935
|
-
const data = parsedOutput.body;
|
|
936
|
-
const doc = smithyClient.take(data, {
|
|
937
|
-
message: smithyClient.expectString,
|
|
938
|
-
});
|
|
939
|
-
Object.assign(contents, doc);
|
|
940
|
-
const exception = new ConflictException({
|
|
941
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
942
|
-
...contents,
|
|
943
|
-
});
|
|
944
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
945
|
-
};
|
|
946
|
-
const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
|
|
947
|
-
const contents = smithyClient.map({});
|
|
948
|
-
const data = parsedOutput.body;
|
|
949
|
-
const doc = smithyClient.take(data, {
|
|
950
|
-
message: smithyClient.expectString,
|
|
951
|
-
});
|
|
952
|
-
Object.assign(contents, doc);
|
|
953
|
-
const exception = new ResourceNotFoundException({
|
|
954
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
955
|
-
...contents,
|
|
956
|
-
});
|
|
957
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
958
|
-
};
|
|
959
|
-
const de_ServiceQuotaExceededExceptionRes = async (parsedOutput, context) => {
|
|
960
|
-
const contents = smithyClient.map({});
|
|
961
|
-
const data = parsedOutput.body;
|
|
962
|
-
const doc = smithyClient.take(data, {
|
|
963
|
-
message: smithyClient.expectString,
|
|
964
|
-
});
|
|
965
|
-
Object.assign(contents, doc);
|
|
966
|
-
const exception = new ServiceQuotaExceededException({
|
|
967
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
968
|
-
...contents,
|
|
969
|
-
});
|
|
970
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
971
|
-
};
|
|
972
|
-
const de_ValidationExceptionRes = async (parsedOutput, context) => {
|
|
973
|
-
const contents = smithyClient.map({});
|
|
974
|
-
const data = parsedOutput.body;
|
|
975
|
-
const doc = smithyClient.take(data, {
|
|
976
|
-
message: smithyClient.expectString,
|
|
977
|
-
});
|
|
978
|
-
Object.assign(contents, doc);
|
|
979
|
-
const exception = new ValidationException({
|
|
980
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
981
|
-
...contents,
|
|
982
|
-
});
|
|
983
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
984
|
-
};
|
|
985
|
-
const de_Experiment = (output, context) => {
|
|
986
|
-
return smithyClient.take(output, {
|
|
987
|
-
actions: (_) => de_ExperimentActionMap(_),
|
|
988
|
-
arn: smithyClient.expectString,
|
|
989
|
-
creationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
990
|
-
endTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
991
|
-
experimentOptions: smithyClient._json,
|
|
992
|
-
experimentReport: smithyClient._json,
|
|
993
|
-
experimentReportConfiguration: smithyClient._json,
|
|
994
|
-
experimentTemplateId: smithyClient.expectString,
|
|
995
|
-
id: smithyClient.expectString,
|
|
996
|
-
logConfiguration: smithyClient._json,
|
|
997
|
-
roleArn: smithyClient.expectString,
|
|
998
|
-
startTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
999
|
-
state: smithyClient._json,
|
|
1000
|
-
stopConditions: smithyClient._json,
|
|
1001
|
-
tags: smithyClient._json,
|
|
1002
|
-
targetAccountConfigurationsCount: smithyClient.expectLong,
|
|
1003
|
-
targets: smithyClient._json,
|
|
1004
|
-
});
|
|
1005
|
-
};
|
|
1006
|
-
const de_ExperimentAction = (output, context) => {
|
|
1007
|
-
return smithyClient.take(output, {
|
|
1008
|
-
actionId: smithyClient.expectString,
|
|
1009
|
-
description: smithyClient.expectString,
|
|
1010
|
-
endTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1011
|
-
parameters: smithyClient._json,
|
|
1012
|
-
startAfter: smithyClient._json,
|
|
1013
|
-
startTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1014
|
-
state: smithyClient._json,
|
|
1015
|
-
targets: smithyClient._json,
|
|
1016
|
-
});
|
|
1017
|
-
};
|
|
1018
|
-
const de_ExperimentActionMap = (output, context) => {
|
|
1019
|
-
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
1020
|
-
if (value === null) {
|
|
1021
|
-
return acc;
|
|
1022
|
-
}
|
|
1023
|
-
acc[key] = de_ExperimentAction(value);
|
|
1024
|
-
return acc;
|
|
1025
|
-
}, {});
|
|
1026
|
-
};
|
|
1027
|
-
const de_ExperimentSummary = (output, context) => {
|
|
1028
|
-
return smithyClient.take(output, {
|
|
1029
|
-
arn: smithyClient.expectString,
|
|
1030
|
-
creationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1031
|
-
experimentOptions: smithyClient._json,
|
|
1032
|
-
experimentTemplateId: smithyClient.expectString,
|
|
1033
|
-
id: smithyClient.expectString,
|
|
1034
|
-
state: smithyClient._json,
|
|
1035
|
-
tags: smithyClient._json,
|
|
1036
|
-
});
|
|
1037
|
-
};
|
|
1038
|
-
const de_ExperimentSummaryList = (output, context) => {
|
|
1039
|
-
const retVal = (output || [])
|
|
1040
|
-
.filter((e) => e != null)
|
|
1041
|
-
.map((entry) => {
|
|
1042
|
-
return de_ExperimentSummary(entry);
|
|
1043
|
-
});
|
|
1044
|
-
return retVal;
|
|
1045
|
-
};
|
|
1046
|
-
const de_ExperimentTemplate = (output, context) => {
|
|
1047
|
-
return smithyClient.take(output, {
|
|
1048
|
-
actions: smithyClient._json,
|
|
1049
|
-
arn: smithyClient.expectString,
|
|
1050
|
-
creationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1051
|
-
description: smithyClient.expectString,
|
|
1052
|
-
experimentOptions: smithyClient._json,
|
|
1053
|
-
experimentReportConfiguration: smithyClient._json,
|
|
1054
|
-
id: smithyClient.expectString,
|
|
1055
|
-
lastUpdateTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1056
|
-
logConfiguration: smithyClient._json,
|
|
1057
|
-
roleArn: smithyClient.expectString,
|
|
1058
|
-
stopConditions: smithyClient._json,
|
|
1059
|
-
tags: smithyClient._json,
|
|
1060
|
-
targetAccountConfigurationsCount: smithyClient.expectLong,
|
|
1061
|
-
targets: smithyClient._json,
|
|
1062
|
-
});
|
|
1063
|
-
};
|
|
1064
|
-
const de_ExperimentTemplateSummary = (output, context) => {
|
|
1065
|
-
return smithyClient.take(output, {
|
|
1066
|
-
arn: smithyClient.expectString,
|
|
1067
|
-
creationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1068
|
-
description: smithyClient.expectString,
|
|
1069
|
-
id: smithyClient.expectString,
|
|
1070
|
-
lastUpdateTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1071
|
-
tags: smithyClient._json,
|
|
1072
|
-
});
|
|
1073
|
-
};
|
|
1074
|
-
const de_ExperimentTemplateSummaryList = (output, context) => {
|
|
1075
|
-
const retVal = (output || [])
|
|
1076
|
-
.filter((e) => e != null)
|
|
1077
|
-
.map((entry) => {
|
|
1078
|
-
return de_ExperimentTemplateSummary(entry);
|
|
1079
|
-
});
|
|
1080
|
-
return retVal;
|
|
1081
|
-
};
|
|
1082
|
-
const deserializeMetadata = (output) => ({
|
|
1083
|
-
httpStatusCode: output.statusCode,
|
|
1084
|
-
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
1085
|
-
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1086
|
-
cfId: output.headers["x-amz-cf-id"],
|
|
1087
|
-
});
|
|
218
|
+
const _A = "Action";
|
|
219
|
+
const _AP = "ActionParameter";
|
|
220
|
+
const _APM = "ActionParameterMap";
|
|
221
|
+
const _AS = "ActionSummary";
|
|
222
|
+
const _ASL = "ActionSummaryList";
|
|
223
|
+
const _AT = "ActionTarget";
|
|
224
|
+
const _ATM = "ActionTargetMap";
|
|
225
|
+
const _CE = "ConflictException";
|
|
226
|
+
const _CET = "CreateExperimentTemplate";
|
|
227
|
+
const _CETAI = "CreateExperimentTemplateActionInput";
|
|
228
|
+
const _CETAIM = "CreateExperimentTemplateActionInputMap";
|
|
229
|
+
const _CETEOI = "CreateExperimentTemplateExperimentOptionsInput";
|
|
230
|
+
const _CETLCI = "CreateExperimentTemplateLogConfigurationInput";
|
|
231
|
+
const _CETR = "CreateExperimentTemplateRequest";
|
|
232
|
+
const _CETRCI = "CreateExperimentTemplateReportConfigurationInput";
|
|
233
|
+
const _CETRr = "CreateExperimentTemplateResponse";
|
|
234
|
+
const _CETSCI = "CreateExperimentTemplateStopConditionInput";
|
|
235
|
+
const _CETSCIL = "CreateExperimentTemplateStopConditionInputList";
|
|
236
|
+
const _CETTI = "CreateExperimentTemplateTargetInput";
|
|
237
|
+
const _CETTIM = "CreateExperimentTemplateTargetInputMap";
|
|
238
|
+
const _CTAC = "CreateTargetAccountConfiguration";
|
|
239
|
+
const _CTACR = "CreateTargetAccountConfigurationRequest";
|
|
240
|
+
const _CTACRr = "CreateTargetAccountConfigurationResponse";
|
|
241
|
+
const _DET = "DeleteExperimentTemplate";
|
|
242
|
+
const _DETR = "DeleteExperimentTemplateRequest";
|
|
243
|
+
const _DETRe = "DeleteExperimentTemplateResponse";
|
|
244
|
+
const _DTAC = "DeleteTargetAccountConfiguration";
|
|
245
|
+
const _DTACR = "DeleteTargetAccountConfigurationRequest";
|
|
246
|
+
const _DTACRe = "DeleteTargetAccountConfigurationResponse";
|
|
247
|
+
const _E = "Experiment";
|
|
248
|
+
const _EA = "ExperimentAction";
|
|
249
|
+
const _EAM = "ExperimentActionMap";
|
|
250
|
+
const _EAS = "ExperimentActionState";
|
|
251
|
+
const _ECWLLC = "ExperimentCloudWatchLogsLogConfiguration";
|
|
252
|
+
const _EE = "ExperimentError";
|
|
253
|
+
const _ELC = "ExperimentLogConfiguration";
|
|
254
|
+
const _EO = "ExperimentOptions";
|
|
255
|
+
const _ER = "ExperimentReport";
|
|
256
|
+
const _ERC = "ExperimentReportConfiguration";
|
|
257
|
+
const _ERCCWD = "ExperimentReportConfigurationCloudWatchDashboard";
|
|
258
|
+
const _ERCCWDL = "ExperimentReportConfigurationCloudWatchDashboardList";
|
|
259
|
+
const _ERCDS = "ExperimentReportConfigurationDataSources";
|
|
260
|
+
const _ERCO = "ExperimentReportConfigurationOutputs";
|
|
261
|
+
const _ERCOSC = "ExperimentReportConfigurationOutputsS3Configuration";
|
|
262
|
+
const _ERE = "ExperimentReportError";
|
|
263
|
+
const _ERS = "ExperimentReportState";
|
|
264
|
+
const _ERSR = "ExperimentReportS3Report";
|
|
265
|
+
const _ERSRL = "ExperimentReportS3ReportList";
|
|
266
|
+
const _ES = "ExperimentState";
|
|
267
|
+
const _ESC = "ExperimentStopCondition";
|
|
268
|
+
const _ESCL = "ExperimentStopConditionList";
|
|
269
|
+
const _ESL = "ExperimentSummaryList";
|
|
270
|
+
const _ESLC = "ExperimentS3LogConfiguration";
|
|
271
|
+
const _ESx = "ExperimentSummary";
|
|
272
|
+
const _ET = "ExperimentTarget";
|
|
273
|
+
const _ETA = "ExperimentTemplateAction";
|
|
274
|
+
const _ETAC = "ExperimentTargetAccountConfiguration";
|
|
275
|
+
const _ETACL = "ExperimentTargetAccountConfigurationList";
|
|
276
|
+
const _ETACS = "ExperimentTargetAccountConfigurationSummary";
|
|
277
|
+
const _ETAM = "ExperimentTemplateActionMap";
|
|
278
|
+
const _ETCWLLC = "ExperimentTemplateCloudWatchLogsLogConfiguration";
|
|
279
|
+
const _ETCWLLCI = "ExperimentTemplateCloudWatchLogsLogConfigurationInput";
|
|
280
|
+
const _ETEO = "ExperimentTemplateExperimentOptions";
|
|
281
|
+
const _ETF = "ExperimentTargetFilter";
|
|
282
|
+
const _ETFL = "ExperimentTargetFilterList";
|
|
283
|
+
const _ETLC = "ExperimentTemplateLogConfiguration";
|
|
284
|
+
const _ETM = "ExperimentTargetMap";
|
|
285
|
+
const _ETRC = "ExperimentTemplateReportConfiguration";
|
|
286
|
+
const _ETRCCWD = "ExperimentTemplateReportConfigurationCloudWatchDashboard";
|
|
287
|
+
const _ETRCCWDL = "ExperimentTemplateReportConfigurationCloudWatchDashboardList";
|
|
288
|
+
const _ETRCDS = "ExperimentTemplateReportConfigurationDataSources";
|
|
289
|
+
const _ETRCDSI = "ExperimentTemplateReportConfigurationDataSourcesInput";
|
|
290
|
+
const _ETRCO = "ExperimentTemplateReportConfigurationOutputs";
|
|
291
|
+
const _ETRCOI = "ExperimentTemplateReportConfigurationOutputsInput";
|
|
292
|
+
const _ETS = "ExperimentTemplateSummary";
|
|
293
|
+
const _ETSC = "ExperimentTemplateStopCondition";
|
|
294
|
+
const _ETSCL = "ExperimentTemplateStopConditionList";
|
|
295
|
+
const _ETSL = "ExperimentTemplateSummaryList";
|
|
296
|
+
const _ETSLC = "ExperimentTemplateS3LogConfiguration";
|
|
297
|
+
const _ETSLCI = "ExperimentTemplateS3LogConfigurationInput";
|
|
298
|
+
const _ETT = "ExperimentTemplateTarget";
|
|
299
|
+
const _ETTF = "ExperimentTemplateTargetFilter";
|
|
300
|
+
const _ETTFIL = "ExperimentTemplateTargetFilterInputList";
|
|
301
|
+
const _ETTFL = "ExperimentTemplateTargetFilterList";
|
|
302
|
+
const _ETTIF = "ExperimentTemplateTargetInputFilter";
|
|
303
|
+
const _ETTM = "ExperimentTemplateTargetMap";
|
|
304
|
+
const _ETx = "ExperimentTemplate";
|
|
305
|
+
const _GA = "GetAction";
|
|
306
|
+
const _GAR = "GetActionRequest";
|
|
307
|
+
const _GARe = "GetActionResponse";
|
|
308
|
+
const _GE = "GetExperiment";
|
|
309
|
+
const _GER = "GetExperimentRequest";
|
|
310
|
+
const _GERe = "GetExperimentResponse";
|
|
311
|
+
const _GET = "GetExperimentTemplate";
|
|
312
|
+
const _GETAC = "GetExperimentTargetAccountConfiguration";
|
|
313
|
+
const _GETACR = "GetExperimentTargetAccountConfigurationRequest";
|
|
314
|
+
const _GETACRe = "GetExperimentTargetAccountConfigurationResponse";
|
|
315
|
+
const _GETR = "GetExperimentTemplateRequest";
|
|
316
|
+
const _GETRe = "GetExperimentTemplateResponse";
|
|
317
|
+
const _GSL = "GetSafetyLever";
|
|
318
|
+
const _GSLR = "GetSafetyLeverRequest";
|
|
319
|
+
const _GSLRe = "GetSafetyLeverResponse";
|
|
320
|
+
const _GTAC = "GetTargetAccountConfiguration";
|
|
321
|
+
const _GTACR = "GetTargetAccountConfigurationRequest";
|
|
322
|
+
const _GTACRe = "GetTargetAccountConfigurationResponse";
|
|
323
|
+
const _GTRT = "GetTargetResourceType";
|
|
324
|
+
const _GTRTR = "GetTargetResourceTypeRequest";
|
|
325
|
+
const _GTRTRe = "GetTargetResourceTypeResponse";
|
|
326
|
+
const _LA = "ListActions";
|
|
327
|
+
const _LAR = "ListActionsRequest";
|
|
328
|
+
const _LARi = "ListActionsResponse";
|
|
329
|
+
const _LE = "ListExperiments";
|
|
330
|
+
const _LER = "ListExperimentsRequest";
|
|
331
|
+
const _LERT = "ListExperimentResolvedTargets";
|
|
332
|
+
const _LERTR = "ListExperimentResolvedTargetsRequest";
|
|
333
|
+
const _LERTRi = "ListExperimentResolvedTargetsResponse";
|
|
334
|
+
const _LERi = "ListExperimentsResponse";
|
|
335
|
+
const _LET = "ListExperimentTemplates";
|
|
336
|
+
const _LETAC = "ListExperimentTargetAccountConfigurations";
|
|
337
|
+
const _LETACR = "ListExperimentTargetAccountConfigurationsRequest";
|
|
338
|
+
const _LETACRi = "ListExperimentTargetAccountConfigurationsResponse";
|
|
339
|
+
const _LETR = "ListExperimentTemplatesRequest";
|
|
340
|
+
const _LETRi = "ListExperimentTemplatesResponse";
|
|
341
|
+
const _LTAC = "ListTargetAccountConfigurations";
|
|
342
|
+
const _LTACR = "ListTargetAccountConfigurationsRequest";
|
|
343
|
+
const _LTACRi = "ListTargetAccountConfigurationsResponse";
|
|
344
|
+
const _LTFR = "ListTagsForResource";
|
|
345
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
346
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
347
|
+
const _LTRT = "ListTargetResourceTypes";
|
|
348
|
+
const _LTRTR = "ListTargetResourceTypesRequest";
|
|
349
|
+
const _LTRTRi = "ListTargetResourceTypesResponse";
|
|
350
|
+
const _RCCWDI = "ReportConfigurationCloudWatchDashboardInput";
|
|
351
|
+
const _RCCWDIL = "ReportConfigurationCloudWatchDashboardInputList";
|
|
352
|
+
const _RCSO = "ReportConfigurationS3Output";
|
|
353
|
+
const _RCSOI = "ReportConfigurationS3OutputInput";
|
|
354
|
+
const _RNFE = "ResourceNotFoundException";
|
|
355
|
+
const _RT = "ResolvedTarget";
|
|
356
|
+
const _RTL = "ResolvedTargetList";
|
|
357
|
+
const _SE = "StartExperiment";
|
|
358
|
+
const _SEEOI = "StartExperimentExperimentOptionsInput";
|
|
359
|
+
const _SER = "StartExperimentRequest";
|
|
360
|
+
const _SERt = "StartExperimentResponse";
|
|
361
|
+
const _SERto = "StopExperimentRequest";
|
|
362
|
+
const _SERtop = "StopExperimentResponse";
|
|
363
|
+
const _SEt = "StopExperiment";
|
|
364
|
+
const _SL = "SafetyLever";
|
|
365
|
+
const _SLS = "SafetyLeverState";
|
|
366
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
367
|
+
const _TAC = "TargetAccountConfiguration";
|
|
368
|
+
const _TACL = "TargetAccountConfigurationList";
|
|
369
|
+
const _TACS = "TargetAccountConfigurationSummary";
|
|
370
|
+
const _TR = "TagResource";
|
|
371
|
+
const _TRR = "TagResourceRequest";
|
|
372
|
+
const _TRRa = "TagResourceResponse";
|
|
373
|
+
const _TRT = "TargetResourceType";
|
|
374
|
+
const _TRTP = "TargetResourceTypeParameter";
|
|
375
|
+
const _TRTPM = "TargetResourceTypeParameterMap";
|
|
376
|
+
const _TRTS = "TargetResourceTypeSummary";
|
|
377
|
+
const _TRTSL = "TargetResourceTypeSummaryList";
|
|
378
|
+
const _UET = "UpdateExperimentTemplate";
|
|
379
|
+
const _UETAII = "UpdateExperimentTemplateActionInputItem";
|
|
380
|
+
const _UETAIM = "UpdateExperimentTemplateActionInputMap";
|
|
381
|
+
const _UETEOI = "UpdateExperimentTemplateExperimentOptionsInput";
|
|
382
|
+
const _UETLCI = "UpdateExperimentTemplateLogConfigurationInput";
|
|
383
|
+
const _UETR = "UpdateExperimentTemplateRequest";
|
|
384
|
+
const _UETRCI = "UpdateExperimentTemplateReportConfigurationInput";
|
|
385
|
+
const _UETRp = "UpdateExperimentTemplateResponse";
|
|
386
|
+
const _UETSCI = "UpdateExperimentTemplateStopConditionInput";
|
|
387
|
+
const _UETSCIL = "UpdateExperimentTemplateStopConditionInputList";
|
|
388
|
+
const _UETTI = "UpdateExperimentTemplateTargetInput";
|
|
389
|
+
const _UETTIM = "UpdateExperimentTemplateTargetInputMap";
|
|
390
|
+
const _UR = "UntagResource";
|
|
391
|
+
const _URR = "UntagResourceRequest";
|
|
392
|
+
const _URRn = "UntagResourceResponse";
|
|
393
|
+
const _USLS = "UpdateSafetyLeverState";
|
|
394
|
+
const _USLSI = "UpdateSafetyLeverStateInput";
|
|
395
|
+
const _USLSR = "UpdateSafetyLeverStateRequest";
|
|
396
|
+
const _USLSRp = "UpdateSafetyLeverStateResponse";
|
|
397
|
+
const _UTAC = "UpdateTargetAccountConfiguration";
|
|
398
|
+
const _UTACR = "UpdateTargetAccountConfigurationRequest";
|
|
399
|
+
const _UTACRp = "UpdateTargetAccountConfigurationResponse";
|
|
400
|
+
const _VE = "ValidationException";
|
|
401
|
+
const _a = "arn";
|
|
402
|
+
const _aI = "actionId";
|
|
403
|
+
const _aIc = "accountId";
|
|
404
|
+
const _aM = "actionsMode";
|
|
405
|
+
const _aQE = "awsQueryError";
|
|
406
|
+
const _aT = "accountTargeting";
|
|
407
|
+
const _ac = "actions";
|
|
408
|
+
const _act = "action";
|
|
409
|
+
const _bN = "bucketName";
|
|
410
|
+
const _c = "client";
|
|
411
|
+
const _cT = "clientToken";
|
|
412
|
+
const _cTr = "creationTime";
|
|
413
|
+
const _cWD = "cloudWatchDashboards";
|
|
414
|
+
const _cWLC = "cloudWatchLogsConfiguration";
|
|
415
|
+
const _co = "code";
|
|
416
|
+
const _d = "description";
|
|
417
|
+
const _dI = "dashboardIdentifier";
|
|
418
|
+
const _dS = "dataSources";
|
|
419
|
+
const _e = "error";
|
|
420
|
+
const _eI = "experimentId";
|
|
421
|
+
const _eO = "experimentOptions";
|
|
422
|
+
const _eR = "experimentReport";
|
|
423
|
+
const _eRC = "experimentReportConfiguration";
|
|
424
|
+
const _eT = "experimentTemplate";
|
|
1088
425
|
const _eTI = "experimentTemplateId";
|
|
426
|
+
const _eTRM = "emptyTargetResolutionMode";
|
|
427
|
+
const _eTn = "endTime";
|
|
428
|
+
const _eTx = "experimentTemplates";
|
|
429
|
+
const _ex = "experiment";
|
|
430
|
+
const _exp = "experiments";
|
|
431
|
+
const _f = "filters";
|
|
432
|
+
const _h = "http";
|
|
433
|
+
const _hE = "httpError";
|
|
434
|
+
const _hQ = "httpQuery";
|
|
435
|
+
const _i = "id";
|
|
436
|
+
const _l = "location";
|
|
437
|
+
const _lC = "logConfiguration";
|
|
438
|
+
const _lGA = "logGroupArn";
|
|
439
|
+
const _lSV = "logSchemaVersion";
|
|
440
|
+
const _lUT = "lastUpdateTime";
|
|
441
|
+
const _m = "message";
|
|
1089
442
|
const _mR = "maxResults";
|
|
1090
443
|
const _nT = "nextToken";
|
|
444
|
+
const _o = "outputs";
|
|
445
|
+
const _p = "parameters";
|
|
446
|
+
const _pED = "preExperimentDuration";
|
|
447
|
+
const _pEDo = "postExperimentDuration";
|
|
448
|
+
const _pa = "path";
|
|
449
|
+
const _pr = "prefix";
|
|
450
|
+
const _r = "required";
|
|
451
|
+
const _rA = "roleArn";
|
|
452
|
+
const _rAe = "resourceArns";
|
|
453
|
+
const _rAes = "resourceArn";
|
|
454
|
+
const _rT = "resourceType";
|
|
455
|
+
const _rTe = "resourceTags";
|
|
456
|
+
const _rTep = "reportType";
|
|
457
|
+
const _rTes = "resolvedTargets";
|
|
458
|
+
const _re = "reason";
|
|
459
|
+
const _s = "source";
|
|
460
|
+
const _sA = "startAfter";
|
|
461
|
+
const _sC = "s3Configuration";
|
|
462
|
+
const _sCt = "stopConditions";
|
|
463
|
+
const _sL = "safetyLever";
|
|
464
|
+
const _sM = "selectionMode";
|
|
465
|
+
const _sR = "s3Reports";
|
|
466
|
+
const _sT = "startTime";
|
|
467
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.fis";
|
|
468
|
+
const _st = "state";
|
|
469
|
+
const _sta = "status";
|
|
470
|
+
const _t = "targets";
|
|
471
|
+
const _tAC = "targetAccountConfiguration";
|
|
472
|
+
const _tACC = "targetAccountConfigurationsCount";
|
|
473
|
+
const _tACa = "targetAccountConfigurations";
|
|
474
|
+
const _tI = "targetInformation";
|
|
1091
475
|
const _tK = "tagKeys";
|
|
1092
476
|
const _tN = "targetName";
|
|
477
|
+
const _tRT = "targetResourceType";
|
|
478
|
+
const _tRTa = "targetResourceTypes";
|
|
479
|
+
const _ta = "tags";
|
|
480
|
+
const _v = "value";
|
|
481
|
+
const _va = "values";
|
|
482
|
+
const n0 = "com.amazonaws.fis";
|
|
483
|
+
var Action = [
|
|
484
|
+
3,
|
|
485
|
+
n0,
|
|
486
|
+
_A,
|
|
487
|
+
0,
|
|
488
|
+
[_i, _a, _d, _p, _t, _ta],
|
|
489
|
+
[0, 0, 0, () => ActionParameterMap, () => ActionTargetMap, 128 | 0],
|
|
490
|
+
];
|
|
491
|
+
var ActionParameter = [3, n0, _AP, 0, [_d, _r], [0, 2]];
|
|
492
|
+
var ActionSummary = [
|
|
493
|
+
3,
|
|
494
|
+
n0,
|
|
495
|
+
_AS,
|
|
496
|
+
0,
|
|
497
|
+
[_i, _a, _d, _t, _ta],
|
|
498
|
+
[0, 0, 0, () => ActionTargetMap, 128 | 0],
|
|
499
|
+
];
|
|
500
|
+
var ActionTarget = [3, n0, _AT, 0, [_rT], [0]];
|
|
501
|
+
var ConflictException = [
|
|
502
|
+
-3,
|
|
503
|
+
n0,
|
|
504
|
+
_CE,
|
|
505
|
+
{
|
|
506
|
+
[_e]: _c,
|
|
507
|
+
[_hE]: 409,
|
|
508
|
+
[_aQE]: [`ConflictException`, 409],
|
|
509
|
+
},
|
|
510
|
+
[_m],
|
|
511
|
+
[0],
|
|
512
|
+
];
|
|
513
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
514
|
+
var CreateExperimentTemplateActionInput = [
|
|
515
|
+
3,
|
|
516
|
+
n0,
|
|
517
|
+
_CETAI,
|
|
518
|
+
0,
|
|
519
|
+
[_aI, _d, _p, _t, _sA],
|
|
520
|
+
[0, 0, 128 | 0, 128 | 0, 64 | 0],
|
|
521
|
+
];
|
|
522
|
+
var CreateExperimentTemplateExperimentOptionsInput = [
|
|
523
|
+
3,
|
|
524
|
+
n0,
|
|
525
|
+
_CETEOI,
|
|
526
|
+
0,
|
|
527
|
+
[_aT, _eTRM],
|
|
528
|
+
[0, 0],
|
|
529
|
+
];
|
|
530
|
+
var CreateExperimentTemplateLogConfigurationInput = [
|
|
531
|
+
3,
|
|
532
|
+
n0,
|
|
533
|
+
_CETLCI,
|
|
534
|
+
0,
|
|
535
|
+
[_cWLC, _sC, _lSV],
|
|
536
|
+
[() => ExperimentTemplateCloudWatchLogsLogConfigurationInput, () => ExperimentTemplateS3LogConfigurationInput, 1],
|
|
537
|
+
];
|
|
538
|
+
var CreateExperimentTemplateReportConfigurationInput = [
|
|
539
|
+
3,
|
|
540
|
+
n0,
|
|
541
|
+
_CETRCI,
|
|
542
|
+
0,
|
|
543
|
+
[_o, _dS, _pED, _pEDo],
|
|
544
|
+
[
|
|
545
|
+
() => ExperimentTemplateReportConfigurationOutputsInput,
|
|
546
|
+
() => ExperimentTemplateReportConfigurationDataSourcesInput,
|
|
547
|
+
0,
|
|
548
|
+
0,
|
|
549
|
+
],
|
|
550
|
+
];
|
|
551
|
+
var CreateExperimentTemplateRequest = [
|
|
552
|
+
3,
|
|
553
|
+
n0,
|
|
554
|
+
_CETR,
|
|
555
|
+
0,
|
|
556
|
+
[_cT, _d, _sCt, _t, _ac, _rA, _ta, _lC, _eO, _eRC],
|
|
557
|
+
[
|
|
558
|
+
[0, 4],
|
|
559
|
+
0,
|
|
560
|
+
() => CreateExperimentTemplateStopConditionInputList,
|
|
561
|
+
() => CreateExperimentTemplateTargetInputMap,
|
|
562
|
+
() => CreateExperimentTemplateActionInputMap,
|
|
563
|
+
0,
|
|
564
|
+
128 | 0,
|
|
565
|
+
() => CreateExperimentTemplateLogConfigurationInput,
|
|
566
|
+
() => CreateExperimentTemplateExperimentOptionsInput,
|
|
567
|
+
() => CreateExperimentTemplateReportConfigurationInput,
|
|
568
|
+
],
|
|
569
|
+
];
|
|
570
|
+
var CreateExperimentTemplateResponse = [
|
|
571
|
+
3,
|
|
572
|
+
n0,
|
|
573
|
+
_CETRr,
|
|
574
|
+
0,
|
|
575
|
+
[_eT],
|
|
576
|
+
[() => ExperimentTemplate],
|
|
577
|
+
];
|
|
578
|
+
var CreateExperimentTemplateStopConditionInput = [3, n0, _CETSCI, 0, [_s, _v], [0, 0]];
|
|
579
|
+
var CreateExperimentTemplateTargetInput = [
|
|
580
|
+
3,
|
|
581
|
+
n0,
|
|
582
|
+
_CETTI,
|
|
583
|
+
0,
|
|
584
|
+
[_rT, _rAe, _rTe, _f, _sM, _p],
|
|
585
|
+
[0, 64 | 0, 128 | 0, () => ExperimentTemplateTargetFilterInputList, 0, 128 | 0],
|
|
586
|
+
];
|
|
587
|
+
var CreateTargetAccountConfigurationRequest = [
|
|
588
|
+
3,
|
|
589
|
+
n0,
|
|
590
|
+
_CTACR,
|
|
591
|
+
0,
|
|
592
|
+
[_cT, _eTI, _aIc, _rA, _d],
|
|
593
|
+
[[0, 4], [0, 1], [0, 1], 0, 0],
|
|
594
|
+
];
|
|
595
|
+
var CreateTargetAccountConfigurationResponse = [
|
|
596
|
+
3,
|
|
597
|
+
n0,
|
|
598
|
+
_CTACRr,
|
|
599
|
+
0,
|
|
600
|
+
[_tAC],
|
|
601
|
+
[() => TargetAccountConfiguration],
|
|
602
|
+
];
|
|
603
|
+
var DeleteExperimentTemplateRequest = [3, n0, _DETR, 0, [_i], [[0, 1]]];
|
|
604
|
+
var DeleteExperimentTemplateResponse = [
|
|
605
|
+
3,
|
|
606
|
+
n0,
|
|
607
|
+
_DETRe,
|
|
608
|
+
0,
|
|
609
|
+
[_eT],
|
|
610
|
+
[() => ExperimentTemplate],
|
|
611
|
+
];
|
|
612
|
+
var DeleteTargetAccountConfigurationRequest = [
|
|
613
|
+
3,
|
|
614
|
+
n0,
|
|
615
|
+
_DTACR,
|
|
616
|
+
0,
|
|
617
|
+
[_eTI, _aIc],
|
|
618
|
+
[
|
|
619
|
+
[0, 1],
|
|
620
|
+
[0, 1],
|
|
621
|
+
],
|
|
622
|
+
];
|
|
623
|
+
var DeleteTargetAccountConfigurationResponse = [
|
|
624
|
+
3,
|
|
625
|
+
n0,
|
|
626
|
+
_DTACRe,
|
|
627
|
+
0,
|
|
628
|
+
[_tAC],
|
|
629
|
+
[() => TargetAccountConfiguration],
|
|
630
|
+
];
|
|
631
|
+
var Experiment = [
|
|
632
|
+
3,
|
|
633
|
+
n0,
|
|
634
|
+
_E,
|
|
635
|
+
0,
|
|
636
|
+
[_i, _a, _eTI, _rA, _st, _t, _ac, _sCt, _cTr, _sT, _eTn, _ta, _lC, _eO, _tACC, _eRC, _eR],
|
|
637
|
+
[
|
|
638
|
+
0,
|
|
639
|
+
0,
|
|
640
|
+
0,
|
|
641
|
+
0,
|
|
642
|
+
() => ExperimentState,
|
|
643
|
+
() => ExperimentTargetMap,
|
|
644
|
+
() => ExperimentActionMap,
|
|
645
|
+
() => ExperimentStopConditionList,
|
|
646
|
+
4,
|
|
647
|
+
4,
|
|
648
|
+
4,
|
|
649
|
+
128 | 0,
|
|
650
|
+
() => ExperimentLogConfiguration,
|
|
651
|
+
() => ExperimentOptions,
|
|
652
|
+
1,
|
|
653
|
+
() => ExperimentReportConfiguration,
|
|
654
|
+
() => ExperimentReport,
|
|
655
|
+
],
|
|
656
|
+
];
|
|
657
|
+
var ExperimentAction = [
|
|
658
|
+
3,
|
|
659
|
+
n0,
|
|
660
|
+
_EA,
|
|
661
|
+
0,
|
|
662
|
+
[_aI, _d, _p, _t, _sA, _st, _sT, _eTn],
|
|
663
|
+
[0, 0, 128 | 0, 128 | 0, 64 | 0, () => ExperimentActionState, 4, 4],
|
|
664
|
+
];
|
|
665
|
+
var ExperimentActionState = [3, n0, _EAS, 0, [_sta, _re], [0, 0]];
|
|
666
|
+
var ExperimentCloudWatchLogsLogConfiguration = [3, n0, _ECWLLC, 0, [_lGA], [0]];
|
|
667
|
+
var ExperimentError = [3, n0, _EE, 0, [_aIc, _co, _l], [0, 0, 0]];
|
|
668
|
+
var ExperimentLogConfiguration = [
|
|
669
|
+
3,
|
|
670
|
+
n0,
|
|
671
|
+
_ELC,
|
|
672
|
+
0,
|
|
673
|
+
[_cWLC, _sC, _lSV],
|
|
674
|
+
[() => ExperimentCloudWatchLogsLogConfiguration, () => ExperimentS3LogConfiguration, 1],
|
|
675
|
+
];
|
|
676
|
+
var ExperimentOptions = [3, n0, _EO, 0, [_aT, _eTRM, _aM], [0, 0, 0]];
|
|
677
|
+
var ExperimentReport = [
|
|
678
|
+
3,
|
|
679
|
+
n0,
|
|
680
|
+
_ER,
|
|
681
|
+
0,
|
|
682
|
+
[_st, _sR],
|
|
683
|
+
[() => ExperimentReportState, () => ExperimentReportS3ReportList],
|
|
684
|
+
];
|
|
685
|
+
var ExperimentReportConfiguration = [
|
|
686
|
+
3,
|
|
687
|
+
n0,
|
|
688
|
+
_ERC,
|
|
689
|
+
0,
|
|
690
|
+
[_o, _dS, _pED, _pEDo],
|
|
691
|
+
[() => ExperimentReportConfigurationOutputs, () => ExperimentReportConfigurationDataSources, 0, 0],
|
|
692
|
+
];
|
|
693
|
+
var ExperimentReportConfigurationCloudWatchDashboard = [3, n0, _ERCCWD, 0, [_dI], [0]];
|
|
694
|
+
var ExperimentReportConfigurationDataSources = [
|
|
695
|
+
3,
|
|
696
|
+
n0,
|
|
697
|
+
_ERCDS,
|
|
698
|
+
0,
|
|
699
|
+
[_cWD],
|
|
700
|
+
[() => ExperimentReportConfigurationCloudWatchDashboardList],
|
|
701
|
+
];
|
|
702
|
+
var ExperimentReportConfigurationOutputs = [
|
|
703
|
+
3,
|
|
704
|
+
n0,
|
|
705
|
+
_ERCO,
|
|
706
|
+
0,
|
|
707
|
+
[_sC],
|
|
708
|
+
[() => ExperimentReportConfigurationOutputsS3Configuration],
|
|
709
|
+
];
|
|
710
|
+
var ExperimentReportConfigurationOutputsS3Configuration = [
|
|
711
|
+
3,
|
|
712
|
+
n0,
|
|
713
|
+
_ERCOSC,
|
|
714
|
+
0,
|
|
715
|
+
[_bN, _pr],
|
|
716
|
+
[0, 0],
|
|
717
|
+
];
|
|
718
|
+
var ExperimentReportError = [3, n0, _ERE, 0, [_co], [0]];
|
|
719
|
+
var ExperimentReportS3Report = [3, n0, _ERSR, 0, [_a, _rTep], [0, 0]];
|
|
720
|
+
var ExperimentReportState = [
|
|
721
|
+
3,
|
|
722
|
+
n0,
|
|
723
|
+
_ERS,
|
|
724
|
+
0,
|
|
725
|
+
[_sta, _re, _e],
|
|
726
|
+
[0, 0, () => ExperimentReportError],
|
|
727
|
+
];
|
|
728
|
+
var ExperimentS3LogConfiguration = [3, n0, _ESLC, 0, [_bN, _pr], [0, 0]];
|
|
729
|
+
var ExperimentState = [3, n0, _ES, 0, [_sta, _re, _e], [0, 0, () => ExperimentError]];
|
|
730
|
+
var ExperimentStopCondition = [3, n0, _ESC, 0, [_s, _v], [0, 0]];
|
|
731
|
+
var ExperimentSummary = [
|
|
732
|
+
3,
|
|
733
|
+
n0,
|
|
734
|
+
_ESx,
|
|
735
|
+
0,
|
|
736
|
+
[_i, _a, _eTI, _st, _cTr, _ta, _eO],
|
|
737
|
+
[0, 0, 0, () => ExperimentState, 4, 128 | 0, () => ExperimentOptions],
|
|
738
|
+
];
|
|
739
|
+
var ExperimentTarget = [
|
|
740
|
+
3,
|
|
741
|
+
n0,
|
|
742
|
+
_ET,
|
|
743
|
+
0,
|
|
744
|
+
[_rT, _rAe, _rTe, _f, _sM, _p],
|
|
745
|
+
[0, 64 | 0, 128 | 0, () => ExperimentTargetFilterList, 0, 128 | 0],
|
|
746
|
+
];
|
|
747
|
+
var ExperimentTargetAccountConfiguration = [3, n0, _ETAC, 0, [_rA, _aIc, _d], [0, 0, 0]];
|
|
748
|
+
var ExperimentTargetAccountConfigurationSummary = [
|
|
749
|
+
3,
|
|
750
|
+
n0,
|
|
751
|
+
_ETACS,
|
|
752
|
+
0,
|
|
753
|
+
[_rA, _aIc, _d],
|
|
754
|
+
[0, 0, 0],
|
|
755
|
+
];
|
|
756
|
+
var ExperimentTargetFilter = [3, n0, _ETF, 0, [_pa, _va], [0, 64 | 0]];
|
|
757
|
+
var ExperimentTemplate = [
|
|
758
|
+
3,
|
|
759
|
+
n0,
|
|
760
|
+
_ETx,
|
|
761
|
+
0,
|
|
762
|
+
[_i, _a, _d, _t, _ac, _sCt, _cTr, _lUT, _rA, _ta, _lC, _eO, _tACC, _eRC],
|
|
763
|
+
[
|
|
764
|
+
0,
|
|
765
|
+
0,
|
|
766
|
+
0,
|
|
767
|
+
() => ExperimentTemplateTargetMap,
|
|
768
|
+
() => ExperimentTemplateActionMap,
|
|
769
|
+
() => ExperimentTemplateStopConditionList,
|
|
770
|
+
4,
|
|
771
|
+
4,
|
|
772
|
+
0,
|
|
773
|
+
128 | 0,
|
|
774
|
+
() => ExperimentTemplateLogConfiguration,
|
|
775
|
+
() => ExperimentTemplateExperimentOptions,
|
|
776
|
+
1,
|
|
777
|
+
() => ExperimentTemplateReportConfiguration,
|
|
778
|
+
],
|
|
779
|
+
];
|
|
780
|
+
var ExperimentTemplateAction = [
|
|
781
|
+
3,
|
|
782
|
+
n0,
|
|
783
|
+
_ETA,
|
|
784
|
+
0,
|
|
785
|
+
[_aI, _d, _p, _t, _sA],
|
|
786
|
+
[0, 0, 128 | 0, 128 | 0, 64 | 0],
|
|
787
|
+
];
|
|
788
|
+
var ExperimentTemplateCloudWatchLogsLogConfiguration = [3, n0, _ETCWLLC, 0, [_lGA], [0]];
|
|
789
|
+
var ExperimentTemplateCloudWatchLogsLogConfigurationInput = [
|
|
790
|
+
3,
|
|
791
|
+
n0,
|
|
792
|
+
_ETCWLLCI,
|
|
793
|
+
0,
|
|
794
|
+
[_lGA],
|
|
795
|
+
[0],
|
|
796
|
+
];
|
|
797
|
+
var ExperimentTemplateExperimentOptions = [3, n0, _ETEO, 0, [_aT, _eTRM], [0, 0]];
|
|
798
|
+
var ExperimentTemplateLogConfiguration = [
|
|
799
|
+
3,
|
|
800
|
+
n0,
|
|
801
|
+
_ETLC,
|
|
802
|
+
0,
|
|
803
|
+
[_cWLC, _sC, _lSV],
|
|
804
|
+
[() => ExperimentTemplateCloudWatchLogsLogConfiguration, () => ExperimentTemplateS3LogConfiguration, 1],
|
|
805
|
+
];
|
|
806
|
+
var ExperimentTemplateReportConfiguration = [
|
|
807
|
+
3,
|
|
808
|
+
n0,
|
|
809
|
+
_ETRC,
|
|
810
|
+
0,
|
|
811
|
+
[_o, _dS, _pED, _pEDo],
|
|
812
|
+
[() => ExperimentTemplateReportConfigurationOutputs, () => ExperimentTemplateReportConfigurationDataSources, 0, 0],
|
|
813
|
+
];
|
|
814
|
+
var ExperimentTemplateReportConfigurationCloudWatchDashboard = [
|
|
815
|
+
3,
|
|
816
|
+
n0,
|
|
817
|
+
_ETRCCWD,
|
|
818
|
+
0,
|
|
819
|
+
[_dI],
|
|
820
|
+
[0],
|
|
821
|
+
];
|
|
822
|
+
var ExperimentTemplateReportConfigurationDataSources = [
|
|
823
|
+
3,
|
|
824
|
+
n0,
|
|
825
|
+
_ETRCDS,
|
|
826
|
+
0,
|
|
827
|
+
[_cWD],
|
|
828
|
+
[() => ExperimentTemplateReportConfigurationCloudWatchDashboardList],
|
|
829
|
+
];
|
|
830
|
+
var ExperimentTemplateReportConfigurationDataSourcesInput = [
|
|
831
|
+
3,
|
|
832
|
+
n0,
|
|
833
|
+
_ETRCDSI,
|
|
834
|
+
0,
|
|
835
|
+
[_cWD],
|
|
836
|
+
[() => ReportConfigurationCloudWatchDashboardInputList],
|
|
837
|
+
];
|
|
838
|
+
var ExperimentTemplateReportConfigurationOutputs = [
|
|
839
|
+
3,
|
|
840
|
+
n0,
|
|
841
|
+
_ETRCO,
|
|
842
|
+
0,
|
|
843
|
+
[_sC],
|
|
844
|
+
[() => ReportConfigurationS3Output],
|
|
845
|
+
];
|
|
846
|
+
var ExperimentTemplateReportConfigurationOutputsInput = [
|
|
847
|
+
3,
|
|
848
|
+
n0,
|
|
849
|
+
_ETRCOI,
|
|
850
|
+
0,
|
|
851
|
+
[_sC],
|
|
852
|
+
[() => ReportConfigurationS3OutputInput],
|
|
853
|
+
];
|
|
854
|
+
var ExperimentTemplateS3LogConfiguration = [3, n0, _ETSLC, 0, [_bN, _pr], [0, 0]];
|
|
855
|
+
var ExperimentTemplateS3LogConfigurationInput = [3, n0, _ETSLCI, 0, [_bN, _pr], [0, 0]];
|
|
856
|
+
var ExperimentTemplateStopCondition = [3, n0, _ETSC, 0, [_s, _v], [0, 0]];
|
|
857
|
+
var ExperimentTemplateSummary = [
|
|
858
|
+
3,
|
|
859
|
+
n0,
|
|
860
|
+
_ETS,
|
|
861
|
+
0,
|
|
862
|
+
[_i, _a, _d, _cTr, _lUT, _ta],
|
|
863
|
+
[0, 0, 0, 4, 4, 128 | 0],
|
|
864
|
+
];
|
|
865
|
+
var ExperimentTemplateTarget = [
|
|
866
|
+
3,
|
|
867
|
+
n0,
|
|
868
|
+
_ETT,
|
|
869
|
+
0,
|
|
870
|
+
[_rT, _rAe, _rTe, _f, _sM, _p],
|
|
871
|
+
[0, 64 | 0, 128 | 0, () => ExperimentTemplateTargetFilterList, 0, 128 | 0],
|
|
872
|
+
];
|
|
873
|
+
var ExperimentTemplateTargetFilter = [3, n0, _ETTF, 0, [_pa, _va], [0, 64 | 0]];
|
|
874
|
+
var ExperimentTemplateTargetInputFilter = [3, n0, _ETTIF, 0, [_pa, _va], [0, 64 | 0]];
|
|
875
|
+
var GetActionRequest = [3, n0, _GAR, 0, [_i], [[0, 1]]];
|
|
876
|
+
var GetActionResponse = [3, n0, _GARe, 0, [_act], [() => Action]];
|
|
877
|
+
var GetExperimentRequest = [3, n0, _GER, 0, [_i], [[0, 1]]];
|
|
878
|
+
var GetExperimentResponse = [3, n0, _GERe, 0, [_ex], [() => Experiment]];
|
|
879
|
+
var GetExperimentTargetAccountConfigurationRequest = [
|
|
880
|
+
3,
|
|
881
|
+
n0,
|
|
882
|
+
_GETACR,
|
|
883
|
+
0,
|
|
884
|
+
[_eI, _aIc],
|
|
885
|
+
[
|
|
886
|
+
[0, 1],
|
|
887
|
+
[0, 1],
|
|
888
|
+
],
|
|
889
|
+
];
|
|
890
|
+
var GetExperimentTargetAccountConfigurationResponse = [
|
|
891
|
+
3,
|
|
892
|
+
n0,
|
|
893
|
+
_GETACRe,
|
|
894
|
+
0,
|
|
895
|
+
[_tAC],
|
|
896
|
+
[() => ExperimentTargetAccountConfiguration],
|
|
897
|
+
];
|
|
898
|
+
var GetExperimentTemplateRequest = [3, n0, _GETR, 0, [_i], [[0, 1]]];
|
|
899
|
+
var GetExperimentTemplateResponse = [3, n0, _GETRe, 0, [_eT], [() => ExperimentTemplate]];
|
|
900
|
+
var GetSafetyLeverRequest = [3, n0, _GSLR, 0, [_i], [[0, 1]]];
|
|
901
|
+
var GetSafetyLeverResponse = [3, n0, _GSLRe, 0, [_sL], [() => SafetyLever]];
|
|
902
|
+
var GetTargetAccountConfigurationRequest = [
|
|
903
|
+
3,
|
|
904
|
+
n0,
|
|
905
|
+
_GTACR,
|
|
906
|
+
0,
|
|
907
|
+
[_eTI, _aIc],
|
|
908
|
+
[
|
|
909
|
+
[0, 1],
|
|
910
|
+
[0, 1],
|
|
911
|
+
],
|
|
912
|
+
];
|
|
913
|
+
var GetTargetAccountConfigurationResponse = [
|
|
914
|
+
3,
|
|
915
|
+
n0,
|
|
916
|
+
_GTACRe,
|
|
917
|
+
0,
|
|
918
|
+
[_tAC],
|
|
919
|
+
[() => TargetAccountConfiguration],
|
|
920
|
+
];
|
|
921
|
+
var GetTargetResourceTypeRequest = [3, n0, _GTRTR, 0, [_rT], [[0, 1]]];
|
|
922
|
+
var GetTargetResourceTypeResponse = [
|
|
923
|
+
3,
|
|
924
|
+
n0,
|
|
925
|
+
_GTRTRe,
|
|
926
|
+
0,
|
|
927
|
+
[_tRT],
|
|
928
|
+
[() => TargetResourceType],
|
|
929
|
+
];
|
|
930
|
+
var ListActionsRequest = [
|
|
931
|
+
3,
|
|
932
|
+
n0,
|
|
933
|
+
_LAR,
|
|
934
|
+
0,
|
|
935
|
+
[_mR, _nT],
|
|
936
|
+
[
|
|
937
|
+
[
|
|
938
|
+
1,
|
|
939
|
+
{
|
|
940
|
+
[_hQ]: _mR,
|
|
941
|
+
},
|
|
942
|
+
],
|
|
943
|
+
[
|
|
944
|
+
0,
|
|
945
|
+
{
|
|
946
|
+
[_hQ]: _nT,
|
|
947
|
+
},
|
|
948
|
+
],
|
|
949
|
+
],
|
|
950
|
+
];
|
|
951
|
+
var ListActionsResponse = [3, n0, _LARi, 0, [_ac, _nT], [() => ActionSummaryList, 0]];
|
|
952
|
+
var ListExperimentResolvedTargetsRequest = [
|
|
953
|
+
3,
|
|
954
|
+
n0,
|
|
955
|
+
_LERTR,
|
|
956
|
+
0,
|
|
957
|
+
[_eI, _mR, _nT, _tN],
|
|
958
|
+
[
|
|
959
|
+
[0, 1],
|
|
960
|
+
[
|
|
961
|
+
1,
|
|
962
|
+
{
|
|
963
|
+
[_hQ]: _mR,
|
|
964
|
+
},
|
|
965
|
+
],
|
|
966
|
+
[
|
|
967
|
+
0,
|
|
968
|
+
{
|
|
969
|
+
[_hQ]: _nT,
|
|
970
|
+
},
|
|
971
|
+
],
|
|
972
|
+
[
|
|
973
|
+
0,
|
|
974
|
+
{
|
|
975
|
+
[_hQ]: _tN,
|
|
976
|
+
},
|
|
977
|
+
],
|
|
978
|
+
],
|
|
979
|
+
];
|
|
980
|
+
var ListExperimentResolvedTargetsResponse = [
|
|
981
|
+
3,
|
|
982
|
+
n0,
|
|
983
|
+
_LERTRi,
|
|
984
|
+
0,
|
|
985
|
+
[_rTes, _nT],
|
|
986
|
+
[() => ResolvedTargetList, 0],
|
|
987
|
+
];
|
|
988
|
+
var ListExperimentsRequest = [
|
|
989
|
+
3,
|
|
990
|
+
n0,
|
|
991
|
+
_LER,
|
|
992
|
+
0,
|
|
993
|
+
[_mR, _nT, _eTI],
|
|
994
|
+
[
|
|
995
|
+
[
|
|
996
|
+
1,
|
|
997
|
+
{
|
|
998
|
+
[_hQ]: _mR,
|
|
999
|
+
},
|
|
1000
|
+
],
|
|
1001
|
+
[
|
|
1002
|
+
0,
|
|
1003
|
+
{
|
|
1004
|
+
[_hQ]: _nT,
|
|
1005
|
+
},
|
|
1006
|
+
],
|
|
1007
|
+
[
|
|
1008
|
+
0,
|
|
1009
|
+
{
|
|
1010
|
+
[_hQ]: _eTI,
|
|
1011
|
+
},
|
|
1012
|
+
],
|
|
1013
|
+
],
|
|
1014
|
+
];
|
|
1015
|
+
var ListExperimentsResponse = [
|
|
1016
|
+
3,
|
|
1017
|
+
n0,
|
|
1018
|
+
_LERi,
|
|
1019
|
+
0,
|
|
1020
|
+
[_exp, _nT],
|
|
1021
|
+
[() => ExperimentSummaryList, 0],
|
|
1022
|
+
];
|
|
1023
|
+
var ListExperimentTargetAccountConfigurationsRequest = [
|
|
1024
|
+
3,
|
|
1025
|
+
n0,
|
|
1026
|
+
_LETACR,
|
|
1027
|
+
0,
|
|
1028
|
+
[_eI, _nT],
|
|
1029
|
+
[
|
|
1030
|
+
[0, 1],
|
|
1031
|
+
[
|
|
1032
|
+
0,
|
|
1033
|
+
{
|
|
1034
|
+
[_hQ]: _nT,
|
|
1035
|
+
},
|
|
1036
|
+
],
|
|
1037
|
+
],
|
|
1038
|
+
];
|
|
1039
|
+
var ListExperimentTargetAccountConfigurationsResponse = [
|
|
1040
|
+
3,
|
|
1041
|
+
n0,
|
|
1042
|
+
_LETACRi,
|
|
1043
|
+
0,
|
|
1044
|
+
[_tACa, _nT],
|
|
1045
|
+
[() => ExperimentTargetAccountConfigurationList, 0],
|
|
1046
|
+
];
|
|
1047
|
+
var ListExperimentTemplatesRequest = [
|
|
1048
|
+
3,
|
|
1049
|
+
n0,
|
|
1050
|
+
_LETR,
|
|
1051
|
+
0,
|
|
1052
|
+
[_mR, _nT],
|
|
1053
|
+
[
|
|
1054
|
+
[
|
|
1055
|
+
1,
|
|
1056
|
+
{
|
|
1057
|
+
[_hQ]: _mR,
|
|
1058
|
+
},
|
|
1059
|
+
],
|
|
1060
|
+
[
|
|
1061
|
+
0,
|
|
1062
|
+
{
|
|
1063
|
+
[_hQ]: _nT,
|
|
1064
|
+
},
|
|
1065
|
+
],
|
|
1066
|
+
],
|
|
1067
|
+
];
|
|
1068
|
+
var ListExperimentTemplatesResponse = [
|
|
1069
|
+
3,
|
|
1070
|
+
n0,
|
|
1071
|
+
_LETRi,
|
|
1072
|
+
0,
|
|
1073
|
+
[_eTx, _nT],
|
|
1074
|
+
[() => ExperimentTemplateSummaryList, 0],
|
|
1075
|
+
];
|
|
1076
|
+
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAes], [[0, 1]]];
|
|
1077
|
+
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
|
|
1078
|
+
var ListTargetAccountConfigurationsRequest = [
|
|
1079
|
+
3,
|
|
1080
|
+
n0,
|
|
1081
|
+
_LTACR,
|
|
1082
|
+
0,
|
|
1083
|
+
[_eTI, _mR, _nT],
|
|
1084
|
+
[
|
|
1085
|
+
[0, 1],
|
|
1086
|
+
[
|
|
1087
|
+
1,
|
|
1088
|
+
{
|
|
1089
|
+
[_hQ]: _mR,
|
|
1090
|
+
},
|
|
1091
|
+
],
|
|
1092
|
+
[
|
|
1093
|
+
0,
|
|
1094
|
+
{
|
|
1095
|
+
[_hQ]: _nT,
|
|
1096
|
+
},
|
|
1097
|
+
],
|
|
1098
|
+
],
|
|
1099
|
+
];
|
|
1100
|
+
var ListTargetAccountConfigurationsResponse = [
|
|
1101
|
+
3,
|
|
1102
|
+
n0,
|
|
1103
|
+
_LTACRi,
|
|
1104
|
+
0,
|
|
1105
|
+
[_tACa, _nT],
|
|
1106
|
+
[() => TargetAccountConfigurationList, 0],
|
|
1107
|
+
];
|
|
1108
|
+
var ListTargetResourceTypesRequest = [
|
|
1109
|
+
3,
|
|
1110
|
+
n0,
|
|
1111
|
+
_LTRTR,
|
|
1112
|
+
0,
|
|
1113
|
+
[_mR, _nT],
|
|
1114
|
+
[
|
|
1115
|
+
[
|
|
1116
|
+
1,
|
|
1117
|
+
{
|
|
1118
|
+
[_hQ]: _mR,
|
|
1119
|
+
},
|
|
1120
|
+
],
|
|
1121
|
+
[
|
|
1122
|
+
0,
|
|
1123
|
+
{
|
|
1124
|
+
[_hQ]: _nT,
|
|
1125
|
+
},
|
|
1126
|
+
],
|
|
1127
|
+
],
|
|
1128
|
+
];
|
|
1129
|
+
var ListTargetResourceTypesResponse = [
|
|
1130
|
+
3,
|
|
1131
|
+
n0,
|
|
1132
|
+
_LTRTRi,
|
|
1133
|
+
0,
|
|
1134
|
+
[_tRTa, _nT],
|
|
1135
|
+
[() => TargetResourceTypeSummaryList, 0],
|
|
1136
|
+
];
|
|
1137
|
+
var ReportConfigurationCloudWatchDashboardInput = [3, n0, _RCCWDI, 0, [_dI], [0]];
|
|
1138
|
+
var ReportConfigurationS3Output = [3, n0, _RCSO, 0, [_bN, _pr], [0, 0]];
|
|
1139
|
+
var ReportConfigurationS3OutputInput = [3, n0, _RCSOI, 0, [_bN, _pr], [0, 0]];
|
|
1140
|
+
var ResolvedTarget = [3, n0, _RT, 0, [_rT, _tN, _tI], [0, 0, 128 | 0]];
|
|
1141
|
+
var ResourceNotFoundException = [
|
|
1142
|
+
-3,
|
|
1143
|
+
n0,
|
|
1144
|
+
_RNFE,
|
|
1145
|
+
{
|
|
1146
|
+
[_e]: _c,
|
|
1147
|
+
[_hE]: 404,
|
|
1148
|
+
[_aQE]: [`ResourceNotFoundException`, 404],
|
|
1149
|
+
},
|
|
1150
|
+
[_m],
|
|
1151
|
+
[0],
|
|
1152
|
+
];
|
|
1153
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
1154
|
+
var SafetyLever = [3, n0, _SL, 0, [_i, _a, _st], [0, 0, () => SafetyLeverState]];
|
|
1155
|
+
var SafetyLeverState = [3, n0, _SLS, 0, [_sta, _re], [0, 0]];
|
|
1156
|
+
var ServiceQuotaExceededException = [
|
|
1157
|
+
-3,
|
|
1158
|
+
n0,
|
|
1159
|
+
_SQEE,
|
|
1160
|
+
{
|
|
1161
|
+
[_e]: _c,
|
|
1162
|
+
[_hE]: 402,
|
|
1163
|
+
[_aQE]: [`ServiceQuotaExceededException`, 402],
|
|
1164
|
+
},
|
|
1165
|
+
[_m],
|
|
1166
|
+
[0],
|
|
1167
|
+
];
|
|
1168
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
|
|
1169
|
+
var StartExperimentExperimentOptionsInput = [3, n0, _SEEOI, 0, [_aM], [0]];
|
|
1170
|
+
var StartExperimentRequest = [
|
|
1171
|
+
3,
|
|
1172
|
+
n0,
|
|
1173
|
+
_SER,
|
|
1174
|
+
0,
|
|
1175
|
+
[_cT, _eTI, _eO, _ta],
|
|
1176
|
+
[[0, 4], 0, () => StartExperimentExperimentOptionsInput, 128 | 0],
|
|
1177
|
+
];
|
|
1178
|
+
var StartExperimentResponse = [3, n0, _SERt, 0, [_ex], [() => Experiment]];
|
|
1179
|
+
var StopExperimentRequest = [3, n0, _SERto, 0, [_i], [[0, 1]]];
|
|
1180
|
+
var StopExperimentResponse = [3, n0, _SERtop, 0, [_ex], [() => Experiment]];
|
|
1181
|
+
var TagResourceRequest = [3, n0, _TRR, 0, [_rAes, _ta], [[0, 1], 128 | 0]];
|
|
1182
|
+
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1183
|
+
var TargetAccountConfiguration = [3, n0, _TAC, 0, [_rA, _aIc, _d], [0, 0, 0]];
|
|
1184
|
+
var TargetAccountConfigurationSummary = [3, n0, _TACS, 0, [_rA, _aIc, _d], [0, 0, 0]];
|
|
1185
|
+
var TargetResourceType = [
|
|
1186
|
+
3,
|
|
1187
|
+
n0,
|
|
1188
|
+
_TRT,
|
|
1189
|
+
0,
|
|
1190
|
+
[_rT, _d, _p],
|
|
1191
|
+
[0, 0, () => TargetResourceTypeParameterMap],
|
|
1192
|
+
];
|
|
1193
|
+
var TargetResourceTypeParameter = [3, n0, _TRTP, 0, [_d, _r], [0, 2]];
|
|
1194
|
+
var TargetResourceTypeSummary = [3, n0, _TRTS, 0, [_rT, _d], [0, 0]];
|
|
1195
|
+
var UntagResourceRequest = [
|
|
1196
|
+
3,
|
|
1197
|
+
n0,
|
|
1198
|
+
_URR,
|
|
1199
|
+
0,
|
|
1200
|
+
[_rAes, _tK],
|
|
1201
|
+
[
|
|
1202
|
+
[0, 1],
|
|
1203
|
+
[
|
|
1204
|
+
64 | 0,
|
|
1205
|
+
{
|
|
1206
|
+
[_hQ]: _tK,
|
|
1207
|
+
},
|
|
1208
|
+
],
|
|
1209
|
+
],
|
|
1210
|
+
];
|
|
1211
|
+
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1212
|
+
var UpdateExperimentTemplateActionInputItem = [
|
|
1213
|
+
3,
|
|
1214
|
+
n0,
|
|
1215
|
+
_UETAII,
|
|
1216
|
+
0,
|
|
1217
|
+
[_aI, _d, _p, _t, _sA],
|
|
1218
|
+
[0, 0, 128 | 0, 128 | 0, 64 | 0],
|
|
1219
|
+
];
|
|
1220
|
+
var UpdateExperimentTemplateExperimentOptionsInput = [3, n0, _UETEOI, 0, [_eTRM], [0]];
|
|
1221
|
+
var UpdateExperimentTemplateLogConfigurationInput = [
|
|
1222
|
+
3,
|
|
1223
|
+
n0,
|
|
1224
|
+
_UETLCI,
|
|
1225
|
+
0,
|
|
1226
|
+
[_cWLC, _sC, _lSV],
|
|
1227
|
+
[() => ExperimentTemplateCloudWatchLogsLogConfigurationInput, () => ExperimentTemplateS3LogConfigurationInput, 1],
|
|
1228
|
+
];
|
|
1229
|
+
var UpdateExperimentTemplateReportConfigurationInput = [
|
|
1230
|
+
3,
|
|
1231
|
+
n0,
|
|
1232
|
+
_UETRCI,
|
|
1233
|
+
0,
|
|
1234
|
+
[_o, _dS, _pED, _pEDo],
|
|
1235
|
+
[
|
|
1236
|
+
() => ExperimentTemplateReportConfigurationOutputsInput,
|
|
1237
|
+
() => ExperimentTemplateReportConfigurationDataSourcesInput,
|
|
1238
|
+
0,
|
|
1239
|
+
0,
|
|
1240
|
+
],
|
|
1241
|
+
];
|
|
1242
|
+
var UpdateExperimentTemplateRequest = [
|
|
1243
|
+
3,
|
|
1244
|
+
n0,
|
|
1245
|
+
_UETR,
|
|
1246
|
+
0,
|
|
1247
|
+
[_i, _d, _sCt, _t, _ac, _rA, _lC, _eO, _eRC],
|
|
1248
|
+
[
|
|
1249
|
+
[0, 1],
|
|
1250
|
+
0,
|
|
1251
|
+
() => UpdateExperimentTemplateStopConditionInputList,
|
|
1252
|
+
() => UpdateExperimentTemplateTargetInputMap,
|
|
1253
|
+
() => UpdateExperimentTemplateActionInputMap,
|
|
1254
|
+
0,
|
|
1255
|
+
() => UpdateExperimentTemplateLogConfigurationInput,
|
|
1256
|
+
() => UpdateExperimentTemplateExperimentOptionsInput,
|
|
1257
|
+
() => UpdateExperimentTemplateReportConfigurationInput,
|
|
1258
|
+
],
|
|
1259
|
+
];
|
|
1260
|
+
var UpdateExperimentTemplateResponse = [
|
|
1261
|
+
3,
|
|
1262
|
+
n0,
|
|
1263
|
+
_UETRp,
|
|
1264
|
+
0,
|
|
1265
|
+
[_eT],
|
|
1266
|
+
[() => ExperimentTemplate],
|
|
1267
|
+
];
|
|
1268
|
+
var UpdateExperimentTemplateStopConditionInput = [3, n0, _UETSCI, 0, [_s, _v], [0, 0]];
|
|
1269
|
+
var UpdateExperimentTemplateTargetInput = [
|
|
1270
|
+
3,
|
|
1271
|
+
n0,
|
|
1272
|
+
_UETTI,
|
|
1273
|
+
0,
|
|
1274
|
+
[_rT, _rAe, _rTe, _f, _sM, _p],
|
|
1275
|
+
[0, 64 | 0, 128 | 0, () => ExperimentTemplateTargetFilterInputList, 0, 128 | 0],
|
|
1276
|
+
];
|
|
1277
|
+
var UpdateSafetyLeverStateInput = [3, n0, _USLSI, 0, [_sta, _re], [0, 0]];
|
|
1278
|
+
var UpdateSafetyLeverStateRequest = [
|
|
1279
|
+
3,
|
|
1280
|
+
n0,
|
|
1281
|
+
_USLSR,
|
|
1282
|
+
0,
|
|
1283
|
+
[_i, _st],
|
|
1284
|
+
[[0, 1], () => UpdateSafetyLeverStateInput],
|
|
1285
|
+
];
|
|
1286
|
+
var UpdateSafetyLeverStateResponse = [3, n0, _USLSRp, 0, [_sL], [() => SafetyLever]];
|
|
1287
|
+
var UpdateTargetAccountConfigurationRequest = [
|
|
1288
|
+
3,
|
|
1289
|
+
n0,
|
|
1290
|
+
_UTACR,
|
|
1291
|
+
0,
|
|
1292
|
+
[_eTI, _aIc, _rA, _d],
|
|
1293
|
+
[[0, 1], [0, 1], 0, 0],
|
|
1294
|
+
];
|
|
1295
|
+
var UpdateTargetAccountConfigurationResponse = [
|
|
1296
|
+
3,
|
|
1297
|
+
n0,
|
|
1298
|
+
_UTACRp,
|
|
1299
|
+
0,
|
|
1300
|
+
[_tAC],
|
|
1301
|
+
[() => TargetAccountConfiguration],
|
|
1302
|
+
];
|
|
1303
|
+
var ValidationException = [
|
|
1304
|
+
-3,
|
|
1305
|
+
n0,
|
|
1306
|
+
_VE,
|
|
1307
|
+
{
|
|
1308
|
+
[_e]: _c,
|
|
1309
|
+
[_hE]: 400,
|
|
1310
|
+
[_aQE]: [`ValidationException`, 400],
|
|
1311
|
+
},
|
|
1312
|
+
[_m],
|
|
1313
|
+
[0],
|
|
1314
|
+
];
|
|
1315
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
|
|
1316
|
+
var FisServiceException = [-3, _sm, "FisServiceException", 0, [], []];
|
|
1317
|
+
schema.TypeRegistry.for(_sm).registerError(FisServiceException, FisServiceException$1);
|
|
1318
|
+
var ActionSummaryList = [1, n0, _ASL, 0, () => ActionSummary];
|
|
1319
|
+
var CreateExperimentTemplateStopConditionInputList = [
|
|
1320
|
+
1,
|
|
1321
|
+
n0,
|
|
1322
|
+
_CETSCIL,
|
|
1323
|
+
0,
|
|
1324
|
+
() => CreateExperimentTemplateStopConditionInput,
|
|
1325
|
+
];
|
|
1326
|
+
var ExperimentReportConfigurationCloudWatchDashboardList = [
|
|
1327
|
+
1,
|
|
1328
|
+
n0,
|
|
1329
|
+
_ERCCWDL,
|
|
1330
|
+
0,
|
|
1331
|
+
() => ExperimentReportConfigurationCloudWatchDashboard,
|
|
1332
|
+
];
|
|
1333
|
+
var ExperimentReportS3ReportList = [1, n0, _ERSRL, 0, () => ExperimentReportS3Report];
|
|
1334
|
+
var ExperimentStopConditionList = [1, n0, _ESCL, 0, () => ExperimentStopCondition];
|
|
1335
|
+
var ExperimentSummaryList = [1, n0, _ESL, 0, () => ExperimentSummary];
|
|
1336
|
+
var ExperimentTargetAccountConfigurationList = [
|
|
1337
|
+
1,
|
|
1338
|
+
n0,
|
|
1339
|
+
_ETACL,
|
|
1340
|
+
0,
|
|
1341
|
+
() => ExperimentTargetAccountConfigurationSummary,
|
|
1342
|
+
];
|
|
1343
|
+
var ExperimentTargetFilterList = [1, n0, _ETFL, 0, () => ExperimentTargetFilter];
|
|
1344
|
+
var ExperimentTemplateReportConfigurationCloudWatchDashboardList = [
|
|
1345
|
+
1,
|
|
1346
|
+
n0,
|
|
1347
|
+
_ETRCCWDL,
|
|
1348
|
+
0,
|
|
1349
|
+
() => ExperimentTemplateReportConfigurationCloudWatchDashboard,
|
|
1350
|
+
];
|
|
1351
|
+
var ExperimentTemplateStopConditionList = [
|
|
1352
|
+
1,
|
|
1353
|
+
n0,
|
|
1354
|
+
_ETSCL,
|
|
1355
|
+
0,
|
|
1356
|
+
() => ExperimentTemplateStopCondition,
|
|
1357
|
+
];
|
|
1358
|
+
var ExperimentTemplateSummaryList = [1, n0, _ETSL, 0, () => ExperimentTemplateSummary];
|
|
1359
|
+
var ExperimentTemplateTargetFilterInputList = [
|
|
1360
|
+
1,
|
|
1361
|
+
n0,
|
|
1362
|
+
_ETTFIL,
|
|
1363
|
+
0,
|
|
1364
|
+
() => ExperimentTemplateTargetInputFilter,
|
|
1365
|
+
];
|
|
1366
|
+
var ExperimentTemplateTargetFilterList = [
|
|
1367
|
+
1,
|
|
1368
|
+
n0,
|
|
1369
|
+
_ETTFL,
|
|
1370
|
+
0,
|
|
1371
|
+
() => ExperimentTemplateTargetFilter,
|
|
1372
|
+
];
|
|
1373
|
+
var ReportConfigurationCloudWatchDashboardInputList = [
|
|
1374
|
+
1,
|
|
1375
|
+
n0,
|
|
1376
|
+
_RCCWDIL,
|
|
1377
|
+
0,
|
|
1378
|
+
() => ReportConfigurationCloudWatchDashboardInput,
|
|
1379
|
+
];
|
|
1380
|
+
var ResolvedTargetList = [1, n0, _RTL, 0, () => ResolvedTarget];
|
|
1381
|
+
var TargetAccountConfigurationList = [
|
|
1382
|
+
1,
|
|
1383
|
+
n0,
|
|
1384
|
+
_TACL,
|
|
1385
|
+
0,
|
|
1386
|
+
() => TargetAccountConfigurationSummary,
|
|
1387
|
+
];
|
|
1388
|
+
var TargetResourceTypeSummaryList = [1, n0, _TRTSL, 0, () => TargetResourceTypeSummary];
|
|
1389
|
+
var UpdateExperimentTemplateStopConditionInputList = [
|
|
1390
|
+
1,
|
|
1391
|
+
n0,
|
|
1392
|
+
_UETSCIL,
|
|
1393
|
+
0,
|
|
1394
|
+
() => UpdateExperimentTemplateStopConditionInput,
|
|
1395
|
+
];
|
|
1396
|
+
var ActionParameterMap = [2, n0, _APM, 0, 0, () => ActionParameter];
|
|
1397
|
+
var ActionTargetMap = [2, n0, _ATM, 0, 0, () => ActionTarget];
|
|
1398
|
+
var CreateExperimentTemplateActionInputMap = [
|
|
1399
|
+
2,
|
|
1400
|
+
n0,
|
|
1401
|
+
_CETAIM,
|
|
1402
|
+
0,
|
|
1403
|
+
0,
|
|
1404
|
+
() => CreateExperimentTemplateActionInput,
|
|
1405
|
+
];
|
|
1406
|
+
var CreateExperimentTemplateTargetInputMap = [
|
|
1407
|
+
2,
|
|
1408
|
+
n0,
|
|
1409
|
+
_CETTIM,
|
|
1410
|
+
0,
|
|
1411
|
+
0,
|
|
1412
|
+
() => CreateExperimentTemplateTargetInput,
|
|
1413
|
+
];
|
|
1414
|
+
var ExperimentActionMap = [2, n0, _EAM, 0, 0, () => ExperimentAction];
|
|
1415
|
+
var ExperimentTargetMap = [2, n0, _ETM, 0, 0, () => ExperimentTarget];
|
|
1416
|
+
var ExperimentTemplateActionMap = [2, n0, _ETAM, 0, 0, () => ExperimentTemplateAction];
|
|
1417
|
+
var ExperimentTemplateTargetMap = [2, n0, _ETTM, 0, 0, () => ExperimentTemplateTarget];
|
|
1418
|
+
var TargetResourceTypeParameterMap = [2, n0, _TRTPM, 0, 0, () => TargetResourceTypeParameter];
|
|
1419
|
+
var UpdateExperimentTemplateActionInputMap = [
|
|
1420
|
+
2,
|
|
1421
|
+
n0,
|
|
1422
|
+
_UETAIM,
|
|
1423
|
+
0,
|
|
1424
|
+
0,
|
|
1425
|
+
() => UpdateExperimentTemplateActionInputItem,
|
|
1426
|
+
];
|
|
1427
|
+
var UpdateExperimentTemplateTargetInputMap = [
|
|
1428
|
+
2,
|
|
1429
|
+
n0,
|
|
1430
|
+
_UETTIM,
|
|
1431
|
+
0,
|
|
1432
|
+
0,
|
|
1433
|
+
() => UpdateExperimentTemplateTargetInput,
|
|
1434
|
+
];
|
|
1435
|
+
var CreateExperimentTemplate = [
|
|
1436
|
+
9,
|
|
1437
|
+
n0,
|
|
1438
|
+
_CET,
|
|
1439
|
+
{
|
|
1440
|
+
[_h]: ["POST", "/experimentTemplates", 200],
|
|
1441
|
+
},
|
|
1442
|
+
() => CreateExperimentTemplateRequest,
|
|
1443
|
+
() => CreateExperimentTemplateResponse,
|
|
1444
|
+
];
|
|
1445
|
+
var CreateTargetAccountConfiguration = [
|
|
1446
|
+
9,
|
|
1447
|
+
n0,
|
|
1448
|
+
_CTAC,
|
|
1449
|
+
{
|
|
1450
|
+
[_h]: ["POST", "/experimentTemplates/{experimentTemplateId}/targetAccountConfigurations/{accountId}", 200],
|
|
1451
|
+
},
|
|
1452
|
+
() => CreateTargetAccountConfigurationRequest,
|
|
1453
|
+
() => CreateTargetAccountConfigurationResponse,
|
|
1454
|
+
];
|
|
1455
|
+
var DeleteExperimentTemplate = [
|
|
1456
|
+
9,
|
|
1457
|
+
n0,
|
|
1458
|
+
_DET,
|
|
1459
|
+
{
|
|
1460
|
+
[_h]: ["DELETE", "/experimentTemplates/{id}", 200],
|
|
1461
|
+
},
|
|
1462
|
+
() => DeleteExperimentTemplateRequest,
|
|
1463
|
+
() => DeleteExperimentTemplateResponse,
|
|
1464
|
+
];
|
|
1465
|
+
var DeleteTargetAccountConfiguration = [
|
|
1466
|
+
9,
|
|
1467
|
+
n0,
|
|
1468
|
+
_DTAC,
|
|
1469
|
+
{
|
|
1470
|
+
[_h]: ["DELETE", "/experimentTemplates/{experimentTemplateId}/targetAccountConfigurations/{accountId}", 200],
|
|
1471
|
+
},
|
|
1472
|
+
() => DeleteTargetAccountConfigurationRequest,
|
|
1473
|
+
() => DeleteTargetAccountConfigurationResponse,
|
|
1474
|
+
];
|
|
1475
|
+
var GetAction = [
|
|
1476
|
+
9,
|
|
1477
|
+
n0,
|
|
1478
|
+
_GA,
|
|
1479
|
+
{
|
|
1480
|
+
[_h]: ["GET", "/actions/{id}", 200],
|
|
1481
|
+
},
|
|
1482
|
+
() => GetActionRequest,
|
|
1483
|
+
() => GetActionResponse,
|
|
1484
|
+
];
|
|
1485
|
+
var GetExperiment = [
|
|
1486
|
+
9,
|
|
1487
|
+
n0,
|
|
1488
|
+
_GE,
|
|
1489
|
+
{
|
|
1490
|
+
[_h]: ["GET", "/experiments/{id}", 200],
|
|
1491
|
+
},
|
|
1492
|
+
() => GetExperimentRequest,
|
|
1493
|
+
() => GetExperimentResponse,
|
|
1494
|
+
];
|
|
1495
|
+
var GetExperimentTargetAccountConfiguration = [
|
|
1496
|
+
9,
|
|
1497
|
+
n0,
|
|
1498
|
+
_GETAC,
|
|
1499
|
+
{
|
|
1500
|
+
[_h]: ["GET", "/experiments/{experimentId}/targetAccountConfigurations/{accountId}", 200],
|
|
1501
|
+
},
|
|
1502
|
+
() => GetExperimentTargetAccountConfigurationRequest,
|
|
1503
|
+
() => GetExperimentTargetAccountConfigurationResponse,
|
|
1504
|
+
];
|
|
1505
|
+
var GetExperimentTemplate = [
|
|
1506
|
+
9,
|
|
1507
|
+
n0,
|
|
1508
|
+
_GET,
|
|
1509
|
+
{
|
|
1510
|
+
[_h]: ["GET", "/experimentTemplates/{id}", 200],
|
|
1511
|
+
},
|
|
1512
|
+
() => GetExperimentTemplateRequest,
|
|
1513
|
+
() => GetExperimentTemplateResponse,
|
|
1514
|
+
];
|
|
1515
|
+
var GetSafetyLever = [
|
|
1516
|
+
9,
|
|
1517
|
+
n0,
|
|
1518
|
+
_GSL,
|
|
1519
|
+
{
|
|
1520
|
+
[_h]: ["GET", "/safetyLevers/{id}", 200],
|
|
1521
|
+
},
|
|
1522
|
+
() => GetSafetyLeverRequest,
|
|
1523
|
+
() => GetSafetyLeverResponse,
|
|
1524
|
+
];
|
|
1525
|
+
var GetTargetAccountConfiguration = [
|
|
1526
|
+
9,
|
|
1527
|
+
n0,
|
|
1528
|
+
_GTAC,
|
|
1529
|
+
{
|
|
1530
|
+
[_h]: ["GET", "/experimentTemplates/{experimentTemplateId}/targetAccountConfigurations/{accountId}", 200],
|
|
1531
|
+
},
|
|
1532
|
+
() => GetTargetAccountConfigurationRequest,
|
|
1533
|
+
() => GetTargetAccountConfigurationResponse,
|
|
1534
|
+
];
|
|
1535
|
+
var GetTargetResourceType = [
|
|
1536
|
+
9,
|
|
1537
|
+
n0,
|
|
1538
|
+
_GTRT,
|
|
1539
|
+
{
|
|
1540
|
+
[_h]: ["GET", "/targetResourceTypes/{resourceType}", 200],
|
|
1541
|
+
},
|
|
1542
|
+
() => GetTargetResourceTypeRequest,
|
|
1543
|
+
() => GetTargetResourceTypeResponse,
|
|
1544
|
+
];
|
|
1545
|
+
var ListActions = [
|
|
1546
|
+
9,
|
|
1547
|
+
n0,
|
|
1548
|
+
_LA,
|
|
1549
|
+
{
|
|
1550
|
+
[_h]: ["GET", "/actions", 200],
|
|
1551
|
+
},
|
|
1552
|
+
() => ListActionsRequest,
|
|
1553
|
+
() => ListActionsResponse,
|
|
1554
|
+
];
|
|
1555
|
+
var ListExperimentResolvedTargets = [
|
|
1556
|
+
9,
|
|
1557
|
+
n0,
|
|
1558
|
+
_LERT,
|
|
1559
|
+
{
|
|
1560
|
+
[_h]: ["GET", "/experiments/{experimentId}/resolvedTargets", 200],
|
|
1561
|
+
},
|
|
1562
|
+
() => ListExperimentResolvedTargetsRequest,
|
|
1563
|
+
() => ListExperimentResolvedTargetsResponse,
|
|
1564
|
+
];
|
|
1565
|
+
var ListExperiments = [
|
|
1566
|
+
9,
|
|
1567
|
+
n0,
|
|
1568
|
+
_LE,
|
|
1569
|
+
{
|
|
1570
|
+
[_h]: ["GET", "/experiments", 200],
|
|
1571
|
+
},
|
|
1572
|
+
() => ListExperimentsRequest,
|
|
1573
|
+
() => ListExperimentsResponse,
|
|
1574
|
+
];
|
|
1575
|
+
var ListExperimentTargetAccountConfigurations = [
|
|
1576
|
+
9,
|
|
1577
|
+
n0,
|
|
1578
|
+
_LETAC,
|
|
1579
|
+
{
|
|
1580
|
+
[_h]: ["GET", "/experiments/{experimentId}/targetAccountConfigurations", 200],
|
|
1581
|
+
},
|
|
1582
|
+
() => ListExperimentTargetAccountConfigurationsRequest,
|
|
1583
|
+
() => ListExperimentTargetAccountConfigurationsResponse,
|
|
1584
|
+
];
|
|
1585
|
+
var ListExperimentTemplates = [
|
|
1586
|
+
9,
|
|
1587
|
+
n0,
|
|
1588
|
+
_LET,
|
|
1589
|
+
{
|
|
1590
|
+
[_h]: ["GET", "/experimentTemplates", 200],
|
|
1591
|
+
},
|
|
1592
|
+
() => ListExperimentTemplatesRequest,
|
|
1593
|
+
() => ListExperimentTemplatesResponse,
|
|
1594
|
+
];
|
|
1595
|
+
var ListTagsForResource = [
|
|
1596
|
+
9,
|
|
1597
|
+
n0,
|
|
1598
|
+
_LTFR,
|
|
1599
|
+
{
|
|
1600
|
+
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
1601
|
+
},
|
|
1602
|
+
() => ListTagsForResourceRequest,
|
|
1603
|
+
() => ListTagsForResourceResponse,
|
|
1604
|
+
];
|
|
1605
|
+
var ListTargetAccountConfigurations = [
|
|
1606
|
+
9,
|
|
1607
|
+
n0,
|
|
1608
|
+
_LTAC,
|
|
1609
|
+
{
|
|
1610
|
+
[_h]: ["GET", "/experimentTemplates/{experimentTemplateId}/targetAccountConfigurations", 200],
|
|
1611
|
+
},
|
|
1612
|
+
() => ListTargetAccountConfigurationsRequest,
|
|
1613
|
+
() => ListTargetAccountConfigurationsResponse,
|
|
1614
|
+
];
|
|
1615
|
+
var ListTargetResourceTypes = [
|
|
1616
|
+
9,
|
|
1617
|
+
n0,
|
|
1618
|
+
_LTRT,
|
|
1619
|
+
{
|
|
1620
|
+
[_h]: ["GET", "/targetResourceTypes", 200],
|
|
1621
|
+
},
|
|
1622
|
+
() => ListTargetResourceTypesRequest,
|
|
1623
|
+
() => ListTargetResourceTypesResponse,
|
|
1624
|
+
];
|
|
1625
|
+
var StartExperiment = [
|
|
1626
|
+
9,
|
|
1627
|
+
n0,
|
|
1628
|
+
_SE,
|
|
1629
|
+
{
|
|
1630
|
+
[_h]: ["POST", "/experiments", 200],
|
|
1631
|
+
},
|
|
1632
|
+
() => StartExperimentRequest,
|
|
1633
|
+
() => StartExperimentResponse,
|
|
1634
|
+
];
|
|
1635
|
+
var StopExperiment = [
|
|
1636
|
+
9,
|
|
1637
|
+
n0,
|
|
1638
|
+
_SEt,
|
|
1639
|
+
{
|
|
1640
|
+
[_h]: ["DELETE", "/experiments/{id}", 200],
|
|
1641
|
+
},
|
|
1642
|
+
() => StopExperimentRequest,
|
|
1643
|
+
() => StopExperimentResponse,
|
|
1644
|
+
];
|
|
1645
|
+
var TagResource = [
|
|
1646
|
+
9,
|
|
1647
|
+
n0,
|
|
1648
|
+
_TR,
|
|
1649
|
+
{
|
|
1650
|
+
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
1651
|
+
},
|
|
1652
|
+
() => TagResourceRequest,
|
|
1653
|
+
() => TagResourceResponse,
|
|
1654
|
+
];
|
|
1655
|
+
var UntagResource = [
|
|
1656
|
+
9,
|
|
1657
|
+
n0,
|
|
1658
|
+
_UR,
|
|
1659
|
+
{
|
|
1660
|
+
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
1661
|
+
},
|
|
1662
|
+
() => UntagResourceRequest,
|
|
1663
|
+
() => UntagResourceResponse,
|
|
1664
|
+
];
|
|
1665
|
+
var UpdateExperimentTemplate = [
|
|
1666
|
+
9,
|
|
1667
|
+
n0,
|
|
1668
|
+
_UET,
|
|
1669
|
+
{
|
|
1670
|
+
[_h]: ["PATCH", "/experimentTemplates/{id}", 200],
|
|
1671
|
+
},
|
|
1672
|
+
() => UpdateExperimentTemplateRequest,
|
|
1673
|
+
() => UpdateExperimentTemplateResponse,
|
|
1674
|
+
];
|
|
1675
|
+
var UpdateSafetyLeverState = [
|
|
1676
|
+
9,
|
|
1677
|
+
n0,
|
|
1678
|
+
_USLS,
|
|
1679
|
+
{
|
|
1680
|
+
[_h]: ["PATCH", "/safetyLevers/{id}/state", 200],
|
|
1681
|
+
},
|
|
1682
|
+
() => UpdateSafetyLeverStateRequest,
|
|
1683
|
+
() => UpdateSafetyLeverStateResponse,
|
|
1684
|
+
];
|
|
1685
|
+
var UpdateTargetAccountConfiguration = [
|
|
1686
|
+
9,
|
|
1687
|
+
n0,
|
|
1688
|
+
_UTAC,
|
|
1689
|
+
{
|
|
1690
|
+
[_h]: ["PATCH", "/experimentTemplates/{experimentTemplateId}/targetAccountConfigurations/{accountId}", 200],
|
|
1691
|
+
},
|
|
1692
|
+
() => UpdateTargetAccountConfigurationRequest,
|
|
1693
|
+
() => UpdateTargetAccountConfigurationResponse,
|
|
1694
|
+
];
|
|
1093
1695
|
|
|
1094
1696
|
class CreateExperimentTemplateCommand extends smithyClient.Command
|
|
1095
1697
|
.classBuilder()
|
|
1096
1698
|
.ep(commonParams)
|
|
1097
1699
|
.m(function (Command, cs, config, o) {
|
|
1098
|
-
return [
|
|
1099
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1100
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1101
|
-
];
|
|
1700
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1102
1701
|
})
|
|
1103
1702
|
.s("FaultInjectionSimulator", "CreateExperimentTemplate", {})
|
|
1104
1703
|
.n("FisClient", "CreateExperimentTemplateCommand")
|
|
1105
|
-
.
|
|
1106
|
-
.ser(se_CreateExperimentTemplateCommand)
|
|
1107
|
-
.de(de_CreateExperimentTemplateCommand)
|
|
1704
|
+
.sc(CreateExperimentTemplate)
|
|
1108
1705
|
.build() {
|
|
1109
1706
|
}
|
|
1110
1707
|
|
|
@@ -1112,16 +1709,11 @@ class CreateTargetAccountConfigurationCommand extends smithyClient.Command
|
|
|
1112
1709
|
.classBuilder()
|
|
1113
1710
|
.ep(commonParams)
|
|
1114
1711
|
.m(function (Command, cs, config, o) {
|
|
1115
|
-
return [
|
|
1116
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1117
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1118
|
-
];
|
|
1712
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1119
1713
|
})
|
|
1120
1714
|
.s("FaultInjectionSimulator", "CreateTargetAccountConfiguration", {})
|
|
1121
1715
|
.n("FisClient", "CreateTargetAccountConfigurationCommand")
|
|
1122
|
-
.
|
|
1123
|
-
.ser(se_CreateTargetAccountConfigurationCommand)
|
|
1124
|
-
.de(de_CreateTargetAccountConfigurationCommand)
|
|
1716
|
+
.sc(CreateTargetAccountConfiguration)
|
|
1125
1717
|
.build() {
|
|
1126
1718
|
}
|
|
1127
1719
|
|
|
@@ -1129,16 +1721,11 @@ class DeleteExperimentTemplateCommand extends smithyClient.Command
|
|
|
1129
1721
|
.classBuilder()
|
|
1130
1722
|
.ep(commonParams)
|
|
1131
1723
|
.m(function (Command, cs, config, o) {
|
|
1132
|
-
return [
|
|
1133
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1134
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1135
|
-
];
|
|
1724
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1136
1725
|
})
|
|
1137
1726
|
.s("FaultInjectionSimulator", "DeleteExperimentTemplate", {})
|
|
1138
1727
|
.n("FisClient", "DeleteExperimentTemplateCommand")
|
|
1139
|
-
.
|
|
1140
|
-
.ser(se_DeleteExperimentTemplateCommand)
|
|
1141
|
-
.de(de_DeleteExperimentTemplateCommand)
|
|
1728
|
+
.sc(DeleteExperimentTemplate)
|
|
1142
1729
|
.build() {
|
|
1143
1730
|
}
|
|
1144
1731
|
|
|
@@ -1146,16 +1733,11 @@ class DeleteTargetAccountConfigurationCommand extends smithyClient.Command
|
|
|
1146
1733
|
.classBuilder()
|
|
1147
1734
|
.ep(commonParams)
|
|
1148
1735
|
.m(function (Command, cs, config, o) {
|
|
1149
|
-
return [
|
|
1150
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1151
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1152
|
-
];
|
|
1736
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1153
1737
|
})
|
|
1154
1738
|
.s("FaultInjectionSimulator", "DeleteTargetAccountConfiguration", {})
|
|
1155
1739
|
.n("FisClient", "DeleteTargetAccountConfigurationCommand")
|
|
1156
|
-
.
|
|
1157
|
-
.ser(se_DeleteTargetAccountConfigurationCommand)
|
|
1158
|
-
.de(de_DeleteTargetAccountConfigurationCommand)
|
|
1740
|
+
.sc(DeleteTargetAccountConfiguration)
|
|
1159
1741
|
.build() {
|
|
1160
1742
|
}
|
|
1161
1743
|
|
|
@@ -1163,16 +1745,11 @@ class GetActionCommand extends smithyClient.Command
|
|
|
1163
1745
|
.classBuilder()
|
|
1164
1746
|
.ep(commonParams)
|
|
1165
1747
|
.m(function (Command, cs, config, o) {
|
|
1166
|
-
return [
|
|
1167
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1168
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1169
|
-
];
|
|
1748
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1170
1749
|
})
|
|
1171
1750
|
.s("FaultInjectionSimulator", "GetAction", {})
|
|
1172
1751
|
.n("FisClient", "GetActionCommand")
|
|
1173
|
-
.
|
|
1174
|
-
.ser(se_GetActionCommand)
|
|
1175
|
-
.de(de_GetActionCommand)
|
|
1752
|
+
.sc(GetAction)
|
|
1176
1753
|
.build() {
|
|
1177
1754
|
}
|
|
1178
1755
|
|
|
@@ -1180,16 +1757,11 @@ class GetExperimentCommand extends smithyClient.Command
|
|
|
1180
1757
|
.classBuilder()
|
|
1181
1758
|
.ep(commonParams)
|
|
1182
1759
|
.m(function (Command, cs, config, o) {
|
|
1183
|
-
return [
|
|
1184
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1185
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1186
|
-
];
|
|
1760
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1187
1761
|
})
|
|
1188
1762
|
.s("FaultInjectionSimulator", "GetExperiment", {})
|
|
1189
1763
|
.n("FisClient", "GetExperimentCommand")
|
|
1190
|
-
.
|
|
1191
|
-
.ser(se_GetExperimentCommand)
|
|
1192
|
-
.de(de_GetExperimentCommand)
|
|
1764
|
+
.sc(GetExperiment)
|
|
1193
1765
|
.build() {
|
|
1194
1766
|
}
|
|
1195
1767
|
|
|
@@ -1197,16 +1769,11 @@ class GetExperimentTargetAccountConfigurationCommand extends smithyClient.Comman
|
|
|
1197
1769
|
.classBuilder()
|
|
1198
1770
|
.ep(commonParams)
|
|
1199
1771
|
.m(function (Command, cs, config, o) {
|
|
1200
|
-
return [
|
|
1201
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1202
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1203
|
-
];
|
|
1772
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1204
1773
|
})
|
|
1205
1774
|
.s("FaultInjectionSimulator", "GetExperimentTargetAccountConfiguration", {})
|
|
1206
1775
|
.n("FisClient", "GetExperimentTargetAccountConfigurationCommand")
|
|
1207
|
-
.
|
|
1208
|
-
.ser(se_GetExperimentTargetAccountConfigurationCommand)
|
|
1209
|
-
.de(de_GetExperimentTargetAccountConfigurationCommand)
|
|
1776
|
+
.sc(GetExperimentTargetAccountConfiguration)
|
|
1210
1777
|
.build() {
|
|
1211
1778
|
}
|
|
1212
1779
|
|
|
@@ -1214,16 +1781,11 @@ class GetExperimentTemplateCommand extends smithyClient.Command
|
|
|
1214
1781
|
.classBuilder()
|
|
1215
1782
|
.ep(commonParams)
|
|
1216
1783
|
.m(function (Command, cs, config, o) {
|
|
1217
|
-
return [
|
|
1218
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1219
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1220
|
-
];
|
|
1784
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1221
1785
|
})
|
|
1222
1786
|
.s("FaultInjectionSimulator", "GetExperimentTemplate", {})
|
|
1223
1787
|
.n("FisClient", "GetExperimentTemplateCommand")
|
|
1224
|
-
.
|
|
1225
|
-
.ser(se_GetExperimentTemplateCommand)
|
|
1226
|
-
.de(de_GetExperimentTemplateCommand)
|
|
1788
|
+
.sc(GetExperimentTemplate)
|
|
1227
1789
|
.build() {
|
|
1228
1790
|
}
|
|
1229
1791
|
|
|
@@ -1231,16 +1793,11 @@ class GetSafetyLeverCommand extends smithyClient.Command
|
|
|
1231
1793
|
.classBuilder()
|
|
1232
1794
|
.ep(commonParams)
|
|
1233
1795
|
.m(function (Command, cs, config, o) {
|
|
1234
|
-
return [
|
|
1235
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1236
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1237
|
-
];
|
|
1796
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1238
1797
|
})
|
|
1239
1798
|
.s("FaultInjectionSimulator", "GetSafetyLever", {})
|
|
1240
1799
|
.n("FisClient", "GetSafetyLeverCommand")
|
|
1241
|
-
.
|
|
1242
|
-
.ser(se_GetSafetyLeverCommand)
|
|
1243
|
-
.de(de_GetSafetyLeverCommand)
|
|
1800
|
+
.sc(GetSafetyLever)
|
|
1244
1801
|
.build() {
|
|
1245
1802
|
}
|
|
1246
1803
|
|
|
@@ -1248,16 +1805,11 @@ class GetTargetAccountConfigurationCommand extends smithyClient.Command
|
|
|
1248
1805
|
.classBuilder()
|
|
1249
1806
|
.ep(commonParams)
|
|
1250
1807
|
.m(function (Command, cs, config, o) {
|
|
1251
|
-
return [
|
|
1252
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1253
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1254
|
-
];
|
|
1808
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1255
1809
|
})
|
|
1256
1810
|
.s("FaultInjectionSimulator", "GetTargetAccountConfiguration", {})
|
|
1257
1811
|
.n("FisClient", "GetTargetAccountConfigurationCommand")
|
|
1258
|
-
.
|
|
1259
|
-
.ser(se_GetTargetAccountConfigurationCommand)
|
|
1260
|
-
.de(de_GetTargetAccountConfigurationCommand)
|
|
1812
|
+
.sc(GetTargetAccountConfiguration)
|
|
1261
1813
|
.build() {
|
|
1262
1814
|
}
|
|
1263
1815
|
|
|
@@ -1265,16 +1817,11 @@ class GetTargetResourceTypeCommand extends smithyClient.Command
|
|
|
1265
1817
|
.classBuilder()
|
|
1266
1818
|
.ep(commonParams)
|
|
1267
1819
|
.m(function (Command, cs, config, o) {
|
|
1268
|
-
return [
|
|
1269
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1270
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1271
|
-
];
|
|
1820
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1272
1821
|
})
|
|
1273
1822
|
.s("FaultInjectionSimulator", "GetTargetResourceType", {})
|
|
1274
1823
|
.n("FisClient", "GetTargetResourceTypeCommand")
|
|
1275
|
-
.
|
|
1276
|
-
.ser(se_GetTargetResourceTypeCommand)
|
|
1277
|
-
.de(de_GetTargetResourceTypeCommand)
|
|
1824
|
+
.sc(GetTargetResourceType)
|
|
1278
1825
|
.build() {
|
|
1279
1826
|
}
|
|
1280
1827
|
|
|
@@ -1282,16 +1829,11 @@ class ListActionsCommand extends smithyClient.Command
|
|
|
1282
1829
|
.classBuilder()
|
|
1283
1830
|
.ep(commonParams)
|
|
1284
1831
|
.m(function (Command, cs, config, o) {
|
|
1285
|
-
return [
|
|
1286
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1287
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1288
|
-
];
|
|
1832
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1289
1833
|
})
|
|
1290
1834
|
.s("FaultInjectionSimulator", "ListActions", {})
|
|
1291
1835
|
.n("FisClient", "ListActionsCommand")
|
|
1292
|
-
.
|
|
1293
|
-
.ser(se_ListActionsCommand)
|
|
1294
|
-
.de(de_ListActionsCommand)
|
|
1836
|
+
.sc(ListActions)
|
|
1295
1837
|
.build() {
|
|
1296
1838
|
}
|
|
1297
1839
|
|
|
@@ -1299,16 +1841,11 @@ class ListExperimentResolvedTargetsCommand extends smithyClient.Command
|
|
|
1299
1841
|
.classBuilder()
|
|
1300
1842
|
.ep(commonParams)
|
|
1301
1843
|
.m(function (Command, cs, config, o) {
|
|
1302
|
-
return [
|
|
1303
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1304
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1305
|
-
];
|
|
1844
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1306
1845
|
})
|
|
1307
1846
|
.s("FaultInjectionSimulator", "ListExperimentResolvedTargets", {})
|
|
1308
1847
|
.n("FisClient", "ListExperimentResolvedTargetsCommand")
|
|
1309
|
-
.
|
|
1310
|
-
.ser(se_ListExperimentResolvedTargetsCommand)
|
|
1311
|
-
.de(de_ListExperimentResolvedTargetsCommand)
|
|
1848
|
+
.sc(ListExperimentResolvedTargets)
|
|
1312
1849
|
.build() {
|
|
1313
1850
|
}
|
|
1314
1851
|
|
|
@@ -1316,16 +1853,11 @@ class ListExperimentsCommand extends smithyClient.Command
|
|
|
1316
1853
|
.classBuilder()
|
|
1317
1854
|
.ep(commonParams)
|
|
1318
1855
|
.m(function (Command, cs, config, o) {
|
|
1319
|
-
return [
|
|
1320
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1321
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1322
|
-
];
|
|
1856
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1323
1857
|
})
|
|
1324
1858
|
.s("FaultInjectionSimulator", "ListExperiments", {})
|
|
1325
1859
|
.n("FisClient", "ListExperimentsCommand")
|
|
1326
|
-
.
|
|
1327
|
-
.ser(se_ListExperimentsCommand)
|
|
1328
|
-
.de(de_ListExperimentsCommand)
|
|
1860
|
+
.sc(ListExperiments)
|
|
1329
1861
|
.build() {
|
|
1330
1862
|
}
|
|
1331
1863
|
|
|
@@ -1333,16 +1865,11 @@ class ListExperimentTargetAccountConfigurationsCommand extends smithyClient.Comm
|
|
|
1333
1865
|
.classBuilder()
|
|
1334
1866
|
.ep(commonParams)
|
|
1335
1867
|
.m(function (Command, cs, config, o) {
|
|
1336
|
-
return [
|
|
1337
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1338
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1339
|
-
];
|
|
1868
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1340
1869
|
})
|
|
1341
1870
|
.s("FaultInjectionSimulator", "ListExperimentTargetAccountConfigurations", {})
|
|
1342
1871
|
.n("FisClient", "ListExperimentTargetAccountConfigurationsCommand")
|
|
1343
|
-
.
|
|
1344
|
-
.ser(se_ListExperimentTargetAccountConfigurationsCommand)
|
|
1345
|
-
.de(de_ListExperimentTargetAccountConfigurationsCommand)
|
|
1872
|
+
.sc(ListExperimentTargetAccountConfigurations)
|
|
1346
1873
|
.build() {
|
|
1347
1874
|
}
|
|
1348
1875
|
|
|
@@ -1350,16 +1877,11 @@ class ListExperimentTemplatesCommand extends smithyClient.Command
|
|
|
1350
1877
|
.classBuilder()
|
|
1351
1878
|
.ep(commonParams)
|
|
1352
1879
|
.m(function (Command, cs, config, o) {
|
|
1353
|
-
return [
|
|
1354
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1355
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1356
|
-
];
|
|
1880
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1357
1881
|
})
|
|
1358
1882
|
.s("FaultInjectionSimulator", "ListExperimentTemplates", {})
|
|
1359
1883
|
.n("FisClient", "ListExperimentTemplatesCommand")
|
|
1360
|
-
.
|
|
1361
|
-
.ser(se_ListExperimentTemplatesCommand)
|
|
1362
|
-
.de(de_ListExperimentTemplatesCommand)
|
|
1884
|
+
.sc(ListExperimentTemplates)
|
|
1363
1885
|
.build() {
|
|
1364
1886
|
}
|
|
1365
1887
|
|
|
@@ -1367,16 +1889,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1367
1889
|
.classBuilder()
|
|
1368
1890
|
.ep(commonParams)
|
|
1369
1891
|
.m(function (Command, cs, config, o) {
|
|
1370
|
-
return [
|
|
1371
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1372
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1373
|
-
];
|
|
1892
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1374
1893
|
})
|
|
1375
1894
|
.s("FaultInjectionSimulator", "ListTagsForResource", {})
|
|
1376
1895
|
.n("FisClient", "ListTagsForResourceCommand")
|
|
1377
|
-
.
|
|
1378
|
-
.ser(se_ListTagsForResourceCommand)
|
|
1379
|
-
.de(de_ListTagsForResourceCommand)
|
|
1896
|
+
.sc(ListTagsForResource)
|
|
1380
1897
|
.build() {
|
|
1381
1898
|
}
|
|
1382
1899
|
|
|
@@ -1384,16 +1901,11 @@ class ListTargetAccountConfigurationsCommand extends smithyClient.Command
|
|
|
1384
1901
|
.classBuilder()
|
|
1385
1902
|
.ep(commonParams)
|
|
1386
1903
|
.m(function (Command, cs, config, o) {
|
|
1387
|
-
return [
|
|
1388
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1389
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1390
|
-
];
|
|
1904
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1391
1905
|
})
|
|
1392
1906
|
.s("FaultInjectionSimulator", "ListTargetAccountConfigurations", {})
|
|
1393
1907
|
.n("FisClient", "ListTargetAccountConfigurationsCommand")
|
|
1394
|
-
.
|
|
1395
|
-
.ser(se_ListTargetAccountConfigurationsCommand)
|
|
1396
|
-
.de(de_ListTargetAccountConfigurationsCommand)
|
|
1908
|
+
.sc(ListTargetAccountConfigurations)
|
|
1397
1909
|
.build() {
|
|
1398
1910
|
}
|
|
1399
1911
|
|
|
@@ -1401,16 +1913,11 @@ class ListTargetResourceTypesCommand extends smithyClient.Command
|
|
|
1401
1913
|
.classBuilder()
|
|
1402
1914
|
.ep(commonParams)
|
|
1403
1915
|
.m(function (Command, cs, config, o) {
|
|
1404
|
-
return [
|
|
1405
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1406
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1407
|
-
];
|
|
1916
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1408
1917
|
})
|
|
1409
1918
|
.s("FaultInjectionSimulator", "ListTargetResourceTypes", {})
|
|
1410
1919
|
.n("FisClient", "ListTargetResourceTypesCommand")
|
|
1411
|
-
.
|
|
1412
|
-
.ser(se_ListTargetResourceTypesCommand)
|
|
1413
|
-
.de(de_ListTargetResourceTypesCommand)
|
|
1920
|
+
.sc(ListTargetResourceTypes)
|
|
1414
1921
|
.build() {
|
|
1415
1922
|
}
|
|
1416
1923
|
|
|
@@ -1418,16 +1925,11 @@ class StartExperimentCommand extends smithyClient.Command
|
|
|
1418
1925
|
.classBuilder()
|
|
1419
1926
|
.ep(commonParams)
|
|
1420
1927
|
.m(function (Command, cs, config, o) {
|
|
1421
|
-
return [
|
|
1422
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1423
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1424
|
-
];
|
|
1928
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1425
1929
|
})
|
|
1426
1930
|
.s("FaultInjectionSimulator", "StartExperiment", {})
|
|
1427
1931
|
.n("FisClient", "StartExperimentCommand")
|
|
1428
|
-
.
|
|
1429
|
-
.ser(se_StartExperimentCommand)
|
|
1430
|
-
.de(de_StartExperimentCommand)
|
|
1932
|
+
.sc(StartExperiment)
|
|
1431
1933
|
.build() {
|
|
1432
1934
|
}
|
|
1433
1935
|
|
|
@@ -1435,16 +1937,11 @@ class StopExperimentCommand extends smithyClient.Command
|
|
|
1435
1937
|
.classBuilder()
|
|
1436
1938
|
.ep(commonParams)
|
|
1437
1939
|
.m(function (Command, cs, config, o) {
|
|
1438
|
-
return [
|
|
1439
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1440
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1441
|
-
];
|
|
1940
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1442
1941
|
})
|
|
1443
1942
|
.s("FaultInjectionSimulator", "StopExperiment", {})
|
|
1444
1943
|
.n("FisClient", "StopExperimentCommand")
|
|
1445
|
-
.
|
|
1446
|
-
.ser(se_StopExperimentCommand)
|
|
1447
|
-
.de(de_StopExperimentCommand)
|
|
1944
|
+
.sc(StopExperiment)
|
|
1448
1945
|
.build() {
|
|
1449
1946
|
}
|
|
1450
1947
|
|
|
@@ -1452,16 +1949,11 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1452
1949
|
.classBuilder()
|
|
1453
1950
|
.ep(commonParams)
|
|
1454
1951
|
.m(function (Command, cs, config, o) {
|
|
1455
|
-
return [
|
|
1456
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1457
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1458
|
-
];
|
|
1952
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1459
1953
|
})
|
|
1460
1954
|
.s("FaultInjectionSimulator", "TagResource", {})
|
|
1461
1955
|
.n("FisClient", "TagResourceCommand")
|
|
1462
|
-
.
|
|
1463
|
-
.ser(se_TagResourceCommand)
|
|
1464
|
-
.de(de_TagResourceCommand)
|
|
1956
|
+
.sc(TagResource)
|
|
1465
1957
|
.build() {
|
|
1466
1958
|
}
|
|
1467
1959
|
|
|
@@ -1469,16 +1961,11 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1469
1961
|
.classBuilder()
|
|
1470
1962
|
.ep(commonParams)
|
|
1471
1963
|
.m(function (Command, cs, config, o) {
|
|
1472
|
-
return [
|
|
1473
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1474
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1475
|
-
];
|
|
1964
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1476
1965
|
})
|
|
1477
1966
|
.s("FaultInjectionSimulator", "UntagResource", {})
|
|
1478
1967
|
.n("FisClient", "UntagResourceCommand")
|
|
1479
|
-
.
|
|
1480
|
-
.ser(se_UntagResourceCommand)
|
|
1481
|
-
.de(de_UntagResourceCommand)
|
|
1968
|
+
.sc(UntagResource)
|
|
1482
1969
|
.build() {
|
|
1483
1970
|
}
|
|
1484
1971
|
|
|
@@ -1486,16 +1973,11 @@ class UpdateExperimentTemplateCommand extends smithyClient.Command
|
|
|
1486
1973
|
.classBuilder()
|
|
1487
1974
|
.ep(commonParams)
|
|
1488
1975
|
.m(function (Command, cs, config, o) {
|
|
1489
|
-
return [
|
|
1490
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1491
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1492
|
-
];
|
|
1976
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1493
1977
|
})
|
|
1494
1978
|
.s("FaultInjectionSimulator", "UpdateExperimentTemplate", {})
|
|
1495
1979
|
.n("FisClient", "UpdateExperimentTemplateCommand")
|
|
1496
|
-
.
|
|
1497
|
-
.ser(se_UpdateExperimentTemplateCommand)
|
|
1498
|
-
.de(de_UpdateExperimentTemplateCommand)
|
|
1980
|
+
.sc(UpdateExperimentTemplate)
|
|
1499
1981
|
.build() {
|
|
1500
1982
|
}
|
|
1501
1983
|
|
|
@@ -1503,16 +1985,11 @@ class UpdateSafetyLeverStateCommand extends smithyClient.Command
|
|
|
1503
1985
|
.classBuilder()
|
|
1504
1986
|
.ep(commonParams)
|
|
1505
1987
|
.m(function (Command, cs, config, o) {
|
|
1506
|
-
return [
|
|
1507
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1508
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1509
|
-
];
|
|
1988
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1510
1989
|
})
|
|
1511
1990
|
.s("FaultInjectionSimulator", "UpdateSafetyLeverState", {})
|
|
1512
1991
|
.n("FisClient", "UpdateSafetyLeverStateCommand")
|
|
1513
|
-
.
|
|
1514
|
-
.ser(se_UpdateSafetyLeverStateCommand)
|
|
1515
|
-
.de(de_UpdateSafetyLeverStateCommand)
|
|
1992
|
+
.sc(UpdateSafetyLeverState)
|
|
1516
1993
|
.build() {
|
|
1517
1994
|
}
|
|
1518
1995
|
|
|
@@ -1520,16 +1997,11 @@ class UpdateTargetAccountConfigurationCommand extends smithyClient.Command
|
|
|
1520
1997
|
.classBuilder()
|
|
1521
1998
|
.ep(commonParams)
|
|
1522
1999
|
.m(function (Command, cs, config, o) {
|
|
1523
|
-
return [
|
|
1524
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1525
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1526
|
-
];
|
|
2000
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1527
2001
|
})
|
|
1528
2002
|
.s("FaultInjectionSimulator", "UpdateTargetAccountConfiguration", {})
|
|
1529
2003
|
.n("FisClient", "UpdateTargetAccountConfigurationCommand")
|
|
1530
|
-
.
|
|
1531
|
-
.ser(se_UpdateTargetAccountConfigurationCommand)
|
|
1532
|
-
.de(de_UpdateTargetAccountConfigurationCommand)
|
|
2004
|
+
.sc(UpdateTargetAccountConfiguration)
|
|
1533
2005
|
.build() {
|
|
1534
2006
|
}
|
|
1535
2007
|
|
|
@@ -1587,7 +2059,7 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1587
2059
|
});
|
|
1588
2060
|
exports.AccountTargeting = AccountTargeting;
|
|
1589
2061
|
exports.ActionsMode = ActionsMode;
|
|
1590
|
-
exports.ConflictException = ConflictException;
|
|
2062
|
+
exports.ConflictException = ConflictException$1;
|
|
1591
2063
|
exports.CreateExperimentTemplateCommand = CreateExperimentTemplateCommand;
|
|
1592
2064
|
exports.CreateTargetAccountConfigurationCommand = CreateTargetAccountConfigurationCommand;
|
|
1593
2065
|
exports.DeleteExperimentTemplateCommand = DeleteExperimentTemplateCommand;
|
|
@@ -1598,7 +2070,7 @@ exports.ExperimentReportStatus = ExperimentReportStatus;
|
|
|
1598
2070
|
exports.ExperimentStatus = ExperimentStatus;
|
|
1599
2071
|
exports.Fis = Fis;
|
|
1600
2072
|
exports.FisClient = FisClient;
|
|
1601
|
-
exports.FisServiceException = FisServiceException;
|
|
2073
|
+
exports.FisServiceException = FisServiceException$1;
|
|
1602
2074
|
exports.GetActionCommand = GetActionCommand;
|
|
1603
2075
|
exports.GetExperimentCommand = GetExperimentCommand;
|
|
1604
2076
|
exports.GetExperimentTargetAccountConfigurationCommand = GetExperimentTargetAccountConfigurationCommand;
|
|
@@ -1614,10 +2086,10 @@ exports.ListExperimentsCommand = ListExperimentsCommand;
|
|
|
1614
2086
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1615
2087
|
exports.ListTargetAccountConfigurationsCommand = ListTargetAccountConfigurationsCommand;
|
|
1616
2088
|
exports.ListTargetResourceTypesCommand = ListTargetResourceTypesCommand;
|
|
1617
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
2089
|
+
exports.ResourceNotFoundException = ResourceNotFoundException$1;
|
|
1618
2090
|
exports.SafetyLeverStatus = SafetyLeverStatus;
|
|
1619
2091
|
exports.SafetyLeverStatusInput = SafetyLeverStatusInput;
|
|
1620
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
2092
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
|
|
1621
2093
|
exports.StartExperimentCommand = StartExperimentCommand;
|
|
1622
2094
|
exports.StopExperimentCommand = StopExperimentCommand;
|
|
1623
2095
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -1625,7 +2097,7 @@ exports.UntagResourceCommand = UntagResourceCommand;
|
|
|
1625
2097
|
exports.UpdateExperimentTemplateCommand = UpdateExperimentTemplateCommand;
|
|
1626
2098
|
exports.UpdateSafetyLeverStateCommand = UpdateSafetyLeverStateCommand;
|
|
1627
2099
|
exports.UpdateTargetAccountConfigurationCommand = UpdateTargetAccountConfigurationCommand;
|
|
1628
|
-
exports.ValidationException = ValidationException;
|
|
2100
|
+
exports.ValidationException = ValidationException$1;
|
|
1629
2101
|
exports.paginateListActions = paginateListActions;
|
|
1630
2102
|
exports.paginateListExperimentResolvedTargets = paginateListExperimentResolvedTargets;
|
|
1631
2103
|
exports.paginateListExperimentTemplates = paginateListExperimentTemplates;
|