@aws-sdk/client-notifications 3.940.0 → 3.946.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 (77) hide show
  1. package/dist-cjs/index.js +104 -526
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/NotificationsClient.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 +104 -526
  8. package/dist-types/Notifications.d.ts +1 -1
  9. package/dist-types/NotificationsClient.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/AssociateChannelCommand.d.ts +3 -3
  13. package/dist-types/commands/AssociateManagedNotificationAccountContactCommand.d.ts +3 -3
  14. package/dist-types/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +3 -3
  15. package/dist-types/commands/AssociateOrganizationalUnitCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateEventRuleCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateNotificationConfigurationCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteEventRuleCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +3 -3
  20. package/dist-types/commands/DeregisterNotificationHubCommand.d.ts +3 -3
  21. package/dist-types/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +3 -3
  22. package/dist-types/commands/DisassociateChannelCommand.d.ts +3 -3
  23. package/dist-types/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +3 -3
  24. package/dist-types/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +3 -3
  25. package/dist-types/commands/DisassociateOrganizationalUnitCommand.d.ts +3 -3
  26. package/dist-types/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +3 -3
  27. package/dist-types/commands/GetEventRuleCommand.d.ts +3 -3
  28. package/dist-types/commands/GetManagedNotificationChildEventCommand.d.ts +3 -3
  29. package/dist-types/commands/GetManagedNotificationConfigurationCommand.d.ts +3 -3
  30. package/dist-types/commands/GetManagedNotificationEventCommand.d.ts +3 -3
  31. package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +3 -3
  32. package/dist-types/commands/GetNotificationEventCommand.d.ts +3 -3
  33. package/dist-types/commands/GetNotificationsAccessForOrganizationCommand.d.ts +3 -3
  34. package/dist-types/commands/ListChannelsCommand.d.ts +3 -3
  35. package/dist-types/commands/ListEventRulesCommand.d.ts +3 -3
  36. package/dist-types/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +3 -3
  37. package/dist-types/commands/ListManagedNotificationChildEventsCommand.d.ts +3 -3
  38. package/dist-types/commands/ListManagedNotificationConfigurationsCommand.d.ts +3 -3
  39. package/dist-types/commands/ListManagedNotificationEventsCommand.d.ts +3 -3
  40. package/dist-types/commands/ListMemberAccountsCommand.d.ts +3 -3
  41. package/dist-types/commands/ListNotificationConfigurationsCommand.d.ts +3 -3
  42. package/dist-types/commands/ListNotificationEventsCommand.d.ts +3 -3
  43. package/dist-types/commands/ListNotificationHubsCommand.d.ts +3 -3
  44. package/dist-types/commands/ListOrganizationalUnitsCommand.d.ts +3 -3
  45. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  46. package/dist-types/commands/RegisterNotificationHubCommand.d.ts +3 -3
  47. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  48. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  49. package/dist-types/commands/UpdateEventRuleCommand.d.ts +3 -3
  50. package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +3 -3
  51. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  52. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  53. package/dist-types/extensionConfiguration.d.ts +4 -4
  54. package/dist-types/models/NotificationsServiceException.d.ts +1 -1
  55. package/dist-types/models/errors.d.ts +1 -1
  56. package/dist-types/pagination/Interfaces.d.ts +1 -1
  57. package/dist-types/pagination/ListChannelsPaginator.d.ts +1 -1
  58. package/dist-types/pagination/ListEventRulesPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListManagedNotificationChannelAssociationsPaginator.d.ts +1 -1
  60. package/dist-types/pagination/ListManagedNotificationChildEventsPaginator.d.ts +1 -1
  61. package/dist-types/pagination/ListManagedNotificationConfigurationsPaginator.d.ts +1 -1
  62. package/dist-types/pagination/ListManagedNotificationEventsPaginator.d.ts +1 -1
  63. package/dist-types/pagination/ListMemberAccountsPaginator.d.ts +1 -1
  64. package/dist-types/pagination/ListNotificationConfigurationsPaginator.d.ts +1 -1
  65. package/dist-types/pagination/ListNotificationEventsPaginator.d.ts +1 -1
  66. package/dist-types/pagination/ListNotificationHubsPaginator.d.ts +1 -1
  67. package/dist-types/pagination/ListOrganizationalUnitsPaginator.d.ts +1 -1
  68. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  69. package/dist-types/runtimeConfig.d.ts +1 -1
  70. package/dist-types/runtimeConfig.native.d.ts +1 -1
  71. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  72. package/dist-types/runtimeExtensions.d.ts +1 -1
  73. package/dist-types/schemas/schemas_0.d.ts +1 -1
  74. package/dist-types/ts3.4/NotificationsClient.d.ts +3 -3
  75. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  76. package/dist-types/ts3.4/models/NotificationsServiceException.d.ts +1 -1
  77. package/package.json +13 -12
@@ -291,17 +291,7 @@ const n0 = "com.amazonaws.notifications";
291
291
  import { TypeRegistry } from "@smithy/core/schema";
292
292
  import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
293
293
  import { NotificationsServiceException as __NotificationsServiceException } from "../models/NotificationsServiceException";
294
- export var AccessDeniedException = [
295
- -3,
296
- n0,
297
- _ADE,
298
- {
299
- [_e]: _c,
300
- [_hE]: 403,
301
- },
302
- [_m],
303
- [0],
304
- ];
294
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
305
295
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
306
296
  export var AggregationDetail = [3, n0, _AD, 0, [_sD], [() => SummarizationDimensionDetails]];
307
297
  export var AggregationKey = [3, n0, _AK, 0, [_n, _v], [0, 0]];
@@ -349,17 +339,7 @@ export var AssociateManagedNotificationAdditionalChannelResponse = [
349
339
  ];
350
340
  export var AssociateOrganizationalUnitRequest = [3, n0, _AOUR, 0, [_oUI, _nCA], [[0, 1], 0]];
351
341
  export var AssociateOrganizationalUnitResponse = [3, n0, _AOURs, 0, [], []];
352
- export var ConflictException = [
353
- -3,
354
- n0,
355
- _CE,
356
- {
357
- [_e]: _c,
358
- [_hE]: 409,
359
- },
360
- [_m, _rI],
361
- [0, 0],
362
- ];
342
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI], [0, 0]];
363
343
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
364
344
  export var CreateEventRuleRequest = [
365
345
  3,
@@ -459,12 +439,7 @@ export var GetManagedNotificationChildEventRequest = [
459
439
  [_a, _l],
460
440
  [
461
441
  [0, 1],
462
- [
463
- 0,
464
- {
465
- [_hQ]: _l,
466
- },
467
- ],
442
+ [0, { [_hQ]: _l }],
468
443
  ],
469
444
  ];
470
445
  export var GetManagedNotificationChildEventResponse = [
@@ -492,12 +467,7 @@ export var GetManagedNotificationEventRequest = [
492
467
  [_a, _l],
493
468
  [
494
469
  [0, 1],
495
- [
496
- 0,
497
- {
498
- [_hQ]: _l,
499
- },
500
- ],
470
+ [0, { [_hQ]: _l }],
501
471
  ],
502
472
  ];
503
473
  export var GetManagedNotificationEventResponse = [
@@ -525,12 +495,7 @@ export var GetNotificationEventRequest = [
525
495
  [_a, _l],
526
496
  [
527
497
  [0, 1],
528
- [
529
- 0,
530
- {
531
- [_hQ]: _l,
532
- },
533
- ],
498
+ [0, { [_hQ]: _l }],
534
499
  ],
535
500
  ];
536
501
  export var GetNotificationEventResponse = [
@@ -550,17 +515,7 @@ export var GetNotificationsAccessForOrganizationResponse = [
550
515
  [_nAFO],
551
516
  [() => NotificationsAccessForOrganization],
552
517
  ];
553
- export var InternalServerException = [
554
- -3,
555
- n0,
556
- _ISE,
557
- {
558
- [_e]: _se,
559
- [_hE]: 500,
560
- },
561
- [_m],
562
- [0],
563
- ];
518
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
564
519
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
565
520
  export var ListChannelsRequest = [
566
521
  3,
@@ -569,24 +524,9 @@ export var ListChannelsRequest = [
569
524
  0,
570
525
  [_nCA, _mRa, _nT],
571
526
  [
572
- [
573
- 0,
574
- {
575
- [_hQ]: _nCA,
576
- },
577
- ],
578
- [
579
- 1,
580
- {
581
- [_hQ]: _mRa,
582
- },
583
- ],
584
- [
585
- 0,
586
- {
587
- [_hQ]: _nT,
588
- },
589
- ],
527
+ [0, { [_hQ]: _nCA }],
528
+ [1, { [_hQ]: _mRa }],
529
+ [0, { [_hQ]: _nT }],
590
530
  ],
591
531
  ];
592
532
  export var ListChannelsResponse = [3, n0, _LCRi, 0, [_nT, _ch], [0, 64 | 0]];
@@ -597,24 +537,9 @@ export var ListEventRulesRequest = [
597
537
  0,
598
538
  [_nCA, _mRa, _nT],
599
539
  [
600
- [
601
- 0,
602
- {
603
- [_hQ]: _nCA,
604
- },
605
- ],
606
- [
607
- 1,
608
- {
609
- [_hQ]: _mRa,
610
- },
611
- ],
612
- [
613
- 0,
614
- {
615
- [_hQ]: _nT,
616
- },
617
- ],
540
+ [0, { [_hQ]: _nCA }],
541
+ [1, { [_hQ]: _mRa }],
542
+ [0, { [_hQ]: _nT }],
618
543
  ],
619
544
  ];
620
545
  export var ListEventRulesResponse = [3, n0, _LERRi, 0, [_nT, _eR], [0, () => EventRules]];
@@ -625,24 +550,9 @@ export var ListManagedNotificationChannelAssociationsRequest = [
625
550
  0,
626
551
  [_mNCA, _mRa, _nT],
627
552
  [
628
- [
629
- 0,
630
- {
631
- [_hQ]: _mNCA,
632
- },
633
- ],
634
- [
635
- 1,
636
- {
637
- [_hQ]: _mRa,
638
- },
639
- ],
640
- [
641
- 0,
642
- {
643
- [_hQ]: _nT,
644
- },
645
- ],
553
+ [0, { [_hQ]: _mNCA }],
554
+ [1, { [_hQ]: _mRa }],
555
+ [0, { [_hQ]: _nT }],
646
556
  ],
647
557
  ];
648
558
  export var ListManagedNotificationChannelAssociationsResponse = [
@@ -661,48 +571,13 @@ export var ListManagedNotificationChildEventsRequest = [
661
571
  [_aMNEA, _sT, _eTn, _l, _mRa, _rA, _oUI, _nT],
662
572
  [
663
573
  [0, 1],
664
- [
665
- 5,
666
- {
667
- [_hQ]: _sT,
668
- },
669
- ],
670
- [
671
- 5,
672
- {
673
- [_hQ]: _eTn,
674
- },
675
- ],
676
- [
677
- 0,
678
- {
679
- [_hQ]: _l,
680
- },
681
- ],
682
- [
683
- 1,
684
- {
685
- [_hQ]: _mRa,
686
- },
687
- ],
688
- [
689
- 0,
690
- {
691
- [_hQ]: _rA,
692
- },
693
- ],
694
- [
695
- 0,
696
- {
697
- [_hQ]: _oUI,
698
- },
699
- ],
700
- [
701
- 0,
702
- {
703
- [_hQ]: _nT,
704
- },
705
- ],
574
+ [5, { [_hQ]: _sT }],
575
+ [5, { [_hQ]: _eTn }],
576
+ [0, { [_hQ]: _l }],
577
+ [1, { [_hQ]: _mRa }],
578
+ [0, { [_hQ]: _rA }],
579
+ [0, { [_hQ]: _oUI }],
580
+ [0, { [_hQ]: _nT }],
706
581
  ],
707
582
  ];
708
583
  export var ListManagedNotificationChildEventsResponse = [
@@ -720,24 +595,9 @@ export var ListManagedNotificationConfigurationsRequest = [
720
595
  0,
721
596
  [_cIh, _mRa, _nT],
722
597
  [
723
- [
724
- 0,
725
- {
726
- [_hQ]: _cIh,
727
- },
728
- ],
729
- [
730
- 1,
731
- {
732
- [_hQ]: _mRa,
733
- },
734
- ],
735
- [
736
- 0,
737
- {
738
- [_hQ]: _nT,
739
- },
740
- ],
598
+ [0, { [_hQ]: _cIh }],
599
+ [1, { [_hQ]: _mRa }],
600
+ [0, { [_hQ]: _nT }],
741
601
  ],
742
602
  ];
743
603
  export var ListManagedNotificationConfigurationsResponse = [
@@ -755,54 +615,14 @@ export var ListManagedNotificationEventsRequest = [
755
615
  0,
756
616
  [_sT, _eTn, _l, _s, _mRa, _nT, _oUI, _rA],
757
617
  [
758
- [
759
- 5,
760
- {
761
- [_hQ]: _sT,
762
- },
763
- ],
764
- [
765
- 5,
766
- {
767
- [_hQ]: _eTn,
768
- },
769
- ],
770
- [
771
- 0,
772
- {
773
- [_hQ]: _l,
774
- },
775
- ],
776
- [
777
- 0,
778
- {
779
- [_hQ]: _s,
780
- },
781
- ],
782
- [
783
- 1,
784
- {
785
- [_hQ]: _mRa,
786
- },
787
- ],
788
- [
789
- 0,
790
- {
791
- [_hQ]: _nT,
792
- },
793
- ],
794
- [
795
- 0,
796
- {
797
- [_hQ]: _oUI,
798
- },
799
- ],
800
- [
801
- 0,
802
- {
803
- [_hQ]: _rA,
804
- },
805
- ],
618
+ [5, { [_hQ]: _sT }],
619
+ [5, { [_hQ]: _eTn }],
620
+ [0, { [_hQ]: _l }],
621
+ [0, { [_hQ]: _s }],
622
+ [1, { [_hQ]: _mRa }],
623
+ [0, { [_hQ]: _nT }],
624
+ [0, { [_hQ]: _oUI }],
625
+ [0, { [_hQ]: _rA }],
806
626
  ],
807
627
  ];
808
628
  export var ListManagedNotificationEventsResponse = [
@@ -820,42 +640,12 @@ export var ListMemberAccountsRequest = [
820
640
  0,
821
641
  [_nCA, _mRa, _nT, _mA, _st, _oUI],
822
642
  [
823
- [
824
- 0,
825
- {
826
- [_hQ]: _nCA,
827
- },
828
- ],
829
- [
830
- 1,
831
- {
832
- [_hQ]: _mRa,
833
- },
834
- ],
835
- [
836
- 0,
837
- {
838
- [_hQ]: _nT,
839
- },
840
- ],
841
- [
842
- 0,
843
- {
844
- [_hQ]: _mA,
845
- },
846
- ],
847
- [
848
- 0,
849
- {
850
- [_hQ]: _st,
851
- },
852
- ],
853
- [
854
- 0,
855
- {
856
- [_hQ]: _oUI,
857
- },
858
- ],
643
+ [0, { [_hQ]: _nCA }],
644
+ [1, { [_hQ]: _mRa }],
645
+ [0, { [_hQ]: _nT }],
646
+ [0, { [_hQ]: _mA }],
647
+ [0, { [_hQ]: _st }],
648
+ [0, { [_hQ]: _oUI }],
859
649
  ],
860
650
  ];
861
651
  export var ListMemberAccountsResponse = [
@@ -873,42 +663,12 @@ export var ListNotificationConfigurationsRequest = [
873
663
  0,
874
664
  [_eRS, _cA, _st, _su, _mRa, _nT],
875
665
  [
876
- [
877
- 0,
878
- {
879
- [_hQ]: _eRS,
880
- },
881
- ],
882
- [
883
- 0,
884
- {
885
- [_hQ]: _cA,
886
- },
887
- ],
888
- [
889
- 0,
890
- {
891
- [_hQ]: _st,
892
- },
893
- ],
894
- [
895
- 0,
896
- {
897
- [_hQ]: _su,
898
- },
899
- ],
900
- [
901
- 1,
902
- {
903
- [_hQ]: _mRa,
904
- },
905
- ],
906
- [
907
- 0,
908
- {
909
- [_hQ]: _nT,
910
- },
911
- ],
666
+ [0, { [_hQ]: _eRS }],
667
+ [0, { [_hQ]: _cA }],
668
+ [0, { [_hQ]: _st }],
669
+ [0, { [_hQ]: _su }],
670
+ [1, { [_hQ]: _mRa }],
671
+ [0, { [_hQ]: _nT }],
912
672
  ],
913
673
  ];
914
674
  export var ListNotificationConfigurationsResponse = [
@@ -926,60 +686,15 @@ export var ListNotificationEventsRequest = [
926
686
  0,
927
687
  [_sT, _eTn, _l, _s, _iCE, _aNEA, _mRa, _nT, _oUI],
928
688
  [
929
- [
930
- 5,
931
- {
932
- [_hQ]: _sT,
933
- },
934
- ],
935
- [
936
- 5,
937
- {
938
- [_hQ]: _eTn,
939
- },
940
- ],
941
- [
942
- 0,
943
- {
944
- [_hQ]: _l,
945
- },
946
- ],
947
- [
948
- 0,
949
- {
950
- [_hQ]: _s,
951
- },
952
- ],
953
- [
954
- 2,
955
- {
956
- [_hQ]: _iCE,
957
- },
958
- ],
959
- [
960
- 0,
961
- {
962
- [_hQ]: _aNEA,
963
- },
964
- ],
965
- [
966
- 1,
967
- {
968
- [_hQ]: _mRa,
969
- },
970
- ],
971
- [
972
- 0,
973
- {
974
- [_hQ]: _nT,
975
- },
976
- ],
977
- [
978
- 0,
979
- {
980
- [_hQ]: _oUI,
981
- },
982
- ],
689
+ [5, { [_hQ]: _sT }],
690
+ [5, { [_hQ]: _eTn }],
691
+ [0, { [_hQ]: _l }],
692
+ [0, { [_hQ]: _s }],
693
+ [2, { [_hQ]: _iCE }],
694
+ [0, { [_hQ]: _aNEA }],
695
+ [1, { [_hQ]: _mRa }],
696
+ [0, { [_hQ]: _nT }],
697
+ [0, { [_hQ]: _oUI }],
983
698
  ],
984
699
  ];
985
700
  export var ListNotificationEventsResponse = [
@@ -997,18 +712,8 @@ export var ListNotificationHubsRequest = [
997
712
  0,
998
713
  [_mRa, _nT],
999
714
  [
1000
- [
1001
- 1,
1002
- {
1003
- [_hQ]: _mRa,
1004
- },
1005
- ],
1006
- [
1007
- 0,
1008
- {
1009
- [_hQ]: _nT,
1010
- },
1011
- ],
715
+ [1, { [_hQ]: _mRa }],
716
+ [0, { [_hQ]: _nT }],
1012
717
  ],
1013
718
  ];
1014
719
  export var ListNotificationHubsResponse = [
@@ -1026,24 +731,9 @@ export var ListOrganizationalUnitsRequest = [
1026
731
  0,
1027
732
  [_nCA, _mRa, _nT],
1028
733
  [
1029
- [
1030
- 0,
1031
- {
1032
- [_hQ]: _nCA,
1033
- },
1034
- ],
1035
- [
1036
- 1,
1037
- {
1038
- [_hQ]: _mRa,
1039
- },
1040
- ],
1041
- [
1042
- 0,
1043
- {
1044
- [_hQ]: _nT,
1045
- },
1046
- ],
734
+ [0, { [_hQ]: _nCA }],
735
+ [1, { [_hQ]: _mRa }],
736
+ [0, { [_hQ]: _nT }],
1047
737
  ],
1048
738
  ];
1049
739
  export var ListOrganizationalUnitsResponse = [3, n0, _LOURi, 0, [_oU, _nT], [64 | 0, 0]];
@@ -1187,26 +877,13 @@ export var RegisterNotificationHubResponse = [
1187
877
  [0, () => NotificationHubStatusSummary, 5, 5],
1188
878
  ];
1189
879
  export var Resource = [3, n0, _R, 0, [_i, _a, _dU, _t], [0, 0, 0, 64 | 0]];
1190
- export var ResourceNotFoundException = [
1191
- -3,
1192
- n0,
1193
- _RNFE,
1194
- {
1195
- [_e]: _c,
1196
- [_hE]: 404,
1197
- },
1198
- [_m, _rI],
1199
- [0, 0],
1200
- ];
880
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m, _rI], [0, 0]];
1201
881
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1202
882
  export var ServiceQuotaExceededException = [
1203
883
  -3,
1204
884
  n0,
1205
885
  _SQEE,
1206
- {
1207
- [_e]: _c,
1208
- [_hE]: 402,
1209
- },
886
+ { [_e]: _c, [_hE]: 402 },
1210
887
  [_m, _rT, _rI, _sCe, _qC],
1211
888
  [0, 0, 0, 0, 0],
1212
889
  ];
@@ -1229,22 +906,9 @@ export var ThrottlingException = [
1229
906
  -3,
1230
907
  n0,
1231
908
  _TE,
1232
- {
1233
- [_e]: _c,
1234
- [_hE]: 429,
1235
- },
909
+ { [_e]: _c, [_hE]: 429 },
1236
910
  [_m, _sCe, _qC, _rAS],
1237
- [
1238
- 0,
1239
- 0,
1240
- 0,
1241
- [
1242
- 1,
1243
- {
1244
- [_hH]: _RA,
1245
- },
1246
- ],
1247
- ],
911
+ [0, 0, 0, [1, { [_hH]: _RA }]],
1248
912
  ];
1249
913
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1250
914
  export var UntagResourceRequest = [
@@ -1255,12 +919,7 @@ export var UntagResourceRequest = [
1255
919
  [_a, _tK],
1256
920
  [
1257
921
  [0, 1],
1258
- [
1259
- 64 | 0,
1260
- {
1261
- [_hQ]: _tK,
1262
- },
1263
- ],
922
+ [64 | 0, { [_hQ]: _tK }],
1264
923
  ],
1265
924
  ];
1266
925
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -1286,10 +945,7 @@ export var ValidationException = [
1286
945
  -3,
1287
946
  n0,
1288
947
  _VE,
1289
- {
1290
- [_e]: _c,
1291
- [_hE]: 400,
1292
- },
948
+ { [_e]: _c, [_hE]: 400 },
1293
949
  [_m, _re, _fL],
1294
950
  [0, 0, () => ValidationExceptionFieldList],
1295
951
  ];
@@ -1348,9 +1004,7 @@ export var AssociateChannel = [
1348
1004
  9,
1349
1005
  n0,
1350
1006
  _AC,
1351
- {
1352
- [_ht]: ["POST", "/channels/associate/{arn}", 201],
1353
- },
1007
+ { [_ht]: ["POST", "/channels/associate/{arn}", 201] },
1354
1008
  () => AssociateChannelRequest,
1355
1009
  () => AssociateChannelResponse,
1356
1010
  ];
@@ -1358,9 +1012,7 @@ export var AssociateManagedNotificationAccountContact = [
1358
1012
  9,
1359
1013
  n0,
1360
1014
  _AMNAC,
1361
- {
1362
- [_ht]: ["PUT", "/contacts/associate-managed-notification/{contactIdentifier}", 201],
1363
- },
1015
+ { [_ht]: ["PUT", "/contacts/associate-managed-notification/{contactIdentifier}", 201] },
1364
1016
  () => AssociateManagedNotificationAccountContactRequest,
1365
1017
  () => AssociateManagedNotificationAccountContactResponse,
1366
1018
  ];
@@ -1368,9 +1020,7 @@ export var AssociateManagedNotificationAdditionalChannel = [
1368
1020
  9,
1369
1021
  n0,
1370
1022
  _AMNACs,
1371
- {
1372
- [_ht]: ["PUT", "/channels/associate-managed-notification/{channelArn}", 201],
1373
- },
1023
+ { [_ht]: ["PUT", "/channels/associate-managed-notification/{channelArn}", 201] },
1374
1024
  () => AssociateManagedNotificationAdditionalChannelRequest,
1375
1025
  () => AssociateManagedNotificationAdditionalChannelResponse,
1376
1026
  ];
@@ -1378,9 +1028,7 @@ export var AssociateOrganizationalUnit = [
1378
1028
  9,
1379
1029
  n0,
1380
1030
  _AOU,
1381
- {
1382
- [_ht]: ["POST", "/organizational-units/associate/{organizationalUnitId}", 201],
1383
- },
1031
+ { [_ht]: ["POST", "/organizational-units/associate/{organizationalUnitId}", 201] },
1384
1032
  () => AssociateOrganizationalUnitRequest,
1385
1033
  () => AssociateOrganizationalUnitResponse,
1386
1034
  ];
@@ -1388,9 +1036,7 @@ export var CreateEventRule = [
1388
1036
  9,
1389
1037
  n0,
1390
1038
  _CER,
1391
- {
1392
- [_ht]: ["POST", "/event-rules", 201],
1393
- },
1039
+ { [_ht]: ["POST", "/event-rules", 201] },
1394
1040
  () => CreateEventRuleRequest,
1395
1041
  () => CreateEventRuleResponse,
1396
1042
  ];
@@ -1398,9 +1044,7 @@ export var CreateNotificationConfiguration = [
1398
1044
  9,
1399
1045
  n0,
1400
1046
  _CNC,
1401
- {
1402
- [_ht]: ["POST", "/notification-configurations", 201],
1403
- },
1047
+ { [_ht]: ["POST", "/notification-configurations", 201] },
1404
1048
  () => CreateNotificationConfigurationRequest,
1405
1049
  () => CreateNotificationConfigurationResponse,
1406
1050
  ];
@@ -1408,9 +1052,7 @@ export var DeleteEventRule = [
1408
1052
  9,
1409
1053
  n0,
1410
1054
  _DER,
1411
- {
1412
- [_ht]: ["DELETE", "/event-rules/{arn}", 200],
1413
- },
1055
+ { [_ht]: ["DELETE", "/event-rules/{arn}", 200] },
1414
1056
  () => DeleteEventRuleRequest,
1415
1057
  () => DeleteEventRuleResponse,
1416
1058
  ];
@@ -1418,9 +1060,7 @@ export var DeleteNotificationConfiguration = [
1418
1060
  9,
1419
1061
  n0,
1420
1062
  _DNC,
1421
- {
1422
- [_ht]: ["DELETE", "/notification-configurations/{arn}", 200],
1423
- },
1063
+ { [_ht]: ["DELETE", "/notification-configurations/{arn}", 200] },
1424
1064
  () => DeleteNotificationConfigurationRequest,
1425
1065
  () => DeleteNotificationConfigurationResponse,
1426
1066
  ];
@@ -1428,9 +1068,7 @@ export var DeregisterNotificationHub = [
1428
1068
  9,
1429
1069
  n0,
1430
1070
  _DNH,
1431
- {
1432
- [_ht]: ["DELETE", "/notification-hubs/{notificationHubRegion}", 200],
1433
- },
1071
+ { [_ht]: ["DELETE", "/notification-hubs/{notificationHubRegion}", 200] },
1434
1072
  () => DeregisterNotificationHubRequest,
1435
1073
  () => DeregisterNotificationHubResponse,
1436
1074
  ];
@@ -1438,9 +1076,7 @@ export var DisableNotificationsAccessForOrganization = [
1438
1076
  9,
1439
1077
  n0,
1440
1078
  _DNAFO,
1441
- {
1442
- [_ht]: ["DELETE", "/organization/access", 200],
1443
- },
1079
+ { [_ht]: ["DELETE", "/organization/access", 200] },
1444
1080
  () => DisableNotificationsAccessForOrganizationRequest,
1445
1081
  () => DisableNotificationsAccessForOrganizationResponse,
1446
1082
  ];
@@ -1448,9 +1084,7 @@ export var DisassociateChannel = [
1448
1084
  9,
1449
1085
  n0,
1450
1086
  _DC,
1451
- {
1452
- [_ht]: ["POST", "/channels/disassociate/{arn}", 200],
1453
- },
1087
+ { [_ht]: ["POST", "/channels/disassociate/{arn}", 200] },
1454
1088
  () => DisassociateChannelRequest,
1455
1089
  () => DisassociateChannelResponse,
1456
1090
  ];
@@ -1458,9 +1092,7 @@ export var DisassociateManagedNotificationAccountContact = [
1458
1092
  9,
1459
1093
  n0,
1460
1094
  _DMNAC,
1461
- {
1462
- [_ht]: ["PUT", "/contacts/disassociate-managed-notification/{contactIdentifier}", 200],
1463
- },
1095
+ { [_ht]: ["PUT", "/contacts/disassociate-managed-notification/{contactIdentifier}", 200] },
1464
1096
  () => DisassociateManagedNotificationAccountContactRequest,
1465
1097
  () => DisassociateManagedNotificationAccountContactResponse,
1466
1098
  ];
@@ -1468,9 +1100,7 @@ export var DisassociateManagedNotificationAdditionalChannel = [
1468
1100
  9,
1469
1101
  n0,
1470
1102
  _DMNACi,
1471
- {
1472
- [_ht]: ["PUT", "/channels/disassociate-managed-notification/{channelArn}", 200],
1473
- },
1103
+ { [_ht]: ["PUT", "/channels/disassociate-managed-notification/{channelArn}", 200] },
1474
1104
  () => DisassociateManagedNotificationAdditionalChannelRequest,
1475
1105
  () => DisassociateManagedNotificationAdditionalChannelResponse,
1476
1106
  ];
@@ -1478,9 +1108,7 @@ export var DisassociateOrganizationalUnit = [
1478
1108
  9,
1479
1109
  n0,
1480
1110
  _DOU,
1481
- {
1482
- [_ht]: ["POST", "/organizational-units/disassociate/{organizationalUnitId}", 200],
1483
- },
1111
+ { [_ht]: ["POST", "/organizational-units/disassociate/{organizationalUnitId}", 200] },
1484
1112
  () => DisassociateOrganizationalUnitRequest,
1485
1113
  () => DisassociateOrganizationalUnitResponse,
1486
1114
  ];
@@ -1488,9 +1116,7 @@ export var EnableNotificationsAccessForOrganization = [
1488
1116
  9,
1489
1117
  n0,
1490
1118
  _ENAFO,
1491
- {
1492
- [_ht]: ["POST", "/organization/access", 200],
1493
- },
1119
+ { [_ht]: ["POST", "/organization/access", 200] },
1494
1120
  () => EnableNotificationsAccessForOrganizationRequest,
1495
1121
  () => EnableNotificationsAccessForOrganizationResponse,
1496
1122
  ];
@@ -1498,9 +1124,7 @@ export var GetEventRule = [
1498
1124
  9,
1499
1125
  n0,
1500
1126
  _GER,
1501
- {
1502
- [_ht]: ["GET", "/event-rules/{arn}", 200],
1503
- },
1127
+ { [_ht]: ["GET", "/event-rules/{arn}", 200] },
1504
1128
  () => GetEventRuleRequest,
1505
1129
  () => GetEventRuleResponse,
1506
1130
  ];
@@ -1508,9 +1132,7 @@ export var GetManagedNotificationChildEvent = [
1508
1132
  9,
1509
1133
  n0,
1510
1134
  _GMNCE,
1511
- {
1512
- [_ht]: ["GET", "/managed-notification-child-events/{arn}", 200],
1513
- },
1135
+ { [_ht]: ["GET", "/managed-notification-child-events/{arn}", 200] },
1514
1136
  () => GetManagedNotificationChildEventRequest,
1515
1137
  () => GetManagedNotificationChildEventResponse,
1516
1138
  ];
@@ -1518,9 +1140,7 @@ export var GetManagedNotificationConfiguration = [
1518
1140
  9,
1519
1141
  n0,
1520
1142
  _GMNC,
1521
- {
1522
- [_ht]: ["GET", "/managed-notification-configurations/{arn}", 200],
1523
- },
1143
+ { [_ht]: ["GET", "/managed-notification-configurations/{arn}", 200] },
1524
1144
  () => GetManagedNotificationConfigurationRequest,
1525
1145
  () => GetManagedNotificationConfigurationResponse,
1526
1146
  ];
@@ -1528,9 +1148,7 @@ export var GetManagedNotificationEvent = [
1528
1148
  9,
1529
1149
  n0,
1530
1150
  _GMNE,
1531
- {
1532
- [_ht]: ["GET", "/managed-notification-events/{arn}", 200],
1533
- },
1151
+ { [_ht]: ["GET", "/managed-notification-events/{arn}", 200] },
1534
1152
  () => GetManagedNotificationEventRequest,
1535
1153
  () => GetManagedNotificationEventResponse,
1536
1154
  ];
@@ -1538,9 +1156,7 @@ export var GetNotificationConfiguration = [
1538
1156
  9,
1539
1157
  n0,
1540
1158
  _GNC,
1541
- {
1542
- [_ht]: ["GET", "/notification-configurations/{arn}", 200],
1543
- },
1159
+ { [_ht]: ["GET", "/notification-configurations/{arn}", 200] },
1544
1160
  () => GetNotificationConfigurationRequest,
1545
1161
  () => GetNotificationConfigurationResponse,
1546
1162
  ];
@@ -1548,9 +1164,7 @@ export var GetNotificationEvent = [
1548
1164
  9,
1549
1165
  n0,
1550
1166
  _GNE,
1551
- {
1552
- [_ht]: ["GET", "/notification-events/{arn}", 200],
1553
- },
1167
+ { [_ht]: ["GET", "/notification-events/{arn}", 200] },
1554
1168
  () => GetNotificationEventRequest,
1555
1169
  () => GetNotificationEventResponse,
1556
1170
  ];
@@ -1558,9 +1172,7 @@ export var GetNotificationsAccessForOrganization = [
1558
1172
  9,
1559
1173
  n0,
1560
1174
  _GNAFO,
1561
- {
1562
- [_ht]: ["GET", "/organization/access", 200],
1563
- },
1175
+ { [_ht]: ["GET", "/organization/access", 200] },
1564
1176
  () => GetNotificationsAccessForOrganizationRequest,
1565
1177
  () => GetNotificationsAccessForOrganizationResponse,
1566
1178
  ];
@@ -1568,9 +1180,7 @@ export var ListChannels = [
1568
1180
  9,
1569
1181
  n0,
1570
1182
  _LC,
1571
- {
1572
- [_ht]: ["GET", "/channels", 200],
1573
- },
1183
+ { [_ht]: ["GET", "/channels", 200] },
1574
1184
  () => ListChannelsRequest,
1575
1185
  () => ListChannelsResponse,
1576
1186
  ];
@@ -1578,9 +1188,7 @@ export var ListEventRules = [
1578
1188
  9,
1579
1189
  n0,
1580
1190
  _LER,
1581
- {
1582
- [_ht]: ["GET", "/event-rules", 200],
1583
- },
1191
+ { [_ht]: ["GET", "/event-rules", 200] },
1584
1192
  () => ListEventRulesRequest,
1585
1193
  () => ListEventRulesResponse,
1586
1194
  ];
@@ -1588,9 +1196,7 @@ export var ListManagedNotificationChannelAssociations = [
1588
1196
  9,
1589
1197
  n0,
1590
1198
  _LMNCA,
1591
- {
1592
- [_ht]: ["GET", "/channels/list-managed-notification-channel-associations", 200],
1593
- },
1199
+ { [_ht]: ["GET", "/channels/list-managed-notification-channel-associations", 200] },
1594
1200
  () => ListManagedNotificationChannelAssociationsRequest,
1595
1201
  () => ListManagedNotificationChannelAssociationsResponse,
1596
1202
  ];
@@ -1598,9 +1204,7 @@ export var ListManagedNotificationChildEvents = [
1598
1204
  9,
1599
1205
  n0,
1600
1206
  _LMNCE,
1601
- {
1602
- [_ht]: ["GET", "/list-managed-notification-child-events/{aggregateManagedNotificationEventArn}", 200],
1603
- },
1207
+ { [_ht]: ["GET", "/list-managed-notification-child-events/{aggregateManagedNotificationEventArn}", 200] },
1604
1208
  () => ListManagedNotificationChildEventsRequest,
1605
1209
  () => ListManagedNotificationChildEventsResponse,
1606
1210
  ];
@@ -1608,9 +1212,7 @@ export var ListManagedNotificationConfigurations = [
1608
1212
  9,
1609
1213
  n0,
1610
1214
  _LMNC,
1611
- {
1612
- [_ht]: ["GET", "/managed-notification-configurations", 200],
1613
- },
1215
+ { [_ht]: ["GET", "/managed-notification-configurations", 200] },
1614
1216
  () => ListManagedNotificationConfigurationsRequest,
1615
1217
  () => ListManagedNotificationConfigurationsResponse,
1616
1218
  ];
@@ -1618,9 +1220,7 @@ export var ListManagedNotificationEvents = [
1618
1220
  9,
1619
1221
  n0,
1620
1222
  _LMNE,
1621
- {
1622
- [_ht]: ["GET", "/managed-notification-events", 200],
1623
- },
1223
+ { [_ht]: ["GET", "/managed-notification-events", 200] },
1624
1224
  () => ListManagedNotificationEventsRequest,
1625
1225
  () => ListManagedNotificationEventsResponse,
1626
1226
  ];
@@ -1628,9 +1228,7 @@ export var ListMemberAccounts = [
1628
1228
  9,
1629
1229
  n0,
1630
1230
  _LMA,
1631
- {
1632
- [_ht]: ["GET", "/list-member-accounts", 200],
1633
- },
1231
+ { [_ht]: ["GET", "/list-member-accounts", 200] },
1634
1232
  () => ListMemberAccountsRequest,
1635
1233
  () => ListMemberAccountsResponse,
1636
1234
  ];
@@ -1638,9 +1236,7 @@ export var ListNotificationConfigurations = [
1638
1236
  9,
1639
1237
  n0,
1640
1238
  _LNC,
1641
- {
1642
- [_ht]: ["GET", "/notification-configurations", 200],
1643
- },
1239
+ { [_ht]: ["GET", "/notification-configurations", 200] },
1644
1240
  () => ListNotificationConfigurationsRequest,
1645
1241
  () => ListNotificationConfigurationsResponse,
1646
1242
  ];
@@ -1648,9 +1244,7 @@ export var ListNotificationEvents = [
1648
1244
  9,
1649
1245
  n0,
1650
1246
  _LNE,
1651
- {
1652
- [_ht]: ["GET", "/notification-events", 200],
1653
- },
1247
+ { [_ht]: ["GET", "/notification-events", 200] },
1654
1248
  () => ListNotificationEventsRequest,
1655
1249
  () => ListNotificationEventsResponse,
1656
1250
  ];
@@ -1658,9 +1252,7 @@ export var ListNotificationHubs = [
1658
1252
  9,
1659
1253
  n0,
1660
1254
  _LNH,
1661
- {
1662
- [_ht]: ["GET", "/notification-hubs", 200],
1663
- },
1255
+ { [_ht]: ["GET", "/notification-hubs", 200] },
1664
1256
  () => ListNotificationHubsRequest,
1665
1257
  () => ListNotificationHubsResponse,
1666
1258
  ];
@@ -1668,9 +1260,7 @@ export var ListOrganizationalUnits = [
1668
1260
  9,
1669
1261
  n0,
1670
1262
  _LOU,
1671
- {
1672
- [_ht]: ["GET", "/organizational-units", 200],
1673
- },
1263
+ { [_ht]: ["GET", "/organizational-units", 200] },
1674
1264
  () => ListOrganizationalUnitsRequest,
1675
1265
  () => ListOrganizationalUnitsResponse,
1676
1266
  ];
@@ -1678,9 +1268,7 @@ export var ListTagsForResource = [
1678
1268
  9,
1679
1269
  n0,
1680
1270
  _LTFR,
1681
- {
1682
- [_ht]: ["GET", "/tags/{arn}", 200],
1683
- },
1271
+ { [_ht]: ["GET", "/tags/{arn}", 200] },
1684
1272
  () => ListTagsForResourceRequest,
1685
1273
  () => ListTagsForResourceResponse,
1686
1274
  ];
@@ -1688,9 +1276,7 @@ export var RegisterNotificationHub = [
1688
1276
  9,
1689
1277
  n0,
1690
1278
  _RNH,
1691
- {
1692
- [_ht]: ["POST", "/notification-hubs", 201],
1693
- },
1279
+ { [_ht]: ["POST", "/notification-hubs", 201] },
1694
1280
  () => RegisterNotificationHubRequest,
1695
1281
  () => RegisterNotificationHubResponse,
1696
1282
  ];
@@ -1698,9 +1284,7 @@ export var TagResource = [
1698
1284
  9,
1699
1285
  n0,
1700
1286
  _TR,
1701
- {
1702
- [_ht]: ["POST", "/tags/{arn}", 200],
1703
- },
1287
+ { [_ht]: ["POST", "/tags/{arn}", 200] },
1704
1288
  () => TagResourceRequest,
1705
1289
  () => TagResourceResponse,
1706
1290
  ];
@@ -1708,9 +1292,7 @@ export var UntagResource = [
1708
1292
  9,
1709
1293
  n0,
1710
1294
  _UR,
1711
- {
1712
- [_ht]: ["DELETE", "/tags/{arn}", 200],
1713
- },
1295
+ { [_ht]: ["DELETE", "/tags/{arn}", 200] },
1714
1296
  () => UntagResourceRequest,
1715
1297
  () => UntagResourceResponse,
1716
1298
  ];
@@ -1718,9 +1300,7 @@ export var UpdateEventRule = [
1718
1300
  9,
1719
1301
  n0,
1720
1302
  _UER,
1721
- {
1722
- [_ht]: ["PUT", "/event-rules/{arn}", 200],
1723
- },
1303
+ { [_ht]: ["PUT", "/event-rules/{arn}", 200] },
1724
1304
  () => UpdateEventRuleRequest,
1725
1305
  () => UpdateEventRuleResponse,
1726
1306
  ];
@@ -1728,9 +1308,7 @@ export var UpdateNotificationConfiguration = [
1728
1308
  9,
1729
1309
  n0,
1730
1310
  _UNC,
1731
- {
1732
- [_ht]: ["PUT", "/notification-configurations/{arn}", 200],
1733
- },
1311
+ { [_ht]: ["PUT", "/notification-configurations/{arn}", 200] },
1734
1312
  () => UpdateNotificationConfigurationRequest,
1735
1313
  () => UpdateNotificationConfigurationResponse,
1736
1314
  ];