@aws-sdk/client-fis 3.987.0 → 3.989.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 CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var FisServiceException = require('./models/FisServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,1139 +113,6 @@ class FisClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class FisServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, FisServiceException.prototype);
117
- }
118
- }
119
-
120
- class ConflictException extends FisServiceException {
121
- name = "ConflictException";
122
- $fault = "client";
123
- constructor(opts) {
124
- super({
125
- name: "ConflictException",
126
- $fault: "client",
127
- ...opts,
128
- });
129
- Object.setPrototypeOf(this, ConflictException.prototype);
130
- }
131
- }
132
- class ResourceNotFoundException extends FisServiceException {
133
- name = "ResourceNotFoundException";
134
- $fault = "client";
135
- constructor(opts) {
136
- super({
137
- name: "ResourceNotFoundException",
138
- $fault: "client",
139
- ...opts,
140
- });
141
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
142
- }
143
- }
144
- class ServiceQuotaExceededException extends FisServiceException {
145
- name = "ServiceQuotaExceededException";
146
- $fault = "client";
147
- constructor(opts) {
148
- super({
149
- name: "ServiceQuotaExceededException",
150
- $fault: "client",
151
- ...opts,
152
- });
153
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
154
- }
155
- }
156
- class ValidationException extends FisServiceException {
157
- name = "ValidationException";
158
- $fault = "client";
159
- constructor(opts) {
160
- super({
161
- name: "ValidationException",
162
- $fault: "client",
163
- ...opts,
164
- });
165
- Object.setPrototypeOf(this, ValidationException.prototype);
166
- }
167
- }
168
-
169
- const _A = "Action";
170
- const _AP = "ActionParameter";
171
- const _APM = "ActionParameterMap";
172
- const _AS = "ActionSummary";
173
- const _ASL = "ActionSummaryList";
174
- const _AT = "ActionTarget";
175
- const _ATM = "ActionTargetMap";
176
- const _CE = "ConflictException";
177
- const _CET = "CreateExperimentTemplate";
178
- const _CETAI = "CreateExperimentTemplateActionInput";
179
- const _CETAIM = "CreateExperimentTemplateActionInputMap";
180
- const _CETEOI = "CreateExperimentTemplateExperimentOptionsInput";
181
- const _CETLCI = "CreateExperimentTemplateLogConfigurationInput";
182
- const _CETR = "CreateExperimentTemplateRequest";
183
- const _CETRCI = "CreateExperimentTemplateReportConfigurationInput";
184
- const _CETRr = "CreateExperimentTemplateResponse";
185
- const _CETSCI = "CreateExperimentTemplateStopConditionInput";
186
- const _CETSCIL = "CreateExperimentTemplateStopConditionInputList";
187
- const _CETTI = "CreateExperimentTemplateTargetInput";
188
- const _CETTIM = "CreateExperimentTemplateTargetInputMap";
189
- const _CTAC = "CreateTargetAccountConfiguration";
190
- const _CTACR = "CreateTargetAccountConfigurationRequest";
191
- const _CTACRr = "CreateTargetAccountConfigurationResponse";
192
- const _DET = "DeleteExperimentTemplate";
193
- const _DETR = "DeleteExperimentTemplateRequest";
194
- const _DETRe = "DeleteExperimentTemplateResponse";
195
- const _DTAC = "DeleteTargetAccountConfiguration";
196
- const _DTACR = "DeleteTargetAccountConfigurationRequest";
197
- const _DTACRe = "DeleteTargetAccountConfigurationResponse";
198
- const _E = "Experiment";
199
- const _EA = "ExperimentAction";
200
- const _EAM = "ExperimentActionMap";
201
- const _EAS = "ExperimentActionState";
202
- const _ECWLLC = "ExperimentCloudWatchLogsLogConfiguration";
203
- const _EE = "ExperimentError";
204
- const _ELC = "ExperimentLogConfiguration";
205
- const _EO = "ExperimentOptions";
206
- const _ER = "ExperimentReport";
207
- const _ERC = "ExperimentReportConfiguration";
208
- const _ERCCWD = "ExperimentReportConfigurationCloudWatchDashboard";
209
- const _ERCCWDL = "ExperimentReportConfigurationCloudWatchDashboardList";
210
- const _ERCDS = "ExperimentReportConfigurationDataSources";
211
- const _ERCO = "ExperimentReportConfigurationOutputs";
212
- const _ERCOSC = "ExperimentReportConfigurationOutputsS3Configuration";
213
- const _ERE = "ExperimentReportError";
214
- const _ERS = "ExperimentReportState";
215
- const _ERSR = "ExperimentReportS3Report";
216
- const _ERSRL = "ExperimentReportS3ReportList";
217
- const _ES = "ExperimentState";
218
- const _ESC = "ExperimentStopCondition";
219
- const _ESCL = "ExperimentStopConditionList";
220
- const _ESL = "ExperimentSummaryList";
221
- const _ESLC = "ExperimentS3LogConfiguration";
222
- const _ESx = "ExperimentSummary";
223
- const _ET = "ExperimentTarget";
224
- const _ETA = "ExperimentTemplateAction";
225
- const _ETAC = "ExperimentTargetAccountConfiguration";
226
- const _ETACL = "ExperimentTargetAccountConfigurationList";
227
- const _ETACS = "ExperimentTargetAccountConfigurationSummary";
228
- const _ETAM = "ExperimentTemplateActionMap";
229
- const _ETCWLLC = "ExperimentTemplateCloudWatchLogsLogConfiguration";
230
- const _ETCWLLCI = "ExperimentTemplateCloudWatchLogsLogConfigurationInput";
231
- const _ETEO = "ExperimentTemplateExperimentOptions";
232
- const _ETF = "ExperimentTargetFilter";
233
- const _ETFL = "ExperimentTargetFilterList";
234
- const _ETLC = "ExperimentTemplateLogConfiguration";
235
- const _ETM = "ExperimentTargetMap";
236
- const _ETRC = "ExperimentTemplateReportConfiguration";
237
- const _ETRCCWD = "ExperimentTemplateReportConfigurationCloudWatchDashboard";
238
- const _ETRCCWDL = "ExperimentTemplateReportConfigurationCloudWatchDashboardList";
239
- const _ETRCDS = "ExperimentTemplateReportConfigurationDataSources";
240
- const _ETRCDSI = "ExperimentTemplateReportConfigurationDataSourcesInput";
241
- const _ETRCO = "ExperimentTemplateReportConfigurationOutputs";
242
- const _ETRCOI = "ExperimentTemplateReportConfigurationOutputsInput";
243
- const _ETS = "ExperimentTemplateSummary";
244
- const _ETSC = "ExperimentTemplateStopCondition";
245
- const _ETSCL = "ExperimentTemplateStopConditionList";
246
- const _ETSL = "ExperimentTemplateSummaryList";
247
- const _ETSLC = "ExperimentTemplateS3LogConfiguration";
248
- const _ETSLCI = "ExperimentTemplateS3LogConfigurationInput";
249
- const _ETT = "ExperimentTemplateTarget";
250
- const _ETTF = "ExperimentTemplateTargetFilter";
251
- const _ETTFIL = "ExperimentTemplateTargetFilterInputList";
252
- const _ETTFL = "ExperimentTemplateTargetFilterList";
253
- const _ETTIF = "ExperimentTemplateTargetInputFilter";
254
- const _ETTM = "ExperimentTemplateTargetMap";
255
- const _ETx = "ExperimentTemplate";
256
- const _GA = "GetAction";
257
- const _GAR = "GetActionRequest";
258
- const _GARe = "GetActionResponse";
259
- const _GE = "GetExperiment";
260
- const _GER = "GetExperimentRequest";
261
- const _GERe = "GetExperimentResponse";
262
- const _GET = "GetExperimentTemplate";
263
- const _GETAC = "GetExperimentTargetAccountConfiguration";
264
- const _GETACR = "GetExperimentTargetAccountConfigurationRequest";
265
- const _GETACRe = "GetExperimentTargetAccountConfigurationResponse";
266
- const _GETR = "GetExperimentTemplateRequest";
267
- const _GETRe = "GetExperimentTemplateResponse";
268
- const _GSL = "GetSafetyLever";
269
- const _GSLR = "GetSafetyLeverRequest";
270
- const _GSLRe = "GetSafetyLeverResponse";
271
- const _GTAC = "GetTargetAccountConfiguration";
272
- const _GTACR = "GetTargetAccountConfigurationRequest";
273
- const _GTACRe = "GetTargetAccountConfigurationResponse";
274
- const _GTRT = "GetTargetResourceType";
275
- const _GTRTR = "GetTargetResourceTypeRequest";
276
- const _GTRTRe = "GetTargetResourceTypeResponse";
277
- const _LA = "ListActions";
278
- const _LAR = "ListActionsRequest";
279
- const _LARi = "ListActionsResponse";
280
- const _LE = "ListExperiments";
281
- const _LER = "ListExperimentsRequest";
282
- const _LERT = "ListExperimentResolvedTargets";
283
- const _LERTR = "ListExperimentResolvedTargetsRequest";
284
- const _LERTRi = "ListExperimentResolvedTargetsResponse";
285
- const _LERi = "ListExperimentsResponse";
286
- const _LET = "ListExperimentTemplates";
287
- const _LETAC = "ListExperimentTargetAccountConfigurations";
288
- const _LETACR = "ListExperimentTargetAccountConfigurationsRequest";
289
- const _LETACRi = "ListExperimentTargetAccountConfigurationsResponse";
290
- const _LETR = "ListExperimentTemplatesRequest";
291
- const _LETRi = "ListExperimentTemplatesResponse";
292
- const _LTAC = "ListTargetAccountConfigurations";
293
- const _LTACR = "ListTargetAccountConfigurationsRequest";
294
- const _LTACRi = "ListTargetAccountConfigurationsResponse";
295
- const _LTFR = "ListTagsForResource";
296
- const _LTFRR = "ListTagsForResourceRequest";
297
- const _LTFRRi = "ListTagsForResourceResponse";
298
- const _LTRT = "ListTargetResourceTypes";
299
- const _LTRTR = "ListTargetResourceTypesRequest";
300
- const _LTRTRi = "ListTargetResourceTypesResponse";
301
- const _RCCWDI = "ReportConfigurationCloudWatchDashboardInput";
302
- const _RCCWDIL = "ReportConfigurationCloudWatchDashboardInputList";
303
- const _RCSO = "ReportConfigurationS3Output";
304
- const _RCSOI = "ReportConfigurationS3OutputInput";
305
- const _RNFE = "ResourceNotFoundException";
306
- const _RT = "ResolvedTarget";
307
- const _RTL = "ResolvedTargetList";
308
- const _SE = "StartExperiment";
309
- const _SEEOI = "StartExperimentExperimentOptionsInput";
310
- const _SER = "StartExperimentRequest";
311
- const _SERt = "StartExperimentResponse";
312
- const _SERto = "StopExperimentRequest";
313
- const _SERtop = "StopExperimentResponse";
314
- const _SEt = "StopExperiment";
315
- const _SL = "SafetyLever";
316
- const _SLS = "SafetyLeverState";
317
- const _SQEE = "ServiceQuotaExceededException";
318
- const _TAC = "TargetAccountConfiguration";
319
- const _TACL = "TargetAccountConfigurationList";
320
- const _TACS = "TargetAccountConfigurationSummary";
321
- const _TR = "TagResource";
322
- const _TRR = "TagResourceRequest";
323
- const _TRRa = "TagResourceResponse";
324
- const _TRT = "TargetResourceType";
325
- const _TRTP = "TargetResourceTypeParameter";
326
- const _TRTPM = "TargetResourceTypeParameterMap";
327
- const _TRTS = "TargetResourceTypeSummary";
328
- const _TRTSL = "TargetResourceTypeSummaryList";
329
- const _UET = "UpdateExperimentTemplate";
330
- const _UETAII = "UpdateExperimentTemplateActionInputItem";
331
- const _UETAIM = "UpdateExperimentTemplateActionInputMap";
332
- const _UETEOI = "UpdateExperimentTemplateExperimentOptionsInput";
333
- const _UETLCI = "UpdateExperimentTemplateLogConfigurationInput";
334
- const _UETR = "UpdateExperimentTemplateRequest";
335
- const _UETRCI = "UpdateExperimentTemplateReportConfigurationInput";
336
- const _UETRp = "UpdateExperimentTemplateResponse";
337
- const _UETSCI = "UpdateExperimentTemplateStopConditionInput";
338
- const _UETSCIL = "UpdateExperimentTemplateStopConditionInputList";
339
- const _UETTI = "UpdateExperimentTemplateTargetInput";
340
- const _UETTIM = "UpdateExperimentTemplateTargetInputMap";
341
- const _UR = "UntagResource";
342
- const _URR = "UntagResourceRequest";
343
- const _URRn = "UntagResourceResponse";
344
- const _USLS = "UpdateSafetyLeverState";
345
- const _USLSI = "UpdateSafetyLeverStateInput";
346
- const _USLSR = "UpdateSafetyLeverStateRequest";
347
- const _USLSRp = "UpdateSafetyLeverStateResponse";
348
- const _UTAC = "UpdateTargetAccountConfiguration";
349
- const _UTACR = "UpdateTargetAccountConfigurationRequest";
350
- const _UTACRp = "UpdateTargetAccountConfigurationResponse";
351
- const _VE = "ValidationException";
352
- const _a = "arn";
353
- const _aI = "actionId";
354
- const _aIc = "accountId";
355
- const _aM = "actionsMode";
356
- const _aQE = "awsQueryError";
357
- const _aT = "accountTargeting";
358
- const _ac = "actions";
359
- const _act = "action";
360
- const _bN = "bucketName";
361
- const _c = "client";
362
- const _cT = "clientToken";
363
- const _cTr = "creationTime";
364
- const _cWD = "cloudWatchDashboards";
365
- const _cWLC = "cloudWatchLogsConfiguration";
366
- const _co = "code";
367
- const _d = "description";
368
- const _dI = "dashboardIdentifier";
369
- const _dS = "dataSources";
370
- const _e = "error";
371
- const _eI = "experimentId";
372
- const _eO = "experimentOptions";
373
- const _eR = "experimentReport";
374
- const _eRC = "experimentReportConfiguration";
375
- const _eT = "experimentTemplate";
376
- const _eTI = "experimentTemplateId";
377
- const _eTRM = "emptyTargetResolutionMode";
378
- const _eTn = "endTime";
379
- const _eTx = "experimentTemplates";
380
- const _ex = "experiment";
381
- const _exp = "experiments";
382
- const _f = "filters";
383
- const _h = "http";
384
- const _hE = "httpError";
385
- const _hQ = "httpQuery";
386
- const _i = "id";
387
- const _l = "location";
388
- const _lC = "logConfiguration";
389
- const _lGA = "logGroupArn";
390
- const _lSV = "logSchemaVersion";
391
- const _lUT = "lastUpdateTime";
392
- const _m = "message";
393
- const _mR = "maxResults";
394
- const _nT = "nextToken";
395
- const _o = "outputs";
396
- const _p = "parameters";
397
- const _pED = "preExperimentDuration";
398
- const _pEDo = "postExperimentDuration";
399
- const _pa = "path";
400
- const _pr = "prefix";
401
- const _r = "required";
402
- const _rA = "roleArn";
403
- const _rAe = "resourceArns";
404
- const _rAes = "resourceArn";
405
- const _rT = "resourceType";
406
- const _rTe = "resourceTags";
407
- const _rTep = "reportType";
408
- const _rTes = "resolvedTargets";
409
- const _re = "reason";
410
- const _s = "source";
411
- const _sA = "startAfter";
412
- const _sC = "s3Configuration";
413
- const _sCt = "stopConditions";
414
- const _sL = "safetyLever";
415
- const _sM = "selectionMode";
416
- const _sR = "s3Reports";
417
- const _sT = "startTime";
418
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.fis";
419
- const _st = "state";
420
- const _sta = "status";
421
- const _t = "targets";
422
- const _tAC = "targetAccountConfiguration";
423
- const _tACC = "targetAccountConfigurationsCount";
424
- const _tACa = "targetAccountConfigurations";
425
- const _tI = "targetInformation";
426
- const _tK = "tagKeys";
427
- const _tN = "targetName";
428
- const _tRT = "targetResourceType";
429
- const _tRTa = "targetResourceTypes";
430
- const _ta = "tags";
431
- const _v = "value";
432
- const _va = "values";
433
- const n0 = "com.amazonaws.fis";
434
- var Action$ = [3, n0, _A,
435
- 0,
436
- [_i, _a, _d, _p, _t, _ta],
437
- [0, 0, 0, () => ActionParameterMap, () => ActionTargetMap, 128 | 0]
438
- ];
439
- var ActionParameter$ = [3, n0, _AP,
440
- 0,
441
- [_d, _r],
442
- [0, 2]
443
- ];
444
- var ActionSummary$ = [3, n0, _AS,
445
- 0,
446
- [_i, _a, _d, _t, _ta],
447
- [0, 0, 0, () => ActionTargetMap, 128 | 0]
448
- ];
449
- var ActionTarget$ = [3, n0, _AT,
450
- 0,
451
- [_rT],
452
- [0]
453
- ];
454
- var ConflictException$ = [-3, n0, _CE,
455
- { [_aQE]: [`ConflictException`, 409], [_e]: _c, [_hE]: 409 },
456
- [_m],
457
- [0]
458
- ];
459
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
460
- var CreateExperimentTemplateActionInput$ = [3, n0, _CETAI,
461
- 0,
462
- [_aI, _d, _p, _t, _sA],
463
- [0, 0, 128 | 0, 128 | 0, 64 | 0], 1
464
- ];
465
- var CreateExperimentTemplateExperimentOptionsInput$ = [3, n0, _CETEOI,
466
- 0,
467
- [_aT, _eTRM],
468
- [0, 0]
469
- ];
470
- var CreateExperimentTemplateLogConfigurationInput$ = [3, n0, _CETLCI,
471
- 0,
472
- [_lSV, _cWLC, _sC],
473
- [1, () => ExperimentTemplateCloudWatchLogsLogConfigurationInput$, () => ExperimentTemplateS3LogConfigurationInput$], 1
474
- ];
475
- var CreateExperimentTemplateReportConfigurationInput$ = [3, n0, _CETRCI,
476
- 0,
477
- [_o, _dS, _pED, _pEDo],
478
- [() => ExperimentTemplateReportConfigurationOutputsInput$, () => ExperimentTemplateReportConfigurationDataSourcesInput$, 0, 0]
479
- ];
480
- var CreateExperimentTemplateRequest$ = [3, n0, _CETR,
481
- 0,
482
- [_d, _sCt, _ac, _rA, _cT, _t, _ta, _lC, _eO, _eRC],
483
- [0, () => CreateExperimentTemplateStopConditionInputList, () => CreateExperimentTemplateActionInputMap, 0, [0, 4], () => CreateExperimentTemplateTargetInputMap, 128 | 0, () => CreateExperimentTemplateLogConfigurationInput$, () => CreateExperimentTemplateExperimentOptionsInput$, () => CreateExperimentTemplateReportConfigurationInput$], 4
484
- ];
485
- var CreateExperimentTemplateResponse$ = [3, n0, _CETRr,
486
- 0,
487
- [_eT],
488
- [() => ExperimentTemplate$]
489
- ];
490
- var CreateExperimentTemplateStopConditionInput$ = [3, n0, _CETSCI,
491
- 0,
492
- [_s, _v],
493
- [0, 0], 1
494
- ];
495
- var CreateExperimentTemplateTargetInput$ = [3, n0, _CETTI,
496
- 0,
497
- [_rT, _sM, _rAe, _rTe, _f, _p],
498
- [0, 0, 64 | 0, 128 | 0, () => ExperimentTemplateTargetFilterInputList, 128 | 0], 2
499
- ];
500
- var CreateTargetAccountConfigurationRequest$ = [3, n0, _CTACR,
501
- 0,
502
- [_eTI, _aIc, _rA, _cT, _d],
503
- [[0, 1], [0, 1], 0, [0, 4], 0], 3
504
- ];
505
- var CreateTargetAccountConfigurationResponse$ = [3, n0, _CTACRr,
506
- 0,
507
- [_tAC],
508
- [() => TargetAccountConfiguration$]
509
- ];
510
- var DeleteExperimentTemplateRequest$ = [3, n0, _DETR,
511
- 0,
512
- [_i],
513
- [[0, 1]], 1
514
- ];
515
- var DeleteExperimentTemplateResponse$ = [3, n0, _DETRe,
516
- 0,
517
- [_eT],
518
- [() => ExperimentTemplate$]
519
- ];
520
- var DeleteTargetAccountConfigurationRequest$ = [3, n0, _DTACR,
521
- 0,
522
- [_eTI, _aIc],
523
- [[0, 1], [0, 1]], 2
524
- ];
525
- var DeleteTargetAccountConfigurationResponse$ = [3, n0, _DTACRe,
526
- 0,
527
- [_tAC],
528
- [() => TargetAccountConfiguration$]
529
- ];
530
- var Experiment$ = [3, n0, _E,
531
- 0,
532
- [_i, _a, _eTI, _rA, _st, _t, _ac, _sCt, _cTr, _sT, _eTn, _ta, _lC, _eO, _tACC, _eRC, _eR],
533
- [0, 0, 0, 0, () => ExperimentState$, () => ExperimentTargetMap, () => ExperimentActionMap, () => ExperimentStopConditionList, 4, 4, 4, 128 | 0, () => ExperimentLogConfiguration$, () => ExperimentOptions$, 1, () => ExperimentReportConfiguration$, () => ExperimentReport$]
534
- ];
535
- var ExperimentAction$ = [3, n0, _EA,
536
- 0,
537
- [_aI, _d, _p, _t, _sA, _st, _sT, _eTn],
538
- [0, 0, 128 | 0, 128 | 0, 64 | 0, () => ExperimentActionState$, 4, 4]
539
- ];
540
- var ExperimentActionState$ = [3, n0, _EAS,
541
- 0,
542
- [_sta, _re],
543
- [0, 0]
544
- ];
545
- var ExperimentCloudWatchLogsLogConfiguration$ = [3, n0, _ECWLLC,
546
- 0,
547
- [_lGA],
548
- [0]
549
- ];
550
- var ExperimentError$ = [3, n0, _EE,
551
- 0,
552
- [_aIc, _co, _l],
553
- [0, 0, 0]
554
- ];
555
- var ExperimentLogConfiguration$ = [3, n0, _ELC,
556
- 0,
557
- [_cWLC, _sC, _lSV],
558
- [() => ExperimentCloudWatchLogsLogConfiguration$, () => ExperimentS3LogConfiguration$, 1]
559
- ];
560
- var ExperimentOptions$ = [3, n0, _EO,
561
- 0,
562
- [_aT, _eTRM, _aM],
563
- [0, 0, 0]
564
- ];
565
- var ExperimentReport$ = [3, n0, _ER,
566
- 0,
567
- [_st, _sR],
568
- [() => ExperimentReportState$, () => ExperimentReportS3ReportList]
569
- ];
570
- var ExperimentReportConfiguration$ = [3, n0, _ERC,
571
- 0,
572
- [_o, _dS, _pED, _pEDo],
573
- [() => ExperimentReportConfigurationOutputs$, () => ExperimentReportConfigurationDataSources$, 0, 0]
574
- ];
575
- var ExperimentReportConfigurationCloudWatchDashboard$ = [3, n0, _ERCCWD,
576
- 0,
577
- [_dI],
578
- [0]
579
- ];
580
- var ExperimentReportConfigurationDataSources$ = [3, n0, _ERCDS,
581
- 0,
582
- [_cWD],
583
- [() => ExperimentReportConfigurationCloudWatchDashboardList]
584
- ];
585
- var ExperimentReportConfigurationOutputs$ = [3, n0, _ERCO,
586
- 0,
587
- [_sC],
588
- [() => ExperimentReportConfigurationOutputsS3Configuration$]
589
- ];
590
- var ExperimentReportConfigurationOutputsS3Configuration$ = [3, n0, _ERCOSC,
591
- 0,
592
- [_bN, _pr],
593
- [0, 0]
594
- ];
595
- var ExperimentReportError$ = [3, n0, _ERE,
596
- 0,
597
- [_co],
598
- [0]
599
- ];
600
- var ExperimentReportS3Report$ = [3, n0, _ERSR,
601
- 0,
602
- [_a, _rTep],
603
- [0, 0]
604
- ];
605
- var ExperimentReportState$ = [3, n0, _ERS,
606
- 0,
607
- [_sta, _re, _e],
608
- [0, 0, () => ExperimentReportError$]
609
- ];
610
- var ExperimentS3LogConfiguration$ = [3, n0, _ESLC,
611
- 0,
612
- [_bN, _pr],
613
- [0, 0]
614
- ];
615
- var ExperimentState$ = [3, n0, _ES,
616
- 0,
617
- [_sta, _re, _e],
618
- [0, 0, () => ExperimentError$]
619
- ];
620
- var ExperimentStopCondition$ = [3, n0, _ESC,
621
- 0,
622
- [_s, _v],
623
- [0, 0]
624
- ];
625
- var ExperimentSummary$ = [3, n0, _ESx,
626
- 0,
627
- [_i, _a, _eTI, _st, _cTr, _ta, _eO],
628
- [0, 0, 0, () => ExperimentState$, 4, 128 | 0, () => ExperimentOptions$]
629
- ];
630
- var ExperimentTarget$ = [3, n0, _ET,
631
- 0,
632
- [_rT, _rAe, _rTe, _f, _sM, _p],
633
- [0, 64 | 0, 128 | 0, () => ExperimentTargetFilterList, 0, 128 | 0]
634
- ];
635
- var ExperimentTargetAccountConfiguration$ = [3, n0, _ETAC,
636
- 0,
637
- [_rA, _aIc, _d],
638
- [0, 0, 0]
639
- ];
640
- var ExperimentTargetAccountConfigurationSummary$ = [3, n0, _ETACS,
641
- 0,
642
- [_rA, _aIc, _d],
643
- [0, 0, 0]
644
- ];
645
- var ExperimentTargetFilter$ = [3, n0, _ETF,
646
- 0,
647
- [_pa, _va],
648
- [0, 64 | 0]
649
- ];
650
- var ExperimentTemplate$ = [3, n0, _ETx,
651
- 0,
652
- [_i, _a, _d, _t, _ac, _sCt, _cTr, _lUT, _rA, _ta, _lC, _eO, _tACC, _eRC],
653
- [0, 0, 0, () => ExperimentTemplateTargetMap, () => ExperimentTemplateActionMap, () => ExperimentTemplateStopConditionList, 4, 4, 0, 128 | 0, () => ExperimentTemplateLogConfiguration$, () => ExperimentTemplateExperimentOptions$, 1, () => ExperimentTemplateReportConfiguration$]
654
- ];
655
- var ExperimentTemplateAction$ = [3, n0, _ETA,
656
- 0,
657
- [_aI, _d, _p, _t, _sA],
658
- [0, 0, 128 | 0, 128 | 0, 64 | 0]
659
- ];
660
- var ExperimentTemplateCloudWatchLogsLogConfiguration$ = [3, n0, _ETCWLLC,
661
- 0,
662
- [_lGA],
663
- [0]
664
- ];
665
- var ExperimentTemplateCloudWatchLogsLogConfigurationInput$ = [3, n0, _ETCWLLCI,
666
- 0,
667
- [_lGA],
668
- [0], 1
669
- ];
670
- var ExperimentTemplateExperimentOptions$ = [3, n0, _ETEO,
671
- 0,
672
- [_aT, _eTRM],
673
- [0, 0]
674
- ];
675
- var ExperimentTemplateLogConfiguration$ = [3, n0, _ETLC,
676
- 0,
677
- [_cWLC, _sC, _lSV],
678
- [() => ExperimentTemplateCloudWatchLogsLogConfiguration$, () => ExperimentTemplateS3LogConfiguration$, 1]
679
- ];
680
- var ExperimentTemplateReportConfiguration$ = [3, n0, _ETRC,
681
- 0,
682
- [_o, _dS, _pED, _pEDo],
683
- [() => ExperimentTemplateReportConfigurationOutputs$, () => ExperimentTemplateReportConfigurationDataSources$, 0, 0]
684
- ];
685
- var ExperimentTemplateReportConfigurationCloudWatchDashboard$ = [3, n0, _ETRCCWD,
686
- 0,
687
- [_dI],
688
- [0]
689
- ];
690
- var ExperimentTemplateReportConfigurationDataSources$ = [3, n0, _ETRCDS,
691
- 0,
692
- [_cWD],
693
- [() => ExperimentTemplateReportConfigurationCloudWatchDashboardList]
694
- ];
695
- var ExperimentTemplateReportConfigurationDataSourcesInput$ = [3, n0, _ETRCDSI,
696
- 0,
697
- [_cWD],
698
- [() => ReportConfigurationCloudWatchDashboardInputList]
699
- ];
700
- var ExperimentTemplateReportConfigurationOutputs$ = [3, n0, _ETRCO,
701
- 0,
702
- [_sC],
703
- [() => ReportConfigurationS3Output$]
704
- ];
705
- var ExperimentTemplateReportConfigurationOutputsInput$ = [3, n0, _ETRCOI,
706
- 0,
707
- [_sC],
708
- [() => ReportConfigurationS3OutputInput$]
709
- ];
710
- var ExperimentTemplateS3LogConfiguration$ = [3, n0, _ETSLC,
711
- 0,
712
- [_bN, _pr],
713
- [0, 0]
714
- ];
715
- var ExperimentTemplateS3LogConfigurationInput$ = [3, n0, _ETSLCI,
716
- 0,
717
- [_bN, _pr],
718
- [0, 0], 1
719
- ];
720
- var ExperimentTemplateStopCondition$ = [3, n0, _ETSC,
721
- 0,
722
- [_s, _v],
723
- [0, 0]
724
- ];
725
- var ExperimentTemplateSummary$ = [3, n0, _ETS,
726
- 0,
727
- [_i, _a, _d, _cTr, _lUT, _ta],
728
- [0, 0, 0, 4, 4, 128 | 0]
729
- ];
730
- var ExperimentTemplateTarget$ = [3, n0, _ETT,
731
- 0,
732
- [_rT, _rAe, _rTe, _f, _sM, _p],
733
- [0, 64 | 0, 128 | 0, () => ExperimentTemplateTargetFilterList, 0, 128 | 0]
734
- ];
735
- var ExperimentTemplateTargetFilter$ = [3, n0, _ETTF,
736
- 0,
737
- [_pa, _va],
738
- [0, 64 | 0]
739
- ];
740
- var ExperimentTemplateTargetInputFilter$ = [3, n0, _ETTIF,
741
- 0,
742
- [_pa, _va],
743
- [0, 64 | 0], 2
744
- ];
745
- var GetActionRequest$ = [3, n0, _GAR,
746
- 0,
747
- [_i],
748
- [[0, 1]], 1
749
- ];
750
- var GetActionResponse$ = [3, n0, _GARe,
751
- 0,
752
- [_act],
753
- [() => Action$]
754
- ];
755
- var GetExperimentRequest$ = [3, n0, _GER,
756
- 0,
757
- [_i],
758
- [[0, 1]], 1
759
- ];
760
- var GetExperimentResponse$ = [3, n0, _GERe,
761
- 0,
762
- [_ex],
763
- [() => Experiment$]
764
- ];
765
- var GetExperimentTargetAccountConfigurationRequest$ = [3, n0, _GETACR,
766
- 0,
767
- [_eI, _aIc],
768
- [[0, 1], [0, 1]], 2
769
- ];
770
- var GetExperimentTargetAccountConfigurationResponse$ = [3, n0, _GETACRe,
771
- 0,
772
- [_tAC],
773
- [() => ExperimentTargetAccountConfiguration$]
774
- ];
775
- var GetExperimentTemplateRequest$ = [3, n0, _GETR,
776
- 0,
777
- [_i],
778
- [[0, 1]], 1
779
- ];
780
- var GetExperimentTemplateResponse$ = [3, n0, _GETRe,
781
- 0,
782
- [_eT],
783
- [() => ExperimentTemplate$]
784
- ];
785
- var GetSafetyLeverRequest$ = [3, n0, _GSLR,
786
- 0,
787
- [_i],
788
- [[0, 1]], 1
789
- ];
790
- var GetSafetyLeverResponse$ = [3, n0, _GSLRe,
791
- 0,
792
- [_sL],
793
- [() => SafetyLever$]
794
- ];
795
- var GetTargetAccountConfigurationRequest$ = [3, n0, _GTACR,
796
- 0,
797
- [_eTI, _aIc],
798
- [[0, 1], [0, 1]], 2
799
- ];
800
- var GetTargetAccountConfigurationResponse$ = [3, n0, _GTACRe,
801
- 0,
802
- [_tAC],
803
- [() => TargetAccountConfiguration$]
804
- ];
805
- var GetTargetResourceTypeRequest$ = [3, n0, _GTRTR,
806
- 0,
807
- [_rT],
808
- [[0, 1]], 1
809
- ];
810
- var GetTargetResourceTypeResponse$ = [3, n0, _GTRTRe,
811
- 0,
812
- [_tRT],
813
- [() => TargetResourceType$]
814
- ];
815
- var ListActionsRequest$ = [3, n0, _LAR,
816
- 0,
817
- [_mR, _nT],
818
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
819
- ];
820
- var ListActionsResponse$ = [3, n0, _LARi,
821
- 0,
822
- [_ac, _nT],
823
- [() => ActionSummaryList, 0]
824
- ];
825
- var ListExperimentResolvedTargetsRequest$ = [3, n0, _LERTR,
826
- 0,
827
- [_eI, _mR, _nT, _tN],
828
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _tN }]], 1
829
- ];
830
- var ListExperimentResolvedTargetsResponse$ = [3, n0, _LERTRi,
831
- 0,
832
- [_rTes, _nT],
833
- [() => ResolvedTargetList, 0]
834
- ];
835
- var ListExperimentsRequest$ = [3, n0, _LER,
836
- 0,
837
- [_mR, _nT, _eTI],
838
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _eTI }]]
839
- ];
840
- var ListExperimentsResponse$ = [3, n0, _LERi,
841
- 0,
842
- [_exp, _nT],
843
- [() => ExperimentSummaryList, 0]
844
- ];
845
- var ListExperimentTargetAccountConfigurationsRequest$ = [3, n0, _LETACR,
846
- 0,
847
- [_eI, _nT],
848
- [[0, 1], [0, { [_hQ]: _nT }]], 1
849
- ];
850
- var ListExperimentTargetAccountConfigurationsResponse$ = [3, n0, _LETACRi,
851
- 0,
852
- [_tACa, _nT],
853
- [() => ExperimentTargetAccountConfigurationList, 0]
854
- ];
855
- var ListExperimentTemplatesRequest$ = [3, n0, _LETR,
856
- 0,
857
- [_mR, _nT],
858
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
859
- ];
860
- var ListExperimentTemplatesResponse$ = [3, n0, _LETRi,
861
- 0,
862
- [_eTx, _nT],
863
- [() => ExperimentTemplateSummaryList, 0]
864
- ];
865
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
866
- 0,
867
- [_rAes],
868
- [[0, 1]], 1
869
- ];
870
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
871
- 0,
872
- [_ta],
873
- [128 | 0]
874
- ];
875
- var ListTargetAccountConfigurationsRequest$ = [3, n0, _LTACR,
876
- 0,
877
- [_eTI, _mR, _nT],
878
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
879
- ];
880
- var ListTargetAccountConfigurationsResponse$ = [3, n0, _LTACRi,
881
- 0,
882
- [_tACa, _nT],
883
- [() => TargetAccountConfigurationList, 0]
884
- ];
885
- var ListTargetResourceTypesRequest$ = [3, n0, _LTRTR,
886
- 0,
887
- [_mR, _nT],
888
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
889
- ];
890
- var ListTargetResourceTypesResponse$ = [3, n0, _LTRTRi,
891
- 0,
892
- [_tRTa, _nT],
893
- [() => TargetResourceTypeSummaryList, 0]
894
- ];
895
- var ReportConfigurationCloudWatchDashboardInput$ = [3, n0, _RCCWDI,
896
- 0,
897
- [_dI],
898
- [0]
899
- ];
900
- var ReportConfigurationS3Output$ = [3, n0, _RCSO,
901
- 0,
902
- [_bN, _pr],
903
- [0, 0]
904
- ];
905
- var ReportConfigurationS3OutputInput$ = [3, n0, _RCSOI,
906
- 0,
907
- [_bN, _pr],
908
- [0, 0]
909
- ];
910
- var ResolvedTarget$ = [3, n0, _RT,
911
- 0,
912
- [_rT, _tN, _tI],
913
- [0, 0, 128 | 0]
914
- ];
915
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
916
- { [_aQE]: [`ResourceNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
917
- [_m],
918
- [0]
919
- ];
920
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
921
- var SafetyLever$ = [3, n0, _SL,
922
- 0,
923
- [_i, _a, _st],
924
- [0, 0, () => SafetyLeverState$]
925
- ];
926
- var SafetyLeverState$ = [3, n0, _SLS,
927
- 0,
928
- [_sta, _re],
929
- [0, 0]
930
- ];
931
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
932
- { [_aQE]: [`ServiceQuotaExceededException`, 402], [_e]: _c, [_hE]: 402 },
933
- [_m],
934
- [0]
935
- ];
936
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
937
- var StartExperimentExperimentOptionsInput$ = [3, n0, _SEEOI,
938
- 0,
939
- [_aM],
940
- [0]
941
- ];
942
- var StartExperimentRequest$ = [3, n0, _SER,
943
- 0,
944
- [_eTI, _cT, _eO, _ta],
945
- [0, [0, 4], () => StartExperimentExperimentOptionsInput$, 128 | 0], 1
946
- ];
947
- var StartExperimentResponse$ = [3, n0, _SERt,
948
- 0,
949
- [_ex],
950
- [() => Experiment$]
951
- ];
952
- var StopExperimentRequest$ = [3, n0, _SERto,
953
- 0,
954
- [_i],
955
- [[0, 1]], 1
956
- ];
957
- var StopExperimentResponse$ = [3, n0, _SERtop,
958
- 0,
959
- [_ex],
960
- [() => Experiment$]
961
- ];
962
- var TagResourceRequest$ = [3, n0, _TRR,
963
- 0,
964
- [_rAes, _ta],
965
- [[0, 1], 128 | 0], 2
966
- ];
967
- var TagResourceResponse$ = [3, n0, _TRRa,
968
- 0,
969
- [],
970
- []
971
- ];
972
- var TargetAccountConfiguration$ = [3, n0, _TAC,
973
- 0,
974
- [_rA, _aIc, _d],
975
- [0, 0, 0]
976
- ];
977
- var TargetAccountConfigurationSummary$ = [3, n0, _TACS,
978
- 0,
979
- [_rA, _aIc, _d],
980
- [0, 0, 0]
981
- ];
982
- var TargetResourceType$ = [3, n0, _TRT,
983
- 0,
984
- [_rT, _d, _p],
985
- [0, 0, () => TargetResourceTypeParameterMap]
986
- ];
987
- var TargetResourceTypeParameter$ = [3, n0, _TRTP,
988
- 0,
989
- [_d, _r],
990
- [0, 2]
991
- ];
992
- var TargetResourceTypeSummary$ = [3, n0, _TRTS,
993
- 0,
994
- [_rT, _d],
995
- [0, 0]
996
- ];
997
- var UntagResourceRequest$ = [3, n0, _URR,
998
- 0,
999
- [_rAes, _tK],
1000
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 1
1001
- ];
1002
- var UntagResourceResponse$ = [3, n0, _URRn,
1003
- 0,
1004
- [],
1005
- []
1006
- ];
1007
- var UpdateExperimentTemplateActionInputItem$ = [3, n0, _UETAII,
1008
- 0,
1009
- [_aI, _d, _p, _t, _sA],
1010
- [0, 0, 128 | 0, 128 | 0, 64 | 0]
1011
- ];
1012
- var UpdateExperimentTemplateExperimentOptionsInput$ = [3, n0, _UETEOI,
1013
- 0,
1014
- [_eTRM],
1015
- [0]
1016
- ];
1017
- var UpdateExperimentTemplateLogConfigurationInput$ = [3, n0, _UETLCI,
1018
- 0,
1019
- [_cWLC, _sC, _lSV],
1020
- [() => ExperimentTemplateCloudWatchLogsLogConfigurationInput$, () => ExperimentTemplateS3LogConfigurationInput$, 1]
1021
- ];
1022
- var UpdateExperimentTemplateReportConfigurationInput$ = [3, n0, _UETRCI,
1023
- 0,
1024
- [_o, _dS, _pED, _pEDo],
1025
- [() => ExperimentTemplateReportConfigurationOutputsInput$, () => ExperimentTemplateReportConfigurationDataSourcesInput$, 0, 0]
1026
- ];
1027
- var UpdateExperimentTemplateRequest$ = [3, n0, _UETR,
1028
- 0,
1029
- [_i, _d, _sCt, _t, _ac, _rA, _lC, _eO, _eRC],
1030
- [[0, 1], 0, () => UpdateExperimentTemplateStopConditionInputList, () => UpdateExperimentTemplateTargetInputMap, () => UpdateExperimentTemplateActionInputMap, 0, () => UpdateExperimentTemplateLogConfigurationInput$, () => UpdateExperimentTemplateExperimentOptionsInput$, () => UpdateExperimentTemplateReportConfigurationInput$], 1
1031
- ];
1032
- var UpdateExperimentTemplateResponse$ = [3, n0, _UETRp,
1033
- 0,
1034
- [_eT],
1035
- [() => ExperimentTemplate$]
1036
- ];
1037
- var UpdateExperimentTemplateStopConditionInput$ = [3, n0, _UETSCI,
1038
- 0,
1039
- [_s, _v],
1040
- [0, 0], 1
1041
- ];
1042
- var UpdateExperimentTemplateTargetInput$ = [3, n0, _UETTI,
1043
- 0,
1044
- [_rT, _sM, _rAe, _rTe, _f, _p],
1045
- [0, 0, 64 | 0, 128 | 0, () => ExperimentTemplateTargetFilterInputList, 128 | 0], 2
1046
- ];
1047
- var UpdateSafetyLeverStateInput$ = [3, n0, _USLSI,
1048
- 0,
1049
- [_sta, _re],
1050
- [0, 0], 2
1051
- ];
1052
- var UpdateSafetyLeverStateRequest$ = [3, n0, _USLSR,
1053
- 0,
1054
- [_i, _st],
1055
- [[0, 1], () => UpdateSafetyLeverStateInput$], 2
1056
- ];
1057
- var UpdateSafetyLeverStateResponse$ = [3, n0, _USLSRp,
1058
- 0,
1059
- [_sL],
1060
- [() => SafetyLever$]
1061
- ];
1062
- var UpdateTargetAccountConfigurationRequest$ = [3, n0, _UTACR,
1063
- 0,
1064
- [_eTI, _aIc, _rA, _d],
1065
- [[0, 1], [0, 1], 0, 0], 2
1066
- ];
1067
- var UpdateTargetAccountConfigurationResponse$ = [3, n0, _UTACRp,
1068
- 0,
1069
- [_tAC],
1070
- [() => TargetAccountConfiguration$]
1071
- ];
1072
- var ValidationException$ = [-3, n0, _VE,
1073
- { [_aQE]: [`ValidationException`, 400], [_e]: _c, [_hE]: 400 },
1074
- [_m],
1075
- [0]
1076
- ];
1077
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1078
- var FisServiceException$ = [-3, _sm, "FisServiceException", 0, [], []];
1079
- schema.TypeRegistry.for(_sm).registerError(FisServiceException$, FisServiceException);
1080
- var ActionSummaryList = [1, n0, _ASL,
1081
- 0, () => ActionSummary$
1082
- ];
1083
- var CreateExperimentTemplateStopConditionInputList = [1, n0, _CETSCIL,
1084
- 0, () => CreateExperimentTemplateStopConditionInput$
1085
- ];
1086
- var ExperimentReportConfigurationCloudWatchDashboardList = [1, n0, _ERCCWDL,
1087
- 0, () => ExperimentReportConfigurationCloudWatchDashboard$
1088
- ];
1089
- var ExperimentReportS3ReportList = [1, n0, _ERSRL,
1090
- 0, () => ExperimentReportS3Report$
1091
- ];
1092
- var ExperimentStopConditionList = [1, n0, _ESCL,
1093
- 0, () => ExperimentStopCondition$
1094
- ];
1095
- var ExperimentSummaryList = [1, n0, _ESL,
1096
- 0, () => ExperimentSummary$
1097
- ];
1098
- var ExperimentTargetAccountConfigurationList = [1, n0, _ETACL,
1099
- 0, () => ExperimentTargetAccountConfigurationSummary$
1100
- ];
1101
- var ExperimentTargetFilterList = [1, n0, _ETFL,
1102
- 0, () => ExperimentTargetFilter$
1103
- ];
1104
- var ExperimentTemplateReportConfigurationCloudWatchDashboardList = [1, n0, _ETRCCWDL,
1105
- 0, () => ExperimentTemplateReportConfigurationCloudWatchDashboard$
1106
- ];
1107
- var ExperimentTemplateStopConditionList = [1, n0, _ETSCL,
1108
- 0, () => ExperimentTemplateStopCondition$
1109
- ];
1110
- var ExperimentTemplateSummaryList = [1, n0, _ETSL,
1111
- 0, () => ExperimentTemplateSummary$
1112
- ];
1113
- var ExperimentTemplateTargetFilterInputList = [1, n0, _ETTFIL,
1114
- 0, () => ExperimentTemplateTargetInputFilter$
1115
- ];
1116
- var ExperimentTemplateTargetFilterList = [1, n0, _ETTFL,
1117
- 0, () => ExperimentTemplateTargetFilter$
1118
- ];
1119
- var ReportConfigurationCloudWatchDashboardInputList = [1, n0, _RCCWDIL,
1120
- 0, () => ReportConfigurationCloudWatchDashboardInput$
1121
- ];
1122
- var ResolvedTargetList = [1, n0, _RTL,
1123
- 0, () => ResolvedTarget$
1124
- ];
1125
- var TargetAccountConfigurationList = [1, n0, _TACL,
1126
- 0, () => TargetAccountConfigurationSummary$
1127
- ];
1128
- var TargetResourceTypeSummaryList = [1, n0, _TRTSL,
1129
- 0, () => TargetResourceTypeSummary$
1130
- ];
1131
- var UpdateExperimentTemplateStopConditionInputList = [1, n0, _UETSCIL,
1132
- 0, () => UpdateExperimentTemplateStopConditionInput$
1133
- ];
1134
- var ActionParameterMap = [2, n0, _APM,
1135
- 0, 0, () => ActionParameter$
1136
- ];
1137
- var ActionTargetMap = [2, n0, _ATM,
1138
- 0, 0, () => ActionTarget$
1139
- ];
1140
- var CreateExperimentTemplateActionInputMap = [2, n0, _CETAIM,
1141
- 0, 0, () => CreateExperimentTemplateActionInput$
1142
- ];
1143
- var CreateExperimentTemplateTargetInputMap = [2, n0, _CETTIM,
1144
- 0, 0, () => CreateExperimentTemplateTargetInput$
1145
- ];
1146
- var ExperimentActionMap = [2, n0, _EAM,
1147
- 0, 0, () => ExperimentAction$
1148
- ];
1149
- var ExperimentTargetMap = [2, n0, _ETM,
1150
- 0, 0, () => ExperimentTarget$
1151
- ];
1152
- var ExperimentTemplateActionMap = [2, n0, _ETAM,
1153
- 0, 0, () => ExperimentTemplateAction$
1154
- ];
1155
- var ExperimentTemplateTargetMap = [2, n0, _ETTM,
1156
- 0, 0, () => ExperimentTemplateTarget$
1157
- ];
1158
- var TargetResourceTypeParameterMap = [2, n0, _TRTPM,
1159
- 0, 0, () => TargetResourceTypeParameter$
1160
- ];
1161
- var UpdateExperimentTemplateActionInputMap = [2, n0, _UETAIM,
1162
- 0, 0, () => UpdateExperimentTemplateActionInputItem$
1163
- ];
1164
- var UpdateExperimentTemplateTargetInputMap = [2, n0, _UETTIM,
1165
- 0, 0, () => UpdateExperimentTemplateTargetInput$
1166
- ];
1167
- var CreateExperimentTemplate$ = [9, n0, _CET,
1168
- { [_h]: ["POST", "/experimentTemplates", 200] }, () => CreateExperimentTemplateRequest$, () => CreateExperimentTemplateResponse$
1169
- ];
1170
- var CreateTargetAccountConfiguration$ = [9, n0, _CTAC,
1171
- { [_h]: ["POST", "/experimentTemplates/{experimentTemplateId}/targetAccountConfigurations/{accountId}", 200] }, () => CreateTargetAccountConfigurationRequest$, () => CreateTargetAccountConfigurationResponse$
1172
- ];
1173
- var DeleteExperimentTemplate$ = [9, n0, _DET,
1174
- { [_h]: ["DELETE", "/experimentTemplates/{id}", 200] }, () => DeleteExperimentTemplateRequest$, () => DeleteExperimentTemplateResponse$
1175
- ];
1176
- var DeleteTargetAccountConfiguration$ = [9, n0, _DTAC,
1177
- { [_h]: ["DELETE", "/experimentTemplates/{experimentTemplateId}/targetAccountConfigurations/{accountId}", 200] }, () => DeleteTargetAccountConfigurationRequest$, () => DeleteTargetAccountConfigurationResponse$
1178
- ];
1179
- var GetAction$ = [9, n0, _GA,
1180
- { [_h]: ["GET", "/actions/{id}", 200] }, () => GetActionRequest$, () => GetActionResponse$
1181
- ];
1182
- var GetExperiment$ = [9, n0, _GE,
1183
- { [_h]: ["GET", "/experiments/{id}", 200] }, () => GetExperimentRequest$, () => GetExperimentResponse$
1184
- ];
1185
- var GetExperimentTargetAccountConfiguration$ = [9, n0, _GETAC,
1186
- { [_h]: ["GET", "/experiments/{experimentId}/targetAccountConfigurations/{accountId}", 200] }, () => GetExperimentTargetAccountConfigurationRequest$, () => GetExperimentTargetAccountConfigurationResponse$
1187
- ];
1188
- var GetExperimentTemplate$ = [9, n0, _GET,
1189
- { [_h]: ["GET", "/experimentTemplates/{id}", 200] }, () => GetExperimentTemplateRequest$, () => GetExperimentTemplateResponse$
1190
- ];
1191
- var GetSafetyLever$ = [9, n0, _GSL,
1192
- { [_h]: ["GET", "/safetyLevers/{id}", 200] }, () => GetSafetyLeverRequest$, () => GetSafetyLeverResponse$
1193
- ];
1194
- var GetTargetAccountConfiguration$ = [9, n0, _GTAC,
1195
- { [_h]: ["GET", "/experimentTemplates/{experimentTemplateId}/targetAccountConfigurations/{accountId}", 200] }, () => GetTargetAccountConfigurationRequest$, () => GetTargetAccountConfigurationResponse$
1196
- ];
1197
- var GetTargetResourceType$ = [9, n0, _GTRT,
1198
- { [_h]: ["GET", "/targetResourceTypes/{resourceType}", 200] }, () => GetTargetResourceTypeRequest$, () => GetTargetResourceTypeResponse$
1199
- ];
1200
- var ListActions$ = [9, n0, _LA,
1201
- { [_h]: ["GET", "/actions", 200] }, () => ListActionsRequest$, () => ListActionsResponse$
1202
- ];
1203
- var ListExperimentResolvedTargets$ = [9, n0, _LERT,
1204
- { [_h]: ["GET", "/experiments/{experimentId}/resolvedTargets", 200] }, () => ListExperimentResolvedTargetsRequest$, () => ListExperimentResolvedTargetsResponse$
1205
- ];
1206
- var ListExperiments$ = [9, n0, _LE,
1207
- { [_h]: ["GET", "/experiments", 200] }, () => ListExperimentsRequest$, () => ListExperimentsResponse$
1208
- ];
1209
- var ListExperimentTargetAccountConfigurations$ = [9, n0, _LETAC,
1210
- { [_h]: ["GET", "/experiments/{experimentId}/targetAccountConfigurations", 200] }, () => ListExperimentTargetAccountConfigurationsRequest$, () => ListExperimentTargetAccountConfigurationsResponse$
1211
- ];
1212
- var ListExperimentTemplates$ = [9, n0, _LET,
1213
- { [_h]: ["GET", "/experimentTemplates", 200] }, () => ListExperimentTemplatesRequest$, () => ListExperimentTemplatesResponse$
1214
- ];
1215
- var ListTagsForResource$ = [9, n0, _LTFR,
1216
- { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1217
- ];
1218
- var ListTargetAccountConfigurations$ = [9, n0, _LTAC,
1219
- { [_h]: ["GET", "/experimentTemplates/{experimentTemplateId}/targetAccountConfigurations", 200] }, () => ListTargetAccountConfigurationsRequest$, () => ListTargetAccountConfigurationsResponse$
1220
- ];
1221
- var ListTargetResourceTypes$ = [9, n0, _LTRT,
1222
- { [_h]: ["GET", "/targetResourceTypes", 200] }, () => ListTargetResourceTypesRequest$, () => ListTargetResourceTypesResponse$
1223
- ];
1224
- var StartExperiment$ = [9, n0, _SE,
1225
- { [_h]: ["POST", "/experiments", 200] }, () => StartExperimentRequest$, () => StartExperimentResponse$
1226
- ];
1227
- var StopExperiment$ = [9, n0, _SEt,
1228
- { [_h]: ["DELETE", "/experiments/{id}", 200] }, () => StopExperimentRequest$, () => StopExperimentResponse$
1229
- ];
1230
- var TagResource$ = [9, n0, _TR,
1231
- { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
1232
- ];
1233
- var UntagResource$ = [9, n0, _UR,
1234
- { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
1235
- ];
1236
- var UpdateExperimentTemplate$ = [9, n0, _UET,
1237
- { [_h]: ["PATCH", "/experimentTemplates/{id}", 200] }, () => UpdateExperimentTemplateRequest$, () => UpdateExperimentTemplateResponse$
1238
- ];
1239
- var UpdateSafetyLeverState$ = [9, n0, _USLS,
1240
- { [_h]: ["PATCH", "/safetyLevers/{id}/state", 200] }, () => UpdateSafetyLeverStateRequest$, () => UpdateSafetyLeverStateResponse$
1241
- ];
1242
- var UpdateTargetAccountConfiguration$ = [9, n0, _UTAC,
1243
- { [_h]: ["PATCH", "/experimentTemplates/{experimentTemplateId}/targetAccountConfigurations/{accountId}", 200] }, () => UpdateTargetAccountConfigurationRequest$, () => UpdateTargetAccountConfigurationResponse$
1244
- ];
1245
-
1246
116
  class CreateExperimentTemplateCommand extends smithyClient.Command
1247
117
  .classBuilder()
1248
118
  .ep(commonParams)
@@ -1251,7 +121,7 @@ class CreateExperimentTemplateCommand extends smithyClient.Command
1251
121
  })
1252
122
  .s("FaultInjectionSimulator", "CreateExperimentTemplate", {})
1253
123
  .n("FisClient", "CreateExperimentTemplateCommand")
1254
- .sc(CreateExperimentTemplate$)
124
+ .sc(schemas_0.CreateExperimentTemplate$)
1255
125
  .build() {
1256
126
  }
1257
127
 
@@ -1263,7 +133,7 @@ class CreateTargetAccountConfigurationCommand extends smithyClient.Command
1263
133
  })
1264
134
  .s("FaultInjectionSimulator", "CreateTargetAccountConfiguration", {})
1265
135
  .n("FisClient", "CreateTargetAccountConfigurationCommand")
1266
- .sc(CreateTargetAccountConfiguration$)
136
+ .sc(schemas_0.CreateTargetAccountConfiguration$)
1267
137
  .build() {
1268
138
  }
1269
139
 
@@ -1275,7 +145,7 @@ class DeleteExperimentTemplateCommand extends smithyClient.Command
1275
145
  })
1276
146
  .s("FaultInjectionSimulator", "DeleteExperimentTemplate", {})
1277
147
  .n("FisClient", "DeleteExperimentTemplateCommand")
1278
- .sc(DeleteExperimentTemplate$)
148
+ .sc(schemas_0.DeleteExperimentTemplate$)
1279
149
  .build() {
1280
150
  }
1281
151
 
@@ -1287,7 +157,7 @@ class DeleteTargetAccountConfigurationCommand extends smithyClient.Command
1287
157
  })
1288
158
  .s("FaultInjectionSimulator", "DeleteTargetAccountConfiguration", {})
1289
159
  .n("FisClient", "DeleteTargetAccountConfigurationCommand")
1290
- .sc(DeleteTargetAccountConfiguration$)
160
+ .sc(schemas_0.DeleteTargetAccountConfiguration$)
1291
161
  .build() {
1292
162
  }
1293
163
 
@@ -1299,7 +169,7 @@ class GetActionCommand extends smithyClient.Command
1299
169
  })
1300
170
  .s("FaultInjectionSimulator", "GetAction", {})
1301
171
  .n("FisClient", "GetActionCommand")
1302
- .sc(GetAction$)
172
+ .sc(schemas_0.GetAction$)
1303
173
  .build() {
1304
174
  }
1305
175
 
@@ -1311,7 +181,7 @@ class GetExperimentCommand extends smithyClient.Command
1311
181
  })
1312
182
  .s("FaultInjectionSimulator", "GetExperiment", {})
1313
183
  .n("FisClient", "GetExperimentCommand")
1314
- .sc(GetExperiment$)
184
+ .sc(schemas_0.GetExperiment$)
1315
185
  .build() {
1316
186
  }
1317
187
 
@@ -1323,7 +193,7 @@ class GetExperimentTargetAccountConfigurationCommand extends smithyClient.Comman
1323
193
  })
1324
194
  .s("FaultInjectionSimulator", "GetExperimentTargetAccountConfiguration", {})
1325
195
  .n("FisClient", "GetExperimentTargetAccountConfigurationCommand")
1326
- .sc(GetExperimentTargetAccountConfiguration$)
196
+ .sc(schemas_0.GetExperimentTargetAccountConfiguration$)
1327
197
  .build() {
1328
198
  }
1329
199
 
@@ -1335,7 +205,7 @@ class GetExperimentTemplateCommand extends smithyClient.Command
1335
205
  })
1336
206
  .s("FaultInjectionSimulator", "GetExperimentTemplate", {})
1337
207
  .n("FisClient", "GetExperimentTemplateCommand")
1338
- .sc(GetExperimentTemplate$)
208
+ .sc(schemas_0.GetExperimentTemplate$)
1339
209
  .build() {
1340
210
  }
1341
211
 
@@ -1347,7 +217,7 @@ class GetSafetyLeverCommand extends smithyClient.Command
1347
217
  })
1348
218
  .s("FaultInjectionSimulator", "GetSafetyLever", {})
1349
219
  .n("FisClient", "GetSafetyLeverCommand")
1350
- .sc(GetSafetyLever$)
220
+ .sc(schemas_0.GetSafetyLever$)
1351
221
  .build() {
1352
222
  }
1353
223
 
@@ -1359,7 +229,7 @@ class GetTargetAccountConfigurationCommand extends smithyClient.Command
1359
229
  })
1360
230
  .s("FaultInjectionSimulator", "GetTargetAccountConfiguration", {})
1361
231
  .n("FisClient", "GetTargetAccountConfigurationCommand")
1362
- .sc(GetTargetAccountConfiguration$)
232
+ .sc(schemas_0.GetTargetAccountConfiguration$)
1363
233
  .build() {
1364
234
  }
1365
235
 
@@ -1371,7 +241,7 @@ class GetTargetResourceTypeCommand extends smithyClient.Command
1371
241
  })
1372
242
  .s("FaultInjectionSimulator", "GetTargetResourceType", {})
1373
243
  .n("FisClient", "GetTargetResourceTypeCommand")
1374
- .sc(GetTargetResourceType$)
244
+ .sc(schemas_0.GetTargetResourceType$)
1375
245
  .build() {
1376
246
  }
1377
247
 
@@ -1383,7 +253,7 @@ class ListActionsCommand extends smithyClient.Command
1383
253
  })
1384
254
  .s("FaultInjectionSimulator", "ListActions", {})
1385
255
  .n("FisClient", "ListActionsCommand")
1386
- .sc(ListActions$)
256
+ .sc(schemas_0.ListActions$)
1387
257
  .build() {
1388
258
  }
1389
259
 
@@ -1395,7 +265,7 @@ class ListExperimentResolvedTargetsCommand extends smithyClient.Command
1395
265
  })
1396
266
  .s("FaultInjectionSimulator", "ListExperimentResolvedTargets", {})
1397
267
  .n("FisClient", "ListExperimentResolvedTargetsCommand")
1398
- .sc(ListExperimentResolvedTargets$)
268
+ .sc(schemas_0.ListExperimentResolvedTargets$)
1399
269
  .build() {
1400
270
  }
1401
271
 
@@ -1407,7 +277,7 @@ class ListExperimentsCommand extends smithyClient.Command
1407
277
  })
1408
278
  .s("FaultInjectionSimulator", "ListExperiments", {})
1409
279
  .n("FisClient", "ListExperimentsCommand")
1410
- .sc(ListExperiments$)
280
+ .sc(schemas_0.ListExperiments$)
1411
281
  .build() {
1412
282
  }
1413
283
 
@@ -1419,7 +289,7 @@ class ListExperimentTargetAccountConfigurationsCommand extends smithyClient.Comm
1419
289
  })
1420
290
  .s("FaultInjectionSimulator", "ListExperimentTargetAccountConfigurations", {})
1421
291
  .n("FisClient", "ListExperimentTargetAccountConfigurationsCommand")
1422
- .sc(ListExperimentTargetAccountConfigurations$)
292
+ .sc(schemas_0.ListExperimentTargetAccountConfigurations$)
1423
293
  .build() {
1424
294
  }
1425
295
 
@@ -1431,7 +301,7 @@ class ListExperimentTemplatesCommand extends smithyClient.Command
1431
301
  })
1432
302
  .s("FaultInjectionSimulator", "ListExperimentTemplates", {})
1433
303
  .n("FisClient", "ListExperimentTemplatesCommand")
1434
- .sc(ListExperimentTemplates$)
304
+ .sc(schemas_0.ListExperimentTemplates$)
1435
305
  .build() {
1436
306
  }
1437
307
 
@@ -1443,7 +313,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1443
313
  })
1444
314
  .s("FaultInjectionSimulator", "ListTagsForResource", {})
1445
315
  .n("FisClient", "ListTagsForResourceCommand")
1446
- .sc(ListTagsForResource$)
316
+ .sc(schemas_0.ListTagsForResource$)
1447
317
  .build() {
1448
318
  }
1449
319
 
@@ -1455,7 +325,7 @@ class ListTargetAccountConfigurationsCommand extends smithyClient.Command
1455
325
  })
1456
326
  .s("FaultInjectionSimulator", "ListTargetAccountConfigurations", {})
1457
327
  .n("FisClient", "ListTargetAccountConfigurationsCommand")
1458
- .sc(ListTargetAccountConfigurations$)
328
+ .sc(schemas_0.ListTargetAccountConfigurations$)
1459
329
  .build() {
1460
330
  }
1461
331
 
@@ -1467,7 +337,7 @@ class ListTargetResourceTypesCommand extends smithyClient.Command
1467
337
  })
1468
338
  .s("FaultInjectionSimulator", "ListTargetResourceTypes", {})
1469
339
  .n("FisClient", "ListTargetResourceTypesCommand")
1470
- .sc(ListTargetResourceTypes$)
340
+ .sc(schemas_0.ListTargetResourceTypes$)
1471
341
  .build() {
1472
342
  }
1473
343
 
@@ -1479,7 +349,7 @@ class StartExperimentCommand extends smithyClient.Command
1479
349
  })
1480
350
  .s("FaultInjectionSimulator", "StartExperiment", {})
1481
351
  .n("FisClient", "StartExperimentCommand")
1482
- .sc(StartExperiment$)
352
+ .sc(schemas_0.StartExperiment$)
1483
353
  .build() {
1484
354
  }
1485
355
 
@@ -1491,7 +361,7 @@ class StopExperimentCommand extends smithyClient.Command
1491
361
  })
1492
362
  .s("FaultInjectionSimulator", "StopExperiment", {})
1493
363
  .n("FisClient", "StopExperimentCommand")
1494
- .sc(StopExperiment$)
364
+ .sc(schemas_0.StopExperiment$)
1495
365
  .build() {
1496
366
  }
1497
367
 
@@ -1503,7 +373,7 @@ class TagResourceCommand extends smithyClient.Command
1503
373
  })
1504
374
  .s("FaultInjectionSimulator", "TagResource", {})
1505
375
  .n("FisClient", "TagResourceCommand")
1506
- .sc(TagResource$)
376
+ .sc(schemas_0.TagResource$)
1507
377
  .build() {
1508
378
  }
1509
379
 
@@ -1515,7 +385,7 @@ class UntagResourceCommand extends smithyClient.Command
1515
385
  })
1516
386
  .s("FaultInjectionSimulator", "UntagResource", {})
1517
387
  .n("FisClient", "UntagResourceCommand")
1518
- .sc(UntagResource$)
388
+ .sc(schemas_0.UntagResource$)
1519
389
  .build() {
1520
390
  }
1521
391
 
@@ -1527,7 +397,7 @@ class UpdateExperimentTemplateCommand extends smithyClient.Command
1527
397
  })
1528
398
  .s("FaultInjectionSimulator", "UpdateExperimentTemplate", {})
1529
399
  .n("FisClient", "UpdateExperimentTemplateCommand")
1530
- .sc(UpdateExperimentTemplate$)
400
+ .sc(schemas_0.UpdateExperimentTemplate$)
1531
401
  .build() {
1532
402
  }
1533
403
 
@@ -1539,7 +409,7 @@ class UpdateSafetyLeverStateCommand extends smithyClient.Command
1539
409
  })
1540
410
  .s("FaultInjectionSimulator", "UpdateSafetyLeverState", {})
1541
411
  .n("FisClient", "UpdateSafetyLeverStateCommand")
1542
- .sc(UpdateSafetyLeverState$)
412
+ .sc(schemas_0.UpdateSafetyLeverState$)
1543
413
  .build() {
1544
414
  }
1545
415
 
@@ -1551,7 +421,7 @@ class UpdateTargetAccountConfigurationCommand extends smithyClient.Command
1551
421
  })
1552
422
  .s("FaultInjectionSimulator", "UpdateTargetAccountConfiguration", {})
1553
423
  .n("FisClient", "UpdateTargetAccountConfigurationCommand")
1554
- .sc(UpdateTargetAccountConfiguration$)
424
+ .sc(schemas_0.UpdateTargetAccountConfiguration$)
1555
425
  .build() {
1556
426
  }
1557
427
 
@@ -1665,205 +535,61 @@ Object.defineProperty(exports, "__Client", {
1665
535
  enumerable: true,
1666
536
  get: function () { return smithyClient.Client; }
1667
537
  });
538
+ Object.defineProperty(exports, "FisServiceException", {
539
+ enumerable: true,
540
+ get: function () { return FisServiceException.FisServiceException; }
541
+ });
1668
542
  exports.AccountTargeting = AccountTargeting;
1669
- exports.Action$ = Action$;
1670
- exports.ActionParameter$ = ActionParameter$;
1671
- exports.ActionSummary$ = ActionSummary$;
1672
- exports.ActionTarget$ = ActionTarget$;
1673
543
  exports.ActionsMode = ActionsMode;
1674
- exports.ConflictException = ConflictException;
1675
- exports.ConflictException$ = ConflictException$;
1676
- exports.CreateExperimentTemplate$ = CreateExperimentTemplate$;
1677
- exports.CreateExperimentTemplateActionInput$ = CreateExperimentTemplateActionInput$;
1678
544
  exports.CreateExperimentTemplateCommand = CreateExperimentTemplateCommand;
1679
- exports.CreateExperimentTemplateExperimentOptionsInput$ = CreateExperimentTemplateExperimentOptionsInput$;
1680
- exports.CreateExperimentTemplateLogConfigurationInput$ = CreateExperimentTemplateLogConfigurationInput$;
1681
- exports.CreateExperimentTemplateReportConfigurationInput$ = CreateExperimentTemplateReportConfigurationInput$;
1682
- exports.CreateExperimentTemplateRequest$ = CreateExperimentTemplateRequest$;
1683
- exports.CreateExperimentTemplateResponse$ = CreateExperimentTemplateResponse$;
1684
- exports.CreateExperimentTemplateStopConditionInput$ = CreateExperimentTemplateStopConditionInput$;
1685
- exports.CreateExperimentTemplateTargetInput$ = CreateExperimentTemplateTargetInput$;
1686
- exports.CreateTargetAccountConfiguration$ = CreateTargetAccountConfiguration$;
1687
545
  exports.CreateTargetAccountConfigurationCommand = CreateTargetAccountConfigurationCommand;
1688
- exports.CreateTargetAccountConfigurationRequest$ = CreateTargetAccountConfigurationRequest$;
1689
- exports.CreateTargetAccountConfigurationResponse$ = CreateTargetAccountConfigurationResponse$;
1690
- exports.DeleteExperimentTemplate$ = DeleteExperimentTemplate$;
1691
546
  exports.DeleteExperimentTemplateCommand = DeleteExperimentTemplateCommand;
1692
- exports.DeleteExperimentTemplateRequest$ = DeleteExperimentTemplateRequest$;
1693
- exports.DeleteExperimentTemplateResponse$ = DeleteExperimentTemplateResponse$;
1694
- exports.DeleteTargetAccountConfiguration$ = DeleteTargetAccountConfiguration$;
1695
547
  exports.DeleteTargetAccountConfigurationCommand = DeleteTargetAccountConfigurationCommand;
1696
- exports.DeleteTargetAccountConfigurationRequest$ = DeleteTargetAccountConfigurationRequest$;
1697
- exports.DeleteTargetAccountConfigurationResponse$ = DeleteTargetAccountConfigurationResponse$;
1698
548
  exports.EmptyTargetResolutionMode = EmptyTargetResolutionMode;
1699
- exports.Experiment$ = Experiment$;
1700
- exports.ExperimentAction$ = ExperimentAction$;
1701
- exports.ExperimentActionState$ = ExperimentActionState$;
1702
549
  exports.ExperimentActionStatus = ExperimentActionStatus;
1703
- exports.ExperimentCloudWatchLogsLogConfiguration$ = ExperimentCloudWatchLogsLogConfiguration$;
1704
- exports.ExperimentError$ = ExperimentError$;
1705
- exports.ExperimentLogConfiguration$ = ExperimentLogConfiguration$;
1706
- exports.ExperimentOptions$ = ExperimentOptions$;
1707
- exports.ExperimentReport$ = ExperimentReport$;
1708
- exports.ExperimentReportConfiguration$ = ExperimentReportConfiguration$;
1709
- exports.ExperimentReportConfigurationCloudWatchDashboard$ = ExperimentReportConfigurationCloudWatchDashboard$;
1710
- exports.ExperimentReportConfigurationDataSources$ = ExperimentReportConfigurationDataSources$;
1711
- exports.ExperimentReportConfigurationOutputs$ = ExperimentReportConfigurationOutputs$;
1712
- exports.ExperimentReportConfigurationOutputsS3Configuration$ = ExperimentReportConfigurationOutputsS3Configuration$;
1713
- exports.ExperimentReportError$ = ExperimentReportError$;
1714
- exports.ExperimentReportS3Report$ = ExperimentReportS3Report$;
1715
- exports.ExperimentReportState$ = ExperimentReportState$;
1716
550
  exports.ExperimentReportStatus = ExperimentReportStatus;
1717
- exports.ExperimentS3LogConfiguration$ = ExperimentS3LogConfiguration$;
1718
- exports.ExperimentState$ = ExperimentState$;
1719
551
  exports.ExperimentStatus = ExperimentStatus;
1720
- exports.ExperimentStopCondition$ = ExperimentStopCondition$;
1721
- exports.ExperimentSummary$ = ExperimentSummary$;
1722
- exports.ExperimentTarget$ = ExperimentTarget$;
1723
- exports.ExperimentTargetAccountConfiguration$ = ExperimentTargetAccountConfiguration$;
1724
- exports.ExperimentTargetAccountConfigurationSummary$ = ExperimentTargetAccountConfigurationSummary$;
1725
- exports.ExperimentTargetFilter$ = ExperimentTargetFilter$;
1726
- exports.ExperimentTemplate$ = ExperimentTemplate$;
1727
- exports.ExperimentTemplateAction$ = ExperimentTemplateAction$;
1728
- exports.ExperimentTemplateCloudWatchLogsLogConfiguration$ = ExperimentTemplateCloudWatchLogsLogConfiguration$;
1729
- exports.ExperimentTemplateCloudWatchLogsLogConfigurationInput$ = ExperimentTemplateCloudWatchLogsLogConfigurationInput$;
1730
- exports.ExperimentTemplateExperimentOptions$ = ExperimentTemplateExperimentOptions$;
1731
- exports.ExperimentTemplateLogConfiguration$ = ExperimentTemplateLogConfiguration$;
1732
- exports.ExperimentTemplateReportConfiguration$ = ExperimentTemplateReportConfiguration$;
1733
- exports.ExperimentTemplateReportConfigurationCloudWatchDashboard$ = ExperimentTemplateReportConfigurationCloudWatchDashboard$;
1734
- exports.ExperimentTemplateReportConfigurationDataSources$ = ExperimentTemplateReportConfigurationDataSources$;
1735
- exports.ExperimentTemplateReportConfigurationDataSourcesInput$ = ExperimentTemplateReportConfigurationDataSourcesInput$;
1736
- exports.ExperimentTemplateReportConfigurationOutputs$ = ExperimentTemplateReportConfigurationOutputs$;
1737
- exports.ExperimentTemplateReportConfigurationOutputsInput$ = ExperimentTemplateReportConfigurationOutputsInput$;
1738
- exports.ExperimentTemplateS3LogConfiguration$ = ExperimentTemplateS3LogConfiguration$;
1739
- exports.ExperimentTemplateS3LogConfigurationInput$ = ExperimentTemplateS3LogConfigurationInput$;
1740
- exports.ExperimentTemplateStopCondition$ = ExperimentTemplateStopCondition$;
1741
- exports.ExperimentTemplateSummary$ = ExperimentTemplateSummary$;
1742
- exports.ExperimentTemplateTarget$ = ExperimentTemplateTarget$;
1743
- exports.ExperimentTemplateTargetFilter$ = ExperimentTemplateTargetFilter$;
1744
- exports.ExperimentTemplateTargetInputFilter$ = ExperimentTemplateTargetInputFilter$;
1745
552
  exports.Fis = Fis;
1746
553
  exports.FisClient = FisClient;
1747
- exports.FisServiceException = FisServiceException;
1748
- exports.FisServiceException$ = FisServiceException$;
1749
- exports.GetAction$ = GetAction$;
1750
554
  exports.GetActionCommand = GetActionCommand;
1751
- exports.GetActionRequest$ = GetActionRequest$;
1752
- exports.GetActionResponse$ = GetActionResponse$;
1753
- exports.GetExperiment$ = GetExperiment$;
1754
555
  exports.GetExperimentCommand = GetExperimentCommand;
1755
- exports.GetExperimentRequest$ = GetExperimentRequest$;
1756
- exports.GetExperimentResponse$ = GetExperimentResponse$;
1757
- exports.GetExperimentTargetAccountConfiguration$ = GetExperimentTargetAccountConfiguration$;
1758
556
  exports.GetExperimentTargetAccountConfigurationCommand = GetExperimentTargetAccountConfigurationCommand;
1759
- exports.GetExperimentTargetAccountConfigurationRequest$ = GetExperimentTargetAccountConfigurationRequest$;
1760
- exports.GetExperimentTargetAccountConfigurationResponse$ = GetExperimentTargetAccountConfigurationResponse$;
1761
- exports.GetExperimentTemplate$ = GetExperimentTemplate$;
1762
557
  exports.GetExperimentTemplateCommand = GetExperimentTemplateCommand;
1763
- exports.GetExperimentTemplateRequest$ = GetExperimentTemplateRequest$;
1764
- exports.GetExperimentTemplateResponse$ = GetExperimentTemplateResponse$;
1765
- exports.GetSafetyLever$ = GetSafetyLever$;
1766
558
  exports.GetSafetyLeverCommand = GetSafetyLeverCommand;
1767
- exports.GetSafetyLeverRequest$ = GetSafetyLeverRequest$;
1768
- exports.GetSafetyLeverResponse$ = GetSafetyLeverResponse$;
1769
- exports.GetTargetAccountConfiguration$ = GetTargetAccountConfiguration$;
1770
559
  exports.GetTargetAccountConfigurationCommand = GetTargetAccountConfigurationCommand;
1771
- exports.GetTargetAccountConfigurationRequest$ = GetTargetAccountConfigurationRequest$;
1772
- exports.GetTargetAccountConfigurationResponse$ = GetTargetAccountConfigurationResponse$;
1773
- exports.GetTargetResourceType$ = GetTargetResourceType$;
1774
560
  exports.GetTargetResourceTypeCommand = GetTargetResourceTypeCommand;
1775
- exports.GetTargetResourceTypeRequest$ = GetTargetResourceTypeRequest$;
1776
- exports.GetTargetResourceTypeResponse$ = GetTargetResourceTypeResponse$;
1777
- exports.ListActions$ = ListActions$;
1778
561
  exports.ListActionsCommand = ListActionsCommand;
1779
- exports.ListActionsRequest$ = ListActionsRequest$;
1780
- exports.ListActionsResponse$ = ListActionsResponse$;
1781
- exports.ListExperimentResolvedTargets$ = ListExperimentResolvedTargets$;
1782
562
  exports.ListExperimentResolvedTargetsCommand = ListExperimentResolvedTargetsCommand;
1783
- exports.ListExperimentResolvedTargetsRequest$ = ListExperimentResolvedTargetsRequest$;
1784
- exports.ListExperimentResolvedTargetsResponse$ = ListExperimentResolvedTargetsResponse$;
1785
- exports.ListExperimentTargetAccountConfigurations$ = ListExperimentTargetAccountConfigurations$;
1786
563
  exports.ListExperimentTargetAccountConfigurationsCommand = ListExperimentTargetAccountConfigurationsCommand;
1787
- exports.ListExperimentTargetAccountConfigurationsRequest$ = ListExperimentTargetAccountConfigurationsRequest$;
1788
- exports.ListExperimentTargetAccountConfigurationsResponse$ = ListExperimentTargetAccountConfigurationsResponse$;
1789
- exports.ListExperimentTemplates$ = ListExperimentTemplates$;
1790
564
  exports.ListExperimentTemplatesCommand = ListExperimentTemplatesCommand;
1791
- exports.ListExperimentTemplatesRequest$ = ListExperimentTemplatesRequest$;
1792
- exports.ListExperimentTemplatesResponse$ = ListExperimentTemplatesResponse$;
1793
- exports.ListExperiments$ = ListExperiments$;
1794
565
  exports.ListExperimentsCommand = ListExperimentsCommand;
1795
- exports.ListExperimentsRequest$ = ListExperimentsRequest$;
1796
- exports.ListExperimentsResponse$ = ListExperimentsResponse$;
1797
- exports.ListTagsForResource$ = ListTagsForResource$;
1798
566
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1799
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1800
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1801
- exports.ListTargetAccountConfigurations$ = ListTargetAccountConfigurations$;
1802
567
  exports.ListTargetAccountConfigurationsCommand = ListTargetAccountConfigurationsCommand;
1803
- exports.ListTargetAccountConfigurationsRequest$ = ListTargetAccountConfigurationsRequest$;
1804
- exports.ListTargetAccountConfigurationsResponse$ = ListTargetAccountConfigurationsResponse$;
1805
- exports.ListTargetResourceTypes$ = ListTargetResourceTypes$;
1806
568
  exports.ListTargetResourceTypesCommand = ListTargetResourceTypesCommand;
1807
- exports.ListTargetResourceTypesRequest$ = ListTargetResourceTypesRequest$;
1808
- exports.ListTargetResourceTypesResponse$ = ListTargetResourceTypesResponse$;
1809
- exports.ReportConfigurationCloudWatchDashboardInput$ = ReportConfigurationCloudWatchDashboardInput$;
1810
- exports.ReportConfigurationS3Output$ = ReportConfigurationS3Output$;
1811
- exports.ReportConfigurationS3OutputInput$ = ReportConfigurationS3OutputInput$;
1812
- exports.ResolvedTarget$ = ResolvedTarget$;
1813
- exports.ResourceNotFoundException = ResourceNotFoundException;
1814
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1815
- exports.SafetyLever$ = SafetyLever$;
1816
- exports.SafetyLeverState$ = SafetyLeverState$;
1817
569
  exports.SafetyLeverStatus = SafetyLeverStatus;
1818
570
  exports.SafetyLeverStatusInput = SafetyLeverStatusInput;
1819
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1820
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1821
- exports.StartExperiment$ = StartExperiment$;
1822
571
  exports.StartExperimentCommand = StartExperimentCommand;
1823
- exports.StartExperimentExperimentOptionsInput$ = StartExperimentExperimentOptionsInput$;
1824
- exports.StartExperimentRequest$ = StartExperimentRequest$;
1825
- exports.StartExperimentResponse$ = StartExperimentResponse$;
1826
- exports.StopExperiment$ = StopExperiment$;
1827
572
  exports.StopExperimentCommand = StopExperimentCommand;
1828
- exports.StopExperimentRequest$ = StopExperimentRequest$;
1829
- exports.StopExperimentResponse$ = StopExperimentResponse$;
1830
- exports.TagResource$ = TagResource$;
1831
573
  exports.TagResourceCommand = TagResourceCommand;
1832
- exports.TagResourceRequest$ = TagResourceRequest$;
1833
- exports.TagResourceResponse$ = TagResourceResponse$;
1834
- exports.TargetAccountConfiguration$ = TargetAccountConfiguration$;
1835
- exports.TargetAccountConfigurationSummary$ = TargetAccountConfigurationSummary$;
1836
- exports.TargetResourceType$ = TargetResourceType$;
1837
- exports.TargetResourceTypeParameter$ = TargetResourceTypeParameter$;
1838
- exports.TargetResourceTypeSummary$ = TargetResourceTypeSummary$;
1839
- exports.UntagResource$ = UntagResource$;
1840
574
  exports.UntagResourceCommand = UntagResourceCommand;
1841
- exports.UntagResourceRequest$ = UntagResourceRequest$;
1842
- exports.UntagResourceResponse$ = UntagResourceResponse$;
1843
- exports.UpdateExperimentTemplate$ = UpdateExperimentTemplate$;
1844
- exports.UpdateExperimentTemplateActionInputItem$ = UpdateExperimentTemplateActionInputItem$;
1845
575
  exports.UpdateExperimentTemplateCommand = UpdateExperimentTemplateCommand;
1846
- exports.UpdateExperimentTemplateExperimentOptionsInput$ = UpdateExperimentTemplateExperimentOptionsInput$;
1847
- exports.UpdateExperimentTemplateLogConfigurationInput$ = UpdateExperimentTemplateLogConfigurationInput$;
1848
- exports.UpdateExperimentTemplateReportConfigurationInput$ = UpdateExperimentTemplateReportConfigurationInput$;
1849
- exports.UpdateExperimentTemplateRequest$ = UpdateExperimentTemplateRequest$;
1850
- exports.UpdateExperimentTemplateResponse$ = UpdateExperimentTemplateResponse$;
1851
- exports.UpdateExperimentTemplateStopConditionInput$ = UpdateExperimentTemplateStopConditionInput$;
1852
- exports.UpdateExperimentTemplateTargetInput$ = UpdateExperimentTemplateTargetInput$;
1853
- exports.UpdateSafetyLeverState$ = UpdateSafetyLeverState$;
1854
576
  exports.UpdateSafetyLeverStateCommand = UpdateSafetyLeverStateCommand;
1855
- exports.UpdateSafetyLeverStateInput$ = UpdateSafetyLeverStateInput$;
1856
- exports.UpdateSafetyLeverStateRequest$ = UpdateSafetyLeverStateRequest$;
1857
- exports.UpdateSafetyLeverStateResponse$ = UpdateSafetyLeverStateResponse$;
1858
- exports.UpdateTargetAccountConfiguration$ = UpdateTargetAccountConfiguration$;
1859
577
  exports.UpdateTargetAccountConfigurationCommand = UpdateTargetAccountConfigurationCommand;
1860
- exports.UpdateTargetAccountConfigurationRequest$ = UpdateTargetAccountConfigurationRequest$;
1861
- exports.UpdateTargetAccountConfigurationResponse$ = UpdateTargetAccountConfigurationResponse$;
1862
- exports.ValidationException = ValidationException;
1863
- exports.ValidationException$ = ValidationException$;
1864
578
  exports.paginateListActions = paginateListActions;
1865
579
  exports.paginateListExperimentResolvedTargets = paginateListExperimentResolvedTargets;
1866
580
  exports.paginateListExperimentTemplates = paginateListExperimentTemplates;
1867
581
  exports.paginateListExperiments = paginateListExperiments;
1868
582
  exports.paginateListTargetAccountConfigurations = paginateListTargetAccountConfigurations;
1869
583
  exports.paginateListTargetResourceTypes = paginateListTargetResourceTypes;
584
+ Object.keys(schemas_0).forEach(function (k) {
585
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
586
+ enumerable: true,
587
+ get: function () { return schemas_0[k]; }
588
+ });
589
+ });
590
+ Object.keys(errors).forEach(function (k) {
591
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
592
+ enumerable: true,
593
+ get: function () { return errors[k]; }
594
+ });
595
+ });