@aws-sdk/client-sns 3.952.0 → 3.954.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 +591 -409
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/AddPermissionCommand.js +2 -2
- package/dist-es/commands/CheckIfPhoneNumberIsOptedOutCommand.js +2 -2
- package/dist-es/commands/ConfirmSubscriptionCommand.js +2 -2
- package/dist-es/commands/CreatePlatformApplicationCommand.js +2 -2
- package/dist-es/commands/CreatePlatformEndpointCommand.js +2 -2
- package/dist-es/commands/CreateSMSSandboxPhoneNumberCommand.js +2 -2
- package/dist-es/commands/CreateTopicCommand.js +2 -2
- package/dist-es/commands/DeleteEndpointCommand.js +2 -2
- package/dist-es/commands/DeletePlatformApplicationCommand.js +2 -2
- package/dist-es/commands/DeleteSMSSandboxPhoneNumberCommand.js +2 -2
- package/dist-es/commands/DeleteTopicCommand.js +2 -2
- package/dist-es/commands/GetDataProtectionPolicyCommand.js +2 -2
- package/dist-es/commands/GetEndpointAttributesCommand.js +2 -2
- package/dist-es/commands/GetPlatformApplicationAttributesCommand.js +2 -2
- package/dist-es/commands/GetSMSAttributesCommand.js +2 -2
- package/dist-es/commands/GetSMSSandboxAccountStatusCommand.js +2 -2
- package/dist-es/commands/GetSubscriptionAttributesCommand.js +2 -2
- package/dist-es/commands/GetTopicAttributesCommand.js +2 -2
- package/dist-es/commands/ListEndpointsByPlatformApplicationCommand.js +2 -2
- package/dist-es/commands/ListOriginationNumbersCommand.js +2 -2
- package/dist-es/commands/ListPhoneNumbersOptedOutCommand.js +2 -2
- package/dist-es/commands/ListPlatformApplicationsCommand.js +2 -2
- package/dist-es/commands/ListSMSSandboxPhoneNumbersCommand.js +2 -2
- package/dist-es/commands/ListSubscriptionsByTopicCommand.js +2 -2
- package/dist-es/commands/ListSubscriptionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTopicsCommand.js +2 -2
- package/dist-es/commands/OptInPhoneNumberCommand.js +2 -2
- package/dist-es/commands/PublishBatchCommand.js +2 -2
- package/dist-es/commands/PublishCommand.js +2 -2
- package/dist-es/commands/PutDataProtectionPolicyCommand.js +2 -2
- package/dist-es/commands/RemovePermissionCommand.js +2 -2
- package/dist-es/commands/SetEndpointAttributesCommand.js +2 -2
- package/dist-es/commands/SetPlatformApplicationAttributesCommand.js +2 -2
- package/dist-es/commands/SetSMSAttributesCommand.js +2 -2
- package/dist-es/commands/SetSubscriptionAttributesCommand.js +2 -2
- package/dist-es/commands/SetTopicAttributesCommand.js +2 -2
- package/dist-es/commands/SubscribeCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UnsubscribeCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/VerifySMSSandboxPhoneNumberCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +298 -277
- package/dist-types/SNSClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +162 -185
- package/dist-types/ts3.4/SNSClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +161 -187
- package/package.json +34 -34
|
@@ -244,12 +244,19 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.sns";
|
|
|
244
244
|
const _xN = "xmlName";
|
|
245
245
|
const n0 = "com.amazonaws.sns";
|
|
246
246
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
247
|
-
import { AuthorizationErrorException
|
|
248
|
-
import { SNSServiceException
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
export var AddPermissionInput = [
|
|
252
|
-
|
|
247
|
+
import { AuthorizationErrorException, BatchEntryIdsNotDistinctException, BatchRequestTooLongException, ConcurrentAccessException, EmptyBatchRequestException, EndpointDisabledException, FilterPolicyLimitExceededException, InternalErrorException, InvalidBatchEntryIdException, InvalidParameterException, InvalidParameterValueException, InvalidSecurityException, InvalidStateException, KMSAccessDeniedException, KMSDisabledException, KMSInvalidStateException, KMSNotFoundException, KMSOptInRequired, KMSThrottlingException, NotFoundException, OptedOutException, PlatformApplicationDisabledException, ReplayLimitExceededException, ResourceNotFoundException, StaleTagException, SubscriptionLimitExceededException, TagLimitExceededException, TagPolicyException, ThrottledException, TooManyEntriesInBatchRequestException, TopicLimitExceededException, UserErrorException, ValidationException, VerificationException, } from "../models/errors";
|
|
248
|
+
import { SNSServiceException } from "../models/SNSServiceException";
|
|
249
|
+
var PhoneNumber = [0, n0, _PN, 8, 0];
|
|
250
|
+
var PhoneNumberString = [0, n0, _PNS, 8, 0];
|
|
251
|
+
export var AddPermissionInput$ = [
|
|
252
|
+
3,
|
|
253
|
+
n0,
|
|
254
|
+
_API,
|
|
255
|
+
0,
|
|
256
|
+
[_TA, _L, _AWSAI, _AN],
|
|
257
|
+
[0, 0, 64 | 0, 64 | 0],
|
|
258
|
+
];
|
|
259
|
+
export var AuthorizationErrorException$ = [
|
|
253
260
|
-3,
|
|
254
261
|
n0,
|
|
255
262
|
_AEE,
|
|
@@ -257,8 +264,8 @@ export var AuthorizationErrorException = [
|
|
|
257
264
|
[_m],
|
|
258
265
|
[0],
|
|
259
266
|
];
|
|
260
|
-
TypeRegistry.for(n0).registerError(AuthorizationErrorException
|
|
261
|
-
export var BatchEntryIdsNotDistinctException = [
|
|
267
|
+
TypeRegistry.for(n0).registerError(AuthorizationErrorException$, AuthorizationErrorException);
|
|
268
|
+
export var BatchEntryIdsNotDistinctException$ = [
|
|
262
269
|
-3,
|
|
263
270
|
n0,
|
|
264
271
|
_BEINDE,
|
|
@@ -266,8 +273,8 @@ export var BatchEntryIdsNotDistinctException = [
|
|
|
266
273
|
[_m],
|
|
267
274
|
[0],
|
|
268
275
|
];
|
|
269
|
-
TypeRegistry.for(n0).registerError(BatchEntryIdsNotDistinctException
|
|
270
|
-
export var BatchRequestTooLongException = [
|
|
276
|
+
TypeRegistry.for(n0).registerError(BatchEntryIdsNotDistinctException$, BatchEntryIdsNotDistinctException);
|
|
277
|
+
export var BatchRequestTooLongException$ = [
|
|
271
278
|
-3,
|
|
272
279
|
n0,
|
|
273
280
|
_BRTLE,
|
|
@@ -275,9 +282,9 @@ export var BatchRequestTooLongException = [
|
|
|
275
282
|
[_m],
|
|
276
283
|
[0],
|
|
277
284
|
];
|
|
278
|
-
TypeRegistry.for(n0).registerError(BatchRequestTooLongException
|
|
279
|
-
export var BatchResultErrorEntry = [3, n0, _BREE, 0, [_I, _C, _M, _SF], [0, 0, 0, 2]];
|
|
280
|
-
export var CheckIfPhoneNumberIsOptedOutInput = [
|
|
285
|
+
TypeRegistry.for(n0).registerError(BatchRequestTooLongException$, BatchRequestTooLongException);
|
|
286
|
+
export var BatchResultErrorEntry$ = [3, n0, _BREE, 0, [_I, _C, _M, _SF], [0, 0, 0, 2]];
|
|
287
|
+
export var CheckIfPhoneNumberIsOptedOutInput$ = [
|
|
281
288
|
3,
|
|
282
289
|
n0,
|
|
283
290
|
_CIPNIOOI,
|
|
@@ -285,8 +292,8 @@ export var CheckIfPhoneNumberIsOptedOutInput = [
|
|
|
285
292
|
[_pN],
|
|
286
293
|
[[() => PhoneNumber, 0]],
|
|
287
294
|
];
|
|
288
|
-
export var CheckIfPhoneNumberIsOptedOutResponse = [3, n0, _CIPNIOOR, 0, [_iOO], [2]];
|
|
289
|
-
export var ConcurrentAccessException = [
|
|
295
|
+
export var CheckIfPhoneNumberIsOptedOutResponse$ = [3, n0, _CIPNIOOR, 0, [_iOO], [2]];
|
|
296
|
+
export var ConcurrentAccessException$ = [
|
|
290
297
|
-3,
|
|
291
298
|
n0,
|
|
292
299
|
_CAE,
|
|
@@ -294,13 +301,13 @@ export var ConcurrentAccessException = [
|
|
|
294
301
|
[_m],
|
|
295
302
|
[0],
|
|
296
303
|
];
|
|
297
|
-
TypeRegistry.for(n0).registerError(ConcurrentAccessException
|
|
298
|
-
export var ConfirmSubscriptionInput = [3, n0, _CSI, 0, [_TA, _T, _AOU], [0, 0, 0]];
|
|
299
|
-
export var ConfirmSubscriptionResponse = [3, n0, _CSR, 0, [_SA], [0]];
|
|
300
|
-
export var CreateEndpointResponse = [3, n0, _CER, 0, [_EA], [0]];
|
|
301
|
-
export var CreatePlatformApplicationInput = [3, n0, _CPAI, 0, [_N, _P, _A], [0, 0, 128 | 0]];
|
|
302
|
-
export var CreatePlatformApplicationResponse = [3, n0, _CPAR, 0, [_PAA], [0]];
|
|
303
|
-
export var CreatePlatformEndpointInput = [
|
|
304
|
+
TypeRegistry.for(n0).registerError(ConcurrentAccessException$, ConcurrentAccessException);
|
|
305
|
+
export var ConfirmSubscriptionInput$ = [3, n0, _CSI, 0, [_TA, _T, _AOU], [0, 0, 0]];
|
|
306
|
+
export var ConfirmSubscriptionResponse$ = [3, n0, _CSR, 0, [_SA], [0]];
|
|
307
|
+
export var CreateEndpointResponse$ = [3, n0, _CER, 0, [_EA], [0]];
|
|
308
|
+
export var CreatePlatformApplicationInput$ = [3, n0, _CPAI, 0, [_N, _P, _A], [0, 0, 128 | 0]];
|
|
309
|
+
export var CreatePlatformApplicationResponse$ = [3, n0, _CPAR, 0, [_PAA], [0]];
|
|
310
|
+
export var CreatePlatformEndpointInput$ = [
|
|
304
311
|
3,
|
|
305
312
|
n0,
|
|
306
313
|
_CPEI,
|
|
@@ -308,7 +315,7 @@ export var CreatePlatformEndpointInput = [
|
|
|
308
315
|
[_PAA, _T, _CUD, _A],
|
|
309
316
|
[0, 0, 0, 128 | 0],
|
|
310
317
|
];
|
|
311
|
-
export var CreateSMSSandboxPhoneNumberInput = [
|
|
318
|
+
export var CreateSMSSandboxPhoneNumberInput$ = [
|
|
312
319
|
3,
|
|
313
320
|
n0,
|
|
314
321
|
_CSMSSPNI,
|
|
@@ -316,8 +323,8 @@ export var CreateSMSSandboxPhoneNumberInput = [
|
|
|
316
323
|
[_PN, _LC],
|
|
317
324
|
[[() => PhoneNumberString, 0], 0],
|
|
318
325
|
];
|
|
319
|
-
export var CreateSMSSandboxPhoneNumberResult = [3, n0, _CSMSSPNR, 0, [], []];
|
|
320
|
-
export var CreateTopicInput = [
|
|
326
|
+
export var CreateSMSSandboxPhoneNumberResult$ = [3, n0, _CSMSSPNR, 0, [], []];
|
|
327
|
+
export var CreateTopicInput$ = [
|
|
321
328
|
3,
|
|
322
329
|
n0,
|
|
323
330
|
_CTI,
|
|
@@ -325,10 +332,10 @@ export var CreateTopicInput = [
|
|
|
325
332
|
[_N, _A, _Ta, _DPP],
|
|
326
333
|
[0, 128 | 0, () => TagList, 0],
|
|
327
334
|
];
|
|
328
|
-
export var CreateTopicResponse = [3, n0, _CTR, 0, [_TA], [0]];
|
|
329
|
-
export var DeleteEndpointInput = [3, n0, _DEI, 0, [_EA], [0]];
|
|
330
|
-
export var DeletePlatformApplicationInput = [3, n0, _DPAI, 0, [_PAA], [0]];
|
|
331
|
-
export var DeleteSMSSandboxPhoneNumberInput = [
|
|
335
|
+
export var CreateTopicResponse$ = [3, n0, _CTR, 0, [_TA], [0]];
|
|
336
|
+
export var DeleteEndpointInput$ = [3, n0, _DEI, 0, [_EA], [0]];
|
|
337
|
+
export var DeletePlatformApplicationInput$ = [3, n0, _DPAI, 0, [_PAA], [0]];
|
|
338
|
+
export var DeleteSMSSandboxPhoneNumberInput$ = [
|
|
332
339
|
3,
|
|
333
340
|
n0,
|
|
334
341
|
_DSMSSPNI,
|
|
@@ -336,9 +343,9 @@ export var DeleteSMSSandboxPhoneNumberInput = [
|
|
|
336
343
|
[_PN],
|
|
337
344
|
[[() => PhoneNumberString, 0]],
|
|
338
345
|
];
|
|
339
|
-
export var DeleteSMSSandboxPhoneNumberResult = [3, n0, _DSMSSPNR, 0, [], []];
|
|
340
|
-
export var DeleteTopicInput = [3, n0, _DTI, 0, [_TA], [0]];
|
|
341
|
-
export var EmptyBatchRequestException = [
|
|
346
|
+
export var DeleteSMSSandboxPhoneNumberResult$ = [3, n0, _DSMSSPNR, 0, [], []];
|
|
347
|
+
export var DeleteTopicInput$ = [3, n0, _DTI, 0, [_TA], [0]];
|
|
348
|
+
export var EmptyBatchRequestException$ = [
|
|
342
349
|
-3,
|
|
343
350
|
n0,
|
|
344
351
|
_EBRE,
|
|
@@ -346,9 +353,9 @@ export var EmptyBatchRequestException = [
|
|
|
346
353
|
[_m],
|
|
347
354
|
[0],
|
|
348
355
|
];
|
|
349
|
-
TypeRegistry.for(n0).registerError(EmptyBatchRequestException
|
|
350
|
-
export var Endpoint = [3, n0, _E, 0, [_EA, _A], [0, 128 | 0]];
|
|
351
|
-
export var EndpointDisabledException = [
|
|
356
|
+
TypeRegistry.for(n0).registerError(EmptyBatchRequestException$, EmptyBatchRequestException);
|
|
357
|
+
export var Endpoint$ = [3, n0, _E, 0, [_EA, _A], [0, 128 | 0]];
|
|
358
|
+
export var EndpointDisabledException$ = [
|
|
352
359
|
-3,
|
|
353
360
|
n0,
|
|
354
361
|
_EDE,
|
|
@@ -356,8 +363,8 @@ export var EndpointDisabledException = [
|
|
|
356
363
|
[_m],
|
|
357
364
|
[0],
|
|
358
365
|
];
|
|
359
|
-
TypeRegistry.for(n0).registerError(EndpointDisabledException
|
|
360
|
-
export var FilterPolicyLimitExceededException = [
|
|
366
|
+
TypeRegistry.for(n0).registerError(EndpointDisabledException$, EndpointDisabledException);
|
|
367
|
+
export var FilterPolicyLimitExceededException$ = [
|
|
361
368
|
-3,
|
|
362
369
|
n0,
|
|
363
370
|
_FPLEE,
|
|
@@ -365,22 +372,22 @@ export var FilterPolicyLimitExceededException = [
|
|
|
365
372
|
[_m],
|
|
366
373
|
[0],
|
|
367
374
|
];
|
|
368
|
-
TypeRegistry.for(n0).registerError(FilterPolicyLimitExceededException
|
|
369
|
-
export var GetDataProtectionPolicyInput = [3, n0, _GDPPI, 0, [_RA], [0]];
|
|
370
|
-
export var GetDataProtectionPolicyResponse = [3, n0, _GDPPR, 0, [_DPP], [0]];
|
|
371
|
-
export var GetEndpointAttributesInput = [3, n0, _GEAI, 0, [_EA], [0]];
|
|
372
|
-
export var GetEndpointAttributesResponse = [3, n0, _GEAR, 0, [_A], [128 | 0]];
|
|
373
|
-
export var GetPlatformApplicationAttributesInput = [3, n0, _GPAAI, 0, [_PAA], [0]];
|
|
374
|
-
export var GetPlatformApplicationAttributesResponse = [3, n0, _GPAAR, 0, [_A], [128 | 0]];
|
|
375
|
-
export var GetSMSAttributesInput = [3, n0, _GSMSAI, 0, [_a], [64 | 0]];
|
|
376
|
-
export var GetSMSAttributesResponse = [3, n0, _GSMSAR, 0, [_a], [128 | 0]];
|
|
377
|
-
export var GetSMSSandboxAccountStatusInput = [3, n0, _GSMSSASI, 0, [], []];
|
|
378
|
-
export var GetSMSSandboxAccountStatusResult = [3, n0, _GSMSSASR, 0, [_IIS], [2]];
|
|
379
|
-
export var GetSubscriptionAttributesInput = [3, n0, _GSAI, 0, [_SA], [0]];
|
|
380
|
-
export var GetSubscriptionAttributesResponse = [3, n0, _GSAR, 0, [_A], [128 | 0]];
|
|
381
|
-
export var GetTopicAttributesInput = [3, n0, _GTAI, 0, [_TA], [0]];
|
|
382
|
-
export var GetTopicAttributesResponse = [3, n0, _GTAR, 0, [_A], [128 | 0]];
|
|
383
|
-
export var InternalErrorException = [
|
|
375
|
+
TypeRegistry.for(n0).registerError(FilterPolicyLimitExceededException$, FilterPolicyLimitExceededException);
|
|
376
|
+
export var GetDataProtectionPolicyInput$ = [3, n0, _GDPPI, 0, [_RA], [0]];
|
|
377
|
+
export var GetDataProtectionPolicyResponse$ = [3, n0, _GDPPR, 0, [_DPP], [0]];
|
|
378
|
+
export var GetEndpointAttributesInput$ = [3, n0, _GEAI, 0, [_EA], [0]];
|
|
379
|
+
export var GetEndpointAttributesResponse$ = [3, n0, _GEAR, 0, [_A], [128 | 0]];
|
|
380
|
+
export var GetPlatformApplicationAttributesInput$ = [3, n0, _GPAAI, 0, [_PAA], [0]];
|
|
381
|
+
export var GetPlatformApplicationAttributesResponse$ = [3, n0, _GPAAR, 0, [_A], [128 | 0]];
|
|
382
|
+
export var GetSMSAttributesInput$ = [3, n0, _GSMSAI, 0, [_a], [64 | 0]];
|
|
383
|
+
export var GetSMSAttributesResponse$ = [3, n0, _GSMSAR, 0, [_a], [128 | 0]];
|
|
384
|
+
export var GetSMSSandboxAccountStatusInput$ = [3, n0, _GSMSSASI, 0, [], []];
|
|
385
|
+
export var GetSMSSandboxAccountStatusResult$ = [3, n0, _GSMSSASR, 0, [_IIS], [2]];
|
|
386
|
+
export var GetSubscriptionAttributesInput$ = [3, n0, _GSAI, 0, [_SA], [0]];
|
|
387
|
+
export var GetSubscriptionAttributesResponse$ = [3, n0, _GSAR, 0, [_A], [128 | 0]];
|
|
388
|
+
export var GetTopicAttributesInput$ = [3, n0, _GTAI, 0, [_TA], [0]];
|
|
389
|
+
export var GetTopicAttributesResponse$ = [3, n0, _GTAR, 0, [_A], [128 | 0]];
|
|
390
|
+
export var InternalErrorException$ = [
|
|
384
391
|
-3,
|
|
385
392
|
n0,
|
|
386
393
|
_IEE,
|
|
@@ -388,8 +395,8 @@ export var InternalErrorException = [
|
|
|
388
395
|
[_m],
|
|
389
396
|
[0],
|
|
390
397
|
];
|
|
391
|
-
TypeRegistry.for(n0).registerError(InternalErrorException
|
|
392
|
-
export var InvalidBatchEntryIdException = [
|
|
398
|
+
TypeRegistry.for(n0).registerError(InternalErrorException$, InternalErrorException);
|
|
399
|
+
export var InvalidBatchEntryIdException$ = [
|
|
393
400
|
-3,
|
|
394
401
|
n0,
|
|
395
402
|
_IBEIE,
|
|
@@ -397,8 +404,8 @@ export var InvalidBatchEntryIdException = [
|
|
|
397
404
|
[_m],
|
|
398
405
|
[0],
|
|
399
406
|
];
|
|
400
|
-
TypeRegistry.for(n0).registerError(InvalidBatchEntryIdException
|
|
401
|
-
export var InvalidParameterException = [
|
|
407
|
+
TypeRegistry.for(n0).registerError(InvalidBatchEntryIdException$, InvalidBatchEntryIdException);
|
|
408
|
+
export var InvalidParameterException$ = [
|
|
402
409
|
-3,
|
|
403
410
|
n0,
|
|
404
411
|
_IPE,
|
|
@@ -406,8 +413,8 @@ export var InvalidParameterException = [
|
|
|
406
413
|
[_m],
|
|
407
414
|
[0],
|
|
408
415
|
];
|
|
409
|
-
TypeRegistry.for(n0).registerError(InvalidParameterException
|
|
410
|
-
export var InvalidParameterValueException = [
|
|
416
|
+
TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
417
|
+
export var InvalidParameterValueException$ = [
|
|
411
418
|
-3,
|
|
412
419
|
n0,
|
|
413
420
|
_IPVE,
|
|
@@ -415,8 +422,8 @@ export var InvalidParameterValueException = [
|
|
|
415
422
|
[_m],
|
|
416
423
|
[0],
|
|
417
424
|
];
|
|
418
|
-
TypeRegistry.for(n0).registerError(InvalidParameterValueException
|
|
419
|
-
export var InvalidSecurityException = [
|
|
425
|
+
TypeRegistry.for(n0).registerError(InvalidParameterValueException$, InvalidParameterValueException);
|
|
426
|
+
export var InvalidSecurityException$ = [
|
|
420
427
|
-3,
|
|
421
428
|
n0,
|
|
422
429
|
_ISE,
|
|
@@ -424,8 +431,8 @@ export var InvalidSecurityException = [
|
|
|
424
431
|
[_m],
|
|
425
432
|
[0],
|
|
426
433
|
];
|
|
427
|
-
TypeRegistry.for(n0).registerError(InvalidSecurityException
|
|
428
|
-
export var InvalidStateException = [
|
|
434
|
+
TypeRegistry.for(n0).registerError(InvalidSecurityException$, InvalidSecurityException);
|
|
435
|
+
export var InvalidStateException$ = [
|
|
429
436
|
-3,
|
|
430
437
|
n0,
|
|
431
438
|
_ISEn,
|
|
@@ -433,8 +440,8 @@ export var InvalidStateException = [
|
|
|
433
440
|
[_m],
|
|
434
441
|
[0],
|
|
435
442
|
];
|
|
436
|
-
TypeRegistry.for(n0).registerError(InvalidStateException
|
|
437
|
-
export var KMSAccessDeniedException = [
|
|
443
|
+
TypeRegistry.for(n0).registerError(InvalidStateException$, InvalidStateException);
|
|
444
|
+
export var KMSAccessDeniedException$ = [
|
|
438
445
|
-3,
|
|
439
446
|
n0,
|
|
440
447
|
_KMSADE,
|
|
@@ -442,8 +449,8 @@ export var KMSAccessDeniedException = [
|
|
|
442
449
|
[_m],
|
|
443
450
|
[0],
|
|
444
451
|
];
|
|
445
|
-
TypeRegistry.for(n0).registerError(KMSAccessDeniedException
|
|
446
|
-
export var KMSDisabledException = [
|
|
452
|
+
TypeRegistry.for(n0).registerError(KMSAccessDeniedException$, KMSAccessDeniedException);
|
|
453
|
+
export var KMSDisabledException$ = [
|
|
447
454
|
-3,
|
|
448
455
|
n0,
|
|
449
456
|
_KMSDE,
|
|
@@ -451,8 +458,8 @@ export var KMSDisabledException = [
|
|
|
451
458
|
[_m],
|
|
452
459
|
[0],
|
|
453
460
|
];
|
|
454
|
-
TypeRegistry.for(n0).registerError(KMSDisabledException
|
|
455
|
-
export var KMSInvalidStateException = [
|
|
461
|
+
TypeRegistry.for(n0).registerError(KMSDisabledException$, KMSDisabledException);
|
|
462
|
+
export var KMSInvalidStateException$ = [
|
|
456
463
|
-3,
|
|
457
464
|
n0,
|
|
458
465
|
_KMSISE,
|
|
@@ -460,8 +467,8 @@ export var KMSInvalidStateException = [
|
|
|
460
467
|
[_m],
|
|
461
468
|
[0],
|
|
462
469
|
];
|
|
463
|
-
TypeRegistry.for(n0).registerError(KMSInvalidStateException
|
|
464
|
-
export var KMSNotFoundException = [
|
|
470
|
+
TypeRegistry.for(n0).registerError(KMSInvalidStateException$, KMSInvalidStateException);
|
|
471
|
+
export var KMSNotFoundException$ = [
|
|
465
472
|
-3,
|
|
466
473
|
n0,
|
|
467
474
|
_KMSNFE,
|
|
@@ -469,8 +476,8 @@ export var KMSNotFoundException = [
|
|
|
469
476
|
[_m],
|
|
470
477
|
[0],
|
|
471
478
|
];
|
|
472
|
-
TypeRegistry.for(n0).registerError(KMSNotFoundException
|
|
473
|
-
export var KMSOptInRequired = [
|
|
479
|
+
TypeRegistry.for(n0).registerError(KMSNotFoundException$, KMSNotFoundException);
|
|
480
|
+
export var KMSOptInRequired$ = [
|
|
474
481
|
-3,
|
|
475
482
|
n0,
|
|
476
483
|
_KMSOIR,
|
|
@@ -478,8 +485,8 @@ export var KMSOptInRequired = [
|
|
|
478
485
|
[_m],
|
|
479
486
|
[0],
|
|
480
487
|
];
|
|
481
|
-
TypeRegistry.for(n0).registerError(KMSOptInRequired
|
|
482
|
-
export var KMSThrottlingException = [
|
|
488
|
+
TypeRegistry.for(n0).registerError(KMSOptInRequired$, KMSOptInRequired);
|
|
489
|
+
export var KMSThrottlingException$ = [
|
|
483
490
|
-3,
|
|
484
491
|
n0,
|
|
485
492
|
_KMSTE,
|
|
@@ -487,9 +494,9 @@ export var KMSThrottlingException = [
|
|
|
487
494
|
[_m],
|
|
488
495
|
[0],
|
|
489
496
|
];
|
|
490
|
-
TypeRegistry.for(n0).registerError(KMSThrottlingException
|
|
491
|
-
export var ListEndpointsByPlatformApplicationInput = [3, n0, _LEBPAI, 0, [_PAA, _NT], [0, 0]];
|
|
492
|
-
export var ListEndpointsByPlatformApplicationResponse = [
|
|
497
|
+
TypeRegistry.for(n0).registerError(KMSThrottlingException$, KMSThrottlingException);
|
|
498
|
+
export var ListEndpointsByPlatformApplicationInput$ = [3, n0, _LEBPAI, 0, [_PAA, _NT], [0, 0]];
|
|
499
|
+
export var ListEndpointsByPlatformApplicationResponse$ = [
|
|
493
500
|
3,
|
|
494
501
|
n0,
|
|
495
502
|
_LEBPAR,
|
|
@@ -497,8 +504,8 @@ export var ListEndpointsByPlatformApplicationResponse = [
|
|
|
497
504
|
[_En, _NT],
|
|
498
505
|
[() => ListOfEndpoints, 0],
|
|
499
506
|
];
|
|
500
|
-
export var ListOriginationNumbersRequest = [3, n0, _LONR, 0, [_NT, _MR], [0, 1]];
|
|
501
|
-
export var ListOriginationNumbersResult = [
|
|
507
|
+
export var ListOriginationNumbersRequest$ = [3, n0, _LONR, 0, [_NT, _MR], [0, 1]];
|
|
508
|
+
export var ListOriginationNumbersResult$ = [
|
|
502
509
|
3,
|
|
503
510
|
n0,
|
|
504
511
|
_LONRi,
|
|
@@ -506,8 +513,8 @@ export var ListOriginationNumbersResult = [
|
|
|
506
513
|
[_NT, _PNh],
|
|
507
514
|
[0, [() => PhoneNumberInformationList, 0]],
|
|
508
515
|
];
|
|
509
|
-
export var ListPhoneNumbersOptedOutInput = [3, n0, _LPNOOI, 0, [_nT], [0]];
|
|
510
|
-
export var ListPhoneNumbersOptedOutResponse = [
|
|
516
|
+
export var ListPhoneNumbersOptedOutInput$ = [3, n0, _LPNOOI, 0, [_nT], [0]];
|
|
517
|
+
export var ListPhoneNumbersOptedOutResponse$ = [
|
|
511
518
|
3,
|
|
512
519
|
n0,
|
|
513
520
|
_LPNOOR,
|
|
@@ -515,8 +522,8 @@ export var ListPhoneNumbersOptedOutResponse = [
|
|
|
515
522
|
[_pNh, _nT],
|
|
516
523
|
[[() => PhoneNumberList, 0], 0],
|
|
517
524
|
];
|
|
518
|
-
export var ListPlatformApplicationsInput = [3, n0, _LPAI, 0, [_NT], [0]];
|
|
519
|
-
export var ListPlatformApplicationsResponse = [
|
|
525
|
+
export var ListPlatformApplicationsInput$ = [3, n0, _LPAI, 0, [_NT], [0]];
|
|
526
|
+
export var ListPlatformApplicationsResponse$ = [
|
|
520
527
|
3,
|
|
521
528
|
n0,
|
|
522
529
|
_LPAR,
|
|
@@ -524,8 +531,8 @@ export var ListPlatformApplicationsResponse = [
|
|
|
524
531
|
[_PA, _NT],
|
|
525
532
|
[() => ListOfPlatformApplications, 0],
|
|
526
533
|
];
|
|
527
|
-
export var ListSMSSandboxPhoneNumbersInput = [3, n0, _LSMSSPNI, 0, [_NT, _MR], [0, 1]];
|
|
528
|
-
export var ListSMSSandboxPhoneNumbersResult = [
|
|
534
|
+
export var ListSMSSandboxPhoneNumbersInput$ = [3, n0, _LSMSSPNI, 0, [_NT, _MR], [0, 1]];
|
|
535
|
+
export var ListSMSSandboxPhoneNumbersResult$ = [
|
|
529
536
|
3,
|
|
530
537
|
n0,
|
|
531
538
|
_LSMSSPNR,
|
|
@@ -533,8 +540,8 @@ export var ListSMSSandboxPhoneNumbersResult = [
|
|
|
533
540
|
[_PNh, _NT],
|
|
534
541
|
[[() => SMSSandboxPhoneNumberList, 0], 0],
|
|
535
542
|
];
|
|
536
|
-
export var ListSubscriptionsByTopicInput = [3, n0, _LSBTI, 0, [_TA, _NT], [0, 0]];
|
|
537
|
-
export var ListSubscriptionsByTopicResponse = [
|
|
543
|
+
export var ListSubscriptionsByTopicInput$ = [3, n0, _LSBTI, 0, [_TA, _NT], [0, 0]];
|
|
544
|
+
export var ListSubscriptionsByTopicResponse$ = [
|
|
538
545
|
3,
|
|
539
546
|
n0,
|
|
540
547
|
_LSBTR,
|
|
@@ -542,14 +549,21 @@ export var ListSubscriptionsByTopicResponse = [
|
|
|
542
549
|
[_S, _NT],
|
|
543
550
|
[() => SubscriptionsList, 0],
|
|
544
551
|
];
|
|
545
|
-
export var ListSubscriptionsInput = [3, n0, _LSI, 0, [_NT], [0]];
|
|
546
|
-
export var ListSubscriptionsResponse = [
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
552
|
+
export var ListSubscriptionsInput$ = [3, n0, _LSI, 0, [_NT], [0]];
|
|
553
|
+
export var ListSubscriptionsResponse$ = [
|
|
554
|
+
3,
|
|
555
|
+
n0,
|
|
556
|
+
_LSR,
|
|
557
|
+
0,
|
|
558
|
+
[_S, _NT],
|
|
559
|
+
[() => SubscriptionsList, 0],
|
|
560
|
+
];
|
|
561
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [0]];
|
|
562
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
|
|
563
|
+
export var ListTopicsInput$ = [3, n0, _LTI, 0, [_NT], [0]];
|
|
564
|
+
export var ListTopicsResponse$ = [3, n0, _LTR, 0, [_To, _NT], [() => TopicsList, 0]];
|
|
565
|
+
export var MessageAttributeValue$ = [3, n0, _MAV, 0, [_DT, _SV, _BV], [0, 0, 21]];
|
|
566
|
+
export var NotFoundException$ = [
|
|
553
567
|
-3,
|
|
554
568
|
n0,
|
|
555
569
|
_NFE,
|
|
@@ -557,8 +571,8 @@ export var NotFoundException = [
|
|
|
557
571
|
[_m],
|
|
558
572
|
[0],
|
|
559
573
|
];
|
|
560
|
-
TypeRegistry.for(n0).registerError(NotFoundException
|
|
561
|
-
export var OptedOutException = [
|
|
574
|
+
TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
575
|
+
export var OptedOutException$ = [
|
|
562
576
|
-3,
|
|
563
577
|
n0,
|
|
564
578
|
_OOE,
|
|
@@ -566,10 +580,10 @@ export var OptedOutException = [
|
|
|
566
580
|
[_m],
|
|
567
581
|
[0],
|
|
568
582
|
];
|
|
569
|
-
TypeRegistry.for(n0).registerError(OptedOutException
|
|
570
|
-
export var OptInPhoneNumberInput = [3, n0, _OIPNI, 0, [_pN], [[() => PhoneNumber, 0]]];
|
|
571
|
-
export var OptInPhoneNumberResponse = [3, n0, _OIPNR, 0, [], []];
|
|
572
|
-
export var PhoneNumberInformation = [
|
|
583
|
+
TypeRegistry.for(n0).registerError(OptedOutException$, OptedOutException);
|
|
584
|
+
export var OptInPhoneNumberInput$ = [3, n0, _OIPNI, 0, [_pN], [[() => PhoneNumber, 0]]];
|
|
585
|
+
export var OptInPhoneNumberResponse$ = [3, n0, _OIPNR, 0, [], []];
|
|
586
|
+
export var PhoneNumberInformation$ = [
|
|
573
587
|
3,
|
|
574
588
|
n0,
|
|
575
589
|
_PNI,
|
|
@@ -577,8 +591,8 @@ export var PhoneNumberInformation = [
|
|
|
577
591
|
[_CA, _PN, _St, _ICC, _RT, _NC],
|
|
578
592
|
[4, [() => PhoneNumber, 0], 0, 0, 0, 64 | 0],
|
|
579
593
|
];
|
|
580
|
-
export var PlatformApplication = [3, n0, _PAl, 0, [_PAA, _A], [0, 128 | 0]];
|
|
581
|
-
export var PlatformApplicationDisabledException = [
|
|
594
|
+
export var PlatformApplication$ = [3, n0, _PAl, 0, [_PAA, _A], [0, 128 | 0]];
|
|
595
|
+
export var PlatformApplicationDisabledException$ = [
|
|
582
596
|
-3,
|
|
583
597
|
n0,
|
|
584
598
|
_PADE,
|
|
@@ -586,8 +600,8 @@ export var PlatformApplicationDisabledException = [
|
|
|
586
600
|
[_m],
|
|
587
601
|
[0],
|
|
588
602
|
];
|
|
589
|
-
TypeRegistry.for(n0).registerError(PlatformApplicationDisabledException
|
|
590
|
-
export var PublishBatchInput = [
|
|
603
|
+
TypeRegistry.for(n0).registerError(PlatformApplicationDisabledException$, PlatformApplicationDisabledException);
|
|
604
|
+
export var PublishBatchInput$ = [
|
|
591
605
|
3,
|
|
592
606
|
n0,
|
|
593
607
|
_PBI,
|
|
@@ -595,7 +609,7 @@ export var PublishBatchInput = [
|
|
|
595
609
|
[_TA, _PBRE],
|
|
596
610
|
[0, [() => PublishBatchRequestEntryList, 0]],
|
|
597
611
|
];
|
|
598
|
-
export var PublishBatchRequestEntry = [
|
|
612
|
+
export var PublishBatchRequestEntry$ = [
|
|
599
613
|
3,
|
|
600
614
|
n0,
|
|
601
615
|
_PBREu,
|
|
@@ -603,7 +617,7 @@ export var PublishBatchRequestEntry = [
|
|
|
603
617
|
[_I, _M, _Su, _MS, _MA, _MDI, _MGI],
|
|
604
618
|
[0, 0, 0, 0, [() => MessageAttributeMap, 0], 0, 0],
|
|
605
619
|
];
|
|
606
|
-
export var PublishBatchResponse = [
|
|
620
|
+
export var PublishBatchResponse$ = [
|
|
607
621
|
3,
|
|
608
622
|
n0,
|
|
609
623
|
_PBR,
|
|
@@ -611,8 +625,8 @@ export var PublishBatchResponse = [
|
|
|
611
625
|
[_Suc, _F],
|
|
612
626
|
[() => PublishBatchResultEntryList, () => BatchResultErrorEntryList],
|
|
613
627
|
];
|
|
614
|
-
export var PublishBatchResultEntry = [3, n0, _PBREub, 0, [_I, _MI, _SN], [0, 0, 0]];
|
|
615
|
-
export var PublishInput = [
|
|
628
|
+
export var PublishBatchResultEntry$ = [3, n0, _PBREub, 0, [_I, _MI, _SN], [0, 0, 0]];
|
|
629
|
+
export var PublishInput$ = [
|
|
616
630
|
3,
|
|
617
631
|
n0,
|
|
618
632
|
_PI,
|
|
@@ -620,10 +634,10 @@ export var PublishInput = [
|
|
|
620
634
|
[_TA, _TAa, _PN, _M, _Su, _MS, _MA, _MDI, _MGI],
|
|
621
635
|
[0, 0, [() => PhoneNumber, 0], 0, 0, 0, [() => MessageAttributeMap, 0], 0, 0],
|
|
622
636
|
];
|
|
623
|
-
export var PublishResponse = [3, n0, _PR, 0, [_MI, _SN], [0, 0]];
|
|
624
|
-
export var PutDataProtectionPolicyInput = [3, n0, _PDPPI, 0, [_RA, _DPP], [0, 0]];
|
|
625
|
-
export var RemovePermissionInput = [3, n0, _RPI, 0, [_TA, _L], [0, 0]];
|
|
626
|
-
export var ReplayLimitExceededException = [
|
|
637
|
+
export var PublishResponse$ = [3, n0, _PR, 0, [_MI, _SN], [0, 0]];
|
|
638
|
+
export var PutDataProtectionPolicyInput$ = [3, n0, _PDPPI, 0, [_RA, _DPP], [0, 0]];
|
|
639
|
+
export var RemovePermissionInput$ = [3, n0, _RPI, 0, [_TA, _L], [0, 0]];
|
|
640
|
+
export var ReplayLimitExceededException$ = [
|
|
627
641
|
-3,
|
|
628
642
|
n0,
|
|
629
643
|
_RLEE,
|
|
@@ -631,8 +645,8 @@ export var ReplayLimitExceededException = [
|
|
|
631
645
|
[_m],
|
|
632
646
|
[0],
|
|
633
647
|
];
|
|
634
|
-
TypeRegistry.for(n0).registerError(ReplayLimitExceededException
|
|
635
|
-
export var ResourceNotFoundException = [
|
|
648
|
+
TypeRegistry.for(n0).registerError(ReplayLimitExceededException$, ReplayLimitExceededException);
|
|
649
|
+
export var ResourceNotFoundException$ = [
|
|
636
650
|
-3,
|
|
637
651
|
n0,
|
|
638
652
|
_RNFE,
|
|
@@ -640,14 +654,14 @@ export var ResourceNotFoundException = [
|
|
|
640
654
|
[_m],
|
|
641
655
|
[0],
|
|
642
656
|
];
|
|
643
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
644
|
-
export var SetEndpointAttributesInput = [3, n0, _SEAI, 0, [_EA, _A], [0, 128 | 0]];
|
|
645
|
-
export var SetPlatformApplicationAttributesInput = [3, n0, _SPAAI, 0, [_PAA, _A], [0, 128 | 0]];
|
|
646
|
-
export var SetSMSAttributesInput = [3, n0, _SSMSAI, 0, [_a], [128 | 0]];
|
|
647
|
-
export var SetSMSAttributesResponse = [3, n0, _SSMSAR, 0, [], []];
|
|
648
|
-
export var SetSubscriptionAttributesInput = [3, n0, _SSAI, 0, [_SA, _ANt, _AV], [0, 0, 0]];
|
|
649
|
-
export var SetTopicAttributesInput = [3, n0, _STAI, 0, [_TA, _ANt, _AV], [0, 0, 0]];
|
|
650
|
-
export var SMSSandboxPhoneNumber = [
|
|
657
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
658
|
+
export var SetEndpointAttributesInput$ = [3, n0, _SEAI, 0, [_EA, _A], [0, 128 | 0]];
|
|
659
|
+
export var SetPlatformApplicationAttributesInput$ = [3, n0, _SPAAI, 0, [_PAA, _A], [0, 128 | 0]];
|
|
660
|
+
export var SetSMSAttributesInput$ = [3, n0, _SSMSAI, 0, [_a], [128 | 0]];
|
|
661
|
+
export var SetSMSAttributesResponse$ = [3, n0, _SSMSAR, 0, [], []];
|
|
662
|
+
export var SetSubscriptionAttributesInput$ = [3, n0, _SSAI, 0, [_SA, _ANt, _AV], [0, 0, 0]];
|
|
663
|
+
export var SetTopicAttributesInput$ = [3, n0, _STAI, 0, [_TA, _ANt, _AV], [0, 0, 0]];
|
|
664
|
+
export var SMSSandboxPhoneNumber$ = [
|
|
651
665
|
3,
|
|
652
666
|
n0,
|
|
653
667
|
_SMSSPN,
|
|
@@ -655,7 +669,7 @@ export var SMSSandboxPhoneNumber = [
|
|
|
655
669
|
[_PN, _St],
|
|
656
670
|
[[() => PhoneNumberString, 0], 0],
|
|
657
671
|
];
|
|
658
|
-
export var StaleTagException = [
|
|
672
|
+
export var StaleTagException$ = [
|
|
659
673
|
-3,
|
|
660
674
|
n0,
|
|
661
675
|
_STE,
|
|
@@ -663,11 +677,11 @@ export var StaleTagException = [
|
|
|
663
677
|
[_m],
|
|
664
678
|
[0],
|
|
665
679
|
];
|
|
666
|
-
TypeRegistry.for(n0).registerError(StaleTagException
|
|
667
|
-
export var SubscribeInput = [3, n0, _SI, 0, [_TA, _Pr, _E, _A, _RSA], [0, 0, 0, 128 | 0, 2]];
|
|
668
|
-
export var SubscribeResponse = [3, n0, _SR, 0, [_SA], [0]];
|
|
669
|
-
export var Subscription = [3, n0, _Sub, 0, [_SA, _O, _Pr, _E, _TA], [0, 0, 0, 0, 0]];
|
|
670
|
-
export var SubscriptionLimitExceededException = [
|
|
680
|
+
TypeRegistry.for(n0).registerError(StaleTagException$, StaleTagException);
|
|
681
|
+
export var SubscribeInput$ = [3, n0, _SI, 0, [_TA, _Pr, _E, _A, _RSA], [0, 0, 0, 128 | 0, 2]];
|
|
682
|
+
export var SubscribeResponse$ = [3, n0, _SR, 0, [_SA], [0]];
|
|
683
|
+
export var Subscription$ = [3, n0, _Sub, 0, [_SA, _O, _Pr, _E, _TA], [0, 0, 0, 0, 0]];
|
|
684
|
+
export var SubscriptionLimitExceededException$ = [
|
|
671
685
|
-3,
|
|
672
686
|
n0,
|
|
673
687
|
_SLEE,
|
|
@@ -675,9 +689,9 @@ export var SubscriptionLimitExceededException = [
|
|
|
675
689
|
[_m],
|
|
676
690
|
[0],
|
|
677
691
|
];
|
|
678
|
-
TypeRegistry.for(n0).registerError(SubscriptionLimitExceededException
|
|
679
|
-
export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
680
|
-
export var TagLimitExceededException = [
|
|
692
|
+
TypeRegistry.for(n0).registerError(SubscriptionLimitExceededException$, SubscriptionLimitExceededException);
|
|
693
|
+
export var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
694
|
+
export var TagLimitExceededException$ = [
|
|
681
695
|
-3,
|
|
682
696
|
n0,
|
|
683
697
|
_TLEE,
|
|
@@ -685,8 +699,8 @@ export var TagLimitExceededException = [
|
|
|
685
699
|
[_m],
|
|
686
700
|
[0],
|
|
687
701
|
];
|
|
688
|
-
TypeRegistry.for(n0).registerError(TagLimitExceededException
|
|
689
|
-
export var TagPolicyException = [
|
|
702
|
+
TypeRegistry.for(n0).registerError(TagLimitExceededException$, TagLimitExceededException);
|
|
703
|
+
export var TagPolicyException$ = [
|
|
690
704
|
-3,
|
|
691
705
|
n0,
|
|
692
706
|
_TPE,
|
|
@@ -694,10 +708,10 @@ export var TagPolicyException = [
|
|
|
694
708
|
[_m],
|
|
695
709
|
[0],
|
|
696
710
|
];
|
|
697
|
-
TypeRegistry.for(n0).registerError(TagPolicyException
|
|
698
|
-
export var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
|
|
699
|
-
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
700
|
-
export var ThrottledException = [
|
|
711
|
+
TypeRegistry.for(n0).registerError(TagPolicyException$, TagPolicyException);
|
|
712
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
|
|
713
|
+
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
714
|
+
export var ThrottledException$ = [
|
|
701
715
|
-3,
|
|
702
716
|
n0,
|
|
703
717
|
_TE,
|
|
@@ -705,8 +719,8 @@ export var ThrottledException = [
|
|
|
705
719
|
[_m],
|
|
706
720
|
[0],
|
|
707
721
|
];
|
|
708
|
-
TypeRegistry.for(n0).registerError(ThrottledException
|
|
709
|
-
export var TooManyEntriesInBatchRequestException = [
|
|
722
|
+
TypeRegistry.for(n0).registerError(ThrottledException$, ThrottledException);
|
|
723
|
+
export var TooManyEntriesInBatchRequestException$ = [
|
|
710
724
|
-3,
|
|
711
725
|
n0,
|
|
712
726
|
_TMEIBRE,
|
|
@@ -714,9 +728,9 @@ export var TooManyEntriesInBatchRequestException = [
|
|
|
714
728
|
[_m],
|
|
715
729
|
[0],
|
|
716
730
|
];
|
|
717
|
-
TypeRegistry.for(n0).registerError(TooManyEntriesInBatchRequestException
|
|
718
|
-
export var Topic = [3, n0, _Top, 0, [_TA], [0]];
|
|
719
|
-
export var TopicLimitExceededException = [
|
|
731
|
+
TypeRegistry.for(n0).registerError(TooManyEntriesInBatchRequestException$, TooManyEntriesInBatchRequestException);
|
|
732
|
+
export var Topic$ = [3, n0, _Top, 0, [_TA], [0]];
|
|
733
|
+
export var TopicLimitExceededException$ = [
|
|
720
734
|
-3,
|
|
721
735
|
n0,
|
|
722
736
|
_TLEEo,
|
|
@@ -724,11 +738,11 @@ export var TopicLimitExceededException = [
|
|
|
724
738
|
[_m],
|
|
725
739
|
[0],
|
|
726
740
|
];
|
|
727
|
-
TypeRegistry.for(n0).registerError(TopicLimitExceededException
|
|
728
|
-
export var UnsubscribeInput = [3, n0, _UI, 0, [_SA], [0]];
|
|
729
|
-
export var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
|
|
730
|
-
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
731
|
-
export var UserErrorException = [
|
|
741
|
+
TypeRegistry.for(n0).registerError(TopicLimitExceededException$, TopicLimitExceededException);
|
|
742
|
+
export var UnsubscribeInput$ = [3, n0, _UI, 0, [_SA], [0]];
|
|
743
|
+
export var UntagResourceRequest$ = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
|
|
744
|
+
export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
745
|
+
export var UserErrorException$ = [
|
|
732
746
|
-3,
|
|
733
747
|
n0,
|
|
734
748
|
_UEE,
|
|
@@ -736,8 +750,8 @@ export var UserErrorException = [
|
|
|
736
750
|
[_m],
|
|
737
751
|
[0],
|
|
738
752
|
];
|
|
739
|
-
TypeRegistry.for(n0).registerError(UserErrorException
|
|
740
|
-
export var ValidationException = [
|
|
753
|
+
TypeRegistry.for(n0).registerError(UserErrorException$, UserErrorException);
|
|
754
|
+
export var ValidationException$ = [
|
|
741
755
|
-3,
|
|
742
756
|
n0,
|
|
743
757
|
_VE,
|
|
@@ -745,10 +759,10 @@ export var ValidationException = [
|
|
|
745
759
|
[_M],
|
|
746
760
|
[0],
|
|
747
761
|
];
|
|
748
|
-
TypeRegistry.for(n0).registerError(ValidationException
|
|
749
|
-
export var VerificationException = [-3, n0, _VEe, { [_e]: _c }, [_M, _St], [0, 0]];
|
|
750
|
-
TypeRegistry.for(n0).registerError(VerificationException
|
|
751
|
-
export var VerifySMSSandboxPhoneNumberInput = [
|
|
762
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
763
|
+
export var VerificationException$ = [-3, n0, _VEe, { [_e]: _c }, [_M, _St], [0, 0]];
|
|
764
|
+
TypeRegistry.for(n0).registerError(VerificationException$, VerificationException);
|
|
765
|
+
export var VerifySMSSandboxPhoneNumberInput$ = [
|
|
752
766
|
3,
|
|
753
767
|
n0,
|
|
754
768
|
_VSMSSPNI,
|
|
@@ -756,286 +770,293 @@ export var VerifySMSSandboxPhoneNumberInput = [
|
|
|
756
770
|
[_PN, _OTP],
|
|
757
771
|
[[() => PhoneNumberString, 0], 0],
|
|
758
772
|
];
|
|
759
|
-
export var VerifySMSSandboxPhoneNumberResult = [3, n0, _VSMSSPNR, 0, [], []];
|
|
760
|
-
|
|
761
|
-
export var SNSServiceException = [-3, _sm, "SNSServiceException", 0, [], []];
|
|
762
|
-
TypeRegistry.for(_sm).registerError(SNSServiceException
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
773
|
+
export var VerifySMSSandboxPhoneNumberResult$ = [3, n0, _VSMSSPNR, 0, [], []];
|
|
774
|
+
var __Unit = "unit";
|
|
775
|
+
export var SNSServiceException$ = [-3, _sm, "SNSServiceException", 0, [], []];
|
|
776
|
+
TypeRegistry.for(_sm).registerError(SNSServiceException$, SNSServiceException);
|
|
777
|
+
var ActionsList = 64 | 0;
|
|
778
|
+
var BatchResultErrorEntryList = [1, n0, _BREEL, 0, () => BatchResultErrorEntry$];
|
|
779
|
+
var DelegatesList = 64 | 0;
|
|
780
|
+
var ListOfEndpoints = [1, n0, _LOE, 0, () => Endpoint$];
|
|
781
|
+
var ListOfPlatformApplications = [1, n0, _LOPA, 0, () => PlatformApplication$];
|
|
782
|
+
var ListString = 64 | 0;
|
|
783
|
+
var NumberCapabilityList = 64 | 0;
|
|
784
|
+
var PhoneNumberInformationList = [1, n0, _PNIL, 0, [() => PhoneNumberInformation$, 0]];
|
|
785
|
+
var PhoneNumberList = [1, n0, _PNL, 0, [() => PhoneNumber, 0]];
|
|
786
|
+
var PublishBatchRequestEntryList = [1, n0, _PBREL, 0, [() => PublishBatchRequestEntry$, 0]];
|
|
787
|
+
var PublishBatchResultEntryList = [1, n0, _PBRELu, 0, () => PublishBatchResultEntry$];
|
|
788
|
+
var SMSSandboxPhoneNumberList = [1, n0, _SMSSPNL, 0, [() => SMSSandboxPhoneNumber$, 0]];
|
|
789
|
+
var SubscriptionsList = [1, n0, _SL, 0, () => Subscription$];
|
|
790
|
+
var TagKeyList = 64 | 0;
|
|
791
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
792
|
+
var TopicsList = [1, n0, _TLo, 0, () => Topic$];
|
|
793
|
+
var MapStringToString = 128 | 0;
|
|
794
|
+
var MessageAttributeMap = [
|
|
781
795
|
2,
|
|
782
796
|
n0,
|
|
783
797
|
_MAM,
|
|
784
798
|
0,
|
|
785
799
|
[0, { [_xN]: _N }],
|
|
786
|
-
[() => MessageAttributeValue
|
|
800
|
+
[() => MessageAttributeValue$, { [_xN]: _V }],
|
|
787
801
|
];
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
export var AddPermission = [9, n0, _AP, 0, () => AddPermissionInput
|
|
791
|
-
export var CheckIfPhoneNumberIsOptedOut = [
|
|
802
|
+
var SubscriptionAttributesMap = 128 | 0;
|
|
803
|
+
var TopicAttributesMap = 128 | 0;
|
|
804
|
+
export var AddPermission$ = [9, n0, _AP, 0, () => AddPermissionInput$, () => __Unit];
|
|
805
|
+
export var CheckIfPhoneNumberIsOptedOut$ = [
|
|
792
806
|
9,
|
|
793
807
|
n0,
|
|
794
808
|
_CIPNIOO,
|
|
795
809
|
0,
|
|
796
|
-
() => CheckIfPhoneNumberIsOptedOutInput
|
|
797
|
-
() => CheckIfPhoneNumberIsOptedOutResponse
|
|
810
|
+
() => CheckIfPhoneNumberIsOptedOutInput$,
|
|
811
|
+
() => CheckIfPhoneNumberIsOptedOutResponse$,
|
|
798
812
|
];
|
|
799
|
-
export var ConfirmSubscription = [
|
|
813
|
+
export var ConfirmSubscription$ = [
|
|
800
814
|
9,
|
|
801
815
|
n0,
|
|
802
816
|
_CS,
|
|
803
817
|
0,
|
|
804
|
-
() => ConfirmSubscriptionInput
|
|
805
|
-
() => ConfirmSubscriptionResponse
|
|
818
|
+
() => ConfirmSubscriptionInput$,
|
|
819
|
+
() => ConfirmSubscriptionResponse$,
|
|
806
820
|
];
|
|
807
|
-
export var CreatePlatformApplication = [
|
|
821
|
+
export var CreatePlatformApplication$ = [
|
|
808
822
|
9,
|
|
809
823
|
n0,
|
|
810
824
|
_CPA,
|
|
811
825
|
0,
|
|
812
|
-
() => CreatePlatformApplicationInput
|
|
813
|
-
() => CreatePlatformApplicationResponse
|
|
826
|
+
() => CreatePlatformApplicationInput$,
|
|
827
|
+
() => CreatePlatformApplicationResponse$,
|
|
814
828
|
];
|
|
815
|
-
export var CreatePlatformEndpoint = [
|
|
829
|
+
export var CreatePlatformEndpoint$ = [
|
|
816
830
|
9,
|
|
817
831
|
n0,
|
|
818
832
|
_CPE,
|
|
819
833
|
0,
|
|
820
|
-
() => CreatePlatformEndpointInput
|
|
821
|
-
() => CreateEndpointResponse
|
|
834
|
+
() => CreatePlatformEndpointInput$,
|
|
835
|
+
() => CreateEndpointResponse$,
|
|
822
836
|
];
|
|
823
|
-
export var CreateSMSSandboxPhoneNumber = [
|
|
837
|
+
export var CreateSMSSandboxPhoneNumber$ = [
|
|
824
838
|
9,
|
|
825
839
|
n0,
|
|
826
840
|
_CSMSSPN,
|
|
827
841
|
0,
|
|
828
|
-
() => CreateSMSSandboxPhoneNumberInput
|
|
829
|
-
() => CreateSMSSandboxPhoneNumberResult
|
|
842
|
+
() => CreateSMSSandboxPhoneNumberInput$,
|
|
843
|
+
() => CreateSMSSandboxPhoneNumberResult$,
|
|
830
844
|
];
|
|
831
|
-
export var CreateTopic = [9, n0, _CT, 0, () => CreateTopicInput
|
|
832
|
-
export var DeleteEndpoint = [9, n0, _DE, 0, () => DeleteEndpointInput
|
|
833
|
-
export var DeletePlatformApplication = [
|
|
845
|
+
export var CreateTopic$ = [9, n0, _CT, 0, () => CreateTopicInput$, () => CreateTopicResponse$];
|
|
846
|
+
export var DeleteEndpoint$ = [9, n0, _DE, 0, () => DeleteEndpointInput$, () => __Unit];
|
|
847
|
+
export var DeletePlatformApplication$ = [
|
|
834
848
|
9,
|
|
835
849
|
n0,
|
|
836
850
|
_DPA,
|
|
837
851
|
0,
|
|
838
|
-
() => DeletePlatformApplicationInput
|
|
852
|
+
() => DeletePlatformApplicationInput$,
|
|
839
853
|
() => __Unit,
|
|
840
854
|
];
|
|
841
|
-
export var DeleteSMSSandboxPhoneNumber = [
|
|
855
|
+
export var DeleteSMSSandboxPhoneNumber$ = [
|
|
842
856
|
9,
|
|
843
857
|
n0,
|
|
844
858
|
_DSMSSPN,
|
|
845
859
|
0,
|
|
846
|
-
() => DeleteSMSSandboxPhoneNumberInput
|
|
847
|
-
() => DeleteSMSSandboxPhoneNumberResult
|
|
860
|
+
() => DeleteSMSSandboxPhoneNumberInput$,
|
|
861
|
+
() => DeleteSMSSandboxPhoneNumberResult$,
|
|
848
862
|
];
|
|
849
|
-
export var DeleteTopic = [9, n0, _DTe, 0, () => DeleteTopicInput
|
|
850
|
-
export var GetDataProtectionPolicy = [
|
|
863
|
+
export var DeleteTopic$ = [9, n0, _DTe, 0, () => DeleteTopicInput$, () => __Unit];
|
|
864
|
+
export var GetDataProtectionPolicy$ = [
|
|
851
865
|
9,
|
|
852
866
|
n0,
|
|
853
867
|
_GDPP,
|
|
854
868
|
0,
|
|
855
|
-
() => GetDataProtectionPolicyInput
|
|
856
|
-
() => GetDataProtectionPolicyResponse
|
|
869
|
+
() => GetDataProtectionPolicyInput$,
|
|
870
|
+
() => GetDataProtectionPolicyResponse$,
|
|
857
871
|
];
|
|
858
|
-
export var GetEndpointAttributes = [
|
|
872
|
+
export var GetEndpointAttributes$ = [
|
|
859
873
|
9,
|
|
860
874
|
n0,
|
|
861
875
|
_GEA,
|
|
862
876
|
0,
|
|
863
|
-
() => GetEndpointAttributesInput
|
|
864
|
-
() => GetEndpointAttributesResponse
|
|
877
|
+
() => GetEndpointAttributesInput$,
|
|
878
|
+
() => GetEndpointAttributesResponse$,
|
|
865
879
|
];
|
|
866
|
-
export var GetPlatformApplicationAttributes = [
|
|
880
|
+
export var GetPlatformApplicationAttributes$ = [
|
|
867
881
|
9,
|
|
868
882
|
n0,
|
|
869
883
|
_GPAA,
|
|
870
884
|
0,
|
|
871
|
-
() => GetPlatformApplicationAttributesInput
|
|
872
|
-
() => GetPlatformApplicationAttributesResponse
|
|
885
|
+
() => GetPlatformApplicationAttributesInput$,
|
|
886
|
+
() => GetPlatformApplicationAttributesResponse$,
|
|
873
887
|
];
|
|
874
|
-
export var GetSMSAttributes = [
|
|
888
|
+
export var GetSMSAttributes$ = [
|
|
875
889
|
9,
|
|
876
890
|
n0,
|
|
877
891
|
_GSMSA,
|
|
878
892
|
0,
|
|
879
|
-
() => GetSMSAttributesInput
|
|
880
|
-
() => GetSMSAttributesResponse
|
|
893
|
+
() => GetSMSAttributesInput$,
|
|
894
|
+
() => GetSMSAttributesResponse$,
|
|
881
895
|
];
|
|
882
|
-
export var GetSMSSandboxAccountStatus = [
|
|
896
|
+
export var GetSMSSandboxAccountStatus$ = [
|
|
883
897
|
9,
|
|
884
898
|
n0,
|
|
885
899
|
_GSMSSAS,
|
|
886
900
|
0,
|
|
887
|
-
() => GetSMSSandboxAccountStatusInput
|
|
888
|
-
() => GetSMSSandboxAccountStatusResult
|
|
901
|
+
() => GetSMSSandboxAccountStatusInput$,
|
|
902
|
+
() => GetSMSSandboxAccountStatusResult$,
|
|
889
903
|
];
|
|
890
|
-
export var GetSubscriptionAttributes = [
|
|
904
|
+
export var GetSubscriptionAttributes$ = [
|
|
891
905
|
9,
|
|
892
906
|
n0,
|
|
893
907
|
_GSA,
|
|
894
908
|
0,
|
|
895
|
-
() => GetSubscriptionAttributesInput
|
|
896
|
-
() => GetSubscriptionAttributesResponse
|
|
909
|
+
() => GetSubscriptionAttributesInput$,
|
|
910
|
+
() => GetSubscriptionAttributesResponse$,
|
|
897
911
|
];
|
|
898
|
-
export var GetTopicAttributes = [
|
|
912
|
+
export var GetTopicAttributes$ = [
|
|
899
913
|
9,
|
|
900
914
|
n0,
|
|
901
915
|
_GTA,
|
|
902
916
|
0,
|
|
903
|
-
() => GetTopicAttributesInput
|
|
904
|
-
() => GetTopicAttributesResponse
|
|
917
|
+
() => GetTopicAttributesInput$,
|
|
918
|
+
() => GetTopicAttributesResponse$,
|
|
905
919
|
];
|
|
906
|
-
export var ListEndpointsByPlatformApplication = [
|
|
920
|
+
export var ListEndpointsByPlatformApplication$ = [
|
|
907
921
|
9,
|
|
908
922
|
n0,
|
|
909
923
|
_LEBPA,
|
|
910
924
|
0,
|
|
911
|
-
() => ListEndpointsByPlatformApplicationInput
|
|
912
|
-
() => ListEndpointsByPlatformApplicationResponse
|
|
925
|
+
() => ListEndpointsByPlatformApplicationInput$,
|
|
926
|
+
() => ListEndpointsByPlatformApplicationResponse$,
|
|
913
927
|
];
|
|
914
|
-
export var ListOriginationNumbers = [
|
|
928
|
+
export var ListOriginationNumbers$ = [
|
|
915
929
|
9,
|
|
916
930
|
n0,
|
|
917
931
|
_LON,
|
|
918
932
|
0,
|
|
919
|
-
() => ListOriginationNumbersRequest
|
|
920
|
-
() => ListOriginationNumbersResult
|
|
933
|
+
() => ListOriginationNumbersRequest$,
|
|
934
|
+
() => ListOriginationNumbersResult$,
|
|
921
935
|
];
|
|
922
|
-
export var ListPhoneNumbersOptedOut = [
|
|
936
|
+
export var ListPhoneNumbersOptedOut$ = [
|
|
923
937
|
9,
|
|
924
938
|
n0,
|
|
925
939
|
_LPNOO,
|
|
926
940
|
0,
|
|
927
|
-
() => ListPhoneNumbersOptedOutInput
|
|
928
|
-
() => ListPhoneNumbersOptedOutResponse
|
|
941
|
+
() => ListPhoneNumbersOptedOutInput$,
|
|
942
|
+
() => ListPhoneNumbersOptedOutResponse$,
|
|
929
943
|
];
|
|
930
|
-
export var ListPlatformApplications = [
|
|
944
|
+
export var ListPlatformApplications$ = [
|
|
931
945
|
9,
|
|
932
946
|
n0,
|
|
933
947
|
_LPA,
|
|
934
948
|
0,
|
|
935
|
-
() => ListPlatformApplicationsInput
|
|
936
|
-
() => ListPlatformApplicationsResponse
|
|
949
|
+
() => ListPlatformApplicationsInput$,
|
|
950
|
+
() => ListPlatformApplicationsResponse$,
|
|
937
951
|
];
|
|
938
|
-
export var ListSMSSandboxPhoneNumbers = [
|
|
952
|
+
export var ListSMSSandboxPhoneNumbers$ = [
|
|
939
953
|
9,
|
|
940
954
|
n0,
|
|
941
955
|
_LSMSSPN,
|
|
942
956
|
0,
|
|
943
|
-
() => ListSMSSandboxPhoneNumbersInput
|
|
944
|
-
() => ListSMSSandboxPhoneNumbersResult
|
|
957
|
+
() => ListSMSSandboxPhoneNumbersInput$,
|
|
958
|
+
() => ListSMSSandboxPhoneNumbersResult$,
|
|
945
959
|
];
|
|
946
|
-
export var ListSubscriptions = [
|
|
960
|
+
export var ListSubscriptions$ = [
|
|
947
961
|
9,
|
|
948
962
|
n0,
|
|
949
963
|
_LS,
|
|
950
964
|
0,
|
|
951
|
-
() => ListSubscriptionsInput
|
|
952
|
-
() => ListSubscriptionsResponse
|
|
965
|
+
() => ListSubscriptionsInput$,
|
|
966
|
+
() => ListSubscriptionsResponse$,
|
|
953
967
|
];
|
|
954
|
-
export var ListSubscriptionsByTopic = [
|
|
968
|
+
export var ListSubscriptionsByTopic$ = [
|
|
955
969
|
9,
|
|
956
970
|
n0,
|
|
957
971
|
_LSBT,
|
|
958
972
|
0,
|
|
959
|
-
() => ListSubscriptionsByTopicInput
|
|
960
|
-
() => ListSubscriptionsByTopicResponse
|
|
973
|
+
() => ListSubscriptionsByTopicInput$,
|
|
974
|
+
() => ListSubscriptionsByTopicResponse$,
|
|
961
975
|
];
|
|
962
|
-
export var ListTagsForResource = [
|
|
976
|
+
export var ListTagsForResource$ = [
|
|
963
977
|
9,
|
|
964
978
|
n0,
|
|
965
979
|
_LTFR,
|
|
966
980
|
0,
|
|
967
|
-
() => ListTagsForResourceRequest
|
|
968
|
-
() => ListTagsForResourceResponse
|
|
981
|
+
() => ListTagsForResourceRequest$,
|
|
982
|
+
() => ListTagsForResourceResponse$,
|
|
969
983
|
];
|
|
970
|
-
export var ListTopics = [9, n0, _LT, 0, () => ListTopicsInput
|
|
971
|
-
export var OptInPhoneNumber = [
|
|
984
|
+
export var ListTopics$ = [9, n0, _LT, 0, () => ListTopicsInput$, () => ListTopicsResponse$];
|
|
985
|
+
export var OptInPhoneNumber$ = [
|
|
972
986
|
9,
|
|
973
987
|
n0,
|
|
974
988
|
_OIPN,
|
|
975
989
|
0,
|
|
976
|
-
() => OptInPhoneNumberInput
|
|
977
|
-
() => OptInPhoneNumberResponse
|
|
990
|
+
() => OptInPhoneNumberInput$,
|
|
991
|
+
() => OptInPhoneNumberResponse$,
|
|
992
|
+
];
|
|
993
|
+
export var Publish$ = [9, n0, _Pu, 0, () => PublishInput$, () => PublishResponse$];
|
|
994
|
+
export var PublishBatch$ = [
|
|
995
|
+
9,
|
|
996
|
+
n0,
|
|
997
|
+
_PB,
|
|
998
|
+
0,
|
|
999
|
+
() => PublishBatchInput$,
|
|
1000
|
+
() => PublishBatchResponse$,
|
|
978
1001
|
];
|
|
979
|
-
export var
|
|
980
|
-
export var PublishBatch = [9, n0, _PB, 0, () => PublishBatchInput, () => PublishBatchResponse];
|
|
981
|
-
export var PutDataProtectionPolicy = [
|
|
1002
|
+
export var PutDataProtectionPolicy$ = [
|
|
982
1003
|
9,
|
|
983
1004
|
n0,
|
|
984
1005
|
_PDPP,
|
|
985
1006
|
0,
|
|
986
|
-
() => PutDataProtectionPolicyInput
|
|
1007
|
+
() => PutDataProtectionPolicyInput$,
|
|
987
1008
|
() => __Unit,
|
|
988
1009
|
];
|
|
989
|
-
export var RemovePermission = [9, n0, _RP, 0, () => RemovePermissionInput
|
|
990
|
-
export var SetEndpointAttributes = [
|
|
1010
|
+
export var RemovePermission$ = [9, n0, _RP, 0, () => RemovePermissionInput$, () => __Unit];
|
|
1011
|
+
export var SetEndpointAttributes$ = [
|
|
991
1012
|
9,
|
|
992
1013
|
n0,
|
|
993
1014
|
_SEA,
|
|
994
1015
|
0,
|
|
995
|
-
() => SetEndpointAttributesInput
|
|
1016
|
+
() => SetEndpointAttributesInput$,
|
|
996
1017
|
() => __Unit,
|
|
997
1018
|
];
|
|
998
|
-
export var SetPlatformApplicationAttributes = [
|
|
1019
|
+
export var SetPlatformApplicationAttributes$ = [
|
|
999
1020
|
9,
|
|
1000
1021
|
n0,
|
|
1001
1022
|
_SPAA,
|
|
1002
1023
|
0,
|
|
1003
|
-
() => SetPlatformApplicationAttributesInput
|
|
1024
|
+
() => SetPlatformApplicationAttributesInput$,
|
|
1004
1025
|
() => __Unit,
|
|
1005
1026
|
];
|
|
1006
|
-
export var SetSMSAttributes = [
|
|
1027
|
+
export var SetSMSAttributes$ = [
|
|
1007
1028
|
9,
|
|
1008
1029
|
n0,
|
|
1009
1030
|
_SSMSA,
|
|
1010
1031
|
0,
|
|
1011
|
-
() => SetSMSAttributesInput
|
|
1012
|
-
() => SetSMSAttributesResponse
|
|
1032
|
+
() => SetSMSAttributesInput$,
|
|
1033
|
+
() => SetSMSAttributesResponse$,
|
|
1013
1034
|
];
|
|
1014
|
-
export var SetSubscriptionAttributes = [
|
|
1035
|
+
export var SetSubscriptionAttributes$ = [
|
|
1015
1036
|
9,
|
|
1016
1037
|
n0,
|
|
1017
1038
|
_SSA,
|
|
1018
1039
|
0,
|
|
1019
|
-
() => SetSubscriptionAttributesInput
|
|
1040
|
+
() => SetSubscriptionAttributesInput$,
|
|
1020
1041
|
() => __Unit,
|
|
1021
1042
|
];
|
|
1022
|
-
export var SetTopicAttributes = [9, n0, _STA, 0, () => SetTopicAttributesInput
|
|
1023
|
-
export var Subscribe = [9, n0, _Subs, 0, () => SubscribeInput
|
|
1024
|
-
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
1025
|
-
export var Unsubscribe = [9, n0, _U, 0, () => UnsubscribeInput
|
|
1026
|
-
export var UntagResource = [
|
|
1043
|
+
export var SetTopicAttributes$ = [9, n0, _STA, 0, () => SetTopicAttributesInput$, () => __Unit];
|
|
1044
|
+
export var Subscribe$ = [9, n0, _Subs, 0, () => SubscribeInput$, () => SubscribeResponse$];
|
|
1045
|
+
export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
1046
|
+
export var Unsubscribe$ = [9, n0, _U, 0, () => UnsubscribeInput$, () => __Unit];
|
|
1047
|
+
export var UntagResource$ = [
|
|
1027
1048
|
9,
|
|
1028
1049
|
n0,
|
|
1029
1050
|
_UR,
|
|
1030
1051
|
0,
|
|
1031
|
-
() => UntagResourceRequest
|
|
1032
|
-
() => UntagResourceResponse
|
|
1052
|
+
() => UntagResourceRequest$,
|
|
1053
|
+
() => UntagResourceResponse$,
|
|
1033
1054
|
];
|
|
1034
|
-
export var VerifySMSSandboxPhoneNumber = [
|
|
1055
|
+
export var VerifySMSSandboxPhoneNumber$ = [
|
|
1035
1056
|
9,
|
|
1036
1057
|
n0,
|
|
1037
1058
|
_VSMSSPN,
|
|
1038
1059
|
0,
|
|
1039
|
-
() => VerifySMSSandboxPhoneNumberInput
|
|
1040
|
-
() => VerifySMSSandboxPhoneNumberResult
|
|
1060
|
+
() => VerifySMSSandboxPhoneNumberInput$,
|
|
1061
|
+
() => VerifySMSSandboxPhoneNumberResult$,
|
|
1041
1062
|
];
|