@aws-sdk/client-route53-recovery-readiness 3.943.0 → 3.947.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 (69) hide show
  1. package/dist-cjs/index.js +216 -1276
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/Route53RecoveryReadinessClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +216 -1276
  8. package/dist-types/Route53RecoveryReadiness.d.ts +1 -1
  9. package/dist-types/Route53RecoveryReadinessClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CreateCellCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateCrossAccountAuthorizationCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateReadinessCheckCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateRecoveryGroupCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateResourceSetCommand.d.ts +3 -3
  17. package/dist-types/commands/DeleteCellCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteCrossAccountAuthorizationCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteReadinessCheckCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteRecoveryGroupCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteResourceSetCommand.d.ts +3 -3
  22. package/dist-types/commands/GetArchitectureRecommendationsCommand.d.ts +3 -3
  23. package/dist-types/commands/GetCellCommand.d.ts +3 -3
  24. package/dist-types/commands/GetCellReadinessSummaryCommand.d.ts +3 -3
  25. package/dist-types/commands/GetReadinessCheckCommand.d.ts +3 -3
  26. package/dist-types/commands/GetReadinessCheckResourceStatusCommand.d.ts +3 -3
  27. package/dist-types/commands/GetReadinessCheckStatusCommand.d.ts +3 -3
  28. package/dist-types/commands/GetRecoveryGroupCommand.d.ts +3 -3
  29. package/dist-types/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +3 -3
  30. package/dist-types/commands/GetResourceSetCommand.d.ts +3 -3
  31. package/dist-types/commands/ListCellsCommand.d.ts +3 -3
  32. package/dist-types/commands/ListCrossAccountAuthorizationsCommand.d.ts +3 -3
  33. package/dist-types/commands/ListReadinessChecksCommand.d.ts +3 -3
  34. package/dist-types/commands/ListRecoveryGroupsCommand.d.ts +3 -3
  35. package/dist-types/commands/ListResourceSetsCommand.d.ts +3 -3
  36. package/dist-types/commands/ListRulesCommand.d.ts +3 -3
  37. package/dist-types/commands/ListTagsForResourcesCommand.d.ts +3 -3
  38. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  39. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  40. package/dist-types/commands/UpdateCellCommand.d.ts +3 -3
  41. package/dist-types/commands/UpdateReadinessCheckCommand.d.ts +3 -3
  42. package/dist-types/commands/UpdateRecoveryGroupCommand.d.ts +3 -3
  43. package/dist-types/commands/UpdateResourceSetCommand.d.ts +3 -3
  44. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  45. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  46. package/dist-types/extensionConfiguration.d.ts +4 -4
  47. package/dist-types/models/Route53RecoveryReadinessServiceException.d.ts +1 -1
  48. package/dist-types/models/errors.d.ts +1 -1
  49. package/dist-types/pagination/GetCellReadinessSummaryPaginator.d.ts +1 -1
  50. package/dist-types/pagination/GetReadinessCheckResourceStatusPaginator.d.ts +1 -1
  51. package/dist-types/pagination/GetReadinessCheckStatusPaginator.d.ts +1 -1
  52. package/dist-types/pagination/GetRecoveryGroupReadinessSummaryPaginator.d.ts +1 -1
  53. package/dist-types/pagination/Interfaces.d.ts +1 -1
  54. package/dist-types/pagination/ListCellsPaginator.d.ts +1 -1
  55. package/dist-types/pagination/ListCrossAccountAuthorizationsPaginator.d.ts +1 -1
  56. package/dist-types/pagination/ListReadinessChecksPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListRecoveryGroupsPaginator.d.ts +1 -1
  58. package/dist-types/pagination/ListResourceSetsPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListRulesPaginator.d.ts +1 -1
  60. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  61. package/dist-types/runtimeConfig.d.ts +1 -1
  62. package/dist-types/runtimeConfig.native.d.ts +1 -1
  63. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  64. package/dist-types/runtimeExtensions.d.ts +1 -1
  65. package/dist-types/schemas/schemas_0.d.ts +1 -1
  66. package/dist-types/ts3.4/Route53RecoveryReadinessClient.d.ts +3 -3
  67. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  68. package/dist-types/ts3.4/models/Route53RecoveryReadinessServiceException.d.ts +1 -1
  69. package/package.json +13 -12
@@ -227,19 +227,9 @@ export var AccessDeniedException = [
227
227
  -3,
228
228
  n0,
229
229
  _ADE,
230
- {
231
- [_e]: _c,
232
- [_hE]: 403,
233
- },
230
+ { [_e]: _c, [_hE]: 403 },
234
231
  [_M],
235
- [
236
- [
237
- 0,
238
- {
239
- [_jN]: _m,
240
- },
241
- ],
242
- ],
232
+ [[0, { [_jN]: _m }]],
243
233
  ];
244
234
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
245
235
  export var CellOutput = [
@@ -249,56 +239,14 @@ export var CellOutput = [
249
239
  0,
250
240
  [_CA, _CN, _C, _PRS, _T],
251
241
  [
252
- [
253
- 0,
254
- {
255
- [_jN]: _cA,
256
- },
257
- ],
258
- [
259
- 0,
260
- {
261
- [_jN]: _cN,
262
- },
263
- ],
264
- [
265
- 64 | 0,
266
- {
267
- [_jN]: _ce,
268
- },
269
- ],
270
- [
271
- 64 | 0,
272
- {
273
- [_jN]: _pRS,
274
- },
275
- ],
276
- [
277
- 128 | 0,
278
- {
279
- [_jN]: _t,
280
- },
281
- ],
282
- ],
283
- ];
284
- export var ConflictException = [
285
- -3,
286
- n0,
287
- _CE,
288
- {
289
- [_e]: _c,
290
- [_hE]: 409,
291
- },
292
- [_M],
293
- [
294
- [
295
- 0,
296
- {
297
- [_jN]: _m,
298
- },
299
- ],
242
+ [0, { [_jN]: _cA }],
243
+ [0, { [_jN]: _cN }],
244
+ [64 | 0, { [_jN]: _ce }],
245
+ [64 | 0, { [_jN]: _pRS }],
246
+ [128 | 0, { [_jN]: _t }],
300
247
  ],
301
248
  ];
249
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [[0, { [_jN]: _m }]]];
302
250
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
303
251
  export var CreateCellRequest = [
304
252
  3,
@@ -307,24 +255,9 @@ export var CreateCellRequest = [
307
255
  0,
308
256
  [_CN, _C, _T],
309
257
  [
310
- [
311
- 0,
312
- {
313
- [_jN]: _cN,
314
- },
315
- ],
316
- [
317
- 64 | 0,
318
- {
319
- [_jN]: _ce,
320
- },
321
- ],
322
- [
323
- 128 | 0,
324
- {
325
- [_jN]: _t,
326
- },
327
- ],
258
+ [0, { [_jN]: _cN }],
259
+ [64 | 0, { [_jN]: _ce }],
260
+ [128 | 0, { [_jN]: _t }],
328
261
  ],
329
262
  ];
330
263
  export var CreateCellResponse = [
@@ -334,36 +267,11 @@ export var CreateCellResponse = [
334
267
  0,
335
268
  [_CA, _CN, _C, _PRS, _T],
336
269
  [
337
- [
338
- 0,
339
- {
340
- [_jN]: _cA,
341
- },
342
- ],
343
- [
344
- 0,
345
- {
346
- [_jN]: _cN,
347
- },
348
- ],
349
- [
350
- 64 | 0,
351
- {
352
- [_jN]: _ce,
353
- },
354
- ],
355
- [
356
- 64 | 0,
357
- {
358
- [_jN]: _pRS,
359
- },
360
- ],
361
- [
362
- 128 | 0,
363
- {
364
- [_jN]: _t,
365
- },
366
- ],
270
+ [0, { [_jN]: _cA }],
271
+ [0, { [_jN]: _cN }],
272
+ [64 | 0, { [_jN]: _ce }],
273
+ [64 | 0, { [_jN]: _pRS }],
274
+ [128 | 0, { [_jN]: _t }],
367
275
  ],
368
276
  ];
369
277
  export var CreateCrossAccountAuthorizationRequest = [
@@ -372,14 +280,7 @@ export var CreateCrossAccountAuthorizationRequest = [
372
280
  _CCAAR,
373
281
  0,
374
282
  [_CAA],
375
- [
376
- [
377
- 0,
378
- {
379
- [_jN]: _cAA,
380
- },
381
- ],
382
- ],
283
+ [[0, { [_jN]: _cAA }]],
383
284
  ];
384
285
  export var CreateCrossAccountAuthorizationResponse = [
385
286
  3,
@@ -387,14 +288,7 @@ export var CreateCrossAccountAuthorizationResponse = [
387
288
  _CCAARr,
388
289
  0,
389
290
  [_CAA],
390
- [
391
- [
392
- 0,
393
- {
394
- [_jN]: _cAA,
395
- },
396
- ],
397
- ],
291
+ [[0, { [_jN]: _cAA }]],
398
292
  ];
399
293
  export var CreateReadinessCheckRequest = [
400
294
  3,
@@ -403,24 +297,9 @@ export var CreateReadinessCheckRequest = [
403
297
  0,
404
298
  [_RCN, _RSN, _T],
405
299
  [
406
- [
407
- 0,
408
- {
409
- [_jN]: _rCN,
410
- },
411
- ],
412
- [
413
- 0,
414
- {
415
- [_jN]: _rSN,
416
- },
417
- ],
418
- [
419
- 128 | 0,
420
- {
421
- [_jN]: _t,
422
- },
423
- ],
300
+ [0, { [_jN]: _rCN }],
301
+ [0, { [_jN]: _rSN }],
302
+ [128 | 0, { [_jN]: _t }],
424
303
  ],
425
304
  ];
426
305
  export var CreateReadinessCheckResponse = [
@@ -430,30 +309,10 @@ export var CreateReadinessCheckResponse = [
430
309
  0,
431
310
  [_RCA, _RCN, _RS, _T],
432
311
  [
433
- [
434
- 0,
435
- {
436
- [_jN]: _rCA,
437
- },
438
- ],
439
- [
440
- 0,
441
- {
442
- [_jN]: _rCN,
443
- },
444
- ],
445
- [
446
- 0,
447
- {
448
- [_jN]: _rS,
449
- },
450
- ],
451
- [
452
- 128 | 0,
453
- {
454
- [_jN]: _t,
455
- },
456
- ],
312
+ [0, { [_jN]: _rCA }],
313
+ [0, { [_jN]: _rCN }],
314
+ [0, { [_jN]: _rS }],
315
+ [128 | 0, { [_jN]: _t }],
457
316
  ],
458
317
  ];
459
318
  export var CreateRecoveryGroupRequest = [
@@ -463,24 +322,9 @@ export var CreateRecoveryGroupRequest = [
463
322
  0,
464
323
  [_C, _RGN, _T],
465
324
  [
466
- [
467
- 64 | 0,
468
- {
469
- [_jN]: _ce,
470
- },
471
- ],
472
- [
473
- 0,
474
- {
475
- [_jN]: _rGN,
476
- },
477
- ],
478
- [
479
- 128 | 0,
480
- {
481
- [_jN]: _t,
482
- },
483
- ],
325
+ [64 | 0, { [_jN]: _ce }],
326
+ [0, { [_jN]: _rGN }],
327
+ [128 | 0, { [_jN]: _t }],
484
328
  ],
485
329
  ];
486
330
  export var CreateRecoveryGroupResponse = [
@@ -490,30 +334,10 @@ export var CreateRecoveryGroupResponse = [
490
334
  0,
491
335
  [_C, _RGA, _RGN, _T],
492
336
  [
493
- [
494
- 64 | 0,
495
- {
496
- [_jN]: _ce,
497
- },
498
- ],
499
- [
500
- 0,
501
- {
502
- [_jN]: _rGA,
503
- },
504
- ],
505
- [
506
- 0,
507
- {
508
- [_jN]: _rGN,
509
- },
510
- ],
511
- [
512
- 128 | 0,
513
- {
514
- [_jN]: _t,
515
- },
516
- ],
337
+ [64 | 0, { [_jN]: _ce }],
338
+ [0, { [_jN]: _rGA }],
339
+ [0, { [_jN]: _rGN }],
340
+ [128 | 0, { [_jN]: _t }],
517
341
  ],
518
342
  ];
519
343
  export var CreateResourceSetRequest = [
@@ -523,30 +347,10 @@ export var CreateResourceSetRequest = [
523
347
  0,
524
348
  [_RSN, _RST, _R, _T],
525
349
  [
526
- [
527
- 0,
528
- {
529
- [_jN]: _rSN,
530
- },
531
- ],
532
- [
533
- 0,
534
- {
535
- [_jN]: _rST,
536
- },
537
- ],
538
- [
539
- () => __listOfResource,
540
- {
541
- [_jN]: _r,
542
- },
543
- ],
544
- [
545
- 128 | 0,
546
- {
547
- [_jN]: _t,
548
- },
549
- ],
350
+ [0, { [_jN]: _rSN }],
351
+ [0, { [_jN]: _rST }],
352
+ [() => __listOfResource, { [_jN]: _r }],
353
+ [128 | 0, { [_jN]: _t }],
550
354
  ],
551
355
  ];
552
356
  export var CreateResourceSetResponse = [
@@ -556,36 +360,11 @@ export var CreateResourceSetResponse = [
556
360
  0,
557
361
  [_RSA, _RSN, _RST, _R, _T],
558
362
  [
559
- [
560
- 0,
561
- {
562
- [_jN]: _rSA,
563
- },
564
- ],
565
- [
566
- 0,
567
- {
568
- [_jN]: _rSN,
569
- },
570
- ],
571
- [
572
- 0,
573
- {
574
- [_jN]: _rST,
575
- },
576
- ],
577
- [
578
- () => __listOfResource,
579
- {
580
- [_jN]: _r,
581
- },
582
- ],
583
- [
584
- 128 | 0,
585
- {
586
- [_jN]: _t,
587
- },
588
- ],
363
+ [0, { [_jN]: _rSA }],
364
+ [0, { [_jN]: _rSN }],
365
+ [0, { [_jN]: _rST }],
366
+ [() => __listOfResource, { [_jN]: _r }],
367
+ [128 | 0, { [_jN]: _t }],
589
368
  ],
590
369
  ];
591
370
  export var DeleteCellRequest = [3, n0, _DCR, 0, [_CN], [[0, 1]]];
@@ -601,36 +380,11 @@ export var DNSTargetResource = [
601
380
  0,
602
381
  [_DN, _HZA, _RSI, _RT, _TR],
603
382
  [
604
- [
605
- 0,
606
- {
607
- [_jN]: _dN,
608
- },
609
- ],
610
- [
611
- 0,
612
- {
613
- [_jN]: _hZA,
614
- },
615
- ],
616
- [
617
- 0,
618
- {
619
- [_jN]: _rSI,
620
- },
621
- ],
622
- [
623
- 0,
624
- {
625
- [_jN]: _rT,
626
- },
627
- ],
628
- [
629
- () => TargetResource,
630
- {
631
- [_jN]: _tR,
632
- },
633
- ],
383
+ [0, { [_jN]: _dN }],
384
+ [0, { [_jN]: _hZA }],
385
+ [0, { [_jN]: _rSI }],
386
+ [0, { [_jN]: _rT }],
387
+ [() => TargetResource, { [_jN]: _tR }],
634
388
  ],
635
389
  ];
636
390
  export var GetArchitectureRecommendationsRequest = [
@@ -640,18 +394,8 @@ export var GetArchitectureRecommendationsRequest = [
640
394
  0,
641
395
  [_MR, _NT, _RGN],
642
396
  [
643
- [
644
- 1,
645
- {
646
- [_hQ]: _mR,
647
- },
648
- ],
649
- [
650
- 0,
651
- {
652
- [_hQ]: _nT,
653
- },
654
- ],
397
+ [1, { [_hQ]: _mR }],
398
+ [0, { [_hQ]: _nT }],
655
399
  [0, 1],
656
400
  ],
657
401
  ];
@@ -662,24 +406,9 @@ export var GetArchitectureRecommendationsResponse = [
662
406
  0,
663
407
  [_LAT, _NT, _Re],
664
408
  [
665
- [
666
- 5,
667
- {
668
- [_jN]: _lAT,
669
- },
670
- ],
671
- [
672
- 0,
673
- {
674
- [_jN]: _nT,
675
- },
676
- ],
677
- [
678
- () => __listOfRecommendation,
679
- {
680
- [_jN]: _re,
681
- },
682
- ],
409
+ [5, { [_jN]: _lAT }],
410
+ [0, { [_jN]: _nT }],
411
+ [() => __listOfRecommendation, { [_jN]: _re }],
683
412
  ],
684
413
  ];
685
414
  export var GetCellReadinessSummaryRequest = [
@@ -690,18 +419,8 @@ export var GetCellReadinessSummaryRequest = [
690
419
  [_CN, _MR, _NT],
691
420
  [
692
421
  [0, 1],
693
- [
694
- 1,
695
- {
696
- [_hQ]: _mR,
697
- },
698
- ],
699
- [
700
- 0,
701
- {
702
- [_hQ]: _nT,
703
- },
704
- ],
422
+ [1, { [_hQ]: _mR }],
423
+ [0, { [_hQ]: _nT }],
705
424
  ],
706
425
  ];
707
426
  export var GetCellReadinessSummaryResponse = [
@@ -711,24 +430,9 @@ export var GetCellReadinessSummaryResponse = [
711
430
  0,
712
431
  [_NT, _Rea, _RC],
713
432
  [
714
- [
715
- 0,
716
- {
717
- [_jN]: _nT,
718
- },
719
- ],
720
- [
721
- 0,
722
- {
723
- [_jN]: _rea,
724
- },
725
- ],
726
- [
727
- () => __listOfReadinessCheckSummary,
728
- {
729
- [_jN]: _rC,
730
- },
731
- ],
433
+ [0, { [_jN]: _nT }],
434
+ [0, { [_jN]: _rea }],
435
+ [() => __listOfReadinessCheckSummary, { [_jN]: _rC }],
732
436
  ],
733
437
  ];
734
438
  export var GetCellRequest = [3, n0, _GCR, 0, [_CN], [[0, 1]]];
@@ -739,36 +443,11 @@ export var GetCellResponse = [
739
443
  0,
740
444
  [_CA, _CN, _C, _PRS, _T],
741
445
  [
742
- [
743
- 0,
744
- {
745
- [_jN]: _cA,
746
- },
747
- ],
748
- [
749
- 0,
750
- {
751
- [_jN]: _cN,
752
- },
753
- ],
754
- [
755
- 64 | 0,
756
- {
757
- [_jN]: _ce,
758
- },
759
- ],
760
- [
761
- 64 | 0,
762
- {
763
- [_jN]: _pRS,
764
- },
765
- ],
766
- [
767
- 128 | 0,
768
- {
769
- [_jN]: _t,
770
- },
771
- ],
446
+ [0, { [_jN]: _cA }],
447
+ [0, { [_jN]: _cN }],
448
+ [64 | 0, { [_jN]: _ce }],
449
+ [64 | 0, { [_jN]: _pRS }],
450
+ [128 | 0, { [_jN]: _t }],
772
451
  ],
773
452
  ];
774
453
  export var GetReadinessCheckRequest = [3, n0, _GRCR, 0, [_RCN], [[0, 1]]];
@@ -779,18 +458,8 @@ export var GetReadinessCheckResourceStatusRequest = [
779
458
  0,
780
459
  [_MR, _NT, _RCN, _RI],
781
460
  [
782
- [
783
- 1,
784
- {
785
- [_hQ]: _mR,
786
- },
787
- ],
788
- [
789
- 0,
790
- {
791
- [_hQ]: _nT,
792
- },
793
- ],
461
+ [1, { [_hQ]: _mR }],
462
+ [0, { [_hQ]: _nT }],
794
463
  [0, 1],
795
464
  [0, 1],
796
465
  ],
@@ -802,24 +471,9 @@ export var GetReadinessCheckResourceStatusResponse = [
802
471
  0,
803
472
  [_NT, _Rea, _Ru],
804
473
  [
805
- [
806
- 0,
807
- {
808
- [_jN]: _nT,
809
- },
810
- ],
811
- [
812
- 0,
813
- {
814
- [_jN]: _rea,
815
- },
816
- ],
817
- [
818
- () => __listOfRuleResult,
819
- {
820
- [_jN]: _ru,
821
- },
822
- ],
474
+ [0, { [_jN]: _nT }],
475
+ [0, { [_jN]: _rea }],
476
+ [() => __listOfRuleResult, { [_jN]: _ru }],
823
477
  ],
824
478
  ];
825
479
  export var GetReadinessCheckResponse = [
@@ -829,30 +483,10 @@ export var GetReadinessCheckResponse = [
829
483
  0,
830
484
  [_RCA, _RCN, _RS, _T],
831
485
  [
832
- [
833
- 0,
834
- {
835
- [_jN]: _rCA,
836
- },
837
- ],
838
- [
839
- 0,
840
- {
841
- [_jN]: _rCN,
842
- },
843
- ],
844
- [
845
- 0,
846
- {
847
- [_jN]: _rS,
848
- },
849
- ],
850
- [
851
- 128 | 0,
852
- {
853
- [_jN]: _t,
854
- },
855
- ],
486
+ [0, { [_jN]: _rCA }],
487
+ [0, { [_jN]: _rCN }],
488
+ [0, { [_jN]: _rS }],
489
+ [128 | 0, { [_jN]: _t }],
856
490
  ],
857
491
  ];
858
492
  export var GetReadinessCheckStatusRequest = [
@@ -862,18 +496,8 @@ export var GetReadinessCheckStatusRequest = [
862
496
  0,
863
497
  [_MR, _NT, _RCN],
864
498
  [
865
- [
866
- 1,
867
- {
868
- [_hQ]: _mR,
869
- },
870
- ],
871
- [
872
- 0,
873
- {
874
- [_hQ]: _nT,
875
- },
876
- ],
499
+ [1, { [_hQ]: _mR }],
500
+ [0, { [_hQ]: _nT }],
877
501
  [0, 1],
878
502
  ],
879
503
  ];
@@ -884,30 +508,10 @@ export var GetReadinessCheckStatusResponse = [
884
508
  0,
885
509
  [_Me, _NT, _Rea, _R],
886
510
  [
887
- [
888
- () => __listOfMessage,
889
- {
890
- [_jN]: _me,
891
- },
892
- ],
893
- [
894
- 0,
895
- {
896
- [_jN]: _nT,
897
- },
898
- ],
899
- [
900
- 0,
901
- {
902
- [_jN]: _rea,
903
- },
904
- ],
905
- [
906
- () => __listOfResourceResult,
907
- {
908
- [_jN]: _r,
909
- },
910
- ],
511
+ [() => __listOfMessage, { [_jN]: _me }],
512
+ [0, { [_jN]: _nT }],
513
+ [0, { [_jN]: _rea }],
514
+ [() => __listOfResourceResult, { [_jN]: _r }],
911
515
  ],
912
516
  ];
913
517
  export var GetRecoveryGroupReadinessSummaryRequest = [
@@ -917,18 +521,8 @@ export var GetRecoveryGroupReadinessSummaryRequest = [
917
521
  0,
918
522
  [_MR, _NT, _RGN],
919
523
  [
920
- [
921
- 1,
922
- {
923
- [_hQ]: _mR,
924
- },
925
- ],
926
- [
927
- 0,
928
- {
929
- [_hQ]: _nT,
930
- },
931
- ],
524
+ [1, { [_hQ]: _mR }],
525
+ [0, { [_hQ]: _nT }],
932
526
  [0, 1],
933
527
  ],
934
528
  ];
@@ -939,24 +533,9 @@ export var GetRecoveryGroupReadinessSummaryResponse = [
939
533
  0,
940
534
  [_NT, _Rea, _RC],
941
535
  [
942
- [
943
- 0,
944
- {
945
- [_jN]: _nT,
946
- },
947
- ],
948
- [
949
- 0,
950
- {
951
- [_jN]: _rea,
952
- },
953
- ],
954
- [
955
- () => __listOfReadinessCheckSummary,
956
- {
957
- [_jN]: _rC,
958
- },
959
- ],
536
+ [0, { [_jN]: _nT }],
537
+ [0, { [_jN]: _rea }],
538
+ [() => __listOfReadinessCheckSummary, { [_jN]: _rC }],
960
539
  ],
961
540
  ];
962
541
  export var GetRecoveryGroupRequest = [3, n0, _GRGR, 0, [_RGN], [[0, 1]]];
@@ -967,30 +546,10 @@ export var GetRecoveryGroupResponse = [
967
546
  0,
968
547
  [_C, _RGA, _RGN, _T],
969
548
  [
970
- [
971
- 64 | 0,
972
- {
973
- [_jN]: _ce,
974
- },
975
- ],
976
- [
977
- 0,
978
- {
979
- [_jN]: _rGA,
980
- },
981
- ],
982
- [
983
- 0,
984
- {
985
- [_jN]: _rGN,
986
- },
987
- ],
988
- [
989
- 128 | 0,
990
- {
991
- [_jN]: _t,
992
- },
993
- ],
549
+ [64 | 0, { [_jN]: _ce }],
550
+ [0, { [_jN]: _rGA }],
551
+ [0, { [_jN]: _rGN }],
552
+ [128 | 0, { [_jN]: _t }],
994
553
  ],
995
554
  ];
996
555
  export var GetResourceSetRequest = [3, n0, _GRSR, 0, [_RSN], [[0, 1]]];
@@ -1001,55 +560,20 @@ export var GetResourceSetResponse = [
1001
560
  0,
1002
561
  [_RSA, _RSN, _RST, _R, _T],
1003
562
  [
1004
- [
1005
- 0,
1006
- {
1007
- [_jN]: _rSA,
1008
- },
1009
- ],
1010
- [
1011
- 0,
1012
- {
1013
- [_jN]: _rSN,
1014
- },
1015
- ],
1016
- [
1017
- 0,
1018
- {
1019
- [_jN]: _rST,
1020
- },
1021
- ],
1022
- [
1023
- () => __listOfResource,
1024
- {
1025
- [_jN]: _r,
1026
- },
1027
- ],
1028
- [
1029
- 128 | 0,
1030
- {
1031
- [_jN]: _t,
1032
- },
1033
- ],
563
+ [0, { [_jN]: _rSA }],
564
+ [0, { [_jN]: _rSN }],
565
+ [0, { [_jN]: _rST }],
566
+ [() => __listOfResource, { [_jN]: _r }],
567
+ [128 | 0, { [_jN]: _t }],
1034
568
  ],
1035
569
  ];
1036
570
  export var InternalServerException = [
1037
571
  -3,
1038
572
  n0,
1039
573
  _ISE,
1040
- {
1041
- [_e]: _s,
1042
- [_hE]: 500,
1043
- },
574
+ { [_e]: _s, [_hE]: 500 },
1044
575
  [_M],
1045
- [
1046
- [
1047
- 0,
1048
- {
1049
- [_jN]: _m,
1050
- },
1051
- ],
1052
- ],
576
+ [[0, { [_jN]: _m }]],
1053
577
  ];
1054
578
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
1055
579
  export var ListCellsRequest = [
@@ -1059,18 +583,8 @@ export var ListCellsRequest = [
1059
583
  0,
1060
584
  [_MR, _NT],
1061
585
  [
1062
- [
1063
- 1,
1064
- {
1065
- [_hQ]: _mR,
1066
- },
1067
- ],
1068
- [
1069
- 0,
1070
- {
1071
- [_hQ]: _nT,
1072
- },
1073
- ],
586
+ [1, { [_hQ]: _mR }],
587
+ [0, { [_hQ]: _nT }],
1074
588
  ],
1075
589
  ];
1076
590
  export var ListCellsResponse = [
@@ -1080,18 +594,8 @@ export var ListCellsResponse = [
1080
594
  0,
1081
595
  [_C, _NT],
1082
596
  [
1083
- [
1084
- () => __listOfCellOutput,
1085
- {
1086
- [_jN]: _ce,
1087
- },
1088
- ],
1089
- [
1090
- 0,
1091
- {
1092
- [_jN]: _nT,
1093
- },
1094
- ],
597
+ [() => __listOfCellOutput, { [_jN]: _ce }],
598
+ [0, { [_jN]: _nT }],
1095
599
  ],
1096
600
  ];
1097
601
  export var ListCrossAccountAuthorizationsRequest = [
@@ -1101,18 +605,8 @@ export var ListCrossAccountAuthorizationsRequest = [
1101
605
  0,
1102
606
  [_MR, _NT],
1103
607
  [
1104
- [
1105
- 1,
1106
- {
1107
- [_hQ]: _mR,
1108
- },
1109
- ],
1110
- [
1111
- 0,
1112
- {
1113
- [_hQ]: _nT,
1114
- },
1115
- ],
608
+ [1, { [_hQ]: _mR }],
609
+ [0, { [_hQ]: _nT }],
1116
610
  ],
1117
611
  ];
1118
612
  export var ListCrossAccountAuthorizationsResponse = [
@@ -1122,18 +616,8 @@ export var ListCrossAccountAuthorizationsResponse = [
1122
616
  0,
1123
617
  [_CAAr, _NT],
1124
618
  [
1125
- [
1126
- 64 | 0,
1127
- {
1128
- [_jN]: _cAAr,
1129
- },
1130
- ],
1131
- [
1132
- 0,
1133
- {
1134
- [_jN]: _nT,
1135
- },
1136
- ],
619
+ [64 | 0, { [_jN]: _cAAr }],
620
+ [0, { [_jN]: _nT }],
1137
621
  ],
1138
622
  ];
1139
623
  export var ListReadinessChecksRequest = [
@@ -1143,18 +627,8 @@ export var ListReadinessChecksRequest = [
1143
627
  0,
1144
628
  [_MR, _NT],
1145
629
  [
1146
- [
1147
- 1,
1148
- {
1149
- [_hQ]: _mR,
1150
- },
1151
- ],
1152
- [
1153
- 0,
1154
- {
1155
- [_hQ]: _nT,
1156
- },
1157
- ],
630
+ [1, { [_hQ]: _mR }],
631
+ [0, { [_hQ]: _nT }],
1158
632
  ],
1159
633
  ];
1160
634
  export var ListReadinessChecksResponse = [
@@ -1164,18 +638,8 @@ export var ListReadinessChecksResponse = [
1164
638
  0,
1165
639
  [_NT, _RC],
1166
640
  [
1167
- [
1168
- 0,
1169
- {
1170
- [_jN]: _nT,
1171
- },
1172
- ],
1173
- [
1174
- () => __listOfReadinessCheckOutput,
1175
- {
1176
- [_jN]: _rC,
1177
- },
1178
- ],
641
+ [0, { [_jN]: _nT }],
642
+ [() => __listOfReadinessCheckOutput, { [_jN]: _rC }],
1179
643
  ],
1180
644
  ];
1181
645
  export var ListRecoveryGroupsRequest = [
@@ -1185,18 +649,8 @@ export var ListRecoveryGroupsRequest = [
1185
649
  0,
1186
650
  [_MR, _NT],
1187
651
  [
1188
- [
1189
- 1,
1190
- {
1191
- [_hQ]: _mR,
1192
- },
1193
- ],
1194
- [
1195
- 0,
1196
- {
1197
- [_hQ]: _nT,
1198
- },
1199
- ],
652
+ [1, { [_hQ]: _mR }],
653
+ [0, { [_hQ]: _nT }],
1200
654
  ],
1201
655
  ];
1202
656
  export var ListRecoveryGroupsResponse = [
@@ -1206,18 +660,8 @@ export var ListRecoveryGroupsResponse = [
1206
660
  0,
1207
661
  [_NT, _RG],
1208
662
  [
1209
- [
1210
- 0,
1211
- {
1212
- [_jN]: _nT,
1213
- },
1214
- ],
1215
- [
1216
- () => __listOfRecoveryGroupOutput,
1217
- {
1218
- [_jN]: _rG,
1219
- },
1220
- ],
663
+ [0, { [_jN]: _nT }],
664
+ [() => __listOfRecoveryGroupOutput, { [_jN]: _rG }],
1221
665
  ],
1222
666
  ];
1223
667
  export var ListResourceSetsRequest = [
@@ -1227,18 +671,8 @@ export var ListResourceSetsRequest = [
1227
671
  0,
1228
672
  [_MR, _NT],
1229
673
  [
1230
- [
1231
- 1,
1232
- {
1233
- [_hQ]: _mR,
1234
- },
1235
- ],
1236
- [
1237
- 0,
1238
- {
1239
- [_hQ]: _nT,
1240
- },
1241
- ],
674
+ [1, { [_hQ]: _mR }],
675
+ [0, { [_hQ]: _nT }],
1242
676
  ],
1243
677
  ];
1244
678
  export var ListResourceSetsResponse = [
@@ -1248,18 +682,8 @@ export var ListResourceSetsResponse = [
1248
682
  0,
1249
683
  [_NT, _RSe],
1250
684
  [
1251
- [
1252
- 0,
1253
- {
1254
- [_jN]: _nT,
1255
- },
1256
- ],
1257
- [
1258
- () => __listOfResourceSetOutput,
1259
- {
1260
- [_jN]: _rSe,
1261
- },
1262
- ],
685
+ [0, { [_jN]: _nT }],
686
+ [() => __listOfResourceSetOutput, { [_jN]: _rSe }],
1263
687
  ],
1264
688
  ];
1265
689
  export var ListRulesOutput = [
@@ -1269,24 +693,9 @@ export var ListRulesOutput = [
1269
693
  0,
1270
694
  [_RTe, _RD, _RIu],
1271
695
  [
1272
- [
1273
- 0,
1274
- {
1275
- [_jN]: _rTe,
1276
- },
1277
- ],
1278
- [
1279
- 0,
1280
- {
1281
- [_jN]: _rD,
1282
- },
1283
- ],
1284
- [
1285
- 0,
1286
- {
1287
- [_jN]: _rI,
1288
- },
1289
- ],
696
+ [0, { [_jN]: _rTe }],
697
+ [0, { [_jN]: _rD }],
698
+ [0, { [_jN]: _rI }],
1290
699
  ],
1291
700
  ];
1292
701
  export var ListRulesRequest = [
@@ -1296,24 +705,9 @@ export var ListRulesRequest = [
1296
705
  0,
1297
706
  [_MR, _NT, _RTe],
1298
707
  [
1299
- [
1300
- 1,
1301
- {
1302
- [_hQ]: _mR,
1303
- },
1304
- ],
1305
- [
1306
- 0,
1307
- {
1308
- [_hQ]: _nT,
1309
- },
1310
- ],
1311
- [
1312
- 0,
1313
- {
1314
- [_hQ]: _rTe,
1315
- },
1316
- ],
708
+ [1, { [_hQ]: _mR }],
709
+ [0, { [_hQ]: _nT }],
710
+ [0, { [_hQ]: _rTe }],
1317
711
  ],
1318
712
  ];
1319
713
  export var ListRulesResponse = [
@@ -1323,66 +717,14 @@ export var ListRulesResponse = [
1323
717
  0,
1324
718
  [_NT, _Ru],
1325
719
  [
1326
- [
1327
- 0,
1328
- {
1329
- [_jN]: _nT,
1330
- },
1331
- ],
1332
- [
1333
- () => __listOfListRulesOutput,
1334
- {
1335
- [_jN]: _ru,
1336
- },
1337
- ],
720
+ [0, { [_jN]: _nT }],
721
+ [() => __listOfListRulesOutput, { [_jN]: _ru }],
1338
722
  ],
1339
723
  ];
1340
724
  export var ListTagsForResourcesRequest = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
1341
- export var ListTagsForResourcesResponse = [
1342
- 3,
1343
- n0,
1344
- _LTFRRi,
1345
- 0,
1346
- [_T],
1347
- [
1348
- [
1349
- 128 | 0,
1350
- {
1351
- [_jN]: _t,
1352
- },
1353
- ],
1354
- ],
1355
- ];
1356
- export var Message = [
1357
- 3,
1358
- n0,
1359
- _M,
1360
- 0,
1361
- [_MT],
1362
- [
1363
- [
1364
- 0,
1365
- {
1366
- [_jN]: _mT,
1367
- },
1368
- ],
1369
- ],
1370
- ];
1371
- export var NLBResource = [
1372
- 3,
1373
- n0,
1374
- _NLBR,
1375
- 0,
1376
- [_A],
1377
- [
1378
- [
1379
- 0,
1380
- {
1381
- [_jN]: _a,
1382
- },
1383
- ],
1384
- ],
1385
- ];
725
+ export var ListTagsForResourcesResponse = [3, n0, _LTFRRi, 0, [_T], [[128 | 0, { [_jN]: _t }]]];
726
+ export var Message = [3, n0, _M, 0, [_MT], [[0, { [_jN]: _mT }]]];
727
+ export var NLBResource = [3, n0, _NLBR, 0, [_A], [[0, { [_jN]: _a }]]];
1386
728
  export var R53ResourceRecord = [
1387
729
  3,
1388
730
  n0,
@@ -1390,18 +732,8 @@ export var R53ResourceRecord = [
1390
732
  0,
1391
733
  [_DN, _RSI],
1392
734
  [
1393
- [
1394
- 0,
1395
- {
1396
- [_jN]: _dN,
1397
- },
1398
- ],
1399
- [
1400
- 0,
1401
- {
1402
- [_jN]: _rSI,
1403
- },
1404
- ],
735
+ [0, { [_jN]: _dN }],
736
+ [0, { [_jN]: _rSI }],
1405
737
  ],
1406
738
  ];
1407
739
  export var ReadinessCheckOutput = [
@@ -1411,30 +743,10 @@ export var ReadinessCheckOutput = [
1411
743
  0,
1412
744
  [_RCA, _RCN, _RS, _T],
1413
745
  [
1414
- [
1415
- 0,
1416
- {
1417
- [_jN]: _rCA,
1418
- },
1419
- ],
1420
- [
1421
- 0,
1422
- {
1423
- [_jN]: _rCN,
1424
- },
1425
- ],
1426
- [
1427
- 0,
1428
- {
1429
- [_jN]: _rS,
1430
- },
1431
- ],
1432
- [
1433
- 128 | 0,
1434
- {
1435
- [_jN]: _t,
1436
- },
1437
- ],
746
+ [0, { [_jN]: _rCA }],
747
+ [0, { [_jN]: _rCN }],
748
+ [0, { [_jN]: _rS }],
749
+ [128 | 0, { [_jN]: _t }],
1438
750
  ],
1439
751
  ];
1440
752
  export var ReadinessCheckSummary = [
@@ -1444,35 +756,11 @@ export var ReadinessCheckSummary = [
1444
756
  0,
1445
757
  [_Rea, _RCN],
1446
758
  [
1447
- [
1448
- 0,
1449
- {
1450
- [_jN]: _rea,
1451
- },
1452
- ],
1453
- [
1454
- 0,
1455
- {
1456
- [_jN]: _rCN,
1457
- },
1458
- ],
1459
- ],
1460
- ];
1461
- export var Recommendation = [
1462
- 3,
1463
- n0,
1464
- _Rec,
1465
- 0,
1466
- [_RTec],
1467
- [
1468
- [
1469
- 0,
1470
- {
1471
- [_jN]: _rTec,
1472
- },
1473
- ],
759
+ [0, { [_jN]: _rea }],
760
+ [0, { [_jN]: _rCN }],
1474
761
  ],
1475
762
  ];
763
+ export var Recommendation = [3, n0, _Rec, 0, [_RTec], [[0, { [_jN]: _rTec }]]];
1476
764
  export var RecoveryGroupOutput = [
1477
765
  3,
1478
766
  n0,
@@ -1480,30 +768,10 @@ export var RecoveryGroupOutput = [
1480
768
  0,
1481
769
  [_C, _RGA, _RGN, _T],
1482
770
  [
1483
- [
1484
- 64 | 0,
1485
- {
1486
- [_jN]: _ce,
1487
- },
1488
- ],
1489
- [
1490
- 0,
1491
- {
1492
- [_jN]: _rGA,
1493
- },
1494
- ],
1495
- [
1496
- 0,
1497
- {
1498
- [_jN]: _rGN,
1499
- },
1500
- ],
1501
- [
1502
- 128 | 0,
1503
- {
1504
- [_jN]: _t,
1505
- },
1506
- ],
771
+ [64 | 0, { [_jN]: _ce }],
772
+ [0, { [_jN]: _rGA }],
773
+ [0, { [_jN]: _rGN }],
774
+ [128 | 0, { [_jN]: _t }],
1507
775
  ],
1508
776
  ];
1509
777
  export var Resource = [
@@ -1513,49 +781,19 @@ export var Resource = [
1513
781
  0,
1514
782
  [_CI, _DTR, _RSea, _RA],
1515
783
  [
1516
- [
1517
- 0,
1518
- {
1519
- [_jN]: _cI,
1520
- },
1521
- ],
1522
- [
1523
- () => DNSTargetResource,
1524
- {
1525
- [_jN]: _dTR,
1526
- },
1527
- ],
1528
- [
1529
- 64 | 0,
1530
- {
1531
- [_jN]: _rSea,
1532
- },
1533
- ],
1534
- [
1535
- 0,
1536
- {
1537
- [_jN]: _rA,
1538
- },
1539
- ],
784
+ [0, { [_jN]: _cI }],
785
+ [() => DNSTargetResource, { [_jN]: _dTR }],
786
+ [64 | 0, { [_jN]: _rSea }],
787
+ [0, { [_jN]: _rA }],
1540
788
  ],
1541
789
  ];
1542
790
  export var ResourceNotFoundException = [
1543
791
  -3,
1544
792
  n0,
1545
793
  _RNFE,
1546
- {
1547
- [_e]: _c,
1548
- [_hE]: 404,
1549
- },
794
+ { [_e]: _c, [_hE]: 404 },
1550
795
  [_M],
1551
- [
1552
- [
1553
- 0,
1554
- {
1555
- [_jN]: _m,
1556
- },
1557
- ],
1558
- ],
796
+ [[0, { [_jN]: _m }]],
1559
797
  ];
1560
798
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1561
799
  export var ResourceResult = [
@@ -1565,30 +803,10 @@ export var ResourceResult = [
1565
803
  0,
1566
804
  [_CI, _LCT, _Rea, _RA],
1567
805
  [
1568
- [
1569
- 0,
1570
- {
1571
- [_jN]: _cI,
1572
- },
1573
- ],
1574
- [
1575
- 5,
1576
- {
1577
- [_jN]: _lCT,
1578
- },
1579
- ],
1580
- [
1581
- 0,
1582
- {
1583
- [_jN]: _rea,
1584
- },
1585
- ],
1586
- [
1587
- 0,
1588
- {
1589
- [_jN]: _rA,
1590
- },
1591
- ],
806
+ [0, { [_jN]: _cI }],
807
+ [5, { [_jN]: _lCT }],
808
+ [0, { [_jN]: _rea }],
809
+ [0, { [_jN]: _rA }],
1592
810
  ],
1593
811
  ];
1594
812
  export var ResourceSetOutput = [
@@ -1598,36 +816,11 @@ export var ResourceSetOutput = [
1598
816
  0,
1599
817
  [_RSA, _RSN, _RST, _R, _T],
1600
818
  [
1601
- [
1602
- 0,
1603
- {
1604
- [_jN]: _rSA,
1605
- },
1606
- ],
1607
- [
1608
- 0,
1609
- {
1610
- [_jN]: _rSN,
1611
- },
1612
- ],
1613
- [
1614
- 0,
1615
- {
1616
- [_jN]: _rST,
1617
- },
1618
- ],
1619
- [
1620
- () => __listOfResource,
1621
- {
1622
- [_jN]: _r,
1623
- },
1624
- ],
1625
- [
1626
- 128 | 0,
1627
- {
1628
- [_jN]: _t,
1629
- },
1630
- ],
819
+ [0, { [_jN]: _rSA }],
820
+ [0, { [_jN]: _rSN }],
821
+ [0, { [_jN]: _rST }],
822
+ [() => __listOfResource, { [_jN]: _r }],
823
+ [128 | 0, { [_jN]: _t }],
1631
824
  ],
1632
825
  ];
1633
826
  export var RuleResult = [
@@ -1637,30 +830,10 @@ export var RuleResult = [
1637
830
  0,
1638
831
  [_LCT, _Me, _Rea, _RIu],
1639
832
  [
1640
- [
1641
- 5,
1642
- {
1643
- [_jN]: _lCT,
1644
- },
1645
- ],
1646
- [
1647
- () => __listOfMessage,
1648
- {
1649
- [_jN]: _me,
1650
- },
1651
- ],
1652
- [
1653
- 0,
1654
- {
1655
- [_jN]: _rea,
1656
- },
1657
- ],
1658
- [
1659
- 0,
1660
- {
1661
- [_jN]: _rI,
1662
- },
1663
- ],
833
+ [5, { [_jN]: _lCT }],
834
+ [() => __listOfMessage, { [_jN]: _me }],
835
+ [0, { [_jN]: _rea }],
836
+ [0, { [_jN]: _rI }],
1664
837
  ],
1665
838
  ];
1666
839
  export var TagResourceRequest = [
@@ -1671,12 +844,7 @@ export var TagResourceRequest = [
1671
844
  [_RA, _T],
1672
845
  [
1673
846
  [0, 1],
1674
- [
1675
- 128 | 0,
1676
- {
1677
- [_jN]: _t,
1678
- },
1679
- ],
847
+ [128 | 0, { [_jN]: _t }],
1680
848
  ],
1681
849
  ];
1682
850
  export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
@@ -1687,38 +855,11 @@ export var TargetResource = [
1687
855
  0,
1688
856
  [_NLBR, _RRe],
1689
857
  [
1690
- [
1691
- () => NLBResource,
1692
- {
1693
- [_jN]: _nLBR,
1694
- },
1695
- ],
1696
- [
1697
- () => R53ResourceRecord,
1698
- {
1699
- [_jN]: _rR,
1700
- },
1701
- ],
1702
- ],
1703
- ];
1704
- export var ThrottlingException = [
1705
- -3,
1706
- n0,
1707
- _TE,
1708
- {
1709
- [_e]: _c,
1710
- [_hE]: 429,
1711
- },
1712
- [_M],
1713
- [
1714
- [
1715
- 0,
1716
- {
1717
- [_jN]: _m,
1718
- },
1719
- ],
858
+ [() => NLBResource, { [_jN]: _nLBR }],
859
+ [() => R53ResourceRecord, { [_jN]: _rR }],
1720
860
  ],
1721
861
  ];
862
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [[0, { [_jN]: _m }]]];
1722
863
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1723
864
  export var UntagResourceRequest = [
1724
865
  3,
@@ -1728,12 +869,7 @@ export var UntagResourceRequest = [
1728
869
  [_RA, _TK],
1729
870
  [
1730
871
  [0, 1],
1731
- [
1732
- 64 | 0,
1733
- {
1734
- [_hQ]: _tK,
1735
- },
1736
- ],
872
+ [64 | 0, { [_hQ]: _tK }],
1737
873
  ],
1738
874
  ];
1739
875
  export var UpdateCellRequest = [
@@ -1744,12 +880,7 @@ export var UpdateCellRequest = [
1744
880
  [_CN, _C],
1745
881
  [
1746
882
  [0, 1],
1747
- [
1748
- 64 | 0,
1749
- {
1750
- [_jN]: _ce,
1751
- },
1752
- ],
883
+ [64 | 0, { [_jN]: _ce }],
1753
884
  ],
1754
885
  ];
1755
886
  export var UpdateCellResponse = [
@@ -1759,36 +890,11 @@ export var UpdateCellResponse = [
1759
890
  0,
1760
891
  [_CA, _CN, _C, _PRS, _T],
1761
892
  [
1762
- [
1763
- 0,
1764
- {
1765
- [_jN]: _cA,
1766
- },
1767
- ],
1768
- [
1769
- 0,
1770
- {
1771
- [_jN]: _cN,
1772
- },
1773
- ],
1774
- [
1775
- 64 | 0,
1776
- {
1777
- [_jN]: _ce,
1778
- },
1779
- ],
1780
- [
1781
- 64 | 0,
1782
- {
1783
- [_jN]: _pRS,
1784
- },
1785
- ],
1786
- [
1787
- 128 | 0,
1788
- {
1789
- [_jN]: _t,
1790
- },
1791
- ],
893
+ [0, { [_jN]: _cA }],
894
+ [0, { [_jN]: _cN }],
895
+ [64 | 0, { [_jN]: _ce }],
896
+ [64 | 0, { [_jN]: _pRS }],
897
+ [128 | 0, { [_jN]: _t }],
1792
898
  ],
1793
899
  ];
1794
900
  export var UpdateReadinessCheckRequest = [
@@ -1799,12 +905,7 @@ export var UpdateReadinessCheckRequest = [
1799
905
  [_RCN, _RSN],
1800
906
  [
1801
907
  [0, 1],
1802
- [
1803
- 0,
1804
- {
1805
- [_jN]: _rSN,
1806
- },
1807
- ],
908
+ [0, { [_jN]: _rSN }],
1808
909
  ],
1809
910
  ];
1810
911
  export var UpdateReadinessCheckResponse = [
@@ -1814,30 +915,10 @@ export var UpdateReadinessCheckResponse = [
1814
915
  0,
1815
916
  [_RCA, _RCN, _RS, _T],
1816
917
  [
1817
- [
1818
- 0,
1819
- {
1820
- [_jN]: _rCA,
1821
- },
1822
- ],
1823
- [
1824
- 0,
1825
- {
1826
- [_jN]: _rCN,
1827
- },
1828
- ],
1829
- [
1830
- 0,
1831
- {
1832
- [_jN]: _rS,
1833
- },
1834
- ],
1835
- [
1836
- 128 | 0,
1837
- {
1838
- [_jN]: _t,
1839
- },
1840
- ],
918
+ [0, { [_jN]: _rCA }],
919
+ [0, { [_jN]: _rCN }],
920
+ [0, { [_jN]: _rS }],
921
+ [128 | 0, { [_jN]: _t }],
1841
922
  ],
1842
923
  ];
1843
924
  export var UpdateRecoveryGroupRequest = [
@@ -1847,12 +928,7 @@ export var UpdateRecoveryGroupRequest = [
1847
928
  0,
1848
929
  [_C, _RGN],
1849
930
  [
1850
- [
1851
- 64 | 0,
1852
- {
1853
- [_jN]: _ce,
1854
- },
1855
- ],
931
+ [64 | 0, { [_jN]: _ce }],
1856
932
  [0, 1],
1857
933
  ],
1858
934
  ];
@@ -1863,30 +939,10 @@ export var UpdateRecoveryGroupResponse = [
1863
939
  0,
1864
940
  [_C, _RGA, _RGN, _T],
1865
941
  [
1866
- [
1867
- 64 | 0,
1868
- {
1869
- [_jN]: _ce,
1870
- },
1871
- ],
1872
- [
1873
- 0,
1874
- {
1875
- [_jN]: _rGA,
1876
- },
1877
- ],
1878
- [
1879
- 0,
1880
- {
1881
- [_jN]: _rGN,
1882
- },
1883
- ],
1884
- [
1885
- 128 | 0,
1886
- {
1887
- [_jN]: _t,
1888
- },
1889
- ],
942
+ [64 | 0, { [_jN]: _ce }],
943
+ [0, { [_jN]: _rGA }],
944
+ [0, { [_jN]: _rGN }],
945
+ [128 | 0, { [_jN]: _t }],
1890
946
  ],
1891
947
  ];
1892
948
  export var UpdateResourceSetRequest = [
@@ -1897,18 +953,8 @@ export var UpdateResourceSetRequest = [
1897
953
  [_RSN, _RST, _R],
1898
954
  [
1899
955
  [0, 1],
1900
- [
1901
- 0,
1902
- {
1903
- [_jN]: _rST,
1904
- },
1905
- ],
1906
- [
1907
- () => __listOfResource,
1908
- {
1909
- [_jN]: _r,
1910
- },
1911
- ],
956
+ [0, { [_jN]: _rST }],
957
+ [() => __listOfResource, { [_jN]: _r }],
1912
958
  ],
1913
959
  ];
1914
960
  export var UpdateResourceSetResponse = [
@@ -1918,56 +964,14 @@ export var UpdateResourceSetResponse = [
1918
964
  0,
1919
965
  [_RSA, _RSN, _RST, _R, _T],
1920
966
  [
1921
- [
1922
- 0,
1923
- {
1924
- [_jN]: _rSA,
1925
- },
1926
- ],
1927
- [
1928
- 0,
1929
- {
1930
- [_jN]: _rSN,
1931
- },
1932
- ],
1933
- [
1934
- 0,
1935
- {
1936
- [_jN]: _rST,
1937
- },
1938
- ],
1939
- [
1940
- () => __listOfResource,
1941
- {
1942
- [_jN]: _r,
1943
- },
1944
- ],
1945
- [
1946
- 128 | 0,
1947
- {
1948
- [_jN]: _t,
1949
- },
1950
- ],
1951
- ],
1952
- ];
1953
- export var ValidationException = [
1954
- -3,
1955
- n0,
1956
- _VE,
1957
- {
1958
- [_e]: _c,
1959
- [_hE]: 400,
1960
- },
1961
- [_M],
1962
- [
1963
- [
1964
- 0,
1965
- {
1966
- [_jN]: _m,
1967
- },
1968
- ],
967
+ [0, { [_jN]: _rSA }],
968
+ [0, { [_jN]: _rSN }],
969
+ [0, { [_jN]: _rST }],
970
+ [() => __listOfResource, { [_jN]: _r }],
971
+ [128 | 0, { [_jN]: _t }],
1969
972
  ],
1970
973
  ];
974
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [[0, { [_jN]: _m }]]];
1971
975
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1972
976
  export var __Unit = "unit";
1973
977
  export var Route53RecoveryReadinessServiceException = [
@@ -1997,9 +1001,7 @@ export var CreateCell = [
1997
1001
  9,
1998
1002
  n0,
1999
1003
  _CC,
2000
- {
2001
- [_h]: ["POST", "/cells", 200],
2002
- },
1004
+ { [_h]: ["POST", "/cells", 200] },
2003
1005
  () => CreateCellRequest,
2004
1006
  () => CreateCellResponse,
2005
1007
  ];
@@ -2007,9 +1009,7 @@ export var CreateCrossAccountAuthorization = [
2007
1009
  9,
2008
1010
  n0,
2009
1011
  _CCAA,
2010
- {
2011
- [_h]: ["POST", "/crossaccountauthorizations", 200],
2012
- },
1012
+ { [_h]: ["POST", "/crossaccountauthorizations", 200] },
2013
1013
  () => CreateCrossAccountAuthorizationRequest,
2014
1014
  () => CreateCrossAccountAuthorizationResponse,
2015
1015
  ];
@@ -2017,9 +1017,7 @@ export var CreateReadinessCheck = [
2017
1017
  9,
2018
1018
  n0,
2019
1019
  _CRC,
2020
- {
2021
- [_h]: ["POST", "/readinesschecks", 200],
2022
- },
1020
+ { [_h]: ["POST", "/readinesschecks", 200] },
2023
1021
  () => CreateReadinessCheckRequest,
2024
1022
  () => CreateReadinessCheckResponse,
2025
1023
  ];
@@ -2027,9 +1025,7 @@ export var CreateRecoveryGroup = [
2027
1025
  9,
2028
1026
  n0,
2029
1027
  _CRG,
2030
- {
2031
- [_h]: ["POST", "/recoverygroups", 200],
2032
- },
1028
+ { [_h]: ["POST", "/recoverygroups", 200] },
2033
1029
  () => CreateRecoveryGroupRequest,
2034
1030
  () => CreateRecoveryGroupResponse,
2035
1031
  ];
@@ -2037,9 +1033,7 @@ export var CreateResourceSet = [
2037
1033
  9,
2038
1034
  n0,
2039
1035
  _CRS,
2040
- {
2041
- [_h]: ["POST", "/resourcesets", 200],
2042
- },
1036
+ { [_h]: ["POST", "/resourcesets", 200] },
2043
1037
  () => CreateResourceSetRequest,
2044
1038
  () => CreateResourceSetResponse,
2045
1039
  ];
@@ -2047,9 +1041,7 @@ export var DeleteCell = [
2047
1041
  9,
2048
1042
  n0,
2049
1043
  _DC,
2050
- {
2051
- [_h]: ["DELETE", "/cells/{CellName}", 204],
2052
- },
1044
+ { [_h]: ["DELETE", "/cells/{CellName}", 204] },
2053
1045
  () => DeleteCellRequest,
2054
1046
  () => __Unit,
2055
1047
  ];
@@ -2057,9 +1049,7 @@ export var DeleteCrossAccountAuthorization = [
2057
1049
  9,
2058
1050
  n0,
2059
1051
  _DCAA,
2060
- {
2061
- [_h]: ["DELETE", "/crossaccountauthorizations/{CrossAccountAuthorization}", 200],
2062
- },
1052
+ { [_h]: ["DELETE", "/crossaccountauthorizations/{CrossAccountAuthorization}", 200] },
2063
1053
  () => DeleteCrossAccountAuthorizationRequest,
2064
1054
  () => DeleteCrossAccountAuthorizationResponse,
2065
1055
  ];
@@ -2067,9 +1057,7 @@ export var DeleteReadinessCheck = [
2067
1057
  9,
2068
1058
  n0,
2069
1059
  _DRC,
2070
- {
2071
- [_h]: ["DELETE", "/readinesschecks/{ReadinessCheckName}", 204],
2072
- },
1060
+ { [_h]: ["DELETE", "/readinesschecks/{ReadinessCheckName}", 204] },
2073
1061
  () => DeleteReadinessCheckRequest,
2074
1062
  () => __Unit,
2075
1063
  ];
@@ -2077,9 +1065,7 @@ export var DeleteRecoveryGroup = [
2077
1065
  9,
2078
1066
  n0,
2079
1067
  _DRG,
2080
- {
2081
- [_h]: ["DELETE", "/recoverygroups/{RecoveryGroupName}", 204],
2082
- },
1068
+ { [_h]: ["DELETE", "/recoverygroups/{RecoveryGroupName}", 204] },
2083
1069
  () => DeleteRecoveryGroupRequest,
2084
1070
  () => __Unit,
2085
1071
  ];
@@ -2087,9 +1073,7 @@ export var DeleteResourceSet = [
2087
1073
  9,
2088
1074
  n0,
2089
1075
  _DRS,
2090
- {
2091
- [_h]: ["DELETE", "/resourcesets/{ResourceSetName}", 204],
2092
- },
1076
+ { [_h]: ["DELETE", "/resourcesets/{ResourceSetName}", 204] },
2093
1077
  () => DeleteResourceSetRequest,
2094
1078
  () => __Unit,
2095
1079
  ];
@@ -2097,9 +1081,7 @@ export var GetArchitectureRecommendations = [
2097
1081
  9,
2098
1082
  n0,
2099
1083
  _GAR,
2100
- {
2101
- [_h]: ["GET", "/recoverygroups/{RecoveryGroupName}/architectureRecommendations", 200],
2102
- },
1084
+ { [_h]: ["GET", "/recoverygroups/{RecoveryGroupName}/architectureRecommendations", 200] },
2103
1085
  () => GetArchitectureRecommendationsRequest,
2104
1086
  () => GetArchitectureRecommendationsResponse,
2105
1087
  ];
@@ -2107,9 +1089,7 @@ export var GetCell = [
2107
1089
  9,
2108
1090
  n0,
2109
1091
  _GC,
2110
- {
2111
- [_h]: ["GET", "/cells/{CellName}", 200],
2112
- },
1092
+ { [_h]: ["GET", "/cells/{CellName}", 200] },
2113
1093
  () => GetCellRequest,
2114
1094
  () => GetCellResponse,
2115
1095
  ];
@@ -2117,9 +1097,7 @@ export var GetCellReadinessSummary = [
2117
1097
  9,
2118
1098
  n0,
2119
1099
  _GCRS,
2120
- {
2121
- [_h]: ["GET", "/cellreadiness/{CellName}", 200],
2122
- },
1100
+ { [_h]: ["GET", "/cellreadiness/{CellName}", 200] },
2123
1101
  () => GetCellReadinessSummaryRequest,
2124
1102
  () => GetCellReadinessSummaryResponse,
2125
1103
  ];
@@ -2127,9 +1105,7 @@ export var GetReadinessCheck = [
2127
1105
  9,
2128
1106
  n0,
2129
1107
  _GRC,
2130
- {
2131
- [_h]: ["GET", "/readinesschecks/{ReadinessCheckName}", 200],
2132
- },
1108
+ { [_h]: ["GET", "/readinesschecks/{ReadinessCheckName}", 200] },
2133
1109
  () => GetReadinessCheckRequest,
2134
1110
  () => GetReadinessCheckResponse,
2135
1111
  ];
@@ -2137,9 +1113,7 @@ export var GetReadinessCheckResourceStatus = [
2137
1113
  9,
2138
1114
  n0,
2139
1115
  _GRCRS,
2140
- {
2141
- [_h]: ["GET", "/readinesschecks/{ReadinessCheckName}/resource/{ResourceIdentifier}/status", 200],
2142
- },
1116
+ { [_h]: ["GET", "/readinesschecks/{ReadinessCheckName}/resource/{ResourceIdentifier}/status", 200] },
2143
1117
  () => GetReadinessCheckResourceStatusRequest,
2144
1118
  () => GetReadinessCheckResourceStatusResponse,
2145
1119
  ];
@@ -2147,9 +1121,7 @@ export var GetReadinessCheckStatus = [
2147
1121
  9,
2148
1122
  n0,
2149
1123
  _GRCS,
2150
- {
2151
- [_h]: ["GET", "/readinesschecks/{ReadinessCheckName}/status", 200],
2152
- },
1124
+ { [_h]: ["GET", "/readinesschecks/{ReadinessCheckName}/status", 200] },
2153
1125
  () => GetReadinessCheckStatusRequest,
2154
1126
  () => GetReadinessCheckStatusResponse,
2155
1127
  ];
@@ -2157,9 +1129,7 @@ export var GetRecoveryGroup = [
2157
1129
  9,
2158
1130
  n0,
2159
1131
  _GRG,
2160
- {
2161
- [_h]: ["GET", "/recoverygroups/{RecoveryGroupName}", 200],
2162
- },
1132
+ { [_h]: ["GET", "/recoverygroups/{RecoveryGroupName}", 200] },
2163
1133
  () => GetRecoveryGroupRequest,
2164
1134
  () => GetRecoveryGroupResponse,
2165
1135
  ];
@@ -2167,9 +1137,7 @@ export var GetRecoveryGroupReadinessSummary = [
2167
1137
  9,
2168
1138
  n0,
2169
1139
  _GRGRS,
2170
- {
2171
- [_h]: ["GET", "/recoverygroupreadiness/{RecoveryGroupName}", 200],
2172
- },
1140
+ { [_h]: ["GET", "/recoverygroupreadiness/{RecoveryGroupName}", 200] },
2173
1141
  () => GetRecoveryGroupReadinessSummaryRequest,
2174
1142
  () => GetRecoveryGroupReadinessSummaryResponse,
2175
1143
  ];
@@ -2177,9 +1145,7 @@ export var GetResourceSet = [
2177
1145
  9,
2178
1146
  n0,
2179
1147
  _GRS,
2180
- {
2181
- [_h]: ["GET", "/resourcesets/{ResourceSetName}", 200],
2182
- },
1148
+ { [_h]: ["GET", "/resourcesets/{ResourceSetName}", 200] },
2183
1149
  () => GetResourceSetRequest,
2184
1150
  () => GetResourceSetResponse,
2185
1151
  ];
@@ -2187,9 +1153,7 @@ export var ListCells = [
2187
1153
  9,
2188
1154
  n0,
2189
1155
  _LC,
2190
- {
2191
- [_h]: ["GET", "/cells", 200],
2192
- },
1156
+ { [_h]: ["GET", "/cells", 200] },
2193
1157
  () => ListCellsRequest,
2194
1158
  () => ListCellsResponse,
2195
1159
  ];
@@ -2197,9 +1161,7 @@ export var ListCrossAccountAuthorizations = [
2197
1161
  9,
2198
1162
  n0,
2199
1163
  _LCAA,
2200
- {
2201
- [_h]: ["GET", "/crossaccountauthorizations", 200],
2202
- },
1164
+ { [_h]: ["GET", "/crossaccountauthorizations", 200] },
2203
1165
  () => ListCrossAccountAuthorizationsRequest,
2204
1166
  () => ListCrossAccountAuthorizationsResponse,
2205
1167
  ];
@@ -2207,9 +1169,7 @@ export var ListReadinessChecks = [
2207
1169
  9,
2208
1170
  n0,
2209
1171
  _LRC,
2210
- {
2211
- [_h]: ["GET", "/readinesschecks", 200],
2212
- },
1172
+ { [_h]: ["GET", "/readinesschecks", 200] },
2213
1173
  () => ListReadinessChecksRequest,
2214
1174
  () => ListReadinessChecksResponse,
2215
1175
  ];
@@ -2217,9 +1177,7 @@ export var ListRecoveryGroups = [
2217
1177
  9,
2218
1178
  n0,
2219
1179
  _LRG,
2220
- {
2221
- [_h]: ["GET", "/recoverygroups", 200],
2222
- },
1180
+ { [_h]: ["GET", "/recoverygroups", 200] },
2223
1181
  () => ListRecoveryGroupsRequest,
2224
1182
  () => ListRecoveryGroupsResponse,
2225
1183
  ];
@@ -2227,9 +1185,7 @@ export var ListResourceSets = [
2227
1185
  9,
2228
1186
  n0,
2229
1187
  _LRS,
2230
- {
2231
- [_h]: ["GET", "/resourcesets", 200],
2232
- },
1188
+ { [_h]: ["GET", "/resourcesets", 200] },
2233
1189
  () => ListResourceSetsRequest,
2234
1190
  () => ListResourceSetsResponse,
2235
1191
  ];
@@ -2237,9 +1193,7 @@ export var ListRules = [
2237
1193
  9,
2238
1194
  n0,
2239
1195
  _LR,
2240
- {
2241
- [_h]: ["GET", "/rules", 200],
2242
- },
1196
+ { [_h]: ["GET", "/rules", 200] },
2243
1197
  () => ListRulesRequest,
2244
1198
  () => ListRulesResponse,
2245
1199
  ];
@@ -2247,9 +1201,7 @@ export var ListTagsForResources = [
2247
1201
  9,
2248
1202
  n0,
2249
1203
  _LTFR,
2250
- {
2251
- [_h]: ["GET", "/tags/{ResourceArn}", 200],
2252
- },
1204
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
2253
1205
  () => ListTagsForResourcesRequest,
2254
1206
  () => ListTagsForResourcesResponse,
2255
1207
  ];
@@ -2257,9 +1209,7 @@ export var TagResource = [
2257
1209
  9,
2258
1210
  n0,
2259
1211
  _TRa,
2260
- {
2261
- [_h]: ["POST", "/tags/{ResourceArn}", 200],
2262
- },
1212
+ { [_h]: ["POST", "/tags/{ResourceArn}", 200] },
2263
1213
  () => TagResourceRequest,
2264
1214
  () => TagResourceResponse,
2265
1215
  ];
@@ -2267,9 +1217,7 @@ export var UntagResource = [
2267
1217
  9,
2268
1218
  n0,
2269
1219
  _UR,
2270
- {
2271
- [_h]: ["DELETE", "/tags/{ResourceArn}", 204],
2272
- },
1220
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
2273
1221
  () => UntagResourceRequest,
2274
1222
  () => __Unit,
2275
1223
  ];
@@ -2277,9 +1225,7 @@ export var UpdateCell = [
2277
1225
  9,
2278
1226
  n0,
2279
1227
  _UC,
2280
- {
2281
- [_h]: ["PUT", "/cells/{CellName}", 200],
2282
- },
1228
+ { [_h]: ["PUT", "/cells/{CellName}", 200] },
2283
1229
  () => UpdateCellRequest,
2284
1230
  () => UpdateCellResponse,
2285
1231
  ];
@@ -2287,9 +1233,7 @@ export var UpdateReadinessCheck = [
2287
1233
  9,
2288
1234
  n0,
2289
1235
  _URC,
2290
- {
2291
- [_h]: ["PUT", "/readinesschecks/{ReadinessCheckName}", 200],
2292
- },
1236
+ { [_h]: ["PUT", "/readinesschecks/{ReadinessCheckName}", 200] },
2293
1237
  () => UpdateReadinessCheckRequest,
2294
1238
  () => UpdateReadinessCheckResponse,
2295
1239
  ];
@@ -2297,9 +1241,7 @@ export var UpdateRecoveryGroup = [
2297
1241
  9,
2298
1242
  n0,
2299
1243
  _URG,
2300
- {
2301
- [_h]: ["PUT", "/recoverygroups/{RecoveryGroupName}", 200],
2302
- },
1244
+ { [_h]: ["PUT", "/recoverygroups/{RecoveryGroupName}", 200] },
2303
1245
  () => UpdateRecoveryGroupRequest,
2304
1246
  () => UpdateRecoveryGroupResponse,
2305
1247
  ];
@@ -2307,9 +1249,7 @@ export var UpdateResourceSet = [
2307
1249
  9,
2308
1250
  n0,
2309
1251
  _URS,
2310
- {
2311
- [_h]: ["PUT", "/resourcesets/{ResourceSetName}", 200],
2312
- },
1252
+ { [_h]: ["PUT", "/resourcesets/{ResourceSetName}", 200] },
2313
1253
  () => UpdateResourceSetRequest,
2314
1254
  () => UpdateResourceSetResponse,
2315
1255
  ];