@aws-sdk/client-pinpoint-sms-voice-v2 3.477.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AssociateOriginationIdentityCommand.js +18 -41
- package/dist-cjs/commands/CreateConfigurationSetCommand.js +18 -41
- package/dist-cjs/commands/CreateEventDestinationCommand.js +18 -41
- package/dist-cjs/commands/CreateOptOutListCommand.js +18 -41
- package/dist-cjs/commands/CreatePoolCommand.js +18 -41
- package/dist-cjs/commands/CreateRegistrationAssociationCommand.js +18 -41
- package/dist-cjs/commands/CreateRegistrationAttachmentCommand.js +18 -41
- package/dist-cjs/commands/CreateRegistrationCommand.js +18 -41
- package/dist-cjs/commands/CreateRegistrationVersionCommand.js +18 -41
- package/dist-cjs/commands/CreateVerifiedDestinationNumberCommand.js +18 -41
- package/dist-cjs/commands/DeleteConfigurationSetCommand.js +18 -41
- package/dist-cjs/commands/DeleteDefaultMessageTypeCommand.js +18 -41
- package/dist-cjs/commands/DeleteDefaultSenderIdCommand.js +18 -41
- package/dist-cjs/commands/DeleteEventDestinationCommand.js +18 -41
- package/dist-cjs/commands/DeleteKeywordCommand.js +18 -41
- package/dist-cjs/commands/DeleteOptOutListCommand.js +18 -41
- package/dist-cjs/commands/DeleteOptedOutNumberCommand.js +18 -41
- package/dist-cjs/commands/DeletePoolCommand.js +18 -41
- package/dist-cjs/commands/DeleteRegistrationAttachmentCommand.js +18 -41
- package/dist-cjs/commands/DeleteRegistrationCommand.js +18 -41
- package/dist-cjs/commands/DeleteRegistrationFieldValueCommand.js +18 -41
- package/dist-cjs/commands/DeleteTextMessageSpendLimitOverrideCommand.js +18 -41
- package/dist-cjs/commands/DeleteVerifiedDestinationNumberCommand.js +18 -41
- package/dist-cjs/commands/DeleteVoiceMessageSpendLimitOverrideCommand.js +18 -41
- package/dist-cjs/commands/DescribeAccountAttributesCommand.js +18 -41
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +18 -41
- package/dist-cjs/commands/DescribeConfigurationSetsCommand.js +18 -41
- package/dist-cjs/commands/DescribeKeywordsCommand.js +18 -41
- package/dist-cjs/commands/DescribeOptOutListsCommand.js +18 -41
- package/dist-cjs/commands/DescribeOptedOutNumbersCommand.js +18 -41
- package/dist-cjs/commands/DescribePhoneNumbersCommand.js +18 -41
- package/dist-cjs/commands/DescribePoolsCommand.js +18 -41
- package/dist-cjs/commands/DescribeRegistrationAttachmentsCommand.js +18 -41
- package/dist-cjs/commands/DescribeRegistrationFieldDefinitionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeRegistrationFieldValuesCommand.js +18 -41
- package/dist-cjs/commands/DescribeRegistrationSectionDefinitionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeRegistrationTypeDefinitionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeRegistrationVersionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeRegistrationsCommand.js +18 -41
- package/dist-cjs/commands/DescribeSenderIdsCommand.js +18 -41
- package/dist-cjs/commands/DescribeSpendLimitsCommand.js +18 -41
- package/dist-cjs/commands/DescribeVerifiedDestinationNumbersCommand.js +18 -41
- package/dist-cjs/commands/DisassociateOriginationIdentityCommand.js +18 -41
- package/dist-cjs/commands/DiscardRegistrationVersionCommand.js +18 -41
- package/dist-cjs/commands/ListPoolOriginationIdentitiesCommand.js +18 -41
- package/dist-cjs/commands/ListRegistrationAssociationsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PutKeywordCommand.js +18 -41
- package/dist-cjs/commands/PutOptedOutNumberCommand.js +18 -41
- package/dist-cjs/commands/PutRegistrationFieldValueCommand.js +18 -41
- package/dist-cjs/commands/ReleasePhoneNumberCommand.js +18 -41
- package/dist-cjs/commands/ReleaseSenderIdCommand.js +18 -41
- package/dist-cjs/commands/RequestPhoneNumberCommand.js +18 -41
- package/dist-cjs/commands/RequestSenderIdCommand.js +18 -41
- package/dist-cjs/commands/SendDestinationNumberVerificationCodeCommand.js +18 -41
- package/dist-cjs/commands/SendTextMessageCommand.js +18 -41
- package/dist-cjs/commands/SendVoiceMessageCommand.js +18 -41
- package/dist-cjs/commands/SetDefaultMessageTypeCommand.js +18 -41
- package/dist-cjs/commands/SetDefaultSenderIdCommand.js +18 -41
- package/dist-cjs/commands/SetTextMessageSpendLimitOverrideCommand.js +18 -41
- package/dist-cjs/commands/SetVoiceMessageSpendLimitOverrideCommand.js +18 -41
- package/dist-cjs/commands/SubmitRegistrationVersionCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateEventDestinationCommand.js +18 -41
- package/dist-cjs/commands/UpdatePhoneNumberCommand.js +18 -41
- package/dist-cjs/commands/UpdatePoolCommand.js +18 -41
- package/dist-cjs/commands/UpdateSenderIdCommand.js +18 -41
- package/dist-cjs/commands/VerifyDestinationNumberCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/DescribeAccountAttributesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeAccountLimitsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeConfigurationSetsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeKeywordsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeOptOutListsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeOptedOutNumbersPaginator.js +2 -24
- package/dist-cjs/pagination/DescribePhoneNumbersPaginator.js +2 -24
- package/dist-cjs/pagination/DescribePoolsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeRegistrationAttachmentsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeRegistrationFieldDefinitionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeRegistrationFieldValuesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeRegistrationSectionDefinitionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeRegistrationTypeDefinitionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeRegistrationVersionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeRegistrationsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeSenderIdsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeSpendLimitsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeVerifiedDestinationNumbersPaginator.js +2 -24
- package/dist-cjs/pagination/ListPoolOriginationIdentitiesPaginator.js +2 -24
- package/dist-cjs/pagination/ListRegistrationAssociationsPaginator.js +2 -24
- package/dist-es/commands/AssociateOriginationIdentityCommand.js +18 -41
- package/dist-es/commands/CreateConfigurationSetCommand.js +18 -41
- package/dist-es/commands/CreateEventDestinationCommand.js +18 -41
- package/dist-es/commands/CreateOptOutListCommand.js +18 -41
- package/dist-es/commands/CreatePoolCommand.js +18 -41
- package/dist-es/commands/CreateRegistrationAssociationCommand.js +18 -41
- package/dist-es/commands/CreateRegistrationAttachmentCommand.js +18 -41
- package/dist-es/commands/CreateRegistrationCommand.js +18 -41
- package/dist-es/commands/CreateRegistrationVersionCommand.js +18 -41
- package/dist-es/commands/CreateVerifiedDestinationNumberCommand.js +18 -41
- package/dist-es/commands/DeleteConfigurationSetCommand.js +18 -41
- package/dist-es/commands/DeleteDefaultMessageTypeCommand.js +18 -41
- package/dist-es/commands/DeleteDefaultSenderIdCommand.js +18 -41
- package/dist-es/commands/DeleteEventDestinationCommand.js +18 -41
- package/dist-es/commands/DeleteKeywordCommand.js +18 -41
- package/dist-es/commands/DeleteOptOutListCommand.js +18 -41
- package/dist-es/commands/DeleteOptedOutNumberCommand.js +18 -41
- package/dist-es/commands/DeletePoolCommand.js +18 -41
- package/dist-es/commands/DeleteRegistrationAttachmentCommand.js +18 -41
- package/dist-es/commands/DeleteRegistrationCommand.js +18 -41
- package/dist-es/commands/DeleteRegistrationFieldValueCommand.js +18 -41
- package/dist-es/commands/DeleteTextMessageSpendLimitOverrideCommand.js +18 -41
- package/dist-es/commands/DeleteVerifiedDestinationNumberCommand.js +18 -41
- package/dist-es/commands/DeleteVoiceMessageSpendLimitOverrideCommand.js +18 -41
- package/dist-es/commands/DescribeAccountAttributesCommand.js +18 -41
- package/dist-es/commands/DescribeAccountLimitsCommand.js +18 -41
- package/dist-es/commands/DescribeConfigurationSetsCommand.js +18 -41
- package/dist-es/commands/DescribeKeywordsCommand.js +18 -41
- package/dist-es/commands/DescribeOptOutListsCommand.js +18 -41
- package/dist-es/commands/DescribeOptedOutNumbersCommand.js +18 -41
- package/dist-es/commands/DescribePhoneNumbersCommand.js +18 -41
- package/dist-es/commands/DescribePoolsCommand.js +18 -41
- package/dist-es/commands/DescribeRegistrationAttachmentsCommand.js +18 -41
- package/dist-es/commands/DescribeRegistrationFieldDefinitionsCommand.js +18 -41
- package/dist-es/commands/DescribeRegistrationFieldValuesCommand.js +18 -41
- package/dist-es/commands/DescribeRegistrationSectionDefinitionsCommand.js +18 -41
- package/dist-es/commands/DescribeRegistrationTypeDefinitionsCommand.js +18 -41
- package/dist-es/commands/DescribeRegistrationVersionsCommand.js +18 -41
- package/dist-es/commands/DescribeRegistrationsCommand.js +18 -41
- package/dist-es/commands/DescribeSenderIdsCommand.js +18 -41
- package/dist-es/commands/DescribeSpendLimitsCommand.js +18 -41
- package/dist-es/commands/DescribeVerifiedDestinationNumbersCommand.js +18 -41
- package/dist-es/commands/DisassociateOriginationIdentityCommand.js +18 -41
- package/dist-es/commands/DiscardRegistrationVersionCommand.js +18 -41
- package/dist-es/commands/ListPoolOriginationIdentitiesCommand.js +18 -41
- package/dist-es/commands/ListRegistrationAssociationsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PutKeywordCommand.js +18 -41
- package/dist-es/commands/PutOptedOutNumberCommand.js +18 -41
- package/dist-es/commands/PutRegistrationFieldValueCommand.js +18 -41
- package/dist-es/commands/ReleasePhoneNumberCommand.js +18 -41
- package/dist-es/commands/ReleaseSenderIdCommand.js +18 -41
- package/dist-es/commands/RequestPhoneNumberCommand.js +18 -41
- package/dist-es/commands/RequestSenderIdCommand.js +18 -41
- package/dist-es/commands/SendDestinationNumberVerificationCodeCommand.js +18 -41
- package/dist-es/commands/SendTextMessageCommand.js +18 -41
- package/dist-es/commands/SendVoiceMessageCommand.js +18 -41
- package/dist-es/commands/SetDefaultMessageTypeCommand.js +18 -41
- package/dist-es/commands/SetDefaultSenderIdCommand.js +18 -41
- package/dist-es/commands/SetTextMessageSpendLimitOverrideCommand.js +18 -41
- package/dist-es/commands/SetVoiceMessageSpendLimitOverrideCommand.js +18 -41
- package/dist-es/commands/SubmitRegistrationVersionCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateEventDestinationCommand.js +18 -41
- package/dist-es/commands/UpdatePhoneNumberCommand.js +18 -41
- package/dist-es/commands/UpdatePoolCommand.js +18 -41
- package/dist-es/commands/UpdateSenderIdCommand.js +18 -41
- package/dist-es/commands/VerifyDestinationNumberCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/DescribeAccountAttributesPaginator.js +2 -23
- package/dist-es/pagination/DescribeAccountLimitsPaginator.js +2 -23
- package/dist-es/pagination/DescribeConfigurationSetsPaginator.js +2 -23
- package/dist-es/pagination/DescribeKeywordsPaginator.js +2 -23
- package/dist-es/pagination/DescribeOptOutListsPaginator.js +2 -23
- package/dist-es/pagination/DescribeOptedOutNumbersPaginator.js +2 -23
- package/dist-es/pagination/DescribePhoneNumbersPaginator.js +2 -23
- package/dist-es/pagination/DescribePoolsPaginator.js +2 -23
- package/dist-es/pagination/DescribeRegistrationAttachmentsPaginator.js +2 -23
- package/dist-es/pagination/DescribeRegistrationFieldDefinitionsPaginator.js +2 -23
- package/dist-es/pagination/DescribeRegistrationFieldValuesPaginator.js +2 -23
- package/dist-es/pagination/DescribeRegistrationSectionDefinitionsPaginator.js +2 -23
- package/dist-es/pagination/DescribeRegistrationTypeDefinitionsPaginator.js +2 -23
- package/dist-es/pagination/DescribeRegistrationVersionsPaginator.js +2 -23
- package/dist-es/pagination/DescribeRegistrationsPaginator.js +2 -23
- package/dist-es/pagination/DescribeSenderIdsPaginator.js +2 -23
- package/dist-es/pagination/DescribeSpendLimitsPaginator.js +2 -23
- package/dist-es/pagination/DescribeVerifiedDestinationNumbersPaginator.js +2 -23
- package/dist-es/pagination/ListPoolOriginationIdentitiesPaginator.js +2 -23
- package/dist-es/pagination/ListRegistrationAssociationsPaginator.js +2 -23
- package/dist-types/commands/AssociateOriginationIdentityCommand.d.ts +6 -21
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +6 -21
- package/dist-types/commands/CreateEventDestinationCommand.d.ts +6 -21
- package/dist-types/commands/CreateOptOutListCommand.d.ts +6 -21
- package/dist-types/commands/CreatePoolCommand.d.ts +6 -21
- package/dist-types/commands/CreateRegistrationAssociationCommand.d.ts +6 -21
- package/dist-types/commands/CreateRegistrationAttachmentCommand.d.ts +6 -21
- package/dist-types/commands/CreateRegistrationCommand.d.ts +6 -21
- package/dist-types/commands/CreateRegistrationVersionCommand.d.ts +6 -21
- package/dist-types/commands/CreateVerifiedDestinationNumberCommand.d.ts +6 -21
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDefaultMessageTypeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDefaultSenderIdCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEventDestinationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteKeywordCommand.d.ts +6 -21
- package/dist-types/commands/DeleteOptOutListCommand.d.ts +6 -21
- package/dist-types/commands/DeleteOptedOutNumberCommand.d.ts +6 -21
- package/dist-types/commands/DeletePoolCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRegistrationAttachmentCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRegistrationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRegistrationFieldValueCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTextMessageSpendLimitOverrideCommand.d.ts +6 -21
- package/dist-types/commands/DeleteVerifiedDestinationNumberCommand.d.ts +6 -21
- package/dist-types/commands/DeleteVoiceMessageSpendLimitOverrideCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeConfigurationSetsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeKeywordsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeOptOutListsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeOptedOutNumbersCommand.d.ts +6 -21
- package/dist-types/commands/DescribePhoneNumbersCommand.d.ts +6 -21
- package/dist-types/commands/DescribePoolsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRegistrationAttachmentsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRegistrationFieldDefinitionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRegistrationFieldValuesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRegistrationSectionDefinitionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRegistrationTypeDefinitionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRegistrationVersionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRegistrationsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSenderIdsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSpendLimitsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeVerifiedDestinationNumbersCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateOriginationIdentityCommand.d.ts +6 -21
- package/dist-types/commands/DiscardRegistrationVersionCommand.d.ts +6 -21
- package/dist-types/commands/ListPoolOriginationIdentitiesCommand.d.ts +6 -21
- package/dist-types/commands/ListRegistrationAssociationsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PutKeywordCommand.d.ts +6 -21
- package/dist-types/commands/PutOptedOutNumberCommand.d.ts +6 -21
- package/dist-types/commands/PutRegistrationFieldValueCommand.d.ts +6 -21
- package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +6 -21
- package/dist-types/commands/ReleaseSenderIdCommand.d.ts +6 -21
- package/dist-types/commands/RequestPhoneNumberCommand.d.ts +6 -21
- package/dist-types/commands/RequestSenderIdCommand.d.ts +6 -21
- package/dist-types/commands/SendDestinationNumberVerificationCodeCommand.d.ts +6 -21
- package/dist-types/commands/SendTextMessageCommand.d.ts +6 -21
- package/dist-types/commands/SendVoiceMessageCommand.d.ts +6 -21
- package/dist-types/commands/SetDefaultMessageTypeCommand.d.ts +6 -21
- package/dist-types/commands/SetDefaultSenderIdCommand.d.ts +6 -21
- package/dist-types/commands/SetTextMessageSpendLimitOverrideCommand.d.ts +6 -21
- package/dist-types/commands/SetVoiceMessageSpendLimitOverrideCommand.d.ts +6 -21
- package/dist-types/commands/SubmitRegistrationVersionCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateEventDestinationCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePoolCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSenderIdCommand.d.ts +6 -21
- package/dist-types/commands/VerifyDestinationNumberCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/DescribeAccountAttributesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeConfigurationSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeKeywordsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOptOutListsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOptedOutNumbersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribePhoneNumbersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribePoolsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRegistrationAttachmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRegistrationFieldDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRegistrationFieldValuesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRegistrationSectionDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRegistrationTypeDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRegistrationVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRegistrationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeSenderIdsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeSpendLimitsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeVerifiedDestinationNumbersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPoolOriginationIdentitiesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRegistrationAssociationsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateOriginationIdentityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateEventDestinationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateOptOutListCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreatePoolCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateRegistrationAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateRegistrationAttachmentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateRegistrationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateRegistrationVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateVerifiedDestinationNumberCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDefaultMessageTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDefaultSenderIdCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteEventDestinationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteKeywordCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteOptOutListCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteOptedOutNumberCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeletePoolCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteRegistrationAttachmentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteRegistrationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteRegistrationFieldValueCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteTextMessageSpendLimitOverrideCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteVerifiedDestinationNumberCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteVoiceMessageSpendLimitOverrideCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeConfigurationSetsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeKeywordsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeOptOutListsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeOptedOutNumbersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribePhoneNumbersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribePoolsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeRegistrationAttachmentsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeRegistrationFieldDefinitionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeRegistrationFieldValuesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeRegistrationSectionDefinitionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeRegistrationTypeDefinitionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeRegistrationVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeRegistrationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeSenderIdsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeSpendLimitsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeVerifiedDestinationNumbersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateOriginationIdentityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DiscardRegistrationVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListPoolOriginationIdentitiesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListRegistrationAssociationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutKeywordCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutOptedOutNumberCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutRegistrationFieldValueCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ReleaseSenderIdCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RequestPhoneNumberCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RequestSenderIdCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SendDestinationNumberVerificationCodeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SendTextMessageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SendVoiceMessageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SetDefaultMessageTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SetDefaultSenderIdCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SetTextMessageSpendLimitOverrideCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SetVoiceMessageSpendLimitOverrideCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SubmitRegistrationVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateEventDestinationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdatePoolCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSenderIdCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/VerifyDestinationNumberCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/DescribeAccountAttributesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeAccountLimitsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeConfigurationSetsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeKeywordsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeOptOutListsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeOptedOutNumbersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribePhoneNumbersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribePoolsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeRegistrationAttachmentsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeRegistrationFieldDefinitionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeRegistrationFieldValuesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeRegistrationSectionDefinitionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeRegistrationTypeDefinitionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeRegistrationVersionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeRegistrationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeSenderIdsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeSpendLimitsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeVerifiedDestinationNumbersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPoolOriginationIdentitiesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRegistrationAssociationsPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_UpdatePhoneNumberCommand, se_UpdatePhoneNumberCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdatePhoneNumberCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "PinpointSMSVoiceV2Client";
|
|
26
|
-
const commandName = "UpdatePhoneNumberCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "PinpointSMSVoiceV2",
|
|
35
|
-
operation: "UpdatePhoneNumber",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_UpdatePhoneNumberCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdatePhoneNumberCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdatePhoneNumberCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("PinpointSMSVoiceV2", "UpdatePhoneNumber", {})
|
|
19
|
+
.n("PinpointSMSVoiceV2Client", "UpdatePhoneNumberCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdatePhoneNumberCommand)
|
|
22
|
+
.de(de_UpdatePhoneNumberCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_UpdatePoolCommand, se_UpdatePoolCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdatePoolCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "PinpointSMSVoiceV2Client";
|
|
26
|
-
const commandName = "UpdatePoolCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "PinpointSMSVoiceV2",
|
|
35
|
-
operation: "UpdatePool",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_UpdatePoolCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdatePoolCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdatePoolCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("PinpointSMSVoiceV2", "UpdatePool", {})
|
|
19
|
+
.n("PinpointSMSVoiceV2Client", "UpdatePoolCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdatePoolCommand)
|
|
22
|
+
.de(de_UpdatePoolCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_UpdateSenderIdCommand, se_UpdateSenderIdCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UpdateSenderIdCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "PinpointSMSVoiceV2Client";
|
|
26
|
-
const commandName = "UpdateSenderIdCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "PinpointSMSVoiceV2",
|
|
35
|
-
operation: "UpdateSenderId",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_UpdateSenderIdCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UpdateSenderIdCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UpdateSenderIdCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("PinpointSMSVoiceV2", "UpdateSenderId", {})
|
|
19
|
+
.n("PinpointSMSVoiceV2Client", "UpdateSenderIdCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateSenderIdCommand)
|
|
22
|
+
.de(de_UpdateSenderIdCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_VerifyDestinationNumberCommand, se_VerifyDestinationNumberCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class VerifyDestinationNumberCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "PinpointSMSVoiceV2Client";
|
|
26
|
-
const commandName = "VerifyDestinationNumberCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "PinpointSMSVoiceV2",
|
|
35
|
-
operation: "VerifyDestinationNumber",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_VerifyDestinationNumberCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_VerifyDestinationNumberCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class VerifyDestinationNumberCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("PinpointSMSVoiceV2", "VerifyDestinationNumber", {})
|
|
19
|
+
.n("PinpointSMSVoiceV2Client", "VerifyDestinationNumberCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_VerifyDestinationNumberCommand)
|
|
22
|
+
.de(de_VerifyDestinationNumberCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
|
|
|
6
6
|
defaultSigningName: "sms-voice",
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
+
export const commonParams = {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { DescribeAccountAttributesCommand, } from "../commands/DescribeAccountAttributesCommand";
|
|
2
3
|
import { PinpointSMSVoiceV2Client } from "../PinpointSMSVoiceV2Client";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new DescribeAccountAttributesCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateDescribeAccountAttributes(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof PinpointSMSVoiceV2Client) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected PinpointSMSVoiceV2 | PinpointSMSVoiceV2Client");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateDescribeAccountAttributes = createPaginator(PinpointSMSVoiceV2Client, DescribeAccountAttributesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { DescribeAccountLimitsCommand, } from "../commands/DescribeAccountLimitsCommand";
|
|
2
3
|
import { PinpointSMSVoiceV2Client } from "../PinpointSMSVoiceV2Client";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new DescribeAccountLimitsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateDescribeAccountLimits(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof PinpointSMSVoiceV2Client) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected PinpointSMSVoiceV2 | PinpointSMSVoiceV2Client");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateDescribeAccountLimits = createPaginator(PinpointSMSVoiceV2Client, DescribeAccountLimitsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { DescribeConfigurationSetsCommand, } from "../commands/DescribeConfigurationSetsCommand";
|
|
2
3
|
import { PinpointSMSVoiceV2Client } from "../PinpointSMSVoiceV2Client";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new DescribeConfigurationSetsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateDescribeConfigurationSets(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof PinpointSMSVoiceV2Client) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected PinpointSMSVoiceV2 | PinpointSMSVoiceV2Client");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateDescribeConfigurationSets = createPaginator(PinpointSMSVoiceV2Client, DescribeConfigurationSetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { DescribeKeywordsCommand, } from "../commands/DescribeKeywordsCommand";
|
|
2
3
|
import { PinpointSMSVoiceV2Client } from "../PinpointSMSVoiceV2Client";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new DescribeKeywordsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateDescribeKeywords(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof PinpointSMSVoiceV2Client) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected PinpointSMSVoiceV2 | PinpointSMSVoiceV2Client");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateDescribeKeywords = createPaginator(PinpointSMSVoiceV2Client, DescribeKeywordsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { DescribeOptOutListsCommand, } from "../commands/DescribeOptOutListsCommand";
|
|
2
3
|
import { PinpointSMSVoiceV2Client } from "../PinpointSMSVoiceV2Client";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new DescribeOptOutListsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateDescribeOptOutLists(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof PinpointSMSVoiceV2Client) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected PinpointSMSVoiceV2 | PinpointSMSVoiceV2Client");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateDescribeOptOutLists = createPaginator(PinpointSMSVoiceV2Client, DescribeOptOutListsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { DescribeOptedOutNumbersCommand, } from "../commands/DescribeOptedOutNumbersCommand";
|
|
2
3
|
import { PinpointSMSVoiceV2Client } from "../PinpointSMSVoiceV2Client";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new DescribeOptedOutNumbersCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateDescribeOptedOutNumbers(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof PinpointSMSVoiceV2Client) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected PinpointSMSVoiceV2 | PinpointSMSVoiceV2Client");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateDescribeOptedOutNumbers = createPaginator(PinpointSMSVoiceV2Client, DescribeOptedOutNumbersCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { DescribePhoneNumbersCommand, } from "../commands/DescribePhoneNumbersCommand";
|
|
2
3
|
import { PinpointSMSVoiceV2Client } from "../PinpointSMSVoiceV2Client";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new DescribePhoneNumbersCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateDescribePhoneNumbers(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof PinpointSMSVoiceV2Client) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected PinpointSMSVoiceV2 | PinpointSMSVoiceV2Client");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateDescribePhoneNumbers = createPaginator(PinpointSMSVoiceV2Client, DescribePhoneNumbersCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { DescribePoolsCommand, } from "../commands/DescribePoolsCommand";
|
|
2
3
|
import { PinpointSMSVoiceV2Client } from "../PinpointSMSVoiceV2Client";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new DescribePoolsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateDescribePools(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof PinpointSMSVoiceV2Client) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected PinpointSMSVoiceV2 | PinpointSMSVoiceV2Client");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateDescribePools = createPaginator(PinpointSMSVoiceV2Client, DescribePoolsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { DescribeRegistrationAttachmentsCommand, } from "../commands/DescribeRegistrationAttachmentsCommand";
|
|
2
3
|
import { PinpointSMSVoiceV2Client } from "../PinpointSMSVoiceV2Client";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new DescribeRegistrationAttachmentsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateDescribeRegistrationAttachments(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof PinpointSMSVoiceV2Client) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected PinpointSMSVoiceV2 | PinpointSMSVoiceV2Client");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateDescribeRegistrationAttachments = createPaginator(PinpointSMSVoiceV2Client, DescribeRegistrationAttachmentsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { DescribeRegistrationFieldDefinitionsCommand, } from "../commands/DescribeRegistrationFieldDefinitionsCommand";
|
|
2
3
|
import { PinpointSMSVoiceV2Client } from "../PinpointSMSVoiceV2Client";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new DescribeRegistrationFieldDefinitionsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateDescribeRegistrationFieldDefinitions(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof PinpointSMSVoiceV2Client) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected PinpointSMSVoiceV2 | PinpointSMSVoiceV2Client");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateDescribeRegistrationFieldDefinitions = createPaginator(PinpointSMSVoiceV2Client, DescribeRegistrationFieldDefinitionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { DescribeRegistrationFieldValuesCommand, } from "../commands/DescribeRegistrationFieldValuesCommand";
|
|
2
3
|
import { PinpointSMSVoiceV2Client } from "../PinpointSMSVoiceV2Client";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new DescribeRegistrationFieldValuesCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateDescribeRegistrationFieldValues(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof PinpointSMSVoiceV2Client) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected PinpointSMSVoiceV2 | PinpointSMSVoiceV2Client");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateDescribeRegistrationFieldValues = createPaginator(PinpointSMSVoiceV2Client, DescribeRegistrationFieldValuesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { DescribeRegistrationSectionDefinitionsCommand, } from "../commands/DescribeRegistrationSectionDefinitionsCommand";
|
|
2
3
|
import { PinpointSMSVoiceV2Client } from "../PinpointSMSVoiceV2Client";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new DescribeRegistrationSectionDefinitionsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateDescribeRegistrationSectionDefinitions(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof PinpointSMSVoiceV2Client) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected PinpointSMSVoiceV2 | PinpointSMSVoiceV2Client");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateDescribeRegistrationSectionDefinitions = createPaginator(PinpointSMSVoiceV2Client, DescribeRegistrationSectionDefinitionsCommand, "NextToken", "NextToken", "MaxResults");
|