@aws-sdk/client-pinpoint-sms-voice-v2 3.1075.0 → 3.1077.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -0
- package/dist-cjs/index.js +3634 -15
- package/dist-es/PinpointSMSVoiceV2.js +6 -0
- package/dist-es/commands/DeleteRcsMessageSpendLimitOverrideCommand.js +16 -0
- package/dist-es/commands/SendRcsMessageCommand.js +16 -0
- package/dist-es/commands/SetRcsMessageSpendLimitOverrideCommand.js +16 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +15 -0
- package/dist-es/models/models_1.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +221 -14
- package/dist-types/PinpointSMSVoiceV2.d.ts +22 -0
- package/dist-types/PinpointSMSVoiceV2Client.d.ts +5 -2
- package/dist-types/commands/CreateRcsAgentCommand.d.ts +6 -0
- package/dist-types/commands/DeleteRcsAgentCommand.d.ts +3 -0
- package/dist-types/commands/DeleteRcsMessageSpendLimitOverrideCommand.d.ts +86 -0
- package/dist-types/commands/DescribeRcsAgentsCommand.d.ts +6 -0
- package/dist-types/commands/SendRcsMessageCommand.d.ts +235 -0
- package/dist-types/commands/SetRcsMessageSpendLimitOverrideCommand.d.ts +88 -0
- package/dist-types/commands/UpdateRcsAgentCommand.d.ts +12 -0
- package/dist-types/commands/VerifyDestinationNumberCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +23 -0
- package/dist-types/models/models_0.d.ts +739 -52
- package/dist-types/models/models_1.d.ts +46 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +28 -1
- package/dist-types/ts3.4/PinpointSMSVoiceV2.d.ts +58 -0
- package/dist-types/ts3.4/PinpointSMSVoiceV2Client.d.ts +18 -0
- package/dist-types/ts3.4/commands/DeleteRcsMessageSpendLimitOverrideCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/SendRcsMessageCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/SetRcsMessageSpendLimitOverrideCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/VerifyDestinationNumberCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +17 -0
- package/dist-types/ts3.4/models/models_0.d.ts +260 -11
- package/dist-types/ts3.4/models/models_1.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +28 -0
- package/package.json +8 -10
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
- package/dist-cjs/endpoint/bdd.js +0 -46
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/PinpointSMSVoiceV2ServiceException.js +0 -8
- package/dist-cjs/models/errors.js +0 -123
- package/dist-cjs/runtimeConfig.browser.js +0 -32
- package/dist-cjs/runtimeConfig.js +0 -45
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -38
- package/dist-cjs/schemas/schemas_0.js +0 -2956
|
@@ -24,10 +24,15 @@ const _ATr = "ArchivedTimestamp";
|
|
|
24
24
|
const _AU = "AttachmentUrl";
|
|
25
25
|
const _AUER = "AttachmentUploadErrorReason";
|
|
26
26
|
const _AVN = "ApprovedVersionNumber";
|
|
27
|
+
const _Ap = "Application";
|
|
28
|
+
const _B = "Body";
|
|
27
29
|
const _C = "Country";
|
|
30
|
+
const _CC = "CardContents";
|
|
31
|
+
const _CCE = "CreateCalendarEvent";
|
|
28
32
|
const _CCS = "CreateConfigurationSet";
|
|
29
33
|
const _CCSR = "CreateConfigurationSetRequest";
|
|
30
34
|
const _CCSRr = "CreateConfigurationSetResult";
|
|
35
|
+
const _CCa = "CardContent";
|
|
31
36
|
const _CE = "ConflictException";
|
|
32
37
|
const _CED = "CreateEventDestination";
|
|
33
38
|
const _CEDR = "CreateEventDestinationRequest";
|
|
@@ -45,6 +50,7 @@ const _CNC = "CreateNotifyConfiguration";
|
|
|
45
50
|
const _CNCR = "CreateNotifyConfigurationRequest";
|
|
46
51
|
const _CNCRr = "CreateNotifyConfigurationResult";
|
|
47
52
|
const _CNo = "CountryName";
|
|
53
|
+
const _CO = "CardOrientation";
|
|
48
54
|
const _COIR = "CustomerOwnedIdentityRequired";
|
|
49
55
|
const _COOL = "CreateOptOutList";
|
|
50
56
|
const _COOLR = "CreateOptOutListRequest";
|
|
@@ -89,9 +95,12 @@ const _CVDN = "CreateVerifiedDestinationNumber";
|
|
|
89
95
|
const _CVDNR = "CreateVerifiedDestinationNumberRequest";
|
|
90
96
|
const _CVDNRr = "CreateVerifiedDestinationNumberResult";
|
|
91
97
|
const _CVN = "CurrentVersionNumber";
|
|
98
|
+
const _CW = "CardWidth";
|
|
92
99
|
const _CWLD = "CloudWatchLogsDestination";
|
|
93
100
|
const _Ca = "Carrier";
|
|
101
|
+
const _Car = "Carousel";
|
|
94
102
|
const _Ch = "Channels";
|
|
103
|
+
const _Cha = "Channel";
|
|
95
104
|
const _Co = "Content";
|
|
96
105
|
const _Con = "Context";
|
|
97
106
|
const _D = "Description";
|
|
@@ -163,7 +172,7 @@ const _DOONRe = "DeleteOptedOutNumberResult";
|
|
|
163
172
|
const _DOONRes = "DescribeOptedOutNumbersRequest";
|
|
164
173
|
const _DOONResc = "DescribeOptedOutNumbersResult";
|
|
165
174
|
const _DOONe = "DescribeOptedOutNumbers";
|
|
166
|
-
const _DP = "
|
|
175
|
+
const _DP = "DialPhone";
|
|
167
176
|
const _DPC = "DeleteProtectConfiguration";
|
|
168
177
|
const _DPCA = "DefaultProtectConfigurationArn";
|
|
169
178
|
const _DPCI = "DefaultProtectConfigurationId";
|
|
@@ -188,7 +197,8 @@ const _DPR = "DeletePoolRequest";
|
|
|
188
197
|
const _DPRe = "DeletePoolResult";
|
|
189
198
|
const _DPRes = "DescribePoolsRequest";
|
|
190
199
|
const _DPResc = "DescribePoolsResult";
|
|
191
|
-
const _DPe = "
|
|
200
|
+
const _DPe = "DeletePool";
|
|
201
|
+
const _DPes = "DescribePools";
|
|
192
202
|
const _DR = "DeniedReason";
|
|
193
203
|
const _DRA = "DeleteRcsAgent";
|
|
194
204
|
const _DRACLS = "DescribeRcsAgentCountryLaunchStatus";
|
|
@@ -214,6 +224,9 @@ const _DRFVRe = "DeleteRegistrationFieldValueResult";
|
|
|
214
224
|
const _DRFVRes = "DescribeRegistrationFieldValuesRequest";
|
|
215
225
|
const _DRFVResc = "DescribeRegistrationFieldValuesResult";
|
|
216
226
|
const _DRFVe = "DescribeRegistrationFieldValues";
|
|
227
|
+
const _DRMSLO = "DeleteRcsMessageSpendLimitOverride";
|
|
228
|
+
const _DRMSLOR = "DeleteRcsMessageSpendLimitOverrideRequest";
|
|
229
|
+
const _DRMSLORe = "DeleteRcsMessageSpendLimitOverrideResult";
|
|
217
230
|
const _DRP = "DeleteResourcePolicy";
|
|
218
231
|
const _DRPR = "DeleteResourcePolicyRequest";
|
|
219
232
|
const _DRPRe = "DeleteResourcePolicyResult";
|
|
@@ -274,12 +287,16 @@ const _EL = "EnforcedLimit";
|
|
|
274
287
|
const _EPN = "E164PhoneNumber";
|
|
275
288
|
const _ET = "ExpirationTimestamp";
|
|
276
289
|
const _ETV = "ExampleTextValue";
|
|
290
|
+
const _ETn = "EndTime";
|
|
277
291
|
const _EUOO = "EndUserOptedOut";
|
|
278
292
|
const _F = "Fields";
|
|
293
|
+
const _FC = "FallbackConfiguration";
|
|
294
|
+
const _FM = "FileMessage";
|
|
279
295
|
const _FP = "FieldPath";
|
|
280
296
|
const _FPi = "FieldPaths";
|
|
281
297
|
const _FR = "FieldRequirement";
|
|
282
298
|
const _FT = "FieldType";
|
|
299
|
+
const _FU = "FileUrl";
|
|
283
300
|
const _Fe = "Feedback";
|
|
284
301
|
const _Fi = "Filters";
|
|
285
302
|
const _GPCCRS = "GetProtectConfigurationCountryRuleSet";
|
|
@@ -288,6 +305,7 @@ const _GPCCRSRe = "GetProtectConfigurationCountryRuleSetResult";
|
|
|
288
305
|
const _GRP = "GetResourcePolicy";
|
|
289
306
|
const _GRPR = "GetResourcePolicyRequest";
|
|
290
307
|
const _GRPRe = "GetResourcePolicyResult";
|
|
308
|
+
const _H = "Height";
|
|
291
309
|
const _ICC = "IsoCountryCode";
|
|
292
310
|
const _ICCs = "IsoCountryCodes";
|
|
293
311
|
const _IRA = "IamRoleArn";
|
|
@@ -303,6 +321,7 @@ const _KIL = "KeywordInformationList";
|
|
|
303
321
|
const _KM = "KeywordMessage";
|
|
304
322
|
const _Ke = "Keywords";
|
|
305
323
|
const _Key = "Key";
|
|
324
|
+
const _L = "Latitude";
|
|
306
325
|
const _LC = "LanguageCode";
|
|
307
326
|
const _LD = "LongDescription";
|
|
308
327
|
const _LDVN = "LatestDeniedVersionNumber";
|
|
@@ -323,6 +342,8 @@ const _LRARi = "ListRegistrationAssociationsResult";
|
|
|
323
342
|
const _LTFR = "ListTagsForResource";
|
|
324
343
|
const _LTFRR = "ListTagsForResourceRequest";
|
|
325
344
|
const _LTFRRi = "ListTagsForResourceResult";
|
|
345
|
+
const _La = "Label";
|
|
346
|
+
const _Lo = "Longitude";
|
|
326
347
|
const _M = "Message";
|
|
327
348
|
const _MB = "MessageBody";
|
|
328
349
|
const _MBTT = "MessageBodyTextType";
|
|
@@ -343,11 +364,13 @@ const _MP = "MaxPrice";
|
|
|
343
364
|
const _MPPM = "MaxPricePerMinute";
|
|
344
365
|
const _MR = "MaxResults";
|
|
345
366
|
const _MT = "MessageType";
|
|
367
|
+
const _MTT = "MessageTrafficType";
|
|
346
368
|
const _MTe = "MessageTypes";
|
|
347
369
|
const _MU = "MediaUrls";
|
|
348
370
|
const _MV = "MinValue";
|
|
349
371
|
const _MVa = "MaxValue";
|
|
350
372
|
const _Ma = "Max";
|
|
373
|
+
const _Me = "Media";
|
|
351
374
|
const _N = "Name";
|
|
352
375
|
const _NC = "NotifyConfigurations";
|
|
353
376
|
const _NCA = "NotifyConfigurationArn";
|
|
@@ -389,6 +412,7 @@ const _OONI = "OptedOutNumberInformation";
|
|
|
389
412
|
const _OONIL = "OptedOutNumberInformationList";
|
|
390
413
|
const _OONp = "OptedOutNumbers";
|
|
391
414
|
const _OOT = "OptedOutTimestamp";
|
|
415
|
+
const _OU = "OpenUrl";
|
|
392
416
|
const _Op = "Option";
|
|
393
417
|
const _Opt = "Options";
|
|
394
418
|
const _Ov = "Overridden";
|
|
@@ -407,6 +431,7 @@ const _PCIro = "ProtectConfigurationInformation";
|
|
|
407
431
|
const _PCRSNO = "ProtectConfigurationRuleSetNumberOverride";
|
|
408
432
|
const _PCRSNOFI = "ProtectConfigurationRuleSetNumberOverrideFilterItem";
|
|
409
433
|
const _PCRSNOL = "ProtectConfigurationRuleSetNumberOverrideList";
|
|
434
|
+
const _PD = "PostbackData";
|
|
410
435
|
const _PF = "PoolFilter";
|
|
411
436
|
const _PFL = "PoolFilterList";
|
|
412
437
|
const _PI = "PoolId";
|
|
@@ -471,14 +496,27 @@ const _RAc = "RcsAgents";
|
|
|
471
496
|
const _RAe = "ResourceArn";
|
|
472
497
|
const _RAeg = "RegistrationAttachments";
|
|
473
498
|
const _RAegi = "RegistrationAssociations";
|
|
499
|
+
const _RC = "RcsCarousel";
|
|
500
|
+
const _RCC = "RcsCardContent";
|
|
501
|
+
const _RCCC = "RcsCarouselCardContent";
|
|
502
|
+
const _RCCCL = "RcsCarouselCardContentList";
|
|
503
|
+
const _RCCEA = "RcsCreateCalendarEventAction";
|
|
504
|
+
const _RCCM = "RcsCarouselCardMedia";
|
|
505
|
+
const _RCM = "RcsCardMedia";
|
|
506
|
+
const _RCSAL = "RcsCardSuggestedActionList";
|
|
507
|
+
const _RCc = "RcsContent";
|
|
508
|
+
const _RCi = "RichCard";
|
|
509
|
+
const _RDPA = "RcsDialPhoneAction";
|
|
474
510
|
const _RDRI = "RegistrationDeniedReasonInformation";
|
|
475
511
|
const _RDRIL = "RegistrationDeniedReasonInformationList";
|
|
476
512
|
const _RF = "RegistrationFilter";
|
|
513
|
+
const _RFC = "RcsFallbackConfiguration";
|
|
477
514
|
const _RFD = "RegistrationFieldDefinitions";
|
|
478
515
|
const _RFDH = "RegistrationFieldDisplayHints";
|
|
479
516
|
const _RFDL = "RegistrationFieldDefinitionList";
|
|
480
517
|
const _RFDe = "RegistrationFieldDefinition";
|
|
481
518
|
const _RFL = "RegistrationFilterList";
|
|
519
|
+
const _RFM = "RcsFileMessage";
|
|
482
520
|
const _RFV = "RegistrationFieldValues";
|
|
483
521
|
const _RFVI = "RegistrationFieldValueInformation";
|
|
484
522
|
const _RFVIL = "RegistrationFieldValueInformationList";
|
|
@@ -488,8 +526,11 @@ const _RIe = "RequestId";
|
|
|
488
526
|
const _RIeg = "RegistrationId";
|
|
489
527
|
const _RIegi = "RegistrationIds";
|
|
490
528
|
const _RIegis = "RegistrationInformation";
|
|
529
|
+
const _RL = "RequestLocation";
|
|
491
530
|
const _RMB = "ResolvedMessageBody";
|
|
531
|
+
const _RMC = "RcsMessageContent";
|
|
492
532
|
const _RNFE = "ResourceNotFoundException";
|
|
533
|
+
const _ROUA = "RcsOpenUrlAction";
|
|
493
534
|
const _RPI = "RcsPlatformId";
|
|
494
535
|
const _RPN = "ReleasePhoneNumber";
|
|
495
536
|
const _RPNR = "ReleasePhoneNumberRequest";
|
|
@@ -498,7 +539,12 @@ const _RPNReq = "RequestPhoneNumberRequest";
|
|
|
498
539
|
const _RPNRequ = "RequestPhoneNumberResult";
|
|
499
540
|
const _RPNe = "RequestPhoneNumber";
|
|
500
541
|
const _RR = "RejectionReason";
|
|
542
|
+
const _RRA = "RcsReplyAction";
|
|
543
|
+
const _RRLA = "RcsRequestLocationAction";
|
|
501
544
|
const _RS = "RegistrationStatus";
|
|
545
|
+
const _RSA = "RcsSuggestedAction";
|
|
546
|
+
const _RSAL = "RcsSuggestedActionList";
|
|
547
|
+
const _RSC = "RcsStandaloneCard";
|
|
502
548
|
const _RSD = "RegistrationSectionDefinitions";
|
|
503
549
|
const _RSDH = "RegistrationSectionDisplayHints";
|
|
504
550
|
const _RSDL = "RegistrationSectionDefinitionList";
|
|
@@ -509,6 +555,7 @@ const _RSIRe = "ReleaseSenderIdResult";
|
|
|
509
555
|
const _RSIReq = "RequestSenderIdRequest";
|
|
510
556
|
const _RSIRequ = "RequestSenderIdResult";
|
|
511
557
|
const _RSIe = "RequestSenderId";
|
|
558
|
+
const _RSLA = "RcsShowLocationAction";
|
|
512
559
|
const _RSNO = "RuleSetNumberOverrides";
|
|
513
560
|
const _RT = "ResourceType";
|
|
514
561
|
const _RTD = "RegistrationTypeDefinitions";
|
|
@@ -517,6 +564,7 @@ const _RTDL = "RegistrationTypeDefinitionList";
|
|
|
517
564
|
const _RTDe = "RegistrationTypeDefinition";
|
|
518
565
|
const _RTF = "RegistrationTypeFilter";
|
|
519
566
|
const _RTFL = "RegistrationTypeFilterList";
|
|
567
|
+
const _RTM = "RcsTextMessage";
|
|
520
568
|
const _RTe = "RegistrationType";
|
|
521
569
|
const _RTeg = "RegistrationTypes";
|
|
522
570
|
const _RTev = "ReviewingTimestamp";
|
|
@@ -530,6 +578,7 @@ const _RVS = "RegistrationVersionStatus";
|
|
|
530
578
|
const _RVSH = "RegistrationVersionStatusHistory";
|
|
531
579
|
const _Re = "Registrations";
|
|
532
580
|
const _Reg = "Registered";
|
|
581
|
+
const _Rep = "Reply";
|
|
533
582
|
const _Req = "Required";
|
|
534
583
|
const _S = "Status";
|
|
535
584
|
const _SA = "SupportedAssociations";
|
|
@@ -566,6 +615,7 @@ const _SIL = "SenderIdList";
|
|
|
566
615
|
const _SIe = "SenderIds";
|
|
567
616
|
const _SL = "SpendLimits";
|
|
568
617
|
const _SLL = "SpendLimitList";
|
|
618
|
+
const _SLh = "ShowLocation";
|
|
569
619
|
const _SLp = "SpendLimit";
|
|
570
620
|
const _SMM = "SendMediaMessage";
|
|
571
621
|
const _SMMR = "SendMediaMessageRequest";
|
|
@@ -590,6 +640,12 @@ const _SP = "SectionPath";
|
|
|
590
640
|
const _SPe = "SectionPaths";
|
|
591
641
|
const _SQEE = "ServiceQuotaExceededException";
|
|
592
642
|
const _SRE = "SharedRoutesEnabled";
|
|
643
|
+
const _SRM = "SendRcsMessage";
|
|
644
|
+
const _SRMR = "SendRcsMessageRequest";
|
|
645
|
+
const _SRMRe = "SendRcsMessageResult";
|
|
646
|
+
const _SRMSLO = "SetRcsMessageSpendLimitOverride";
|
|
647
|
+
const _SRMSLOR = "SetRcsMessageSpendLimitOverrideRequest";
|
|
648
|
+
const _SRMSLORe = "SetRcsMessageSpendLimitOverrideResult";
|
|
593
649
|
const _SRV = "SubmitRegistrationVersion";
|
|
594
650
|
const _SRVR = "SubmitRegistrationVersionRequest";
|
|
595
651
|
const _SRVRu = "SubmitRegistrationVersionResult";
|
|
@@ -600,6 +656,7 @@ const _STMRe = "SendTextMessageResult";
|
|
|
600
656
|
const _STMSLO = "SetTextMessageSpendLimitOverride";
|
|
601
657
|
const _STMSLOR = "SetTextMessageSpendLimitOverrideRequest";
|
|
602
658
|
const _STMSLORe = "SetTextMessageSpendLimitOverrideResult";
|
|
659
|
+
const _STt = "StartTime";
|
|
603
660
|
const _STu = "SubmittedTimestamp";
|
|
604
661
|
const _SUC = "SupportedUseCases";
|
|
605
662
|
const _SV = "SelectValidation";
|
|
@@ -612,6 +669,7 @@ const _SVMSLOR = "SetVoiceMessageSpendLimitOverrideRequest";
|
|
|
612
669
|
const _SVMSLORe = "SetVoiceMessageSpendLimitOverrideResult";
|
|
613
670
|
const _Sa = "Sample";
|
|
614
671
|
const _So = "Source";
|
|
672
|
+
const _Su = "Suggestions";
|
|
615
673
|
const _T = "Tags";
|
|
616
674
|
const _TA = "TierAccess";
|
|
617
675
|
const _TAI = "TestingAgentInformation";
|
|
@@ -620,14 +678,17 @@ const _TAe = "TestingAgent";
|
|
|
620
678
|
const _TAo = "TopicArn";
|
|
621
679
|
const _TE = "ThrottlingException";
|
|
622
680
|
const _TI = "TemplateIds";
|
|
681
|
+
const _TIA = "ThumbnailImageAlignment";
|
|
623
682
|
const _TIe = "TemplateId";
|
|
624
683
|
const _TK = "TagKeys";
|
|
625
684
|
const _TL = "TagList";
|
|
685
|
+
const _TM = "TextMessage";
|
|
626
686
|
const _TR = "TagResource";
|
|
627
687
|
const _TRR = "TagResourceRequest";
|
|
628
688
|
const _TRRa = "TagResourceResult";
|
|
629
689
|
const _TT = "TemplateType";
|
|
630
690
|
const _TTL = "TimeToLive";
|
|
691
|
+
const _TU = "ThumbnailUrl";
|
|
631
692
|
const _TUS = "TierUpgradeStatus";
|
|
632
693
|
const _TV = "TextValue";
|
|
633
694
|
const _TVD = "TextValidationDescription";
|
|
@@ -638,7 +699,12 @@ const _TVem = "TemplateVariables";
|
|
|
638
699
|
const _TWCA = "TwoWayChannelArn";
|
|
639
700
|
const _TWCR = "TwoWayChannelRole";
|
|
640
701
|
const _TWE = "TwoWayEnabled";
|
|
702
|
+
const _TWMSBN = "TwoWayMediaS3BucketName";
|
|
703
|
+
const _TWMSKP = "TwoWayMediaS3KeyPrefix";
|
|
704
|
+
const _TWMSR = "TwoWayMediaS3Role";
|
|
705
|
+
const _TWREE = "TwoWayRcsEventsEnabled";
|
|
641
706
|
const _Ta = "Tag";
|
|
707
|
+
const _Te = "Text";
|
|
642
708
|
const _Ti = "Tier";
|
|
643
709
|
const _Tit = "Title";
|
|
644
710
|
const _Ty = "Type";
|
|
@@ -672,6 +738,7 @@ const _URRn = "UntagResourceResult";
|
|
|
672
738
|
const _USI = "UpdateSenderId";
|
|
673
739
|
const _USIR = "UpdateSenderIdRequest";
|
|
674
740
|
const _USIRp = "UpdateSenderIdResult";
|
|
741
|
+
const _Ur = "Url";
|
|
675
742
|
const _V = "Value";
|
|
676
743
|
const _VC = "VerificationChannel";
|
|
677
744
|
const _VCe = "VerificationCode";
|
|
@@ -695,6 +762,7 @@ const _VNe = "VersionNumbers";
|
|
|
695
762
|
const _Va = "Values";
|
|
696
763
|
const _Var = "Variables";
|
|
697
764
|
const _Ve = "Version";
|
|
765
|
+
const _WVM = "WebviewViewMode";
|
|
698
766
|
const _c = "client";
|
|
699
767
|
const _e = "error";
|
|
700
768
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.pinpointsmsvoicev2";
|
|
@@ -890,8 +958,8 @@ export var CreateRcsAgentRequest$ = [3, n0, _CRAR,
|
|
|
890
958
|
];
|
|
891
959
|
export var CreateRcsAgentResult$ = [3, n0, _CRARr,
|
|
892
960
|
0,
|
|
893
|
-
[_RAA, _RAI, _S, _DPE, _CTr, _SMOOE, _TWE, _OOLN, _TWCA, _TWCR, _T],
|
|
894
|
-
[0, 0, 0, 2, 4, 2, 2, 0, 0, 0, () => TagList], 7
|
|
961
|
+
[_RAA, _RAI, _S, _DPE, _CTr, _SMOOE, _TWE, _OOLN, _TWCA, _TWCR, _TWMSBN, _TWMSKP, _TWMSR, _TWREE, _T],
|
|
962
|
+
[0, 0, 0, 2, 4, 2, 2, 0, 0, 0, 0, 0, 0, 64 | 0, () => TagList], 7
|
|
895
963
|
];
|
|
896
964
|
export var CreateRegistrationAssociationRequest$ = [3, n0, _CRARre,
|
|
897
965
|
0,
|
|
@@ -1090,8 +1158,18 @@ export var DeleteRcsAgentRequest$ = [3, n0, _DRAR,
|
|
|
1090
1158
|
];
|
|
1091
1159
|
export var DeleteRcsAgentResult$ = [3, n0, _DRARe,
|
|
1092
1160
|
0,
|
|
1093
|
-
[_RAA, _RAI, _S, _CTr, _DPE, _SMOOE, _TWE, _OOLN, _TWCA, _TWCR],
|
|
1094
|
-
[0, 0, 0, 4, 2, 2, 2, 0, 0, 0], 7
|
|
1161
|
+
[_RAA, _RAI, _S, _CTr, _DPE, _SMOOE, _TWE, _OOLN, _TWCA, _TWCR, _TWREE],
|
|
1162
|
+
[0, 0, 0, 4, 2, 2, 2, 0, 0, 0, 64 | 0], 7
|
|
1163
|
+
];
|
|
1164
|
+
export var DeleteRcsMessageSpendLimitOverrideRequest$ = [3, n0, _DRMSLOR,
|
|
1165
|
+
0,
|
|
1166
|
+
[],
|
|
1167
|
+
[]
|
|
1168
|
+
];
|
|
1169
|
+
export var DeleteRcsMessageSpendLimitOverrideResult$ = [3, n0, _DRMSLORe,
|
|
1170
|
+
0,
|
|
1171
|
+
[_ML],
|
|
1172
|
+
[1]
|
|
1095
1173
|
];
|
|
1096
1174
|
export var DeleteRegistrationAttachmentRequest$ = [3, n0, _DRARel,
|
|
1097
1175
|
0,
|
|
@@ -1675,8 +1753,88 @@ export var RcsAgentFilter$ = [3, n0, _RAF,
|
|
|
1675
1753
|
];
|
|
1676
1754
|
export var RcsAgentInformation$ = [3, n0, _RAIcs,
|
|
1677
1755
|
0,
|
|
1678
|
-
[_RAA, _RAI, _S, _CTr, _DPE, _SMOOE, _TWE, _OOLN, _TWCA, _TWCR, _PI, _TAe],
|
|
1679
|
-
[0, 0, 0, 4, 2, 2, 2, 0, 0, 0, 0, () => TestingAgentInformation$], 7
|
|
1756
|
+
[_RAA, _RAI, _S, _CTr, _DPE, _SMOOE, _TWE, _OOLN, _TWCA, _TWCR, _PI, _TWMSBN, _TWMSKP, _TWMSR, _TWREE, _TAe],
|
|
1757
|
+
[0, 0, 0, 4, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 64 | 0, () => TestingAgentInformation$], 7
|
|
1758
|
+
];
|
|
1759
|
+
export var RcsCardContent$ = [3, n0, _RCC,
|
|
1760
|
+
0,
|
|
1761
|
+
[_Tit, _D, _Me, _Su],
|
|
1762
|
+
[0, 0, () => RcsCardMedia$, () => RcsCardSuggestedActionList]
|
|
1763
|
+
];
|
|
1764
|
+
export var RcsCardMedia$ = [3, n0, _RCM,
|
|
1765
|
+
0,
|
|
1766
|
+
[_FU, _TU, _H],
|
|
1767
|
+
[0, 0, 0], 1
|
|
1768
|
+
];
|
|
1769
|
+
export var RcsCarousel$ = [3, n0, _RC,
|
|
1770
|
+
0,
|
|
1771
|
+
[_CW, _CC],
|
|
1772
|
+
[0, () => RcsCarouselCardContentList], 2
|
|
1773
|
+
];
|
|
1774
|
+
export var RcsCarouselCardContent$ = [3, n0, _RCCC,
|
|
1775
|
+
0,
|
|
1776
|
+
[_Tit, _D, _Me, _Su],
|
|
1777
|
+
[0, 0, () => RcsCarouselCardMedia$, () => RcsCardSuggestedActionList]
|
|
1778
|
+
];
|
|
1779
|
+
export var RcsCarouselCardMedia$ = [3, n0, _RCCM,
|
|
1780
|
+
0,
|
|
1781
|
+
[_FU, _TU, _H],
|
|
1782
|
+
[0, 0, 0], 1
|
|
1783
|
+
];
|
|
1784
|
+
export var RcsCreateCalendarEventAction$ = [3, n0, _RCCEA,
|
|
1785
|
+
0,
|
|
1786
|
+
[_Te, _PD, _Tit, _STt, _ETn, _D],
|
|
1787
|
+
[0, 0, 0, 4, 4, 0], 5
|
|
1788
|
+
];
|
|
1789
|
+
export var RcsDialPhoneAction$ = [3, n0, _RDPA,
|
|
1790
|
+
0,
|
|
1791
|
+
[_Te, _PD, _PN],
|
|
1792
|
+
[0, 0, 0], 3
|
|
1793
|
+
];
|
|
1794
|
+
export var RcsFallbackConfiguration$ = [3, n0, _RFC,
|
|
1795
|
+
0,
|
|
1796
|
+
[_Cha, _MB, _MU, _OI],
|
|
1797
|
+
[0, 0, 64 | 0, 0], 1
|
|
1798
|
+
];
|
|
1799
|
+
export var RcsFileMessage$ = [3, n0, _RFM,
|
|
1800
|
+
0,
|
|
1801
|
+
[_FU, _TU],
|
|
1802
|
+
[0, 0], 1
|
|
1803
|
+
];
|
|
1804
|
+
export var RcsMessageContent$ = [3, n0, _RMC,
|
|
1805
|
+
0,
|
|
1806
|
+
[_Co, _Su],
|
|
1807
|
+
[() => RcsContent$, () => RcsSuggestedActionList], 1
|
|
1808
|
+
];
|
|
1809
|
+
export var RcsOpenUrlAction$ = [3, n0, _ROUA,
|
|
1810
|
+
0,
|
|
1811
|
+
[_Te, _PD, _Ur, _Ap, _WVM],
|
|
1812
|
+
[0, 0, 0, 0, 0], 3
|
|
1813
|
+
];
|
|
1814
|
+
export var RcsReplyAction$ = [3, n0, _RRA,
|
|
1815
|
+
0,
|
|
1816
|
+
[_Te, _PD],
|
|
1817
|
+
[0, 0], 2
|
|
1818
|
+
];
|
|
1819
|
+
export var RcsRequestLocationAction$ = [3, n0, _RRLA,
|
|
1820
|
+
0,
|
|
1821
|
+
[_Te, _PD],
|
|
1822
|
+
[0, 0], 2
|
|
1823
|
+
];
|
|
1824
|
+
export var RcsShowLocationAction$ = [3, n0, _RSLA,
|
|
1825
|
+
0,
|
|
1826
|
+
[_Te, _PD, _L, _Lo, _La],
|
|
1827
|
+
[0, 0, 1, 1, 0], 4
|
|
1828
|
+
];
|
|
1829
|
+
export var RcsStandaloneCard$ = [3, n0, _RSC,
|
|
1830
|
+
0,
|
|
1831
|
+
[_CO, _CCa, _TIA],
|
|
1832
|
+
[0, () => RcsCardContent$, 0], 2
|
|
1833
|
+
];
|
|
1834
|
+
export var RcsTextMessage$ = [3, n0, _RTM,
|
|
1835
|
+
0,
|
|
1836
|
+
[_B],
|
|
1837
|
+
[0], 1
|
|
1680
1838
|
];
|
|
1681
1839
|
export var RegistrationAssociationFilter$ = [3, n0, _RAFe,
|
|
1682
1840
|
0,
|
|
@@ -1873,6 +2031,16 @@ export var SendNotifyVoiceMessageResult$ = [3, n0, _SNVMRe,
|
|
|
1873
2031
|
[_MI, _TIe, _RMB],
|
|
1874
2032
|
[0, 0, 0]
|
|
1875
2033
|
];
|
|
2034
|
+
export var SendRcsMessageRequest$ = [3, n0, _SRMR,
|
|
2035
|
+
0,
|
|
2036
|
+
[_DPN, _OI, _RMC, _TTL, _MTT, _FC, _PCI, _CSN, _MP, _DRr, _Con, _MFE],
|
|
2037
|
+
[0, 0, () => RcsMessageContent$, 1, 0, () => RcsFallbackConfiguration$, 0, 0, 0, 2, 128 | 0, 2], 2
|
|
2038
|
+
];
|
|
2039
|
+
export var SendRcsMessageResult$ = [3, n0, _SRMRe,
|
|
2040
|
+
0,
|
|
2041
|
+
[_MI],
|
|
2042
|
+
[0]
|
|
2043
|
+
];
|
|
1876
2044
|
export var SendTextMessageRequest$ = [3, n0, _STMR,
|
|
1877
2045
|
0,
|
|
1878
2046
|
[_DPN, _OI, _MB, _MT, _K, _CSN, _MP, _TTL, _Con, _DCP, _DRr, _PCI, _MFE],
|
|
@@ -1953,6 +2121,16 @@ export var SetNotifyMessageSpendLimitOverrideResult$ = [3, n0, _SNMSLORe,
|
|
|
1953
2121
|
[_ML],
|
|
1954
2122
|
[1]
|
|
1955
2123
|
];
|
|
2124
|
+
export var SetRcsMessageSpendLimitOverrideRequest$ = [3, n0, _SRMSLOR,
|
|
2125
|
+
0,
|
|
2126
|
+
[_ML],
|
|
2127
|
+
[1], 1
|
|
2128
|
+
];
|
|
2129
|
+
export var SetRcsMessageSpendLimitOverrideResult$ = [3, n0, _SRMSLORe,
|
|
2130
|
+
0,
|
|
2131
|
+
[_ML],
|
|
2132
|
+
[1]
|
|
2133
|
+
];
|
|
1956
2134
|
export var SetTextMessageSpendLimitOverrideRequest$ = [3, n0, _STMSLOR,
|
|
1957
2135
|
0,
|
|
1958
2136
|
[_ML],
|
|
@@ -2100,13 +2278,13 @@ export var UpdateProtectConfigurationResult$ = [3, n0, _UPCRp,
|
|
|
2100
2278
|
];
|
|
2101
2279
|
export var UpdateRcsAgentRequest$ = [3, n0, _URAR,
|
|
2102
2280
|
0,
|
|
2103
|
-
[_RAI, _DPE, _OOLN, _SMOOE, _TWCA, _TWCR, _TWE],
|
|
2104
|
-
[0, 2, 0, 2, 0, 0, 2], 1
|
|
2281
|
+
[_RAI, _DPE, _OOLN, _SMOOE, _TWCA, _TWCR, _TWE, _TWMSBN, _TWMSKP, _TWMSR, _TWREE],
|
|
2282
|
+
[0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 64 | 0], 1
|
|
2105
2283
|
];
|
|
2106
2284
|
export var UpdateRcsAgentResult$ = [3, n0, _URARp,
|
|
2107
2285
|
0,
|
|
2108
|
-
[_RAA, _RAI, _S, _CTr, _DPE, _SMOOE, _TWE, _OOLN, _TWCA, _TWCR],
|
|
2109
|
-
[0, 0, 0, 4, 2, 2, 2, 0, 0, 0], 7
|
|
2286
|
+
[_RAA, _RAI, _S, _CTr, _DPE, _SMOOE, _TWE, _OOLN, _TWCA, _TWCR, _TWMSBN, _TWMSKP, _TWMSR, _TWREE],
|
|
2287
|
+
[0, 0, 0, 4, 2, 2, 2, 0, 0, 0, 0, 0, 0, 64 | 0], 7
|
|
2110
2288
|
];
|
|
2111
2289
|
export var UpdateSenderIdRequest$ = [3, n0, _USIR,
|
|
2112
2290
|
0,
|
|
@@ -2258,6 +2436,16 @@ var RcsAgentIdList = 64 | 0;
|
|
|
2258
2436
|
var RcsAgentInformationList = [1, n0, _RAIL,
|
|
2259
2437
|
0, () => RcsAgentInformation$
|
|
2260
2438
|
];
|
|
2439
|
+
var RcsCardSuggestedActionList = [1, n0, _RCSAL,
|
|
2440
|
+
0, () => RcsSuggestedAction$
|
|
2441
|
+
];
|
|
2442
|
+
var RcsCarouselCardContentList = [1, n0, _RCCCL,
|
|
2443
|
+
0, () => RcsCarouselCardContent$
|
|
2444
|
+
];
|
|
2445
|
+
var RcsEventTypeList = 64 | 0;
|
|
2446
|
+
var RcsSuggestedActionList = [1, n0, _RSAL,
|
|
2447
|
+
0, () => RcsSuggestedAction$
|
|
2448
|
+
];
|
|
2261
2449
|
var RegistrationAssociationFilterList = [1, n0, _RAFLe,
|
|
2262
2450
|
0, () => RegistrationAssociationFilter$
|
|
2263
2451
|
];
|
|
@@ -2350,6 +2538,16 @@ var TemplateVariablesMap = [2, n0, _TVMe,
|
|
|
2350
2538
|
0, 0, () => TemplateVariableMetadata$
|
|
2351
2539
|
];
|
|
2352
2540
|
var TemplateVariableSubstitutionMap = 128 | 0;
|
|
2541
|
+
export var RcsContent$ = [4, n0, _RCc,
|
|
2542
|
+
0,
|
|
2543
|
+
[_TM, _FM, _RCi, _Car],
|
|
2544
|
+
[() => RcsTextMessage$, () => RcsFileMessage$, () => RcsStandaloneCard$, () => RcsCarousel$]
|
|
2545
|
+
];
|
|
2546
|
+
export var RcsSuggestedAction$ = [4, n0, _RSA,
|
|
2547
|
+
0,
|
|
2548
|
+
[_Rep, _OU, _DP, _SLh, _RL, _CCE],
|
|
2549
|
+
[() => RcsReplyAction$, () => RcsOpenUrlAction$, () => RcsDialPhoneAction$, () => RcsShowLocationAction$, () => RcsRequestLocationAction$, () => RcsCreateCalendarEventAction$]
|
|
2550
|
+
];
|
|
2353
2551
|
export var AssociateOriginationIdentity$ = [9, n0, _AOI,
|
|
2354
2552
|
0, () => AssociateOriginationIdentityRequest$, () => AssociateOriginationIdentityResult$
|
|
2355
2553
|
];
|
|
@@ -2428,7 +2626,7 @@ export var DeleteOptedOutNumber$ = [9, n0, _DOON,
|
|
|
2428
2626
|
export var DeleteOptOutList$ = [9, n0, _DOOL,
|
|
2429
2627
|
0, () => DeleteOptOutListRequest$, () => DeleteOptOutListResult$
|
|
2430
2628
|
];
|
|
2431
|
-
export var DeletePool$ = [9, n0,
|
|
2629
|
+
export var DeletePool$ = [9, n0, _DPe,
|
|
2432
2630
|
0, () => DeletePoolRequest$, () => DeletePoolResult$
|
|
2433
2631
|
];
|
|
2434
2632
|
export var DeleteProtectConfiguration$ = [9, n0, _DPC,
|
|
@@ -2440,6 +2638,9 @@ export var DeleteProtectConfigurationRuleSetNumberOverride$ = [9, n0, _DPCRSNO,
|
|
|
2440
2638
|
export var DeleteRcsAgent$ = [9, n0, _DRA,
|
|
2441
2639
|
0, () => DeleteRcsAgentRequest$, () => DeleteRcsAgentResult$
|
|
2442
2640
|
];
|
|
2641
|
+
export var DeleteRcsMessageSpendLimitOverride$ = [9, n0, _DRMSLO,
|
|
2642
|
+
0, () => DeleteRcsMessageSpendLimitOverrideRequest$, () => DeleteRcsMessageSpendLimitOverrideResult$
|
|
2643
|
+
];
|
|
2443
2644
|
export var DeleteRegistration$ = [9, n0, _DRel,
|
|
2444
2645
|
0, () => DeleteRegistrationRequest$, () => DeleteRegistrationResult$
|
|
2445
2646
|
];
|
|
@@ -2488,7 +2689,7 @@ export var DescribeOptOutLists$ = [9, n0, _DOOLe,
|
|
|
2488
2689
|
export var DescribePhoneNumbers$ = [9, n0, _DPNes,
|
|
2489
2690
|
0, () => DescribePhoneNumbersRequest$, () => DescribePhoneNumbersResult$
|
|
2490
2691
|
];
|
|
2491
|
-
export var DescribePools$ = [9, n0,
|
|
2692
|
+
export var DescribePools$ = [9, n0, _DPes,
|
|
2492
2693
|
0, () => DescribePoolsRequest$, () => DescribePoolsResult$
|
|
2493
2694
|
];
|
|
2494
2695
|
export var DescribeProtectConfigurations$ = [9, n0, _DPCe,
|
|
@@ -2602,6 +2803,9 @@ export var SendNotifyTextMessage$ = [9, n0, _SNTM,
|
|
|
2602
2803
|
export var SendNotifyVoiceMessage$ = [9, n0, _SNVM,
|
|
2603
2804
|
0, () => SendNotifyVoiceMessageRequest$, () => SendNotifyVoiceMessageResult$
|
|
2604
2805
|
];
|
|
2806
|
+
export var SendRcsMessage$ = [9, n0, _SRM,
|
|
2807
|
+
0, () => SendRcsMessageRequest$, () => SendRcsMessageResult$
|
|
2808
|
+
];
|
|
2605
2809
|
export var SendTextMessage$ = [9, n0, _STM,
|
|
2606
2810
|
0, () => SendTextMessageRequest$, () => SendTextMessageResult$
|
|
2607
2811
|
];
|
|
@@ -2626,6 +2830,9 @@ export var SetMediaMessageSpendLimitOverride$ = [9, n0, _SMMSLO,
|
|
|
2626
2830
|
export var SetNotifyMessageSpendLimitOverride$ = [9, n0, _SNMSLO,
|
|
2627
2831
|
0, () => SetNotifyMessageSpendLimitOverrideRequest$, () => SetNotifyMessageSpendLimitOverrideResult$
|
|
2628
2832
|
];
|
|
2833
|
+
export var SetRcsMessageSpendLimitOverride$ = [9, n0, _SRMSLO,
|
|
2834
|
+
0, () => SetRcsMessageSpendLimitOverrideRequest$, () => SetRcsMessageSpendLimitOverrideResult$
|
|
2835
|
+
];
|
|
2629
2836
|
export var SetTextMessageSpendLimitOverride$ = [9, n0, _STMSLO,
|
|
2630
2837
|
0, () => SetTextMessageSpendLimitOverrideRequest$, () => SetTextMessageSpendLimitOverrideResult$
|
|
2631
2838
|
];
|
|
@@ -29,6 +29,7 @@ import { type DeletePoolCommandInput, type DeletePoolCommandOutput } from "./com
|
|
|
29
29
|
import { type DeleteProtectConfigurationCommandInput, type DeleteProtectConfigurationCommandOutput } from "./commands/DeleteProtectConfigurationCommand";
|
|
30
30
|
import { type DeleteProtectConfigurationRuleSetNumberOverrideCommandInput, type DeleteProtectConfigurationRuleSetNumberOverrideCommandOutput } from "./commands/DeleteProtectConfigurationRuleSetNumberOverrideCommand";
|
|
31
31
|
import { type DeleteRcsAgentCommandInput, type DeleteRcsAgentCommandOutput } from "./commands/DeleteRcsAgentCommand";
|
|
32
|
+
import { type DeleteRcsMessageSpendLimitOverrideCommandInput, type DeleteRcsMessageSpendLimitOverrideCommandOutput } from "./commands/DeleteRcsMessageSpendLimitOverrideCommand";
|
|
32
33
|
import { type DeleteRegistrationAttachmentCommandInput, type DeleteRegistrationAttachmentCommandOutput } from "./commands/DeleteRegistrationAttachmentCommand";
|
|
33
34
|
import { type DeleteRegistrationCommandInput, type DeleteRegistrationCommandOutput } from "./commands/DeleteRegistrationCommand";
|
|
34
35
|
import { type DeleteRegistrationFieldValueCommandInput, type DeleteRegistrationFieldValueCommandOutput } from "./commands/DeleteRegistrationFieldValueCommand";
|
|
@@ -83,6 +84,7 @@ import { type SendDestinationNumberVerificationCodeCommandInput, type SendDestin
|
|
|
83
84
|
import { type SendMediaMessageCommandInput, type SendMediaMessageCommandOutput } from "./commands/SendMediaMessageCommand";
|
|
84
85
|
import { type SendNotifyTextMessageCommandInput, type SendNotifyTextMessageCommandOutput } from "./commands/SendNotifyTextMessageCommand";
|
|
85
86
|
import { type SendNotifyVoiceMessageCommandInput, type SendNotifyVoiceMessageCommandOutput } from "./commands/SendNotifyVoiceMessageCommand";
|
|
87
|
+
import { type SendRcsMessageCommandInput, type SendRcsMessageCommandOutput } from "./commands/SendRcsMessageCommand";
|
|
86
88
|
import { type SendTextMessageCommandInput, type SendTextMessageCommandOutput } from "./commands/SendTextMessageCommand";
|
|
87
89
|
import { type SendVoiceMessageCommandInput, type SendVoiceMessageCommandOutput } from "./commands/SendVoiceMessageCommand";
|
|
88
90
|
import { type SetAccountDefaultProtectConfigurationCommandInput, type SetAccountDefaultProtectConfigurationCommandOutput } from "./commands/SetAccountDefaultProtectConfigurationCommand";
|
|
@@ -91,6 +93,7 @@ import { type SetDefaultMessageTypeCommandInput, type SetDefaultMessageTypeComma
|
|
|
91
93
|
import { type SetDefaultSenderIdCommandInput, type SetDefaultSenderIdCommandOutput } from "./commands/SetDefaultSenderIdCommand";
|
|
92
94
|
import { type SetMediaMessageSpendLimitOverrideCommandInput, type SetMediaMessageSpendLimitOverrideCommandOutput } from "./commands/SetMediaMessageSpendLimitOverrideCommand";
|
|
93
95
|
import { type SetNotifyMessageSpendLimitOverrideCommandInput, type SetNotifyMessageSpendLimitOverrideCommandOutput } from "./commands/SetNotifyMessageSpendLimitOverrideCommand";
|
|
96
|
+
import { type SetRcsMessageSpendLimitOverrideCommandInput, type SetRcsMessageSpendLimitOverrideCommandOutput } from "./commands/SetRcsMessageSpendLimitOverrideCommand";
|
|
94
97
|
import { type SetTextMessageSpendLimitOverrideCommandInput, type SetTextMessageSpendLimitOverrideCommandOutput } from "./commands/SetTextMessageSpendLimitOverrideCommand";
|
|
95
98
|
import { type SetVoiceMessageSpendLimitOverrideCommandInput, type SetVoiceMessageSpendLimitOverrideCommandOutput } from "./commands/SetVoiceMessageSpendLimitOverrideCommand";
|
|
96
99
|
import { type SubmitRegistrationVersionCommandInput, type SubmitRegistrationVersionCommandOutput } from "./commands/SubmitRegistrationVersionCommand";
|
|
@@ -293,6 +296,13 @@ export interface PinpointSMSVoiceV2 {
|
|
|
293
296
|
deleteRcsAgent(args: DeleteRcsAgentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRcsAgentCommandOutput>;
|
|
294
297
|
deleteRcsAgent(args: DeleteRcsAgentCommandInput, cb: (err: any, data?: DeleteRcsAgentCommandOutput) => void): void;
|
|
295
298
|
deleteRcsAgent(args: DeleteRcsAgentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRcsAgentCommandOutput) => void): void;
|
|
299
|
+
/**
|
|
300
|
+
* @see {@link DeleteRcsMessageSpendLimitOverrideCommand}
|
|
301
|
+
*/
|
|
302
|
+
deleteRcsMessageSpendLimitOverride(): Promise<DeleteRcsMessageSpendLimitOverrideCommandOutput>;
|
|
303
|
+
deleteRcsMessageSpendLimitOverride(args: DeleteRcsMessageSpendLimitOverrideCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRcsMessageSpendLimitOverrideCommandOutput>;
|
|
304
|
+
deleteRcsMessageSpendLimitOverride(args: DeleteRcsMessageSpendLimitOverrideCommandInput, cb: (err: any, data?: DeleteRcsMessageSpendLimitOverrideCommandOutput) => void): void;
|
|
305
|
+
deleteRcsMessageSpendLimitOverride(args: DeleteRcsMessageSpendLimitOverrideCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRcsMessageSpendLimitOverrideCommandOutput) => void): void;
|
|
296
306
|
/**
|
|
297
307
|
* @see {@link DeleteRegistrationCommand}
|
|
298
308
|
*/
|
|
@@ -636,6 +646,12 @@ export interface PinpointSMSVoiceV2 {
|
|
|
636
646
|
sendNotifyVoiceMessage(args: SendNotifyVoiceMessageCommandInput, options?: __HttpHandlerOptions): Promise<SendNotifyVoiceMessageCommandOutput>;
|
|
637
647
|
sendNotifyVoiceMessage(args: SendNotifyVoiceMessageCommandInput, cb: (err: any, data?: SendNotifyVoiceMessageCommandOutput) => void): void;
|
|
638
648
|
sendNotifyVoiceMessage(args: SendNotifyVoiceMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendNotifyVoiceMessageCommandOutput) => void): void;
|
|
649
|
+
/**
|
|
650
|
+
* @see {@link SendRcsMessageCommand}
|
|
651
|
+
*/
|
|
652
|
+
sendRcsMessage(args: SendRcsMessageCommandInput, options?: __HttpHandlerOptions): Promise<SendRcsMessageCommandOutput>;
|
|
653
|
+
sendRcsMessage(args: SendRcsMessageCommandInput, cb: (err: any, data?: SendRcsMessageCommandOutput) => void): void;
|
|
654
|
+
sendRcsMessage(args: SendRcsMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendRcsMessageCommandOutput) => void): void;
|
|
639
655
|
/**
|
|
640
656
|
* @see {@link SendTextMessageCommand}
|
|
641
657
|
*/
|
|
@@ -684,6 +700,12 @@ export interface PinpointSMSVoiceV2 {
|
|
|
684
700
|
setNotifyMessageSpendLimitOverride(args: SetNotifyMessageSpendLimitOverrideCommandInput, options?: __HttpHandlerOptions): Promise<SetNotifyMessageSpendLimitOverrideCommandOutput>;
|
|
685
701
|
setNotifyMessageSpendLimitOverride(args: SetNotifyMessageSpendLimitOverrideCommandInput, cb: (err: any, data?: SetNotifyMessageSpendLimitOverrideCommandOutput) => void): void;
|
|
686
702
|
setNotifyMessageSpendLimitOverride(args: SetNotifyMessageSpendLimitOverrideCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetNotifyMessageSpendLimitOverrideCommandOutput) => void): void;
|
|
703
|
+
/**
|
|
704
|
+
* @see {@link SetRcsMessageSpendLimitOverrideCommand}
|
|
705
|
+
*/
|
|
706
|
+
setRcsMessageSpendLimitOverride(args: SetRcsMessageSpendLimitOverrideCommandInput, options?: __HttpHandlerOptions): Promise<SetRcsMessageSpendLimitOverrideCommandOutput>;
|
|
707
|
+
setRcsMessageSpendLimitOverride(args: SetRcsMessageSpendLimitOverrideCommandInput, cb: (err: any, data?: SetRcsMessageSpendLimitOverrideCommandOutput) => void): void;
|
|
708
|
+
setRcsMessageSpendLimitOverride(args: SetRcsMessageSpendLimitOverrideCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetRcsMessageSpendLimitOverrideCommandOutput) => void): void;
|
|
687
709
|
/**
|
|
688
710
|
* @see {@link SetTextMessageSpendLimitOverrideCommand}
|
|
689
711
|
*/
|