@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.
- package/dist-cjs/index.js +104 -526
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/NotificationsClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +104 -526
- package/dist-types/Notifications.d.ts +1 -1
- package/dist-types/NotificationsClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AssociateChannelCommand.d.ts +3 -3
- package/dist-types/commands/AssociateManagedNotificationAccountContactCommand.d.ts +3 -3
- package/dist-types/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +3 -3
- package/dist-types/commands/AssociateOrganizationalUnitCommand.d.ts +3 -3
- package/dist-types/commands/CreateEventRuleCommand.d.ts +3 -3
- package/dist-types/commands/CreateNotificationConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEventRuleCommand.d.ts +3 -3
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeregisterNotificationHubCommand.d.ts +3 -3
- package/dist-types/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateChannelCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateOrganizationalUnitCommand.d.ts +3 -3
- package/dist-types/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +3 -3
- package/dist-types/commands/GetEventRuleCommand.d.ts +3 -3
- package/dist-types/commands/GetManagedNotificationChildEventCommand.d.ts +3 -3
- package/dist-types/commands/GetManagedNotificationConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetManagedNotificationEventCommand.d.ts +3 -3
- package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetNotificationEventCommand.d.ts +3 -3
- package/dist-types/commands/GetNotificationsAccessForOrganizationCommand.d.ts +3 -3
- package/dist-types/commands/ListChannelsCommand.d.ts +3 -3
- package/dist-types/commands/ListEventRulesCommand.d.ts +3 -3
- package/dist-types/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/ListManagedNotificationChildEventsCommand.d.ts +3 -3
- package/dist-types/commands/ListManagedNotificationConfigurationsCommand.d.ts +3 -3
- package/dist-types/commands/ListManagedNotificationEventsCommand.d.ts +3 -3
- package/dist-types/commands/ListMemberAccountsCommand.d.ts +3 -3
- package/dist-types/commands/ListNotificationConfigurationsCommand.d.ts +3 -3
- package/dist-types/commands/ListNotificationEventsCommand.d.ts +3 -3
- package/dist-types/commands/ListNotificationHubsCommand.d.ts +3 -3
- package/dist-types/commands/ListOrganizationalUnitsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/RegisterNotificationHubCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEventRuleCommand.d.ts +3 -3
- package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/NotificationsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListChannelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventRulesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListManagedNotificationChannelAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListManagedNotificationChildEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListManagedNotificationConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListManagedNotificationEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMemberAccountsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotificationConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotificationEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotificationHubsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOrganizationalUnitsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/NotificationsClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/NotificationsServiceException.d.ts +1 -1
- package/package.json +13 -12
package/dist-cjs/index.js
CHANGED
|
@@ -516,17 +516,7 @@ const _ty = "type";
|
|
|
516
516
|
const _u = "url";
|
|
517
517
|
const _v = "value";
|
|
518
518
|
const n0 = "com.amazonaws.notifications";
|
|
519
|
-
var AccessDeniedException = [
|
|
520
|
-
-3,
|
|
521
|
-
n0,
|
|
522
|
-
_ADE,
|
|
523
|
-
{
|
|
524
|
-
[_e]: _c,
|
|
525
|
-
[_hE]: 403,
|
|
526
|
-
},
|
|
527
|
-
[_m],
|
|
528
|
-
[0],
|
|
529
|
-
];
|
|
519
|
+
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
530
520
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
531
521
|
var AggregationDetail = [3, n0, _AD, 0, [_sD], [() => SummarizationDimensionDetails]];
|
|
532
522
|
var AggregationKey = [3, n0, _AK, 0, [_n, _v], [0, 0]];
|
|
@@ -574,17 +564,7 @@ var AssociateManagedNotificationAdditionalChannelResponse = [
|
|
|
574
564
|
];
|
|
575
565
|
var AssociateOrganizationalUnitRequest = [3, n0, _AOUR, 0, [_oUI, _nCA], [[0, 1], 0]];
|
|
576
566
|
var AssociateOrganizationalUnitResponse = [3, n0, _AOURs, 0, [], []];
|
|
577
|
-
var ConflictException = [
|
|
578
|
-
-3,
|
|
579
|
-
n0,
|
|
580
|
-
_CE,
|
|
581
|
-
{
|
|
582
|
-
[_e]: _c,
|
|
583
|
-
[_hE]: 409,
|
|
584
|
-
},
|
|
585
|
-
[_m, _rI],
|
|
586
|
-
[0, 0],
|
|
587
|
-
];
|
|
567
|
+
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI], [0, 0]];
|
|
588
568
|
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
589
569
|
var CreateEventRuleRequest = [
|
|
590
570
|
3,
|
|
@@ -684,12 +664,7 @@ var GetManagedNotificationChildEventRequest = [
|
|
|
684
664
|
[_a, _l],
|
|
685
665
|
[
|
|
686
666
|
[0, 1],
|
|
687
|
-
[
|
|
688
|
-
0,
|
|
689
|
-
{
|
|
690
|
-
[_hQ]: _l,
|
|
691
|
-
},
|
|
692
|
-
],
|
|
667
|
+
[0, { [_hQ]: _l }],
|
|
693
668
|
],
|
|
694
669
|
];
|
|
695
670
|
var GetManagedNotificationChildEventResponse = [
|
|
@@ -717,12 +692,7 @@ var GetManagedNotificationEventRequest = [
|
|
|
717
692
|
[_a, _l],
|
|
718
693
|
[
|
|
719
694
|
[0, 1],
|
|
720
|
-
[
|
|
721
|
-
0,
|
|
722
|
-
{
|
|
723
|
-
[_hQ]: _l,
|
|
724
|
-
},
|
|
725
|
-
],
|
|
695
|
+
[0, { [_hQ]: _l }],
|
|
726
696
|
],
|
|
727
697
|
];
|
|
728
698
|
var GetManagedNotificationEventResponse = [
|
|
@@ -750,12 +720,7 @@ var GetNotificationEventRequest = [
|
|
|
750
720
|
[_a, _l],
|
|
751
721
|
[
|
|
752
722
|
[0, 1],
|
|
753
|
-
[
|
|
754
|
-
0,
|
|
755
|
-
{
|
|
756
|
-
[_hQ]: _l,
|
|
757
|
-
},
|
|
758
|
-
],
|
|
723
|
+
[0, { [_hQ]: _l }],
|
|
759
724
|
],
|
|
760
725
|
];
|
|
761
726
|
var GetNotificationEventResponse = [
|
|
@@ -775,17 +740,7 @@ var GetNotificationsAccessForOrganizationResponse = [
|
|
|
775
740
|
[_nAFO],
|
|
776
741
|
[() => NotificationsAccessForOrganization],
|
|
777
742
|
];
|
|
778
|
-
var InternalServerException = [
|
|
779
|
-
-3,
|
|
780
|
-
n0,
|
|
781
|
-
_ISE,
|
|
782
|
-
{
|
|
783
|
-
[_e]: _se,
|
|
784
|
-
[_hE]: 500,
|
|
785
|
-
},
|
|
786
|
-
[_m],
|
|
787
|
-
[0],
|
|
788
|
-
];
|
|
743
|
+
var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
789
744
|
schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
|
|
790
745
|
var ListChannelsRequest = [
|
|
791
746
|
3,
|
|
@@ -794,24 +749,9 @@ var ListChannelsRequest = [
|
|
|
794
749
|
0,
|
|
795
750
|
[_nCA, _mRa, _nT],
|
|
796
751
|
[
|
|
797
|
-
[
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
[_hQ]: _nCA,
|
|
801
|
-
},
|
|
802
|
-
],
|
|
803
|
-
[
|
|
804
|
-
1,
|
|
805
|
-
{
|
|
806
|
-
[_hQ]: _mRa,
|
|
807
|
-
},
|
|
808
|
-
],
|
|
809
|
-
[
|
|
810
|
-
0,
|
|
811
|
-
{
|
|
812
|
-
[_hQ]: _nT,
|
|
813
|
-
},
|
|
814
|
-
],
|
|
752
|
+
[0, { [_hQ]: _nCA }],
|
|
753
|
+
[1, { [_hQ]: _mRa }],
|
|
754
|
+
[0, { [_hQ]: _nT }],
|
|
815
755
|
],
|
|
816
756
|
];
|
|
817
757
|
var ListChannelsResponse = [3, n0, _LCRi, 0, [_nT, _ch], [0, 64 | 0]];
|
|
@@ -822,24 +762,9 @@ var ListEventRulesRequest = [
|
|
|
822
762
|
0,
|
|
823
763
|
[_nCA, _mRa, _nT],
|
|
824
764
|
[
|
|
825
|
-
[
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
[_hQ]: _nCA,
|
|
829
|
-
},
|
|
830
|
-
],
|
|
831
|
-
[
|
|
832
|
-
1,
|
|
833
|
-
{
|
|
834
|
-
[_hQ]: _mRa,
|
|
835
|
-
},
|
|
836
|
-
],
|
|
837
|
-
[
|
|
838
|
-
0,
|
|
839
|
-
{
|
|
840
|
-
[_hQ]: _nT,
|
|
841
|
-
},
|
|
842
|
-
],
|
|
765
|
+
[0, { [_hQ]: _nCA }],
|
|
766
|
+
[1, { [_hQ]: _mRa }],
|
|
767
|
+
[0, { [_hQ]: _nT }],
|
|
843
768
|
],
|
|
844
769
|
];
|
|
845
770
|
var ListEventRulesResponse = [3, n0, _LERRi, 0, [_nT, _eR], [0, () => EventRules]];
|
|
@@ -850,24 +775,9 @@ var ListManagedNotificationChannelAssociationsRequest = [
|
|
|
850
775
|
0,
|
|
851
776
|
[_mNCA, _mRa, _nT],
|
|
852
777
|
[
|
|
853
|
-
[
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
[_hQ]: _mNCA,
|
|
857
|
-
},
|
|
858
|
-
],
|
|
859
|
-
[
|
|
860
|
-
1,
|
|
861
|
-
{
|
|
862
|
-
[_hQ]: _mRa,
|
|
863
|
-
},
|
|
864
|
-
],
|
|
865
|
-
[
|
|
866
|
-
0,
|
|
867
|
-
{
|
|
868
|
-
[_hQ]: _nT,
|
|
869
|
-
},
|
|
870
|
-
],
|
|
778
|
+
[0, { [_hQ]: _mNCA }],
|
|
779
|
+
[1, { [_hQ]: _mRa }],
|
|
780
|
+
[0, { [_hQ]: _nT }],
|
|
871
781
|
],
|
|
872
782
|
];
|
|
873
783
|
var ListManagedNotificationChannelAssociationsResponse = [
|
|
@@ -886,48 +796,13 @@ var ListManagedNotificationChildEventsRequest = [
|
|
|
886
796
|
[_aMNEA, _sT, _eTn, _l, _mRa, _rA, _oUI, _nT],
|
|
887
797
|
[
|
|
888
798
|
[0, 1],
|
|
889
|
-
[
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
],
|
|
895
|
-
[
|
|
896
|
-
5,
|
|
897
|
-
{
|
|
898
|
-
[_hQ]: _eTn,
|
|
899
|
-
},
|
|
900
|
-
],
|
|
901
|
-
[
|
|
902
|
-
0,
|
|
903
|
-
{
|
|
904
|
-
[_hQ]: _l,
|
|
905
|
-
},
|
|
906
|
-
],
|
|
907
|
-
[
|
|
908
|
-
1,
|
|
909
|
-
{
|
|
910
|
-
[_hQ]: _mRa,
|
|
911
|
-
},
|
|
912
|
-
],
|
|
913
|
-
[
|
|
914
|
-
0,
|
|
915
|
-
{
|
|
916
|
-
[_hQ]: _rA,
|
|
917
|
-
},
|
|
918
|
-
],
|
|
919
|
-
[
|
|
920
|
-
0,
|
|
921
|
-
{
|
|
922
|
-
[_hQ]: _oUI,
|
|
923
|
-
},
|
|
924
|
-
],
|
|
925
|
-
[
|
|
926
|
-
0,
|
|
927
|
-
{
|
|
928
|
-
[_hQ]: _nT,
|
|
929
|
-
},
|
|
930
|
-
],
|
|
799
|
+
[5, { [_hQ]: _sT }],
|
|
800
|
+
[5, { [_hQ]: _eTn }],
|
|
801
|
+
[0, { [_hQ]: _l }],
|
|
802
|
+
[1, { [_hQ]: _mRa }],
|
|
803
|
+
[0, { [_hQ]: _rA }],
|
|
804
|
+
[0, { [_hQ]: _oUI }],
|
|
805
|
+
[0, { [_hQ]: _nT }],
|
|
931
806
|
],
|
|
932
807
|
];
|
|
933
808
|
var ListManagedNotificationChildEventsResponse = [
|
|
@@ -945,24 +820,9 @@ var ListManagedNotificationConfigurationsRequest = [
|
|
|
945
820
|
0,
|
|
946
821
|
[_cIh, _mRa, _nT],
|
|
947
822
|
[
|
|
948
|
-
[
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
[_hQ]: _cIh,
|
|
952
|
-
},
|
|
953
|
-
],
|
|
954
|
-
[
|
|
955
|
-
1,
|
|
956
|
-
{
|
|
957
|
-
[_hQ]: _mRa,
|
|
958
|
-
},
|
|
959
|
-
],
|
|
960
|
-
[
|
|
961
|
-
0,
|
|
962
|
-
{
|
|
963
|
-
[_hQ]: _nT,
|
|
964
|
-
},
|
|
965
|
-
],
|
|
823
|
+
[0, { [_hQ]: _cIh }],
|
|
824
|
+
[1, { [_hQ]: _mRa }],
|
|
825
|
+
[0, { [_hQ]: _nT }],
|
|
966
826
|
],
|
|
967
827
|
];
|
|
968
828
|
var ListManagedNotificationConfigurationsResponse = [
|
|
@@ -980,54 +840,14 @@ var ListManagedNotificationEventsRequest = [
|
|
|
980
840
|
0,
|
|
981
841
|
[_sT, _eTn, _l, _s, _mRa, _nT, _oUI, _rA],
|
|
982
842
|
[
|
|
983
|
-
[
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
],
|
|
989
|
-
[
|
|
990
|
-
|
|
991
|
-
{
|
|
992
|
-
[_hQ]: _eTn,
|
|
993
|
-
},
|
|
994
|
-
],
|
|
995
|
-
[
|
|
996
|
-
0,
|
|
997
|
-
{
|
|
998
|
-
[_hQ]: _l,
|
|
999
|
-
},
|
|
1000
|
-
],
|
|
1001
|
-
[
|
|
1002
|
-
0,
|
|
1003
|
-
{
|
|
1004
|
-
[_hQ]: _s,
|
|
1005
|
-
},
|
|
1006
|
-
],
|
|
1007
|
-
[
|
|
1008
|
-
1,
|
|
1009
|
-
{
|
|
1010
|
-
[_hQ]: _mRa,
|
|
1011
|
-
},
|
|
1012
|
-
],
|
|
1013
|
-
[
|
|
1014
|
-
0,
|
|
1015
|
-
{
|
|
1016
|
-
[_hQ]: _nT,
|
|
1017
|
-
},
|
|
1018
|
-
],
|
|
1019
|
-
[
|
|
1020
|
-
0,
|
|
1021
|
-
{
|
|
1022
|
-
[_hQ]: _oUI,
|
|
1023
|
-
},
|
|
1024
|
-
],
|
|
1025
|
-
[
|
|
1026
|
-
0,
|
|
1027
|
-
{
|
|
1028
|
-
[_hQ]: _rA,
|
|
1029
|
-
},
|
|
1030
|
-
],
|
|
843
|
+
[5, { [_hQ]: _sT }],
|
|
844
|
+
[5, { [_hQ]: _eTn }],
|
|
845
|
+
[0, { [_hQ]: _l }],
|
|
846
|
+
[0, { [_hQ]: _s }],
|
|
847
|
+
[1, { [_hQ]: _mRa }],
|
|
848
|
+
[0, { [_hQ]: _nT }],
|
|
849
|
+
[0, { [_hQ]: _oUI }],
|
|
850
|
+
[0, { [_hQ]: _rA }],
|
|
1031
851
|
],
|
|
1032
852
|
];
|
|
1033
853
|
var ListManagedNotificationEventsResponse = [
|
|
@@ -1045,42 +865,12 @@ var ListMemberAccountsRequest = [
|
|
|
1045
865
|
0,
|
|
1046
866
|
[_nCA, _mRa, _nT, _mA, _st, _oUI],
|
|
1047
867
|
[
|
|
1048
|
-
[
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
],
|
|
1054
|
-
[
|
|
1055
|
-
1,
|
|
1056
|
-
{
|
|
1057
|
-
[_hQ]: _mRa,
|
|
1058
|
-
},
|
|
1059
|
-
],
|
|
1060
|
-
[
|
|
1061
|
-
0,
|
|
1062
|
-
{
|
|
1063
|
-
[_hQ]: _nT,
|
|
1064
|
-
},
|
|
1065
|
-
],
|
|
1066
|
-
[
|
|
1067
|
-
0,
|
|
1068
|
-
{
|
|
1069
|
-
[_hQ]: _mA,
|
|
1070
|
-
},
|
|
1071
|
-
],
|
|
1072
|
-
[
|
|
1073
|
-
0,
|
|
1074
|
-
{
|
|
1075
|
-
[_hQ]: _st,
|
|
1076
|
-
},
|
|
1077
|
-
],
|
|
1078
|
-
[
|
|
1079
|
-
0,
|
|
1080
|
-
{
|
|
1081
|
-
[_hQ]: _oUI,
|
|
1082
|
-
},
|
|
1083
|
-
],
|
|
868
|
+
[0, { [_hQ]: _nCA }],
|
|
869
|
+
[1, { [_hQ]: _mRa }],
|
|
870
|
+
[0, { [_hQ]: _nT }],
|
|
871
|
+
[0, { [_hQ]: _mA }],
|
|
872
|
+
[0, { [_hQ]: _st }],
|
|
873
|
+
[0, { [_hQ]: _oUI }],
|
|
1084
874
|
],
|
|
1085
875
|
];
|
|
1086
876
|
var ListMemberAccountsResponse = [
|
|
@@ -1098,42 +888,12 @@ var ListNotificationConfigurationsRequest = [
|
|
|
1098
888
|
0,
|
|
1099
889
|
[_eRS, _cA, _st, _su, _mRa, _nT],
|
|
1100
890
|
[
|
|
1101
|
-
[
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
],
|
|
1107
|
-
[
|
|
1108
|
-
0,
|
|
1109
|
-
{
|
|
1110
|
-
[_hQ]: _cA,
|
|
1111
|
-
},
|
|
1112
|
-
],
|
|
1113
|
-
[
|
|
1114
|
-
0,
|
|
1115
|
-
{
|
|
1116
|
-
[_hQ]: _st,
|
|
1117
|
-
},
|
|
1118
|
-
],
|
|
1119
|
-
[
|
|
1120
|
-
0,
|
|
1121
|
-
{
|
|
1122
|
-
[_hQ]: _su,
|
|
1123
|
-
},
|
|
1124
|
-
],
|
|
1125
|
-
[
|
|
1126
|
-
1,
|
|
1127
|
-
{
|
|
1128
|
-
[_hQ]: _mRa,
|
|
1129
|
-
},
|
|
1130
|
-
],
|
|
1131
|
-
[
|
|
1132
|
-
0,
|
|
1133
|
-
{
|
|
1134
|
-
[_hQ]: _nT,
|
|
1135
|
-
},
|
|
1136
|
-
],
|
|
891
|
+
[0, { [_hQ]: _eRS }],
|
|
892
|
+
[0, { [_hQ]: _cA }],
|
|
893
|
+
[0, { [_hQ]: _st }],
|
|
894
|
+
[0, { [_hQ]: _su }],
|
|
895
|
+
[1, { [_hQ]: _mRa }],
|
|
896
|
+
[0, { [_hQ]: _nT }],
|
|
1137
897
|
],
|
|
1138
898
|
];
|
|
1139
899
|
var ListNotificationConfigurationsResponse = [
|
|
@@ -1151,60 +911,15 @@ var ListNotificationEventsRequest = [
|
|
|
1151
911
|
0,
|
|
1152
912
|
[_sT, _eTn, _l, _s, _iCE, _aNEA, _mRa, _nT, _oUI],
|
|
1153
913
|
[
|
|
1154
|
-
[
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
],
|
|
1160
|
-
[
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
[_hQ]: _eTn,
|
|
1164
|
-
},
|
|
1165
|
-
],
|
|
1166
|
-
[
|
|
1167
|
-
0,
|
|
1168
|
-
{
|
|
1169
|
-
[_hQ]: _l,
|
|
1170
|
-
},
|
|
1171
|
-
],
|
|
1172
|
-
[
|
|
1173
|
-
0,
|
|
1174
|
-
{
|
|
1175
|
-
[_hQ]: _s,
|
|
1176
|
-
},
|
|
1177
|
-
],
|
|
1178
|
-
[
|
|
1179
|
-
2,
|
|
1180
|
-
{
|
|
1181
|
-
[_hQ]: _iCE,
|
|
1182
|
-
},
|
|
1183
|
-
],
|
|
1184
|
-
[
|
|
1185
|
-
0,
|
|
1186
|
-
{
|
|
1187
|
-
[_hQ]: _aNEA,
|
|
1188
|
-
},
|
|
1189
|
-
],
|
|
1190
|
-
[
|
|
1191
|
-
1,
|
|
1192
|
-
{
|
|
1193
|
-
[_hQ]: _mRa,
|
|
1194
|
-
},
|
|
1195
|
-
],
|
|
1196
|
-
[
|
|
1197
|
-
0,
|
|
1198
|
-
{
|
|
1199
|
-
[_hQ]: _nT,
|
|
1200
|
-
},
|
|
1201
|
-
],
|
|
1202
|
-
[
|
|
1203
|
-
0,
|
|
1204
|
-
{
|
|
1205
|
-
[_hQ]: _oUI,
|
|
1206
|
-
},
|
|
1207
|
-
],
|
|
914
|
+
[5, { [_hQ]: _sT }],
|
|
915
|
+
[5, { [_hQ]: _eTn }],
|
|
916
|
+
[0, { [_hQ]: _l }],
|
|
917
|
+
[0, { [_hQ]: _s }],
|
|
918
|
+
[2, { [_hQ]: _iCE }],
|
|
919
|
+
[0, { [_hQ]: _aNEA }],
|
|
920
|
+
[1, { [_hQ]: _mRa }],
|
|
921
|
+
[0, { [_hQ]: _nT }],
|
|
922
|
+
[0, { [_hQ]: _oUI }],
|
|
1208
923
|
],
|
|
1209
924
|
];
|
|
1210
925
|
var ListNotificationEventsResponse = [
|
|
@@ -1222,18 +937,8 @@ var ListNotificationHubsRequest = [
|
|
|
1222
937
|
0,
|
|
1223
938
|
[_mRa, _nT],
|
|
1224
939
|
[
|
|
1225
|
-
[
|
|
1226
|
-
|
|
1227
|
-
{
|
|
1228
|
-
[_hQ]: _mRa,
|
|
1229
|
-
},
|
|
1230
|
-
],
|
|
1231
|
-
[
|
|
1232
|
-
0,
|
|
1233
|
-
{
|
|
1234
|
-
[_hQ]: _nT,
|
|
1235
|
-
},
|
|
1236
|
-
],
|
|
940
|
+
[1, { [_hQ]: _mRa }],
|
|
941
|
+
[0, { [_hQ]: _nT }],
|
|
1237
942
|
],
|
|
1238
943
|
];
|
|
1239
944
|
var ListNotificationHubsResponse = [
|
|
@@ -1251,24 +956,9 @@ var ListOrganizationalUnitsRequest = [
|
|
|
1251
956
|
0,
|
|
1252
957
|
[_nCA, _mRa, _nT],
|
|
1253
958
|
[
|
|
1254
|
-
[
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
[_hQ]: _nCA,
|
|
1258
|
-
},
|
|
1259
|
-
],
|
|
1260
|
-
[
|
|
1261
|
-
1,
|
|
1262
|
-
{
|
|
1263
|
-
[_hQ]: _mRa,
|
|
1264
|
-
},
|
|
1265
|
-
],
|
|
1266
|
-
[
|
|
1267
|
-
0,
|
|
1268
|
-
{
|
|
1269
|
-
[_hQ]: _nT,
|
|
1270
|
-
},
|
|
1271
|
-
],
|
|
959
|
+
[0, { [_hQ]: _nCA }],
|
|
960
|
+
[1, { [_hQ]: _mRa }],
|
|
961
|
+
[0, { [_hQ]: _nT }],
|
|
1272
962
|
],
|
|
1273
963
|
];
|
|
1274
964
|
var ListOrganizationalUnitsResponse = [3, n0, _LOURi, 0, [_oU, _nT], [64 | 0, 0]];
|
|
@@ -1412,26 +1102,13 @@ var RegisterNotificationHubResponse = [
|
|
|
1412
1102
|
[0, () => NotificationHubStatusSummary, 5, 5],
|
|
1413
1103
|
];
|
|
1414
1104
|
var Resource = [3, n0, _R, 0, [_i, _a, _dU, _t], [0, 0, 0, 64 | 0]];
|
|
1415
|
-
var ResourceNotFoundException = [
|
|
1416
|
-
-3,
|
|
1417
|
-
n0,
|
|
1418
|
-
_RNFE,
|
|
1419
|
-
{
|
|
1420
|
-
[_e]: _c,
|
|
1421
|
-
[_hE]: 404,
|
|
1422
|
-
},
|
|
1423
|
-
[_m, _rI],
|
|
1424
|
-
[0, 0],
|
|
1425
|
-
];
|
|
1105
|
+
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m, _rI], [0, 0]];
|
|
1426
1106
|
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
1427
1107
|
var ServiceQuotaExceededException = [
|
|
1428
1108
|
-3,
|
|
1429
1109
|
n0,
|
|
1430
1110
|
_SQEE,
|
|
1431
|
-
{
|
|
1432
|
-
[_e]: _c,
|
|
1433
|
-
[_hE]: 402,
|
|
1434
|
-
},
|
|
1111
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
1435
1112
|
[_m, _rT, _rI, _sCe, _qC],
|
|
1436
1113
|
[0, 0, 0, 0, 0],
|
|
1437
1114
|
];
|
|
@@ -1454,22 +1131,9 @@ var ThrottlingException = [
|
|
|
1454
1131
|
-3,
|
|
1455
1132
|
n0,
|
|
1456
1133
|
_TE,
|
|
1457
|
-
{
|
|
1458
|
-
[_e]: _c,
|
|
1459
|
-
[_hE]: 429,
|
|
1460
|
-
},
|
|
1134
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
1461
1135
|
[_m, _sCe, _qC, _rAS],
|
|
1462
|
-
[
|
|
1463
|
-
0,
|
|
1464
|
-
0,
|
|
1465
|
-
0,
|
|
1466
|
-
[
|
|
1467
|
-
1,
|
|
1468
|
-
{
|
|
1469
|
-
[_hH]: _RA,
|
|
1470
|
-
},
|
|
1471
|
-
],
|
|
1472
|
-
],
|
|
1136
|
+
[0, 0, 0, [1, { [_hH]: _RA }]],
|
|
1473
1137
|
];
|
|
1474
1138
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
1475
1139
|
var UntagResourceRequest = [
|
|
@@ -1480,12 +1144,7 @@ var UntagResourceRequest = [
|
|
|
1480
1144
|
[_a, _tK],
|
|
1481
1145
|
[
|
|
1482
1146
|
[0, 1],
|
|
1483
|
-
[
|
|
1484
|
-
64 | 0,
|
|
1485
|
-
{
|
|
1486
|
-
[_hQ]: _tK,
|
|
1487
|
-
},
|
|
1488
|
-
],
|
|
1147
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
1489
1148
|
],
|
|
1490
1149
|
];
|
|
1491
1150
|
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -1511,10 +1170,7 @@ var ValidationException = [
|
|
|
1511
1170
|
-3,
|
|
1512
1171
|
n0,
|
|
1513
1172
|
_VE,
|
|
1514
|
-
{
|
|
1515
|
-
[_e]: _c,
|
|
1516
|
-
[_hE]: 400,
|
|
1517
|
-
},
|
|
1173
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1518
1174
|
[_m, _re, _fL],
|
|
1519
1175
|
[0, 0, () => ValidationExceptionFieldList],
|
|
1520
1176
|
];
|
|
@@ -1562,9 +1218,7 @@ var AssociateChannel = [
|
|
|
1562
1218
|
9,
|
|
1563
1219
|
n0,
|
|
1564
1220
|
_AC,
|
|
1565
|
-
{
|
|
1566
|
-
[_ht]: ["POST", "/channels/associate/{arn}", 201],
|
|
1567
|
-
},
|
|
1221
|
+
{ [_ht]: ["POST", "/channels/associate/{arn}", 201] },
|
|
1568
1222
|
() => AssociateChannelRequest,
|
|
1569
1223
|
() => AssociateChannelResponse,
|
|
1570
1224
|
];
|
|
@@ -1572,9 +1226,7 @@ var AssociateManagedNotificationAccountContact = [
|
|
|
1572
1226
|
9,
|
|
1573
1227
|
n0,
|
|
1574
1228
|
_AMNAC,
|
|
1575
|
-
{
|
|
1576
|
-
[_ht]: ["PUT", "/contacts/associate-managed-notification/{contactIdentifier}", 201],
|
|
1577
|
-
},
|
|
1229
|
+
{ [_ht]: ["PUT", "/contacts/associate-managed-notification/{contactIdentifier}", 201] },
|
|
1578
1230
|
() => AssociateManagedNotificationAccountContactRequest,
|
|
1579
1231
|
() => AssociateManagedNotificationAccountContactResponse,
|
|
1580
1232
|
];
|
|
@@ -1582,9 +1234,7 @@ var AssociateManagedNotificationAdditionalChannel = [
|
|
|
1582
1234
|
9,
|
|
1583
1235
|
n0,
|
|
1584
1236
|
_AMNACs,
|
|
1585
|
-
{
|
|
1586
|
-
[_ht]: ["PUT", "/channels/associate-managed-notification/{channelArn}", 201],
|
|
1587
|
-
},
|
|
1237
|
+
{ [_ht]: ["PUT", "/channels/associate-managed-notification/{channelArn}", 201] },
|
|
1588
1238
|
() => AssociateManagedNotificationAdditionalChannelRequest,
|
|
1589
1239
|
() => AssociateManagedNotificationAdditionalChannelResponse,
|
|
1590
1240
|
];
|
|
@@ -1592,9 +1242,7 @@ var AssociateOrganizationalUnit = [
|
|
|
1592
1242
|
9,
|
|
1593
1243
|
n0,
|
|
1594
1244
|
_AOU,
|
|
1595
|
-
{
|
|
1596
|
-
[_ht]: ["POST", "/organizational-units/associate/{organizationalUnitId}", 201],
|
|
1597
|
-
},
|
|
1245
|
+
{ [_ht]: ["POST", "/organizational-units/associate/{organizationalUnitId}", 201] },
|
|
1598
1246
|
() => AssociateOrganizationalUnitRequest,
|
|
1599
1247
|
() => AssociateOrganizationalUnitResponse,
|
|
1600
1248
|
];
|
|
@@ -1602,9 +1250,7 @@ var CreateEventRule = [
|
|
|
1602
1250
|
9,
|
|
1603
1251
|
n0,
|
|
1604
1252
|
_CER,
|
|
1605
|
-
{
|
|
1606
|
-
[_ht]: ["POST", "/event-rules", 201],
|
|
1607
|
-
},
|
|
1253
|
+
{ [_ht]: ["POST", "/event-rules", 201] },
|
|
1608
1254
|
() => CreateEventRuleRequest,
|
|
1609
1255
|
() => CreateEventRuleResponse,
|
|
1610
1256
|
];
|
|
@@ -1612,9 +1258,7 @@ var CreateNotificationConfiguration = [
|
|
|
1612
1258
|
9,
|
|
1613
1259
|
n0,
|
|
1614
1260
|
_CNC,
|
|
1615
|
-
{
|
|
1616
|
-
[_ht]: ["POST", "/notification-configurations", 201],
|
|
1617
|
-
},
|
|
1261
|
+
{ [_ht]: ["POST", "/notification-configurations", 201] },
|
|
1618
1262
|
() => CreateNotificationConfigurationRequest,
|
|
1619
1263
|
() => CreateNotificationConfigurationResponse,
|
|
1620
1264
|
];
|
|
@@ -1622,9 +1266,7 @@ var DeleteEventRule = [
|
|
|
1622
1266
|
9,
|
|
1623
1267
|
n0,
|
|
1624
1268
|
_DER,
|
|
1625
|
-
{
|
|
1626
|
-
[_ht]: ["DELETE", "/event-rules/{arn}", 200],
|
|
1627
|
-
},
|
|
1269
|
+
{ [_ht]: ["DELETE", "/event-rules/{arn}", 200] },
|
|
1628
1270
|
() => DeleteEventRuleRequest,
|
|
1629
1271
|
() => DeleteEventRuleResponse,
|
|
1630
1272
|
];
|
|
@@ -1632,9 +1274,7 @@ var DeleteNotificationConfiguration = [
|
|
|
1632
1274
|
9,
|
|
1633
1275
|
n0,
|
|
1634
1276
|
_DNC,
|
|
1635
|
-
{
|
|
1636
|
-
[_ht]: ["DELETE", "/notification-configurations/{arn}", 200],
|
|
1637
|
-
},
|
|
1277
|
+
{ [_ht]: ["DELETE", "/notification-configurations/{arn}", 200] },
|
|
1638
1278
|
() => DeleteNotificationConfigurationRequest,
|
|
1639
1279
|
() => DeleteNotificationConfigurationResponse,
|
|
1640
1280
|
];
|
|
@@ -1642,9 +1282,7 @@ var DeregisterNotificationHub = [
|
|
|
1642
1282
|
9,
|
|
1643
1283
|
n0,
|
|
1644
1284
|
_DNH,
|
|
1645
|
-
{
|
|
1646
|
-
[_ht]: ["DELETE", "/notification-hubs/{notificationHubRegion}", 200],
|
|
1647
|
-
},
|
|
1285
|
+
{ [_ht]: ["DELETE", "/notification-hubs/{notificationHubRegion}", 200] },
|
|
1648
1286
|
() => DeregisterNotificationHubRequest,
|
|
1649
1287
|
() => DeregisterNotificationHubResponse,
|
|
1650
1288
|
];
|
|
@@ -1652,9 +1290,7 @@ var DisableNotificationsAccessForOrganization = [
|
|
|
1652
1290
|
9,
|
|
1653
1291
|
n0,
|
|
1654
1292
|
_DNAFO,
|
|
1655
|
-
{
|
|
1656
|
-
[_ht]: ["DELETE", "/organization/access", 200],
|
|
1657
|
-
},
|
|
1293
|
+
{ [_ht]: ["DELETE", "/organization/access", 200] },
|
|
1658
1294
|
() => DisableNotificationsAccessForOrganizationRequest,
|
|
1659
1295
|
() => DisableNotificationsAccessForOrganizationResponse,
|
|
1660
1296
|
];
|
|
@@ -1662,9 +1298,7 @@ var DisassociateChannel = [
|
|
|
1662
1298
|
9,
|
|
1663
1299
|
n0,
|
|
1664
1300
|
_DC,
|
|
1665
|
-
{
|
|
1666
|
-
[_ht]: ["POST", "/channels/disassociate/{arn}", 200],
|
|
1667
|
-
},
|
|
1301
|
+
{ [_ht]: ["POST", "/channels/disassociate/{arn}", 200] },
|
|
1668
1302
|
() => DisassociateChannelRequest,
|
|
1669
1303
|
() => DisassociateChannelResponse,
|
|
1670
1304
|
];
|
|
@@ -1672,9 +1306,7 @@ var DisassociateManagedNotificationAccountContact = [
|
|
|
1672
1306
|
9,
|
|
1673
1307
|
n0,
|
|
1674
1308
|
_DMNAC,
|
|
1675
|
-
{
|
|
1676
|
-
[_ht]: ["PUT", "/contacts/disassociate-managed-notification/{contactIdentifier}", 200],
|
|
1677
|
-
},
|
|
1309
|
+
{ [_ht]: ["PUT", "/contacts/disassociate-managed-notification/{contactIdentifier}", 200] },
|
|
1678
1310
|
() => DisassociateManagedNotificationAccountContactRequest,
|
|
1679
1311
|
() => DisassociateManagedNotificationAccountContactResponse,
|
|
1680
1312
|
];
|
|
@@ -1682,9 +1314,7 @@ var DisassociateManagedNotificationAdditionalChannel = [
|
|
|
1682
1314
|
9,
|
|
1683
1315
|
n0,
|
|
1684
1316
|
_DMNACi,
|
|
1685
|
-
{
|
|
1686
|
-
[_ht]: ["PUT", "/channels/disassociate-managed-notification/{channelArn}", 200],
|
|
1687
|
-
},
|
|
1317
|
+
{ [_ht]: ["PUT", "/channels/disassociate-managed-notification/{channelArn}", 200] },
|
|
1688
1318
|
() => DisassociateManagedNotificationAdditionalChannelRequest,
|
|
1689
1319
|
() => DisassociateManagedNotificationAdditionalChannelResponse,
|
|
1690
1320
|
];
|
|
@@ -1692,9 +1322,7 @@ var DisassociateOrganizationalUnit = [
|
|
|
1692
1322
|
9,
|
|
1693
1323
|
n0,
|
|
1694
1324
|
_DOU,
|
|
1695
|
-
{
|
|
1696
|
-
[_ht]: ["POST", "/organizational-units/disassociate/{organizationalUnitId}", 200],
|
|
1697
|
-
},
|
|
1325
|
+
{ [_ht]: ["POST", "/organizational-units/disassociate/{organizationalUnitId}", 200] },
|
|
1698
1326
|
() => DisassociateOrganizationalUnitRequest,
|
|
1699
1327
|
() => DisassociateOrganizationalUnitResponse,
|
|
1700
1328
|
];
|
|
@@ -1702,9 +1330,7 @@ var EnableNotificationsAccessForOrganization = [
|
|
|
1702
1330
|
9,
|
|
1703
1331
|
n0,
|
|
1704
1332
|
_ENAFO,
|
|
1705
|
-
{
|
|
1706
|
-
[_ht]: ["POST", "/organization/access", 200],
|
|
1707
|
-
},
|
|
1333
|
+
{ [_ht]: ["POST", "/organization/access", 200] },
|
|
1708
1334
|
() => EnableNotificationsAccessForOrganizationRequest,
|
|
1709
1335
|
() => EnableNotificationsAccessForOrganizationResponse,
|
|
1710
1336
|
];
|
|
@@ -1712,9 +1338,7 @@ var GetEventRule = [
|
|
|
1712
1338
|
9,
|
|
1713
1339
|
n0,
|
|
1714
1340
|
_GER,
|
|
1715
|
-
{
|
|
1716
|
-
[_ht]: ["GET", "/event-rules/{arn}", 200],
|
|
1717
|
-
},
|
|
1341
|
+
{ [_ht]: ["GET", "/event-rules/{arn}", 200] },
|
|
1718
1342
|
() => GetEventRuleRequest,
|
|
1719
1343
|
() => GetEventRuleResponse,
|
|
1720
1344
|
];
|
|
@@ -1722,9 +1346,7 @@ var GetManagedNotificationChildEvent = [
|
|
|
1722
1346
|
9,
|
|
1723
1347
|
n0,
|
|
1724
1348
|
_GMNCE,
|
|
1725
|
-
{
|
|
1726
|
-
[_ht]: ["GET", "/managed-notification-child-events/{arn}", 200],
|
|
1727
|
-
},
|
|
1349
|
+
{ [_ht]: ["GET", "/managed-notification-child-events/{arn}", 200] },
|
|
1728
1350
|
() => GetManagedNotificationChildEventRequest,
|
|
1729
1351
|
() => GetManagedNotificationChildEventResponse,
|
|
1730
1352
|
];
|
|
@@ -1732,9 +1354,7 @@ var GetManagedNotificationConfiguration = [
|
|
|
1732
1354
|
9,
|
|
1733
1355
|
n0,
|
|
1734
1356
|
_GMNC,
|
|
1735
|
-
{
|
|
1736
|
-
[_ht]: ["GET", "/managed-notification-configurations/{arn}", 200],
|
|
1737
|
-
},
|
|
1357
|
+
{ [_ht]: ["GET", "/managed-notification-configurations/{arn}", 200] },
|
|
1738
1358
|
() => GetManagedNotificationConfigurationRequest,
|
|
1739
1359
|
() => GetManagedNotificationConfigurationResponse,
|
|
1740
1360
|
];
|
|
@@ -1742,9 +1362,7 @@ var GetManagedNotificationEvent = [
|
|
|
1742
1362
|
9,
|
|
1743
1363
|
n0,
|
|
1744
1364
|
_GMNE,
|
|
1745
|
-
{
|
|
1746
|
-
[_ht]: ["GET", "/managed-notification-events/{arn}", 200],
|
|
1747
|
-
},
|
|
1365
|
+
{ [_ht]: ["GET", "/managed-notification-events/{arn}", 200] },
|
|
1748
1366
|
() => GetManagedNotificationEventRequest,
|
|
1749
1367
|
() => GetManagedNotificationEventResponse,
|
|
1750
1368
|
];
|
|
@@ -1752,9 +1370,7 @@ var GetNotificationConfiguration = [
|
|
|
1752
1370
|
9,
|
|
1753
1371
|
n0,
|
|
1754
1372
|
_GNC,
|
|
1755
|
-
{
|
|
1756
|
-
[_ht]: ["GET", "/notification-configurations/{arn}", 200],
|
|
1757
|
-
},
|
|
1373
|
+
{ [_ht]: ["GET", "/notification-configurations/{arn}", 200] },
|
|
1758
1374
|
() => GetNotificationConfigurationRequest,
|
|
1759
1375
|
() => GetNotificationConfigurationResponse,
|
|
1760
1376
|
];
|
|
@@ -1762,9 +1378,7 @@ var GetNotificationEvent = [
|
|
|
1762
1378
|
9,
|
|
1763
1379
|
n0,
|
|
1764
1380
|
_GNE,
|
|
1765
|
-
{
|
|
1766
|
-
[_ht]: ["GET", "/notification-events/{arn}", 200],
|
|
1767
|
-
},
|
|
1381
|
+
{ [_ht]: ["GET", "/notification-events/{arn}", 200] },
|
|
1768
1382
|
() => GetNotificationEventRequest,
|
|
1769
1383
|
() => GetNotificationEventResponse,
|
|
1770
1384
|
];
|
|
@@ -1772,9 +1386,7 @@ var GetNotificationsAccessForOrganization = [
|
|
|
1772
1386
|
9,
|
|
1773
1387
|
n0,
|
|
1774
1388
|
_GNAFO,
|
|
1775
|
-
{
|
|
1776
|
-
[_ht]: ["GET", "/organization/access", 200],
|
|
1777
|
-
},
|
|
1389
|
+
{ [_ht]: ["GET", "/organization/access", 200] },
|
|
1778
1390
|
() => GetNotificationsAccessForOrganizationRequest,
|
|
1779
1391
|
() => GetNotificationsAccessForOrganizationResponse,
|
|
1780
1392
|
];
|
|
@@ -1782,9 +1394,7 @@ var ListChannels = [
|
|
|
1782
1394
|
9,
|
|
1783
1395
|
n0,
|
|
1784
1396
|
_LC,
|
|
1785
|
-
{
|
|
1786
|
-
[_ht]: ["GET", "/channels", 200],
|
|
1787
|
-
},
|
|
1397
|
+
{ [_ht]: ["GET", "/channels", 200] },
|
|
1788
1398
|
() => ListChannelsRequest,
|
|
1789
1399
|
() => ListChannelsResponse,
|
|
1790
1400
|
];
|
|
@@ -1792,9 +1402,7 @@ var ListEventRules = [
|
|
|
1792
1402
|
9,
|
|
1793
1403
|
n0,
|
|
1794
1404
|
_LER,
|
|
1795
|
-
{
|
|
1796
|
-
[_ht]: ["GET", "/event-rules", 200],
|
|
1797
|
-
},
|
|
1405
|
+
{ [_ht]: ["GET", "/event-rules", 200] },
|
|
1798
1406
|
() => ListEventRulesRequest,
|
|
1799
1407
|
() => ListEventRulesResponse,
|
|
1800
1408
|
];
|
|
@@ -1802,9 +1410,7 @@ var ListManagedNotificationChannelAssociations = [
|
|
|
1802
1410
|
9,
|
|
1803
1411
|
n0,
|
|
1804
1412
|
_LMNCA,
|
|
1805
|
-
{
|
|
1806
|
-
[_ht]: ["GET", "/channels/list-managed-notification-channel-associations", 200],
|
|
1807
|
-
},
|
|
1413
|
+
{ [_ht]: ["GET", "/channels/list-managed-notification-channel-associations", 200] },
|
|
1808
1414
|
() => ListManagedNotificationChannelAssociationsRequest,
|
|
1809
1415
|
() => ListManagedNotificationChannelAssociationsResponse,
|
|
1810
1416
|
];
|
|
@@ -1812,9 +1418,7 @@ var ListManagedNotificationChildEvents = [
|
|
|
1812
1418
|
9,
|
|
1813
1419
|
n0,
|
|
1814
1420
|
_LMNCE,
|
|
1815
|
-
{
|
|
1816
|
-
[_ht]: ["GET", "/list-managed-notification-child-events/{aggregateManagedNotificationEventArn}", 200],
|
|
1817
|
-
},
|
|
1421
|
+
{ [_ht]: ["GET", "/list-managed-notification-child-events/{aggregateManagedNotificationEventArn}", 200] },
|
|
1818
1422
|
() => ListManagedNotificationChildEventsRequest,
|
|
1819
1423
|
() => ListManagedNotificationChildEventsResponse,
|
|
1820
1424
|
];
|
|
@@ -1822,9 +1426,7 @@ var ListManagedNotificationConfigurations = [
|
|
|
1822
1426
|
9,
|
|
1823
1427
|
n0,
|
|
1824
1428
|
_LMNC,
|
|
1825
|
-
{
|
|
1826
|
-
[_ht]: ["GET", "/managed-notification-configurations", 200],
|
|
1827
|
-
},
|
|
1429
|
+
{ [_ht]: ["GET", "/managed-notification-configurations", 200] },
|
|
1828
1430
|
() => ListManagedNotificationConfigurationsRequest,
|
|
1829
1431
|
() => ListManagedNotificationConfigurationsResponse,
|
|
1830
1432
|
];
|
|
@@ -1832,9 +1434,7 @@ var ListManagedNotificationEvents = [
|
|
|
1832
1434
|
9,
|
|
1833
1435
|
n0,
|
|
1834
1436
|
_LMNE,
|
|
1835
|
-
{
|
|
1836
|
-
[_ht]: ["GET", "/managed-notification-events", 200],
|
|
1837
|
-
},
|
|
1437
|
+
{ [_ht]: ["GET", "/managed-notification-events", 200] },
|
|
1838
1438
|
() => ListManagedNotificationEventsRequest,
|
|
1839
1439
|
() => ListManagedNotificationEventsResponse,
|
|
1840
1440
|
];
|
|
@@ -1842,9 +1442,7 @@ var ListMemberAccounts = [
|
|
|
1842
1442
|
9,
|
|
1843
1443
|
n0,
|
|
1844
1444
|
_LMA,
|
|
1845
|
-
{
|
|
1846
|
-
[_ht]: ["GET", "/list-member-accounts", 200],
|
|
1847
|
-
},
|
|
1445
|
+
{ [_ht]: ["GET", "/list-member-accounts", 200] },
|
|
1848
1446
|
() => ListMemberAccountsRequest,
|
|
1849
1447
|
() => ListMemberAccountsResponse,
|
|
1850
1448
|
];
|
|
@@ -1852,9 +1450,7 @@ var ListNotificationConfigurations = [
|
|
|
1852
1450
|
9,
|
|
1853
1451
|
n0,
|
|
1854
1452
|
_LNC,
|
|
1855
|
-
{
|
|
1856
|
-
[_ht]: ["GET", "/notification-configurations", 200],
|
|
1857
|
-
},
|
|
1453
|
+
{ [_ht]: ["GET", "/notification-configurations", 200] },
|
|
1858
1454
|
() => ListNotificationConfigurationsRequest,
|
|
1859
1455
|
() => ListNotificationConfigurationsResponse,
|
|
1860
1456
|
];
|
|
@@ -1862,9 +1458,7 @@ var ListNotificationEvents = [
|
|
|
1862
1458
|
9,
|
|
1863
1459
|
n0,
|
|
1864
1460
|
_LNE,
|
|
1865
|
-
{
|
|
1866
|
-
[_ht]: ["GET", "/notification-events", 200],
|
|
1867
|
-
},
|
|
1461
|
+
{ [_ht]: ["GET", "/notification-events", 200] },
|
|
1868
1462
|
() => ListNotificationEventsRequest,
|
|
1869
1463
|
() => ListNotificationEventsResponse,
|
|
1870
1464
|
];
|
|
@@ -1872,9 +1466,7 @@ var ListNotificationHubs = [
|
|
|
1872
1466
|
9,
|
|
1873
1467
|
n0,
|
|
1874
1468
|
_LNH,
|
|
1875
|
-
{
|
|
1876
|
-
[_ht]: ["GET", "/notification-hubs", 200],
|
|
1877
|
-
},
|
|
1469
|
+
{ [_ht]: ["GET", "/notification-hubs", 200] },
|
|
1878
1470
|
() => ListNotificationHubsRequest,
|
|
1879
1471
|
() => ListNotificationHubsResponse,
|
|
1880
1472
|
];
|
|
@@ -1882,9 +1474,7 @@ var ListOrganizationalUnits = [
|
|
|
1882
1474
|
9,
|
|
1883
1475
|
n0,
|
|
1884
1476
|
_LOU,
|
|
1885
|
-
{
|
|
1886
|
-
[_ht]: ["GET", "/organizational-units", 200],
|
|
1887
|
-
},
|
|
1477
|
+
{ [_ht]: ["GET", "/organizational-units", 200] },
|
|
1888
1478
|
() => ListOrganizationalUnitsRequest,
|
|
1889
1479
|
() => ListOrganizationalUnitsResponse,
|
|
1890
1480
|
];
|
|
@@ -1892,9 +1482,7 @@ var ListTagsForResource = [
|
|
|
1892
1482
|
9,
|
|
1893
1483
|
n0,
|
|
1894
1484
|
_LTFR,
|
|
1895
|
-
{
|
|
1896
|
-
[_ht]: ["GET", "/tags/{arn}", 200],
|
|
1897
|
-
},
|
|
1485
|
+
{ [_ht]: ["GET", "/tags/{arn}", 200] },
|
|
1898
1486
|
() => ListTagsForResourceRequest,
|
|
1899
1487
|
() => ListTagsForResourceResponse,
|
|
1900
1488
|
];
|
|
@@ -1902,9 +1490,7 @@ var RegisterNotificationHub = [
|
|
|
1902
1490
|
9,
|
|
1903
1491
|
n0,
|
|
1904
1492
|
_RNH,
|
|
1905
|
-
{
|
|
1906
|
-
[_ht]: ["POST", "/notification-hubs", 201],
|
|
1907
|
-
},
|
|
1493
|
+
{ [_ht]: ["POST", "/notification-hubs", 201] },
|
|
1908
1494
|
() => RegisterNotificationHubRequest,
|
|
1909
1495
|
() => RegisterNotificationHubResponse,
|
|
1910
1496
|
];
|
|
@@ -1912,9 +1498,7 @@ var TagResource = [
|
|
|
1912
1498
|
9,
|
|
1913
1499
|
n0,
|
|
1914
1500
|
_TR,
|
|
1915
|
-
{
|
|
1916
|
-
[_ht]: ["POST", "/tags/{arn}", 200],
|
|
1917
|
-
},
|
|
1501
|
+
{ [_ht]: ["POST", "/tags/{arn}", 200] },
|
|
1918
1502
|
() => TagResourceRequest,
|
|
1919
1503
|
() => TagResourceResponse,
|
|
1920
1504
|
];
|
|
@@ -1922,9 +1506,7 @@ var UntagResource = [
|
|
|
1922
1506
|
9,
|
|
1923
1507
|
n0,
|
|
1924
1508
|
_UR,
|
|
1925
|
-
{
|
|
1926
|
-
[_ht]: ["DELETE", "/tags/{arn}", 200],
|
|
1927
|
-
},
|
|
1509
|
+
{ [_ht]: ["DELETE", "/tags/{arn}", 200] },
|
|
1928
1510
|
() => UntagResourceRequest,
|
|
1929
1511
|
() => UntagResourceResponse,
|
|
1930
1512
|
];
|
|
@@ -1932,9 +1514,7 @@ var UpdateEventRule = [
|
|
|
1932
1514
|
9,
|
|
1933
1515
|
n0,
|
|
1934
1516
|
_UER,
|
|
1935
|
-
{
|
|
1936
|
-
[_ht]: ["PUT", "/event-rules/{arn}", 200],
|
|
1937
|
-
},
|
|
1517
|
+
{ [_ht]: ["PUT", "/event-rules/{arn}", 200] },
|
|
1938
1518
|
() => UpdateEventRuleRequest,
|
|
1939
1519
|
() => UpdateEventRuleResponse,
|
|
1940
1520
|
];
|
|
@@ -1942,9 +1522,7 @@ var UpdateNotificationConfiguration = [
|
|
|
1942
1522
|
9,
|
|
1943
1523
|
n0,
|
|
1944
1524
|
_UNC,
|
|
1945
|
-
{
|
|
1946
|
-
[_ht]: ["PUT", "/notification-configurations/{arn}", 200],
|
|
1947
|
-
},
|
|
1525
|
+
{ [_ht]: ["PUT", "/notification-configurations/{arn}", 200] },
|
|
1948
1526
|
() => UpdateNotificationConfigurationRequest,
|
|
1949
1527
|
() => UpdateNotificationConfigurationResponse,
|
|
1950
1528
|
];
|