@aws-sdk/client-sesv2 3.188.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 +19 -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 +27 -26
- 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
|
@@ -0,0 +1,318 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ruleSet = void 0;
|
|
4
|
+
exports.ruleSet = {
|
|
5
|
+
version: "1.0",
|
|
6
|
+
parameters: {
|
|
7
|
+
Region: {
|
|
8
|
+
builtIn: "AWS::Region",
|
|
9
|
+
required: true,
|
|
10
|
+
documentation: "The AWS region used to dispatch the request.",
|
|
11
|
+
type: "String",
|
|
12
|
+
},
|
|
13
|
+
UseDualStack: {
|
|
14
|
+
builtIn: "AWS::UseDualStack",
|
|
15
|
+
required: true,
|
|
16
|
+
default: false,
|
|
17
|
+
documentation: "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
|
|
18
|
+
type: "Boolean",
|
|
19
|
+
},
|
|
20
|
+
UseFIPS: {
|
|
21
|
+
builtIn: "AWS::UseFIPS",
|
|
22
|
+
required: true,
|
|
23
|
+
default: false,
|
|
24
|
+
documentation: "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
|
|
25
|
+
type: "Boolean",
|
|
26
|
+
},
|
|
27
|
+
Endpoint: {
|
|
28
|
+
builtIn: "SDK::Endpoint",
|
|
29
|
+
required: false,
|
|
30
|
+
documentation: "Override the endpoint used to send this request",
|
|
31
|
+
type: "String",
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
rules: [
|
|
35
|
+
{
|
|
36
|
+
conditions: [
|
|
37
|
+
{
|
|
38
|
+
fn: "aws.partition",
|
|
39
|
+
argv: [
|
|
40
|
+
{
|
|
41
|
+
ref: "Region",
|
|
42
|
+
},
|
|
43
|
+
],
|
|
44
|
+
assign: "PartitionResult",
|
|
45
|
+
},
|
|
46
|
+
],
|
|
47
|
+
type: "tree",
|
|
48
|
+
rules: [
|
|
49
|
+
{
|
|
50
|
+
conditions: [
|
|
51
|
+
{
|
|
52
|
+
fn: "isSet",
|
|
53
|
+
argv: [
|
|
54
|
+
{
|
|
55
|
+
ref: "Endpoint",
|
|
56
|
+
},
|
|
57
|
+
],
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
fn: "parseURL",
|
|
61
|
+
argv: [
|
|
62
|
+
{
|
|
63
|
+
ref: "Endpoint",
|
|
64
|
+
},
|
|
65
|
+
],
|
|
66
|
+
assign: "url",
|
|
67
|
+
},
|
|
68
|
+
],
|
|
69
|
+
type: "tree",
|
|
70
|
+
rules: [
|
|
71
|
+
{
|
|
72
|
+
conditions: [
|
|
73
|
+
{
|
|
74
|
+
fn: "booleanEquals",
|
|
75
|
+
argv: [
|
|
76
|
+
{
|
|
77
|
+
ref: "UseFIPS",
|
|
78
|
+
},
|
|
79
|
+
true,
|
|
80
|
+
],
|
|
81
|
+
},
|
|
82
|
+
],
|
|
83
|
+
error: "Invalid Configuration: FIPS and custom endpoint are not supported",
|
|
84
|
+
type: "error",
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
conditions: [],
|
|
88
|
+
type: "tree",
|
|
89
|
+
rules: [
|
|
90
|
+
{
|
|
91
|
+
conditions: [
|
|
92
|
+
{
|
|
93
|
+
fn: "booleanEquals",
|
|
94
|
+
argv: [
|
|
95
|
+
{
|
|
96
|
+
ref: "UseDualStack",
|
|
97
|
+
},
|
|
98
|
+
true,
|
|
99
|
+
],
|
|
100
|
+
},
|
|
101
|
+
],
|
|
102
|
+
error: "Invalid Configuration: Dualstack and custom endpoint are not supported",
|
|
103
|
+
type: "error",
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
conditions: [],
|
|
107
|
+
endpoint: {
|
|
108
|
+
url: {
|
|
109
|
+
ref: "Endpoint",
|
|
110
|
+
},
|
|
111
|
+
properties: {},
|
|
112
|
+
headers: {},
|
|
113
|
+
},
|
|
114
|
+
type: "endpoint",
|
|
115
|
+
},
|
|
116
|
+
],
|
|
117
|
+
},
|
|
118
|
+
],
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
conditions: [
|
|
122
|
+
{
|
|
123
|
+
fn: "booleanEquals",
|
|
124
|
+
argv: [
|
|
125
|
+
{
|
|
126
|
+
ref: "UseFIPS",
|
|
127
|
+
},
|
|
128
|
+
true,
|
|
129
|
+
],
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
fn: "booleanEquals",
|
|
133
|
+
argv: [
|
|
134
|
+
{
|
|
135
|
+
ref: "UseDualStack",
|
|
136
|
+
},
|
|
137
|
+
true,
|
|
138
|
+
],
|
|
139
|
+
},
|
|
140
|
+
],
|
|
141
|
+
type: "tree",
|
|
142
|
+
rules: [
|
|
143
|
+
{
|
|
144
|
+
conditions: [
|
|
145
|
+
{
|
|
146
|
+
fn: "booleanEquals",
|
|
147
|
+
argv: [
|
|
148
|
+
true,
|
|
149
|
+
{
|
|
150
|
+
fn: "getAttr",
|
|
151
|
+
argv: [
|
|
152
|
+
{
|
|
153
|
+
ref: "PartitionResult",
|
|
154
|
+
},
|
|
155
|
+
"supportsFIPS",
|
|
156
|
+
],
|
|
157
|
+
},
|
|
158
|
+
],
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
fn: "booleanEquals",
|
|
162
|
+
argv: [
|
|
163
|
+
true,
|
|
164
|
+
{
|
|
165
|
+
fn: "getAttr",
|
|
166
|
+
argv: [
|
|
167
|
+
{
|
|
168
|
+
ref: "PartitionResult",
|
|
169
|
+
},
|
|
170
|
+
"supportsDualStack",
|
|
171
|
+
],
|
|
172
|
+
},
|
|
173
|
+
],
|
|
174
|
+
},
|
|
175
|
+
],
|
|
176
|
+
type: "tree",
|
|
177
|
+
rules: [
|
|
178
|
+
{
|
|
179
|
+
conditions: [],
|
|
180
|
+
endpoint: {
|
|
181
|
+
url: "https://email-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
182
|
+
properties: {},
|
|
183
|
+
headers: {},
|
|
184
|
+
},
|
|
185
|
+
type: "endpoint",
|
|
186
|
+
},
|
|
187
|
+
],
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
conditions: [],
|
|
191
|
+
error: "FIPS and DualStack are enabled, but this partition does not support one or both",
|
|
192
|
+
type: "error",
|
|
193
|
+
},
|
|
194
|
+
],
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
conditions: [
|
|
198
|
+
{
|
|
199
|
+
fn: "booleanEquals",
|
|
200
|
+
argv: [
|
|
201
|
+
{
|
|
202
|
+
ref: "UseFIPS",
|
|
203
|
+
},
|
|
204
|
+
true,
|
|
205
|
+
],
|
|
206
|
+
},
|
|
207
|
+
],
|
|
208
|
+
type: "tree",
|
|
209
|
+
rules: [
|
|
210
|
+
{
|
|
211
|
+
conditions: [
|
|
212
|
+
{
|
|
213
|
+
fn: "booleanEquals",
|
|
214
|
+
argv: [
|
|
215
|
+
true,
|
|
216
|
+
{
|
|
217
|
+
fn: "getAttr",
|
|
218
|
+
argv: [
|
|
219
|
+
{
|
|
220
|
+
ref: "PartitionResult",
|
|
221
|
+
},
|
|
222
|
+
"supportsFIPS",
|
|
223
|
+
],
|
|
224
|
+
},
|
|
225
|
+
],
|
|
226
|
+
},
|
|
227
|
+
],
|
|
228
|
+
type: "tree",
|
|
229
|
+
rules: [
|
|
230
|
+
{
|
|
231
|
+
conditions: [],
|
|
232
|
+
type: "tree",
|
|
233
|
+
rules: [
|
|
234
|
+
{
|
|
235
|
+
conditions: [],
|
|
236
|
+
endpoint: {
|
|
237
|
+
url: "https://email-fips.{Region}.{PartitionResult#dnsSuffix}",
|
|
238
|
+
properties: {},
|
|
239
|
+
headers: {},
|
|
240
|
+
},
|
|
241
|
+
type: "endpoint",
|
|
242
|
+
},
|
|
243
|
+
],
|
|
244
|
+
},
|
|
245
|
+
],
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
conditions: [],
|
|
249
|
+
error: "FIPS is enabled but this partition does not support FIPS",
|
|
250
|
+
type: "error",
|
|
251
|
+
},
|
|
252
|
+
],
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
conditions: [
|
|
256
|
+
{
|
|
257
|
+
fn: "booleanEquals",
|
|
258
|
+
argv: [
|
|
259
|
+
{
|
|
260
|
+
ref: "UseDualStack",
|
|
261
|
+
},
|
|
262
|
+
true,
|
|
263
|
+
],
|
|
264
|
+
},
|
|
265
|
+
],
|
|
266
|
+
type: "tree",
|
|
267
|
+
rules: [
|
|
268
|
+
{
|
|
269
|
+
conditions: [
|
|
270
|
+
{
|
|
271
|
+
fn: "booleanEquals",
|
|
272
|
+
argv: [
|
|
273
|
+
true,
|
|
274
|
+
{
|
|
275
|
+
fn: "getAttr",
|
|
276
|
+
argv: [
|
|
277
|
+
{
|
|
278
|
+
ref: "PartitionResult",
|
|
279
|
+
},
|
|
280
|
+
"supportsDualStack",
|
|
281
|
+
],
|
|
282
|
+
},
|
|
283
|
+
],
|
|
284
|
+
},
|
|
285
|
+
],
|
|
286
|
+
type: "tree",
|
|
287
|
+
rules: [
|
|
288
|
+
{
|
|
289
|
+
conditions: [],
|
|
290
|
+
endpoint: {
|
|
291
|
+
url: "https://email.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
292
|
+
properties: {},
|
|
293
|
+
headers: {},
|
|
294
|
+
},
|
|
295
|
+
type: "endpoint",
|
|
296
|
+
},
|
|
297
|
+
],
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
conditions: [],
|
|
301
|
+
error: "DualStack is enabled but this partition does not support DualStack",
|
|
302
|
+
type: "error",
|
|
303
|
+
},
|
|
304
|
+
],
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
conditions: [],
|
|
308
|
+
endpoint: {
|
|
309
|
+
url: "https://email.{Region}.{PartitionResult#dnsSuffix}",
|
|
310
|
+
properties: {},
|
|
311
|
+
headers: {},
|
|
312
|
+
},
|
|
313
|
+
type: "endpoint",
|
|
314
|
+
},
|
|
315
|
+
],
|
|
316
|
+
},
|
|
317
|
+
],
|
|
318
|
+
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.UpdateEmailTemplateResponseFilterSensitiveLog = exports.UpdateEmailTemplateRequestFilterSensitiveLog = exports.UpdateEmailIdentityPolicyResponseFilterSensitiveLog = exports.UpdateEmailIdentityPolicyRequestFilterSensitiveLog = exports.UpdateCustomVerificationEmailTemplateResponseFilterSensitiveLog = exports.UpdateCustomVerificationEmailTemplateRequestFilterSensitiveLog = exports.UpdateContactListResponseFilterSensitiveLog = exports.UpdateContactListRequestFilterSensitiveLog = exports.UpdateContactResponseFilterSensitiveLog = exports.UpdateContactRequestFilterSensitiveLog = exports.UpdateConfigurationSetEventDestinationResponseFilterSensitiveLog = exports.UpdateConfigurationSetEventDestinationRequestFilterSensitiveLog = void 0;
|
|
3
|
+
exports.BulkEmailEntryResultFilterSensitiveLog = exports.BulkEmailEntryFilterSensitiveLog = exports.MessageTagFilterSensitiveLog = exports.ReplacementEmailContentFilterSensitiveLog = exports.ReplacementTemplateFilterSensitiveLog = exports.DestinationFilterSensitiveLog = exports.BulkEmailContentFilterSensitiveLog = exports.TemplateFilterSensitiveLog = exports.BodyFilterSensitiveLog = exports.ContentFilterSensitiveLog = exports.BlacklistEntryFilterSensitiveLog = exports.AccountDetailsFilterSensitiveLog = exports.ReviewDetailsFilterSensitiveLog = exports.InvalidNextTokenException = exports.ImportDestinationType = exports.JobStatus = exports.VerificationStatus = exports.MailFromDomainStatus = exports.DeliverabilityDashboardAccountStatus = exports.WarmupStatus = exports.SuppressionListImportAction = exports.DataFormat = exports.IdentityType = exports.DkimStatus = exports.DkimSigningAttributesOrigin = exports.DkimSigningKeyLength = exports.SendingPausedException = exports.MessageRejected = exports.MailFromDomainNotVerifiedException = exports.DeliverabilityTestStatus = exports.ScalingMode = exports.EventType = exports.TooManyRequestsException = exports.NotFoundException = exports.LimitExceededException = exports.SuppressionListReason = exports.TlsPolicy = exports.ContactListImportAction = exports.SubscriptionStatus = exports.ConflictException = exports.ConcurrentModificationException = exports.DimensionValueSource = exports.BulkEmailStatus = exports.BehaviorOnMxFailure = exports.BadRequestException = exports.AlreadyExistsException = exports.AccountSuspendedException = exports.ReviewStatus = exports.MailType = exports.ContactLanguage = void 0;
|
|
4
|
+
exports.DomainIspPlacementFilterSensitiveLog = exports.CustomVerificationEmailTemplateMetadataFilterSensitiveLog = exports.CreateImportJobResponseFilterSensitiveLog = exports.CreateImportJobRequestFilterSensitiveLog = exports.ImportDestinationFilterSensitiveLog = exports.SuppressionListDestinationFilterSensitiveLog = exports.ImportDataSourceFilterSensitiveLog = exports.CreateEmailTemplateResponseFilterSensitiveLog = exports.CreateEmailTemplateRequestFilterSensitiveLog = exports.EmailTemplateContentFilterSensitiveLog = exports.CreateEmailIdentityPolicyResponseFilterSensitiveLog = exports.CreateEmailIdentityPolicyRequestFilterSensitiveLog = exports.CreateEmailIdentityResponseFilterSensitiveLog = exports.DkimAttributesFilterSensitiveLog = exports.CreateEmailIdentityRequestFilterSensitiveLog = exports.DkimSigningAttributesFilterSensitiveLog = exports.CreateDeliverabilityTestReportResponseFilterSensitiveLog = exports.CreateDeliverabilityTestReportRequestFilterSensitiveLog = exports.EmailContentFilterSensitiveLog = exports.MessageFilterSensitiveLog = exports.RawMessageFilterSensitiveLog = exports.CreateDedicatedIpPoolResponseFilterSensitiveLog = exports.CreateDedicatedIpPoolRequestFilterSensitiveLog = exports.CreateCustomVerificationEmailTemplateResponseFilterSensitiveLog = exports.CreateCustomVerificationEmailTemplateRequestFilterSensitiveLog = exports.CreateContactListResponseFilterSensitiveLog = exports.CreateContactListRequestFilterSensitiveLog = exports.TopicFilterSensitiveLog = exports.CreateContactResponseFilterSensitiveLog = exports.CreateContactRequestFilterSensitiveLog = exports.CreateConfigurationSetEventDestinationResponseFilterSensitiveLog = exports.CreateConfigurationSetEventDestinationRequestFilterSensitiveLog = exports.EventDestinationDefinitionFilterSensitiveLog = exports.SnsDestinationFilterSensitiveLog = exports.PinpointDestinationFilterSensitiveLog = exports.KinesisFirehoseDestinationFilterSensitiveLog = exports.CreateConfigurationSetResponseFilterSensitiveLog = exports.CreateConfigurationSetRequestFilterSensitiveLog = exports.TrackingOptionsFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.SuppressionOptionsFilterSensitiveLog = exports.SendingOptionsFilterSensitiveLog = exports.ReputationOptionsFilterSensitiveLog = exports.DeliveryOptionsFilterSensitiveLog = exports.ContactListDestinationFilterSensitiveLog = exports.ContactListFilterSensitiveLog = exports.ContactFilterSensitiveLog = exports.TopicPreferenceFilterSensitiveLog = exports.CloudWatchDestinationFilterSensitiveLog = exports.CloudWatchDimensionConfigurationFilterSensitiveLog = void 0;
|
|
5
|
+
exports.GetDedicatedIpPoolRequestFilterSensitiveLog = exports.GetDedicatedIpResponseFilterSensitiveLog = exports.GetDedicatedIpRequestFilterSensitiveLog = exports.GetCustomVerificationEmailTemplateResponseFilterSensitiveLog = exports.GetCustomVerificationEmailTemplateRequestFilterSensitiveLog = exports.GetContactListResponseFilterSensitiveLog = exports.GetContactListRequestFilterSensitiveLog = exports.GetContactResponseFilterSensitiveLog = exports.GetContactRequestFilterSensitiveLog = exports.GetConfigurationSetEventDestinationsResponseFilterSensitiveLog = exports.GetConfigurationSetEventDestinationsRequestFilterSensitiveLog = exports.GetConfigurationSetResponseFilterSensitiveLog = exports.GetConfigurationSetRequestFilterSensitiveLog = exports.GetBlacklistReportsResponseFilterSensitiveLog = exports.GetBlacklistReportsRequestFilterSensitiveLog = exports.GetAccountResponseFilterSensitiveLog = exports.SuppressionAttributesFilterSensitiveLog = exports.SendQuotaFilterSensitiveLog = exports.GetAccountRequestFilterSensitiveLog = exports.FailureInfoFilterSensitiveLog = exports.EventDestinationFilterSensitiveLog = exports.EmailTemplateMetadataFilterSensitiveLog = exports.DomainDeliverabilityTrackingOptionFilterSensitiveLog = exports.InboxPlacementTrackingOptionFilterSensitiveLog = exports.DomainDeliverabilityCampaignFilterSensitiveLog = exports.DeliverabilityTestReportFilterSensitiveLog = exports.DeleteSuppressedDestinationResponseFilterSensitiveLog = exports.DeleteSuppressedDestinationRequestFilterSensitiveLog = exports.DeleteEmailTemplateResponseFilterSensitiveLog = exports.DeleteEmailTemplateRequestFilterSensitiveLog = exports.DeleteEmailIdentityPolicyResponseFilterSensitiveLog = exports.DeleteEmailIdentityPolicyRequestFilterSensitiveLog = exports.DeleteEmailIdentityResponseFilterSensitiveLog = exports.DeleteEmailIdentityRequestFilterSensitiveLog = exports.DeleteDedicatedIpPoolResponseFilterSensitiveLog = exports.DeleteDedicatedIpPoolRequestFilterSensitiveLog = exports.DeleteCustomVerificationEmailTemplateResponseFilterSensitiveLog = exports.DeleteCustomVerificationEmailTemplateRequestFilterSensitiveLog = exports.DeleteContactListResponseFilterSensitiveLog = exports.DeleteContactListRequestFilterSensitiveLog = exports.DeleteContactResponseFilterSensitiveLog = exports.DeleteContactRequestFilterSensitiveLog = exports.DeleteConfigurationSetEventDestinationResponseFilterSensitiveLog = exports.DeleteConfigurationSetEventDestinationRequestFilterSensitiveLog = exports.DeleteConfigurationSetResponseFilterSensitiveLog = exports.DeleteConfigurationSetRequestFilterSensitiveLog = exports.DedicatedIpPoolFilterSensitiveLog = exports.DedicatedIpFilterSensitiveLog = exports.DailyVolumeFilterSensitiveLog = exports.VolumeStatisticsFilterSensitiveLog = void 0;
|
|
6
|
+
exports.ListImportJobsRequestFilterSensitiveLog = exports.ListEmailTemplatesResponseFilterSensitiveLog = exports.ListEmailTemplatesRequestFilterSensitiveLog = exports.ListEmailIdentitiesResponseFilterSensitiveLog = exports.ListEmailIdentitiesRequestFilterSensitiveLog = exports.ListDomainDeliverabilityCampaignsResponseFilterSensitiveLog = exports.ListDomainDeliverabilityCampaignsRequestFilterSensitiveLog = exports.ListDeliverabilityTestReportsResponseFilterSensitiveLog = exports.ListDeliverabilityTestReportsRequestFilterSensitiveLog = exports.ListDedicatedIpPoolsResponseFilterSensitiveLog = exports.ListDedicatedIpPoolsRequestFilterSensitiveLog = exports.ListCustomVerificationEmailTemplatesResponseFilterSensitiveLog = exports.ListCustomVerificationEmailTemplatesRequestFilterSensitiveLog = exports.ListContactsResponseFilterSensitiveLog = exports.ListContactsRequestFilterSensitiveLog = exports.ListContactsFilterFilterSensitiveLog = exports.TopicFilterFilterSensitiveLog = exports.ListContactListsResponseFilterSensitiveLog = exports.ListContactListsRequestFilterSensitiveLog = exports.ListConfigurationSetsResponseFilterSensitiveLog = exports.ListConfigurationSetsRequestFilterSensitiveLog = exports.ImportJobSummaryFilterSensitiveLog = exports.IdentityInfoFilterSensitiveLog = exports.GetSuppressedDestinationResponseFilterSensitiveLog = exports.SuppressedDestinationFilterSensitiveLog = exports.SuppressedDestinationAttributesFilterSensitiveLog = exports.GetSuppressedDestinationRequestFilterSensitiveLog = exports.GetImportJobResponseFilterSensitiveLog = exports.GetImportJobRequestFilterSensitiveLog = exports.GetEmailTemplateResponseFilterSensitiveLog = exports.GetEmailTemplateRequestFilterSensitiveLog = exports.GetEmailIdentityPoliciesResponseFilterSensitiveLog = exports.GetEmailIdentityPoliciesRequestFilterSensitiveLog = exports.GetEmailIdentityResponseFilterSensitiveLog = exports.MailFromAttributesFilterSensitiveLog = exports.GetEmailIdentityRequestFilterSensitiveLog = exports.GetDomainStatisticsReportResponseFilterSensitiveLog = exports.OverallVolumeFilterSensitiveLog = exports.GetDomainStatisticsReportRequestFilterSensitiveLog = exports.GetDomainDeliverabilityCampaignResponseFilterSensitiveLog = exports.GetDomainDeliverabilityCampaignRequestFilterSensitiveLog = exports.GetDeliverabilityTestReportResponseFilterSensitiveLog = exports.IspPlacementFilterSensitiveLog = exports.PlacementStatisticsFilterSensitiveLog = exports.GetDeliverabilityTestReportRequestFilterSensitiveLog = exports.GetDeliverabilityDashboardOptionsResponseFilterSensitiveLog = exports.GetDeliverabilityDashboardOptionsRequestFilterSensitiveLog = exports.GetDedicatedIpsResponseFilterSensitiveLog = exports.GetDedicatedIpsRequestFilterSensitiveLog = exports.GetDedicatedIpPoolResponseFilterSensitiveLog = void 0;
|
|
7
|
+
exports.TagResourceRequestFilterSensitiveLog = exports.SendEmailResponseFilterSensitiveLog = exports.SendEmailRequestFilterSensitiveLog = exports.SendCustomVerificationEmailResponseFilterSensitiveLog = exports.SendCustomVerificationEmailRequestFilterSensitiveLog = exports.SendBulkEmailResponseFilterSensitiveLog = exports.SendBulkEmailRequestFilterSensitiveLog = exports.PutSuppressedDestinationResponseFilterSensitiveLog = exports.PutSuppressedDestinationRequestFilterSensitiveLog = exports.PutEmailIdentityMailFromAttributesResponseFilterSensitiveLog = exports.PutEmailIdentityMailFromAttributesRequestFilterSensitiveLog = exports.PutEmailIdentityFeedbackAttributesResponseFilterSensitiveLog = exports.PutEmailIdentityFeedbackAttributesRequestFilterSensitiveLog = exports.PutEmailIdentityDkimSigningAttributesResponseFilterSensitiveLog = exports.PutEmailIdentityDkimSigningAttributesRequestFilterSensitiveLog = exports.PutEmailIdentityDkimAttributesResponseFilterSensitiveLog = exports.PutEmailIdentityDkimAttributesRequestFilterSensitiveLog = exports.PutEmailIdentityConfigurationSetAttributesResponseFilterSensitiveLog = exports.PutEmailIdentityConfigurationSetAttributesRequestFilterSensitiveLog = exports.PutDeliverabilityDashboardOptionResponseFilterSensitiveLog = exports.PutDeliverabilityDashboardOptionRequestFilterSensitiveLog = exports.PutDedicatedIpWarmupAttributesResponseFilterSensitiveLog = exports.PutDedicatedIpWarmupAttributesRequestFilterSensitiveLog = exports.PutDedicatedIpInPoolResponseFilterSensitiveLog = exports.PutDedicatedIpInPoolRequestFilterSensitiveLog = exports.PutConfigurationSetTrackingOptionsResponseFilterSensitiveLog = exports.PutConfigurationSetTrackingOptionsRequestFilterSensitiveLog = exports.PutConfigurationSetSuppressionOptionsResponseFilterSensitiveLog = exports.PutConfigurationSetSuppressionOptionsRequestFilterSensitiveLog = exports.PutConfigurationSetSendingOptionsResponseFilterSensitiveLog = exports.PutConfigurationSetSendingOptionsRequestFilterSensitiveLog = exports.PutConfigurationSetReputationOptionsResponseFilterSensitiveLog = exports.PutConfigurationSetReputationOptionsRequestFilterSensitiveLog = exports.PutConfigurationSetDeliveryOptionsResponseFilterSensitiveLog = exports.PutConfigurationSetDeliveryOptionsRequestFilterSensitiveLog = exports.PutAccountSuppressionAttributesResponseFilterSensitiveLog = exports.PutAccountSuppressionAttributesRequestFilterSensitiveLog = exports.PutAccountSendingAttributesResponseFilterSensitiveLog = exports.PutAccountSendingAttributesRequestFilterSensitiveLog = exports.PutAccountDetailsResponseFilterSensitiveLog = exports.PutAccountDetailsRequestFilterSensitiveLog = exports.PutAccountDedicatedIpWarmupAttributesResponseFilterSensitiveLog = exports.PutAccountDedicatedIpWarmupAttributesRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListSuppressedDestinationsResponseFilterSensitiveLog = exports.SuppressedDestinationSummaryFilterSensitiveLog = exports.ListSuppressedDestinationsRequestFilterSensitiveLog = exports.ListManagementOptionsFilterSensitiveLog = exports.ListImportJobsResponseFilterSensitiveLog = void 0;
|
|
8
|
+
exports.UpdateEmailTemplateResponseFilterSensitiveLog = exports.UpdateEmailTemplateRequestFilterSensitiveLog = exports.UpdateEmailIdentityPolicyResponseFilterSensitiveLog = exports.UpdateEmailIdentityPolicyRequestFilterSensitiveLog = exports.UpdateCustomVerificationEmailTemplateResponseFilterSensitiveLog = exports.UpdateCustomVerificationEmailTemplateRequestFilterSensitiveLog = exports.UpdateContactListResponseFilterSensitiveLog = exports.UpdateContactListRequestFilterSensitiveLog = exports.UpdateContactResponseFilterSensitiveLog = exports.UpdateContactRequestFilterSensitiveLog = exports.UpdateConfigurationSetEventDestinationResponseFilterSensitiveLog = exports.UpdateConfigurationSetEventDestinationRequestFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TestRenderEmailTemplateResponseFilterSensitiveLog = exports.TestRenderEmailTemplateRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = void 0;
|
|
9
9
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
10
10
|
const SESv2ServiceException_1 = require("./SESv2ServiceException");
|
|
11
11
|
var ContactLanguage;
|
|
@@ -190,6 +190,11 @@ var EventType;
|
|
|
190
190
|
EventType["SEND"] = "SEND";
|
|
191
191
|
EventType["SUBSCRIPTION"] = "SUBSCRIPTION";
|
|
192
192
|
})(EventType = exports.EventType || (exports.EventType = {}));
|
|
193
|
+
var ScalingMode;
|
|
194
|
+
(function (ScalingMode) {
|
|
195
|
+
ScalingMode["MANAGED"] = "MANAGED";
|
|
196
|
+
ScalingMode["STANDARD"] = "STANDARD";
|
|
197
|
+
})(ScalingMode = exports.ScalingMode || (exports.ScalingMode = {}));
|
|
193
198
|
var DeliverabilityTestStatus;
|
|
194
199
|
(function (DeliverabilityTestStatus) {
|
|
195
200
|
DeliverabilityTestStatus["COMPLETED"] = "COMPLETED";
|
|
@@ -286,6 +291,14 @@ var MailFromDomainStatus;
|
|
|
286
291
|
MailFromDomainStatus["SUCCESS"] = "SUCCESS";
|
|
287
292
|
MailFromDomainStatus["TEMPORARY_FAILURE"] = "TEMPORARY_FAILURE";
|
|
288
293
|
})(MailFromDomainStatus = exports.MailFromDomainStatus || (exports.MailFromDomainStatus = {}));
|
|
294
|
+
var VerificationStatus;
|
|
295
|
+
(function (VerificationStatus) {
|
|
296
|
+
VerificationStatus["FAILED"] = "FAILED";
|
|
297
|
+
VerificationStatus["NOT_STARTED"] = "NOT_STARTED";
|
|
298
|
+
VerificationStatus["PENDING"] = "PENDING";
|
|
299
|
+
VerificationStatus["SUCCESS"] = "SUCCESS";
|
|
300
|
+
VerificationStatus["TEMPORARY_FAILURE"] = "TEMPORARY_FAILURE";
|
|
301
|
+
})(VerificationStatus = exports.VerificationStatus || (exports.VerificationStatus = {}));
|
|
289
302
|
var JobStatus;
|
|
290
303
|
(function (JobStatus) {
|
|
291
304
|
JobStatus["COMPLETED"] = "COMPLETED";
|
|
@@ -582,6 +595,10 @@ const DedicatedIpFilterSensitiveLog = (obj) => ({
|
|
|
582
595
|
...obj,
|
|
583
596
|
});
|
|
584
597
|
exports.DedicatedIpFilterSensitiveLog = DedicatedIpFilterSensitiveLog;
|
|
598
|
+
const DedicatedIpPoolFilterSensitiveLog = (obj) => ({
|
|
599
|
+
...obj,
|
|
600
|
+
});
|
|
601
|
+
exports.DedicatedIpPoolFilterSensitiveLog = DedicatedIpPoolFilterSensitiveLog;
|
|
585
602
|
const DeleteConfigurationSetRequestFilterSensitiveLog = (obj) => ({
|
|
586
603
|
...obj,
|
|
587
604
|
});
|
|
@@ -763,6 +780,14 @@ const GetDedicatedIpResponseFilterSensitiveLog = (obj) => ({
|
|
|
763
780
|
...obj,
|
|
764
781
|
});
|
|
765
782
|
exports.GetDedicatedIpResponseFilterSensitiveLog = GetDedicatedIpResponseFilterSensitiveLog;
|
|
783
|
+
const GetDedicatedIpPoolRequestFilterSensitiveLog = (obj) => ({
|
|
784
|
+
...obj,
|
|
785
|
+
});
|
|
786
|
+
exports.GetDedicatedIpPoolRequestFilterSensitiveLog = GetDedicatedIpPoolRequestFilterSensitiveLog;
|
|
787
|
+
const GetDedicatedIpPoolResponseFilterSensitiveLog = (obj) => ({
|
|
788
|
+
...obj,
|
|
789
|
+
});
|
|
790
|
+
exports.GetDedicatedIpPoolResponseFilterSensitiveLog = GetDedicatedIpPoolResponseFilterSensitiveLog;
|
|
766
791
|
const GetDedicatedIpsRequestFilterSensitiveLog = (obj) => ({
|
|
767
792
|
...obj,
|
|
768
793
|
});
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.deserializeAws_restJson1UpdateEmailTemplateCommand = exports.deserializeAws_restJson1UpdateEmailIdentityPolicyCommand = exports.deserializeAws_restJson1UpdateCustomVerificationEmailTemplateCommand = exports.deserializeAws_restJson1UpdateContactListCommand = exports.deserializeAws_restJson1UpdateContactCommand = exports.deserializeAws_restJson1UpdateConfigurationSetEventDestinationCommand = exports.deserializeAws_restJson1UntagResourceCommand = exports.deserializeAws_restJson1TestRenderEmailTemplateCommand = exports.deserializeAws_restJson1TagResourceCommand = exports.deserializeAws_restJson1SendEmailCommand = exports.deserializeAws_restJson1SendCustomVerificationEmailCommand = exports.deserializeAws_restJson1SendBulkEmailCommand = void 0;
|
|
3
|
+
exports.serializeAws_restJson1ListImportJobsCommand = exports.serializeAws_restJson1ListEmailTemplatesCommand = exports.serializeAws_restJson1ListEmailIdentitiesCommand = exports.serializeAws_restJson1ListDomainDeliverabilityCampaignsCommand = exports.serializeAws_restJson1ListDeliverabilityTestReportsCommand = exports.serializeAws_restJson1ListDedicatedIpPoolsCommand = exports.serializeAws_restJson1ListCustomVerificationEmailTemplatesCommand = exports.serializeAws_restJson1ListContactsCommand = exports.serializeAws_restJson1ListContactListsCommand = exports.serializeAws_restJson1ListConfigurationSetsCommand = exports.serializeAws_restJson1GetSuppressedDestinationCommand = exports.serializeAws_restJson1GetImportJobCommand = exports.serializeAws_restJson1GetEmailTemplateCommand = exports.serializeAws_restJson1GetEmailIdentityPoliciesCommand = exports.serializeAws_restJson1GetEmailIdentityCommand = exports.serializeAws_restJson1GetDomainStatisticsReportCommand = exports.serializeAws_restJson1GetDomainDeliverabilityCampaignCommand = exports.serializeAws_restJson1GetDeliverabilityTestReportCommand = exports.serializeAws_restJson1GetDeliverabilityDashboardOptionsCommand = exports.serializeAws_restJson1GetDedicatedIpsCommand = exports.serializeAws_restJson1GetDedicatedIpPoolCommand = exports.serializeAws_restJson1GetDedicatedIpCommand = exports.serializeAws_restJson1GetCustomVerificationEmailTemplateCommand = exports.serializeAws_restJson1GetContactListCommand = exports.serializeAws_restJson1GetContactCommand = exports.serializeAws_restJson1GetConfigurationSetEventDestinationsCommand = exports.serializeAws_restJson1GetConfigurationSetCommand = exports.serializeAws_restJson1GetBlacklistReportsCommand = exports.serializeAws_restJson1GetAccountCommand = exports.serializeAws_restJson1DeleteSuppressedDestinationCommand = exports.serializeAws_restJson1DeleteEmailTemplateCommand = exports.serializeAws_restJson1DeleteEmailIdentityPolicyCommand = exports.serializeAws_restJson1DeleteEmailIdentityCommand = exports.serializeAws_restJson1DeleteDedicatedIpPoolCommand = exports.serializeAws_restJson1DeleteCustomVerificationEmailTemplateCommand = exports.serializeAws_restJson1DeleteContactListCommand = exports.serializeAws_restJson1DeleteContactCommand = exports.serializeAws_restJson1DeleteConfigurationSetEventDestinationCommand = exports.serializeAws_restJson1DeleteConfigurationSetCommand = exports.serializeAws_restJson1CreateImportJobCommand = exports.serializeAws_restJson1CreateEmailTemplateCommand = exports.serializeAws_restJson1CreateEmailIdentityPolicyCommand = exports.serializeAws_restJson1CreateEmailIdentityCommand = exports.serializeAws_restJson1CreateDeliverabilityTestReportCommand = exports.serializeAws_restJson1CreateDedicatedIpPoolCommand = exports.serializeAws_restJson1CreateCustomVerificationEmailTemplateCommand = exports.serializeAws_restJson1CreateContactListCommand = exports.serializeAws_restJson1CreateContactCommand = exports.serializeAws_restJson1CreateConfigurationSetEventDestinationCommand = exports.serializeAws_restJson1CreateConfigurationSetCommand = void 0;
|
|
4
|
+
exports.deserializeAws_restJson1DeleteEmailIdentityCommand = exports.deserializeAws_restJson1DeleteDedicatedIpPoolCommand = exports.deserializeAws_restJson1DeleteCustomVerificationEmailTemplateCommand = exports.deserializeAws_restJson1DeleteContactListCommand = exports.deserializeAws_restJson1DeleteContactCommand = exports.deserializeAws_restJson1DeleteConfigurationSetEventDestinationCommand = exports.deserializeAws_restJson1DeleteConfigurationSetCommand = exports.deserializeAws_restJson1CreateImportJobCommand = exports.deserializeAws_restJson1CreateEmailTemplateCommand = exports.deserializeAws_restJson1CreateEmailIdentityPolicyCommand = exports.deserializeAws_restJson1CreateEmailIdentityCommand = exports.deserializeAws_restJson1CreateDeliverabilityTestReportCommand = exports.deserializeAws_restJson1CreateDedicatedIpPoolCommand = exports.deserializeAws_restJson1CreateCustomVerificationEmailTemplateCommand = exports.deserializeAws_restJson1CreateContactListCommand = exports.deserializeAws_restJson1CreateContactCommand = exports.deserializeAws_restJson1CreateConfigurationSetEventDestinationCommand = exports.deserializeAws_restJson1CreateConfigurationSetCommand = exports.serializeAws_restJson1UpdateEmailTemplateCommand = exports.serializeAws_restJson1UpdateEmailIdentityPolicyCommand = exports.serializeAws_restJson1UpdateCustomVerificationEmailTemplateCommand = exports.serializeAws_restJson1UpdateContactListCommand = exports.serializeAws_restJson1UpdateContactCommand = exports.serializeAws_restJson1UpdateConfigurationSetEventDestinationCommand = exports.serializeAws_restJson1UntagResourceCommand = exports.serializeAws_restJson1TestRenderEmailTemplateCommand = exports.serializeAws_restJson1TagResourceCommand = exports.serializeAws_restJson1SendEmailCommand = exports.serializeAws_restJson1SendCustomVerificationEmailCommand = exports.serializeAws_restJson1SendBulkEmailCommand = exports.serializeAws_restJson1PutSuppressedDestinationCommand = exports.serializeAws_restJson1PutEmailIdentityMailFromAttributesCommand = exports.serializeAws_restJson1PutEmailIdentityFeedbackAttributesCommand = exports.serializeAws_restJson1PutEmailIdentityDkimSigningAttributesCommand = exports.serializeAws_restJson1PutEmailIdentityDkimAttributesCommand = exports.serializeAws_restJson1PutEmailIdentityConfigurationSetAttributesCommand = exports.serializeAws_restJson1PutDeliverabilityDashboardOptionCommand = exports.serializeAws_restJson1PutDedicatedIpWarmupAttributesCommand = exports.serializeAws_restJson1PutDedicatedIpInPoolCommand = exports.serializeAws_restJson1PutConfigurationSetTrackingOptionsCommand = exports.serializeAws_restJson1PutConfigurationSetSuppressionOptionsCommand = exports.serializeAws_restJson1PutConfigurationSetSendingOptionsCommand = exports.serializeAws_restJson1PutConfigurationSetReputationOptionsCommand = exports.serializeAws_restJson1PutConfigurationSetDeliveryOptionsCommand = exports.serializeAws_restJson1PutAccountSuppressionAttributesCommand = exports.serializeAws_restJson1PutAccountSendingAttributesCommand = exports.serializeAws_restJson1PutAccountDetailsCommand = exports.serializeAws_restJson1PutAccountDedicatedIpWarmupAttributesCommand = exports.serializeAws_restJson1ListTagsForResourceCommand = exports.serializeAws_restJson1ListSuppressedDestinationsCommand = void 0;
|
|
5
|
+
exports.deserializeAws_restJson1PutEmailIdentityFeedbackAttributesCommand = exports.deserializeAws_restJson1PutEmailIdentityDkimSigningAttributesCommand = exports.deserializeAws_restJson1PutEmailIdentityDkimAttributesCommand = exports.deserializeAws_restJson1PutEmailIdentityConfigurationSetAttributesCommand = exports.deserializeAws_restJson1PutDeliverabilityDashboardOptionCommand = exports.deserializeAws_restJson1PutDedicatedIpWarmupAttributesCommand = exports.deserializeAws_restJson1PutDedicatedIpInPoolCommand = exports.deserializeAws_restJson1PutConfigurationSetTrackingOptionsCommand = exports.deserializeAws_restJson1PutConfigurationSetSuppressionOptionsCommand = exports.deserializeAws_restJson1PutConfigurationSetSendingOptionsCommand = exports.deserializeAws_restJson1PutConfigurationSetReputationOptionsCommand = exports.deserializeAws_restJson1PutConfigurationSetDeliveryOptionsCommand = exports.deserializeAws_restJson1PutAccountSuppressionAttributesCommand = exports.deserializeAws_restJson1PutAccountSendingAttributesCommand = exports.deserializeAws_restJson1PutAccountDetailsCommand = exports.deserializeAws_restJson1PutAccountDedicatedIpWarmupAttributesCommand = exports.deserializeAws_restJson1ListTagsForResourceCommand = exports.deserializeAws_restJson1ListSuppressedDestinationsCommand = exports.deserializeAws_restJson1ListImportJobsCommand = exports.deserializeAws_restJson1ListEmailTemplatesCommand = exports.deserializeAws_restJson1ListEmailIdentitiesCommand = exports.deserializeAws_restJson1ListDomainDeliverabilityCampaignsCommand = exports.deserializeAws_restJson1ListDeliverabilityTestReportsCommand = exports.deserializeAws_restJson1ListDedicatedIpPoolsCommand = exports.deserializeAws_restJson1ListCustomVerificationEmailTemplatesCommand = exports.deserializeAws_restJson1ListContactsCommand = exports.deserializeAws_restJson1ListContactListsCommand = exports.deserializeAws_restJson1ListConfigurationSetsCommand = exports.deserializeAws_restJson1GetSuppressedDestinationCommand = exports.deserializeAws_restJson1GetImportJobCommand = exports.deserializeAws_restJson1GetEmailTemplateCommand = exports.deserializeAws_restJson1GetEmailIdentityPoliciesCommand = exports.deserializeAws_restJson1GetEmailIdentityCommand = exports.deserializeAws_restJson1GetDomainStatisticsReportCommand = exports.deserializeAws_restJson1GetDomainDeliverabilityCampaignCommand = exports.deserializeAws_restJson1GetDeliverabilityTestReportCommand = exports.deserializeAws_restJson1GetDeliverabilityDashboardOptionsCommand = exports.deserializeAws_restJson1GetDedicatedIpsCommand = exports.deserializeAws_restJson1GetDedicatedIpPoolCommand = exports.deserializeAws_restJson1GetDedicatedIpCommand = exports.deserializeAws_restJson1GetCustomVerificationEmailTemplateCommand = exports.deserializeAws_restJson1GetContactListCommand = exports.deserializeAws_restJson1GetContactCommand = exports.deserializeAws_restJson1GetConfigurationSetEventDestinationsCommand = exports.deserializeAws_restJson1GetConfigurationSetCommand = exports.deserializeAws_restJson1GetBlacklistReportsCommand = exports.deserializeAws_restJson1GetAccountCommand = exports.deserializeAws_restJson1DeleteSuppressedDestinationCommand = exports.deserializeAws_restJson1DeleteEmailTemplateCommand = exports.deserializeAws_restJson1DeleteEmailIdentityPolicyCommand = void 0;
|
|
6
|
+
exports.deserializeAws_restJson1UpdateEmailTemplateCommand = exports.deserializeAws_restJson1UpdateEmailIdentityPolicyCommand = exports.deserializeAws_restJson1UpdateCustomVerificationEmailTemplateCommand = exports.deserializeAws_restJson1UpdateContactListCommand = exports.deserializeAws_restJson1UpdateContactCommand = exports.deserializeAws_restJson1UpdateConfigurationSetEventDestinationCommand = exports.deserializeAws_restJson1UntagResourceCommand = exports.deserializeAws_restJson1TestRenderEmailTemplateCommand = exports.deserializeAws_restJson1TagResourceCommand = exports.deserializeAws_restJson1SendEmailCommand = exports.deserializeAws_restJson1SendCustomVerificationEmailCommand = exports.deserializeAws_restJson1SendBulkEmailCommand = exports.deserializeAws_restJson1PutSuppressedDestinationCommand = exports.deserializeAws_restJson1PutEmailIdentityMailFromAttributesCommand = void 0;
|
|
7
7
|
const protocol_http_1 = require("@aws-sdk/protocol-http");
|
|
8
8
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
@@ -159,6 +159,7 @@ const serializeAws_restJson1CreateDedicatedIpPoolCommand = async (input, context
|
|
|
159
159
|
let body;
|
|
160
160
|
body = JSON.stringify({
|
|
161
161
|
...(input.PoolName != null && { PoolName: input.PoolName }),
|
|
162
|
+
...(input.ScalingMode != null && { ScalingMode: input.ScalingMode }),
|
|
162
163
|
...(input.Tags != null && { Tags: serializeAws_restJson1TagList(input.Tags, context) }),
|
|
163
164
|
});
|
|
164
165
|
return new protocol_http_1.HttpRequest({
|
|
@@ -625,6 +626,23 @@ const serializeAws_restJson1GetDedicatedIpCommand = async (input, context) => {
|
|
|
625
626
|
});
|
|
626
627
|
};
|
|
627
628
|
exports.serializeAws_restJson1GetDedicatedIpCommand = serializeAws_restJson1GetDedicatedIpCommand;
|
|
629
|
+
const serializeAws_restJson1GetDedicatedIpPoolCommand = async (input, context) => {
|
|
630
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
631
|
+
const headers = {};
|
|
632
|
+
let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v2/email/dedicated-ip-pools/{PoolName}";
|
|
633
|
+
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "PoolName", () => input.PoolName, "{PoolName}", false);
|
|
634
|
+
let body;
|
|
635
|
+
return new protocol_http_1.HttpRequest({
|
|
636
|
+
protocol,
|
|
637
|
+
hostname,
|
|
638
|
+
port,
|
|
639
|
+
method: "GET",
|
|
640
|
+
headers,
|
|
641
|
+
path: resolvedPath,
|
|
642
|
+
body,
|
|
643
|
+
});
|
|
644
|
+
};
|
|
645
|
+
exports.serializeAws_restJson1GetDedicatedIpPoolCommand = serializeAws_restJson1GetDedicatedIpPoolCommand;
|
|
628
646
|
const serializeAws_restJson1GetDedicatedIpsCommand = async (input, context) => {
|
|
629
647
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
630
648
|
const headers = {};
|
|
@@ -3116,6 +3134,46 @@ const deserializeAws_restJson1GetDedicatedIpCommandError = async (output, contex
|
|
|
3116
3134
|
});
|
|
3117
3135
|
}
|
|
3118
3136
|
};
|
|
3137
|
+
const deserializeAws_restJson1GetDedicatedIpPoolCommand = async (output, context) => {
|
|
3138
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3139
|
+
return deserializeAws_restJson1GetDedicatedIpPoolCommandError(output, context);
|
|
3140
|
+
}
|
|
3141
|
+
const contents = map({
|
|
3142
|
+
$metadata: deserializeMetadata(output),
|
|
3143
|
+
});
|
|
3144
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
3145
|
+
if (data.DedicatedIpPool != null) {
|
|
3146
|
+
contents.DedicatedIpPool = deserializeAws_restJson1DedicatedIpPool(data.DedicatedIpPool, context);
|
|
3147
|
+
}
|
|
3148
|
+
return contents;
|
|
3149
|
+
};
|
|
3150
|
+
exports.deserializeAws_restJson1GetDedicatedIpPoolCommand = deserializeAws_restJson1GetDedicatedIpPoolCommand;
|
|
3151
|
+
const deserializeAws_restJson1GetDedicatedIpPoolCommandError = async (output, context) => {
|
|
3152
|
+
const parsedOutput = {
|
|
3153
|
+
...output,
|
|
3154
|
+
body: await parseErrorBody(output.body, context),
|
|
3155
|
+
};
|
|
3156
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3157
|
+
switch (errorCode) {
|
|
3158
|
+
case "BadRequestException":
|
|
3159
|
+
case "com.amazonaws.sesv2#BadRequestException":
|
|
3160
|
+
throw await deserializeAws_restJson1BadRequestExceptionResponse(parsedOutput, context);
|
|
3161
|
+
case "NotFoundException":
|
|
3162
|
+
case "com.amazonaws.sesv2#NotFoundException":
|
|
3163
|
+
throw await deserializeAws_restJson1NotFoundExceptionResponse(parsedOutput, context);
|
|
3164
|
+
case "TooManyRequestsException":
|
|
3165
|
+
case "com.amazonaws.sesv2#TooManyRequestsException":
|
|
3166
|
+
throw await deserializeAws_restJson1TooManyRequestsExceptionResponse(parsedOutput, context);
|
|
3167
|
+
default:
|
|
3168
|
+
const parsedBody = parsedOutput.body;
|
|
3169
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
3170
|
+
output,
|
|
3171
|
+
parsedBody,
|
|
3172
|
+
exceptionCtor: SESv2ServiceException_1.SESv2ServiceException,
|
|
3173
|
+
errorCode,
|
|
3174
|
+
});
|
|
3175
|
+
}
|
|
3176
|
+
};
|
|
3119
3177
|
const deserializeAws_restJson1GetDedicatedIpsCommand = async (output, context) => {
|
|
3120
3178
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3121
3179
|
return deserializeAws_restJson1GetDedicatedIpsCommandError(output, context);
|
|
@@ -3375,6 +3433,9 @@ const deserializeAws_restJson1GetEmailIdentityCommand = async (output, context)
|
|
|
3375
3433
|
if (data.Tags != null) {
|
|
3376
3434
|
contents.Tags = deserializeAws_restJson1TagList(data.Tags, context);
|
|
3377
3435
|
}
|
|
3436
|
+
if (data.VerificationStatus != null) {
|
|
3437
|
+
contents.VerificationStatus = (0, smithy_client_1.expectString)(data.VerificationStatus);
|
|
3438
|
+
}
|
|
3378
3439
|
if (data.VerifiedForSendingStatus != null) {
|
|
3379
3440
|
contents.VerifiedForSendingStatus = (0, smithy_client_1.expectBoolean)(data.VerifiedForSendingStatus);
|
|
3380
3441
|
}
|
|
@@ -5952,6 +6013,12 @@ const deserializeAws_restJson1DedicatedIpList = (output, context) => {
|
|
|
5952
6013
|
});
|
|
5953
6014
|
return retVal;
|
|
5954
6015
|
};
|
|
6016
|
+
const deserializeAws_restJson1DedicatedIpPool = (output, context) => {
|
|
6017
|
+
return {
|
|
6018
|
+
PoolName: (0, smithy_client_1.expectString)(output.PoolName),
|
|
6019
|
+
ScalingMode: (0, smithy_client_1.expectString)(output.ScalingMode),
|
|
6020
|
+
};
|
|
6021
|
+
};
|
|
5955
6022
|
const deserializeAws_restJson1DeliverabilityTestReport = (output, context) => {
|
|
5956
6023
|
return {
|
|
5957
6024
|
CreateDate: output.CreateDate != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreateDate))) : undefined,
|
|
@@ -6169,6 +6236,7 @@ const deserializeAws_restJson1IdentityInfo = (output, context) => {
|
|
|
6169
6236
|
IdentityName: (0, smithy_client_1.expectString)(output.IdentityName),
|
|
6170
6237
|
IdentityType: (0, smithy_client_1.expectString)(output.IdentityType),
|
|
6171
6238
|
SendingEnabled: (0, smithy_client_1.expectBoolean)(output.SendingEnabled),
|
|
6239
|
+
VerificationStatus: (0, smithy_client_1.expectString)(output.VerificationStatus),
|
|
6172
6240
|
};
|
|
6173
6241
|
};
|
|
6174
6242
|
const deserializeAws_restJson1IdentityInfoList = (output, context) => {
|
|
@@ -6203,11 +6271,13 @@ const deserializeAws_restJson1ImportJobSummary = (output, context) => {
|
|
|
6203
6271
|
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6204
6272
|
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedTimestamp)))
|
|
6205
6273
|
: undefined,
|
|
6274
|
+
FailedRecordsCount: (0, smithy_client_1.expectInt32)(output.FailedRecordsCount),
|
|
6206
6275
|
ImportDestination: output.ImportDestination != null
|
|
6207
6276
|
? deserializeAws_restJson1ImportDestination(output.ImportDestination, context)
|
|
6208
6277
|
: undefined,
|
|
6209
6278
|
JobId: (0, smithy_client_1.expectString)(output.JobId),
|
|
6210
6279
|
JobStatus: (0, smithy_client_1.expectString)(output.JobStatus),
|
|
6280
|
+
ProcessedRecordsCount: (0, smithy_client_1.expectInt32)(output.ProcessedRecordsCount),
|
|
6211
6281
|
};
|
|
6212
6282
|
};
|
|
6213
6283
|
const deserializeAws_restJson1ImportJobSummaryList = (output, context) => {
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
5
|
-
const
|
|
5
|
+
const endpointResolver_1 = require("./endpoint/endpointResolver");
|
|
6
6
|
const getRuntimeConfig = (config) => {
|
|
7
7
|
var _a, _b, _c, _d, _e;
|
|
8
8
|
return ({
|
|
9
9
|
apiVersion: "2019-09-27",
|
|
10
10
|
disableHostPrefix: (_a = config === null || config === void 0 ? void 0 : config.disableHostPrefix) !== null && _a !== void 0 ? _a : false,
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
endpointProvider: (_b = config === null || config === void 0 ? void 0 : config.endpointProvider) !== null && _b !== void 0 ? _b : endpointResolver_1.defaultEndpointResolver,
|
|
12
|
+
logger: (_c = config === null || config === void 0 ? void 0 : config.logger) !== null && _c !== void 0 ? _c : {},
|
|
13
13
|
serviceId: (_d = config === null || config === void 0 ? void 0 : config.serviceId) !== null && _d !== void 0 ? _d : "SESv2",
|
|
14
14
|
urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : url_parser_1.parseUrl,
|
|
15
15
|
});
|