@aws-sdk/client-sns 3.986.0 → 3.988.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 +61 -1704
- package/dist-cjs/models/SNSServiceException.js +12 -0
- package/dist-cjs/models/errors.js +452 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1066 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +219 -213
- package/dist-types/schemas/schemas_0.d.ts +40 -33
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +35 -33
- package/package.json +13 -13
|
@@ -0,0 +1,1066 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateTopicResponse$ = exports.CreateTopicInput$ = exports.CreateSMSSandboxPhoneNumberResult$ = exports.CreateSMSSandboxPhoneNumberInput$ = exports.CreatePlatformEndpointInput$ = exports.CreatePlatformApplicationResponse$ = exports.CreatePlatformApplicationInput$ = exports.CreateEndpointResponse$ = exports.ConfirmSubscriptionResponse$ = exports.ConfirmSubscriptionInput$ = exports.CheckIfPhoneNumberIsOptedOutResponse$ = exports.CheckIfPhoneNumberIsOptedOutInput$ = exports.BatchResultErrorEntry$ = exports.AddPermissionInput$ = exports.errorTypeRegistries = exports.VerificationException$ = exports.ValidationException$ = exports.UserErrorException$ = exports.TopicLimitExceededException$ = exports.TooManyEntriesInBatchRequestException$ = exports.ThrottledException$ = exports.TagPolicyException$ = exports.TagLimitExceededException$ = exports.SubscriptionLimitExceededException$ = exports.StaleTagException$ = exports.ResourceNotFoundException$ = exports.ReplayLimitExceededException$ = exports.PlatformApplicationDisabledException$ = exports.OptedOutException$ = exports.NotFoundException$ = exports.KMSThrottlingException$ = exports.KMSOptInRequired$ = exports.KMSNotFoundException$ = exports.KMSInvalidStateException$ = exports.KMSDisabledException$ = exports.KMSAccessDeniedException$ = exports.InvalidStateException$ = exports.InvalidSecurityException$ = exports.InvalidParameterValueException$ = exports.InvalidParameterException$ = exports.InvalidBatchEntryIdException$ = exports.InternalErrorException$ = exports.FilterPolicyLimitExceededException$ = exports.EndpointDisabledException$ = exports.EmptyBatchRequestException$ = exports.ConcurrentAccessException$ = exports.BatchRequestTooLongException$ = exports.BatchEntryIdsNotDistinctException$ = exports.AuthorizationErrorException$ = exports.SNSServiceException$ = void 0;
|
|
4
|
+
exports.PutDataProtectionPolicyInput$ = exports.PublishResponse$ = exports.PublishInput$ = exports.PublishBatchResultEntry$ = exports.PublishBatchResponse$ = exports.PublishBatchRequestEntry$ = exports.PublishBatchInput$ = exports.PlatformApplication$ = exports.PhoneNumberInformation$ = exports.OptInPhoneNumberResponse$ = exports.OptInPhoneNumberInput$ = exports.MessageAttributeValue$ = exports.ListTopicsResponse$ = exports.ListTopicsInput$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListSubscriptionsResponse$ = exports.ListSubscriptionsInput$ = exports.ListSubscriptionsByTopicResponse$ = exports.ListSubscriptionsByTopicInput$ = exports.ListSMSSandboxPhoneNumbersResult$ = exports.ListSMSSandboxPhoneNumbersInput$ = exports.ListPlatformApplicationsResponse$ = exports.ListPlatformApplicationsInput$ = exports.ListPhoneNumbersOptedOutResponse$ = exports.ListPhoneNumbersOptedOutInput$ = exports.ListOriginationNumbersResult$ = exports.ListOriginationNumbersRequest$ = exports.ListEndpointsByPlatformApplicationResponse$ = exports.ListEndpointsByPlatformApplicationInput$ = exports.GetTopicAttributesResponse$ = exports.GetTopicAttributesInput$ = exports.GetSubscriptionAttributesResponse$ = exports.GetSubscriptionAttributesInput$ = exports.GetSMSSandboxAccountStatusResult$ = exports.GetSMSSandboxAccountStatusInput$ = exports.GetSMSAttributesResponse$ = exports.GetSMSAttributesInput$ = exports.GetPlatformApplicationAttributesResponse$ = exports.GetPlatformApplicationAttributesInput$ = exports.GetEndpointAttributesResponse$ = exports.GetEndpointAttributesInput$ = exports.GetDataProtectionPolicyResponse$ = exports.GetDataProtectionPolicyInput$ = exports.Endpoint$ = exports.DeleteTopicInput$ = exports.DeleteSMSSandboxPhoneNumberResult$ = exports.DeleteSMSSandboxPhoneNumberInput$ = exports.DeletePlatformApplicationInput$ = exports.DeleteEndpointInput$ = void 0;
|
|
5
|
+
exports.PublishBatch$ = exports.Publish$ = exports.OptInPhoneNumber$ = exports.ListTopics$ = exports.ListTagsForResource$ = exports.ListSubscriptionsByTopic$ = exports.ListSubscriptions$ = exports.ListSMSSandboxPhoneNumbers$ = exports.ListPlatformApplications$ = exports.ListPhoneNumbersOptedOut$ = exports.ListOriginationNumbers$ = exports.ListEndpointsByPlatformApplication$ = exports.GetTopicAttributes$ = exports.GetSubscriptionAttributes$ = exports.GetSMSSandboxAccountStatus$ = exports.GetSMSAttributes$ = exports.GetPlatformApplicationAttributes$ = exports.GetEndpointAttributes$ = exports.GetDataProtectionPolicy$ = exports.DeleteTopic$ = exports.DeleteSMSSandboxPhoneNumber$ = exports.DeletePlatformApplication$ = exports.DeleteEndpoint$ = exports.CreateTopic$ = exports.CreateSMSSandboxPhoneNumber$ = exports.CreatePlatformEndpoint$ = exports.CreatePlatformApplication$ = exports.ConfirmSubscription$ = exports.CheckIfPhoneNumberIsOptedOut$ = exports.AddPermission$ = exports.VerifySMSSandboxPhoneNumberResult$ = exports.VerifySMSSandboxPhoneNumberInput$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.UnsubscribeInput$ = exports.Topic$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Tag$ = exports.Subscription$ = exports.SubscribeResponse$ = exports.SubscribeInput$ = exports.SMSSandboxPhoneNumber$ = exports.SetTopicAttributesInput$ = exports.SetSubscriptionAttributesInput$ = exports.SetSMSAttributesResponse$ = exports.SetSMSAttributesInput$ = exports.SetPlatformApplicationAttributesInput$ = exports.SetEndpointAttributesInput$ = exports.RemovePermissionInput$ = void 0;
|
|
6
|
+
exports.VerifySMSSandboxPhoneNumber$ = exports.UntagResource$ = exports.Unsubscribe$ = exports.TagResource$ = exports.Subscribe$ = exports.SetTopicAttributes$ = exports.SetSubscriptionAttributes$ = exports.SetSMSAttributes$ = exports.SetPlatformApplicationAttributes$ = exports.SetEndpointAttributes$ = exports.RemovePermission$ = exports.PutDataProtectionPolicy$ = void 0;
|
|
7
|
+
const _A = "Attributes";
|
|
8
|
+
const _AEE = "AuthorizationErrorException";
|
|
9
|
+
const _AN = "ActionName";
|
|
10
|
+
const _ANt = "AttributeName";
|
|
11
|
+
const _AOU = "AuthenticateOnUnsubscribe";
|
|
12
|
+
const _AP = "AddPermission";
|
|
13
|
+
const _API = "AddPermissionInput";
|
|
14
|
+
const _AV = "AttributeValue";
|
|
15
|
+
const _AWSAI = "AWSAccountId";
|
|
16
|
+
const _BEINDE = "BatchEntryIdsNotDistinctException";
|
|
17
|
+
const _BREE = "BatchResultErrorEntry";
|
|
18
|
+
const _BREEL = "BatchResultErrorEntryList";
|
|
19
|
+
const _BRTLE = "BatchRequestTooLongException";
|
|
20
|
+
const _BV = "BinaryValue";
|
|
21
|
+
const _C = "Code";
|
|
22
|
+
const _CA = "CreatedAt";
|
|
23
|
+
const _CAE = "ConcurrentAccessException";
|
|
24
|
+
const _CER = "CreateEndpointResponse";
|
|
25
|
+
const _CIPNIOO = "CheckIfPhoneNumberIsOptedOut";
|
|
26
|
+
const _CIPNIOOI = "CheckIfPhoneNumberIsOptedOutInput";
|
|
27
|
+
const _CIPNIOOR = "CheckIfPhoneNumberIsOptedOutResponse";
|
|
28
|
+
const _CPA = "CreatePlatformApplication";
|
|
29
|
+
const _CPAI = "CreatePlatformApplicationInput";
|
|
30
|
+
const _CPAR = "CreatePlatformApplicationResponse";
|
|
31
|
+
const _CPE = "CreatePlatformEndpoint";
|
|
32
|
+
const _CPEI = "CreatePlatformEndpointInput";
|
|
33
|
+
const _CS = "ConfirmSubscription";
|
|
34
|
+
const _CSI = "ConfirmSubscriptionInput";
|
|
35
|
+
const _CSMSSPN = "CreateSMSSandboxPhoneNumber";
|
|
36
|
+
const _CSMSSPNI = "CreateSMSSandboxPhoneNumberInput";
|
|
37
|
+
const _CSMSSPNR = "CreateSMSSandboxPhoneNumberResult";
|
|
38
|
+
const _CSR = "ConfirmSubscriptionResponse";
|
|
39
|
+
const _CT = "CreateTopic";
|
|
40
|
+
const _CTI = "CreateTopicInput";
|
|
41
|
+
const _CTR = "CreateTopicResponse";
|
|
42
|
+
const _CUD = "CustomUserData";
|
|
43
|
+
const _DE = "DeleteEndpoint";
|
|
44
|
+
const _DEI = "DeleteEndpointInput";
|
|
45
|
+
const _DPA = "DeletePlatformApplication";
|
|
46
|
+
const _DPAI = "DeletePlatformApplicationInput";
|
|
47
|
+
const _DPP = "DataProtectionPolicy";
|
|
48
|
+
const _DSMSSPN = "DeleteSMSSandboxPhoneNumber";
|
|
49
|
+
const _DSMSSPNI = "DeleteSMSSandboxPhoneNumberInput";
|
|
50
|
+
const _DSMSSPNR = "DeleteSMSSandboxPhoneNumberResult";
|
|
51
|
+
const _DT = "DataType";
|
|
52
|
+
const _DTI = "DeleteTopicInput";
|
|
53
|
+
const _DTe = "DeleteTopic";
|
|
54
|
+
const _E = "Endpoint";
|
|
55
|
+
const _EA = "EndpointArn";
|
|
56
|
+
const _EBRE = "EmptyBatchRequestException";
|
|
57
|
+
const _EDE = "EndpointDisabledException";
|
|
58
|
+
const _En = "Endpoints";
|
|
59
|
+
const _F = "Failed";
|
|
60
|
+
const _FPLEE = "FilterPolicyLimitExceededException";
|
|
61
|
+
const _GDPP = "GetDataProtectionPolicy";
|
|
62
|
+
const _GDPPI = "GetDataProtectionPolicyInput";
|
|
63
|
+
const _GDPPR = "GetDataProtectionPolicyResponse";
|
|
64
|
+
const _GEA = "GetEndpointAttributes";
|
|
65
|
+
const _GEAI = "GetEndpointAttributesInput";
|
|
66
|
+
const _GEAR = "GetEndpointAttributesResponse";
|
|
67
|
+
const _GPAA = "GetPlatformApplicationAttributes";
|
|
68
|
+
const _GPAAI = "GetPlatformApplicationAttributesInput";
|
|
69
|
+
const _GPAAR = "GetPlatformApplicationAttributesResponse";
|
|
70
|
+
const _GSA = "GetSubscriptionAttributes";
|
|
71
|
+
const _GSAI = "GetSubscriptionAttributesInput";
|
|
72
|
+
const _GSAR = "GetSubscriptionAttributesResponse";
|
|
73
|
+
const _GSMSA = "GetSMSAttributes";
|
|
74
|
+
const _GSMSAI = "GetSMSAttributesInput";
|
|
75
|
+
const _GSMSAR = "GetSMSAttributesResponse";
|
|
76
|
+
const _GSMSSAS = "GetSMSSandboxAccountStatus";
|
|
77
|
+
const _GSMSSASI = "GetSMSSandboxAccountStatusInput";
|
|
78
|
+
const _GSMSSASR = "GetSMSSandboxAccountStatusResult";
|
|
79
|
+
const _GTA = "GetTopicAttributes";
|
|
80
|
+
const _GTAI = "GetTopicAttributesInput";
|
|
81
|
+
const _GTAR = "GetTopicAttributesResponse";
|
|
82
|
+
const _I = "Id";
|
|
83
|
+
const _IBEIE = "InvalidBatchEntryIdException";
|
|
84
|
+
const _ICC = "Iso2CountryCode";
|
|
85
|
+
const _IEE = "InternalErrorException";
|
|
86
|
+
const _IIS = "IsInSandbox";
|
|
87
|
+
const _IPE = "InvalidParameterException";
|
|
88
|
+
const _IPVE = "InvalidParameterValueException";
|
|
89
|
+
const _ISE = "InvalidSecurityException";
|
|
90
|
+
const _ISEn = "InvalidStateException";
|
|
91
|
+
const _K = "Key";
|
|
92
|
+
const _KMSADE = "KMSAccessDeniedException";
|
|
93
|
+
const _KMSDE = "KMSDisabledException";
|
|
94
|
+
const _KMSISE = "KMSInvalidStateException";
|
|
95
|
+
const _KMSNFE = "KMSNotFoundException";
|
|
96
|
+
const _KMSOIR = "KMSOptInRequired";
|
|
97
|
+
const _KMSTE = "KMSThrottlingException";
|
|
98
|
+
const _L = "Label";
|
|
99
|
+
const _LC = "LanguageCode";
|
|
100
|
+
const _LEBPA = "ListEndpointsByPlatformApplication";
|
|
101
|
+
const _LEBPAI = "ListEndpointsByPlatformApplicationInput";
|
|
102
|
+
const _LEBPAR = "ListEndpointsByPlatformApplicationResponse";
|
|
103
|
+
const _LOE = "ListOfEndpoints";
|
|
104
|
+
const _LON = "ListOriginationNumbers";
|
|
105
|
+
const _LONR = "ListOriginationNumbersRequest";
|
|
106
|
+
const _LONRi = "ListOriginationNumbersResult";
|
|
107
|
+
const _LOPA = "ListOfPlatformApplications";
|
|
108
|
+
const _LPA = "ListPlatformApplications";
|
|
109
|
+
const _LPAI = "ListPlatformApplicationsInput";
|
|
110
|
+
const _LPAR = "ListPlatformApplicationsResponse";
|
|
111
|
+
const _LPNOO = "ListPhoneNumbersOptedOut";
|
|
112
|
+
const _LPNOOI = "ListPhoneNumbersOptedOutInput";
|
|
113
|
+
const _LPNOOR = "ListPhoneNumbersOptedOutResponse";
|
|
114
|
+
const _LS = "ListSubscriptions";
|
|
115
|
+
const _LSBT = "ListSubscriptionsByTopic";
|
|
116
|
+
const _LSBTI = "ListSubscriptionsByTopicInput";
|
|
117
|
+
const _LSBTR = "ListSubscriptionsByTopicResponse";
|
|
118
|
+
const _LSI = "ListSubscriptionsInput";
|
|
119
|
+
const _LSMSSPN = "ListSMSSandboxPhoneNumbers";
|
|
120
|
+
const _LSMSSPNI = "ListSMSSandboxPhoneNumbersInput";
|
|
121
|
+
const _LSMSSPNR = "ListSMSSandboxPhoneNumbersResult";
|
|
122
|
+
const _LSR = "ListSubscriptionsResponse";
|
|
123
|
+
const _LT = "ListTopics";
|
|
124
|
+
const _LTFR = "ListTagsForResource";
|
|
125
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
126
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
127
|
+
const _LTI = "ListTopicsInput";
|
|
128
|
+
const _LTR = "ListTopicsResponse";
|
|
129
|
+
const _M = "Message";
|
|
130
|
+
const _MA = "MessageAttributes";
|
|
131
|
+
const _MAM = "MessageAttributeMap";
|
|
132
|
+
const _MAV = "MessageAttributeValue";
|
|
133
|
+
const _MDI = "MessageDeduplicationId";
|
|
134
|
+
const _MGI = "MessageGroupId";
|
|
135
|
+
const _MI = "MessageId";
|
|
136
|
+
const _MR = "MaxResults";
|
|
137
|
+
const _MS = "MessageStructure";
|
|
138
|
+
const _N = "Name";
|
|
139
|
+
const _NC = "NumberCapabilities";
|
|
140
|
+
const _NFE = "NotFoundException";
|
|
141
|
+
const _NT = "NextToken";
|
|
142
|
+
const _O = "Owner";
|
|
143
|
+
const _OIPN = "OptInPhoneNumber";
|
|
144
|
+
const _OIPNI = "OptInPhoneNumberInput";
|
|
145
|
+
const _OIPNR = "OptInPhoneNumberResponse";
|
|
146
|
+
const _OOE = "OptedOutException";
|
|
147
|
+
const _OTP = "OneTimePassword";
|
|
148
|
+
const _P = "Platform";
|
|
149
|
+
const _PA = "PlatformApplications";
|
|
150
|
+
const _PAA = "PlatformApplicationArn";
|
|
151
|
+
const _PADE = "PlatformApplicationDisabledException";
|
|
152
|
+
const _PAl = "PlatformApplication";
|
|
153
|
+
const _PB = "PublishBatch";
|
|
154
|
+
const _PBI = "PublishBatchInput";
|
|
155
|
+
const _PBR = "PublishBatchResponse";
|
|
156
|
+
const _PBRE = "PublishBatchRequestEntries";
|
|
157
|
+
const _PBREL = "PublishBatchRequestEntryList";
|
|
158
|
+
const _PBRELu = "PublishBatchResultEntryList";
|
|
159
|
+
const _PBREu = "PublishBatchRequestEntry";
|
|
160
|
+
const _PBREub = "PublishBatchResultEntry";
|
|
161
|
+
const _PDPP = "PutDataProtectionPolicy";
|
|
162
|
+
const _PDPPI = "PutDataProtectionPolicyInput";
|
|
163
|
+
const _PI = "PublishInput";
|
|
164
|
+
const _PN = "PhoneNumber";
|
|
165
|
+
const _PNI = "PhoneNumberInformation";
|
|
166
|
+
const _PNIL = "PhoneNumberInformationList";
|
|
167
|
+
const _PNL = "PhoneNumberList";
|
|
168
|
+
const _PNS = "PhoneNumberString";
|
|
169
|
+
const _PNh = "PhoneNumbers";
|
|
170
|
+
const _PR = "PublishResponse";
|
|
171
|
+
const _Pr = "Protocol";
|
|
172
|
+
const _Pu = "Publish";
|
|
173
|
+
const _RA = "ResourceArn";
|
|
174
|
+
const _RLEE = "ReplayLimitExceededException";
|
|
175
|
+
const _RNFE = "ResourceNotFoundException";
|
|
176
|
+
const _RP = "RemovePermission";
|
|
177
|
+
const _RPI = "RemovePermissionInput";
|
|
178
|
+
const _RSA = "ReturnSubscriptionArn";
|
|
179
|
+
const _RT = "RouteType";
|
|
180
|
+
const _S = "Status";
|
|
181
|
+
const _SA = "SubscriptionArn";
|
|
182
|
+
const _SEA = "SetEndpointAttributes";
|
|
183
|
+
const _SEAI = "SetEndpointAttributesInput";
|
|
184
|
+
const _SF = "SenderFault";
|
|
185
|
+
const _SI = "SubscribeInput";
|
|
186
|
+
const _SL = "SubscriptionsList";
|
|
187
|
+
const _SLEE = "SubscriptionLimitExceededException";
|
|
188
|
+
const _SMSSPN = "SMSSandboxPhoneNumber";
|
|
189
|
+
const _SMSSPNL = "SMSSandboxPhoneNumberList";
|
|
190
|
+
const _SN = "SequenceNumber";
|
|
191
|
+
const _SPAA = "SetPlatformApplicationAttributes";
|
|
192
|
+
const _SPAAI = "SetPlatformApplicationAttributesInput";
|
|
193
|
+
const _SR = "SubscribeResponse";
|
|
194
|
+
const _SSA = "SetSubscriptionAttributes";
|
|
195
|
+
const _SSAI = "SetSubscriptionAttributesInput";
|
|
196
|
+
const _SSMSA = "SetSMSAttributes";
|
|
197
|
+
const _SSMSAI = "SetSMSAttributesInput";
|
|
198
|
+
const _SSMSAR = "SetSMSAttributesResponse";
|
|
199
|
+
const _STA = "SetTopicAttributes";
|
|
200
|
+
const _STAI = "SetTopicAttributesInput";
|
|
201
|
+
const _STE = "StaleTagException";
|
|
202
|
+
const _SV = "StringValue";
|
|
203
|
+
const _Su = "Subscriptions";
|
|
204
|
+
const _Sub = "Subject";
|
|
205
|
+
const _Subs = "Subscription";
|
|
206
|
+
const _Subsc = "Subscribe";
|
|
207
|
+
const _Suc = "Successful";
|
|
208
|
+
const _T = "Token";
|
|
209
|
+
const _TA = "TopicArn";
|
|
210
|
+
const _TAa = "TargetArn";
|
|
211
|
+
const _TE = "ThrottledException";
|
|
212
|
+
const _TK = "TagKeys";
|
|
213
|
+
const _TL = "TagList";
|
|
214
|
+
const _TLEE = "TagLimitExceededException";
|
|
215
|
+
const _TLEEo = "TopicLimitExceededException";
|
|
216
|
+
const _TLo = "TopicsList";
|
|
217
|
+
const _TMEIBRE = "TooManyEntriesInBatchRequestException";
|
|
218
|
+
const _TPE = "TagPolicyException";
|
|
219
|
+
const _TR = "TagResource";
|
|
220
|
+
const _TRR = "TagResourceRequest";
|
|
221
|
+
const _TRRa = "TagResourceResponse";
|
|
222
|
+
const _Ta = "Tags";
|
|
223
|
+
const _Tag = "Tag";
|
|
224
|
+
const _To = "Topics";
|
|
225
|
+
const _Top = "Topic";
|
|
226
|
+
const _U = "Unsubscribe";
|
|
227
|
+
const _UEE = "UserErrorException";
|
|
228
|
+
const _UI = "UnsubscribeInput";
|
|
229
|
+
const _UR = "UntagResource";
|
|
230
|
+
const _URR = "UntagResourceRequest";
|
|
231
|
+
const _URRn = "UntagResourceResponse";
|
|
232
|
+
const _V = "Value";
|
|
233
|
+
const _VE = "ValidationException";
|
|
234
|
+
const _VEe = "VerificationException";
|
|
235
|
+
const _VSMSSPN = "VerifySMSSandboxPhoneNumber";
|
|
236
|
+
const _VSMSSPNI = "VerifySMSSandboxPhoneNumberInput";
|
|
237
|
+
const _VSMSSPNR = "VerifySMSSandboxPhoneNumberResult";
|
|
238
|
+
const _a = "attributes";
|
|
239
|
+
const _aQE = "awsQueryError";
|
|
240
|
+
const _c = "client";
|
|
241
|
+
const _e = "error";
|
|
242
|
+
const _hE = "httpError";
|
|
243
|
+
const _iOO = "isOptedOut";
|
|
244
|
+
const _m = "message";
|
|
245
|
+
const _nT = "nextToken";
|
|
246
|
+
const _pN = "phoneNumber";
|
|
247
|
+
const _pNh = "phoneNumbers";
|
|
248
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sns";
|
|
249
|
+
const _se = "server";
|
|
250
|
+
const _xN = "xmlName";
|
|
251
|
+
const n0 = "com.amazonaws.sns";
|
|
252
|
+
const schema_1 = require("@smithy/core/schema");
|
|
253
|
+
const errors_1 = require("../models/errors");
|
|
254
|
+
const SNSServiceException_1 = require("../models/SNSServiceException");
|
|
255
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
256
|
+
exports.SNSServiceException$ = [-3, _s, "SNSServiceException", 0, [], []];
|
|
257
|
+
_s_registry.registerError(exports.SNSServiceException$, SNSServiceException_1.SNSServiceException);
|
|
258
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
259
|
+
exports.AuthorizationErrorException$ = [-3, n0, _AEE,
|
|
260
|
+
{ [_aQE]: [`AuthorizationError`, 403], [_e]: _c, [_hE]: 403 },
|
|
261
|
+
[_m],
|
|
262
|
+
[0]
|
|
263
|
+
];
|
|
264
|
+
n0_registry.registerError(exports.AuthorizationErrorException$, errors_1.AuthorizationErrorException);
|
|
265
|
+
exports.BatchEntryIdsNotDistinctException$ = [-3, n0, _BEINDE,
|
|
266
|
+
{ [_aQE]: [`BatchEntryIdsNotDistinct`, 400], [_e]: _c, [_hE]: 400 },
|
|
267
|
+
[_m],
|
|
268
|
+
[0]
|
|
269
|
+
];
|
|
270
|
+
n0_registry.registerError(exports.BatchEntryIdsNotDistinctException$, errors_1.BatchEntryIdsNotDistinctException);
|
|
271
|
+
exports.BatchRequestTooLongException$ = [-3, n0, _BRTLE,
|
|
272
|
+
{ [_aQE]: [`BatchRequestTooLong`, 400], [_e]: _c, [_hE]: 400 },
|
|
273
|
+
[_m],
|
|
274
|
+
[0]
|
|
275
|
+
];
|
|
276
|
+
n0_registry.registerError(exports.BatchRequestTooLongException$, errors_1.BatchRequestTooLongException);
|
|
277
|
+
exports.ConcurrentAccessException$ = [-3, n0, _CAE,
|
|
278
|
+
{ [_aQE]: [`ConcurrentAccess`, 400], [_e]: _c, [_hE]: 400 },
|
|
279
|
+
[_m],
|
|
280
|
+
[0]
|
|
281
|
+
];
|
|
282
|
+
n0_registry.registerError(exports.ConcurrentAccessException$, errors_1.ConcurrentAccessException);
|
|
283
|
+
exports.EmptyBatchRequestException$ = [-3, n0, _EBRE,
|
|
284
|
+
{ [_aQE]: [`EmptyBatchRequest`, 400], [_e]: _c, [_hE]: 400 },
|
|
285
|
+
[_m],
|
|
286
|
+
[0]
|
|
287
|
+
];
|
|
288
|
+
n0_registry.registerError(exports.EmptyBatchRequestException$, errors_1.EmptyBatchRequestException);
|
|
289
|
+
exports.EndpointDisabledException$ = [-3, n0, _EDE,
|
|
290
|
+
{ [_aQE]: [`EndpointDisabled`, 400], [_e]: _c, [_hE]: 400 },
|
|
291
|
+
[_m],
|
|
292
|
+
[0]
|
|
293
|
+
];
|
|
294
|
+
n0_registry.registerError(exports.EndpointDisabledException$, errors_1.EndpointDisabledException);
|
|
295
|
+
exports.FilterPolicyLimitExceededException$ = [-3, n0, _FPLEE,
|
|
296
|
+
{ [_aQE]: [`FilterPolicyLimitExceeded`, 403], [_e]: _c, [_hE]: 403 },
|
|
297
|
+
[_m],
|
|
298
|
+
[0]
|
|
299
|
+
];
|
|
300
|
+
n0_registry.registerError(exports.FilterPolicyLimitExceededException$, errors_1.FilterPolicyLimitExceededException);
|
|
301
|
+
exports.InternalErrorException$ = [-3, n0, _IEE,
|
|
302
|
+
{ [_aQE]: [`InternalError`, 500], [_e]: _se, [_hE]: 500 },
|
|
303
|
+
[_m],
|
|
304
|
+
[0]
|
|
305
|
+
];
|
|
306
|
+
n0_registry.registerError(exports.InternalErrorException$, errors_1.InternalErrorException);
|
|
307
|
+
exports.InvalidBatchEntryIdException$ = [-3, n0, _IBEIE,
|
|
308
|
+
{ [_aQE]: [`InvalidBatchEntryId`, 400], [_e]: _c, [_hE]: 400 },
|
|
309
|
+
[_m],
|
|
310
|
+
[0]
|
|
311
|
+
];
|
|
312
|
+
n0_registry.registerError(exports.InvalidBatchEntryIdException$, errors_1.InvalidBatchEntryIdException);
|
|
313
|
+
exports.InvalidParameterException$ = [-3, n0, _IPE,
|
|
314
|
+
{ [_aQE]: [`InvalidParameter`, 400], [_e]: _c, [_hE]: 400 },
|
|
315
|
+
[_m],
|
|
316
|
+
[0]
|
|
317
|
+
];
|
|
318
|
+
n0_registry.registerError(exports.InvalidParameterException$, errors_1.InvalidParameterException);
|
|
319
|
+
exports.InvalidParameterValueException$ = [-3, n0, _IPVE,
|
|
320
|
+
{ [_aQE]: [`ParameterValueInvalid`, 400], [_e]: _c, [_hE]: 400 },
|
|
321
|
+
[_m],
|
|
322
|
+
[0]
|
|
323
|
+
];
|
|
324
|
+
n0_registry.registerError(exports.InvalidParameterValueException$, errors_1.InvalidParameterValueException);
|
|
325
|
+
exports.InvalidSecurityException$ = [-3, n0, _ISE,
|
|
326
|
+
{ [_aQE]: [`InvalidSecurity`, 403], [_e]: _c, [_hE]: 403 },
|
|
327
|
+
[_m],
|
|
328
|
+
[0]
|
|
329
|
+
];
|
|
330
|
+
n0_registry.registerError(exports.InvalidSecurityException$, errors_1.InvalidSecurityException);
|
|
331
|
+
exports.InvalidStateException$ = [-3, n0, _ISEn,
|
|
332
|
+
{ [_aQE]: [`InvalidState`, 400], [_e]: _c, [_hE]: 400 },
|
|
333
|
+
[_m],
|
|
334
|
+
[0]
|
|
335
|
+
];
|
|
336
|
+
n0_registry.registerError(exports.InvalidStateException$, errors_1.InvalidStateException);
|
|
337
|
+
exports.KMSAccessDeniedException$ = [-3, n0, _KMSADE,
|
|
338
|
+
{ [_aQE]: [`KMSAccessDenied`, 400], [_e]: _c, [_hE]: 400 },
|
|
339
|
+
[_m],
|
|
340
|
+
[0]
|
|
341
|
+
];
|
|
342
|
+
n0_registry.registerError(exports.KMSAccessDeniedException$, errors_1.KMSAccessDeniedException);
|
|
343
|
+
exports.KMSDisabledException$ = [-3, n0, _KMSDE,
|
|
344
|
+
{ [_aQE]: [`KMSDisabled`, 400], [_e]: _c, [_hE]: 400 },
|
|
345
|
+
[_m],
|
|
346
|
+
[0]
|
|
347
|
+
];
|
|
348
|
+
n0_registry.registerError(exports.KMSDisabledException$, errors_1.KMSDisabledException);
|
|
349
|
+
exports.KMSInvalidStateException$ = [-3, n0, _KMSISE,
|
|
350
|
+
{ [_aQE]: [`KMSInvalidState`, 400], [_e]: _c, [_hE]: 400 },
|
|
351
|
+
[_m],
|
|
352
|
+
[0]
|
|
353
|
+
];
|
|
354
|
+
n0_registry.registerError(exports.KMSInvalidStateException$, errors_1.KMSInvalidStateException);
|
|
355
|
+
exports.KMSNotFoundException$ = [-3, n0, _KMSNFE,
|
|
356
|
+
{ [_aQE]: [`KMSNotFound`, 400], [_e]: _c, [_hE]: 400 },
|
|
357
|
+
[_m],
|
|
358
|
+
[0]
|
|
359
|
+
];
|
|
360
|
+
n0_registry.registerError(exports.KMSNotFoundException$, errors_1.KMSNotFoundException);
|
|
361
|
+
exports.KMSOptInRequired$ = [-3, n0, _KMSOIR,
|
|
362
|
+
{ [_aQE]: [`KMSOptInRequired`, 403], [_e]: _c, [_hE]: 403 },
|
|
363
|
+
[_m],
|
|
364
|
+
[0]
|
|
365
|
+
];
|
|
366
|
+
n0_registry.registerError(exports.KMSOptInRequired$, errors_1.KMSOptInRequired);
|
|
367
|
+
exports.KMSThrottlingException$ = [-3, n0, _KMSTE,
|
|
368
|
+
{ [_aQE]: [`KMSThrottling`, 400], [_e]: _c, [_hE]: 400 },
|
|
369
|
+
[_m],
|
|
370
|
+
[0]
|
|
371
|
+
];
|
|
372
|
+
n0_registry.registerError(exports.KMSThrottlingException$, errors_1.KMSThrottlingException);
|
|
373
|
+
exports.NotFoundException$ = [-3, n0, _NFE,
|
|
374
|
+
{ [_aQE]: [`NotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
375
|
+
[_m],
|
|
376
|
+
[0]
|
|
377
|
+
];
|
|
378
|
+
n0_registry.registerError(exports.NotFoundException$, errors_1.NotFoundException);
|
|
379
|
+
exports.OptedOutException$ = [-3, n0, _OOE,
|
|
380
|
+
{ [_aQE]: [`OptedOut`, 400], [_e]: _c, [_hE]: 400 },
|
|
381
|
+
[_m],
|
|
382
|
+
[0]
|
|
383
|
+
];
|
|
384
|
+
n0_registry.registerError(exports.OptedOutException$, errors_1.OptedOutException);
|
|
385
|
+
exports.PlatformApplicationDisabledException$ = [-3, n0, _PADE,
|
|
386
|
+
{ [_aQE]: [`PlatformApplicationDisabled`, 400], [_e]: _c, [_hE]: 400 },
|
|
387
|
+
[_m],
|
|
388
|
+
[0]
|
|
389
|
+
];
|
|
390
|
+
n0_registry.registerError(exports.PlatformApplicationDisabledException$, errors_1.PlatformApplicationDisabledException);
|
|
391
|
+
exports.ReplayLimitExceededException$ = [-3, n0, _RLEE,
|
|
392
|
+
{ [_aQE]: [`ReplayLimitExceeded`, 403], [_e]: _c, [_hE]: 403 },
|
|
393
|
+
[_m],
|
|
394
|
+
[0]
|
|
395
|
+
];
|
|
396
|
+
n0_registry.registerError(exports.ReplayLimitExceededException$, errors_1.ReplayLimitExceededException);
|
|
397
|
+
exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
398
|
+
{ [_aQE]: [`ResourceNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
399
|
+
[_m],
|
|
400
|
+
[0]
|
|
401
|
+
];
|
|
402
|
+
n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
|
|
403
|
+
exports.StaleTagException$ = [-3, n0, _STE,
|
|
404
|
+
{ [_aQE]: [`StaleTag`, 400], [_e]: _c, [_hE]: 400 },
|
|
405
|
+
[_m],
|
|
406
|
+
[0]
|
|
407
|
+
];
|
|
408
|
+
n0_registry.registerError(exports.StaleTagException$, errors_1.StaleTagException);
|
|
409
|
+
exports.SubscriptionLimitExceededException$ = [-3, n0, _SLEE,
|
|
410
|
+
{ [_aQE]: [`SubscriptionLimitExceeded`, 403], [_e]: _c, [_hE]: 403 },
|
|
411
|
+
[_m],
|
|
412
|
+
[0]
|
|
413
|
+
];
|
|
414
|
+
n0_registry.registerError(exports.SubscriptionLimitExceededException$, errors_1.SubscriptionLimitExceededException);
|
|
415
|
+
exports.TagLimitExceededException$ = [-3, n0, _TLEE,
|
|
416
|
+
{ [_aQE]: [`TagLimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
417
|
+
[_m],
|
|
418
|
+
[0]
|
|
419
|
+
];
|
|
420
|
+
n0_registry.registerError(exports.TagLimitExceededException$, errors_1.TagLimitExceededException);
|
|
421
|
+
exports.TagPolicyException$ = [-3, n0, _TPE,
|
|
422
|
+
{ [_aQE]: [`TagPolicy`, 400], [_e]: _c, [_hE]: 400 },
|
|
423
|
+
[_m],
|
|
424
|
+
[0]
|
|
425
|
+
];
|
|
426
|
+
n0_registry.registerError(exports.TagPolicyException$, errors_1.TagPolicyException);
|
|
427
|
+
exports.ThrottledException$ = [-3, n0, _TE,
|
|
428
|
+
{ [_aQE]: [`Throttled`, 429], [_e]: _c, [_hE]: 429 },
|
|
429
|
+
[_m],
|
|
430
|
+
[0]
|
|
431
|
+
];
|
|
432
|
+
n0_registry.registerError(exports.ThrottledException$, errors_1.ThrottledException);
|
|
433
|
+
exports.TooManyEntriesInBatchRequestException$ = [-3, n0, _TMEIBRE,
|
|
434
|
+
{ [_aQE]: [`TooManyEntriesInBatchRequest`, 400], [_e]: _c, [_hE]: 400 },
|
|
435
|
+
[_m],
|
|
436
|
+
[0]
|
|
437
|
+
];
|
|
438
|
+
n0_registry.registerError(exports.TooManyEntriesInBatchRequestException$, errors_1.TooManyEntriesInBatchRequestException);
|
|
439
|
+
exports.TopicLimitExceededException$ = [-3, n0, _TLEEo,
|
|
440
|
+
{ [_aQE]: [`TopicLimitExceeded`, 403], [_e]: _c, [_hE]: 403 },
|
|
441
|
+
[_m],
|
|
442
|
+
[0]
|
|
443
|
+
];
|
|
444
|
+
n0_registry.registerError(exports.TopicLimitExceededException$, errors_1.TopicLimitExceededException);
|
|
445
|
+
exports.UserErrorException$ = [-3, n0, _UEE,
|
|
446
|
+
{ [_aQE]: [`UserError`, 400], [_e]: _c, [_hE]: 400 },
|
|
447
|
+
[_m],
|
|
448
|
+
[0]
|
|
449
|
+
];
|
|
450
|
+
n0_registry.registerError(exports.UserErrorException$, errors_1.UserErrorException);
|
|
451
|
+
exports.ValidationException$ = [-3, n0, _VE,
|
|
452
|
+
{ [_aQE]: [`ValidationException`, 400], [_e]: _c, [_hE]: 400 },
|
|
453
|
+
[_M],
|
|
454
|
+
[0], 1
|
|
455
|
+
];
|
|
456
|
+
n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
|
|
457
|
+
exports.VerificationException$ = [-3, n0, _VEe,
|
|
458
|
+
{ [_e]: _c },
|
|
459
|
+
[_M, _S],
|
|
460
|
+
[0, 0], 2
|
|
461
|
+
];
|
|
462
|
+
n0_registry.registerError(exports.VerificationException$, errors_1.VerificationException);
|
|
463
|
+
exports.errorTypeRegistries = [
|
|
464
|
+
_s_registry,
|
|
465
|
+
n0_registry,
|
|
466
|
+
];
|
|
467
|
+
var PhoneNumber = [0, n0, _PN, 8, 0];
|
|
468
|
+
var PhoneNumberString = [0, n0, _PNS, 8, 0];
|
|
469
|
+
exports.AddPermissionInput$ = [3, n0, _API,
|
|
470
|
+
0,
|
|
471
|
+
[_TA, _L, _AWSAI, _AN],
|
|
472
|
+
[0, 0, 64 | 0, 64 | 0], 4
|
|
473
|
+
];
|
|
474
|
+
exports.BatchResultErrorEntry$ = [3, n0, _BREE,
|
|
475
|
+
0,
|
|
476
|
+
[_I, _C, _SF, _M],
|
|
477
|
+
[0, 0, 2, 0], 3
|
|
478
|
+
];
|
|
479
|
+
exports.CheckIfPhoneNumberIsOptedOutInput$ = [3, n0, _CIPNIOOI,
|
|
480
|
+
0,
|
|
481
|
+
[_pN],
|
|
482
|
+
[[() => PhoneNumber, 0]], 1
|
|
483
|
+
];
|
|
484
|
+
exports.CheckIfPhoneNumberIsOptedOutResponse$ = [3, n0, _CIPNIOOR,
|
|
485
|
+
0,
|
|
486
|
+
[_iOO],
|
|
487
|
+
[2]
|
|
488
|
+
];
|
|
489
|
+
exports.ConfirmSubscriptionInput$ = [3, n0, _CSI,
|
|
490
|
+
0,
|
|
491
|
+
[_TA, _T, _AOU],
|
|
492
|
+
[0, 0, 0], 2
|
|
493
|
+
];
|
|
494
|
+
exports.ConfirmSubscriptionResponse$ = [3, n0, _CSR,
|
|
495
|
+
0,
|
|
496
|
+
[_SA],
|
|
497
|
+
[0]
|
|
498
|
+
];
|
|
499
|
+
exports.CreateEndpointResponse$ = [3, n0, _CER,
|
|
500
|
+
0,
|
|
501
|
+
[_EA],
|
|
502
|
+
[0]
|
|
503
|
+
];
|
|
504
|
+
exports.CreatePlatformApplicationInput$ = [3, n0, _CPAI,
|
|
505
|
+
0,
|
|
506
|
+
[_N, _P, _A],
|
|
507
|
+
[0, 0, 128 | 0], 3
|
|
508
|
+
];
|
|
509
|
+
exports.CreatePlatformApplicationResponse$ = [3, n0, _CPAR,
|
|
510
|
+
0,
|
|
511
|
+
[_PAA],
|
|
512
|
+
[0]
|
|
513
|
+
];
|
|
514
|
+
exports.CreatePlatformEndpointInput$ = [3, n0, _CPEI,
|
|
515
|
+
0,
|
|
516
|
+
[_PAA, _T, _CUD, _A],
|
|
517
|
+
[0, 0, 0, 128 | 0], 2
|
|
518
|
+
];
|
|
519
|
+
exports.CreateSMSSandboxPhoneNumberInput$ = [3, n0, _CSMSSPNI,
|
|
520
|
+
0,
|
|
521
|
+
[_PN, _LC],
|
|
522
|
+
[[() => PhoneNumberString, 0], 0], 1
|
|
523
|
+
];
|
|
524
|
+
exports.CreateSMSSandboxPhoneNumberResult$ = [3, n0, _CSMSSPNR,
|
|
525
|
+
0,
|
|
526
|
+
[],
|
|
527
|
+
[]
|
|
528
|
+
];
|
|
529
|
+
exports.CreateTopicInput$ = [3, n0, _CTI,
|
|
530
|
+
0,
|
|
531
|
+
[_N, _A, _Ta, _DPP],
|
|
532
|
+
[0, 128 | 0, () => TagList, 0], 1
|
|
533
|
+
];
|
|
534
|
+
exports.CreateTopicResponse$ = [3, n0, _CTR,
|
|
535
|
+
0,
|
|
536
|
+
[_TA],
|
|
537
|
+
[0]
|
|
538
|
+
];
|
|
539
|
+
exports.DeleteEndpointInput$ = [3, n0, _DEI,
|
|
540
|
+
0,
|
|
541
|
+
[_EA],
|
|
542
|
+
[0], 1
|
|
543
|
+
];
|
|
544
|
+
exports.DeletePlatformApplicationInput$ = [3, n0, _DPAI,
|
|
545
|
+
0,
|
|
546
|
+
[_PAA],
|
|
547
|
+
[0], 1
|
|
548
|
+
];
|
|
549
|
+
exports.DeleteSMSSandboxPhoneNumberInput$ = [3, n0, _DSMSSPNI,
|
|
550
|
+
0,
|
|
551
|
+
[_PN],
|
|
552
|
+
[[() => PhoneNumberString, 0]], 1
|
|
553
|
+
];
|
|
554
|
+
exports.DeleteSMSSandboxPhoneNumberResult$ = [3, n0, _DSMSSPNR,
|
|
555
|
+
0,
|
|
556
|
+
[],
|
|
557
|
+
[]
|
|
558
|
+
];
|
|
559
|
+
exports.DeleteTopicInput$ = [3, n0, _DTI,
|
|
560
|
+
0,
|
|
561
|
+
[_TA],
|
|
562
|
+
[0], 1
|
|
563
|
+
];
|
|
564
|
+
exports.Endpoint$ = [3, n0, _E,
|
|
565
|
+
0,
|
|
566
|
+
[_EA, _A],
|
|
567
|
+
[0, 128 | 0]
|
|
568
|
+
];
|
|
569
|
+
exports.GetDataProtectionPolicyInput$ = [3, n0, _GDPPI,
|
|
570
|
+
0,
|
|
571
|
+
[_RA],
|
|
572
|
+
[0], 1
|
|
573
|
+
];
|
|
574
|
+
exports.GetDataProtectionPolicyResponse$ = [3, n0, _GDPPR,
|
|
575
|
+
0,
|
|
576
|
+
[_DPP],
|
|
577
|
+
[0]
|
|
578
|
+
];
|
|
579
|
+
exports.GetEndpointAttributesInput$ = [3, n0, _GEAI,
|
|
580
|
+
0,
|
|
581
|
+
[_EA],
|
|
582
|
+
[0], 1
|
|
583
|
+
];
|
|
584
|
+
exports.GetEndpointAttributesResponse$ = [3, n0, _GEAR,
|
|
585
|
+
0,
|
|
586
|
+
[_A],
|
|
587
|
+
[128 | 0]
|
|
588
|
+
];
|
|
589
|
+
exports.GetPlatformApplicationAttributesInput$ = [3, n0, _GPAAI,
|
|
590
|
+
0,
|
|
591
|
+
[_PAA],
|
|
592
|
+
[0], 1
|
|
593
|
+
];
|
|
594
|
+
exports.GetPlatformApplicationAttributesResponse$ = [3, n0, _GPAAR,
|
|
595
|
+
0,
|
|
596
|
+
[_A],
|
|
597
|
+
[128 | 0]
|
|
598
|
+
];
|
|
599
|
+
exports.GetSMSAttributesInput$ = [3, n0, _GSMSAI,
|
|
600
|
+
0,
|
|
601
|
+
[_a],
|
|
602
|
+
[64 | 0]
|
|
603
|
+
];
|
|
604
|
+
exports.GetSMSAttributesResponse$ = [3, n0, _GSMSAR,
|
|
605
|
+
0,
|
|
606
|
+
[_a],
|
|
607
|
+
[128 | 0]
|
|
608
|
+
];
|
|
609
|
+
exports.GetSMSSandboxAccountStatusInput$ = [3, n0, _GSMSSASI,
|
|
610
|
+
0,
|
|
611
|
+
[],
|
|
612
|
+
[]
|
|
613
|
+
];
|
|
614
|
+
exports.GetSMSSandboxAccountStatusResult$ = [3, n0, _GSMSSASR,
|
|
615
|
+
0,
|
|
616
|
+
[_IIS],
|
|
617
|
+
[2], 1
|
|
618
|
+
];
|
|
619
|
+
exports.GetSubscriptionAttributesInput$ = [3, n0, _GSAI,
|
|
620
|
+
0,
|
|
621
|
+
[_SA],
|
|
622
|
+
[0], 1
|
|
623
|
+
];
|
|
624
|
+
exports.GetSubscriptionAttributesResponse$ = [3, n0, _GSAR,
|
|
625
|
+
0,
|
|
626
|
+
[_A],
|
|
627
|
+
[128 | 0]
|
|
628
|
+
];
|
|
629
|
+
exports.GetTopicAttributesInput$ = [3, n0, _GTAI,
|
|
630
|
+
0,
|
|
631
|
+
[_TA],
|
|
632
|
+
[0], 1
|
|
633
|
+
];
|
|
634
|
+
exports.GetTopicAttributesResponse$ = [3, n0, _GTAR,
|
|
635
|
+
0,
|
|
636
|
+
[_A],
|
|
637
|
+
[128 | 0]
|
|
638
|
+
];
|
|
639
|
+
exports.ListEndpointsByPlatformApplicationInput$ = [3, n0, _LEBPAI,
|
|
640
|
+
0,
|
|
641
|
+
[_PAA, _NT],
|
|
642
|
+
[0, 0], 1
|
|
643
|
+
];
|
|
644
|
+
exports.ListEndpointsByPlatformApplicationResponse$ = [3, n0, _LEBPAR,
|
|
645
|
+
0,
|
|
646
|
+
[_En, _NT],
|
|
647
|
+
[() => ListOfEndpoints, 0]
|
|
648
|
+
];
|
|
649
|
+
exports.ListOriginationNumbersRequest$ = [3, n0, _LONR,
|
|
650
|
+
0,
|
|
651
|
+
[_NT, _MR],
|
|
652
|
+
[0, 1]
|
|
653
|
+
];
|
|
654
|
+
exports.ListOriginationNumbersResult$ = [3, n0, _LONRi,
|
|
655
|
+
0,
|
|
656
|
+
[_NT, _PNh],
|
|
657
|
+
[0, [() => PhoneNumberInformationList, 0]]
|
|
658
|
+
];
|
|
659
|
+
exports.ListPhoneNumbersOptedOutInput$ = [3, n0, _LPNOOI,
|
|
660
|
+
0,
|
|
661
|
+
[_nT],
|
|
662
|
+
[0]
|
|
663
|
+
];
|
|
664
|
+
exports.ListPhoneNumbersOptedOutResponse$ = [3, n0, _LPNOOR,
|
|
665
|
+
0,
|
|
666
|
+
[_pNh, _nT],
|
|
667
|
+
[[() => PhoneNumberList, 0], 0]
|
|
668
|
+
];
|
|
669
|
+
exports.ListPlatformApplicationsInput$ = [3, n0, _LPAI,
|
|
670
|
+
0,
|
|
671
|
+
[_NT],
|
|
672
|
+
[0]
|
|
673
|
+
];
|
|
674
|
+
exports.ListPlatformApplicationsResponse$ = [3, n0, _LPAR,
|
|
675
|
+
0,
|
|
676
|
+
[_PA, _NT],
|
|
677
|
+
[() => ListOfPlatformApplications, 0]
|
|
678
|
+
];
|
|
679
|
+
exports.ListSMSSandboxPhoneNumbersInput$ = [3, n0, _LSMSSPNI,
|
|
680
|
+
0,
|
|
681
|
+
[_NT, _MR],
|
|
682
|
+
[0, 1]
|
|
683
|
+
];
|
|
684
|
+
exports.ListSMSSandboxPhoneNumbersResult$ = [3, n0, _LSMSSPNR,
|
|
685
|
+
0,
|
|
686
|
+
[_PNh, _NT],
|
|
687
|
+
[[() => SMSSandboxPhoneNumberList, 0], 0], 1
|
|
688
|
+
];
|
|
689
|
+
exports.ListSubscriptionsByTopicInput$ = [3, n0, _LSBTI,
|
|
690
|
+
0,
|
|
691
|
+
[_TA, _NT],
|
|
692
|
+
[0, 0], 1
|
|
693
|
+
];
|
|
694
|
+
exports.ListSubscriptionsByTopicResponse$ = [3, n0, _LSBTR,
|
|
695
|
+
0,
|
|
696
|
+
[_Su, _NT],
|
|
697
|
+
[() => SubscriptionsList, 0]
|
|
698
|
+
];
|
|
699
|
+
exports.ListSubscriptionsInput$ = [3, n0, _LSI,
|
|
700
|
+
0,
|
|
701
|
+
[_NT],
|
|
702
|
+
[0]
|
|
703
|
+
];
|
|
704
|
+
exports.ListSubscriptionsResponse$ = [3, n0, _LSR,
|
|
705
|
+
0,
|
|
706
|
+
[_Su, _NT],
|
|
707
|
+
[() => SubscriptionsList, 0]
|
|
708
|
+
];
|
|
709
|
+
exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
710
|
+
0,
|
|
711
|
+
[_RA],
|
|
712
|
+
[0], 1
|
|
713
|
+
];
|
|
714
|
+
exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
715
|
+
0,
|
|
716
|
+
[_Ta],
|
|
717
|
+
[() => TagList]
|
|
718
|
+
];
|
|
719
|
+
exports.ListTopicsInput$ = [3, n0, _LTI,
|
|
720
|
+
0,
|
|
721
|
+
[_NT],
|
|
722
|
+
[0]
|
|
723
|
+
];
|
|
724
|
+
exports.ListTopicsResponse$ = [3, n0, _LTR,
|
|
725
|
+
0,
|
|
726
|
+
[_To, _NT],
|
|
727
|
+
[() => TopicsList, 0]
|
|
728
|
+
];
|
|
729
|
+
exports.MessageAttributeValue$ = [3, n0, _MAV,
|
|
730
|
+
0,
|
|
731
|
+
[_DT, _SV, _BV],
|
|
732
|
+
[0, 0, 21], 1
|
|
733
|
+
];
|
|
734
|
+
exports.OptInPhoneNumberInput$ = [3, n0, _OIPNI,
|
|
735
|
+
0,
|
|
736
|
+
[_pN],
|
|
737
|
+
[[() => PhoneNumber, 0]], 1
|
|
738
|
+
];
|
|
739
|
+
exports.OptInPhoneNumberResponse$ = [3, n0, _OIPNR,
|
|
740
|
+
0,
|
|
741
|
+
[],
|
|
742
|
+
[]
|
|
743
|
+
];
|
|
744
|
+
exports.PhoneNumberInformation$ = [3, n0, _PNI,
|
|
745
|
+
0,
|
|
746
|
+
[_CA, _PN, _S, _ICC, _RT, _NC],
|
|
747
|
+
[4, [() => PhoneNumber, 0], 0, 0, 0, 64 | 0]
|
|
748
|
+
];
|
|
749
|
+
exports.PlatformApplication$ = [3, n0, _PAl,
|
|
750
|
+
0,
|
|
751
|
+
[_PAA, _A],
|
|
752
|
+
[0, 128 | 0]
|
|
753
|
+
];
|
|
754
|
+
exports.PublishBatchInput$ = [3, n0, _PBI,
|
|
755
|
+
0,
|
|
756
|
+
[_TA, _PBRE],
|
|
757
|
+
[0, [() => PublishBatchRequestEntryList, 0]], 2
|
|
758
|
+
];
|
|
759
|
+
exports.PublishBatchRequestEntry$ = [3, n0, _PBREu,
|
|
760
|
+
0,
|
|
761
|
+
[_I, _M, _Sub, _MS, _MA, _MDI, _MGI],
|
|
762
|
+
[0, 0, 0, 0, [() => MessageAttributeMap, 0], 0, 0], 2
|
|
763
|
+
];
|
|
764
|
+
exports.PublishBatchResponse$ = [3, n0, _PBR,
|
|
765
|
+
0,
|
|
766
|
+
[_Suc, _F],
|
|
767
|
+
[() => PublishBatchResultEntryList, () => BatchResultErrorEntryList]
|
|
768
|
+
];
|
|
769
|
+
exports.PublishBatchResultEntry$ = [3, n0, _PBREub,
|
|
770
|
+
0,
|
|
771
|
+
[_I, _MI, _SN],
|
|
772
|
+
[0, 0, 0]
|
|
773
|
+
];
|
|
774
|
+
exports.PublishInput$ = [3, n0, _PI,
|
|
775
|
+
0,
|
|
776
|
+
[_M, _TA, _TAa, _PN, _Sub, _MS, _MA, _MDI, _MGI],
|
|
777
|
+
[0, 0, 0, [() => PhoneNumber, 0], 0, 0, [() => MessageAttributeMap, 0], 0, 0], 1
|
|
778
|
+
];
|
|
779
|
+
exports.PublishResponse$ = [3, n0, _PR,
|
|
780
|
+
0,
|
|
781
|
+
[_MI, _SN],
|
|
782
|
+
[0, 0]
|
|
783
|
+
];
|
|
784
|
+
exports.PutDataProtectionPolicyInput$ = [3, n0, _PDPPI,
|
|
785
|
+
0,
|
|
786
|
+
[_RA, _DPP],
|
|
787
|
+
[0, 0], 2
|
|
788
|
+
];
|
|
789
|
+
exports.RemovePermissionInput$ = [3, n0, _RPI,
|
|
790
|
+
0,
|
|
791
|
+
[_TA, _L],
|
|
792
|
+
[0, 0], 2
|
|
793
|
+
];
|
|
794
|
+
exports.SetEndpointAttributesInput$ = [3, n0, _SEAI,
|
|
795
|
+
0,
|
|
796
|
+
[_EA, _A],
|
|
797
|
+
[0, 128 | 0], 2
|
|
798
|
+
];
|
|
799
|
+
exports.SetPlatformApplicationAttributesInput$ = [3, n0, _SPAAI,
|
|
800
|
+
0,
|
|
801
|
+
[_PAA, _A],
|
|
802
|
+
[0, 128 | 0], 2
|
|
803
|
+
];
|
|
804
|
+
exports.SetSMSAttributesInput$ = [3, n0, _SSMSAI,
|
|
805
|
+
0,
|
|
806
|
+
[_a],
|
|
807
|
+
[128 | 0], 1
|
|
808
|
+
];
|
|
809
|
+
exports.SetSMSAttributesResponse$ = [3, n0, _SSMSAR,
|
|
810
|
+
0,
|
|
811
|
+
[],
|
|
812
|
+
[]
|
|
813
|
+
];
|
|
814
|
+
exports.SetSubscriptionAttributesInput$ = [3, n0, _SSAI,
|
|
815
|
+
0,
|
|
816
|
+
[_SA, _ANt, _AV],
|
|
817
|
+
[0, 0, 0], 2
|
|
818
|
+
];
|
|
819
|
+
exports.SetTopicAttributesInput$ = [3, n0, _STAI,
|
|
820
|
+
0,
|
|
821
|
+
[_TA, _ANt, _AV],
|
|
822
|
+
[0, 0, 0], 2
|
|
823
|
+
];
|
|
824
|
+
exports.SMSSandboxPhoneNumber$ = [3, n0, _SMSSPN,
|
|
825
|
+
0,
|
|
826
|
+
[_PN, _S],
|
|
827
|
+
[[() => PhoneNumberString, 0], 0]
|
|
828
|
+
];
|
|
829
|
+
exports.SubscribeInput$ = [3, n0, _SI,
|
|
830
|
+
0,
|
|
831
|
+
[_TA, _Pr, _E, _A, _RSA],
|
|
832
|
+
[0, 0, 0, 128 | 0, 2], 2
|
|
833
|
+
];
|
|
834
|
+
exports.SubscribeResponse$ = [3, n0, _SR,
|
|
835
|
+
0,
|
|
836
|
+
[_SA],
|
|
837
|
+
[0]
|
|
838
|
+
];
|
|
839
|
+
exports.Subscription$ = [3, n0, _Subs,
|
|
840
|
+
0,
|
|
841
|
+
[_SA, _O, _Pr, _E, _TA],
|
|
842
|
+
[0, 0, 0, 0, 0]
|
|
843
|
+
];
|
|
844
|
+
exports.Tag$ = [3, n0, _Tag,
|
|
845
|
+
0,
|
|
846
|
+
[_K, _V],
|
|
847
|
+
[0, 0], 2
|
|
848
|
+
];
|
|
849
|
+
exports.TagResourceRequest$ = [3, n0, _TRR,
|
|
850
|
+
0,
|
|
851
|
+
[_RA, _Ta],
|
|
852
|
+
[0, () => TagList], 2
|
|
853
|
+
];
|
|
854
|
+
exports.TagResourceResponse$ = [3, n0, _TRRa,
|
|
855
|
+
0,
|
|
856
|
+
[],
|
|
857
|
+
[]
|
|
858
|
+
];
|
|
859
|
+
exports.Topic$ = [3, n0, _Top,
|
|
860
|
+
0,
|
|
861
|
+
[_TA],
|
|
862
|
+
[0]
|
|
863
|
+
];
|
|
864
|
+
exports.UnsubscribeInput$ = [3, n0, _UI,
|
|
865
|
+
0,
|
|
866
|
+
[_SA],
|
|
867
|
+
[0], 1
|
|
868
|
+
];
|
|
869
|
+
exports.UntagResourceRequest$ = [3, n0, _URR,
|
|
870
|
+
0,
|
|
871
|
+
[_RA, _TK],
|
|
872
|
+
[0, 64 | 0], 2
|
|
873
|
+
];
|
|
874
|
+
exports.UntagResourceResponse$ = [3, n0, _URRn,
|
|
875
|
+
0,
|
|
876
|
+
[],
|
|
877
|
+
[]
|
|
878
|
+
];
|
|
879
|
+
exports.VerifySMSSandboxPhoneNumberInput$ = [3, n0, _VSMSSPNI,
|
|
880
|
+
0,
|
|
881
|
+
[_PN, _OTP],
|
|
882
|
+
[[() => PhoneNumberString, 0], 0], 2
|
|
883
|
+
];
|
|
884
|
+
exports.VerifySMSSandboxPhoneNumberResult$ = [3, n0, _VSMSSPNR,
|
|
885
|
+
0,
|
|
886
|
+
[],
|
|
887
|
+
[]
|
|
888
|
+
];
|
|
889
|
+
var __Unit = "unit";
|
|
890
|
+
var ActionsList = 64 | 0;
|
|
891
|
+
var BatchResultErrorEntryList = [1, n0, _BREEL,
|
|
892
|
+
0, () => exports.BatchResultErrorEntry$
|
|
893
|
+
];
|
|
894
|
+
var DelegatesList = 64 | 0;
|
|
895
|
+
var ListOfEndpoints = [1, n0, _LOE,
|
|
896
|
+
0, () => exports.Endpoint$
|
|
897
|
+
];
|
|
898
|
+
var ListOfPlatformApplications = [1, n0, _LOPA,
|
|
899
|
+
0, () => exports.PlatformApplication$
|
|
900
|
+
];
|
|
901
|
+
var ListString = 64 | 0;
|
|
902
|
+
var NumberCapabilityList = 64 | 0;
|
|
903
|
+
var PhoneNumberInformationList = [1, n0, _PNIL,
|
|
904
|
+
0, [() => exports.PhoneNumberInformation$,
|
|
905
|
+
0]
|
|
906
|
+
];
|
|
907
|
+
var PhoneNumberList = [1, n0, _PNL,
|
|
908
|
+
0, [() => PhoneNumber,
|
|
909
|
+
0]
|
|
910
|
+
];
|
|
911
|
+
var PublishBatchRequestEntryList = [1, n0, _PBREL,
|
|
912
|
+
0, [() => exports.PublishBatchRequestEntry$,
|
|
913
|
+
0]
|
|
914
|
+
];
|
|
915
|
+
var PublishBatchResultEntryList = [1, n0, _PBRELu,
|
|
916
|
+
0, () => exports.PublishBatchResultEntry$
|
|
917
|
+
];
|
|
918
|
+
var SMSSandboxPhoneNumberList = [1, n0, _SMSSPNL,
|
|
919
|
+
0, [() => exports.SMSSandboxPhoneNumber$,
|
|
920
|
+
0]
|
|
921
|
+
];
|
|
922
|
+
var SubscriptionsList = [1, n0, _SL,
|
|
923
|
+
0, () => exports.Subscription$
|
|
924
|
+
];
|
|
925
|
+
var TagKeyList = 64 | 0;
|
|
926
|
+
var TagList = [1, n0, _TL,
|
|
927
|
+
0, () => exports.Tag$
|
|
928
|
+
];
|
|
929
|
+
var TopicsList = [1, n0, _TLo,
|
|
930
|
+
0, () => exports.Topic$
|
|
931
|
+
];
|
|
932
|
+
var MapStringToString = 128 | 0;
|
|
933
|
+
var MessageAttributeMap = [2, n0, _MAM,
|
|
934
|
+
0, [0,
|
|
935
|
+
{ [_xN]: _N }],
|
|
936
|
+
[() => exports.MessageAttributeValue$,
|
|
937
|
+
{ [_xN]: _V }]
|
|
938
|
+
];
|
|
939
|
+
var SubscriptionAttributesMap = 128 | 0;
|
|
940
|
+
var TopicAttributesMap = 128 | 0;
|
|
941
|
+
exports.AddPermission$ = [9, n0, _AP,
|
|
942
|
+
0, () => exports.AddPermissionInput$, () => __Unit
|
|
943
|
+
];
|
|
944
|
+
exports.CheckIfPhoneNumberIsOptedOut$ = [9, n0, _CIPNIOO,
|
|
945
|
+
0, () => exports.CheckIfPhoneNumberIsOptedOutInput$, () => exports.CheckIfPhoneNumberIsOptedOutResponse$
|
|
946
|
+
];
|
|
947
|
+
exports.ConfirmSubscription$ = [9, n0, _CS,
|
|
948
|
+
0, () => exports.ConfirmSubscriptionInput$, () => exports.ConfirmSubscriptionResponse$
|
|
949
|
+
];
|
|
950
|
+
exports.CreatePlatformApplication$ = [9, n0, _CPA,
|
|
951
|
+
0, () => exports.CreatePlatformApplicationInput$, () => exports.CreatePlatformApplicationResponse$
|
|
952
|
+
];
|
|
953
|
+
exports.CreatePlatformEndpoint$ = [9, n0, _CPE,
|
|
954
|
+
0, () => exports.CreatePlatformEndpointInput$, () => exports.CreateEndpointResponse$
|
|
955
|
+
];
|
|
956
|
+
exports.CreateSMSSandboxPhoneNumber$ = [9, n0, _CSMSSPN,
|
|
957
|
+
0, () => exports.CreateSMSSandboxPhoneNumberInput$, () => exports.CreateSMSSandboxPhoneNumberResult$
|
|
958
|
+
];
|
|
959
|
+
exports.CreateTopic$ = [9, n0, _CT,
|
|
960
|
+
0, () => exports.CreateTopicInput$, () => exports.CreateTopicResponse$
|
|
961
|
+
];
|
|
962
|
+
exports.DeleteEndpoint$ = [9, n0, _DE,
|
|
963
|
+
0, () => exports.DeleteEndpointInput$, () => __Unit
|
|
964
|
+
];
|
|
965
|
+
exports.DeletePlatformApplication$ = [9, n0, _DPA,
|
|
966
|
+
0, () => exports.DeletePlatformApplicationInput$, () => __Unit
|
|
967
|
+
];
|
|
968
|
+
exports.DeleteSMSSandboxPhoneNumber$ = [9, n0, _DSMSSPN,
|
|
969
|
+
0, () => exports.DeleteSMSSandboxPhoneNumberInput$, () => exports.DeleteSMSSandboxPhoneNumberResult$
|
|
970
|
+
];
|
|
971
|
+
exports.DeleteTopic$ = [9, n0, _DTe,
|
|
972
|
+
0, () => exports.DeleteTopicInput$, () => __Unit
|
|
973
|
+
];
|
|
974
|
+
exports.GetDataProtectionPolicy$ = [9, n0, _GDPP,
|
|
975
|
+
0, () => exports.GetDataProtectionPolicyInput$, () => exports.GetDataProtectionPolicyResponse$
|
|
976
|
+
];
|
|
977
|
+
exports.GetEndpointAttributes$ = [9, n0, _GEA,
|
|
978
|
+
0, () => exports.GetEndpointAttributesInput$, () => exports.GetEndpointAttributesResponse$
|
|
979
|
+
];
|
|
980
|
+
exports.GetPlatformApplicationAttributes$ = [9, n0, _GPAA,
|
|
981
|
+
0, () => exports.GetPlatformApplicationAttributesInput$, () => exports.GetPlatformApplicationAttributesResponse$
|
|
982
|
+
];
|
|
983
|
+
exports.GetSMSAttributes$ = [9, n0, _GSMSA,
|
|
984
|
+
0, () => exports.GetSMSAttributesInput$, () => exports.GetSMSAttributesResponse$
|
|
985
|
+
];
|
|
986
|
+
exports.GetSMSSandboxAccountStatus$ = [9, n0, _GSMSSAS,
|
|
987
|
+
0, () => exports.GetSMSSandboxAccountStatusInput$, () => exports.GetSMSSandboxAccountStatusResult$
|
|
988
|
+
];
|
|
989
|
+
exports.GetSubscriptionAttributes$ = [9, n0, _GSA,
|
|
990
|
+
0, () => exports.GetSubscriptionAttributesInput$, () => exports.GetSubscriptionAttributesResponse$
|
|
991
|
+
];
|
|
992
|
+
exports.GetTopicAttributes$ = [9, n0, _GTA,
|
|
993
|
+
0, () => exports.GetTopicAttributesInput$, () => exports.GetTopicAttributesResponse$
|
|
994
|
+
];
|
|
995
|
+
exports.ListEndpointsByPlatformApplication$ = [9, n0, _LEBPA,
|
|
996
|
+
0, () => exports.ListEndpointsByPlatformApplicationInput$, () => exports.ListEndpointsByPlatformApplicationResponse$
|
|
997
|
+
];
|
|
998
|
+
exports.ListOriginationNumbers$ = [9, n0, _LON,
|
|
999
|
+
0, () => exports.ListOriginationNumbersRequest$, () => exports.ListOriginationNumbersResult$
|
|
1000
|
+
];
|
|
1001
|
+
exports.ListPhoneNumbersOptedOut$ = [9, n0, _LPNOO,
|
|
1002
|
+
0, () => exports.ListPhoneNumbersOptedOutInput$, () => exports.ListPhoneNumbersOptedOutResponse$
|
|
1003
|
+
];
|
|
1004
|
+
exports.ListPlatformApplications$ = [9, n0, _LPA,
|
|
1005
|
+
0, () => exports.ListPlatformApplicationsInput$, () => exports.ListPlatformApplicationsResponse$
|
|
1006
|
+
];
|
|
1007
|
+
exports.ListSMSSandboxPhoneNumbers$ = [9, n0, _LSMSSPN,
|
|
1008
|
+
0, () => exports.ListSMSSandboxPhoneNumbersInput$, () => exports.ListSMSSandboxPhoneNumbersResult$
|
|
1009
|
+
];
|
|
1010
|
+
exports.ListSubscriptions$ = [9, n0, _LS,
|
|
1011
|
+
0, () => exports.ListSubscriptionsInput$, () => exports.ListSubscriptionsResponse$
|
|
1012
|
+
];
|
|
1013
|
+
exports.ListSubscriptionsByTopic$ = [9, n0, _LSBT,
|
|
1014
|
+
0, () => exports.ListSubscriptionsByTopicInput$, () => exports.ListSubscriptionsByTopicResponse$
|
|
1015
|
+
];
|
|
1016
|
+
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
1017
|
+
0, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
|
|
1018
|
+
];
|
|
1019
|
+
exports.ListTopics$ = [9, n0, _LT,
|
|
1020
|
+
0, () => exports.ListTopicsInput$, () => exports.ListTopicsResponse$
|
|
1021
|
+
];
|
|
1022
|
+
exports.OptInPhoneNumber$ = [9, n0, _OIPN,
|
|
1023
|
+
0, () => exports.OptInPhoneNumberInput$, () => exports.OptInPhoneNumberResponse$
|
|
1024
|
+
];
|
|
1025
|
+
exports.Publish$ = [9, n0, _Pu,
|
|
1026
|
+
0, () => exports.PublishInput$, () => exports.PublishResponse$
|
|
1027
|
+
];
|
|
1028
|
+
exports.PublishBatch$ = [9, n0, _PB,
|
|
1029
|
+
0, () => exports.PublishBatchInput$, () => exports.PublishBatchResponse$
|
|
1030
|
+
];
|
|
1031
|
+
exports.PutDataProtectionPolicy$ = [9, n0, _PDPP,
|
|
1032
|
+
0, () => exports.PutDataProtectionPolicyInput$, () => __Unit
|
|
1033
|
+
];
|
|
1034
|
+
exports.RemovePermission$ = [9, n0, _RP,
|
|
1035
|
+
0, () => exports.RemovePermissionInput$, () => __Unit
|
|
1036
|
+
];
|
|
1037
|
+
exports.SetEndpointAttributes$ = [9, n0, _SEA,
|
|
1038
|
+
0, () => exports.SetEndpointAttributesInput$, () => __Unit
|
|
1039
|
+
];
|
|
1040
|
+
exports.SetPlatformApplicationAttributes$ = [9, n0, _SPAA,
|
|
1041
|
+
0, () => exports.SetPlatformApplicationAttributesInput$, () => __Unit
|
|
1042
|
+
];
|
|
1043
|
+
exports.SetSMSAttributes$ = [9, n0, _SSMSA,
|
|
1044
|
+
0, () => exports.SetSMSAttributesInput$, () => exports.SetSMSAttributesResponse$
|
|
1045
|
+
];
|
|
1046
|
+
exports.SetSubscriptionAttributes$ = [9, n0, _SSA,
|
|
1047
|
+
0, () => exports.SetSubscriptionAttributesInput$, () => __Unit
|
|
1048
|
+
];
|
|
1049
|
+
exports.SetTopicAttributes$ = [9, n0, _STA,
|
|
1050
|
+
0, () => exports.SetTopicAttributesInput$, () => __Unit
|
|
1051
|
+
];
|
|
1052
|
+
exports.Subscribe$ = [9, n0, _Subsc,
|
|
1053
|
+
0, () => exports.SubscribeInput$, () => exports.SubscribeResponse$
|
|
1054
|
+
];
|
|
1055
|
+
exports.TagResource$ = [9, n0, _TR,
|
|
1056
|
+
0, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
|
|
1057
|
+
];
|
|
1058
|
+
exports.Unsubscribe$ = [9, n0, _U,
|
|
1059
|
+
0, () => exports.UnsubscribeInput$, () => __Unit
|
|
1060
|
+
];
|
|
1061
|
+
exports.UntagResource$ = [9, n0, _UR,
|
|
1062
|
+
0, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
|
|
1063
|
+
];
|
|
1064
|
+
exports.VerifySMSSandboxPhoneNumber$ = [9, n0, _VSMSSPN,
|
|
1065
|
+
0, () => exports.VerifySMSSandboxPhoneNumberInput$, () => exports.VerifySMSSandboxPhoneNumberResult$
|
|
1066
|
+
];
|