@aws-sdk/client-arc-zonal-shift 3.952.0 → 3.954.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/dist-cjs/index.js +197 -140
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CancelPracticeRunCommand.js +2 -2
  4. package/dist-es/commands/CancelZonalShiftCommand.js +2 -2
  5. package/dist-es/commands/CreatePracticeRunConfigurationCommand.js +2 -2
  6. package/dist-es/commands/DeletePracticeRunConfigurationCommand.js +2 -2
  7. package/dist-es/commands/GetAutoshiftObserverNotificationStatusCommand.js +2 -2
  8. package/dist-es/commands/GetManagedResourceCommand.js +2 -2
  9. package/dist-es/commands/ListAutoshiftsCommand.js +2 -2
  10. package/dist-es/commands/ListManagedResourcesCommand.js +2 -2
  11. package/dist-es/commands/ListZonalShiftsCommand.js +2 -2
  12. package/dist-es/commands/StartPracticeRunCommand.js +2 -2
  13. package/dist-es/commands/StartZonalShiftCommand.js +2 -2
  14. package/dist-es/commands/UpdateAutoshiftObserverNotificationStatusCommand.js +2 -2
  15. package/dist-es/commands/UpdatePracticeRunConfigurationCommand.js +2 -2
  16. package/dist-es/commands/UpdateZonalAutoshiftConfigurationCommand.js +2 -2
  17. package/dist-es/commands/UpdateZonalShiftCommand.js +2 -2
  18. package/dist-es/index.js +1 -0
  19. package/dist-es/runtimeConfig.shared.js +6 -1
  20. package/dist-es/schemas/schemas_0.js +111 -111
  21. package/dist-types/ARCZonalShiftClient.d.ts +1 -10
  22. package/dist-types/index.d.ts +1 -0
  23. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  24. package/dist-types/runtimeConfig.d.ts +6 -2
  25. package/dist-types/runtimeConfig.native.d.ts +6 -2
  26. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  27. package/dist-types/schemas/schemas_0.d.ts +58 -70
  28. package/dist-types/ts3.4/ARCZonalShiftClient.d.ts +0 -4
  29. package/dist-types/ts3.4/index.d.ts +1 -0
  30. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  31. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  32. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  33. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  34. package/dist-types/ts3.4/schemas/schemas_0.d.ts +57 -70
  35. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class ARCZonalShiftClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let ARCZonalShiftServiceException$1 = class ARCZonalShiftServiceException extends smithyClient.ServiceException {
113
+ class ARCZonalShiftServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, ARCZonalShiftServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends ARCZonalShiftServiceException$1 {
120
+ class AccessDeniedException extends ARCZonalShiftServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  constructor(opts) {
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends ARCZonalShiftS
128
128
  });
129
129
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
130
  }
131
- };
132
- let InternalServerException$1 = class InternalServerException extends ARCZonalShiftServiceException$1 {
131
+ }
132
+ class InternalServerException extends ARCZonalShiftServiceException {
133
133
  name = "InternalServerException";
134
134
  $fault = "server";
135
135
  constructor(opts) {
@@ -140,8 +140,8 @@ let InternalServerException$1 = class InternalServerException extends ARCZonalSh
140
140
  });
141
141
  Object.setPrototypeOf(this, InternalServerException.prototype);
142
142
  }
143
- };
144
- let ThrottlingException$1 = class ThrottlingException extends ARCZonalShiftServiceException$1 {
143
+ }
144
+ class ThrottlingException extends ARCZonalShiftServiceException {
145
145
  name = "ThrottlingException";
146
146
  $fault = "client";
147
147
  constructor(opts) {
@@ -152,8 +152,8 @@ let ThrottlingException$1 = class ThrottlingException extends ARCZonalShiftServi
152
152
  });
153
153
  Object.setPrototypeOf(this, ThrottlingException.prototype);
154
154
  }
155
- };
156
- let ValidationException$1 = class ValidationException extends ARCZonalShiftServiceException$1 {
155
+ }
156
+ class ValidationException extends ARCZonalShiftServiceException {
157
157
  name = "ValidationException";
158
158
  $fault = "client";
159
159
  reason;
@@ -166,8 +166,8 @@ let ValidationException$1 = class ValidationException extends ARCZonalShiftServi
166
166
  Object.setPrototypeOf(this, ValidationException.prototype);
167
167
  this.reason = opts.reason;
168
168
  }
169
- };
170
- let ConflictException$1 = class ConflictException extends ARCZonalShiftServiceException$1 {
169
+ }
170
+ class ConflictException extends ARCZonalShiftServiceException {
171
171
  name = "ConflictException";
172
172
  $fault = "client";
173
173
  reason;
@@ -182,8 +182,8 @@ let ConflictException$1 = class ConflictException extends ARCZonalShiftServiceEx
182
182
  this.reason = opts.reason;
183
183
  this.zonalShiftId = opts.zonalShiftId;
184
184
  }
185
- };
186
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends ARCZonalShiftServiceException$1 {
185
+ }
186
+ class ResourceNotFoundException extends ARCZonalShiftServiceException {
187
187
  name = "ResourceNotFoundException";
188
188
  $fault = "client";
189
189
  constructor(opts) {
@@ -194,7 +194,7 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends ARCZon
194
194
  });
195
195
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
196
196
  }
197
- };
197
+ }
198
198
 
199
199
  const _ADE = "AccessDeniedException";
200
200
  const _AIR = "AutoshiftInResource";
@@ -300,12 +300,12 @@ const _zAS = "zonalAutoshiftStatus";
300
300
  const _zS = "zonalShifts";
301
301
  const _zSI = "zonalShiftId";
302
302
  const n0 = "com.amazonaws.arczonalshift";
303
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
304
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
305
- var AutoshiftInResource = [3, n0, _AIR, 0, [_aS, _aF, _sT], [0, 0, 4]];
306
- var AutoshiftSummary = [3, n0, _AS, 0, [_aF, _eT, _sT, _s], [0, 4, 4, 0]];
307
- var CancelPracticeRunRequest = [3, n0, _CPRR, 0, [_zSI], [[0, 1]]];
308
- var CancelPracticeRunResponse = [
303
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
304
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
305
+ var AutoshiftInResource$ = [3, n0, _AIR, 0, [_aS, _aF, _sT], [0, 0, 4]];
306
+ var AutoshiftSummary$ = [3, n0, _AS, 0, [_aF, _eT, _sT, _s], [0, 4, 4, 0]];
307
+ var CancelPracticeRunRequest$ = [3, n0, _CPRR, 0, [_zSI], [[0, 1]]];
308
+ var CancelPracticeRunResponse$ = [
309
309
  3,
310
310
  n0,
311
311
  _CPRRa,
@@ -313,11 +313,11 @@ var CancelPracticeRunResponse = [
313
313
  [_zSI, _rI, _aF, _eTx, _sT, _s, _co],
314
314
  [0, 0, 0, 4, 4, 0, 0],
315
315
  ];
316
- var CancelZonalShiftRequest = [3, n0, _CZSR, 0, [_zSI], [[0, 1]]];
317
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _r, _zSI], [0, 0, 0]];
318
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
319
- var ControlCondition = [3, n0, _CC, 0, [_t, _aI], [0, 0]];
320
- var CreatePracticeRunConfigurationRequest = [
316
+ var CancelZonalShiftRequest$ = [3, n0, _CZSR, 0, [_zSI], [[0, 1]]];
317
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _r, _zSI], [0, 0, 0]];
318
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
319
+ var ControlCondition$ = [3, n0, _CC, 0, [_t, _aI], [0, 0]];
320
+ var CreatePracticeRunConfigurationRequest$ = [
321
321
  3,
322
322
  n0,
323
323
  _CPRCR,
@@ -325,16 +325,16 @@ var CreatePracticeRunConfigurationRequest = [
325
325
  [_rI, _bW, _bD, _bA, _aW, _oA],
326
326
  [0, 64 | 0, 64 | 0, () => BlockingAlarms, 64 | 0, () => OutcomeAlarms],
327
327
  ];
328
- var CreatePracticeRunConfigurationResponse = [
328
+ var CreatePracticeRunConfigurationResponse$ = [
329
329
  3,
330
330
  n0,
331
331
  _CPRCRr,
332
332
  0,
333
333
  [_a, _n, _zAS, _pRC],
334
- [0, 0, 0, () => PracticeRunConfiguration],
334
+ [0, 0, 0, () => PracticeRunConfiguration$],
335
335
  ];
336
- var DeletePracticeRunConfigurationRequest = [3, n0, _DPRCR, 0, [_rI], [[0, 1]]];
337
- var DeletePracticeRunConfigurationResponse = [
336
+ var DeletePracticeRunConfigurationRequest$ = [3, n0, _DPRCR, 0, [_rI], [[0, 1]]];
337
+ var DeletePracticeRunConfigurationResponse$ = [
338
338
  3,
339
339
  n0,
340
340
  _DPRCRe,
@@ -342,20 +342,20 @@ var DeletePracticeRunConfigurationResponse = [
342
342
  [_a, _n, _zAS],
343
343
  [0, 0, 0],
344
344
  ];
345
- var GetAutoshiftObserverNotificationStatusRequest = [3, n0, _GAONSR, 0, [], []];
346
- var GetAutoshiftObserverNotificationStatusResponse = [3, n0, _GAONSRe, 0, [_s], [0]];
347
- var GetManagedResourceRequest = [3, n0, _GMRR, 0, [_rI], [[0, 1]]];
348
- var GetManagedResourceResponse = [
345
+ var GetAutoshiftObserverNotificationStatusRequest$ = [3, n0, _GAONSR, 0, [], []];
346
+ var GetAutoshiftObserverNotificationStatusResponse$ = [3, n0, _GAONSRe, 0, [_s], [0]];
347
+ var GetManagedResourceRequest$ = [3, n0, _GMRR, 0, [_rI], [[0, 1]]];
348
+ var GetManagedResourceResponse$ = [
349
349
  3,
350
350
  n0,
351
351
  _GMRRe,
352
352
  0,
353
353
  [_a, _n, _aWp, _zS, _au, _pRC, _zAS],
354
- [0, 0, 128 | 1, () => ZonalShiftsInResource, () => AutoshiftsInResource, () => PracticeRunConfiguration, 0],
354
+ [0, 0, 128 | 1, () => ZonalShiftsInResource, () => AutoshiftsInResource, () => PracticeRunConfiguration$, 0],
355
355
  ];
356
- var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
357
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
358
- var ListAutoshiftsRequest = [
356
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
357
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
358
+ var ListAutoshiftsRequest$ = [
359
359
  3,
360
360
  n0,
361
361
  _LAR,
@@ -367,8 +367,8 @@ var ListAutoshiftsRequest = [
367
367
  [1, { [_hQ]: _mR }],
368
368
  ],
369
369
  ];
370
- var ListAutoshiftsResponse = [3, n0, _LARi, 0, [_i, _nT], [() => AutoshiftSummaries, 0]];
371
- var ListManagedResourcesRequest = [
370
+ var ListAutoshiftsResponse$ = [3, n0, _LARi, 0, [_i, _nT], [() => AutoshiftSummaries, 0]];
371
+ var ListManagedResourcesRequest$ = [
372
372
  3,
373
373
  n0,
374
374
  _LMRR,
@@ -379,7 +379,7 @@ var ListManagedResourcesRequest = [
379
379
  [1, { [_hQ]: _mR }],
380
380
  ],
381
381
  ];
382
- var ListManagedResourcesResponse = [
382
+ var ListManagedResourcesResponse$ = [
383
383
  3,
384
384
  n0,
385
385
  _LMRRi,
@@ -387,7 +387,7 @@ var ListManagedResourcesResponse = [
387
387
  [_i, _nT],
388
388
  [() => ManagedResourceSummaries, 0],
389
389
  ];
390
- var ListZonalShiftsRequest = [
390
+ var ListZonalShiftsRequest$ = [
391
391
  3,
392
392
  n0,
393
393
  _LZSR,
@@ -400,7 +400,7 @@ var ListZonalShiftsRequest = [
400
400
  [0, { [_hQ]: _rI }],
401
401
  ],
402
402
  ];
403
- var ListZonalShiftsResponse = [
403
+ var ListZonalShiftsResponse$ = [
404
404
  3,
405
405
  n0,
406
406
  _LZSRi,
@@ -408,7 +408,7 @@ var ListZonalShiftsResponse = [
408
408
  [_i, _nT],
409
409
  [() => ZonalShiftSummaries, 0],
410
410
  ];
411
- var ManagedResourceSummary = [
411
+ var ManagedResourceSummary$ = [
412
412
  3,
413
413
  n0,
414
414
  _MRS,
@@ -416,7 +416,7 @@ var ManagedResourceSummary = [
416
416
  [_a, _n, _aZ, _aWp, _zS, _au, _zAS, _pRS],
417
417
  [0, 0, 64 | 0, 128 | 1, () => ZonalShiftsInResource, () => AutoshiftsInResource, 0, 0],
418
418
  ];
419
- var PracticeRunConfiguration = [
419
+ var PracticeRunConfiguration$ = [
420
420
  3,
421
421
  n0,
422
422
  _PRC,
@@ -424,10 +424,10 @@ var PracticeRunConfiguration = [
424
424
  [_bA, _oA, _bW, _aW, _bD],
425
425
  [() => BlockingAlarms, () => OutcomeAlarms, 64 | 0, 64 | 0, 64 | 0],
426
426
  ];
427
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
428
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
429
- var StartPracticeRunRequest = [3, n0, _SPRR, 0, [_rI, _aF, _co], [0, 0, 0]];
430
- var StartPracticeRunResponse = [
427
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
428
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
429
+ var StartPracticeRunRequest$ = [3, n0, _SPRR, 0, [_rI, _aF, _co], [0, 0, 0]];
430
+ var StartPracticeRunResponse$ = [
431
431
  3,
432
432
  n0,
433
433
  _SPRRt,
@@ -435,12 +435,12 @@ var StartPracticeRunResponse = [
435
435
  [_zSI, _rI, _aF, _eTx, _sT, _s, _co],
436
436
  [0, 0, 0, 4, 4, 0, 0],
437
437
  ];
438
- var StartZonalShiftRequest = [3, n0, _SZSR, 0, [_rI, _aF, _eI, _co], [0, 0, 0, 0]];
439
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
440
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
441
- var UpdateAutoshiftObserverNotificationStatusRequest = [3, n0, _UAONSR, 0, [_s], [0]];
442
- var UpdateAutoshiftObserverNotificationStatusResponse = [3, n0, _UAONSRp, 0, [_s], [0]];
443
- var UpdatePracticeRunConfigurationRequest = [
438
+ var StartZonalShiftRequest$ = [3, n0, _SZSR, 0, [_rI, _aF, _eI, _co], [0, 0, 0, 0]];
439
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
440
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
441
+ var UpdateAutoshiftObserverNotificationStatusRequest$ = [3, n0, _UAONSR, 0, [_s], [0]];
442
+ var UpdateAutoshiftObserverNotificationStatusResponse$ = [3, n0, _UAONSRp, 0, [_s], [0]];
443
+ var UpdatePracticeRunConfigurationRequest$ = [
444
444
  3,
445
445
  n0,
446
446
  _UPRCR,
@@ -448,15 +448,15 @@ var UpdatePracticeRunConfigurationRequest = [
448
448
  [_rI, _bW, _bD, _bA, _aW, _oA],
449
449
  [[0, 1], 64 | 0, 64 | 0, () => BlockingAlarms, 64 | 0, () => OutcomeAlarms],
450
450
  ];
451
- var UpdatePracticeRunConfigurationResponse = [
451
+ var UpdatePracticeRunConfigurationResponse$ = [
452
452
  3,
453
453
  n0,
454
454
  _UPRCRp,
455
455
  0,
456
456
  [_a, _n, _zAS, _pRC],
457
- [0, 0, 0, () => PracticeRunConfiguration],
457
+ [0, 0, 0, () => PracticeRunConfiguration$],
458
458
  ];
459
- var UpdateZonalAutoshiftConfigurationRequest = [
459
+ var UpdateZonalAutoshiftConfigurationRequest$ = [
460
460
  3,
461
461
  n0,
462
462
  _UZACR,
@@ -464,11 +464,11 @@ var UpdateZonalAutoshiftConfigurationRequest = [
464
464
  [_rI, _zAS],
465
465
  [[0, 1], 0],
466
466
  ];
467
- var UpdateZonalAutoshiftConfigurationResponse = [3, n0, _UZACRp, 0, [_rI, _zAS], [0, 0]];
468
- var UpdateZonalShiftRequest = [3, n0, _UZSR, 0, [_zSI, _co, _eI], [[0, 1], 0, 0]];
469
- var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m, _r], [0, 0]];
470
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
471
- var ZonalShift = [
467
+ var UpdateZonalAutoshiftConfigurationResponse$ = [3, n0, _UZACRp, 0, [_rI, _zAS], [0, 0]];
468
+ var UpdateZonalShiftRequest$ = [3, n0, _UZSR, 0, [_zSI, _co, _eI], [[0, 1], 0, 0]];
469
+ var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m, _r], [0, 0]];
470
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
471
+ var ZonalShift$ = [
472
472
  3,
473
473
  n0,
474
474
  _ZS,
@@ -476,7 +476,7 @@ var ZonalShift = [
476
476
  [_zSI, _rI, _aF, _eTx, _sT, _s, _co],
477
477
  [0, 0, 0, 4, 4, 0, 0],
478
478
  ];
479
- var ZonalShiftInResource = [
479
+ var ZonalShiftInResource$ = [
480
480
  3,
481
481
  n0,
482
482
  _ZSIR,
@@ -484,7 +484,7 @@ var ZonalShiftInResource = [
484
484
  [_aS, _zSI, _rI, _aF, _eTx, _sT, _co, _sTh, _pRO],
485
485
  [0, 0, 0, 0, 4, 4, 0, 0, 0],
486
486
  ];
487
- var ZonalShiftSummary = [
487
+ var ZonalShiftSummary$ = [
488
488
  3,
489
489
  n0,
490
490
  _ZSS,
@@ -492,134 +492,134 @@ var ZonalShiftSummary = [
492
492
  [_zSI, _rI, _aF, _eTx, _sT, _s, _co, _sTh, _pRO],
493
493
  [0, 0, 0, 4, 4, 0, 0, 0, 0],
494
494
  ];
495
- var ARCZonalShiftServiceException = [-3, _sm, "ARCZonalShiftServiceException", 0, [], []];
496
- schema.TypeRegistry.for(_sm).registerError(ARCZonalShiftServiceException, ARCZonalShiftServiceException$1);
497
- var AutoshiftsInResource = [1, n0, _AIRu, 0, () => AutoshiftInResource];
498
- var AutoshiftSummaries = [1, n0, _ASu, 0, () => AutoshiftSummary];
499
- var BlockingAlarms = [1, n0, _BA, 0, () => ControlCondition];
500
- var ManagedResourceSummaries = [1, n0, _MRSa, 0, () => ManagedResourceSummary];
501
- var OutcomeAlarms = [1, n0, _OA, 0, () => ControlCondition];
502
- var ZonalShiftsInResource = [1, n0, _ZSIRo, 0, () => ZonalShiftInResource];
503
- var ZonalShiftSummaries = [1, n0, _ZSSo, 0, () => ZonalShiftSummary];
504
- var CancelPracticeRun = [
495
+ var ARCZonalShiftServiceException$ = [-3, _sm, "ARCZonalShiftServiceException", 0, [], []];
496
+ schema.TypeRegistry.for(_sm).registerError(ARCZonalShiftServiceException$, ARCZonalShiftServiceException);
497
+ var AutoshiftsInResource = [1, n0, _AIRu, 0, () => AutoshiftInResource$];
498
+ var AutoshiftSummaries = [1, n0, _ASu, 0, () => AutoshiftSummary$];
499
+ var BlockingAlarms = [1, n0, _BA, 0, () => ControlCondition$];
500
+ var ManagedResourceSummaries = [1, n0, _MRSa, 0, () => ManagedResourceSummary$];
501
+ var OutcomeAlarms = [1, n0, _OA, 0, () => ControlCondition$];
502
+ var ZonalShiftsInResource = [1, n0, _ZSIRo, 0, () => ZonalShiftInResource$];
503
+ var ZonalShiftSummaries = [1, n0, _ZSSo, 0, () => ZonalShiftSummary$];
504
+ var CancelPracticeRun$ = [
505
505
  9,
506
506
  n0,
507
507
  _CPR,
508
508
  { [_h]: ["DELETE", "/practiceruns/{zonalShiftId}", 200] },
509
- () => CancelPracticeRunRequest,
510
- () => CancelPracticeRunResponse,
509
+ () => CancelPracticeRunRequest$,
510
+ () => CancelPracticeRunResponse$,
511
511
  ];
512
- var CancelZonalShift = [
512
+ var CancelZonalShift$ = [
513
513
  9,
514
514
  n0,
515
515
  _CZS,
516
516
  { [_h]: ["DELETE", "/zonalshifts/{zonalShiftId}", 200] },
517
- () => CancelZonalShiftRequest,
518
- () => ZonalShift,
517
+ () => CancelZonalShiftRequest$,
518
+ () => ZonalShift$,
519
519
  ];
520
- var CreatePracticeRunConfiguration = [
520
+ var CreatePracticeRunConfiguration$ = [
521
521
  9,
522
522
  n0,
523
523
  _CPRC,
524
524
  { [_h]: ["POST", "/configuration", 201] },
525
- () => CreatePracticeRunConfigurationRequest,
526
- () => CreatePracticeRunConfigurationResponse,
525
+ () => CreatePracticeRunConfigurationRequest$,
526
+ () => CreatePracticeRunConfigurationResponse$,
527
527
  ];
528
- var DeletePracticeRunConfiguration = [
528
+ var DeletePracticeRunConfiguration$ = [
529
529
  9,
530
530
  n0,
531
531
  _DPRC,
532
532
  { [_h]: ["DELETE", "/configuration/{resourceIdentifier}", 200] },
533
- () => DeletePracticeRunConfigurationRequest,
534
- () => DeletePracticeRunConfigurationResponse,
533
+ () => DeletePracticeRunConfigurationRequest$,
534
+ () => DeletePracticeRunConfigurationResponse$,
535
535
  ];
536
- var GetAutoshiftObserverNotificationStatus = [
536
+ var GetAutoshiftObserverNotificationStatus$ = [
537
537
  9,
538
538
  n0,
539
539
  _GAONS,
540
540
  { [_h]: ["GET", "/autoshift-observer-notification", 200] },
541
- () => GetAutoshiftObserverNotificationStatusRequest,
542
- () => GetAutoshiftObserverNotificationStatusResponse,
541
+ () => GetAutoshiftObserverNotificationStatusRequest$,
542
+ () => GetAutoshiftObserverNotificationStatusResponse$,
543
543
  ];
544
- var GetManagedResource = [
544
+ var GetManagedResource$ = [
545
545
  9,
546
546
  n0,
547
547
  _GMR,
548
548
  { [_h]: ["GET", "/managedresources/{resourceIdentifier}", 200] },
549
- () => GetManagedResourceRequest,
550
- () => GetManagedResourceResponse,
549
+ () => GetManagedResourceRequest$,
550
+ () => GetManagedResourceResponse$,
551
551
  ];
552
- var ListAutoshifts = [
552
+ var ListAutoshifts$ = [
553
553
  9,
554
554
  n0,
555
555
  _LA,
556
556
  { [_h]: ["GET", "/autoshifts", 200] },
557
- () => ListAutoshiftsRequest,
558
- () => ListAutoshiftsResponse,
557
+ () => ListAutoshiftsRequest$,
558
+ () => ListAutoshiftsResponse$,
559
559
  ];
560
- var ListManagedResources = [
560
+ var ListManagedResources$ = [
561
561
  9,
562
562
  n0,
563
563
  _LMR,
564
564
  { [_h]: ["GET", "/managedresources", 200] },
565
- () => ListManagedResourcesRequest,
566
- () => ListManagedResourcesResponse,
565
+ () => ListManagedResourcesRequest$,
566
+ () => ListManagedResourcesResponse$,
567
567
  ];
568
- var ListZonalShifts = [
568
+ var ListZonalShifts$ = [
569
569
  9,
570
570
  n0,
571
571
  _LZS,
572
572
  { [_h]: ["GET", "/zonalshifts", 200] },
573
- () => ListZonalShiftsRequest,
574
- () => ListZonalShiftsResponse,
573
+ () => ListZonalShiftsRequest$,
574
+ () => ListZonalShiftsResponse$,
575
575
  ];
576
- var StartPracticeRun = [
576
+ var StartPracticeRun$ = [
577
577
  9,
578
578
  n0,
579
579
  _SPR,
580
580
  { [_h]: ["POST", "/practiceruns", 200] },
581
- () => StartPracticeRunRequest,
582
- () => StartPracticeRunResponse,
581
+ () => StartPracticeRunRequest$,
582
+ () => StartPracticeRunResponse$,
583
583
  ];
584
- var StartZonalShift = [
584
+ var StartZonalShift$ = [
585
585
  9,
586
586
  n0,
587
587
  _SZS,
588
588
  { [_h]: ["POST", "/zonalshifts", 201] },
589
- () => StartZonalShiftRequest,
590
- () => ZonalShift,
589
+ () => StartZonalShiftRequest$,
590
+ () => ZonalShift$,
591
591
  ];
592
- var UpdateAutoshiftObserverNotificationStatus = [
592
+ var UpdateAutoshiftObserverNotificationStatus$ = [
593
593
  9,
594
594
  n0,
595
595
  _UAONS,
596
596
  { [_h]: ["PUT", "/autoshift-observer-notification", 200] },
597
- () => UpdateAutoshiftObserverNotificationStatusRequest,
598
- () => UpdateAutoshiftObserverNotificationStatusResponse,
597
+ () => UpdateAutoshiftObserverNotificationStatusRequest$,
598
+ () => UpdateAutoshiftObserverNotificationStatusResponse$,
599
599
  ];
600
- var UpdatePracticeRunConfiguration = [
600
+ var UpdatePracticeRunConfiguration$ = [
601
601
  9,
602
602
  n0,
603
603
  _UPRC,
604
604
  { [_h]: ["PATCH", "/configuration/{resourceIdentifier}", 200] },
605
- () => UpdatePracticeRunConfigurationRequest,
606
- () => UpdatePracticeRunConfigurationResponse,
605
+ () => UpdatePracticeRunConfigurationRequest$,
606
+ () => UpdatePracticeRunConfigurationResponse$,
607
607
  ];
608
- var UpdateZonalAutoshiftConfiguration = [
608
+ var UpdateZonalAutoshiftConfiguration$ = [
609
609
  9,
610
610
  n0,
611
611
  _UZAC,
612
612
  { [_h]: ["PUT", "/managedresources/{resourceIdentifier}", 200] },
613
- () => UpdateZonalAutoshiftConfigurationRequest,
614
- () => UpdateZonalAutoshiftConfigurationResponse,
613
+ () => UpdateZonalAutoshiftConfigurationRequest$,
614
+ () => UpdateZonalAutoshiftConfigurationResponse$,
615
615
  ];
616
- var UpdateZonalShift = [
616
+ var UpdateZonalShift$ = [
617
617
  9,
618
618
  n0,
619
619
  _UZS,
620
620
  { [_h]: ["PATCH", "/zonalshifts/{zonalShiftId}", 200] },
621
- () => UpdateZonalShiftRequest,
622
- () => ZonalShift,
621
+ () => UpdateZonalShiftRequest$,
622
+ () => ZonalShift$,
623
623
  ];
624
624
 
625
625
  class CancelPracticeRunCommand extends smithyClient.Command
@@ -630,7 +630,7 @@ class CancelPracticeRunCommand extends smithyClient.Command
630
630
  })
631
631
  .s("PercDataPlane", "CancelPracticeRun", {})
632
632
  .n("ARCZonalShiftClient", "CancelPracticeRunCommand")
633
- .sc(CancelPracticeRun)
633
+ .sc(CancelPracticeRun$)
634
634
  .build() {
635
635
  }
636
636
 
@@ -642,7 +642,7 @@ class CancelZonalShiftCommand extends smithyClient.Command
642
642
  })
643
643
  .s("PercDataPlane", "CancelZonalShift", {})
644
644
  .n("ARCZonalShiftClient", "CancelZonalShiftCommand")
645
- .sc(CancelZonalShift)
645
+ .sc(CancelZonalShift$)
646
646
  .build() {
647
647
  }
648
648
 
@@ -654,7 +654,7 @@ class CreatePracticeRunConfigurationCommand extends smithyClient.Command
654
654
  })
655
655
  .s("PercDataPlane", "CreatePracticeRunConfiguration", {})
656
656
  .n("ARCZonalShiftClient", "CreatePracticeRunConfigurationCommand")
657
- .sc(CreatePracticeRunConfiguration)
657
+ .sc(CreatePracticeRunConfiguration$)
658
658
  .build() {
659
659
  }
660
660
 
@@ -666,7 +666,7 @@ class DeletePracticeRunConfigurationCommand extends smithyClient.Command
666
666
  })
667
667
  .s("PercDataPlane", "DeletePracticeRunConfiguration", {})
668
668
  .n("ARCZonalShiftClient", "DeletePracticeRunConfigurationCommand")
669
- .sc(DeletePracticeRunConfiguration)
669
+ .sc(DeletePracticeRunConfiguration$)
670
670
  .build() {
671
671
  }
672
672
 
@@ -678,7 +678,7 @@ class GetAutoshiftObserverNotificationStatusCommand extends smithyClient.Command
678
678
  })
679
679
  .s("PercDataPlane", "GetAutoshiftObserverNotificationStatus", {})
680
680
  .n("ARCZonalShiftClient", "GetAutoshiftObserverNotificationStatusCommand")
681
- .sc(GetAutoshiftObserverNotificationStatus)
681
+ .sc(GetAutoshiftObserverNotificationStatus$)
682
682
  .build() {
683
683
  }
684
684
 
@@ -690,7 +690,7 @@ class GetManagedResourceCommand extends smithyClient.Command
690
690
  })
691
691
  .s("PercDataPlane", "GetManagedResource", {})
692
692
  .n("ARCZonalShiftClient", "GetManagedResourceCommand")
693
- .sc(GetManagedResource)
693
+ .sc(GetManagedResource$)
694
694
  .build() {
695
695
  }
696
696
 
@@ -702,7 +702,7 @@ class ListAutoshiftsCommand extends smithyClient.Command
702
702
  })
703
703
  .s("PercDataPlane", "ListAutoshifts", {})
704
704
  .n("ARCZonalShiftClient", "ListAutoshiftsCommand")
705
- .sc(ListAutoshifts)
705
+ .sc(ListAutoshifts$)
706
706
  .build() {
707
707
  }
708
708
 
@@ -714,7 +714,7 @@ class ListManagedResourcesCommand extends smithyClient.Command
714
714
  })
715
715
  .s("PercDataPlane", "ListManagedResources", {})
716
716
  .n("ARCZonalShiftClient", "ListManagedResourcesCommand")
717
- .sc(ListManagedResources)
717
+ .sc(ListManagedResources$)
718
718
  .build() {
719
719
  }
720
720
 
@@ -726,7 +726,7 @@ class ListZonalShiftsCommand extends smithyClient.Command
726
726
  })
727
727
  .s("PercDataPlane", "ListZonalShifts", {})
728
728
  .n("ARCZonalShiftClient", "ListZonalShiftsCommand")
729
- .sc(ListZonalShifts)
729
+ .sc(ListZonalShifts$)
730
730
  .build() {
731
731
  }
732
732
 
@@ -738,7 +738,7 @@ class StartPracticeRunCommand extends smithyClient.Command
738
738
  })
739
739
  .s("PercDataPlane", "StartPracticeRun", {})
740
740
  .n("ARCZonalShiftClient", "StartPracticeRunCommand")
741
- .sc(StartPracticeRun)
741
+ .sc(StartPracticeRun$)
742
742
  .build() {
743
743
  }
744
744
 
@@ -750,7 +750,7 @@ class StartZonalShiftCommand extends smithyClient.Command
750
750
  })
751
751
  .s("PercDataPlane", "StartZonalShift", {})
752
752
  .n("ARCZonalShiftClient", "StartZonalShiftCommand")
753
- .sc(StartZonalShift)
753
+ .sc(StartZonalShift$)
754
754
  .build() {
755
755
  }
756
756
 
@@ -762,7 +762,7 @@ class UpdateAutoshiftObserverNotificationStatusCommand extends smithyClient.Comm
762
762
  })
763
763
  .s("PercDataPlane", "UpdateAutoshiftObserverNotificationStatus", {})
764
764
  .n("ARCZonalShiftClient", "UpdateAutoshiftObserverNotificationStatusCommand")
765
- .sc(UpdateAutoshiftObserverNotificationStatus)
765
+ .sc(UpdateAutoshiftObserverNotificationStatus$)
766
766
  .build() {
767
767
  }
768
768
 
@@ -774,7 +774,7 @@ class UpdatePracticeRunConfigurationCommand extends smithyClient.Command
774
774
  })
775
775
  .s("PercDataPlane", "UpdatePracticeRunConfiguration", {})
776
776
  .n("ARCZonalShiftClient", "UpdatePracticeRunConfigurationCommand")
777
- .sc(UpdatePracticeRunConfiguration)
777
+ .sc(UpdatePracticeRunConfiguration$)
778
778
  .build() {
779
779
  }
780
780
 
@@ -786,7 +786,7 @@ class UpdateZonalAutoshiftConfigurationCommand extends smithyClient.Command
786
786
  })
787
787
  .s("PercDataPlane", "UpdateZonalAutoshiftConfiguration", {})
788
788
  .n("ARCZonalShiftClient", "UpdateZonalAutoshiftConfigurationCommand")
789
- .sc(UpdateZonalAutoshiftConfiguration)
789
+ .sc(UpdateZonalAutoshiftConfiguration$)
790
790
  .build() {
791
791
  }
792
792
 
@@ -798,7 +798,7 @@ class UpdateZonalShiftCommand extends smithyClient.Command
798
798
  })
799
799
  .s("PercDataPlane", "UpdateZonalShift", {})
800
800
  .n("ARCZonalShiftClient", "UpdateZonalShiftCommand")
801
- .sc(UpdateZonalShift)
801
+ .sc(UpdateZonalShift$)
802
802
  .build() {
803
803
  }
804
804
 
@@ -912,39 +912,96 @@ Object.defineProperty(exports, "__Client", {
912
912
  });
913
913
  exports.ARCZonalShift = ARCZonalShift;
914
914
  exports.ARCZonalShiftClient = ARCZonalShiftClient;
915
- exports.ARCZonalShiftServiceException = ARCZonalShiftServiceException$1;
916
- exports.AccessDeniedException = AccessDeniedException$1;
915
+ exports.ARCZonalShiftServiceException = ARCZonalShiftServiceException;
916
+ exports.ARCZonalShiftServiceException$ = ARCZonalShiftServiceException$;
917
+ exports.AccessDeniedException = AccessDeniedException;
918
+ exports.AccessDeniedException$ = AccessDeniedException$;
917
919
  exports.AppliedStatus = AppliedStatus;
918
920
  exports.AutoshiftAppliedStatus = AutoshiftAppliedStatus;
919
921
  exports.AutoshiftExecutionStatus = AutoshiftExecutionStatus;
922
+ exports.AutoshiftInResource$ = AutoshiftInResource$;
920
923
  exports.AutoshiftObserverNotificationStatus = AutoshiftObserverNotificationStatus;
924
+ exports.AutoshiftSummary$ = AutoshiftSummary$;
925
+ exports.CancelPracticeRun$ = CancelPracticeRun$;
921
926
  exports.CancelPracticeRunCommand = CancelPracticeRunCommand;
927
+ exports.CancelPracticeRunRequest$ = CancelPracticeRunRequest$;
928
+ exports.CancelPracticeRunResponse$ = CancelPracticeRunResponse$;
929
+ exports.CancelZonalShift$ = CancelZonalShift$;
922
930
  exports.CancelZonalShiftCommand = CancelZonalShiftCommand;
923
- exports.ConflictException = ConflictException$1;
931
+ exports.CancelZonalShiftRequest$ = CancelZonalShiftRequest$;
932
+ exports.ConflictException = ConflictException;
933
+ exports.ConflictException$ = ConflictException$;
924
934
  exports.ConflictExceptionReason = ConflictExceptionReason;
935
+ exports.ControlCondition$ = ControlCondition$;
925
936
  exports.ControlConditionType = ControlConditionType;
937
+ exports.CreatePracticeRunConfiguration$ = CreatePracticeRunConfiguration$;
926
938
  exports.CreatePracticeRunConfigurationCommand = CreatePracticeRunConfigurationCommand;
939
+ exports.CreatePracticeRunConfigurationRequest$ = CreatePracticeRunConfigurationRequest$;
940
+ exports.CreatePracticeRunConfigurationResponse$ = CreatePracticeRunConfigurationResponse$;
941
+ exports.DeletePracticeRunConfiguration$ = DeletePracticeRunConfiguration$;
927
942
  exports.DeletePracticeRunConfigurationCommand = DeletePracticeRunConfigurationCommand;
943
+ exports.DeletePracticeRunConfigurationRequest$ = DeletePracticeRunConfigurationRequest$;
944
+ exports.DeletePracticeRunConfigurationResponse$ = DeletePracticeRunConfigurationResponse$;
945
+ exports.GetAutoshiftObserverNotificationStatus$ = GetAutoshiftObserverNotificationStatus$;
928
946
  exports.GetAutoshiftObserverNotificationStatusCommand = GetAutoshiftObserverNotificationStatusCommand;
947
+ exports.GetAutoshiftObserverNotificationStatusRequest$ = GetAutoshiftObserverNotificationStatusRequest$;
948
+ exports.GetAutoshiftObserverNotificationStatusResponse$ = GetAutoshiftObserverNotificationStatusResponse$;
949
+ exports.GetManagedResource$ = GetManagedResource$;
929
950
  exports.GetManagedResourceCommand = GetManagedResourceCommand;
930
- exports.InternalServerException = InternalServerException$1;
951
+ exports.GetManagedResourceRequest$ = GetManagedResourceRequest$;
952
+ exports.GetManagedResourceResponse$ = GetManagedResourceResponse$;
953
+ exports.InternalServerException = InternalServerException;
954
+ exports.InternalServerException$ = InternalServerException$;
955
+ exports.ListAutoshifts$ = ListAutoshifts$;
931
956
  exports.ListAutoshiftsCommand = ListAutoshiftsCommand;
957
+ exports.ListAutoshiftsRequest$ = ListAutoshiftsRequest$;
958
+ exports.ListAutoshiftsResponse$ = ListAutoshiftsResponse$;
959
+ exports.ListManagedResources$ = ListManagedResources$;
932
960
  exports.ListManagedResourcesCommand = ListManagedResourcesCommand;
961
+ exports.ListManagedResourcesRequest$ = ListManagedResourcesRequest$;
962
+ exports.ListManagedResourcesResponse$ = ListManagedResourcesResponse$;
963
+ exports.ListZonalShifts$ = ListZonalShifts$;
933
964
  exports.ListZonalShiftsCommand = ListZonalShiftsCommand;
965
+ exports.ListZonalShiftsRequest$ = ListZonalShiftsRequest$;
966
+ exports.ListZonalShiftsResponse$ = ListZonalShiftsResponse$;
967
+ exports.ManagedResourceSummary$ = ManagedResourceSummary$;
968
+ exports.PracticeRunConfiguration$ = PracticeRunConfiguration$;
934
969
  exports.PracticeRunOutcome = PracticeRunOutcome;
935
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
970
+ exports.ResourceNotFoundException = ResourceNotFoundException;
971
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
936
972
  exports.ShiftType = ShiftType;
973
+ exports.StartPracticeRun$ = StartPracticeRun$;
937
974
  exports.StartPracticeRunCommand = StartPracticeRunCommand;
975
+ exports.StartPracticeRunRequest$ = StartPracticeRunRequest$;
976
+ exports.StartPracticeRunResponse$ = StartPracticeRunResponse$;
977
+ exports.StartZonalShift$ = StartZonalShift$;
938
978
  exports.StartZonalShiftCommand = StartZonalShiftCommand;
939
- exports.ThrottlingException = ThrottlingException$1;
979
+ exports.StartZonalShiftRequest$ = StartZonalShiftRequest$;
980
+ exports.ThrottlingException = ThrottlingException;
981
+ exports.ThrottlingException$ = ThrottlingException$;
982
+ exports.UpdateAutoshiftObserverNotificationStatus$ = UpdateAutoshiftObserverNotificationStatus$;
940
983
  exports.UpdateAutoshiftObserverNotificationStatusCommand = UpdateAutoshiftObserverNotificationStatusCommand;
984
+ exports.UpdateAutoshiftObserverNotificationStatusRequest$ = UpdateAutoshiftObserverNotificationStatusRequest$;
985
+ exports.UpdateAutoshiftObserverNotificationStatusResponse$ = UpdateAutoshiftObserverNotificationStatusResponse$;
986
+ exports.UpdatePracticeRunConfiguration$ = UpdatePracticeRunConfiguration$;
941
987
  exports.UpdatePracticeRunConfigurationCommand = UpdatePracticeRunConfigurationCommand;
988
+ exports.UpdatePracticeRunConfigurationRequest$ = UpdatePracticeRunConfigurationRequest$;
989
+ exports.UpdatePracticeRunConfigurationResponse$ = UpdatePracticeRunConfigurationResponse$;
990
+ exports.UpdateZonalAutoshiftConfiguration$ = UpdateZonalAutoshiftConfiguration$;
942
991
  exports.UpdateZonalAutoshiftConfigurationCommand = UpdateZonalAutoshiftConfigurationCommand;
992
+ exports.UpdateZonalAutoshiftConfigurationRequest$ = UpdateZonalAutoshiftConfigurationRequest$;
993
+ exports.UpdateZonalAutoshiftConfigurationResponse$ = UpdateZonalAutoshiftConfigurationResponse$;
994
+ exports.UpdateZonalShift$ = UpdateZonalShift$;
943
995
  exports.UpdateZonalShiftCommand = UpdateZonalShiftCommand;
944
- exports.ValidationException = ValidationException$1;
996
+ exports.UpdateZonalShiftRequest$ = UpdateZonalShiftRequest$;
997
+ exports.ValidationException = ValidationException;
998
+ exports.ValidationException$ = ValidationException$;
945
999
  exports.ValidationExceptionReason = ValidationExceptionReason;
946
1000
  exports.ZonalAutoshiftStatus = ZonalAutoshiftStatus;
1001
+ exports.ZonalShift$ = ZonalShift$;
1002
+ exports.ZonalShiftInResource$ = ZonalShiftInResource$;
947
1003
  exports.ZonalShiftStatus = ZonalShiftStatus;
1004
+ exports.ZonalShiftSummary$ = ZonalShiftSummary$;
948
1005
  exports.paginateListAutoshifts = paginateListAutoshifts;
949
1006
  exports.paginateListManagedResources = paginateListManagedResources;
950
1007
  exports.paginateListZonalShifts = paginateListZonalShifts;