@aws-sdk/client-sesv2 3.190.0 → 3.191.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/CHANGELOG.md +11 -0
- package/dist-cjs/SESv2.js +15 -0
- package/dist-cjs/SESv2Client.js +11 -8
- package/dist-cjs/commands/CreateConfigurationSetCommand.js +10 -0
- package/dist-cjs/commands/CreateConfigurationSetEventDestinationCommand.js +10 -0
- package/dist-cjs/commands/CreateContactCommand.js +10 -0
- package/dist-cjs/commands/CreateContactListCommand.js +10 -0
- package/dist-cjs/commands/CreateCustomVerificationEmailTemplateCommand.js +10 -0
- package/dist-cjs/commands/CreateDedicatedIpPoolCommand.js +10 -0
- package/dist-cjs/commands/CreateDeliverabilityTestReportCommand.js +10 -0
- package/dist-cjs/commands/CreateEmailIdentityCommand.js +10 -0
- package/dist-cjs/commands/CreateEmailIdentityPolicyCommand.js +10 -0
- package/dist-cjs/commands/CreateEmailTemplateCommand.js +10 -0
- package/dist-cjs/commands/CreateImportJobCommand.js +10 -0
- package/dist-cjs/commands/DeleteConfigurationSetCommand.js +10 -0
- package/dist-cjs/commands/DeleteConfigurationSetEventDestinationCommand.js +10 -0
- package/dist-cjs/commands/DeleteContactCommand.js +10 -0
- package/dist-cjs/commands/DeleteContactListCommand.js +10 -0
- package/dist-cjs/commands/DeleteCustomVerificationEmailTemplateCommand.js +10 -0
- package/dist-cjs/commands/DeleteDedicatedIpPoolCommand.js +10 -0
- package/dist-cjs/commands/DeleteEmailIdentityCommand.js +10 -0
- package/dist-cjs/commands/DeleteEmailIdentityPolicyCommand.js +10 -0
- package/dist-cjs/commands/DeleteEmailTemplateCommand.js +10 -0
- package/dist-cjs/commands/DeleteSuppressedDestinationCommand.js +10 -0
- package/dist-cjs/commands/GetAccountCommand.js +10 -0
- package/dist-cjs/commands/GetBlacklistReportsCommand.js +10 -0
- package/dist-cjs/commands/GetConfigurationSetCommand.js +10 -0
- package/dist-cjs/commands/GetConfigurationSetEventDestinationsCommand.js +10 -0
- package/dist-cjs/commands/GetContactCommand.js +10 -0
- package/dist-cjs/commands/GetContactListCommand.js +10 -0
- package/dist-cjs/commands/GetCustomVerificationEmailTemplateCommand.js +10 -0
- package/dist-cjs/commands/GetDedicatedIpCommand.js +10 -0
- package/dist-cjs/commands/GetDedicatedIpPoolCommand.js +46 -0
- package/dist-cjs/commands/GetDedicatedIpsCommand.js +10 -0
- package/dist-cjs/commands/GetDeliverabilityDashboardOptionsCommand.js +10 -0
- package/dist-cjs/commands/GetDeliverabilityTestReportCommand.js +10 -0
- package/dist-cjs/commands/GetDomainDeliverabilityCampaignCommand.js +10 -0
- package/dist-cjs/commands/GetDomainStatisticsReportCommand.js +10 -0
- package/dist-cjs/commands/GetEmailIdentityCommand.js +10 -0
- package/dist-cjs/commands/GetEmailIdentityPoliciesCommand.js +10 -0
- package/dist-cjs/commands/GetEmailTemplateCommand.js +10 -0
- package/dist-cjs/commands/GetImportJobCommand.js +10 -0
- package/dist-cjs/commands/GetSuppressedDestinationCommand.js +10 -0
- package/dist-cjs/commands/ListConfigurationSetsCommand.js +10 -0
- package/dist-cjs/commands/ListContactListsCommand.js +10 -0
- package/dist-cjs/commands/ListContactsCommand.js +10 -0
- package/dist-cjs/commands/ListCustomVerificationEmailTemplatesCommand.js +10 -0
- package/dist-cjs/commands/ListDedicatedIpPoolsCommand.js +10 -0
- package/dist-cjs/commands/ListDeliverabilityTestReportsCommand.js +10 -0
- package/dist-cjs/commands/ListDomainDeliverabilityCampaignsCommand.js +10 -0
- package/dist-cjs/commands/ListEmailIdentitiesCommand.js +10 -0
- package/dist-cjs/commands/ListEmailTemplatesCommand.js +10 -0
- package/dist-cjs/commands/ListImportJobsCommand.js +10 -0
- package/dist-cjs/commands/ListSuppressedDestinationsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +10 -0
- package/dist-cjs/commands/PutAccountDetailsCommand.js +10 -0
- package/dist-cjs/commands/PutAccountSendingAttributesCommand.js +10 -0
- package/dist-cjs/commands/PutAccountSuppressionAttributesCommand.js +10 -0
- package/dist-cjs/commands/PutConfigurationSetDeliveryOptionsCommand.js +10 -0
- package/dist-cjs/commands/PutConfigurationSetReputationOptionsCommand.js +10 -0
- package/dist-cjs/commands/PutConfigurationSetSendingOptionsCommand.js +10 -0
- package/dist-cjs/commands/PutConfigurationSetSuppressionOptionsCommand.js +10 -0
- package/dist-cjs/commands/PutConfigurationSetTrackingOptionsCommand.js +10 -0
- package/dist-cjs/commands/PutDedicatedIpInPoolCommand.js +10 -0
- package/dist-cjs/commands/PutDedicatedIpWarmupAttributesCommand.js +10 -0
- package/dist-cjs/commands/PutDeliverabilityDashboardOptionCommand.js +10 -0
- package/dist-cjs/commands/PutEmailIdentityConfigurationSetAttributesCommand.js +10 -0
- package/dist-cjs/commands/PutEmailIdentityDkimAttributesCommand.js +10 -0
- package/dist-cjs/commands/PutEmailIdentityDkimSigningAttributesCommand.js +10 -0
- package/dist-cjs/commands/PutEmailIdentityFeedbackAttributesCommand.js +10 -0
- package/dist-cjs/commands/PutEmailIdentityMailFromAttributesCommand.js +10 -0
- package/dist-cjs/commands/PutSuppressedDestinationCommand.js +10 -0
- package/dist-cjs/commands/SendBulkEmailCommand.js +10 -0
- package/dist-cjs/commands/SendCustomVerificationEmailCommand.js +10 -0
- package/dist-cjs/commands/SendEmailCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/TestRenderEmailTemplateCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateConfigurationSetEventDestinationCommand.js +10 -0
- package/dist-cjs/commands/UpdateContactCommand.js +10 -0
- package/dist-cjs/commands/UpdateContactListCommand.js +10 -0
- package/dist-cjs/commands/UpdateCustomVerificationEmailTemplateCommand.js +10 -0
- package/dist-cjs/commands/UpdateEmailIdentityPolicyCommand.js +10 -0
- package/dist-cjs/commands/UpdateEmailTemplateCommand.js +10 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/models/models_0.js +31 -6
- package/dist-cjs/protocols/Aws_restJson1.js +74 -4
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/SESv2.js +15 -0
- package/dist-es/SESv2Client.js +12 -9
- package/dist-es/commands/CreateConfigurationSetCommand.js +10 -0
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +10 -0
- package/dist-es/commands/CreateContactCommand.js +10 -0
- package/dist-es/commands/CreateContactListCommand.js +10 -0
- package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +10 -0
- package/dist-es/commands/CreateDedicatedIpPoolCommand.js +10 -0
- package/dist-es/commands/CreateDeliverabilityTestReportCommand.js +10 -0
- package/dist-es/commands/CreateEmailIdentityCommand.js +10 -0
- package/dist-es/commands/CreateEmailIdentityPolicyCommand.js +10 -0
- package/dist-es/commands/CreateEmailTemplateCommand.js +10 -0
- package/dist-es/commands/CreateImportJobCommand.js +10 -0
- package/dist-es/commands/DeleteConfigurationSetCommand.js +10 -0
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +10 -0
- package/dist-es/commands/DeleteContactCommand.js +10 -0
- package/dist-es/commands/DeleteContactListCommand.js +10 -0
- package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +10 -0
- package/dist-es/commands/DeleteDedicatedIpPoolCommand.js +10 -0
- package/dist-es/commands/DeleteEmailIdentityCommand.js +10 -0
- package/dist-es/commands/DeleteEmailIdentityPolicyCommand.js +10 -0
- package/dist-es/commands/DeleteEmailTemplateCommand.js +10 -0
- package/dist-es/commands/DeleteSuppressedDestinationCommand.js +10 -0
- package/dist-es/commands/GetAccountCommand.js +10 -0
- package/dist-es/commands/GetBlacklistReportsCommand.js +10 -0
- package/dist-es/commands/GetConfigurationSetCommand.js +10 -0
- package/dist-es/commands/GetConfigurationSetEventDestinationsCommand.js +10 -0
- package/dist-es/commands/GetContactCommand.js +10 -0
- package/dist-es/commands/GetContactListCommand.js +10 -0
- package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +10 -0
- package/dist-es/commands/GetDedicatedIpCommand.js +10 -0
- package/dist-es/commands/GetDedicatedIpPoolCommand.js +42 -0
- package/dist-es/commands/GetDedicatedIpsCommand.js +10 -0
- package/dist-es/commands/GetDeliverabilityDashboardOptionsCommand.js +10 -0
- package/dist-es/commands/GetDeliverabilityTestReportCommand.js +10 -0
- package/dist-es/commands/GetDomainDeliverabilityCampaignCommand.js +10 -0
- package/dist-es/commands/GetDomainStatisticsReportCommand.js +10 -0
- package/dist-es/commands/GetEmailIdentityCommand.js +10 -0
- package/dist-es/commands/GetEmailIdentityPoliciesCommand.js +10 -0
- package/dist-es/commands/GetEmailTemplateCommand.js +10 -0
- package/dist-es/commands/GetImportJobCommand.js +10 -0
- package/dist-es/commands/GetSuppressedDestinationCommand.js +10 -0
- package/dist-es/commands/ListConfigurationSetsCommand.js +10 -0
- package/dist-es/commands/ListContactListsCommand.js +10 -0
- package/dist-es/commands/ListContactsCommand.js +10 -0
- package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +10 -0
- package/dist-es/commands/ListDedicatedIpPoolsCommand.js +10 -0
- package/dist-es/commands/ListDeliverabilityTestReportsCommand.js +10 -0
- package/dist-es/commands/ListDomainDeliverabilityCampaignsCommand.js +10 -0
- package/dist-es/commands/ListEmailIdentitiesCommand.js +10 -0
- package/dist-es/commands/ListEmailTemplatesCommand.js +10 -0
- package/dist-es/commands/ListImportJobsCommand.js +10 -0
- package/dist-es/commands/ListSuppressedDestinationsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +10 -0
- package/dist-es/commands/PutAccountDetailsCommand.js +10 -0
- package/dist-es/commands/PutAccountSendingAttributesCommand.js +10 -0
- package/dist-es/commands/PutAccountSuppressionAttributesCommand.js +10 -0
- package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +10 -0
- package/dist-es/commands/PutConfigurationSetReputationOptionsCommand.js +10 -0
- package/dist-es/commands/PutConfigurationSetSendingOptionsCommand.js +10 -0
- package/dist-es/commands/PutConfigurationSetSuppressionOptionsCommand.js +10 -0
- package/dist-es/commands/PutConfigurationSetTrackingOptionsCommand.js +10 -0
- package/dist-es/commands/PutDedicatedIpInPoolCommand.js +10 -0
- package/dist-es/commands/PutDedicatedIpWarmupAttributesCommand.js +10 -0
- package/dist-es/commands/PutDeliverabilityDashboardOptionCommand.js +10 -0
- package/dist-es/commands/PutEmailIdentityConfigurationSetAttributesCommand.js +10 -0
- package/dist-es/commands/PutEmailIdentityDkimAttributesCommand.js +10 -0
- package/dist-es/commands/PutEmailIdentityDkimSigningAttributesCommand.js +10 -0
- package/dist-es/commands/PutEmailIdentityFeedbackAttributesCommand.js +10 -0
- package/dist-es/commands/PutEmailIdentityMailFromAttributesCommand.js +10 -0
- package/dist-es/commands/PutSuppressedDestinationCommand.js +10 -0
- package/dist-es/commands/SendBulkEmailCommand.js +10 -0
- package/dist-es/commands/SendCustomVerificationEmailCommand.js +10 -0
- package/dist-es/commands/SendEmailCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/TestRenderEmailTemplateCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +10 -0
- package/dist-es/commands/UpdateContactCommand.js +10 -0
- package/dist-es/commands/UpdateContactListCommand.js +10 -0
- package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +10 -0
- package/dist-es/commands/UpdateEmailIdentityPolicyCommand.js +10 -0
- package/dist-es/commands/UpdateEmailTemplateCommand.js +10 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/models/models_0.js +22 -0
- package/dist-es/protocols/Aws_restJson1.js +68 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/SESv2.d.ts +22 -9
- package/dist-types/SESv2Client.d.ts +9 -11
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +2 -0
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +2 -0
- package/dist-types/commands/CreateContactCommand.d.ts +2 -0
- package/dist-types/commands/CreateContactListCommand.d.ts +2 -0
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +4 -1
- package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +2 -0
- package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +2 -0
- package/dist-types/commands/CreateEmailIdentityCommand.d.ts +2 -0
- package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +2 -0
- package/dist-types/commands/CreateEmailTemplateCommand.d.ts +2 -0
- package/dist-types/commands/CreateImportJobCommand.d.ts +2 -0
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteContactCommand.d.ts +2 -0
- package/dist-types/commands/DeleteContactListCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +4 -1
- package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSuppressedDestinationCommand.d.ts +2 -0
- package/dist-types/commands/GetAccountCommand.d.ts +2 -0
- package/dist-types/commands/GetBlacklistReportsCommand.d.ts +2 -0
- package/dist-types/commands/GetConfigurationSetCommand.d.ts +2 -0
- package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +2 -0
- package/dist-types/commands/GetContactCommand.d.ts +2 -0
- package/dist-types/commands/GetContactListCommand.d.ts +2 -0
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +4 -1
- package/dist-types/commands/GetDedicatedIpCommand.d.ts +2 -0
- package/dist-types/commands/GetDedicatedIpPoolCommand.d.ts +37 -0
- package/dist-types/commands/GetDedicatedIpsCommand.d.ts +2 -0
- package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +2 -0
- package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +2 -0
- package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +2 -0
- package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +2 -0
- package/dist-types/commands/GetEmailIdentityCommand.d.ts +2 -0
- package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/GetEmailTemplateCommand.d.ts +2 -0
- package/dist-types/commands/GetImportJobCommand.d.ts +2 -0
- package/dist-types/commands/GetSuppressedDestinationCommand.d.ts +2 -0
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListContactListsCommand.d.ts +2 -0
- package/dist-types/commands/ListContactsCommand.d.ts +2 -0
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +5 -2
- package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +2 -0
- package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +2 -0
- package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +2 -0
- package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +2 -0
- package/dist-types/commands/ListEmailTemplatesCommand.d.ts +2 -0
- package/dist-types/commands/ListImportJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +2 -0
- package/dist-types/commands/PutAccountDetailsCommand.d.ts +2 -0
- package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +2 -0
- package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +2 -0
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +2 -0
- package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +2 -0
- package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +2 -0
- package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +2 -0
- package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +2 -0
- package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +2 -0
- package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +2 -0
- package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +2 -0
- package/dist-types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +2 -0
- package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +2 -0
- package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +2 -0
- package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +2 -0
- package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +2 -0
- package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +2 -0
- package/dist-types/commands/SendBulkEmailCommand.d.ts +2 -0
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +6 -3
- package/dist-types/commands/SendEmailCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateContactCommand.d.ts +2 -0
- package/dist-types/commands/UpdateContactListCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +4 -1
- package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +2 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +160 -25
- package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
- package/dist-types/runtimeConfig.browser.d.ts +5 -2
- package/dist-types/runtimeConfig.d.ts +5 -2
- package/dist-types/runtimeConfig.native.d.ts +5 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/SESv2.d.ts +17 -0
- package/dist-types/ts3.4/SESv2Client.d.ts +21 -8
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateContactListCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateEmailIdentityPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateImportJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteContactListCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteEmailIdentityPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSuppressedDestinationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetContactCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetContactListCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDedicatedIpPoolCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetEmailIdentityPoliciesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetEmailTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSuppressedDestinationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListContactListsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListEmailTemplatesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSuppressedDestinationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutAccountDetailsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutAccountSuppressionAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutSuppressedDestinationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SendBulkEmailCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TestRenderEmailTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateContactListCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateEmailIdentityPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +35 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +2 -1
- package/dist-cjs/endpoints.js +0 -159
- package/dist-es/endpoints.js +0 -155
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class TestRenderEmailTemplateCommand extends $Command<
|
|
|
25
26
|
SESv2ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: TestRenderEmailTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: TestRenderEmailTemplateCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
24
25
|
SESv2ClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UntagResourceCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UntagResourceCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateConfigurationSetEventDestinationCommand extends $Comm
|
|
|
25
26
|
SESv2ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateConfigurationSetEventDestinationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateConfigurationSetEventDestinationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class UpdateContactCommand extends $Command<
|
|
|
24
25
|
SESv2ClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UpdateContactCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UpdateContactCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateContactListCommand extends $Command<
|
|
|
25
26
|
SESv2ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateContactListCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateContactListCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateCustomVerificationEmailTemplateCommand extends $Comma
|
|
|
25
26
|
SESv2ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateCustomVerificationEmailTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateCustomVerificationEmailTemplateCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateEmailIdentityPolicyCommand extends $Command<
|
|
|
25
26
|
SESv2ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateEmailIdentityPolicyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateEmailIdentityPolicyCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateEmailTemplateCommand extends $Command<
|
|
|
25
26
|
SESv2ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateEmailTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateEmailTemplateCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -27,6 +27,7 @@ export * from "./GetContactCommand";
|
|
|
27
27
|
export * from "./GetContactListCommand";
|
|
28
28
|
export * from "./GetCustomVerificationEmailTemplateCommand";
|
|
29
29
|
export * from "./GetDedicatedIpCommand";
|
|
30
|
+
export * from "./GetDedicatedIpPoolCommand";
|
|
30
31
|
export * from "./GetDedicatedIpsCommand";
|
|
31
32
|
export * from "./GetDeliverabilityDashboardOptionsCommand";
|
|
32
33
|
export * from "./GetDeliverabilityTestReportCommand";
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import {
|
|
2
|
+
EndpointParameters as __EndpointParameters,
|
|
3
|
+
Provider,
|
|
4
|
+
} from "@aws-sdk/types";
|
|
5
|
+
export interface ClientInputEndpointParameters {
|
|
6
|
+
region?: string | Provider<string>;
|
|
7
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
8
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
9
|
+
Endpoint?: string | Provider<string>;
|
|
10
|
+
}
|
|
11
|
+
export declare type ClientResolvedEndpointParameters =
|
|
12
|
+
ClientInputEndpointParameters & {
|
|
13
|
+
defaultSigningName: string;
|
|
14
|
+
};
|
|
15
|
+
export declare const resolveClientEndpointParameters: <T>(
|
|
16
|
+
options: T & ClientInputEndpointParameters
|
|
17
|
+
) => T &
|
|
18
|
+
ClientInputEndpointParameters & {
|
|
19
|
+
defaultSigningName: string;
|
|
20
|
+
};
|
|
21
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
22
|
+
Region: string;
|
|
23
|
+
UseDualStack?: boolean;
|
|
24
|
+
UseFIPS?: boolean;
|
|
25
|
+
Endpoint?: string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { EndpointV2, Logger } from "@aws-sdk/types";
|
|
2
|
+
import { EndpointParameters } from "../endpoint/EndpointParameters";
|
|
3
|
+
export declare const defaultEndpointResolver: (
|
|
4
|
+
endpointParams: EndpointParameters,
|
|
5
|
+
context?: {
|
|
6
|
+
logger?: Logger;
|
|
7
|
+
}
|
|
8
|
+
) => EndpointV2;
|
|
@@ -292,9 +292,14 @@ export interface CreateCustomVerificationEmailTemplateRequest {
|
|
|
292
292
|
FailureRedirectionURL: string | undefined;
|
|
293
293
|
}
|
|
294
294
|
export interface CreateCustomVerificationEmailTemplateResponse {}
|
|
295
|
+
export declare enum ScalingMode {
|
|
296
|
+
MANAGED = "MANAGED",
|
|
297
|
+
STANDARD = "STANDARD",
|
|
298
|
+
}
|
|
295
299
|
export interface CreateDedicatedIpPoolRequest {
|
|
296
300
|
PoolName: string | undefined;
|
|
297
301
|
Tags?: Tag[];
|
|
302
|
+
ScalingMode?: ScalingMode | string;
|
|
298
303
|
}
|
|
299
304
|
export interface CreateDedicatedIpPoolResponse {}
|
|
300
305
|
export interface RawMessage {
|
|
@@ -467,6 +472,10 @@ export interface DedicatedIp {
|
|
|
467
472
|
WarmupPercentage: number | undefined;
|
|
468
473
|
PoolName?: string;
|
|
469
474
|
}
|
|
475
|
+
export interface DedicatedIpPool {
|
|
476
|
+
PoolName: string | undefined;
|
|
477
|
+
ScalingMode: ScalingMode | string | undefined;
|
|
478
|
+
}
|
|
470
479
|
export interface DeleteConfigurationSetRequest {
|
|
471
480
|
ConfigurationSetName: string | undefined;
|
|
472
481
|
}
|
|
@@ -649,6 +658,12 @@ export interface GetDedicatedIpRequest {
|
|
|
649
658
|
export interface GetDedicatedIpResponse {
|
|
650
659
|
DedicatedIp?: DedicatedIp;
|
|
651
660
|
}
|
|
661
|
+
export interface GetDedicatedIpPoolRequest {
|
|
662
|
+
PoolName: string | undefined;
|
|
663
|
+
}
|
|
664
|
+
export interface GetDedicatedIpPoolResponse {
|
|
665
|
+
DedicatedIpPool?: DedicatedIpPool;
|
|
666
|
+
}
|
|
652
667
|
export interface GetDedicatedIpsRequest {
|
|
653
668
|
PoolName?: string;
|
|
654
669
|
NextToken?: string;
|
|
@@ -721,6 +736,13 @@ export interface MailFromAttributes {
|
|
|
721
736
|
MailFromDomainStatus: MailFromDomainStatus | string | undefined;
|
|
722
737
|
BehaviorOnMxFailure: BehaviorOnMxFailure | string | undefined;
|
|
723
738
|
}
|
|
739
|
+
export declare enum VerificationStatus {
|
|
740
|
+
FAILED = "FAILED",
|
|
741
|
+
NOT_STARTED = "NOT_STARTED",
|
|
742
|
+
PENDING = "PENDING",
|
|
743
|
+
SUCCESS = "SUCCESS",
|
|
744
|
+
TEMPORARY_FAILURE = "TEMPORARY_FAILURE",
|
|
745
|
+
}
|
|
724
746
|
export interface GetEmailIdentityResponse {
|
|
725
747
|
IdentityType?: IdentityType | string;
|
|
726
748
|
FeedbackForwardingStatus?: boolean;
|
|
@@ -730,6 +752,7 @@ export interface GetEmailIdentityResponse {
|
|
|
730
752
|
Policies?: Record<string, string>;
|
|
731
753
|
Tags?: Tag[];
|
|
732
754
|
ConfigurationSetName?: string;
|
|
755
|
+
VerificationStatus?: VerificationStatus | string;
|
|
733
756
|
}
|
|
734
757
|
export interface GetEmailIdentityPoliciesRequest {
|
|
735
758
|
EmailIdentity: string | undefined;
|
|
@@ -784,6 +807,7 @@ export interface IdentityInfo {
|
|
|
784
807
|
IdentityType?: IdentityType | string;
|
|
785
808
|
IdentityName?: string;
|
|
786
809
|
SendingEnabled?: boolean;
|
|
810
|
+
VerificationStatus?: VerificationStatus | string;
|
|
787
811
|
}
|
|
788
812
|
export declare enum ImportDestinationType {
|
|
789
813
|
CONTACT_LIST = "CONTACT_LIST",
|
|
@@ -794,6 +818,8 @@ export interface ImportJobSummary {
|
|
|
794
818
|
ImportDestination?: ImportDestination;
|
|
795
819
|
JobStatus?: JobStatus | string;
|
|
796
820
|
CreatedTimestamp?: Date;
|
|
821
|
+
ProcessedRecordsCount?: number;
|
|
822
|
+
FailedRecordsCount?: number;
|
|
797
823
|
}
|
|
798
824
|
export declare class InvalidNextTokenException extends __BaseException {
|
|
799
825
|
readonly name: "InvalidNextTokenException";
|
|
@@ -1283,6 +1309,9 @@ export declare const VolumeStatisticsFilterSensitiveLog: (
|
|
|
1283
1309
|
) => any;
|
|
1284
1310
|
export declare const DailyVolumeFilterSensitiveLog: (obj: DailyVolume) => any;
|
|
1285
1311
|
export declare const DedicatedIpFilterSensitiveLog: (obj: DedicatedIp) => any;
|
|
1312
|
+
export declare const DedicatedIpPoolFilterSensitiveLog: (
|
|
1313
|
+
obj: DedicatedIpPool
|
|
1314
|
+
) => any;
|
|
1286
1315
|
export declare const DeleteConfigurationSetRequestFilterSensitiveLog: (
|
|
1287
1316
|
obj: DeleteConfigurationSetRequest
|
|
1288
1317
|
) => any;
|
|
@@ -1414,6 +1443,12 @@ export declare const GetDedicatedIpRequestFilterSensitiveLog: (
|
|
|
1414
1443
|
export declare const GetDedicatedIpResponseFilterSensitiveLog: (
|
|
1415
1444
|
obj: GetDedicatedIpResponse
|
|
1416
1445
|
) => any;
|
|
1446
|
+
export declare const GetDedicatedIpPoolRequestFilterSensitiveLog: (
|
|
1447
|
+
obj: GetDedicatedIpPoolRequest
|
|
1448
|
+
) => any;
|
|
1449
|
+
export declare const GetDedicatedIpPoolResponseFilterSensitiveLog: (
|
|
1450
|
+
obj: GetDedicatedIpPoolResponse
|
|
1451
|
+
) => any;
|
|
1417
1452
|
export declare const GetDedicatedIpsRequestFilterSensitiveLog: (
|
|
1418
1453
|
obj: GetDedicatedIpsRequest
|
|
1419
1454
|
) => any;
|
|
@@ -119,6 +119,10 @@ import {
|
|
|
119
119
|
GetDedicatedIpCommandInput,
|
|
120
120
|
GetDedicatedIpCommandOutput,
|
|
121
121
|
} from "../commands/GetDedicatedIpCommand";
|
|
122
|
+
import {
|
|
123
|
+
GetDedicatedIpPoolCommandInput,
|
|
124
|
+
GetDedicatedIpPoolCommandOutput,
|
|
125
|
+
} from "../commands/GetDedicatedIpPoolCommand";
|
|
122
126
|
import {
|
|
123
127
|
GetDedicatedIpsCommandInput,
|
|
124
128
|
GetDedicatedIpsCommandOutput,
|
|
@@ -443,6 +447,10 @@ export declare const serializeAws_restJson1GetDedicatedIpCommand: (
|
|
|
443
447
|
input: GetDedicatedIpCommandInput,
|
|
444
448
|
context: __SerdeContext
|
|
445
449
|
) => Promise<__HttpRequest>;
|
|
450
|
+
export declare const serializeAws_restJson1GetDedicatedIpPoolCommand: (
|
|
451
|
+
input: GetDedicatedIpPoolCommandInput,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<__HttpRequest>;
|
|
446
454
|
export declare const serializeAws_restJson1GetDedicatedIpsCommand: (
|
|
447
455
|
input: GetDedicatedIpsCommandInput,
|
|
448
456
|
context: __SerdeContext
|
|
@@ -767,6 +775,10 @@ export declare const deserializeAws_restJson1GetDedicatedIpCommand: (
|
|
|
767
775
|
output: __HttpResponse,
|
|
768
776
|
context: __SerdeContext
|
|
769
777
|
) => Promise<GetDedicatedIpCommandOutput>;
|
|
778
|
+
export declare const deserializeAws_restJson1GetDedicatedIpPoolCommand: (
|
|
779
|
+
output: __HttpResponse,
|
|
780
|
+
context: __SerdeContext
|
|
781
|
+
) => Promise<GetDedicatedIpPoolCommandOutput>;
|
|
770
782
|
export declare const deserializeAws_restJson1GetDedicatedIpsCommand: (
|
|
771
783
|
output: __HttpResponse,
|
|
772
784
|
context: __SerdeContext
|
|
@@ -36,12 +36,19 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
|
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
39
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
39
|
endpoint?:
|
|
41
40
|
| string
|
|
42
41
|
| import("@aws-sdk/types").Endpoint
|
|
43
42
|
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
43
|
+
| import("@aws-sdk/types").EndpointV2
|
|
44
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
44
45
|
| undefined;
|
|
46
|
+
endpointProvider: (
|
|
47
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
48
|
+
context?: {
|
|
49
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
50
|
+
}
|
|
51
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
45
52
|
tls?: boolean | undefined;
|
|
46
53
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
54
|
credentials?:
|
|
@@ -64,4 +71,5 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
|
|
|
64
71
|
) => import("@aws-sdk/types").RequestSigner)
|
|
65
72
|
| undefined;
|
|
66
73
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
74
|
+
Endpoint?: string | import("@aws-sdk/types").Provider<string> | undefined;
|
|
67
75
|
};
|
|
@@ -36,12 +36,19 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
|
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
39
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
39
|
endpoint?:
|
|
41
40
|
| string
|
|
42
41
|
| import("@aws-sdk/types").Endpoint
|
|
43
42
|
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
43
|
+
| import("@aws-sdk/types").EndpointV2
|
|
44
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
44
45
|
| undefined;
|
|
46
|
+
endpointProvider: (
|
|
47
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
48
|
+
context?: {
|
|
49
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
50
|
+
}
|
|
51
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
45
52
|
tls?: boolean | undefined;
|
|
46
53
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
54
|
credentials?:
|
|
@@ -64,4 +71,5 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
|
|
|
64
71
|
) => import("@aws-sdk/types").RequestSigner)
|
|
65
72
|
| undefined;
|
|
66
73
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
74
|
+
Endpoint?: string | import("@aws-sdk/types").Provider<string> | undefined;
|
|
67
75
|
};
|
|
@@ -29,7 +29,6 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
|
|
|
29
29
|
credentialDefaultProvider: (
|
|
30
30
|
input: any
|
|
31
31
|
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
32
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
33
32
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
34
33
|
import("@aws-sdk/types").UserAgent
|
|
35
34
|
>;
|
|
@@ -42,7 +41,15 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
|
|
|
42
41
|
| string
|
|
43
42
|
| import("@aws-sdk/types").Endpoint
|
|
44
43
|
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| import("@aws-sdk/types").EndpointV2
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
45
46
|
| undefined;
|
|
47
|
+
endpointProvider: (
|
|
48
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
49
|
+
context?: {
|
|
50
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
51
|
+
}
|
|
52
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
46
53
|
tls?: boolean | undefined;
|
|
47
54
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
48
55
|
credentials?:
|
|
@@ -65,4 +72,5 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
|
|
|
65
72
|
) => import("@aws-sdk/types").RequestSigner)
|
|
66
73
|
| undefined;
|
|
67
74
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
75
|
+
Endpoint?: string | import("@aws-sdk/types").Provider<string> | undefined;
|
|
68
76
|
};
|
|
@@ -3,8 +3,13 @@ import { SESv2ClientConfig } from "./SESv2Client";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
|
|
4
4
|
apiVersion: string;
|
|
5
5
|
disableHostPrefix: boolean;
|
|
6
|
+
endpointProvider: (
|
|
7
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
8
|
+
context?: {
|
|
9
|
+
logger?: __Logger | undefined;
|
|
10
|
+
}
|
|
11
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
6
12
|
logger: __Logger;
|
|
7
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
8
13
|
serviceId: string;
|
|
9
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
10
15
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sesv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sesv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.191.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
"@aws-sdk/hash-node": "3.190.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.190.0",
|
|
28
28
|
"@aws-sdk/middleware-content-length": "3.190.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.190.0",
|
|
29
30
|
"@aws-sdk/middleware-host-header": "3.190.0",
|
|
30
31
|
"@aws-sdk/middleware-logger": "3.190.0",
|
|
31
32
|
"@aws-sdk/middleware-recursion-detection": "3.190.0",
|
package/dist-cjs/endpoints.js
DELETED
|
@@ -1,159 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.defaultRegionInfoProvider = void 0;
|
|
4
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
|
-
const regionHash = {
|
|
6
|
-
"us-east-1": {
|
|
7
|
-
variants: [
|
|
8
|
-
{
|
|
9
|
-
hostname: "email-fips.us-east-1.amazonaws.com",
|
|
10
|
-
tags: ["fips"],
|
|
11
|
-
},
|
|
12
|
-
],
|
|
13
|
-
},
|
|
14
|
-
"us-gov-west-1": {
|
|
15
|
-
variants: [
|
|
16
|
-
{
|
|
17
|
-
hostname: "email-fips.us-gov-west-1.amazonaws.com",
|
|
18
|
-
tags: ["fips"],
|
|
19
|
-
},
|
|
20
|
-
],
|
|
21
|
-
},
|
|
22
|
-
"us-west-2": {
|
|
23
|
-
variants: [
|
|
24
|
-
{
|
|
25
|
-
hostname: "email-fips.us-west-2.amazonaws.com",
|
|
26
|
-
tags: ["fips"],
|
|
27
|
-
},
|
|
28
|
-
],
|
|
29
|
-
},
|
|
30
|
-
};
|
|
31
|
-
const partitionHash = {
|
|
32
|
-
aws: {
|
|
33
|
-
regions: [
|
|
34
|
-
"af-south-1",
|
|
35
|
-
"ap-east-1",
|
|
36
|
-
"ap-northeast-1",
|
|
37
|
-
"ap-northeast-2",
|
|
38
|
-
"ap-northeast-3",
|
|
39
|
-
"ap-south-1",
|
|
40
|
-
"ap-southeast-1",
|
|
41
|
-
"ap-southeast-2",
|
|
42
|
-
"ap-southeast-3",
|
|
43
|
-
"ca-central-1",
|
|
44
|
-
"eu-central-1",
|
|
45
|
-
"eu-north-1",
|
|
46
|
-
"eu-south-1",
|
|
47
|
-
"eu-west-1",
|
|
48
|
-
"eu-west-2",
|
|
49
|
-
"eu-west-3",
|
|
50
|
-
"fips-us-east-1",
|
|
51
|
-
"fips-us-west-2",
|
|
52
|
-
"me-central-1",
|
|
53
|
-
"me-south-1",
|
|
54
|
-
"sa-east-1",
|
|
55
|
-
"us-east-1",
|
|
56
|
-
"us-east-2",
|
|
57
|
-
"us-west-1",
|
|
58
|
-
"us-west-2",
|
|
59
|
-
],
|
|
60
|
-
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
61
|
-
variants: [
|
|
62
|
-
{
|
|
63
|
-
hostname: "email.{region}.amazonaws.com",
|
|
64
|
-
tags: [],
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
hostname: "email-fips.{region}.amazonaws.com",
|
|
68
|
-
tags: ["fips"],
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
hostname: "email-fips.{region}.api.aws",
|
|
72
|
-
tags: ["dualstack", "fips"],
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
hostname: "email.{region}.api.aws",
|
|
76
|
-
tags: ["dualstack"],
|
|
77
|
-
},
|
|
78
|
-
],
|
|
79
|
-
},
|
|
80
|
-
"aws-cn": {
|
|
81
|
-
regions: ["cn-north-1", "cn-northwest-1"],
|
|
82
|
-
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
83
|
-
variants: [
|
|
84
|
-
{
|
|
85
|
-
hostname: "email.{region}.amazonaws.com.cn",
|
|
86
|
-
tags: [],
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
hostname: "email-fips.{region}.amazonaws.com.cn",
|
|
90
|
-
tags: ["fips"],
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
hostname: "email-fips.{region}.api.amazonwebservices.com.cn",
|
|
94
|
-
tags: ["dualstack", "fips"],
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
hostname: "email.{region}.api.amazonwebservices.com.cn",
|
|
98
|
-
tags: ["dualstack"],
|
|
99
|
-
},
|
|
100
|
-
],
|
|
101
|
-
},
|
|
102
|
-
"aws-iso": {
|
|
103
|
-
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
104
|
-
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
105
|
-
variants: [
|
|
106
|
-
{
|
|
107
|
-
hostname: "email.{region}.c2s.ic.gov",
|
|
108
|
-
tags: [],
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
hostname: "email-fips.{region}.c2s.ic.gov",
|
|
112
|
-
tags: ["fips"],
|
|
113
|
-
},
|
|
114
|
-
],
|
|
115
|
-
},
|
|
116
|
-
"aws-iso-b": {
|
|
117
|
-
regions: ["us-isob-east-1"],
|
|
118
|
-
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
119
|
-
variants: [
|
|
120
|
-
{
|
|
121
|
-
hostname: "email.{region}.sc2s.sgov.gov",
|
|
122
|
-
tags: [],
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
hostname: "email-fips.{region}.sc2s.sgov.gov",
|
|
126
|
-
tags: ["fips"],
|
|
127
|
-
},
|
|
128
|
-
],
|
|
129
|
-
},
|
|
130
|
-
"aws-us-gov": {
|
|
131
|
-
regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
|
|
132
|
-
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
133
|
-
variants: [
|
|
134
|
-
{
|
|
135
|
-
hostname: "email.{region}.amazonaws.com",
|
|
136
|
-
tags: [],
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
hostname: "email-fips.{region}.amazonaws.com",
|
|
140
|
-
tags: ["fips"],
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
hostname: "email-fips.{region}.api.aws",
|
|
144
|
-
tags: ["dualstack", "fips"],
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
hostname: "email.{region}.api.aws",
|
|
148
|
-
tags: ["dualstack"],
|
|
149
|
-
},
|
|
150
|
-
],
|
|
151
|
-
},
|
|
152
|
-
};
|
|
153
|
-
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
154
|
-
...options,
|
|
155
|
-
signingService: "ses",
|
|
156
|
-
regionHash,
|
|
157
|
-
partitionHash,
|
|
158
|
-
});
|
|
159
|
-
exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
|