@aws-sdk/client-sns 3.957.0 → 3.958.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/README.md +1 -48
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +603 -611
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +1 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +601 -609
- package/dist-types/pagination/index.d.ts +1 -1
- package/dist-types/ts3.4/pagination/index.d.ts +1 -1
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -779,809 +779,801 @@ const _xN = "xmlName";
|
|
|
779
779
|
const n0 = "com.amazonaws.sns";
|
|
780
780
|
var PhoneNumber = [0, n0, _PN, 8, 0];
|
|
781
781
|
var PhoneNumberString = [0, n0, _PNS, 8, 0];
|
|
782
|
-
var AddPermissionInput$ = [
|
|
783
|
-
3,
|
|
784
|
-
n0,
|
|
785
|
-
_API,
|
|
782
|
+
var AddPermissionInput$ = [3, n0, _API,
|
|
786
783
|
0,
|
|
787
784
|
[_TA, _L, _AWSAI, _AN],
|
|
788
|
-
[0, 0, 64 | 0, 64 | 0]
|
|
785
|
+
[0, 0, 64 | 0, 64 | 0]
|
|
789
786
|
];
|
|
790
|
-
var AuthorizationErrorException$ = [
|
|
791
|
-
-3,
|
|
792
|
-
n0,
|
|
793
|
-
_AEE,
|
|
787
|
+
var AuthorizationErrorException$ = [-3, n0, _AEE,
|
|
794
788
|
{ [_aQE]: [`AuthorizationError`, 403], [_e]: _c, [_hE]: 403 },
|
|
795
789
|
[_m],
|
|
796
|
-
[0]
|
|
790
|
+
[0]
|
|
797
791
|
];
|
|
798
792
|
schema.TypeRegistry.for(n0).registerError(AuthorizationErrorException$, AuthorizationErrorException);
|
|
799
|
-
var BatchEntryIdsNotDistinctException$ = [
|
|
800
|
-
-3,
|
|
801
|
-
n0,
|
|
802
|
-
_BEINDE,
|
|
793
|
+
var BatchEntryIdsNotDistinctException$ = [-3, n0, _BEINDE,
|
|
803
794
|
{ [_aQE]: [`BatchEntryIdsNotDistinct`, 400], [_e]: _c, [_hE]: 400 },
|
|
804
795
|
[_m],
|
|
805
|
-
[0]
|
|
796
|
+
[0]
|
|
806
797
|
];
|
|
807
798
|
schema.TypeRegistry.for(n0).registerError(BatchEntryIdsNotDistinctException$, BatchEntryIdsNotDistinctException);
|
|
808
|
-
var BatchRequestTooLongException$ = [
|
|
809
|
-
-3,
|
|
810
|
-
n0,
|
|
811
|
-
_BRTLE,
|
|
799
|
+
var BatchRequestTooLongException$ = [-3, n0, _BRTLE,
|
|
812
800
|
{ [_aQE]: [`BatchRequestTooLong`, 400], [_e]: _c, [_hE]: 400 },
|
|
813
801
|
[_m],
|
|
814
|
-
[0]
|
|
802
|
+
[0]
|
|
815
803
|
];
|
|
816
804
|
schema.TypeRegistry.for(n0).registerError(BatchRequestTooLongException$, BatchRequestTooLongException);
|
|
817
|
-
var BatchResultErrorEntry$ = [3, n0, _BREE,
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
805
|
+
var BatchResultErrorEntry$ = [3, n0, _BREE,
|
|
806
|
+
0,
|
|
807
|
+
[_I, _C, _M, _SF],
|
|
808
|
+
[0, 0, 0, 2]
|
|
809
|
+
];
|
|
810
|
+
var CheckIfPhoneNumberIsOptedOutInput$ = [3, n0, _CIPNIOOI,
|
|
822
811
|
0,
|
|
823
812
|
[_pN],
|
|
824
|
-
[[() => PhoneNumber, 0]]
|
|
813
|
+
[[() => PhoneNumber, 0]]
|
|
814
|
+
];
|
|
815
|
+
var CheckIfPhoneNumberIsOptedOutResponse$ = [3, n0, _CIPNIOOR,
|
|
816
|
+
0,
|
|
817
|
+
[_iOO],
|
|
818
|
+
[2]
|
|
825
819
|
];
|
|
826
|
-
var
|
|
827
|
-
var ConcurrentAccessException$ = [
|
|
828
|
-
-3,
|
|
829
|
-
n0,
|
|
830
|
-
_CAE,
|
|
820
|
+
var ConcurrentAccessException$ = [-3, n0, _CAE,
|
|
831
821
|
{ [_aQE]: [`ConcurrentAccess`, 400], [_e]: _c, [_hE]: 400 },
|
|
832
822
|
[_m],
|
|
833
|
-
[0]
|
|
823
|
+
[0]
|
|
834
824
|
];
|
|
835
825
|
schema.TypeRegistry.for(n0).registerError(ConcurrentAccessException$, ConcurrentAccessException);
|
|
836
|
-
var ConfirmSubscriptionInput$ = [3, n0, _CSI,
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
var
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
826
|
+
var ConfirmSubscriptionInput$ = [3, n0, _CSI,
|
|
827
|
+
0,
|
|
828
|
+
[_TA, _T, _AOU],
|
|
829
|
+
[0, 0, 0]
|
|
830
|
+
];
|
|
831
|
+
var ConfirmSubscriptionResponse$ = [3, n0, _CSR,
|
|
832
|
+
0,
|
|
833
|
+
[_SA],
|
|
834
|
+
[0]
|
|
835
|
+
];
|
|
836
|
+
var CreateEndpointResponse$ = [3, n0, _CER,
|
|
837
|
+
0,
|
|
838
|
+
[_EA],
|
|
839
|
+
[0]
|
|
840
|
+
];
|
|
841
|
+
var CreatePlatformApplicationInput$ = [3, n0, _CPAI,
|
|
842
|
+
0,
|
|
843
|
+
[_N, _P, _A],
|
|
844
|
+
[0, 0, 128 | 0]
|
|
845
|
+
];
|
|
846
|
+
var CreatePlatformApplicationResponse$ = [3, n0, _CPAR,
|
|
847
|
+
0,
|
|
848
|
+
[_PAA],
|
|
849
|
+
[0]
|
|
850
|
+
];
|
|
851
|
+
var CreatePlatformEndpointInput$ = [3, n0, _CPEI,
|
|
845
852
|
0,
|
|
846
853
|
[_PAA, _T, _CUD, _A],
|
|
847
|
-
[0, 0, 0, 128 | 0]
|
|
854
|
+
[0, 0, 0, 128 | 0]
|
|
848
855
|
];
|
|
849
|
-
var CreateSMSSandboxPhoneNumberInput$ = [
|
|
850
|
-
3,
|
|
851
|
-
n0,
|
|
852
|
-
_CSMSSPNI,
|
|
856
|
+
var CreateSMSSandboxPhoneNumberInput$ = [3, n0, _CSMSSPNI,
|
|
853
857
|
0,
|
|
854
858
|
[_PN, _LC],
|
|
855
|
-
[[() => PhoneNumberString, 0], 0]
|
|
859
|
+
[[() => PhoneNumberString, 0], 0]
|
|
860
|
+
];
|
|
861
|
+
var CreateSMSSandboxPhoneNumberResult$ = [3, n0, _CSMSSPNR,
|
|
862
|
+
0,
|
|
863
|
+
[],
|
|
864
|
+
[]
|
|
856
865
|
];
|
|
857
|
-
var
|
|
858
|
-
var CreateTopicInput$ = [
|
|
859
|
-
3,
|
|
860
|
-
n0,
|
|
861
|
-
_CTI,
|
|
866
|
+
var CreateTopicInput$ = [3, n0, _CTI,
|
|
862
867
|
0,
|
|
863
868
|
[_N, _A, _Ta, _DPP],
|
|
864
|
-
[0, 128 | 0, () => TagList, 0]
|
|
869
|
+
[0, 128 | 0, () => TagList, 0]
|
|
870
|
+
];
|
|
871
|
+
var CreateTopicResponse$ = [3, n0, _CTR,
|
|
872
|
+
0,
|
|
873
|
+
[_TA],
|
|
874
|
+
[0]
|
|
865
875
|
];
|
|
866
|
-
var
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
876
|
+
var DeleteEndpointInput$ = [3, n0, _DEI,
|
|
877
|
+
0,
|
|
878
|
+
[_EA],
|
|
879
|
+
[0]
|
|
880
|
+
];
|
|
881
|
+
var DeletePlatformApplicationInput$ = [3, n0, _DPAI,
|
|
882
|
+
0,
|
|
883
|
+
[_PAA],
|
|
884
|
+
[0]
|
|
885
|
+
];
|
|
886
|
+
var DeleteSMSSandboxPhoneNumberInput$ = [3, n0, _DSMSSPNI,
|
|
873
887
|
0,
|
|
874
888
|
[_PN],
|
|
875
|
-
[[() => PhoneNumberString, 0]]
|
|
876
|
-
];
|
|
877
|
-
var DeleteSMSSandboxPhoneNumberResult$ = [3, n0, _DSMSSPNR,
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
889
|
+
[[() => PhoneNumberString, 0]]
|
|
890
|
+
];
|
|
891
|
+
var DeleteSMSSandboxPhoneNumberResult$ = [3, n0, _DSMSSPNR,
|
|
892
|
+
0,
|
|
893
|
+
[],
|
|
894
|
+
[]
|
|
895
|
+
];
|
|
896
|
+
var DeleteTopicInput$ = [3, n0, _DTI,
|
|
897
|
+
0,
|
|
898
|
+
[_TA],
|
|
899
|
+
[0]
|
|
900
|
+
];
|
|
901
|
+
var EmptyBatchRequestException$ = [-3, n0, _EBRE,
|
|
883
902
|
{ [_aQE]: [`EmptyBatchRequest`, 400], [_e]: _c, [_hE]: 400 },
|
|
884
903
|
[_m],
|
|
885
|
-
[0]
|
|
904
|
+
[0]
|
|
886
905
|
];
|
|
887
906
|
schema.TypeRegistry.for(n0).registerError(EmptyBatchRequestException$, EmptyBatchRequestException);
|
|
888
|
-
var Endpoint$ = [3, n0, _E,
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
907
|
+
var Endpoint$ = [3, n0, _E,
|
|
908
|
+
0,
|
|
909
|
+
[_EA, _A],
|
|
910
|
+
[0, 128 | 0]
|
|
911
|
+
];
|
|
912
|
+
var EndpointDisabledException$ = [-3, n0, _EDE,
|
|
893
913
|
{ [_aQE]: [`EndpointDisabled`, 400], [_e]: _c, [_hE]: 400 },
|
|
894
914
|
[_m],
|
|
895
|
-
[0]
|
|
915
|
+
[0]
|
|
896
916
|
];
|
|
897
917
|
schema.TypeRegistry.for(n0).registerError(EndpointDisabledException$, EndpointDisabledException);
|
|
898
|
-
var FilterPolicyLimitExceededException$ = [
|
|
899
|
-
-3,
|
|
900
|
-
n0,
|
|
901
|
-
_FPLEE,
|
|
918
|
+
var FilterPolicyLimitExceededException$ = [-3, n0, _FPLEE,
|
|
902
919
|
{ [_aQE]: [`FilterPolicyLimitExceeded`, 403], [_e]: _c, [_hE]: 403 },
|
|
903
920
|
[_m],
|
|
904
|
-
[0]
|
|
921
|
+
[0]
|
|
905
922
|
];
|
|
906
923
|
schema.TypeRegistry.for(n0).registerError(FilterPolicyLimitExceededException$, FilterPolicyLimitExceededException);
|
|
907
|
-
var GetDataProtectionPolicyInput$ = [3, n0, _GDPPI,
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
var
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
var
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
924
|
+
var GetDataProtectionPolicyInput$ = [3, n0, _GDPPI,
|
|
925
|
+
0,
|
|
926
|
+
[_RA],
|
|
927
|
+
[0]
|
|
928
|
+
];
|
|
929
|
+
var GetDataProtectionPolicyResponse$ = [3, n0, _GDPPR,
|
|
930
|
+
0,
|
|
931
|
+
[_DPP],
|
|
932
|
+
[0]
|
|
933
|
+
];
|
|
934
|
+
var GetEndpointAttributesInput$ = [3, n0, _GEAI,
|
|
935
|
+
0,
|
|
936
|
+
[_EA],
|
|
937
|
+
[0]
|
|
938
|
+
];
|
|
939
|
+
var GetEndpointAttributesResponse$ = [3, n0, _GEAR,
|
|
940
|
+
0,
|
|
941
|
+
[_A],
|
|
942
|
+
[128 | 0]
|
|
943
|
+
];
|
|
944
|
+
var GetPlatformApplicationAttributesInput$ = [3, n0, _GPAAI,
|
|
945
|
+
0,
|
|
946
|
+
[_PAA],
|
|
947
|
+
[0]
|
|
948
|
+
];
|
|
949
|
+
var GetPlatformApplicationAttributesResponse$ = [3, n0, _GPAAR,
|
|
950
|
+
0,
|
|
951
|
+
[_A],
|
|
952
|
+
[128 | 0]
|
|
953
|
+
];
|
|
954
|
+
var GetSMSAttributesInput$ = [3, n0, _GSMSAI,
|
|
955
|
+
0,
|
|
956
|
+
[_a],
|
|
957
|
+
[64 | 0]
|
|
958
|
+
];
|
|
959
|
+
var GetSMSAttributesResponse$ = [3, n0, _GSMSAR,
|
|
960
|
+
0,
|
|
961
|
+
[_a],
|
|
962
|
+
[128 | 0]
|
|
963
|
+
];
|
|
964
|
+
var GetSMSSandboxAccountStatusInput$ = [3, n0, _GSMSSASI,
|
|
965
|
+
0,
|
|
966
|
+
[],
|
|
967
|
+
[]
|
|
968
|
+
];
|
|
969
|
+
var GetSMSSandboxAccountStatusResult$ = [3, n0, _GSMSSASR,
|
|
970
|
+
0,
|
|
971
|
+
[_IIS],
|
|
972
|
+
[2]
|
|
973
|
+
];
|
|
974
|
+
var GetSubscriptionAttributesInput$ = [3, n0, _GSAI,
|
|
975
|
+
0,
|
|
976
|
+
[_SA],
|
|
977
|
+
[0]
|
|
978
|
+
];
|
|
979
|
+
var GetSubscriptionAttributesResponse$ = [3, n0, _GSAR,
|
|
980
|
+
0,
|
|
981
|
+
[_A],
|
|
982
|
+
[128 | 0]
|
|
983
|
+
];
|
|
984
|
+
var GetTopicAttributesInput$ = [3, n0, _GTAI,
|
|
985
|
+
0,
|
|
986
|
+
[_TA],
|
|
987
|
+
[0]
|
|
988
|
+
];
|
|
989
|
+
var GetTopicAttributesResponse$ = [3, n0, _GTAR,
|
|
990
|
+
0,
|
|
991
|
+
[_A],
|
|
992
|
+
[128 | 0]
|
|
993
|
+
];
|
|
994
|
+
var InternalErrorException$ = [-3, n0, _IEE,
|
|
925
995
|
{ [_aQE]: [`InternalError`, 500], [_e]: _s, [_hE]: 500 },
|
|
926
996
|
[_m],
|
|
927
|
-
[0]
|
|
997
|
+
[0]
|
|
928
998
|
];
|
|
929
999
|
schema.TypeRegistry.for(n0).registerError(InternalErrorException$, InternalErrorException);
|
|
930
|
-
var InvalidBatchEntryIdException$ = [
|
|
931
|
-
-3,
|
|
932
|
-
n0,
|
|
933
|
-
_IBEIE,
|
|
1000
|
+
var InvalidBatchEntryIdException$ = [-3, n0, _IBEIE,
|
|
934
1001
|
{ [_aQE]: [`InvalidBatchEntryId`, 400], [_e]: _c, [_hE]: 400 },
|
|
935
1002
|
[_m],
|
|
936
|
-
[0]
|
|
1003
|
+
[0]
|
|
937
1004
|
];
|
|
938
1005
|
schema.TypeRegistry.for(n0).registerError(InvalidBatchEntryIdException$, InvalidBatchEntryIdException);
|
|
939
|
-
var InvalidParameterException$ = [
|
|
940
|
-
-3,
|
|
941
|
-
n0,
|
|
942
|
-
_IPE,
|
|
1006
|
+
var InvalidParameterException$ = [-3, n0, _IPE,
|
|
943
1007
|
{ [_aQE]: [`InvalidParameter`, 400], [_e]: _c, [_hE]: 400 },
|
|
944
1008
|
[_m],
|
|
945
|
-
[0]
|
|
1009
|
+
[0]
|
|
946
1010
|
];
|
|
947
1011
|
schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
948
|
-
var InvalidParameterValueException$ = [
|
|
949
|
-
-3,
|
|
950
|
-
n0,
|
|
951
|
-
_IPVE,
|
|
1012
|
+
var InvalidParameterValueException$ = [-3, n0, _IPVE,
|
|
952
1013
|
{ [_aQE]: [`ParameterValueInvalid`, 400], [_e]: _c, [_hE]: 400 },
|
|
953
1014
|
[_m],
|
|
954
|
-
[0]
|
|
1015
|
+
[0]
|
|
955
1016
|
];
|
|
956
1017
|
schema.TypeRegistry.for(n0).registerError(InvalidParameterValueException$, InvalidParameterValueException);
|
|
957
|
-
var InvalidSecurityException$ = [
|
|
958
|
-
-3,
|
|
959
|
-
n0,
|
|
960
|
-
_ISE,
|
|
1018
|
+
var InvalidSecurityException$ = [-3, n0, _ISE,
|
|
961
1019
|
{ [_aQE]: [`InvalidSecurity`, 403], [_e]: _c, [_hE]: 403 },
|
|
962
1020
|
[_m],
|
|
963
|
-
[0]
|
|
1021
|
+
[0]
|
|
964
1022
|
];
|
|
965
1023
|
schema.TypeRegistry.for(n0).registerError(InvalidSecurityException$, InvalidSecurityException);
|
|
966
|
-
var InvalidStateException$ = [
|
|
967
|
-
-3,
|
|
968
|
-
n0,
|
|
969
|
-
_ISEn,
|
|
1024
|
+
var InvalidStateException$ = [-3, n0, _ISEn,
|
|
970
1025
|
{ [_aQE]: [`InvalidState`, 400], [_e]: _c, [_hE]: 400 },
|
|
971
1026
|
[_m],
|
|
972
|
-
[0]
|
|
1027
|
+
[0]
|
|
973
1028
|
];
|
|
974
1029
|
schema.TypeRegistry.for(n0).registerError(InvalidStateException$, InvalidStateException);
|
|
975
|
-
var KMSAccessDeniedException$ = [
|
|
976
|
-
-3,
|
|
977
|
-
n0,
|
|
978
|
-
_KMSADE,
|
|
1030
|
+
var KMSAccessDeniedException$ = [-3, n0, _KMSADE,
|
|
979
1031
|
{ [_aQE]: [`KMSAccessDenied`, 400], [_e]: _c, [_hE]: 400 },
|
|
980
1032
|
[_m],
|
|
981
|
-
[0]
|
|
1033
|
+
[0]
|
|
982
1034
|
];
|
|
983
1035
|
schema.TypeRegistry.for(n0).registerError(KMSAccessDeniedException$, KMSAccessDeniedException);
|
|
984
|
-
var KMSDisabledException$ = [
|
|
985
|
-
-3,
|
|
986
|
-
n0,
|
|
987
|
-
_KMSDE,
|
|
1036
|
+
var KMSDisabledException$ = [-3, n0, _KMSDE,
|
|
988
1037
|
{ [_aQE]: [`KMSDisabled`, 400], [_e]: _c, [_hE]: 400 },
|
|
989
1038
|
[_m],
|
|
990
|
-
[0]
|
|
1039
|
+
[0]
|
|
991
1040
|
];
|
|
992
1041
|
schema.TypeRegistry.for(n0).registerError(KMSDisabledException$, KMSDisabledException);
|
|
993
|
-
var KMSInvalidStateException$ = [
|
|
994
|
-
-3,
|
|
995
|
-
n0,
|
|
996
|
-
_KMSISE,
|
|
1042
|
+
var KMSInvalidStateException$ = [-3, n0, _KMSISE,
|
|
997
1043
|
{ [_aQE]: [`KMSInvalidState`, 400], [_e]: _c, [_hE]: 400 },
|
|
998
1044
|
[_m],
|
|
999
|
-
[0]
|
|
1045
|
+
[0]
|
|
1000
1046
|
];
|
|
1001
1047
|
schema.TypeRegistry.for(n0).registerError(KMSInvalidStateException$, KMSInvalidStateException);
|
|
1002
|
-
var KMSNotFoundException$ = [
|
|
1003
|
-
-3,
|
|
1004
|
-
n0,
|
|
1005
|
-
_KMSNFE,
|
|
1048
|
+
var KMSNotFoundException$ = [-3, n0, _KMSNFE,
|
|
1006
1049
|
{ [_aQE]: [`KMSNotFound`, 400], [_e]: _c, [_hE]: 400 },
|
|
1007
1050
|
[_m],
|
|
1008
|
-
[0]
|
|
1051
|
+
[0]
|
|
1009
1052
|
];
|
|
1010
1053
|
schema.TypeRegistry.for(n0).registerError(KMSNotFoundException$, KMSNotFoundException);
|
|
1011
|
-
var KMSOptInRequired$ = [
|
|
1012
|
-
-3,
|
|
1013
|
-
n0,
|
|
1014
|
-
_KMSOIR,
|
|
1054
|
+
var KMSOptInRequired$ = [-3, n0, _KMSOIR,
|
|
1015
1055
|
{ [_aQE]: [`KMSOptInRequired`, 403], [_e]: _c, [_hE]: 403 },
|
|
1016
1056
|
[_m],
|
|
1017
|
-
[0]
|
|
1057
|
+
[0]
|
|
1018
1058
|
];
|
|
1019
1059
|
schema.TypeRegistry.for(n0).registerError(KMSOptInRequired$, KMSOptInRequired);
|
|
1020
|
-
var KMSThrottlingException$ = [
|
|
1021
|
-
-3,
|
|
1022
|
-
n0,
|
|
1023
|
-
_KMSTE,
|
|
1060
|
+
var KMSThrottlingException$ = [-3, n0, _KMSTE,
|
|
1024
1061
|
{ [_aQE]: [`KMSThrottling`, 400], [_e]: _c, [_hE]: 400 },
|
|
1025
1062
|
[_m],
|
|
1026
|
-
[0]
|
|
1063
|
+
[0]
|
|
1027
1064
|
];
|
|
1028
1065
|
schema.TypeRegistry.for(n0).registerError(KMSThrottlingException$, KMSThrottlingException);
|
|
1029
|
-
var ListEndpointsByPlatformApplicationInput$ = [3, n0, _LEBPAI,
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1066
|
+
var ListEndpointsByPlatformApplicationInput$ = [3, n0, _LEBPAI,
|
|
1067
|
+
0,
|
|
1068
|
+
[_PAA, _NT],
|
|
1069
|
+
[0, 0]
|
|
1070
|
+
];
|
|
1071
|
+
var ListEndpointsByPlatformApplicationResponse$ = [3, n0, _LEBPAR,
|
|
1034
1072
|
0,
|
|
1035
1073
|
[_En, _NT],
|
|
1036
|
-
[() => ListOfEndpoints, 0]
|
|
1074
|
+
[() => ListOfEndpoints, 0]
|
|
1075
|
+
];
|
|
1076
|
+
var ListOriginationNumbersRequest$ = [3, n0, _LONR,
|
|
1077
|
+
0,
|
|
1078
|
+
[_NT, _MR],
|
|
1079
|
+
[0, 1]
|
|
1037
1080
|
];
|
|
1038
|
-
var
|
|
1039
|
-
var ListOriginationNumbersResult$ = [
|
|
1040
|
-
3,
|
|
1041
|
-
n0,
|
|
1042
|
-
_LONRi,
|
|
1081
|
+
var ListOriginationNumbersResult$ = [3, n0, _LONRi,
|
|
1043
1082
|
0,
|
|
1044
1083
|
[_NT, _PNh],
|
|
1045
|
-
[0, [() => PhoneNumberInformationList, 0]]
|
|
1084
|
+
[0, [() => PhoneNumberInformationList, 0]]
|
|
1085
|
+
];
|
|
1086
|
+
var ListPhoneNumbersOptedOutInput$ = [3, n0, _LPNOOI,
|
|
1087
|
+
0,
|
|
1088
|
+
[_nT],
|
|
1089
|
+
[0]
|
|
1046
1090
|
];
|
|
1047
|
-
var
|
|
1048
|
-
var ListPhoneNumbersOptedOutResponse$ = [
|
|
1049
|
-
3,
|
|
1050
|
-
n0,
|
|
1051
|
-
_LPNOOR,
|
|
1091
|
+
var ListPhoneNumbersOptedOutResponse$ = [3, n0, _LPNOOR,
|
|
1052
1092
|
0,
|
|
1053
1093
|
[_pNh, _nT],
|
|
1054
|
-
[[() => PhoneNumberList, 0], 0]
|
|
1094
|
+
[[() => PhoneNumberList, 0], 0]
|
|
1055
1095
|
];
|
|
1056
|
-
var ListPlatformApplicationsInput$ = [3, n0, _LPAI,
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1096
|
+
var ListPlatformApplicationsInput$ = [3, n0, _LPAI,
|
|
1097
|
+
0,
|
|
1098
|
+
[_NT],
|
|
1099
|
+
[0]
|
|
1100
|
+
];
|
|
1101
|
+
var ListPlatformApplicationsResponse$ = [3, n0, _LPAR,
|
|
1061
1102
|
0,
|
|
1062
1103
|
[_PA, _NT],
|
|
1063
|
-
[() => ListOfPlatformApplications, 0]
|
|
1104
|
+
[() => ListOfPlatformApplications, 0]
|
|
1105
|
+
];
|
|
1106
|
+
var ListSMSSandboxPhoneNumbersInput$ = [3, n0, _LSMSSPNI,
|
|
1107
|
+
0,
|
|
1108
|
+
[_NT, _MR],
|
|
1109
|
+
[0, 1]
|
|
1064
1110
|
];
|
|
1065
|
-
var
|
|
1066
|
-
var ListSMSSandboxPhoneNumbersResult$ = [
|
|
1067
|
-
3,
|
|
1068
|
-
n0,
|
|
1069
|
-
_LSMSSPNR,
|
|
1111
|
+
var ListSMSSandboxPhoneNumbersResult$ = [3, n0, _LSMSSPNR,
|
|
1070
1112
|
0,
|
|
1071
1113
|
[_PNh, _NT],
|
|
1072
|
-
[[() => SMSSandboxPhoneNumberList, 0], 0]
|
|
1114
|
+
[[() => SMSSandboxPhoneNumberList, 0], 0]
|
|
1115
|
+
];
|
|
1116
|
+
var ListSubscriptionsByTopicInput$ = [3, n0, _LSBTI,
|
|
1117
|
+
0,
|
|
1118
|
+
[_TA, _NT],
|
|
1119
|
+
[0, 0]
|
|
1073
1120
|
];
|
|
1074
|
-
var
|
|
1075
|
-
var ListSubscriptionsByTopicResponse$ = [
|
|
1076
|
-
3,
|
|
1077
|
-
n0,
|
|
1078
|
-
_LSBTR,
|
|
1121
|
+
var ListSubscriptionsByTopicResponse$ = [3, n0, _LSBTR,
|
|
1079
1122
|
0,
|
|
1080
1123
|
[_S, _NT],
|
|
1081
|
-
[() => SubscriptionsList, 0]
|
|
1124
|
+
[() => SubscriptionsList, 0]
|
|
1082
1125
|
];
|
|
1083
|
-
var ListSubscriptionsInput$ = [3, n0, _LSI,
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1126
|
+
var ListSubscriptionsInput$ = [3, n0, _LSI,
|
|
1127
|
+
0,
|
|
1128
|
+
[_NT],
|
|
1129
|
+
[0]
|
|
1130
|
+
];
|
|
1131
|
+
var ListSubscriptionsResponse$ = [3, n0, _LSR,
|
|
1088
1132
|
0,
|
|
1089
1133
|
[_S, _NT],
|
|
1090
|
-
[() => SubscriptionsList, 0]
|
|
1091
|
-
];
|
|
1092
|
-
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
var
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1134
|
+
[() => SubscriptionsList, 0]
|
|
1135
|
+
];
|
|
1136
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
1137
|
+
0,
|
|
1138
|
+
[_RA],
|
|
1139
|
+
[0]
|
|
1140
|
+
];
|
|
1141
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
1142
|
+
0,
|
|
1143
|
+
[_Ta],
|
|
1144
|
+
[() => TagList]
|
|
1145
|
+
];
|
|
1146
|
+
var ListTopicsInput$ = [3, n0, _LTI,
|
|
1147
|
+
0,
|
|
1148
|
+
[_NT],
|
|
1149
|
+
[0]
|
|
1150
|
+
];
|
|
1151
|
+
var ListTopicsResponse$ = [3, n0, _LTR,
|
|
1152
|
+
0,
|
|
1153
|
+
[_To, _NT],
|
|
1154
|
+
[() => TopicsList, 0]
|
|
1155
|
+
];
|
|
1156
|
+
var MessageAttributeValue$ = [3, n0, _MAV,
|
|
1157
|
+
0,
|
|
1158
|
+
[_DT, _SV, _BV],
|
|
1159
|
+
[0, 0, 21]
|
|
1160
|
+
];
|
|
1161
|
+
var NotFoundException$ = [-3, n0, _NFE,
|
|
1101
1162
|
{ [_aQE]: [`NotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
1102
1163
|
[_m],
|
|
1103
|
-
[0]
|
|
1164
|
+
[0]
|
|
1104
1165
|
];
|
|
1105
1166
|
schema.TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
1106
|
-
var OptedOutException$ = [
|
|
1107
|
-
-3,
|
|
1108
|
-
n0,
|
|
1109
|
-
_OOE,
|
|
1167
|
+
var OptedOutException$ = [-3, n0, _OOE,
|
|
1110
1168
|
{ [_aQE]: [`OptedOut`, 400], [_e]: _c, [_hE]: 400 },
|
|
1111
1169
|
[_m],
|
|
1112
|
-
[0]
|
|
1170
|
+
[0]
|
|
1113
1171
|
];
|
|
1114
1172
|
schema.TypeRegistry.for(n0).registerError(OptedOutException$, OptedOutException);
|
|
1115
|
-
var OptInPhoneNumberInput$ = [3, n0, _OIPNI,
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1173
|
+
var OptInPhoneNumberInput$ = [3, n0, _OIPNI,
|
|
1174
|
+
0,
|
|
1175
|
+
[_pN],
|
|
1176
|
+
[[() => PhoneNumber, 0]]
|
|
1177
|
+
];
|
|
1178
|
+
var OptInPhoneNumberResponse$ = [3, n0, _OIPNR,
|
|
1179
|
+
0,
|
|
1180
|
+
[],
|
|
1181
|
+
[]
|
|
1182
|
+
];
|
|
1183
|
+
var PhoneNumberInformation$ = [3, n0, _PNI,
|
|
1121
1184
|
0,
|
|
1122
1185
|
[_CA, _PN, _St, _ICC, _RT, _NC],
|
|
1123
|
-
[4, [() => PhoneNumber, 0], 0, 0, 0, 64 | 0]
|
|
1186
|
+
[4, [() => PhoneNumber, 0], 0, 0, 0, 64 | 0]
|
|
1124
1187
|
];
|
|
1125
|
-
var PlatformApplication$ = [3, n0, _PAl,
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1188
|
+
var PlatformApplication$ = [3, n0, _PAl,
|
|
1189
|
+
0,
|
|
1190
|
+
[_PAA, _A],
|
|
1191
|
+
[0, 128 | 0]
|
|
1192
|
+
];
|
|
1193
|
+
var PlatformApplicationDisabledException$ = [-3, n0, _PADE,
|
|
1130
1194
|
{ [_aQE]: [`PlatformApplicationDisabled`, 400], [_e]: _c, [_hE]: 400 },
|
|
1131
1195
|
[_m],
|
|
1132
|
-
[0]
|
|
1196
|
+
[0]
|
|
1133
1197
|
];
|
|
1134
1198
|
schema.TypeRegistry.for(n0).registerError(PlatformApplicationDisabledException$, PlatformApplicationDisabledException);
|
|
1135
|
-
var PublishBatchInput$ = [
|
|
1136
|
-
3,
|
|
1137
|
-
n0,
|
|
1138
|
-
_PBI,
|
|
1199
|
+
var PublishBatchInput$ = [3, n0, _PBI,
|
|
1139
1200
|
0,
|
|
1140
1201
|
[_TA, _PBRE],
|
|
1141
|
-
[0, [() => PublishBatchRequestEntryList, 0]]
|
|
1202
|
+
[0, [() => PublishBatchRequestEntryList, 0]]
|
|
1142
1203
|
];
|
|
1143
|
-
var PublishBatchRequestEntry$ = [
|
|
1144
|
-
3,
|
|
1145
|
-
n0,
|
|
1146
|
-
_PBREu,
|
|
1204
|
+
var PublishBatchRequestEntry$ = [3, n0, _PBREu,
|
|
1147
1205
|
0,
|
|
1148
1206
|
[_I, _M, _Su, _MS, _MA, _MDI, _MGI],
|
|
1149
|
-
[0, 0, 0, 0, [() => MessageAttributeMap, 0], 0, 0]
|
|
1207
|
+
[0, 0, 0, 0, [() => MessageAttributeMap, 0], 0, 0]
|
|
1150
1208
|
];
|
|
1151
|
-
var PublishBatchResponse$ = [
|
|
1152
|
-
3,
|
|
1153
|
-
n0,
|
|
1154
|
-
_PBR,
|
|
1209
|
+
var PublishBatchResponse$ = [3, n0, _PBR,
|
|
1155
1210
|
0,
|
|
1156
1211
|
[_Suc, _F],
|
|
1157
|
-
[() => PublishBatchResultEntryList, () => BatchResultErrorEntryList]
|
|
1212
|
+
[() => PublishBatchResultEntryList, () => BatchResultErrorEntryList]
|
|
1158
1213
|
];
|
|
1159
|
-
var PublishBatchResultEntry$ = [3, n0, _PBREub,
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1214
|
+
var PublishBatchResultEntry$ = [3, n0, _PBREub,
|
|
1215
|
+
0,
|
|
1216
|
+
[_I, _MI, _SN],
|
|
1217
|
+
[0, 0, 0]
|
|
1218
|
+
];
|
|
1219
|
+
var PublishInput$ = [3, n0, _PI,
|
|
1164
1220
|
0,
|
|
1165
1221
|
[_TA, _TAa, _PN, _M, _Su, _MS, _MA, _MDI, _MGI],
|
|
1166
|
-
[0, 0, [() => PhoneNumber, 0], 0, 0, 0, [() => MessageAttributeMap, 0], 0, 0]
|
|
1167
|
-
];
|
|
1168
|
-
var PublishResponse$ = [3, n0, _PR,
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1222
|
+
[0, 0, [() => PhoneNumber, 0], 0, 0, 0, [() => MessageAttributeMap, 0], 0, 0]
|
|
1223
|
+
];
|
|
1224
|
+
var PublishResponse$ = [3, n0, _PR,
|
|
1225
|
+
0,
|
|
1226
|
+
[_MI, _SN],
|
|
1227
|
+
[0, 0]
|
|
1228
|
+
];
|
|
1229
|
+
var PutDataProtectionPolicyInput$ = [3, n0, _PDPPI,
|
|
1230
|
+
0,
|
|
1231
|
+
[_RA, _DPP],
|
|
1232
|
+
[0, 0]
|
|
1233
|
+
];
|
|
1234
|
+
var RemovePermissionInput$ = [3, n0, _RPI,
|
|
1235
|
+
0,
|
|
1236
|
+
[_TA, _L],
|
|
1237
|
+
[0, 0]
|
|
1238
|
+
];
|
|
1239
|
+
var ReplayLimitExceededException$ = [-3, n0, _RLEE,
|
|
1175
1240
|
{ [_aQE]: [`ReplayLimitExceeded`, 403], [_e]: _c, [_hE]: 403 },
|
|
1176
1241
|
[_m],
|
|
1177
|
-
[0]
|
|
1242
|
+
[0]
|
|
1178
1243
|
];
|
|
1179
1244
|
schema.TypeRegistry.for(n0).registerError(ReplayLimitExceededException$, ReplayLimitExceededException);
|
|
1180
|
-
var ResourceNotFoundException$ = [
|
|
1181
|
-
-3,
|
|
1182
|
-
n0,
|
|
1183
|
-
_RNFE,
|
|
1245
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1184
1246
|
{ [_aQE]: [`ResourceNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
1185
1247
|
[_m],
|
|
1186
|
-
[0]
|
|
1248
|
+
[0]
|
|
1187
1249
|
];
|
|
1188
1250
|
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1189
|
-
var SetEndpointAttributesInput$ = [3, n0, _SEAI,
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
var
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1251
|
+
var SetEndpointAttributesInput$ = [3, n0, _SEAI,
|
|
1252
|
+
0,
|
|
1253
|
+
[_EA, _A],
|
|
1254
|
+
[0, 128 | 0]
|
|
1255
|
+
];
|
|
1256
|
+
var SetPlatformApplicationAttributesInput$ = [3, n0, _SPAAI,
|
|
1257
|
+
0,
|
|
1258
|
+
[_PAA, _A],
|
|
1259
|
+
[0, 128 | 0]
|
|
1260
|
+
];
|
|
1261
|
+
var SetSMSAttributesInput$ = [3, n0, _SSMSAI,
|
|
1262
|
+
0,
|
|
1263
|
+
[_a],
|
|
1264
|
+
[128 | 0]
|
|
1265
|
+
];
|
|
1266
|
+
var SetSMSAttributesResponse$ = [3, n0, _SSMSAR,
|
|
1267
|
+
0,
|
|
1268
|
+
[],
|
|
1269
|
+
[]
|
|
1270
|
+
];
|
|
1271
|
+
var SetSubscriptionAttributesInput$ = [3, n0, _SSAI,
|
|
1272
|
+
0,
|
|
1273
|
+
[_SA, _ANt, _AV],
|
|
1274
|
+
[0, 0, 0]
|
|
1275
|
+
];
|
|
1276
|
+
var SetTopicAttributesInput$ = [3, n0, _STAI,
|
|
1277
|
+
0,
|
|
1278
|
+
[_TA, _ANt, _AV],
|
|
1279
|
+
[0, 0, 0]
|
|
1280
|
+
];
|
|
1281
|
+
var SMSSandboxPhoneNumber$ = [3, n0, _SMSSPN,
|
|
1199
1282
|
0,
|
|
1200
1283
|
[_PN, _St],
|
|
1201
|
-
[[() => PhoneNumberString, 0], 0]
|
|
1284
|
+
[[() => PhoneNumberString, 0], 0]
|
|
1202
1285
|
];
|
|
1203
|
-
var StaleTagException$ = [
|
|
1204
|
-
-3,
|
|
1205
|
-
n0,
|
|
1206
|
-
_STE,
|
|
1286
|
+
var StaleTagException$ = [-3, n0, _STE,
|
|
1207
1287
|
{ [_aQE]: [`StaleTag`, 400], [_e]: _c, [_hE]: 400 },
|
|
1208
1288
|
[_m],
|
|
1209
|
-
[0]
|
|
1289
|
+
[0]
|
|
1210
1290
|
];
|
|
1211
1291
|
schema.TypeRegistry.for(n0).registerError(StaleTagException$, StaleTagException);
|
|
1212
|
-
var SubscribeInput$ = [3, n0, _SI,
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1292
|
+
var SubscribeInput$ = [3, n0, _SI,
|
|
1293
|
+
0,
|
|
1294
|
+
[_TA, _Pr, _E, _A, _RSA],
|
|
1295
|
+
[0, 0, 0, 128 | 0, 2]
|
|
1296
|
+
];
|
|
1297
|
+
var SubscribeResponse$ = [3, n0, _SR,
|
|
1298
|
+
0,
|
|
1299
|
+
[_SA],
|
|
1300
|
+
[0]
|
|
1301
|
+
];
|
|
1302
|
+
var Subscription$ = [3, n0, _Sub,
|
|
1303
|
+
0,
|
|
1304
|
+
[_SA, _O, _Pr, _E, _TA],
|
|
1305
|
+
[0, 0, 0, 0, 0]
|
|
1306
|
+
];
|
|
1307
|
+
var SubscriptionLimitExceededException$ = [-3, n0, _SLEE,
|
|
1219
1308
|
{ [_aQE]: [`SubscriptionLimitExceeded`, 403], [_e]: _c, [_hE]: 403 },
|
|
1220
1309
|
[_m],
|
|
1221
|
-
[0]
|
|
1310
|
+
[0]
|
|
1222
1311
|
];
|
|
1223
1312
|
schema.TypeRegistry.for(n0).registerError(SubscriptionLimitExceededException$, SubscriptionLimitExceededException);
|
|
1224
|
-
var Tag$ = [3, n0, _Tag,
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1313
|
+
var Tag$ = [3, n0, _Tag,
|
|
1314
|
+
0,
|
|
1315
|
+
[_K, _V],
|
|
1316
|
+
[0, 0]
|
|
1317
|
+
];
|
|
1318
|
+
var TagLimitExceededException$ = [-3, n0, _TLEE,
|
|
1229
1319
|
{ [_aQE]: [`TagLimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
1230
1320
|
[_m],
|
|
1231
|
-
[0]
|
|
1321
|
+
[0]
|
|
1232
1322
|
];
|
|
1233
1323
|
schema.TypeRegistry.for(n0).registerError(TagLimitExceededException$, TagLimitExceededException);
|
|
1234
|
-
var TagPolicyException$ = [
|
|
1235
|
-
-3,
|
|
1236
|
-
n0,
|
|
1237
|
-
_TPE,
|
|
1324
|
+
var TagPolicyException$ = [-3, n0, _TPE,
|
|
1238
1325
|
{ [_aQE]: [`TagPolicy`, 400], [_e]: _c, [_hE]: 400 },
|
|
1239
1326
|
[_m],
|
|
1240
|
-
[0]
|
|
1327
|
+
[0]
|
|
1241
1328
|
];
|
|
1242
1329
|
schema.TypeRegistry.for(n0).registerError(TagPolicyException$, TagPolicyException);
|
|
1243
|
-
var TagResourceRequest$ = [3, n0, _TRR,
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1330
|
+
var TagResourceRequest$ = [3, n0, _TRR,
|
|
1331
|
+
0,
|
|
1332
|
+
[_RA, _Ta],
|
|
1333
|
+
[0, () => TagList]
|
|
1334
|
+
];
|
|
1335
|
+
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
1336
|
+
0,
|
|
1337
|
+
[],
|
|
1338
|
+
[]
|
|
1339
|
+
];
|
|
1340
|
+
var ThrottledException$ = [-3, n0, _TE,
|
|
1249
1341
|
{ [_aQE]: [`Throttled`, 429], [_e]: _c, [_hE]: 429 },
|
|
1250
1342
|
[_m],
|
|
1251
|
-
[0]
|
|
1343
|
+
[0]
|
|
1252
1344
|
];
|
|
1253
1345
|
schema.TypeRegistry.for(n0).registerError(ThrottledException$, ThrottledException);
|
|
1254
|
-
var TooManyEntriesInBatchRequestException$ = [
|
|
1255
|
-
-3,
|
|
1256
|
-
n0,
|
|
1257
|
-
_TMEIBRE,
|
|
1346
|
+
var TooManyEntriesInBatchRequestException$ = [-3, n0, _TMEIBRE,
|
|
1258
1347
|
{ [_aQE]: [`TooManyEntriesInBatchRequest`, 400], [_e]: _c, [_hE]: 400 },
|
|
1259
1348
|
[_m],
|
|
1260
|
-
[0]
|
|
1349
|
+
[0]
|
|
1261
1350
|
];
|
|
1262
1351
|
schema.TypeRegistry.for(n0).registerError(TooManyEntriesInBatchRequestException$, TooManyEntriesInBatchRequestException);
|
|
1263
|
-
var Topic$ = [3, n0, _Top,
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1352
|
+
var Topic$ = [3, n0, _Top,
|
|
1353
|
+
0,
|
|
1354
|
+
[_TA],
|
|
1355
|
+
[0]
|
|
1356
|
+
];
|
|
1357
|
+
var TopicLimitExceededException$ = [-3, n0, _TLEEo,
|
|
1268
1358
|
{ [_aQE]: [`TopicLimitExceeded`, 403], [_e]: _c, [_hE]: 403 },
|
|
1269
1359
|
[_m],
|
|
1270
|
-
[0]
|
|
1360
|
+
[0]
|
|
1271
1361
|
];
|
|
1272
1362
|
schema.TypeRegistry.for(n0).registerError(TopicLimitExceededException$, TopicLimitExceededException);
|
|
1273
|
-
var UnsubscribeInput$ = [3, n0, _UI,
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1363
|
+
var UnsubscribeInput$ = [3, n0, _UI,
|
|
1364
|
+
0,
|
|
1365
|
+
[_SA],
|
|
1366
|
+
[0]
|
|
1367
|
+
];
|
|
1368
|
+
var UntagResourceRequest$ = [3, n0, _URR,
|
|
1369
|
+
0,
|
|
1370
|
+
[_RA, _TK],
|
|
1371
|
+
[0, 64 | 0]
|
|
1372
|
+
];
|
|
1373
|
+
var UntagResourceResponse$ = [3, n0, _URRn,
|
|
1374
|
+
0,
|
|
1375
|
+
[],
|
|
1376
|
+
[]
|
|
1377
|
+
];
|
|
1378
|
+
var UserErrorException$ = [-3, n0, _UEE,
|
|
1280
1379
|
{ [_aQE]: [`UserError`, 400], [_e]: _c, [_hE]: 400 },
|
|
1281
1380
|
[_m],
|
|
1282
|
-
[0]
|
|
1381
|
+
[0]
|
|
1283
1382
|
];
|
|
1284
1383
|
schema.TypeRegistry.for(n0).registerError(UserErrorException$, UserErrorException);
|
|
1285
|
-
var ValidationException$ = [
|
|
1286
|
-
-3,
|
|
1287
|
-
n0,
|
|
1288
|
-
_VE,
|
|
1384
|
+
var ValidationException$ = [-3, n0, _VE,
|
|
1289
1385
|
{ [_aQE]: [`ValidationException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1290
1386
|
[_M],
|
|
1291
|
-
[0]
|
|
1387
|
+
[0]
|
|
1292
1388
|
];
|
|
1293
1389
|
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
1294
|
-
var VerificationException$ = [-3, n0, _VEe,
|
|
1390
|
+
var VerificationException$ = [-3, n0, _VEe,
|
|
1391
|
+
{ [_e]: _c },
|
|
1392
|
+
[_M, _St],
|
|
1393
|
+
[0, 0]
|
|
1394
|
+
];
|
|
1295
1395
|
schema.TypeRegistry.for(n0).registerError(VerificationException$, VerificationException);
|
|
1296
|
-
var VerifySMSSandboxPhoneNumberInput$ = [
|
|
1297
|
-
3,
|
|
1298
|
-
n0,
|
|
1299
|
-
_VSMSSPNI,
|
|
1396
|
+
var VerifySMSSandboxPhoneNumberInput$ = [3, n0, _VSMSSPNI,
|
|
1300
1397
|
0,
|
|
1301
1398
|
[_PN, _OTP],
|
|
1302
|
-
[[() => PhoneNumberString, 0], 0]
|
|
1399
|
+
[[() => PhoneNumberString, 0], 0]
|
|
1400
|
+
];
|
|
1401
|
+
var VerifySMSSandboxPhoneNumberResult$ = [3, n0, _VSMSSPNR,
|
|
1402
|
+
0,
|
|
1403
|
+
[],
|
|
1404
|
+
[]
|
|
1303
1405
|
];
|
|
1304
|
-
var VerifySMSSandboxPhoneNumberResult$ = [3, n0, _VSMSSPNR, 0, [], []];
|
|
1305
1406
|
var __Unit = "unit";
|
|
1306
1407
|
var SNSServiceException$ = [-3, _sm, "SNSServiceException", 0, [], []];
|
|
1307
1408
|
schema.TypeRegistry.for(_sm).registerError(SNSServiceException$, SNSServiceException);
|
|
1308
|
-
var BatchResultErrorEntryList = [1, n0, _BREEL,
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
var
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
var
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
var
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
() =>
|
|
1334
|
-
|
|
1335
|
-
];
|
|
1336
|
-
var
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
0,
|
|
1341
|
-
() => ConfirmSubscriptionInput$,
|
|
1342
|
-
() => ConfirmSubscriptionResponse$,
|
|
1343
|
-
];
|
|
1344
|
-
var CreatePlatformApplication$ = [
|
|
1345
|
-
9,
|
|
1346
|
-
n0,
|
|
1347
|
-
_CPA,
|
|
1348
|
-
0,
|
|
1349
|
-
() => CreatePlatformApplicationInput$,
|
|
1350
|
-
() => CreatePlatformApplicationResponse$,
|
|
1351
|
-
];
|
|
1352
|
-
var CreatePlatformEndpoint$ = [
|
|
1353
|
-
9,
|
|
1354
|
-
n0,
|
|
1355
|
-
_CPE,
|
|
1356
|
-
0,
|
|
1357
|
-
() => CreatePlatformEndpointInput$,
|
|
1358
|
-
() => CreateEndpointResponse$,
|
|
1359
|
-
];
|
|
1360
|
-
var CreateSMSSandboxPhoneNumber$ = [
|
|
1361
|
-
9,
|
|
1362
|
-
n0,
|
|
1363
|
-
_CSMSSPN,
|
|
1364
|
-
0,
|
|
1365
|
-
() => CreateSMSSandboxPhoneNumberInput$,
|
|
1366
|
-
() => CreateSMSSandboxPhoneNumberResult$,
|
|
1367
|
-
];
|
|
1368
|
-
var CreateTopic$ = [9, n0, _CT, 0, () => CreateTopicInput$, () => CreateTopicResponse$];
|
|
1369
|
-
var DeleteEndpoint$ = [9, n0, _DE, 0, () => DeleteEndpointInput$, () => __Unit];
|
|
1370
|
-
var DeletePlatformApplication$ = [
|
|
1371
|
-
9,
|
|
1372
|
-
n0,
|
|
1373
|
-
_DPA,
|
|
1374
|
-
0,
|
|
1375
|
-
() => DeletePlatformApplicationInput$,
|
|
1376
|
-
() => __Unit,
|
|
1377
|
-
];
|
|
1378
|
-
var DeleteSMSSandboxPhoneNumber$ = [
|
|
1379
|
-
9,
|
|
1380
|
-
n0,
|
|
1381
|
-
_DSMSSPN,
|
|
1382
|
-
0,
|
|
1383
|
-
() => DeleteSMSSandboxPhoneNumberInput$,
|
|
1384
|
-
() => DeleteSMSSandboxPhoneNumberResult$,
|
|
1385
|
-
];
|
|
1386
|
-
var DeleteTopic$ = [9, n0, _DTe, 0, () => DeleteTopicInput$, () => __Unit];
|
|
1387
|
-
var GetDataProtectionPolicy$ = [
|
|
1388
|
-
9,
|
|
1389
|
-
n0,
|
|
1390
|
-
_GDPP,
|
|
1391
|
-
0,
|
|
1392
|
-
() => GetDataProtectionPolicyInput$,
|
|
1393
|
-
() => GetDataProtectionPolicyResponse$,
|
|
1394
|
-
];
|
|
1395
|
-
var GetEndpointAttributes$ = [
|
|
1396
|
-
9,
|
|
1397
|
-
n0,
|
|
1398
|
-
_GEA,
|
|
1399
|
-
0,
|
|
1400
|
-
() => GetEndpointAttributesInput$,
|
|
1401
|
-
() => GetEndpointAttributesResponse$,
|
|
1402
|
-
];
|
|
1403
|
-
var GetPlatformApplicationAttributes$ = [
|
|
1404
|
-
9,
|
|
1405
|
-
n0,
|
|
1406
|
-
_GPAA,
|
|
1407
|
-
0,
|
|
1408
|
-
() => GetPlatformApplicationAttributesInput$,
|
|
1409
|
-
() => GetPlatformApplicationAttributesResponse$,
|
|
1410
|
-
];
|
|
1411
|
-
var GetSMSAttributes$ = [
|
|
1412
|
-
9,
|
|
1413
|
-
n0,
|
|
1414
|
-
_GSMSA,
|
|
1415
|
-
0,
|
|
1416
|
-
() => GetSMSAttributesInput$,
|
|
1417
|
-
() => GetSMSAttributesResponse$,
|
|
1418
|
-
];
|
|
1419
|
-
var GetSMSSandboxAccountStatus$ = [
|
|
1420
|
-
9,
|
|
1421
|
-
n0,
|
|
1422
|
-
_GSMSSAS,
|
|
1423
|
-
0,
|
|
1424
|
-
() => GetSMSSandboxAccountStatusInput$,
|
|
1425
|
-
() => GetSMSSandboxAccountStatusResult$,
|
|
1426
|
-
];
|
|
1427
|
-
var GetSubscriptionAttributes$ = [
|
|
1428
|
-
9,
|
|
1429
|
-
n0,
|
|
1430
|
-
_GSA,
|
|
1431
|
-
0,
|
|
1432
|
-
() => GetSubscriptionAttributesInput$,
|
|
1433
|
-
() => GetSubscriptionAttributesResponse$,
|
|
1434
|
-
];
|
|
1435
|
-
var GetTopicAttributes$ = [
|
|
1436
|
-
9,
|
|
1437
|
-
n0,
|
|
1438
|
-
_GTA,
|
|
1439
|
-
0,
|
|
1440
|
-
() => GetTopicAttributesInput$,
|
|
1441
|
-
() => GetTopicAttributesResponse$,
|
|
1442
|
-
];
|
|
1443
|
-
var ListEndpointsByPlatformApplication$ = [
|
|
1444
|
-
9,
|
|
1445
|
-
n0,
|
|
1446
|
-
_LEBPA,
|
|
1447
|
-
0,
|
|
1448
|
-
() => ListEndpointsByPlatformApplicationInput$,
|
|
1449
|
-
() => ListEndpointsByPlatformApplicationResponse$,
|
|
1450
|
-
];
|
|
1451
|
-
var ListOriginationNumbers$ = [
|
|
1452
|
-
9,
|
|
1453
|
-
n0,
|
|
1454
|
-
_LON,
|
|
1455
|
-
0,
|
|
1456
|
-
() => ListOriginationNumbersRequest$,
|
|
1457
|
-
() => ListOriginationNumbersResult$,
|
|
1458
|
-
];
|
|
1459
|
-
var ListPhoneNumbersOptedOut$ = [
|
|
1460
|
-
9,
|
|
1461
|
-
n0,
|
|
1462
|
-
_LPNOO,
|
|
1463
|
-
0,
|
|
1464
|
-
() => ListPhoneNumbersOptedOutInput$,
|
|
1465
|
-
() => ListPhoneNumbersOptedOutResponse$,
|
|
1466
|
-
];
|
|
1467
|
-
var ListPlatformApplications$ = [
|
|
1468
|
-
9,
|
|
1469
|
-
n0,
|
|
1470
|
-
_LPA,
|
|
1471
|
-
0,
|
|
1472
|
-
() => ListPlatformApplicationsInput$,
|
|
1473
|
-
() => ListPlatformApplicationsResponse$,
|
|
1474
|
-
];
|
|
1475
|
-
var ListSMSSandboxPhoneNumbers$ = [
|
|
1476
|
-
9,
|
|
1477
|
-
n0,
|
|
1478
|
-
_LSMSSPN,
|
|
1479
|
-
0,
|
|
1480
|
-
() => ListSMSSandboxPhoneNumbersInput$,
|
|
1481
|
-
() => ListSMSSandboxPhoneNumbersResult$,
|
|
1482
|
-
];
|
|
1483
|
-
var ListSubscriptions$ = [
|
|
1484
|
-
9,
|
|
1485
|
-
n0,
|
|
1486
|
-
_LS,
|
|
1487
|
-
0,
|
|
1488
|
-
() => ListSubscriptionsInput$,
|
|
1489
|
-
() => ListSubscriptionsResponse$,
|
|
1490
|
-
];
|
|
1491
|
-
var ListSubscriptionsByTopic$ = [
|
|
1492
|
-
9,
|
|
1493
|
-
n0,
|
|
1494
|
-
_LSBT,
|
|
1495
|
-
0,
|
|
1496
|
-
() => ListSubscriptionsByTopicInput$,
|
|
1497
|
-
() => ListSubscriptionsByTopicResponse$,
|
|
1498
|
-
];
|
|
1499
|
-
var ListTagsForResource$ = [
|
|
1500
|
-
9,
|
|
1501
|
-
n0,
|
|
1502
|
-
_LTFR,
|
|
1503
|
-
0,
|
|
1504
|
-
() => ListTagsForResourceRequest$,
|
|
1505
|
-
() => ListTagsForResourceResponse$,
|
|
1506
|
-
];
|
|
1507
|
-
var ListTopics$ = [9, n0, _LT, 0, () => ListTopicsInput$, () => ListTopicsResponse$];
|
|
1508
|
-
var OptInPhoneNumber$ = [
|
|
1509
|
-
9,
|
|
1510
|
-
n0,
|
|
1511
|
-
_OIPN,
|
|
1512
|
-
0,
|
|
1513
|
-
() => OptInPhoneNumberInput$,
|
|
1514
|
-
() => OptInPhoneNumberResponse$,
|
|
1409
|
+
var BatchResultErrorEntryList = [1, n0, _BREEL,
|
|
1410
|
+
0, () => BatchResultErrorEntry$
|
|
1411
|
+
];
|
|
1412
|
+
var ListOfEndpoints = [1, n0, _LOE,
|
|
1413
|
+
0, () => Endpoint$
|
|
1414
|
+
];
|
|
1415
|
+
var ListOfPlatformApplications = [1, n0, _LOPA,
|
|
1416
|
+
0, () => PlatformApplication$
|
|
1417
|
+
];
|
|
1418
|
+
var PhoneNumberInformationList = [1, n0, _PNIL,
|
|
1419
|
+
0, [() => PhoneNumberInformation$,
|
|
1420
|
+
0]
|
|
1421
|
+
];
|
|
1422
|
+
var PhoneNumberList = [1, n0, _PNL,
|
|
1423
|
+
0, [() => PhoneNumber,
|
|
1424
|
+
0]
|
|
1425
|
+
];
|
|
1426
|
+
var PublishBatchRequestEntryList = [1, n0, _PBREL,
|
|
1427
|
+
0, [() => PublishBatchRequestEntry$,
|
|
1428
|
+
0]
|
|
1429
|
+
];
|
|
1430
|
+
var PublishBatchResultEntryList = [1, n0, _PBRELu,
|
|
1431
|
+
0, () => PublishBatchResultEntry$
|
|
1432
|
+
];
|
|
1433
|
+
var SMSSandboxPhoneNumberList = [1, n0, _SMSSPNL,
|
|
1434
|
+
0, [() => SMSSandboxPhoneNumber$,
|
|
1435
|
+
0]
|
|
1436
|
+
];
|
|
1437
|
+
var SubscriptionsList = [1, n0, _SL,
|
|
1438
|
+
0, () => Subscription$
|
|
1439
|
+
];
|
|
1440
|
+
var TagList = [1, n0, _TL,
|
|
1441
|
+
0, () => Tag$
|
|
1515
1442
|
];
|
|
1516
|
-
var
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
() =>
|
|
1523
|
-
|
|
1524
|
-
];
|
|
1525
|
-
var
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
0,
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
var
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
0,
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
() =>
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
() =>
|
|
1557
|
-
];
|
|
1558
|
-
var
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
0,
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
var
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
var
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
0,
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
() =>
|
|
1584
|
-
|
|
1443
|
+
var TopicsList = [1, n0, _TLo,
|
|
1444
|
+
0, () => Topic$
|
|
1445
|
+
];
|
|
1446
|
+
var MessageAttributeMap = [2, n0, _MAM,
|
|
1447
|
+
0, [0,
|
|
1448
|
+
{ [_xN]: _N }],
|
|
1449
|
+
[() => MessageAttributeValue$,
|
|
1450
|
+
{ [_xN]: _V }]
|
|
1451
|
+
];
|
|
1452
|
+
var AddPermission$ = [9, n0, _AP,
|
|
1453
|
+
0, () => AddPermissionInput$, () => __Unit
|
|
1454
|
+
];
|
|
1455
|
+
var CheckIfPhoneNumberIsOptedOut$ = [9, n0, _CIPNIOO,
|
|
1456
|
+
0, () => CheckIfPhoneNumberIsOptedOutInput$, () => CheckIfPhoneNumberIsOptedOutResponse$
|
|
1457
|
+
];
|
|
1458
|
+
var ConfirmSubscription$ = [9, n0, _CS,
|
|
1459
|
+
0, () => ConfirmSubscriptionInput$, () => ConfirmSubscriptionResponse$
|
|
1460
|
+
];
|
|
1461
|
+
var CreatePlatformApplication$ = [9, n0, _CPA,
|
|
1462
|
+
0, () => CreatePlatformApplicationInput$, () => CreatePlatformApplicationResponse$
|
|
1463
|
+
];
|
|
1464
|
+
var CreatePlatformEndpoint$ = [9, n0, _CPE,
|
|
1465
|
+
0, () => CreatePlatformEndpointInput$, () => CreateEndpointResponse$
|
|
1466
|
+
];
|
|
1467
|
+
var CreateSMSSandboxPhoneNumber$ = [9, n0, _CSMSSPN,
|
|
1468
|
+
0, () => CreateSMSSandboxPhoneNumberInput$, () => CreateSMSSandboxPhoneNumberResult$
|
|
1469
|
+
];
|
|
1470
|
+
var CreateTopic$ = [9, n0, _CT,
|
|
1471
|
+
0, () => CreateTopicInput$, () => CreateTopicResponse$
|
|
1472
|
+
];
|
|
1473
|
+
var DeleteEndpoint$ = [9, n0, _DE,
|
|
1474
|
+
0, () => DeleteEndpointInput$, () => __Unit
|
|
1475
|
+
];
|
|
1476
|
+
var DeletePlatformApplication$ = [9, n0, _DPA,
|
|
1477
|
+
0, () => DeletePlatformApplicationInput$, () => __Unit
|
|
1478
|
+
];
|
|
1479
|
+
var DeleteSMSSandboxPhoneNumber$ = [9, n0, _DSMSSPN,
|
|
1480
|
+
0, () => DeleteSMSSandboxPhoneNumberInput$, () => DeleteSMSSandboxPhoneNumberResult$
|
|
1481
|
+
];
|
|
1482
|
+
var DeleteTopic$ = [9, n0, _DTe,
|
|
1483
|
+
0, () => DeleteTopicInput$, () => __Unit
|
|
1484
|
+
];
|
|
1485
|
+
var GetDataProtectionPolicy$ = [9, n0, _GDPP,
|
|
1486
|
+
0, () => GetDataProtectionPolicyInput$, () => GetDataProtectionPolicyResponse$
|
|
1487
|
+
];
|
|
1488
|
+
var GetEndpointAttributes$ = [9, n0, _GEA,
|
|
1489
|
+
0, () => GetEndpointAttributesInput$, () => GetEndpointAttributesResponse$
|
|
1490
|
+
];
|
|
1491
|
+
var GetPlatformApplicationAttributes$ = [9, n0, _GPAA,
|
|
1492
|
+
0, () => GetPlatformApplicationAttributesInput$, () => GetPlatformApplicationAttributesResponse$
|
|
1493
|
+
];
|
|
1494
|
+
var GetSMSAttributes$ = [9, n0, _GSMSA,
|
|
1495
|
+
0, () => GetSMSAttributesInput$, () => GetSMSAttributesResponse$
|
|
1496
|
+
];
|
|
1497
|
+
var GetSMSSandboxAccountStatus$ = [9, n0, _GSMSSAS,
|
|
1498
|
+
0, () => GetSMSSandboxAccountStatusInput$, () => GetSMSSandboxAccountStatusResult$
|
|
1499
|
+
];
|
|
1500
|
+
var GetSubscriptionAttributes$ = [9, n0, _GSA,
|
|
1501
|
+
0, () => GetSubscriptionAttributesInput$, () => GetSubscriptionAttributesResponse$
|
|
1502
|
+
];
|
|
1503
|
+
var GetTopicAttributes$ = [9, n0, _GTA,
|
|
1504
|
+
0, () => GetTopicAttributesInput$, () => GetTopicAttributesResponse$
|
|
1505
|
+
];
|
|
1506
|
+
var ListEndpointsByPlatformApplication$ = [9, n0, _LEBPA,
|
|
1507
|
+
0, () => ListEndpointsByPlatformApplicationInput$, () => ListEndpointsByPlatformApplicationResponse$
|
|
1508
|
+
];
|
|
1509
|
+
var ListOriginationNumbers$ = [9, n0, _LON,
|
|
1510
|
+
0, () => ListOriginationNumbersRequest$, () => ListOriginationNumbersResult$
|
|
1511
|
+
];
|
|
1512
|
+
var ListPhoneNumbersOptedOut$ = [9, n0, _LPNOO,
|
|
1513
|
+
0, () => ListPhoneNumbersOptedOutInput$, () => ListPhoneNumbersOptedOutResponse$
|
|
1514
|
+
];
|
|
1515
|
+
var ListPlatformApplications$ = [9, n0, _LPA,
|
|
1516
|
+
0, () => ListPlatformApplicationsInput$, () => ListPlatformApplicationsResponse$
|
|
1517
|
+
];
|
|
1518
|
+
var ListSMSSandboxPhoneNumbers$ = [9, n0, _LSMSSPN,
|
|
1519
|
+
0, () => ListSMSSandboxPhoneNumbersInput$, () => ListSMSSandboxPhoneNumbersResult$
|
|
1520
|
+
];
|
|
1521
|
+
var ListSubscriptions$ = [9, n0, _LS,
|
|
1522
|
+
0, () => ListSubscriptionsInput$, () => ListSubscriptionsResponse$
|
|
1523
|
+
];
|
|
1524
|
+
var ListSubscriptionsByTopic$ = [9, n0, _LSBT,
|
|
1525
|
+
0, () => ListSubscriptionsByTopicInput$, () => ListSubscriptionsByTopicResponse$
|
|
1526
|
+
];
|
|
1527
|
+
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
1528
|
+
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
1529
|
+
];
|
|
1530
|
+
var ListTopics$ = [9, n0, _LT,
|
|
1531
|
+
0, () => ListTopicsInput$, () => ListTopicsResponse$
|
|
1532
|
+
];
|
|
1533
|
+
var OptInPhoneNumber$ = [9, n0, _OIPN,
|
|
1534
|
+
0, () => OptInPhoneNumberInput$, () => OptInPhoneNumberResponse$
|
|
1535
|
+
];
|
|
1536
|
+
var Publish$ = [9, n0, _Pu,
|
|
1537
|
+
0, () => PublishInput$, () => PublishResponse$
|
|
1538
|
+
];
|
|
1539
|
+
var PublishBatch$ = [9, n0, _PB,
|
|
1540
|
+
0, () => PublishBatchInput$, () => PublishBatchResponse$
|
|
1541
|
+
];
|
|
1542
|
+
var PutDataProtectionPolicy$ = [9, n0, _PDPP,
|
|
1543
|
+
0, () => PutDataProtectionPolicyInput$, () => __Unit
|
|
1544
|
+
];
|
|
1545
|
+
var RemovePermission$ = [9, n0, _RP,
|
|
1546
|
+
0, () => RemovePermissionInput$, () => __Unit
|
|
1547
|
+
];
|
|
1548
|
+
var SetEndpointAttributes$ = [9, n0, _SEA,
|
|
1549
|
+
0, () => SetEndpointAttributesInput$, () => __Unit
|
|
1550
|
+
];
|
|
1551
|
+
var SetPlatformApplicationAttributes$ = [9, n0, _SPAA,
|
|
1552
|
+
0, () => SetPlatformApplicationAttributesInput$, () => __Unit
|
|
1553
|
+
];
|
|
1554
|
+
var SetSMSAttributes$ = [9, n0, _SSMSA,
|
|
1555
|
+
0, () => SetSMSAttributesInput$, () => SetSMSAttributesResponse$
|
|
1556
|
+
];
|
|
1557
|
+
var SetSubscriptionAttributes$ = [9, n0, _SSA,
|
|
1558
|
+
0, () => SetSubscriptionAttributesInput$, () => __Unit
|
|
1559
|
+
];
|
|
1560
|
+
var SetTopicAttributes$ = [9, n0, _STA,
|
|
1561
|
+
0, () => SetTopicAttributesInput$, () => __Unit
|
|
1562
|
+
];
|
|
1563
|
+
var Subscribe$ = [9, n0, _Subs,
|
|
1564
|
+
0, () => SubscribeInput$, () => SubscribeResponse$
|
|
1565
|
+
];
|
|
1566
|
+
var TagResource$ = [9, n0, _TR,
|
|
1567
|
+
0, () => TagResourceRequest$, () => TagResourceResponse$
|
|
1568
|
+
];
|
|
1569
|
+
var Unsubscribe$ = [9, n0, _U,
|
|
1570
|
+
0, () => UnsubscribeInput$, () => __Unit
|
|
1571
|
+
];
|
|
1572
|
+
var UntagResource$ = [9, n0, _UR,
|
|
1573
|
+
0, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
1574
|
+
];
|
|
1575
|
+
var VerifySMSSandboxPhoneNumber$ = [9, n0, _VSMSSPN,
|
|
1576
|
+
0, () => VerifySMSSandboxPhoneNumberInput$, () => VerifySMSSandboxPhoneNumberResult$
|
|
1585
1577
|
];
|
|
1586
1578
|
|
|
1587
1579
|
class AddPermissionCommand extends smithyClient.Command
|
|
@@ -2146,10 +2138,10 @@ const paginateListPlatformApplications = core.createPaginator(SNSClient, ListPla
|
|
|
2146
2138
|
|
|
2147
2139
|
const paginateListSMSSandboxPhoneNumbers = core.createPaginator(SNSClient, ListSMSSandboxPhoneNumbersCommand, "NextToken", "NextToken", "MaxResults");
|
|
2148
2140
|
|
|
2149
|
-
const paginateListSubscriptionsByTopic = core.createPaginator(SNSClient, ListSubscriptionsByTopicCommand, "NextToken", "NextToken", "");
|
|
2150
|
-
|
|
2151
2141
|
const paginateListSubscriptions = core.createPaginator(SNSClient, ListSubscriptionsCommand, "NextToken", "NextToken", "");
|
|
2152
2142
|
|
|
2143
|
+
const paginateListSubscriptionsByTopic = core.createPaginator(SNSClient, ListSubscriptionsByTopicCommand, "NextToken", "NextToken", "");
|
|
2144
|
+
|
|
2153
2145
|
const paginateListTopics = core.createPaginator(SNSClient, ListTopicsCommand, "NextToken", "NextToken", "");
|
|
2154
2146
|
|
|
2155
2147
|
const LanguageCodeString = {
|