@aws-sdk/client-sns 3.1087.0 → 3.1089.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 +1 -1
- package/dist-types/ts3.4/SNS.d.ts +141 -174
- package/dist-types/ts3.4/SNSClient.d.ts +20 -48
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +3 -7
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PublishCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +2 -4
- package/dist-types/ts3.4/models/errors.d.ts +27 -96
- package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38