@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,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListTagsForResourceRequest,
|
|
11
5
|
ListTagsForResourceResult,
|
|
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
|
|
|
21
15
|
export interface ListTagsForResourceCommandOutput
|
|
22
16
|
extends ListTagsForResourceResult,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const ListTagsForResourceCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListTagsForResourceCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListTagsForResourceCommandInput,
|
|
23
|
+
ListTagsForResourceCommandOutput,
|
|
24
|
+
PinpointSMSVoiceV2ClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { PutKeywordRequest, PutKeywordResult } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
PinpointSMSVoiceV2ClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface PutKeywordCommandInput extends PutKeywordRequest {}
|
|
|
17
11
|
export interface PutKeywordCommandOutput
|
|
18
12
|
extends PutKeywordResult,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const PutKeywordCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: PutKeywordCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
PutKeywordCommandInput,
|
|
19
|
+
PutKeywordCommandOutput,
|
|
20
|
+
PinpointSMSVoiceV2ClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class PutKeywordCommand extends PutKeywordCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
PutOptedOutNumberRequest,
|
|
11
5
|
PutOptedOutNumberResult,
|
|
@@ -21,19 +15,16 @@ export interface PutOptedOutNumberCommandInput
|
|
|
21
15
|
export interface PutOptedOutNumberCommandOutput
|
|
22
16
|
extends PutOptedOutNumberResult,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const PutOptedOutNumberCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: PutOptedOutNumberCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
PutOptedOutNumberCommandInput,
|
|
23
|
+
PutOptedOutNumberCommandOutput,
|
|
24
|
+
PinpointSMSVoiceV2ClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class PutOptedOutNumberCommand extends PutOptedOutNumberCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
PutRegistrationFieldValueRequest,
|
|
11
5
|
PutRegistrationFieldValueResult,
|
|
@@ -21,22 +15,16 @@ export interface PutRegistrationFieldValueCommandInput
|
|
|
21
15
|
export interface PutRegistrationFieldValueCommandOutput
|
|
22
16
|
extends PutRegistrationFieldValueResult,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: PutRegistrationFieldValueCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: PutRegistrationFieldValueCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: PinpointSMSVoiceV2ClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const PutRegistrationFieldValueCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: PutRegistrationFieldValueCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
PutRegistrationFieldValueCommandInput,
|
|
38
|
-
PutRegistrationFieldValueCommandOutput
|
|
23
|
+
PutRegistrationFieldValueCommandOutput,
|
|
24
|
+
PinpointSMSVoiceV2ClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class PutRegistrationFieldValueCommand extends PutRegistrationFieldValueCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ReleasePhoneNumberRequest,
|
|
11
5
|
ReleasePhoneNumberResult,
|
|
@@ -21,19 +15,16 @@ export interface ReleasePhoneNumberCommandInput
|
|
|
21
15
|
export interface ReleasePhoneNumberCommandOutput
|
|
22
16
|
extends ReleasePhoneNumberResult,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const ReleasePhoneNumberCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ReleasePhoneNumberCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ReleasePhoneNumberCommandInput,
|
|
23
|
+
ReleasePhoneNumberCommandOutput,
|
|
24
|
+
PinpointSMSVoiceV2ClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ReleasePhoneNumberCommand extends ReleasePhoneNumberCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ReleaseSenderIdRequest,
|
|
11
5
|
ReleaseSenderIdResult,
|
|
@@ -20,19 +14,16 @@ export interface ReleaseSenderIdCommandInput extends ReleaseSenderIdRequest {}
|
|
|
20
14
|
export interface ReleaseSenderIdCommandOutput
|
|
21
15
|
extends ReleaseSenderIdResult,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const ReleaseSenderIdCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: ReleaseSenderIdCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
ReleaseSenderIdCommandInput,
|
|
22
|
+
ReleaseSenderIdCommandOutput,
|
|
23
|
+
PinpointSMSVoiceV2ClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class ReleaseSenderIdCommand extends ReleaseSenderIdCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
RequestPhoneNumberRequest,
|
|
11
5
|
RequestPhoneNumberResult,
|
|
@@ -21,19 +15,16 @@ export interface RequestPhoneNumberCommandInput
|
|
|
21
15
|
export interface RequestPhoneNumberCommandOutput
|
|
22
16
|
extends RequestPhoneNumberResult,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const RequestPhoneNumberCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: RequestPhoneNumberCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
RequestPhoneNumberCommandInput,
|
|
23
|
+
RequestPhoneNumberCommandOutput,
|
|
24
|
+
PinpointSMSVoiceV2ClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class RequestPhoneNumberCommand extends RequestPhoneNumberCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
RequestSenderIdRequest,
|
|
11
5
|
RequestSenderIdResult,
|
|
@@ -20,19 +14,16 @@ export interface RequestSenderIdCommandInput extends RequestSenderIdRequest {}
|
|
|
20
14
|
export interface RequestSenderIdCommandOutput
|
|
21
15
|
extends RequestSenderIdResult,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const RequestSenderIdCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: RequestSenderIdCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
RequestSenderIdCommandInput,
|
|
22
|
+
RequestSenderIdCommandOutput,
|
|
23
|
+
PinpointSMSVoiceV2ClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class RequestSenderIdCommand extends RequestSenderIdCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
SendDestinationNumberVerificationCodeRequest,
|
|
11
5
|
SendDestinationNumberVerificationCodeResult,
|
|
@@ -21,22 +15,16 @@ export interface SendDestinationNumberVerificationCodeCommandInput
|
|
|
21
15
|
export interface SendDestinationNumberVerificationCodeCommandOutput
|
|
22
16
|
extends SendDestinationNumberVerificationCodeResult,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: SendDestinationNumberVerificationCodeCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: SendDestinationNumberVerificationCodeCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: PinpointSMSVoiceV2ClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const SendDestinationNumberVerificationCodeCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: SendDestinationNumberVerificationCodeCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
SendDestinationNumberVerificationCodeCommandInput,
|
|
38
|
-
SendDestinationNumberVerificationCodeCommandOutput
|
|
23
|
+
SendDestinationNumberVerificationCodeCommandOutput,
|
|
24
|
+
PinpointSMSVoiceV2ClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class SendDestinationNumberVerificationCodeCommand extends SendDestinationNumberVerificationCodeCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
SendTextMessageRequest,
|
|
11
5
|
SendTextMessageResult,
|
|
@@ -20,19 +14,16 @@ export interface SendTextMessageCommandInput extends SendTextMessageRequest {}
|
|
|
20
14
|
export interface SendTextMessageCommandOutput
|
|
21
15
|
extends SendTextMessageResult,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const SendTextMessageCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: SendTextMessageCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
SendTextMessageCommandInput,
|
|
22
|
+
SendTextMessageCommandOutput,
|
|
23
|
+
PinpointSMSVoiceV2ClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class SendTextMessageCommand extends SendTextMessageCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
SendVoiceMessageRequest,
|
|
11
5
|
SendVoiceMessageResult,
|
|
@@ -20,19 +14,16 @@ export interface SendVoiceMessageCommandInput extends SendVoiceMessageRequest {}
|
|
|
20
14
|
export interface SendVoiceMessageCommandOutput
|
|
21
15
|
extends SendVoiceMessageResult,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const SendVoiceMessageCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: SendVoiceMessageCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
SendVoiceMessageCommandInput,
|
|
22
|
+
SendVoiceMessageCommandOutput,
|
|
23
|
+
PinpointSMSVoiceV2ClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class SendVoiceMessageCommand extends SendVoiceMessageCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
SetDefaultMessageTypeRequest,
|
|
11
5
|
SetDefaultMessageTypeResult,
|
|
@@ -21,22 +15,16 @@ export interface SetDefaultMessageTypeCommandInput
|
|
|
21
15
|
export interface SetDefaultMessageTypeCommandOutput
|
|
22
16
|
extends SetDefaultMessageTypeResult,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: SetDefaultMessageTypeCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: SetDefaultMessageTypeCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: PinpointSMSVoiceV2ClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const SetDefaultMessageTypeCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: SetDefaultMessageTypeCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
SetDefaultMessageTypeCommandInput,
|
|
38
|
-
SetDefaultMessageTypeCommandOutput
|
|
23
|
+
SetDefaultMessageTypeCommandOutput,
|
|
24
|
+
PinpointSMSVoiceV2ClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class SetDefaultMessageTypeCommand extends SetDefaultMessageTypeCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
SetDefaultSenderIdRequest,
|
|
11
5
|
SetDefaultSenderIdResult,
|
|
@@ -21,19 +15,16 @@ export interface SetDefaultSenderIdCommandInput
|
|
|
21
15
|
export interface SetDefaultSenderIdCommandOutput
|
|
22
16
|
extends SetDefaultSenderIdResult,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const SetDefaultSenderIdCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: SetDefaultSenderIdCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
SetDefaultSenderIdCommandInput,
|
|
23
|
+
SetDefaultSenderIdCommandOutput,
|
|
24
|
+
PinpointSMSVoiceV2ClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class SetDefaultSenderIdCommand extends SetDefaultSenderIdCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
SetTextMessageSpendLimitOverrideRequest,
|
|
11
5
|
SetTextMessageSpendLimitOverrideResult,
|
|
@@ -21,22 +15,16 @@ export interface SetTextMessageSpendLimitOverrideCommandInput
|
|
|
21
15
|
export interface SetTextMessageSpendLimitOverrideCommandOutput
|
|
22
16
|
extends SetTextMessageSpendLimitOverrideResult,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: SetTextMessageSpendLimitOverrideCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: SetTextMessageSpendLimitOverrideCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: PinpointSMSVoiceV2ClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const SetTextMessageSpendLimitOverrideCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: SetTextMessageSpendLimitOverrideCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
SetTextMessageSpendLimitOverrideCommandInput,
|
|
38
|
-
SetTextMessageSpendLimitOverrideCommandOutput
|
|
23
|
+
SetTextMessageSpendLimitOverrideCommandOutput,
|
|
24
|
+
PinpointSMSVoiceV2ClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class SetTextMessageSpendLimitOverrideCommand extends SetTextMessageSpendLimitOverrideCommand_base {}
|