@aws-sdk/client-pinpoint-sms-voice-v2 3.927.0 → 3.929.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/index.js +2861 -3264
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/PinpointSMSVoiceV2Client.js +2 -0
- package/dist-es/commands/AssociateOriginationIdentityCommand.js +3 -9
- package/dist-es/commands/AssociateProtectConfigurationCommand.js +3 -9
- package/dist-es/commands/CarrierLookupCommand.js +3 -9
- package/dist-es/commands/CreateConfigurationSetCommand.js +3 -9
- package/dist-es/commands/CreateEventDestinationCommand.js +3 -9
- package/dist-es/commands/CreateOptOutListCommand.js +3 -9
- package/dist-es/commands/CreatePoolCommand.js +3 -9
- package/dist-es/commands/CreateProtectConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateRegistrationAssociationCommand.js +3 -9
- package/dist-es/commands/CreateRegistrationAttachmentCommand.js +3 -9
- package/dist-es/commands/CreateRegistrationCommand.js +3 -9
- package/dist-es/commands/CreateRegistrationVersionCommand.js +3 -9
- package/dist-es/commands/CreateVerifiedDestinationNumberCommand.js +3 -9
- package/dist-es/commands/DeleteAccountDefaultProtectConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteConfigurationSetCommand.js +3 -9
- package/dist-es/commands/DeleteDefaultMessageTypeCommand.js +3 -9
- package/dist-es/commands/DeleteDefaultSenderIdCommand.js +3 -9
- package/dist-es/commands/DeleteEventDestinationCommand.js +3 -9
- package/dist-es/commands/DeleteKeywordCommand.js +3 -9
- package/dist-es/commands/DeleteMediaMessageSpendLimitOverrideCommand.js +3 -9
- package/dist-es/commands/DeleteOptOutListCommand.js +3 -9
- package/dist-es/commands/DeleteOptedOutNumberCommand.js +3 -9
- package/dist-es/commands/DeletePoolCommand.js +3 -9
- package/dist-es/commands/DeleteProtectConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteProtectConfigurationRuleSetNumberOverrideCommand.js +3 -9
- package/dist-es/commands/DeleteRegistrationAttachmentCommand.js +3 -9
- package/dist-es/commands/DeleteRegistrationCommand.js +3 -9
- package/dist-es/commands/DeleteRegistrationFieldValueCommand.js +3 -9
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteTextMessageSpendLimitOverrideCommand.js +3 -9
- package/dist-es/commands/DeleteVerifiedDestinationNumberCommand.js +3 -9
- package/dist-es/commands/DeleteVoiceMessageSpendLimitOverrideCommand.js +3 -9
- package/dist-es/commands/DescribeAccountAttributesCommand.js +3 -9
- package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -9
- package/dist-es/commands/DescribeConfigurationSetsCommand.js +3 -9
- package/dist-es/commands/DescribeKeywordsCommand.js +3 -9
- package/dist-es/commands/DescribeOptOutListsCommand.js +3 -9
- package/dist-es/commands/DescribeOptedOutNumbersCommand.js +3 -9
- package/dist-es/commands/DescribePhoneNumbersCommand.js +3 -9
- package/dist-es/commands/DescribePoolsCommand.js +3 -9
- package/dist-es/commands/DescribeProtectConfigurationsCommand.js +3 -9
- package/dist-es/commands/DescribeRegistrationAttachmentsCommand.js +3 -9
- package/dist-es/commands/DescribeRegistrationFieldDefinitionsCommand.js +3 -9
- package/dist-es/commands/DescribeRegistrationFieldValuesCommand.js +3 -9
- package/dist-es/commands/DescribeRegistrationSectionDefinitionsCommand.js +3 -9
- package/dist-es/commands/DescribeRegistrationTypeDefinitionsCommand.js +3 -9
- package/dist-es/commands/DescribeRegistrationVersionsCommand.js +3 -9
- package/dist-es/commands/DescribeRegistrationsCommand.js +3 -9
- package/dist-es/commands/DescribeSenderIdsCommand.js +3 -9
- package/dist-es/commands/DescribeSpendLimitsCommand.js +3 -9
- package/dist-es/commands/DescribeVerifiedDestinationNumbersCommand.js +3 -9
- package/dist-es/commands/DisassociateOriginationIdentityCommand.js +3 -9
- package/dist-es/commands/DisassociateProtectConfigurationCommand.js +3 -9
- package/dist-es/commands/DiscardRegistrationVersionCommand.js +3 -9
- package/dist-es/commands/GetProtectConfigurationCountryRuleSetCommand.js +3 -9
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
- package/dist-es/commands/ListPoolOriginationIdentitiesCommand.js +3 -9
- package/dist-es/commands/ListProtectConfigurationRuleSetNumberOverridesCommand.js +3 -9
- package/dist-es/commands/ListRegistrationAssociationsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PutKeywordCommand.js +3 -9
- package/dist-es/commands/PutMessageFeedbackCommand.js +3 -9
- package/dist-es/commands/PutOptedOutNumberCommand.js +3 -9
- package/dist-es/commands/PutProtectConfigurationRuleSetNumberOverrideCommand.js +3 -9
- package/dist-es/commands/PutRegistrationFieldValueCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/ReleasePhoneNumberCommand.js +3 -9
- package/dist-es/commands/ReleaseSenderIdCommand.js +3 -9
- package/dist-es/commands/RequestPhoneNumberCommand.js +3 -9
- package/dist-es/commands/RequestSenderIdCommand.js +3 -9
- package/dist-es/commands/SendDestinationNumberVerificationCodeCommand.js +3 -9
- package/dist-es/commands/SendMediaMessageCommand.js +3 -9
- package/dist-es/commands/SendTextMessageCommand.js +3 -9
- package/dist-es/commands/SendVoiceMessageCommand.js +3 -9
- package/dist-es/commands/SetAccountDefaultProtectConfigurationCommand.js +3 -9
- package/dist-es/commands/SetDefaultMessageFeedbackEnabledCommand.js +3 -9
- package/dist-es/commands/SetDefaultMessageTypeCommand.js +3 -9
- package/dist-es/commands/SetDefaultSenderIdCommand.js +3 -9
- package/dist-es/commands/SetMediaMessageSpendLimitOverrideCommand.js +3 -9
- package/dist-es/commands/SetTextMessageSpendLimitOverrideCommand.js +3 -9
- package/dist-es/commands/SetVoiceMessageSpendLimitOverrideCommand.js +3 -9
- package/dist-es/commands/SubmitRegistrationVersionCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateEventDestinationCommand.js +3 -9
- package/dist-es/commands/UpdatePhoneNumberCommand.js +3 -9
- package/dist-es/commands/UpdatePoolCommand.js +3 -9
- package/dist-es/commands/UpdateProtectConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateProtectConfigurationCountryRuleSetCommand.js +3 -9
- package/dist-es/commands/UpdateSenderIdCommand.js +3 -9
- package/dist-es/commands/VerifyDestinationNumberCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +2682 -0
- package/dist-types/PinpointSMSVoiceV2Client.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +408 -0
- package/dist-types/ts3.4/PinpointSMSVoiceV2Client.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +414 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_0.js +0 -2610
- package/dist-types/protocols/Aws_json1_0.d.ts +0 -821
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -1097
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.