@aws-sdk/client-pinpoint-sms-voice-v2 3.450.0 → 3.453.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 +227 -0
- package/dist-cjs/PinpointSMSVoiceV2.js +52 -0
- package/dist-cjs/commands/CreateRegistrationAssociationCommand.js +51 -0
- package/dist-cjs/commands/CreateRegistrationAttachmentCommand.js +51 -0
- package/dist-cjs/commands/CreateRegistrationCommand.js +51 -0
- package/dist-cjs/commands/CreateRegistrationVersionCommand.js +51 -0
- package/dist-cjs/commands/CreateVerifiedDestinationNumberCommand.js +51 -0
- package/dist-cjs/commands/DeleteRegistrationAttachmentCommand.js +51 -0
- package/dist-cjs/commands/DeleteRegistrationCommand.js +51 -0
- package/dist-cjs/commands/DeleteRegistrationFieldValueCommand.js +51 -0
- package/dist-cjs/commands/DeleteVerifiedDestinationNumberCommand.js +51 -0
- package/dist-cjs/commands/DescribeRegistrationAttachmentsCommand.js +51 -0
- package/dist-cjs/commands/DescribeRegistrationFieldDefinitionsCommand.js +51 -0
- package/dist-cjs/commands/DescribeRegistrationFieldValuesCommand.js +51 -0
- package/dist-cjs/commands/DescribeRegistrationSectionDefinitionsCommand.js +51 -0
- package/dist-cjs/commands/DescribeRegistrationTypeDefinitionsCommand.js +51 -0
- package/dist-cjs/commands/DescribeRegistrationVersionsCommand.js +51 -0
- package/dist-cjs/commands/DescribeRegistrationsCommand.js +51 -0
- package/dist-cjs/commands/DescribeVerifiedDestinationNumbersCommand.js +51 -0
- package/dist-cjs/commands/DiscardRegistrationVersionCommand.js +51 -0
- package/dist-cjs/commands/ListRegistrationAssociationsCommand.js +51 -0
- package/dist-cjs/commands/PutRegistrationFieldValueCommand.js +51 -0
- package/dist-cjs/commands/ReleaseSenderIdCommand.js +51 -0
- package/dist-cjs/commands/RequestSenderIdCommand.js +51 -0
- package/dist-cjs/commands/SendDestinationNumberVerificationCodeCommand.js +51 -0
- package/dist-cjs/commands/SubmitRegistrationVersionCommand.js +51 -0
- package/dist-cjs/commands/UpdateSenderIdCommand.js +51 -0
- package/dist-cjs/commands/VerifyDestinationNumberCommand.js +51 -0
- package/dist-cjs/commands/index.js +26 -0
- package/dist-cjs/models/models_0.js +140 -1
- package/dist-cjs/pagination/DescribeRegistrationAttachmentsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeRegistrationFieldDefinitionsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeRegistrationFieldValuesPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeRegistrationSectionDefinitionsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeRegistrationTypeDefinitionsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeRegistrationVersionsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeRegistrationsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeVerifiedDestinationNumbersPaginator.js +29 -0
- package/dist-cjs/pagination/ListRegistrationAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +10 -1
- package/dist-cjs/protocols/Aws_json1_0.js +1811 -160
- package/dist-es/PinpointSMSVoiceV2.js +52 -0
- package/dist-es/commands/CreateRegistrationAssociationCommand.js +47 -0
- package/dist-es/commands/CreateRegistrationAttachmentCommand.js +47 -0
- package/dist-es/commands/CreateRegistrationCommand.js +47 -0
- package/dist-es/commands/CreateRegistrationVersionCommand.js +47 -0
- package/dist-es/commands/CreateVerifiedDestinationNumberCommand.js +47 -0
- package/dist-es/commands/DeleteRegistrationAttachmentCommand.js +47 -0
- package/dist-es/commands/DeleteRegistrationCommand.js +47 -0
- package/dist-es/commands/DeleteRegistrationFieldValueCommand.js +47 -0
- package/dist-es/commands/DeleteVerifiedDestinationNumberCommand.js +47 -0
- package/dist-es/commands/DescribeRegistrationAttachmentsCommand.js +47 -0
- package/dist-es/commands/DescribeRegistrationFieldDefinitionsCommand.js +47 -0
- package/dist-es/commands/DescribeRegistrationFieldValuesCommand.js +47 -0
- package/dist-es/commands/DescribeRegistrationSectionDefinitionsCommand.js +47 -0
- package/dist-es/commands/DescribeRegistrationTypeDefinitionsCommand.js +47 -0
- package/dist-es/commands/DescribeRegistrationVersionsCommand.js +47 -0
- package/dist-es/commands/DescribeRegistrationsCommand.js +47 -0
- package/dist-es/commands/DescribeVerifiedDestinationNumbersCommand.js +47 -0
- package/dist-es/commands/DiscardRegistrationVersionCommand.js +47 -0
- package/dist-es/commands/ListRegistrationAssociationsCommand.js +47 -0
- package/dist-es/commands/PutRegistrationFieldValueCommand.js +47 -0
- package/dist-es/commands/ReleaseSenderIdCommand.js +47 -0
- package/dist-es/commands/RequestSenderIdCommand.js +47 -0
- package/dist-es/commands/SendDestinationNumberVerificationCodeCommand.js +47 -0
- package/dist-es/commands/SubmitRegistrationVersionCommand.js +47 -0
- package/dist-es/commands/UpdateSenderIdCommand.js +47 -0
- package/dist-es/commands/VerifyDestinationNumberCommand.js +47 -0
- package/dist-es/commands/index.js +26 -0
- package/dist-es/models/models_0.js +139 -0
- package/dist-es/pagination/DescribeRegistrationAttachmentsPaginator.js +25 -0
- package/dist-es/pagination/DescribeRegistrationFieldDefinitionsPaginator.js +25 -0
- package/dist-es/pagination/DescribeRegistrationFieldValuesPaginator.js +25 -0
- package/dist-es/pagination/DescribeRegistrationSectionDefinitionsPaginator.js +25 -0
- package/dist-es/pagination/DescribeRegistrationTypeDefinitionsPaginator.js +25 -0
- package/dist-es/pagination/DescribeRegistrationVersionsPaginator.js +25 -0
- package/dist-es/pagination/DescribeRegistrationsPaginator.js +25 -0
- package/dist-es/pagination/DescribeVerifiedDestinationNumbersPaginator.js +25 -0
- package/dist-es/pagination/ListRegistrationAssociationsPaginator.js +25 -0
- package/dist-es/pagination/index.js +10 -1
- package/dist-es/protocols/Aws_json1_0.js +1708 -110
- package/dist-types/PinpointSMSVoiceV2.d.ts +203 -2
- package/dist-types/PinpointSMSVoiceV2Client.d.ts +49 -4
- package/dist-types/commands/AssociateOriginationIdentityCommand.d.ts +4 -4
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +2 -2
- package/dist-types/commands/CreateEventDestinationCommand.d.ts +2 -2
- package/dist-types/commands/CreateOptOutListCommand.d.ts +2 -2
- package/dist-types/commands/CreatePoolCommand.d.ts +4 -3
- package/dist-types/commands/CreateRegistrationAssociationCommand.d.ts +108 -0
- package/dist-types/commands/CreateRegistrationAttachmentCommand.d.ts +114 -0
- package/dist-types/commands/CreateRegistrationCommand.d.ts +118 -0
- package/dist-types/commands/CreateRegistrationVersionCommand.d.ts +113 -0
- package/dist-types/commands/CreateVerifiedDestinationNumberCommand.d.ts +115 -0
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDefaultMessageTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDefaultSenderIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeywordCommand.d.ts +2 -2
- package/dist-types/commands/DeleteOptOutListCommand.d.ts +2 -2
- package/dist-types/commands/DeleteOptedOutNumberCommand.d.ts +3 -3
- package/dist-types/commands/DeletePoolCommand.d.ts +3 -2
- package/dist-types/commands/DeleteRegistrationAttachmentCommand.d.ts +101 -0
- package/dist-types/commands/DeleteRegistrationCommand.d.ts +107 -0
- package/dist-types/commands/DeleteRegistrationFieldValueCommand.d.ts +106 -0
- package/dist-types/commands/DeleteVerifiedDestinationNumberCommand.d.ts +100 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConfigurationSetsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeKeywordsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeOptOutListsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeOptedOutNumbersCommand.d.ts +2 -2
- package/dist-types/commands/DescribePhoneNumbersCommand.d.ts +4 -2
- package/dist-types/commands/DescribePoolsCommand.d.ts +4 -3
- package/dist-types/commands/DescribeRegistrationAttachmentsCommand.d.ts +112 -0
- package/dist-types/commands/DescribeRegistrationFieldDefinitionsCommand.d.ts +131 -0
- package/dist-types/commands/DescribeRegistrationFieldValuesCommand.d.ts +112 -0
- package/dist-types/commands/DescribeRegistrationSectionDefinitionsCommand.d.ts +106 -0
- package/dist-types/commands/DescribeRegistrationTypeDefinitionsCommand.d.ts +120 -0
- package/dist-types/commands/DescribeRegistrationVersionsCommand.d.ts +131 -0
- package/dist-types/commands/DescribeRegistrationsCommand.d.ts +118 -0
- package/dist-types/commands/DescribeSenderIdsCommand.d.ts +5 -2
- package/dist-types/commands/DescribeSpendLimitsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedDestinationNumbersCommand.d.ts +115 -0
- package/dist-types/commands/DisassociateOriginationIdentityCommand.d.ts +1 -1
- package/dist-types/commands/DiscardRegistrationVersionCommand.d.ts +110 -0
- package/dist-types/commands/ListPoolOriginationIdentitiesCommand.d.ts +2 -1
- package/dist-types/commands/ListRegistrationAssociationsCommand.d.ts +113 -0
- package/dist-types/commands/PutKeywordCommand.d.ts +2 -2
- package/dist-types/commands/PutOptedOutNumberCommand.d.ts +2 -2
- package/dist-types/commands/PutRegistrationFieldValueCommand.d.ts +111 -0
- package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +4 -2
- package/dist-types/commands/ReleaseSenderIdCommand.d.ts +106 -0
- package/dist-types/commands/RequestPhoneNumberCommand.d.ts +2 -0
- package/dist-types/commands/RequestSenderIdCommand.d.ts +123 -0
- package/dist-types/commands/SendDestinationNumberVerificationCodeCommand.d.ts +112 -0
- package/dist-types/commands/SendTextMessageCommand.d.ts +1 -1
- package/dist-types/commands/SendVoiceMessageCommand.d.ts +1 -1
- package/dist-types/commands/SetDefaultMessageTypeCommand.d.ts +1 -1
- package/dist-types/commands/SetDefaultSenderIdCommand.d.ts +1 -1
- package/dist-types/commands/SubmitRegistrationVersionCommand.d.ts +110 -0
- package/dist-types/commands/UpdateEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +4 -1
- package/dist-types/commands/UpdatePoolCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSenderIdCommand.d.ts +102 -0
- package/dist-types/commands/VerifyDestinationNumberCommand.d.ts +102 -0
- package/dist-types/commands/index.d.ts +26 -0
- package/dist-types/index.d.ts +21 -2
- package/dist-types/models/models_0.d.ts +3368 -610
- package/dist-types/pagination/DescribeRegistrationAttachmentsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeRegistrationFieldDefinitionsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeRegistrationFieldValuesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeRegistrationSectionDefinitionsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeRegistrationTypeDefinitionsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeRegistrationVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeRegistrationsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeVerifiedDestinationNumbersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListRegistrationAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +10 -1
- package/dist-types/protocols/Aws_json1_0.d.ts +234 -0
- package/dist-types/ts3.4/PinpointSMSVoiceV2.d.ts +472 -0
- package/dist-types/ts3.4/PinpointSMSVoiceV2Client.d.ts +158 -2
- package/dist-types/ts3.4/commands/CreateRegistrationAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateRegistrationAttachmentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateRegistrationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateRegistrationVersionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateVerifiedDestinationNumberCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteRegistrationAttachmentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteRegistrationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteRegistrationFieldValueCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteVerifiedDestinationNumberCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeRegistrationAttachmentsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeRegistrationFieldDefinitionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeRegistrationFieldValuesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeRegistrationSectionDefinitionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeRegistrationTypeDefinitionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeRegistrationVersionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeRegistrationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeVerifiedDestinationNumbersCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DiscardRegistrationVersionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRegistrationAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutRegistrationFieldValueCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ReleaseSenderIdCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/RequestSenderIdCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/SendDestinationNumberVerificationCodeCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/SubmitRegistrationVersionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateSenderIdCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/VerifyDestinationNumberCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +26 -0
- package/dist-types/ts3.4/models/models_0.d.ts +671 -0
- package/dist-types/ts3.4/pagination/DescribeRegistrationAttachmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeRegistrationFieldDefinitionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeRegistrationFieldValuesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeRegistrationSectionDefinitionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeRegistrationTypeDefinitionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeRegistrationVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeRegistrationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeVerifiedDestinationNumbersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRegistrationAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +10 -1
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +312 -0
- package/package.json +35 -35
package/README.md
CHANGED
|
@@ -22,6 +22,25 @@ Amazon Pinpoint functionality into mobile apps and other types of applications.
|
|
|
22
22
|
The guide also provides key information, such as Amazon Pinpoint integration with
|
|
23
23
|
other Amazon Web Services services, and the quotas that apply to use of the
|
|
24
24
|
service.</p>
|
|
25
|
+
<p>
|
|
26
|
+
<b>Regional availability</b>
|
|
27
|
+
</p>
|
|
28
|
+
<p>The <i>Amazon Pinpoint SMS and Voice, version 2 API Reference</i> is
|
|
29
|
+
available in several Amazon Web Services Regions and it provides an endpoint for each of
|
|
30
|
+
these Regions. For a list of all the Regions and endpoints where the API is currently
|
|
31
|
+
available, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#pinpoint_region">Amazon Web Services Service Endpoints</a> and <a href="https://docs.aws.amazon.com/general/latest/gr/pinpoint.html">Amazon Pinpoint
|
|
32
|
+
endpoints and quotas</a> in the Amazon Web Services General Reference. To
|
|
33
|
+
learn more about Amazon Web Services Regions, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande-manage.html">Managing
|
|
34
|
+
Amazon Web Services Regions</a> in the Amazon Web Services General
|
|
35
|
+
Reference.</p>
|
|
36
|
+
<p>In each Region, Amazon Web Services maintains multiple Availability Zones. These
|
|
37
|
+
Availability Zones are physically isolated from each other, but are united by private,
|
|
38
|
+
low-latency, high-throughput, and highly redundant network connections. These
|
|
39
|
+
Availability Zones enable us to provide very high levels of availability and redundancy,
|
|
40
|
+
while also minimizing latency. To learn more about the number of Availability Zones that
|
|
41
|
+
are available in each Region, see <a href="https://aws.amazon.com/about-aws/global-infrastructure/">Amazon Web Services
|
|
42
|
+
Global Infrastructure.</a>
|
|
43
|
+
</p>
|
|
25
44
|
|
|
26
45
|
## Installing
|
|
27
46
|
|
|
@@ -257,6 +276,46 @@ CreatePool
|
|
|
257
276
|
|
|
258
277
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/createpoolcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/createpoolcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/createpoolcommandoutput.html)
|
|
259
278
|
|
|
279
|
+
</details>
|
|
280
|
+
<details>
|
|
281
|
+
<summary>
|
|
282
|
+
CreateRegistration
|
|
283
|
+
</summary>
|
|
284
|
+
|
|
285
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/createregistrationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/createregistrationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/createregistrationcommandoutput.html)
|
|
286
|
+
|
|
287
|
+
</details>
|
|
288
|
+
<details>
|
|
289
|
+
<summary>
|
|
290
|
+
CreateRegistrationAssociation
|
|
291
|
+
</summary>
|
|
292
|
+
|
|
293
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/createregistrationassociationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/createregistrationassociationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/createregistrationassociationcommandoutput.html)
|
|
294
|
+
|
|
295
|
+
</details>
|
|
296
|
+
<details>
|
|
297
|
+
<summary>
|
|
298
|
+
CreateRegistrationAttachment
|
|
299
|
+
</summary>
|
|
300
|
+
|
|
301
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/createregistrationattachmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/createregistrationattachmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/createregistrationattachmentcommandoutput.html)
|
|
302
|
+
|
|
303
|
+
</details>
|
|
304
|
+
<details>
|
|
305
|
+
<summary>
|
|
306
|
+
CreateRegistrationVersion
|
|
307
|
+
</summary>
|
|
308
|
+
|
|
309
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/createregistrationversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/createregistrationversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/createregistrationversioncommandoutput.html)
|
|
310
|
+
|
|
311
|
+
</details>
|
|
312
|
+
<details>
|
|
313
|
+
<summary>
|
|
314
|
+
CreateVerifiedDestinationNumber
|
|
315
|
+
</summary>
|
|
316
|
+
|
|
317
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/createverifieddestinationnumbercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/createverifieddestinationnumbercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/createverifieddestinationnumbercommandoutput.html)
|
|
318
|
+
|
|
260
319
|
</details>
|
|
261
320
|
<details>
|
|
262
321
|
<summary>
|
|
@@ -321,6 +380,30 @@ DeletePool
|
|
|
321
380
|
|
|
322
381
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/deletepoolcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/deletepoolcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/deletepoolcommandoutput.html)
|
|
323
382
|
|
|
383
|
+
</details>
|
|
384
|
+
<details>
|
|
385
|
+
<summary>
|
|
386
|
+
DeleteRegistration
|
|
387
|
+
</summary>
|
|
388
|
+
|
|
389
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/deleteregistrationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/deleteregistrationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/deleteregistrationcommandoutput.html)
|
|
390
|
+
|
|
391
|
+
</details>
|
|
392
|
+
<details>
|
|
393
|
+
<summary>
|
|
394
|
+
DeleteRegistrationAttachment
|
|
395
|
+
</summary>
|
|
396
|
+
|
|
397
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/deleteregistrationattachmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/deleteregistrationattachmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/deleteregistrationattachmentcommandoutput.html)
|
|
398
|
+
|
|
399
|
+
</details>
|
|
400
|
+
<details>
|
|
401
|
+
<summary>
|
|
402
|
+
DeleteRegistrationFieldValue
|
|
403
|
+
</summary>
|
|
404
|
+
|
|
405
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/deleteregistrationfieldvaluecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/deleteregistrationfieldvaluecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/deleteregistrationfieldvaluecommandoutput.html)
|
|
406
|
+
|
|
324
407
|
</details>
|
|
325
408
|
<details>
|
|
326
409
|
<summary>
|
|
@@ -329,6 +412,14 @@ DeleteTextMessageSpendLimitOverride
|
|
|
329
412
|
|
|
330
413
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/deletetextmessagespendlimitoverridecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/deletetextmessagespendlimitoverridecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/deletetextmessagespendlimitoverridecommandoutput.html)
|
|
331
414
|
|
|
415
|
+
</details>
|
|
416
|
+
<details>
|
|
417
|
+
<summary>
|
|
418
|
+
DeleteVerifiedDestinationNumber
|
|
419
|
+
</summary>
|
|
420
|
+
|
|
421
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/deleteverifieddestinationnumbercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/deleteverifieddestinationnumbercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/deleteverifieddestinationnumbercommandoutput.html)
|
|
422
|
+
|
|
332
423
|
</details>
|
|
333
424
|
<details>
|
|
334
425
|
<summary>
|
|
@@ -401,6 +492,62 @@ DescribePools
|
|
|
401
492
|
|
|
402
493
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/describepoolscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/describepoolscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/describepoolscommandoutput.html)
|
|
403
494
|
|
|
495
|
+
</details>
|
|
496
|
+
<details>
|
|
497
|
+
<summary>
|
|
498
|
+
DescribeRegistrationAttachments
|
|
499
|
+
</summary>
|
|
500
|
+
|
|
501
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/describeregistrationattachmentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/describeregistrationattachmentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/describeregistrationattachmentscommandoutput.html)
|
|
502
|
+
|
|
503
|
+
</details>
|
|
504
|
+
<details>
|
|
505
|
+
<summary>
|
|
506
|
+
DescribeRegistrationFieldDefinitions
|
|
507
|
+
</summary>
|
|
508
|
+
|
|
509
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/describeregistrationfielddefinitionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/describeregistrationfielddefinitionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/describeregistrationfielddefinitionscommandoutput.html)
|
|
510
|
+
|
|
511
|
+
</details>
|
|
512
|
+
<details>
|
|
513
|
+
<summary>
|
|
514
|
+
DescribeRegistrationFieldValues
|
|
515
|
+
</summary>
|
|
516
|
+
|
|
517
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/describeregistrationfieldvaluescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/describeregistrationfieldvaluescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/describeregistrationfieldvaluescommandoutput.html)
|
|
518
|
+
|
|
519
|
+
</details>
|
|
520
|
+
<details>
|
|
521
|
+
<summary>
|
|
522
|
+
DescribeRegistrations
|
|
523
|
+
</summary>
|
|
524
|
+
|
|
525
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/describeregistrationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/describeregistrationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/describeregistrationscommandoutput.html)
|
|
526
|
+
|
|
527
|
+
</details>
|
|
528
|
+
<details>
|
|
529
|
+
<summary>
|
|
530
|
+
DescribeRegistrationSectionDefinitions
|
|
531
|
+
</summary>
|
|
532
|
+
|
|
533
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/describeregistrationsectiondefinitionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/describeregistrationsectiondefinitionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/describeregistrationsectiondefinitionscommandoutput.html)
|
|
534
|
+
|
|
535
|
+
</details>
|
|
536
|
+
<details>
|
|
537
|
+
<summary>
|
|
538
|
+
DescribeRegistrationTypeDefinitions
|
|
539
|
+
</summary>
|
|
540
|
+
|
|
541
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/describeregistrationtypedefinitionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/describeregistrationtypedefinitionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/describeregistrationtypedefinitionscommandoutput.html)
|
|
542
|
+
|
|
543
|
+
</details>
|
|
544
|
+
<details>
|
|
545
|
+
<summary>
|
|
546
|
+
DescribeRegistrationVersions
|
|
547
|
+
</summary>
|
|
548
|
+
|
|
549
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/describeregistrationversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/describeregistrationversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/describeregistrationversionscommandoutput.html)
|
|
550
|
+
|
|
404
551
|
</details>
|
|
405
552
|
<details>
|
|
406
553
|
<summary>
|
|
@@ -417,6 +564,14 @@ DescribeSpendLimits
|
|
|
417
564
|
|
|
418
565
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/describespendlimitscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/describespendlimitscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/describespendlimitscommandoutput.html)
|
|
419
566
|
|
|
567
|
+
</details>
|
|
568
|
+
<details>
|
|
569
|
+
<summary>
|
|
570
|
+
DescribeVerifiedDestinationNumbers
|
|
571
|
+
</summary>
|
|
572
|
+
|
|
573
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/describeverifieddestinationnumberscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/describeverifieddestinationnumberscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/describeverifieddestinationnumberscommandoutput.html)
|
|
574
|
+
|
|
420
575
|
</details>
|
|
421
576
|
<details>
|
|
422
577
|
<summary>
|
|
@@ -425,6 +580,14 @@ DisassociateOriginationIdentity
|
|
|
425
580
|
|
|
426
581
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/disassociateoriginationidentitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/disassociateoriginationidentitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/disassociateoriginationidentitycommandoutput.html)
|
|
427
582
|
|
|
583
|
+
</details>
|
|
584
|
+
<details>
|
|
585
|
+
<summary>
|
|
586
|
+
DiscardRegistrationVersion
|
|
587
|
+
</summary>
|
|
588
|
+
|
|
589
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/discardregistrationversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/discardregistrationversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/discardregistrationversioncommandoutput.html)
|
|
590
|
+
|
|
428
591
|
</details>
|
|
429
592
|
<details>
|
|
430
593
|
<summary>
|
|
@@ -433,6 +596,14 @@ ListPoolOriginationIdentities
|
|
|
433
596
|
|
|
434
597
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/listpooloriginationidentitiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/listpooloriginationidentitiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/listpooloriginationidentitiescommandoutput.html)
|
|
435
598
|
|
|
599
|
+
</details>
|
|
600
|
+
<details>
|
|
601
|
+
<summary>
|
|
602
|
+
ListRegistrationAssociations
|
|
603
|
+
</summary>
|
|
604
|
+
|
|
605
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/listregistrationassociationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/listregistrationassociationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/listregistrationassociationscommandoutput.html)
|
|
606
|
+
|
|
436
607
|
</details>
|
|
437
608
|
<details>
|
|
438
609
|
<summary>
|
|
@@ -457,6 +628,14 @@ PutOptedOutNumber
|
|
|
457
628
|
|
|
458
629
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/putoptedoutnumbercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/putoptedoutnumbercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/putoptedoutnumbercommandoutput.html)
|
|
459
630
|
|
|
631
|
+
</details>
|
|
632
|
+
<details>
|
|
633
|
+
<summary>
|
|
634
|
+
PutRegistrationFieldValue
|
|
635
|
+
</summary>
|
|
636
|
+
|
|
637
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/putregistrationfieldvaluecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/putregistrationfieldvaluecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/putregistrationfieldvaluecommandoutput.html)
|
|
638
|
+
|
|
460
639
|
</details>
|
|
461
640
|
<details>
|
|
462
641
|
<summary>
|
|
@@ -465,6 +644,14 @@ ReleasePhoneNumber
|
|
|
465
644
|
|
|
466
645
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/releasephonenumbercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/releasephonenumbercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/releasephonenumbercommandoutput.html)
|
|
467
646
|
|
|
647
|
+
</details>
|
|
648
|
+
<details>
|
|
649
|
+
<summary>
|
|
650
|
+
ReleaseSenderId
|
|
651
|
+
</summary>
|
|
652
|
+
|
|
653
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/releasesenderidcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/releasesenderidcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/releasesenderidcommandoutput.html)
|
|
654
|
+
|
|
468
655
|
</details>
|
|
469
656
|
<details>
|
|
470
657
|
<summary>
|
|
@@ -473,6 +660,22 @@ RequestPhoneNumber
|
|
|
473
660
|
|
|
474
661
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/requestphonenumbercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/requestphonenumbercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/requestphonenumbercommandoutput.html)
|
|
475
662
|
|
|
663
|
+
</details>
|
|
664
|
+
<details>
|
|
665
|
+
<summary>
|
|
666
|
+
RequestSenderId
|
|
667
|
+
</summary>
|
|
668
|
+
|
|
669
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/requestsenderidcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/requestsenderidcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/requestsenderidcommandoutput.html)
|
|
670
|
+
|
|
671
|
+
</details>
|
|
672
|
+
<details>
|
|
673
|
+
<summary>
|
|
674
|
+
SendDestinationNumberVerificationCode
|
|
675
|
+
</summary>
|
|
676
|
+
|
|
677
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/senddestinationnumberverificationcodecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/senddestinationnumberverificationcodecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/senddestinationnumberverificationcodecommandoutput.html)
|
|
678
|
+
|
|
476
679
|
</details>
|
|
477
680
|
<details>
|
|
478
681
|
<summary>
|
|
@@ -521,6 +724,14 @@ SetVoiceMessageSpendLimitOverride
|
|
|
521
724
|
|
|
522
725
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/setvoicemessagespendlimitoverridecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/setvoicemessagespendlimitoverridecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/setvoicemessagespendlimitoverridecommandoutput.html)
|
|
523
726
|
|
|
727
|
+
</details>
|
|
728
|
+
<details>
|
|
729
|
+
<summary>
|
|
730
|
+
SubmitRegistrationVersion
|
|
731
|
+
</summary>
|
|
732
|
+
|
|
733
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/submitregistrationversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/submitregistrationversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/submitregistrationversioncommandoutput.html)
|
|
734
|
+
|
|
524
735
|
</details>
|
|
525
736
|
<details>
|
|
526
737
|
<summary>
|
|
@@ -562,3 +773,19 @@ UpdatePool
|
|
|
562
773
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/updatepoolcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/updatepoolcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/updatepoolcommandoutput.html)
|
|
563
774
|
|
|
564
775
|
</details>
|
|
776
|
+
<details>
|
|
777
|
+
<summary>
|
|
778
|
+
UpdateSenderId
|
|
779
|
+
</summary>
|
|
780
|
+
|
|
781
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/updatesenderidcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/updatesenderidcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/updatesenderidcommandoutput.html)
|
|
782
|
+
|
|
783
|
+
</details>
|
|
784
|
+
<details>
|
|
785
|
+
<summary>
|
|
786
|
+
VerifyDestinationNumber
|
|
787
|
+
</summary>
|
|
788
|
+
|
|
789
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/classes/verifydestinationnumbercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/verifydestinationnumbercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-sms-voice-v2/interfaces/verifydestinationnumbercommandoutput.html)
|
|
790
|
+
|
|
791
|
+
</details>
|
|
@@ -7,6 +7,11 @@ const CreateConfigurationSetCommand_1 = require("./commands/CreateConfigurationS
|
|
|
7
7
|
const CreateEventDestinationCommand_1 = require("./commands/CreateEventDestinationCommand");
|
|
8
8
|
const CreateOptOutListCommand_1 = require("./commands/CreateOptOutListCommand");
|
|
9
9
|
const CreatePoolCommand_1 = require("./commands/CreatePoolCommand");
|
|
10
|
+
const CreateRegistrationAssociationCommand_1 = require("./commands/CreateRegistrationAssociationCommand");
|
|
11
|
+
const CreateRegistrationAttachmentCommand_1 = require("./commands/CreateRegistrationAttachmentCommand");
|
|
12
|
+
const CreateRegistrationCommand_1 = require("./commands/CreateRegistrationCommand");
|
|
13
|
+
const CreateRegistrationVersionCommand_1 = require("./commands/CreateRegistrationVersionCommand");
|
|
14
|
+
const CreateVerifiedDestinationNumberCommand_1 = require("./commands/CreateVerifiedDestinationNumberCommand");
|
|
10
15
|
const DeleteConfigurationSetCommand_1 = require("./commands/DeleteConfigurationSetCommand");
|
|
11
16
|
const DeleteDefaultMessageTypeCommand_1 = require("./commands/DeleteDefaultMessageTypeCommand");
|
|
12
17
|
const DeleteDefaultSenderIdCommand_1 = require("./commands/DeleteDefaultSenderIdCommand");
|
|
@@ -15,7 +20,11 @@ const DeleteKeywordCommand_1 = require("./commands/DeleteKeywordCommand");
|
|
|
15
20
|
const DeleteOptedOutNumberCommand_1 = require("./commands/DeleteOptedOutNumberCommand");
|
|
16
21
|
const DeleteOptOutListCommand_1 = require("./commands/DeleteOptOutListCommand");
|
|
17
22
|
const DeletePoolCommand_1 = require("./commands/DeletePoolCommand");
|
|
23
|
+
const DeleteRegistrationAttachmentCommand_1 = require("./commands/DeleteRegistrationAttachmentCommand");
|
|
24
|
+
const DeleteRegistrationCommand_1 = require("./commands/DeleteRegistrationCommand");
|
|
25
|
+
const DeleteRegistrationFieldValueCommand_1 = require("./commands/DeleteRegistrationFieldValueCommand");
|
|
18
26
|
const DeleteTextMessageSpendLimitOverrideCommand_1 = require("./commands/DeleteTextMessageSpendLimitOverrideCommand");
|
|
27
|
+
const DeleteVerifiedDestinationNumberCommand_1 = require("./commands/DeleteVerifiedDestinationNumberCommand");
|
|
19
28
|
const DeleteVoiceMessageSpendLimitOverrideCommand_1 = require("./commands/DeleteVoiceMessageSpendLimitOverrideCommand");
|
|
20
29
|
const DescribeAccountAttributesCommand_1 = require("./commands/DescribeAccountAttributesCommand");
|
|
21
30
|
const DescribeAccountLimitsCommand_1 = require("./commands/DescribeAccountLimitsCommand");
|
|
@@ -25,26 +34,43 @@ const DescribeOptedOutNumbersCommand_1 = require("./commands/DescribeOptedOutNum
|
|
|
25
34
|
const DescribeOptOutListsCommand_1 = require("./commands/DescribeOptOutListsCommand");
|
|
26
35
|
const DescribePhoneNumbersCommand_1 = require("./commands/DescribePhoneNumbersCommand");
|
|
27
36
|
const DescribePoolsCommand_1 = require("./commands/DescribePoolsCommand");
|
|
37
|
+
const DescribeRegistrationAttachmentsCommand_1 = require("./commands/DescribeRegistrationAttachmentsCommand");
|
|
38
|
+
const DescribeRegistrationFieldDefinitionsCommand_1 = require("./commands/DescribeRegistrationFieldDefinitionsCommand");
|
|
39
|
+
const DescribeRegistrationFieldValuesCommand_1 = require("./commands/DescribeRegistrationFieldValuesCommand");
|
|
40
|
+
const DescribeRegistrationsCommand_1 = require("./commands/DescribeRegistrationsCommand");
|
|
41
|
+
const DescribeRegistrationSectionDefinitionsCommand_1 = require("./commands/DescribeRegistrationSectionDefinitionsCommand");
|
|
42
|
+
const DescribeRegistrationTypeDefinitionsCommand_1 = require("./commands/DescribeRegistrationTypeDefinitionsCommand");
|
|
43
|
+
const DescribeRegistrationVersionsCommand_1 = require("./commands/DescribeRegistrationVersionsCommand");
|
|
28
44
|
const DescribeSenderIdsCommand_1 = require("./commands/DescribeSenderIdsCommand");
|
|
29
45
|
const DescribeSpendLimitsCommand_1 = require("./commands/DescribeSpendLimitsCommand");
|
|
46
|
+
const DescribeVerifiedDestinationNumbersCommand_1 = require("./commands/DescribeVerifiedDestinationNumbersCommand");
|
|
30
47
|
const DisassociateOriginationIdentityCommand_1 = require("./commands/DisassociateOriginationIdentityCommand");
|
|
48
|
+
const DiscardRegistrationVersionCommand_1 = require("./commands/DiscardRegistrationVersionCommand");
|
|
31
49
|
const ListPoolOriginationIdentitiesCommand_1 = require("./commands/ListPoolOriginationIdentitiesCommand");
|
|
50
|
+
const ListRegistrationAssociationsCommand_1 = require("./commands/ListRegistrationAssociationsCommand");
|
|
32
51
|
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
33
52
|
const PutKeywordCommand_1 = require("./commands/PutKeywordCommand");
|
|
34
53
|
const PutOptedOutNumberCommand_1 = require("./commands/PutOptedOutNumberCommand");
|
|
54
|
+
const PutRegistrationFieldValueCommand_1 = require("./commands/PutRegistrationFieldValueCommand");
|
|
35
55
|
const ReleasePhoneNumberCommand_1 = require("./commands/ReleasePhoneNumberCommand");
|
|
56
|
+
const ReleaseSenderIdCommand_1 = require("./commands/ReleaseSenderIdCommand");
|
|
36
57
|
const RequestPhoneNumberCommand_1 = require("./commands/RequestPhoneNumberCommand");
|
|
58
|
+
const RequestSenderIdCommand_1 = require("./commands/RequestSenderIdCommand");
|
|
59
|
+
const SendDestinationNumberVerificationCodeCommand_1 = require("./commands/SendDestinationNumberVerificationCodeCommand");
|
|
37
60
|
const SendTextMessageCommand_1 = require("./commands/SendTextMessageCommand");
|
|
38
61
|
const SendVoiceMessageCommand_1 = require("./commands/SendVoiceMessageCommand");
|
|
39
62
|
const SetDefaultMessageTypeCommand_1 = require("./commands/SetDefaultMessageTypeCommand");
|
|
40
63
|
const SetDefaultSenderIdCommand_1 = require("./commands/SetDefaultSenderIdCommand");
|
|
41
64
|
const SetTextMessageSpendLimitOverrideCommand_1 = require("./commands/SetTextMessageSpendLimitOverrideCommand");
|
|
42
65
|
const SetVoiceMessageSpendLimitOverrideCommand_1 = require("./commands/SetVoiceMessageSpendLimitOverrideCommand");
|
|
66
|
+
const SubmitRegistrationVersionCommand_1 = require("./commands/SubmitRegistrationVersionCommand");
|
|
43
67
|
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
44
68
|
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
45
69
|
const UpdateEventDestinationCommand_1 = require("./commands/UpdateEventDestinationCommand");
|
|
46
70
|
const UpdatePhoneNumberCommand_1 = require("./commands/UpdatePhoneNumberCommand");
|
|
47
71
|
const UpdatePoolCommand_1 = require("./commands/UpdatePoolCommand");
|
|
72
|
+
const UpdateSenderIdCommand_1 = require("./commands/UpdateSenderIdCommand");
|
|
73
|
+
const VerifyDestinationNumberCommand_1 = require("./commands/VerifyDestinationNumberCommand");
|
|
48
74
|
const PinpointSMSVoiceV2Client_1 = require("./PinpointSMSVoiceV2Client");
|
|
49
75
|
const commands = {
|
|
50
76
|
AssociateOriginationIdentityCommand: AssociateOriginationIdentityCommand_1.AssociateOriginationIdentityCommand,
|
|
@@ -52,6 +78,11 @@ const commands = {
|
|
|
52
78
|
CreateEventDestinationCommand: CreateEventDestinationCommand_1.CreateEventDestinationCommand,
|
|
53
79
|
CreateOptOutListCommand: CreateOptOutListCommand_1.CreateOptOutListCommand,
|
|
54
80
|
CreatePoolCommand: CreatePoolCommand_1.CreatePoolCommand,
|
|
81
|
+
CreateRegistrationCommand: CreateRegistrationCommand_1.CreateRegistrationCommand,
|
|
82
|
+
CreateRegistrationAssociationCommand: CreateRegistrationAssociationCommand_1.CreateRegistrationAssociationCommand,
|
|
83
|
+
CreateRegistrationAttachmentCommand: CreateRegistrationAttachmentCommand_1.CreateRegistrationAttachmentCommand,
|
|
84
|
+
CreateRegistrationVersionCommand: CreateRegistrationVersionCommand_1.CreateRegistrationVersionCommand,
|
|
85
|
+
CreateVerifiedDestinationNumberCommand: CreateVerifiedDestinationNumberCommand_1.CreateVerifiedDestinationNumberCommand,
|
|
55
86
|
DeleteConfigurationSetCommand: DeleteConfigurationSetCommand_1.DeleteConfigurationSetCommand,
|
|
56
87
|
DeleteDefaultMessageTypeCommand: DeleteDefaultMessageTypeCommand_1.DeleteDefaultMessageTypeCommand,
|
|
57
88
|
DeleteDefaultSenderIdCommand: DeleteDefaultSenderIdCommand_1.DeleteDefaultSenderIdCommand,
|
|
@@ -60,7 +91,11 @@ const commands = {
|
|
|
60
91
|
DeleteOptedOutNumberCommand: DeleteOptedOutNumberCommand_1.DeleteOptedOutNumberCommand,
|
|
61
92
|
DeleteOptOutListCommand: DeleteOptOutListCommand_1.DeleteOptOutListCommand,
|
|
62
93
|
DeletePoolCommand: DeletePoolCommand_1.DeletePoolCommand,
|
|
94
|
+
DeleteRegistrationCommand: DeleteRegistrationCommand_1.DeleteRegistrationCommand,
|
|
95
|
+
DeleteRegistrationAttachmentCommand: DeleteRegistrationAttachmentCommand_1.DeleteRegistrationAttachmentCommand,
|
|
96
|
+
DeleteRegistrationFieldValueCommand: DeleteRegistrationFieldValueCommand_1.DeleteRegistrationFieldValueCommand,
|
|
63
97
|
DeleteTextMessageSpendLimitOverrideCommand: DeleteTextMessageSpendLimitOverrideCommand_1.DeleteTextMessageSpendLimitOverrideCommand,
|
|
98
|
+
DeleteVerifiedDestinationNumberCommand: DeleteVerifiedDestinationNumberCommand_1.DeleteVerifiedDestinationNumberCommand,
|
|
64
99
|
DeleteVoiceMessageSpendLimitOverrideCommand: DeleteVoiceMessageSpendLimitOverrideCommand_1.DeleteVoiceMessageSpendLimitOverrideCommand,
|
|
65
100
|
DescribeAccountAttributesCommand: DescribeAccountAttributesCommand_1.DescribeAccountAttributesCommand,
|
|
66
101
|
DescribeAccountLimitsCommand: DescribeAccountLimitsCommand_1.DescribeAccountLimitsCommand,
|
|
@@ -70,26 +105,43 @@ const commands = {
|
|
|
70
105
|
DescribeOptOutListsCommand: DescribeOptOutListsCommand_1.DescribeOptOutListsCommand,
|
|
71
106
|
DescribePhoneNumbersCommand: DescribePhoneNumbersCommand_1.DescribePhoneNumbersCommand,
|
|
72
107
|
DescribePoolsCommand: DescribePoolsCommand_1.DescribePoolsCommand,
|
|
108
|
+
DescribeRegistrationAttachmentsCommand: DescribeRegistrationAttachmentsCommand_1.DescribeRegistrationAttachmentsCommand,
|
|
109
|
+
DescribeRegistrationFieldDefinitionsCommand: DescribeRegistrationFieldDefinitionsCommand_1.DescribeRegistrationFieldDefinitionsCommand,
|
|
110
|
+
DescribeRegistrationFieldValuesCommand: DescribeRegistrationFieldValuesCommand_1.DescribeRegistrationFieldValuesCommand,
|
|
111
|
+
DescribeRegistrationsCommand: DescribeRegistrationsCommand_1.DescribeRegistrationsCommand,
|
|
112
|
+
DescribeRegistrationSectionDefinitionsCommand: DescribeRegistrationSectionDefinitionsCommand_1.DescribeRegistrationSectionDefinitionsCommand,
|
|
113
|
+
DescribeRegistrationTypeDefinitionsCommand: DescribeRegistrationTypeDefinitionsCommand_1.DescribeRegistrationTypeDefinitionsCommand,
|
|
114
|
+
DescribeRegistrationVersionsCommand: DescribeRegistrationVersionsCommand_1.DescribeRegistrationVersionsCommand,
|
|
73
115
|
DescribeSenderIdsCommand: DescribeSenderIdsCommand_1.DescribeSenderIdsCommand,
|
|
74
116
|
DescribeSpendLimitsCommand: DescribeSpendLimitsCommand_1.DescribeSpendLimitsCommand,
|
|
117
|
+
DescribeVerifiedDestinationNumbersCommand: DescribeVerifiedDestinationNumbersCommand_1.DescribeVerifiedDestinationNumbersCommand,
|
|
75
118
|
DisassociateOriginationIdentityCommand: DisassociateOriginationIdentityCommand_1.DisassociateOriginationIdentityCommand,
|
|
119
|
+
DiscardRegistrationVersionCommand: DiscardRegistrationVersionCommand_1.DiscardRegistrationVersionCommand,
|
|
76
120
|
ListPoolOriginationIdentitiesCommand: ListPoolOriginationIdentitiesCommand_1.ListPoolOriginationIdentitiesCommand,
|
|
121
|
+
ListRegistrationAssociationsCommand: ListRegistrationAssociationsCommand_1.ListRegistrationAssociationsCommand,
|
|
77
122
|
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
78
123
|
PutKeywordCommand: PutKeywordCommand_1.PutKeywordCommand,
|
|
79
124
|
PutOptedOutNumberCommand: PutOptedOutNumberCommand_1.PutOptedOutNumberCommand,
|
|
125
|
+
PutRegistrationFieldValueCommand: PutRegistrationFieldValueCommand_1.PutRegistrationFieldValueCommand,
|
|
80
126
|
ReleasePhoneNumberCommand: ReleasePhoneNumberCommand_1.ReleasePhoneNumberCommand,
|
|
127
|
+
ReleaseSenderIdCommand: ReleaseSenderIdCommand_1.ReleaseSenderIdCommand,
|
|
81
128
|
RequestPhoneNumberCommand: RequestPhoneNumberCommand_1.RequestPhoneNumberCommand,
|
|
129
|
+
RequestSenderIdCommand: RequestSenderIdCommand_1.RequestSenderIdCommand,
|
|
130
|
+
SendDestinationNumberVerificationCodeCommand: SendDestinationNumberVerificationCodeCommand_1.SendDestinationNumberVerificationCodeCommand,
|
|
82
131
|
SendTextMessageCommand: SendTextMessageCommand_1.SendTextMessageCommand,
|
|
83
132
|
SendVoiceMessageCommand: SendVoiceMessageCommand_1.SendVoiceMessageCommand,
|
|
84
133
|
SetDefaultMessageTypeCommand: SetDefaultMessageTypeCommand_1.SetDefaultMessageTypeCommand,
|
|
85
134
|
SetDefaultSenderIdCommand: SetDefaultSenderIdCommand_1.SetDefaultSenderIdCommand,
|
|
86
135
|
SetTextMessageSpendLimitOverrideCommand: SetTextMessageSpendLimitOverrideCommand_1.SetTextMessageSpendLimitOverrideCommand,
|
|
87
136
|
SetVoiceMessageSpendLimitOverrideCommand: SetVoiceMessageSpendLimitOverrideCommand_1.SetVoiceMessageSpendLimitOverrideCommand,
|
|
137
|
+
SubmitRegistrationVersionCommand: SubmitRegistrationVersionCommand_1.SubmitRegistrationVersionCommand,
|
|
88
138
|
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
89
139
|
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
90
140
|
UpdateEventDestinationCommand: UpdateEventDestinationCommand_1.UpdateEventDestinationCommand,
|
|
91
141
|
UpdatePhoneNumberCommand: UpdatePhoneNumberCommand_1.UpdatePhoneNumberCommand,
|
|
92
142
|
UpdatePoolCommand: UpdatePoolCommand_1.UpdatePoolCommand,
|
|
143
|
+
UpdateSenderIdCommand: UpdateSenderIdCommand_1.UpdateSenderIdCommand,
|
|
144
|
+
VerifyDestinationNumberCommand: VerifyDestinationNumberCommand_1.VerifyDestinationNumberCommand,
|
|
93
145
|
};
|
|
94
146
|
class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client_1.PinpointSMSVoiceV2Client {
|
|
95
147
|
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateRegistrationAssociationCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class CreateRegistrationAssociationCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateRegistrationAssociationCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "PinpointSMSVoiceV2Client";
|
|
29
|
+
const commandName = "CreateRegistrationAssociationCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "PinpointSMSVoiceV2",
|
|
38
|
+
operation: "CreateRegistrationAssociation",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_0_1.se_CreateRegistrationAssociationCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_0_1.de_CreateRegistrationAssociationCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.CreateRegistrationAssociationCommand = CreateRegistrationAssociationCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateRegistrationAttachmentCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class CreateRegistrationAttachmentCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateRegistrationAttachmentCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "PinpointSMSVoiceV2Client";
|
|
29
|
+
const commandName = "CreateRegistrationAttachmentCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "PinpointSMSVoiceV2",
|
|
38
|
+
operation: "CreateRegistrationAttachment",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_0_1.se_CreateRegistrationAttachmentCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_0_1.de_CreateRegistrationAttachmentCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.CreateRegistrationAttachmentCommand = CreateRegistrationAttachmentCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateRegistrationCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class CreateRegistrationCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateRegistrationCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "PinpointSMSVoiceV2Client";
|
|
29
|
+
const commandName = "CreateRegistrationCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "PinpointSMSVoiceV2",
|
|
38
|
+
operation: "CreateRegistration",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_0_1.se_CreateRegistrationCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_0_1.de_CreateRegistrationCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.CreateRegistrationCommand = CreateRegistrationCommand;
|