@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,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { DescribeRegistrationTypeDefinitionsCommand, } from "../commands/DescribeRegistrationTypeDefinitionsCommand";
|
|
2
3
|
import { PinpointSMSVoiceV2Client } from "../PinpointSMSVoiceV2Client";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new DescribeRegistrationTypeDefinitionsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateDescribeRegistrationTypeDefinitions(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 paginateDescribeRegistrationTypeDefinitions = createPaginator(PinpointSMSVoiceV2Client, DescribeRegistrationTypeDefinitionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { DescribeRegistrationVersionsCommand, } from "../commands/DescribeRegistrationVersionsCommand";
|
|
2
3
|
import { PinpointSMSVoiceV2Client } from "../PinpointSMSVoiceV2Client";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new DescribeRegistrationVersionsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateDescribeRegistrationVersions(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 paginateDescribeRegistrationVersions = createPaginator(PinpointSMSVoiceV2Client, DescribeRegistrationVersionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { DescribeRegistrationsCommand, } from "../commands/DescribeRegistrationsCommand";
|
|
2
3
|
import { PinpointSMSVoiceV2Client } from "../PinpointSMSVoiceV2Client";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new DescribeRegistrationsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateDescribeRegistrations(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 paginateDescribeRegistrations = createPaginator(PinpointSMSVoiceV2Client, DescribeRegistrationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { DescribeSenderIdsCommand, } from "../commands/DescribeSenderIdsCommand";
|
|
2
3
|
import { PinpointSMSVoiceV2Client } from "../PinpointSMSVoiceV2Client";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new DescribeSenderIdsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateDescribeSenderIds(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 paginateDescribeSenderIds = createPaginator(PinpointSMSVoiceV2Client, DescribeSenderIdsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { DescribeSpendLimitsCommand, } from "../commands/DescribeSpendLimitsCommand";
|
|
2
3
|
import { PinpointSMSVoiceV2Client } from "../PinpointSMSVoiceV2Client";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new DescribeSpendLimitsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateDescribeSpendLimits(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 paginateDescribeSpendLimits = createPaginator(PinpointSMSVoiceV2Client, DescribeSpendLimitsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { DescribeVerifiedDestinationNumbersCommand, } from "../commands/DescribeVerifiedDestinationNumbersCommand";
|
|
2
3
|
import { PinpointSMSVoiceV2Client } from "../PinpointSMSVoiceV2Client";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new DescribeVerifiedDestinationNumbersCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateDescribeVerifiedDestinationNumbers(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 paginateDescribeVerifiedDestinationNumbers = createPaginator(PinpointSMSVoiceV2Client, DescribeVerifiedDestinationNumbersCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListPoolOriginationIdentitiesCommand, } from "../commands/ListPoolOriginationIdentitiesCommand";
|
|
2
3
|
import { PinpointSMSVoiceV2Client } from "../PinpointSMSVoiceV2Client";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListPoolOriginationIdentitiesCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListPoolOriginationIdentities(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 paginateListPoolOriginationIdentities = createPaginator(PinpointSMSVoiceV2Client, ListPoolOriginationIdentitiesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListRegistrationAssociationsCommand, } from "../commands/ListRegistrationAssociationsCommand";
|
|
2
3
|
import { PinpointSMSVoiceV2Client } from "../PinpointSMSVoiceV2Client";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListRegistrationAssociationsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListRegistrationAssociations(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 paginateListRegistrationAssociations = createPaginator(PinpointSMSVoiceV2Client, ListRegistrationAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AssociateOriginationIdentityRequest, AssociateOriginationIdentityResult } from "../models/models_0";
|
|
5
4
|
import { PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceV2Client";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface AssociateOriginationIdentityCommandInput extends AssociateOrigi
|
|
|
21
20
|
*/
|
|
22
21
|
export interface AssociateOriginationIdentityCommandOutput extends AssociateOriginationIdentityResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const AssociateOriginationIdentityCommand_base: {
|
|
24
|
+
new (input: AssociateOriginationIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateOriginationIdentityCommandInput, AssociateOriginationIdentityCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Associates the specified origination identity with a pool.</p>
|
|
@@ -89,23 +92,5 @@ export interface AssociateOriginationIdentityCommandOutput extends AssociateOrig
|
|
|
89
92
|
* <p>Base exception class for all service exceptions from PinpointSMSVoiceV2 service.</p>
|
|
90
93
|
*
|
|
91
94
|
*/
|
|
92
|
-
export declare class AssociateOriginationIdentityCommand extends
|
|
93
|
-
readonly input: AssociateOriginationIdentityCommandInput;
|
|
94
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
-
/**
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
constructor(input: AssociateOriginationIdentityCommandInput);
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointSMSVoiceV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateOriginationIdentityCommandInput, AssociateOriginationIdentityCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private serialize;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private deserialize;
|
|
95
|
+
export declare class AssociateOriginationIdentityCommand extends AssociateOriginationIdentityCommand_base {
|
|
111
96
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateConfigurationSetRequest, CreateConfigurationSetResult } from "../models/models_0";
|
|
5
4
|
import { PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceV2Client";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateConfigurationSetCommandInput extends CreateConfigurationS
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateConfigurationSetCommandOutput extends CreateConfigurationSetResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateConfigurationSetCommand_base: {
|
|
24
|
+
new (input: CreateConfigurationSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a new configuration set. After you create the configuration set, you can add
|
|
@@ -94,23 +97,5 @@ export interface CreateConfigurationSetCommandOutput extends CreateConfiguration
|
|
|
94
97
|
* <p>Base exception class for all service exceptions from PinpointSMSVoiceV2 service.</p>
|
|
95
98
|
*
|
|
96
99
|
*/
|
|
97
|
-
export declare class CreateConfigurationSetCommand extends
|
|
98
|
-
readonly input: CreateConfigurationSetCommandInput;
|
|
99
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
100
|
-
/**
|
|
101
|
-
* @public
|
|
102
|
-
*/
|
|
103
|
-
constructor(input: CreateConfigurationSetCommandInput);
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointSMSVoiceV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput>;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private serialize;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private deserialize;
|
|
100
|
+
export declare class CreateConfigurationSetCommand extends CreateConfigurationSetCommand_base {
|
|
116
101
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateEventDestinationRequest, CreateEventDestinationResult } from "../models/models_0";
|
|
5
4
|
import { PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceV2Client";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateEventDestinationCommandInput extends CreateEventDestinati
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateEventDestinationCommandOutput extends CreateEventDestinationResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateEventDestinationCommand_base: {
|
|
24
|
+
new (input: CreateEventDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEventDestinationCommandInput, CreateEventDestinationCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a new event destination in a configuration set.</p>
|
|
@@ -121,23 +124,5 @@ export interface CreateEventDestinationCommandOutput extends CreateEventDestinat
|
|
|
121
124
|
* <p>Base exception class for all service exceptions from PinpointSMSVoiceV2 service.</p>
|
|
122
125
|
*
|
|
123
126
|
*/
|
|
124
|
-
export declare class CreateEventDestinationCommand extends
|
|
125
|
-
readonly input: CreateEventDestinationCommandInput;
|
|
126
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
127
|
-
/**
|
|
128
|
-
* @public
|
|
129
|
-
*/
|
|
130
|
-
constructor(input: CreateEventDestinationCommandInput);
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointSMSVoiceV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEventDestinationCommandInput, CreateEventDestinationCommandOutput>;
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
|
-
private serialize;
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
|
-
private deserialize;
|
|
127
|
+
export declare class CreateEventDestinationCommand extends CreateEventDestinationCommand_base {
|
|
143
128
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateOptOutListRequest, CreateOptOutListResult } from "../models/models_0";
|
|
5
4
|
import { PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceV2Client";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateOptOutListCommandInput extends CreateOptOutListRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateOptOutListCommandOutput extends CreateOptOutListResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateOptOutListCommand_base: {
|
|
24
|
+
new (input: CreateOptOutListCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOptOutListCommandInput, CreateOptOutListCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a new opt-out list.</p>
|
|
@@ -98,23 +101,5 @@ export interface CreateOptOutListCommandOutput extends CreateOptOutListResult, _
|
|
|
98
101
|
* <p>Base exception class for all service exceptions from PinpointSMSVoiceV2 service.</p>
|
|
99
102
|
*
|
|
100
103
|
*/
|
|
101
|
-
export declare class CreateOptOutListCommand extends
|
|
102
|
-
readonly input: CreateOptOutListCommandInput;
|
|
103
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
104
|
-
/**
|
|
105
|
-
* @public
|
|
106
|
-
*/
|
|
107
|
-
constructor(input: CreateOptOutListCommandInput);
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointSMSVoiceV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateOptOutListCommandInput, CreateOptOutListCommandOutput>;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private serialize;
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
private deserialize;
|
|
104
|
+
export declare class CreateOptOutListCommand extends CreateOptOutListCommand_base {
|
|
120
105
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreatePoolRequest, CreatePoolResult } from "../models/models_0";
|
|
5
4
|
import { PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceV2Client";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreatePoolCommandInput extends CreatePoolRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreatePoolCommandOutput extends CreatePoolResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreatePoolCommand_base: {
|
|
24
|
+
new (input: CreatePoolCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePoolCommandInput, CreatePoolCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a new pool and associates the specified origination identity to the pool. A
|
|
@@ -113,23 +116,5 @@ export interface CreatePoolCommandOutput extends CreatePoolResult, __MetadataBea
|
|
|
113
116
|
* <p>Base exception class for all service exceptions from PinpointSMSVoiceV2 service.</p>
|
|
114
117
|
*
|
|
115
118
|
*/
|
|
116
|
-
export declare class CreatePoolCommand extends
|
|
117
|
-
readonly input: CreatePoolCommandInput;
|
|
118
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
119
|
-
/**
|
|
120
|
-
* @public
|
|
121
|
-
*/
|
|
122
|
-
constructor(input: CreatePoolCommandInput);
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointSMSVoiceV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePoolCommandInput, CreatePoolCommandOutput>;
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
private serialize;
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
private deserialize;
|
|
119
|
+
export declare class CreatePoolCommand extends CreatePoolCommand_base {
|
|
135
120
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateRegistrationAssociationRequest, CreateRegistrationAssociationResult } from "../models/models_0";
|
|
5
4
|
import { PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceV2Client";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateRegistrationAssociationCommandInput extends CreateRegistr
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateRegistrationAssociationCommandOutput extends CreateRegistrationAssociationResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateRegistrationAssociationCommand_base: {
|
|
24
|
+
new (input: CreateRegistrationAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRegistrationAssociationCommandInput, CreateRegistrationAssociationCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Associate the registration with an origination identity such as a phone number or sender ID.</p>
|
|
@@ -86,23 +89,5 @@ export interface CreateRegistrationAssociationCommandOutput extends CreateRegist
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from PinpointSMSVoiceV2 service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class CreateRegistrationAssociationCommand extends
|
|
90
|
-
readonly input: CreateRegistrationAssociationCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: CreateRegistrationAssociationCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointSMSVoiceV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRegistrationAssociationCommandInput, CreateRegistrationAssociationCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class CreateRegistrationAssociationCommand extends CreateRegistrationAssociationCommand_base {
|
|
108
93
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateRegistrationAttachmentRequest, CreateRegistrationAttachmentResult } from "../models/models_0";
|
|
5
4
|
import { PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceV2Client";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateRegistrationAttachmentCommandInput extends CreateRegistra
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateRegistrationAttachmentCommandOutput extends CreateRegistrationAttachmentResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateRegistrationAttachmentCommand_base: {
|
|
24
|
+
new (input: CreateRegistrationAttachmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRegistrationAttachmentCommandInput, CreateRegistrationAttachmentCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Create a new registration attachment to use for uploading a file or a URL to a file. The maximum file size is 1MiB and valid file extensions are PDF, JPEG and PNG. For example, many sender ID registrations require a signed “letter of authorization” (LOA) to be submitted.</p>
|
|
@@ -92,23 +95,5 @@ export interface CreateRegistrationAttachmentCommandOutput extends CreateRegistr
|
|
|
92
95
|
* <p>Base exception class for all service exceptions from PinpointSMSVoiceV2 service.</p>
|
|
93
96
|
*
|
|
94
97
|
*/
|
|
95
|
-
export declare class CreateRegistrationAttachmentCommand extends
|
|
96
|
-
readonly input: CreateRegistrationAttachmentCommandInput;
|
|
97
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
98
|
-
/**
|
|
99
|
-
* @public
|
|
100
|
-
*/
|
|
101
|
-
constructor(input: CreateRegistrationAttachmentCommandInput);
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointSMSVoiceV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRegistrationAttachmentCommandInput, CreateRegistrationAttachmentCommandOutput>;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private serialize;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private deserialize;
|
|
98
|
+
export declare class CreateRegistrationAttachmentCommand extends CreateRegistrationAttachmentCommand_base {
|
|
114
99
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateRegistrationRequest, CreateRegistrationResult } from "../models/models_0";
|
|
5
4
|
import { PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceV2Client";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateRegistrationCommandInput extends CreateRegistrationReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateRegistrationCommandOutput extends CreateRegistrationResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateRegistrationCommand_base: {
|
|
24
|
+
new (input: CreateRegistrationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRegistrationCommandInput, CreateRegistrationCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a new registration based on the <b>RegistrationType</b> field. </p>
|
|
@@ -96,23 +99,5 @@ export interface CreateRegistrationCommandOutput extends CreateRegistrationResul
|
|
|
96
99
|
* <p>Base exception class for all service exceptions from PinpointSMSVoiceV2 service.</p>
|
|
97
100
|
*
|
|
98
101
|
*/
|
|
99
|
-
export declare class CreateRegistrationCommand extends
|
|
100
|
-
readonly input: CreateRegistrationCommandInput;
|
|
101
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
102
|
-
/**
|
|
103
|
-
* @public
|
|
104
|
-
*/
|
|
105
|
-
constructor(input: CreateRegistrationCommandInput);
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointSMSVoiceV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRegistrationCommandInput, CreateRegistrationCommandOutput>;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private serialize;
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
private deserialize;
|
|
102
|
+
export declare class CreateRegistrationCommand extends CreateRegistrationCommand_base {
|
|
118
103
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateRegistrationVersionRequest, CreateRegistrationVersionResult } from "../models/models_0";
|
|
5
4
|
import { PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceV2Client";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateRegistrationVersionCommandInput extends CreateRegistratio
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateRegistrationVersionCommandOutput extends CreateRegistrationVersionResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateRegistrationVersionCommand_base: {
|
|
24
|
+
new (input: CreateRegistrationVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRegistrationVersionCommandInput, CreateRegistrationVersionCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Create a new version of the registration and increase the <b>VersionNumber</b>. The previous version of the registration becomes read-only.</p>
|
|
@@ -91,23 +94,5 @@ export interface CreateRegistrationVersionCommandOutput extends CreateRegistrati
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from PinpointSMSVoiceV2 service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class CreateRegistrationVersionCommand extends
|
|
95
|
-
readonly input: CreateRegistrationVersionCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: CreateRegistrationVersionCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointSMSVoiceV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRegistrationVersionCommandInput, CreateRegistrationVersionCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class CreateRegistrationVersionCommand extends CreateRegistrationVersionCommand_base {
|
|
113
98
|
}
|