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