@aws-sdk/client-sesv2 3.32.0 → 3.36.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 +44 -0
- package/README.md +2 -15
- package/dist-cjs/SESv2.js +1232 -0
- package/dist-cjs/SESv2Client.js +50 -0
- package/dist-cjs/commands/CreateConfigurationSetCommand.js +64 -0
- package/dist-cjs/commands/CreateConfigurationSetEventDestinationCommand.js +66 -0
- package/dist-cjs/commands/CreateContactCommand.js +61 -0
- package/dist-cjs/commands/CreateContactListCommand.js +60 -0
- package/dist-cjs/commands/CreateCustomVerificationEmailTemplateCommand.js +63 -0
- package/dist-cjs/commands/CreateDedicatedIpPoolCommand.js +63 -0
- package/dist-cjs/commands/CreateDeliverabilityTestReportCommand.js +66 -0
- package/dist-cjs/commands/CreateEmailIdentityCommand.js +85 -0
- package/dist-cjs/commands/CreateEmailIdentityPolicyCommand.js +71 -0
- package/dist-cjs/commands/CreateEmailTemplateCommand.js +63 -0
- package/dist-cjs/commands/CreateImportJobCommand.js +60 -0
- package/dist-cjs/commands/DeleteConfigurationSetCommand.js +65 -0
- package/dist-cjs/commands/DeleteConfigurationSetEventDestinationCommand.js +66 -0
- package/dist-cjs/commands/DeleteContactCommand.js +60 -0
- package/dist-cjs/commands/DeleteContactListCommand.js +60 -0
- package/dist-cjs/commands/DeleteCustomVerificationEmailTemplateCommand.js +63 -0
- package/dist-cjs/commands/DeleteDedicatedIpPoolCommand.js +60 -0
- package/dist-cjs/commands/DeleteEmailIdentityCommand.js +61 -0
- package/dist-cjs/commands/DeleteEmailIdentityPolicyCommand.js +72 -0
- package/dist-cjs/commands/DeleteEmailTemplateCommand.js +62 -0
- package/dist-cjs/commands/DeleteSuppressedDestinationCommand.js +60 -0
- package/dist-cjs/commands/GetAccountCommand.js +61 -0
- package/dist-cjs/commands/GetBlacklistReportsCommand.js +60 -0
- package/dist-cjs/commands/GetConfigurationSetCommand.js +67 -0
- package/dist-cjs/commands/GetConfigurationSetEventDestinationsCommand.js +67 -0
- package/dist-cjs/commands/GetContactCommand.js +60 -0
- package/dist-cjs/commands/GetContactListCommand.js +61 -0
- package/dist-cjs/commands/GetCustomVerificationEmailTemplateCommand.js +64 -0
- package/dist-cjs/commands/GetDedicatedIpCommand.js +62 -0
- package/dist-cjs/commands/GetDedicatedIpsCommand.js +61 -0
- package/dist-cjs/commands/GetDeliverabilityDashboardOptionsCommand.js +67 -0
- package/dist-cjs/commands/GetDeliverabilityTestReportCommand.js +60 -0
- package/dist-cjs/commands/GetDomainDeliverabilityCampaignCommand.js +62 -0
- package/dist-cjs/commands/GetDomainStatisticsReportCommand.js +61 -0
- package/dist-cjs/commands/GetEmailIdentityCommand.js +62 -0
- package/dist-cjs/commands/GetEmailIdentityPoliciesCommand.js +71 -0
- package/dist-cjs/commands/GetEmailTemplateCommand.js +63 -0
- package/dist-cjs/commands/GetImportJobCommand.js +60 -0
- package/dist-cjs/commands/GetSuppressedDestinationCommand.js +61 -0
- package/dist-cjs/commands/ListConfigurationSetsCommand.js +66 -0
- package/dist-cjs/commands/ListContactListsCommand.js +60 -0
- package/dist-cjs/commands/ListContactsCommand.js +60 -0
- package/dist-cjs/commands/ListCustomVerificationEmailTemplatesCommand.js +64 -0
- package/dist-cjs/commands/ListDedicatedIpPoolsCommand.js +61 -0
- package/dist-cjs/commands/ListDeliverabilityTestReportsCommand.js +62 -0
- package/dist-cjs/commands/ListDomainDeliverabilityCampaignsCommand.js +62 -0
- package/dist-cjs/commands/ListEmailIdentitiesCommand.js +63 -0
- package/dist-cjs/commands/ListEmailTemplatesCommand.js +63 -0
- package/dist-cjs/commands/ListImportJobsCommand.js +60 -0
- package/dist-cjs/commands/ListSuppressedDestinationsCommand.js +61 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +65 -0
- package/dist-cjs/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +60 -0
- package/dist-cjs/commands/PutAccountDetailsCommand.js +60 -0
- package/dist-cjs/commands/PutAccountSendingAttributesCommand.js +60 -0
- package/dist-cjs/commands/PutAccountSuppressionAttributesCommand.js +60 -0
- package/dist-cjs/commands/PutConfigurationSetDeliveryOptionsCommand.js +61 -0
- package/dist-cjs/commands/PutConfigurationSetReputationOptionsCommand.js +61 -0
- package/dist-cjs/commands/PutConfigurationSetSendingOptionsCommand.js +61 -0
- package/dist-cjs/commands/PutConfigurationSetSuppressionOptionsCommand.js +60 -0
- package/dist-cjs/commands/PutConfigurationSetTrackingOptionsCommand.js +61 -0
- package/dist-cjs/commands/PutDedicatedIpInPoolCommand.js +69 -0
- package/dist-cjs/commands/PutDedicatedIpWarmupAttributesCommand.js +60 -0
- package/dist-cjs/commands/PutDeliverabilityDashboardOptionCommand.js +66 -0
- package/dist-cjs/commands/PutEmailIdentityConfigurationSetAttributesCommand.js +60 -0
- package/dist-cjs/commands/PutEmailIdentityDkimAttributesCommand.js +60 -0
- package/dist-cjs/commands/PutEmailIdentityDkimSigningAttributesCommand.js +82 -0
- package/dist-cjs/commands/PutEmailIdentityFeedbackAttributesCommand.js +69 -0
- package/dist-cjs/commands/PutEmailIdentityMailFromAttributesCommand.js +61 -0
- package/dist-cjs/commands/PutSuppressedDestinationCommand.js +60 -0
- package/dist-cjs/commands/SendBulkEmailCommand.js +60 -0
- package/dist-cjs/commands/SendCustomVerificationEmailCommand.js +67 -0
- package/dist-cjs/commands/SendEmailCommand.js +83 -0
- package/dist-cjs/commands/TagResourceCommand.js +68 -0
- package/dist-cjs/commands/TestRenderEmailTemplateCommand.js +63 -0
- package/dist-cjs/commands/UntagResourceCommand.js +60 -0
- package/dist-cjs/commands/UpdateConfigurationSetEventDestinationCommand.js +66 -0
- package/dist-cjs/commands/UpdateContactCommand.js +62 -0
- package/dist-cjs/commands/UpdateContactListCommand.js +60 -0
- package/dist-cjs/commands/UpdateCustomVerificationEmailTemplateCommand.js +63 -0
- package/dist-cjs/commands/UpdateEmailIdentityPolicyCommand.js +72 -0
- package/dist-cjs/commands/UpdateEmailTemplateCommand.js +63 -0
- package/dist-cjs/endpoints.js +61 -0
- package/dist-cjs/index.js +100 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +2321 -0
- package/dist-cjs/pagination/GetDedicatedIpsPaginator.js +45 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListConfigurationSetsPaginator.js +45 -0
- package/dist-cjs/pagination/ListContactListsPaginator.js +45 -0
- package/dist-cjs/pagination/ListContactsPaginator.js +45 -0
- package/dist-cjs/pagination/ListCustomVerificationEmailTemplatesPaginator.js +45 -0
- package/dist-cjs/pagination/ListDedicatedIpPoolsPaginator.js +45 -0
- package/dist-cjs/pagination/ListDeliverabilityTestReportsPaginator.js +45 -0
- package/dist-cjs/pagination/ListDomainDeliverabilityCampaignsPaginator.js +45 -0
- package/dist-cjs/pagination/ListEmailIdentitiesPaginator.js +45 -0
- package/dist-cjs/pagination/ListEmailTemplatesPaginator.js +45 -0
- package/dist-cjs/pagination/ListImportJobsPaginator.js +45 -0
- package/dist-cjs/pagination/ListSuppressedDestinationsPaginator.js +45 -0
- package/dist-cjs/protocols/Aws_restJson1.js +9370 -0
- package/dist-cjs/runtimeConfig.browser.js +41 -0
- package/dist-cjs/runtimeConfig.js +46 -0
- package/dist-cjs/runtimeConfig.native.js +19 -0
- package/dist-cjs/runtimeConfig.shared.js +20 -0
- package/dist-es/SESv2.js +1225 -0
- package/dist-es/SESv2Client.js +37 -0
- package/dist-es/commands/CreateConfigurationSetCommand.js +39 -0
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +39 -0
- package/dist-es/commands/CreateContactCommand.js +39 -0
- package/dist-es/commands/CreateContactListCommand.js +39 -0
- package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +39 -0
- package/dist-es/commands/CreateDedicatedIpPoolCommand.js +39 -0
- package/dist-es/commands/CreateDeliverabilityTestReportCommand.js +39 -0
- package/dist-es/commands/CreateEmailIdentityCommand.js +39 -0
- package/dist-es/commands/CreateEmailIdentityPolicyCommand.js +39 -0
- package/dist-es/commands/CreateEmailTemplateCommand.js +39 -0
- package/dist-es/commands/CreateImportJobCommand.js +39 -0
- package/dist-es/commands/DeleteConfigurationSetCommand.js +39 -0
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +39 -0
- package/dist-es/commands/DeleteContactCommand.js +39 -0
- package/dist-es/commands/DeleteContactListCommand.js +39 -0
- package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +39 -0
- package/dist-es/commands/DeleteDedicatedIpPoolCommand.js +39 -0
- package/dist-es/commands/DeleteEmailIdentityCommand.js +39 -0
- package/dist-es/commands/DeleteEmailIdentityPolicyCommand.js +39 -0
- package/dist-es/commands/DeleteEmailTemplateCommand.js +39 -0
- package/dist-es/commands/DeleteSuppressedDestinationCommand.js +39 -0
- package/dist-es/commands/GetAccountCommand.js +39 -0
- package/dist-es/commands/GetBlacklistReportsCommand.js +39 -0
- package/dist-es/commands/GetConfigurationSetCommand.js +39 -0
- package/dist-es/commands/GetConfigurationSetEventDestinationsCommand.js +39 -0
- package/dist-es/commands/GetContactCommand.js +39 -0
- package/dist-es/commands/GetContactListCommand.js +39 -0
- package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +39 -0
- package/dist-es/commands/GetDedicatedIpCommand.js +39 -0
- package/dist-es/commands/GetDedicatedIpsCommand.js +39 -0
- package/dist-es/commands/GetDeliverabilityDashboardOptionsCommand.js +39 -0
- package/dist-es/commands/GetDeliverabilityTestReportCommand.js +39 -0
- package/dist-es/commands/GetDomainDeliverabilityCampaignCommand.js +39 -0
- package/dist-es/commands/GetDomainStatisticsReportCommand.js +39 -0
- package/dist-es/commands/GetEmailIdentityCommand.js +39 -0
- package/dist-es/commands/GetEmailIdentityPoliciesCommand.js +39 -0
- package/dist-es/commands/GetEmailTemplateCommand.js +39 -0
- package/dist-es/commands/GetImportJobCommand.js +39 -0
- package/dist-es/commands/GetSuppressedDestinationCommand.js +39 -0
- package/dist-es/commands/ListConfigurationSetsCommand.js +39 -0
- package/dist-es/commands/ListContactListsCommand.js +39 -0
- package/dist-es/commands/ListContactsCommand.js +39 -0
- package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +39 -0
- package/dist-es/commands/ListDedicatedIpPoolsCommand.js +39 -0
- package/dist-es/commands/ListDeliverabilityTestReportsCommand.js +39 -0
- package/dist-es/commands/ListDomainDeliverabilityCampaignsCommand.js +39 -0
- package/dist-es/commands/ListEmailIdentitiesCommand.js +39 -0
- package/dist-es/commands/ListEmailTemplatesCommand.js +39 -0
- package/dist-es/commands/ListImportJobsCommand.js +39 -0
- package/dist-es/commands/ListSuppressedDestinationsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +39 -0
- package/dist-es/commands/PutAccountDetailsCommand.js +39 -0
- package/dist-es/commands/PutAccountSendingAttributesCommand.js +39 -0
- package/dist-es/commands/PutAccountSuppressionAttributesCommand.js +39 -0
- package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +39 -0
- package/dist-es/commands/PutConfigurationSetReputationOptionsCommand.js +39 -0
- package/dist-es/commands/PutConfigurationSetSendingOptionsCommand.js +39 -0
- package/dist-es/commands/PutConfigurationSetSuppressionOptionsCommand.js +39 -0
- package/dist-es/commands/PutConfigurationSetTrackingOptionsCommand.js +39 -0
- package/dist-es/commands/PutDedicatedIpInPoolCommand.js +39 -0
- package/dist-es/commands/PutDedicatedIpWarmupAttributesCommand.js +39 -0
- package/dist-es/commands/PutDeliverabilityDashboardOptionCommand.js +39 -0
- package/dist-es/commands/PutEmailIdentityConfigurationSetAttributesCommand.js +39 -0
- package/dist-es/commands/PutEmailIdentityDkimAttributesCommand.js +39 -0
- package/dist-es/commands/PutEmailIdentityDkimSigningAttributesCommand.js +39 -0
- package/dist-es/commands/PutEmailIdentityFeedbackAttributesCommand.js +39 -0
- package/dist-es/commands/PutEmailIdentityMailFromAttributesCommand.js +39 -0
- package/dist-es/commands/PutSuppressedDestinationCommand.js +39 -0
- package/dist-es/commands/SendBulkEmailCommand.js +39 -0
- package/dist-es/commands/SendCustomVerificationEmailCommand.js +39 -0
- package/dist-es/commands/SendEmailCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/TestRenderEmailTemplateCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +39 -0
- package/dist-es/commands/UpdateContactCommand.js +39 -0
- package/dist-es/commands/UpdateContactListCommand.js +39 -0
- package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +39 -0
- package/dist-es/commands/UpdateEmailIdentityPolicyCommand.js +39 -0
- package/dist-es/commands/UpdateEmailTemplateCommand.js +39 -0
- package/dist-es/endpoints.js +57 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1109 -0
- package/dist-es/pagination/GetDedicatedIpsPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListConfigurationSetsPaginator.js +74 -0
- package/dist-es/pagination/ListContactListsPaginator.js +74 -0
- package/dist-es/pagination/ListContactsPaginator.js +74 -0
- package/dist-es/pagination/ListCustomVerificationEmailTemplatesPaginator.js +74 -0
- package/dist-es/pagination/ListDedicatedIpPoolsPaginator.js +74 -0
- package/dist-es/pagination/ListDeliverabilityTestReportsPaginator.js +74 -0
- package/dist-es/pagination/ListDomainDeliverabilityCampaignsPaginator.js +74 -0
- package/dist-es/pagination/ListEmailIdentitiesPaginator.js +74 -0
- package/dist-es/pagination/ListEmailTemplatesPaginator.js +74 -0
- package/dist-es/pagination/ListImportJobsPaginator.js +74 -0
- package/dist-es/pagination/ListSuppressedDestinationsPaginator.js +74 -0
- package/dist-es/protocols/Aws_restJson1.js +10540 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/SESv2.d.ts +867 -0
- package/dist-types/SESv2Client.d.ts +220 -0
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +39 -0
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +41 -0
- package/dist-types/commands/CreateContactCommand.d.ts +36 -0
- package/dist-types/commands/CreateContactListCommand.d.ts +35 -0
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +38 -0
- package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +38 -0
- package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +41 -0
- package/dist-types/commands/CreateEmailIdentityCommand.d.ts +60 -0
- package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +46 -0
- package/dist-types/commands/CreateEmailTemplateCommand.d.ts +38 -0
- package/dist-types/commands/CreateImportJobCommand.d.ts +35 -0
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +40 -0
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +41 -0
- package/dist-types/commands/DeleteContactCommand.d.ts +35 -0
- package/dist-types/commands/DeleteContactListCommand.d.ts +35 -0
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +38 -0
- package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +35 -0
- package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +36 -0
- package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +47 -0
- package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +37 -0
- package/dist-types/commands/DeleteSuppressedDestinationCommand.d.ts +35 -0
- package/dist-types/commands/GetAccountCommand.d.ts +36 -0
- package/dist-types/commands/GetBlacklistReportsCommand.d.ts +35 -0
- package/dist-types/commands/GetConfigurationSetCommand.d.ts +42 -0
- package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +42 -0
- package/dist-types/commands/GetContactCommand.d.ts +35 -0
- package/dist-types/commands/GetContactListCommand.d.ts +36 -0
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +39 -0
- package/dist-types/commands/GetDedicatedIpCommand.d.ts +37 -0
- package/dist-types/commands/GetDedicatedIpsCommand.d.ts +36 -0
- package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +42 -0
- package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +35 -0
- package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +37 -0
- package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +36 -0
- package/dist-types/commands/GetEmailIdentityCommand.d.ts +37 -0
- package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +46 -0
- package/dist-types/commands/GetEmailTemplateCommand.d.ts +38 -0
- package/dist-types/commands/GetImportJobCommand.d.ts +35 -0
- package/dist-types/commands/GetSuppressedDestinationCommand.d.ts +36 -0
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +41 -0
- package/dist-types/commands/ListContactListsCommand.d.ts +35 -0
- package/dist-types/commands/ListContactsCommand.d.ts +35 -0
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +39 -0
- package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +36 -0
- package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +37 -0
- package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +37 -0
- package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +38 -0
- package/dist-types/commands/ListEmailTemplatesCommand.d.ts +38 -0
- package/dist-types/commands/ListImportJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +36 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +40 -0
- package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +35 -0
- package/dist-types/commands/PutAccountDetailsCommand.d.ts +35 -0
- package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +35 -0
- package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +35 -0
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +36 -0
- package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +36 -0
- package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +36 -0
- package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +35 -0
- package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +36 -0
- package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +44 -0
- package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +35 -0
- package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +41 -0
- package/dist-types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +35 -0
- package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +35 -0
- package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +57 -0
- package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +44 -0
- package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +36 -0
- package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +35 -0
- package/dist-types/commands/SendBulkEmailCommand.d.ts +35 -0
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +42 -0
- package/dist-types/commands/SendEmailCommand.d.ts +58 -0
- package/dist-types/commands/TagResourceCommand.d.ts +43 -0
- package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +38 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +41 -0
- package/dist-types/commands/UpdateContactCommand.d.ts +37 -0
- package/dist-types/commands/UpdateContactListCommand.d.ts +35 -0
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +38 -0
- package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +47 -0
- package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +38 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/dist-types/models/models_0.d.ts +5903 -0
- package/dist-types/pagination/GetDedicatedIpsPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListConfigurationSetsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListContactListsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListContactsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDedicatedIpPoolsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDeliverabilityTestReportsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListEmailIdentitiesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListEmailTemplatesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListImportJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSuppressedDestinationsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +245 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/SESv2.d.ts +867 -0
- package/dist-types/ts3.4/SESv2Client.d.ts +220 -0
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateContactListCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +60 -0
- package/dist-types/ts3.4/commands/CreateEmailIdentityPolicyCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateImportJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteContactListCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteEmailIdentityPolicyCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteSuppressedDestinationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetContactCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetContactListCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetEmailIdentityPoliciesCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/GetEmailTemplateCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetSuppressedDestinationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListContactListsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListEmailTemplatesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListSuppressedDestinationsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PutAccountDetailsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PutAccountSuppressionAttributesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/PutSuppressedDestinationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/SendBulkEmailCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/TestRenderEmailTemplateCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateContactListCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateEmailIdentityPolicyCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +38 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +5903 -0
- package/dist-types/ts3.4/pagination/GetDedicatedIpsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListConfigurationSetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContactListsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContactsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDedicatedIpPoolsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDeliverabilityTestReportsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEmailIdentitiesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEmailTemplatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImportJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSuppressedDestinationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +245 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/SESv2.ts +0 -3280
- package/SESv2Client.ts +0 -668
- package/commands/CreateConfigurationSetCommand.ts +0 -98
- package/commands/CreateConfigurationSetEventDestinationCommand.ts +0 -112
- package/commands/CreateContactCommand.ts +0 -95
- package/commands/CreateContactListCommand.ts +0 -94
- package/commands/CreateCustomVerificationEmailTemplateCommand.ts +0 -109
- package/commands/CreateDedicatedIpPoolCommand.ts +0 -97
- package/commands/CreateDeliverabilityTestReportCommand.ts +0 -108
- package/commands/CreateEmailIdentityCommand.ts +0 -119
- package/commands/CreateEmailIdentityPolicyCommand.ts +0 -108
- package/commands/CreateEmailTemplateCommand.ts +0 -97
- package/commands/CreateImportJobCommand.ts +0 -94
- package/commands/DeleteConfigurationSetCommand.ts +0 -99
- package/commands/DeleteConfigurationSetEventDestinationCommand.ts +0 -112
- package/commands/DeleteContactCommand.ts +0 -94
- package/commands/DeleteContactListCommand.ts +0 -94
- package/commands/DeleteCustomVerificationEmailTemplateCommand.ts +0 -109
- package/commands/DeleteDedicatedIpPoolCommand.ts +0 -94
- package/commands/DeleteEmailIdentityCommand.ts +0 -95
- package/commands/DeleteEmailIdentityPolicyCommand.ts +0 -109
- package/commands/DeleteEmailTemplateCommand.ts +0 -96
- package/commands/DeleteSuppressedDestinationCommand.ts +0 -99
- package/commands/GetAccountCommand.ts +0 -95
- package/commands/GetBlacklistReportsCommand.ts +0 -94
- package/commands/GetConfigurationSetCommand.ts +0 -101
- package/commands/GetConfigurationSetEventDestinationsCommand.ts +0 -112
- package/commands/GetContactCommand.ts +0 -94
- package/commands/GetContactListCommand.ts +0 -95
- package/commands/GetCustomVerificationEmailTemplateCommand.ts +0 -109
- package/commands/GetDedicatedIpCommand.ts +0 -96
- package/commands/GetDedicatedIpsCommand.ts +0 -95
- package/commands/GetDeliverabilityDashboardOptionsCommand.ts +0 -112
- package/commands/GetDeliverabilityTestReportCommand.ts +0 -99
- package/commands/GetDomainDeliverabilityCampaignCommand.ts +0 -104
- package/commands/GetDomainStatisticsReportCommand.ts +0 -98
- package/commands/GetEmailIdentityCommand.ts +0 -96
- package/commands/GetEmailIdentityPoliciesCommand.ts +0 -105
- package/commands/GetEmailTemplateCommand.ts +0 -97
- package/commands/GetImportJobCommand.ts +0 -94
- package/commands/GetSuppressedDestinationCommand.ts +0 -95
- package/commands/ListConfigurationSetsCommand.ts +0 -100
- package/commands/ListContactListsCommand.ts +0 -94
- package/commands/ListContactsCommand.ts +0 -94
- package/commands/ListCustomVerificationEmailTemplatesCommand.ts +0 -109
- package/commands/ListDedicatedIpPoolsCommand.ts +0 -95
- package/commands/ListDeliverabilityTestReportsCommand.ts +0 -101
- package/commands/ListDomainDeliverabilityCampaignsCommand.ts +0 -107
- package/commands/ListEmailIdentitiesCommand.ts +0 -97
- package/commands/ListEmailTemplatesCommand.ts +0 -97
- package/commands/ListImportJobsCommand.ts +0 -94
- package/commands/ListSuppressedDestinationsCommand.ts +0 -98
- package/commands/ListTagsForResourceCommand.ts +0 -99
- package/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts +0 -106
- package/commands/PutAccountDetailsCommand.ts +0 -94
- package/commands/PutAccountSendingAttributesCommand.ts +0 -99
- package/commands/PutAccountSuppressionAttributesCommand.ts +0 -102
- package/commands/PutConfigurationSetDeliveryOptionsCommand.ts +0 -106
- package/commands/PutConfigurationSetReputationOptionsCommand.ts +0 -106
- package/commands/PutConfigurationSetSendingOptionsCommand.ts +0 -106
- package/commands/PutConfigurationSetSuppressionOptionsCommand.ts +0 -106
- package/commands/PutConfigurationSetTrackingOptionsCommand.ts +0 -106
- package/commands/PutDedicatedIpInPoolCommand.ts +0 -103
- package/commands/PutDedicatedIpWarmupAttributesCommand.ts +0 -102
- package/commands/PutDeliverabilityDashboardOptionCommand.ts +0 -108
- package/commands/PutEmailIdentityConfigurationSetAttributesCommand.ts +0 -109
- package/commands/PutEmailIdentityDkimAttributesCommand.ts +0 -102
- package/commands/PutEmailIdentityDkimSigningAttributesCommand.ts +0 -125
- package/commands/PutEmailIdentityFeedbackAttributesCommand.ts +0 -114
- package/commands/PutEmailIdentityMailFromAttributesCommand.ts +0 -106
- package/commands/PutSuppressedDestinationCommand.ts +0 -94
- package/commands/SendBulkEmailCommand.ts +0 -94
- package/commands/SendCustomVerificationEmailCommand.ts +0 -106
- package/commands/SendEmailCommand.ts +0 -117
- package/commands/TagResourceCommand.ts +0 -102
- package/commands/TestRenderEmailTemplateCommand.ts +0 -97
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateConfigurationSetEventDestinationCommand.ts +0 -112
- package/commands/UpdateContactCommand.ts +0 -96
- package/commands/UpdateContactListCommand.ts +0 -94
- package/commands/UpdateCustomVerificationEmailTemplateCommand.ts +0 -109
- package/commands/UpdateEmailIdentityPolicyCommand.ts +0 -109
- package/commands/UpdateEmailTemplateCommand.ts +0 -97
- package/dist/cjs/SESv2.js +0 -1245
- package/dist/cjs/SESv2.js.map +0 -1
- package/dist/cjs/SESv2Client.js +0 -63
- package/dist/cjs/SESv2Client.js.map +0 -1
- package/dist/cjs/commands/CreateConfigurationSetCommand.js +0 -65
- package/dist/cjs/commands/CreateConfigurationSetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateConfigurationSetEventDestinationCommand.js +0 -67
- package/dist/cjs/commands/CreateConfigurationSetEventDestinationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateContactCommand.js +0 -62
- package/dist/cjs/commands/CreateContactCommand.js.map +0 -1
- package/dist/cjs/commands/CreateContactListCommand.js +0 -61
- package/dist/cjs/commands/CreateContactListCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCustomVerificationEmailTemplateCommand.js +0 -64
- package/dist/cjs/commands/CreateCustomVerificationEmailTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDedicatedIpPoolCommand.js +0 -64
- package/dist/cjs/commands/CreateDedicatedIpPoolCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDeliverabilityTestReportCommand.js +0 -67
- package/dist/cjs/commands/CreateDeliverabilityTestReportCommand.js.map +0 -1
- package/dist/cjs/commands/CreateEmailIdentityCommand.js +0 -86
- package/dist/cjs/commands/CreateEmailIdentityCommand.js.map +0 -1
- package/dist/cjs/commands/CreateEmailIdentityPolicyCommand.js +0 -72
- package/dist/cjs/commands/CreateEmailIdentityPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateEmailTemplateCommand.js +0 -64
- package/dist/cjs/commands/CreateEmailTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/CreateImportJobCommand.js +0 -61
- package/dist/cjs/commands/CreateImportJobCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConfigurationSetCommand.js +0 -66
- package/dist/cjs/commands/DeleteConfigurationSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConfigurationSetEventDestinationCommand.js +0 -67
- package/dist/cjs/commands/DeleteConfigurationSetEventDestinationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteContactCommand.js +0 -61
- package/dist/cjs/commands/DeleteContactCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteContactListCommand.js +0 -61
- package/dist/cjs/commands/DeleteContactListCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCustomVerificationEmailTemplateCommand.js +0 -64
- package/dist/cjs/commands/DeleteCustomVerificationEmailTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDedicatedIpPoolCommand.js +0 -61
- package/dist/cjs/commands/DeleteDedicatedIpPoolCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEmailIdentityCommand.js +0 -62
- package/dist/cjs/commands/DeleteEmailIdentityCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEmailIdentityPolicyCommand.js +0 -73
- package/dist/cjs/commands/DeleteEmailIdentityPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEmailTemplateCommand.js +0 -63
- package/dist/cjs/commands/DeleteEmailTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSuppressedDestinationCommand.js +0 -61
- package/dist/cjs/commands/DeleteSuppressedDestinationCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccountCommand.js +0 -62
- package/dist/cjs/commands/GetAccountCommand.js.map +0 -1
- package/dist/cjs/commands/GetBlacklistReportsCommand.js +0 -61
- package/dist/cjs/commands/GetBlacklistReportsCommand.js.map +0 -1
- package/dist/cjs/commands/GetConfigurationSetCommand.js +0 -68
- package/dist/cjs/commands/GetConfigurationSetCommand.js.map +0 -1
- package/dist/cjs/commands/GetConfigurationSetEventDestinationsCommand.js +0 -68
- package/dist/cjs/commands/GetConfigurationSetEventDestinationsCommand.js.map +0 -1
- package/dist/cjs/commands/GetContactCommand.js +0 -61
- package/dist/cjs/commands/GetContactCommand.js.map +0 -1
- package/dist/cjs/commands/GetContactListCommand.js +0 -62
- package/dist/cjs/commands/GetContactListCommand.js.map +0 -1
- package/dist/cjs/commands/GetCustomVerificationEmailTemplateCommand.js +0 -65
- package/dist/cjs/commands/GetCustomVerificationEmailTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/GetDedicatedIpCommand.js +0 -63
- package/dist/cjs/commands/GetDedicatedIpCommand.js.map +0 -1
- package/dist/cjs/commands/GetDedicatedIpsCommand.js +0 -62
- package/dist/cjs/commands/GetDedicatedIpsCommand.js.map +0 -1
- package/dist/cjs/commands/GetDeliverabilityDashboardOptionsCommand.js +0 -68
- package/dist/cjs/commands/GetDeliverabilityDashboardOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/GetDeliverabilityTestReportCommand.js +0 -61
- package/dist/cjs/commands/GetDeliverabilityTestReportCommand.js.map +0 -1
- package/dist/cjs/commands/GetDomainDeliverabilityCampaignCommand.js +0 -63
- package/dist/cjs/commands/GetDomainDeliverabilityCampaignCommand.js.map +0 -1
- package/dist/cjs/commands/GetDomainStatisticsReportCommand.js +0 -62
- package/dist/cjs/commands/GetDomainStatisticsReportCommand.js.map +0 -1
- package/dist/cjs/commands/GetEmailIdentityCommand.js +0 -63
- package/dist/cjs/commands/GetEmailIdentityCommand.js.map +0 -1
- package/dist/cjs/commands/GetEmailIdentityPoliciesCommand.js +0 -72
- package/dist/cjs/commands/GetEmailIdentityPoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/GetEmailTemplateCommand.js +0 -64
- package/dist/cjs/commands/GetEmailTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/GetImportJobCommand.js +0 -61
- package/dist/cjs/commands/GetImportJobCommand.js.map +0 -1
- package/dist/cjs/commands/GetSuppressedDestinationCommand.js +0 -62
- package/dist/cjs/commands/GetSuppressedDestinationCommand.js.map +0 -1
- package/dist/cjs/commands/ListConfigurationSetsCommand.js +0 -67
- package/dist/cjs/commands/ListConfigurationSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListContactListsCommand.js +0 -61
- package/dist/cjs/commands/ListContactListsCommand.js.map +0 -1
- package/dist/cjs/commands/ListContactsCommand.js +0 -61
- package/dist/cjs/commands/ListContactsCommand.js.map +0 -1
- package/dist/cjs/commands/ListCustomVerificationEmailTemplatesCommand.js +0 -65
- package/dist/cjs/commands/ListCustomVerificationEmailTemplatesCommand.js.map +0 -1
- package/dist/cjs/commands/ListDedicatedIpPoolsCommand.js +0 -62
- package/dist/cjs/commands/ListDedicatedIpPoolsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDeliverabilityTestReportsCommand.js +0 -63
- package/dist/cjs/commands/ListDeliverabilityTestReportsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDomainDeliverabilityCampaignsCommand.js +0 -63
- package/dist/cjs/commands/ListDomainDeliverabilityCampaignsCommand.js.map +0 -1
- package/dist/cjs/commands/ListEmailIdentitiesCommand.js +0 -64
- package/dist/cjs/commands/ListEmailIdentitiesCommand.js.map +0 -1
- package/dist/cjs/commands/ListEmailTemplatesCommand.js +0 -64
- package/dist/cjs/commands/ListEmailTemplatesCommand.js.map +0 -1
- package/dist/cjs/commands/ListImportJobsCommand.js +0 -61
- package/dist/cjs/commands/ListImportJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListSuppressedDestinationsCommand.js +0 -62
- package/dist/cjs/commands/ListSuppressedDestinationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -66
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +0 -61
- package/dist/cjs/commands/PutAccountDedicatedIpWarmupAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/PutAccountDetailsCommand.js +0 -61
- package/dist/cjs/commands/PutAccountDetailsCommand.js.map +0 -1
- package/dist/cjs/commands/PutAccountSendingAttributesCommand.js +0 -61
- package/dist/cjs/commands/PutAccountSendingAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/PutAccountSuppressionAttributesCommand.js +0 -61
- package/dist/cjs/commands/PutAccountSuppressionAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/PutConfigurationSetDeliveryOptionsCommand.js +0 -62
- package/dist/cjs/commands/PutConfigurationSetDeliveryOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/PutConfigurationSetReputationOptionsCommand.js +0 -62
- package/dist/cjs/commands/PutConfigurationSetReputationOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/PutConfigurationSetSendingOptionsCommand.js +0 -62
- package/dist/cjs/commands/PutConfigurationSetSendingOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/PutConfigurationSetSuppressionOptionsCommand.js +0 -61
- package/dist/cjs/commands/PutConfigurationSetSuppressionOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/PutConfigurationSetTrackingOptionsCommand.js +0 -62
- package/dist/cjs/commands/PutConfigurationSetTrackingOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/PutDedicatedIpInPoolCommand.js +0 -70
- package/dist/cjs/commands/PutDedicatedIpInPoolCommand.js.map +0 -1
- package/dist/cjs/commands/PutDedicatedIpWarmupAttributesCommand.js +0 -61
- package/dist/cjs/commands/PutDedicatedIpWarmupAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/PutDeliverabilityDashboardOptionCommand.js +0 -67
- package/dist/cjs/commands/PutDeliverabilityDashboardOptionCommand.js.map +0 -1
- package/dist/cjs/commands/PutEmailIdentityConfigurationSetAttributesCommand.js +0 -61
- package/dist/cjs/commands/PutEmailIdentityConfigurationSetAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/PutEmailIdentityDkimAttributesCommand.js +0 -61
- package/dist/cjs/commands/PutEmailIdentityDkimAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/PutEmailIdentityDkimSigningAttributesCommand.js +0 -80
- package/dist/cjs/commands/PutEmailIdentityDkimSigningAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/PutEmailIdentityFeedbackAttributesCommand.js +0 -70
- package/dist/cjs/commands/PutEmailIdentityFeedbackAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/PutEmailIdentityMailFromAttributesCommand.js +0 -62
- package/dist/cjs/commands/PutEmailIdentityMailFromAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/PutSuppressedDestinationCommand.js +0 -61
- package/dist/cjs/commands/PutSuppressedDestinationCommand.js.map +0 -1
- package/dist/cjs/commands/SendBulkEmailCommand.js +0 -61
- package/dist/cjs/commands/SendBulkEmailCommand.js.map +0 -1
- package/dist/cjs/commands/SendCustomVerificationEmailCommand.js +0 -68
- package/dist/cjs/commands/SendCustomVerificationEmailCommand.js.map +0 -1
- package/dist/cjs/commands/SendEmailCommand.js +0 -84
- package/dist/cjs/commands/SendEmailCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -69
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/TestRenderEmailTemplateCommand.js +0 -64
- package/dist/cjs/commands/TestRenderEmailTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConfigurationSetEventDestinationCommand.js +0 -67
- package/dist/cjs/commands/UpdateConfigurationSetEventDestinationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateContactCommand.js +0 -63
- package/dist/cjs/commands/UpdateContactCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateContactListCommand.js +0 -61
- package/dist/cjs/commands/UpdateContactListCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateCustomVerificationEmailTemplateCommand.js +0 -64
- package/dist/cjs/commands/UpdateCustomVerificationEmailTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateEmailIdentityPolicyCommand.js +0 -73
- package/dist/cjs/commands/UpdateEmailIdentityPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateEmailTemplateCommand.js +0 -64
- package/dist/cjs/commands/UpdateEmailTemplateCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -62
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -101
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2317
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/GetDedicatedIpsPaginator.js +0 -46
- package/dist/cjs/pagination/GetDedicatedIpsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListConfigurationSetsPaginator.js +0 -46
- package/dist/cjs/pagination/ListConfigurationSetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListContactListsPaginator.js +0 -46
- package/dist/cjs/pagination/ListContactListsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListContactsPaginator.js +0 -46
- package/dist/cjs/pagination/ListContactsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListCustomVerificationEmailTemplatesPaginator.js +0 -46
- package/dist/cjs/pagination/ListCustomVerificationEmailTemplatesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDedicatedIpPoolsPaginator.js +0 -46
- package/dist/cjs/pagination/ListDedicatedIpPoolsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDeliverabilityTestReportsPaginator.js +0 -46
- package/dist/cjs/pagination/ListDeliverabilityTestReportsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDomainDeliverabilityCampaignsPaginator.js +0 -46
- package/dist/cjs/pagination/ListDomainDeliverabilityCampaignsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListEmailIdentitiesPaginator.js +0 -46
- package/dist/cjs/pagination/ListEmailIdentitiesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListEmailTemplatesPaginator.js +0 -46
- package/dist/cjs/pagination/ListEmailTemplatesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListImportJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListImportJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSuppressedDestinationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListSuppressedDestinationsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js +0 -9364
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/SESv2.js +0 -1248
- package/dist/es/SESv2.js.map +0 -1
- package/dist/es/SESv2Client.js +0 -65
- package/dist/es/SESv2Client.js.map +0 -1
- package/dist/es/commands/CreateConfigurationSetCommand.js +0 -69
- package/dist/es/commands/CreateConfigurationSetCommand.js.map +0 -1
- package/dist/es/commands/CreateConfigurationSetEventDestinationCommand.js +0 -71
- package/dist/es/commands/CreateConfigurationSetEventDestinationCommand.js.map +0 -1
- package/dist/es/commands/CreateContactCommand.js +0 -66
- package/dist/es/commands/CreateContactCommand.js.map +0 -1
- package/dist/es/commands/CreateContactListCommand.js +0 -65
- package/dist/es/commands/CreateContactListCommand.js.map +0 -1
- package/dist/es/commands/CreateCustomVerificationEmailTemplateCommand.js +0 -68
- package/dist/es/commands/CreateCustomVerificationEmailTemplateCommand.js.map +0 -1
- package/dist/es/commands/CreateDedicatedIpPoolCommand.js +0 -68
- package/dist/es/commands/CreateDedicatedIpPoolCommand.js.map +0 -1
- package/dist/es/commands/CreateDeliverabilityTestReportCommand.js +0 -71
- package/dist/es/commands/CreateDeliverabilityTestReportCommand.js.map +0 -1
- package/dist/es/commands/CreateEmailIdentityCommand.js +0 -90
- package/dist/es/commands/CreateEmailIdentityCommand.js.map +0 -1
- package/dist/es/commands/CreateEmailIdentityPolicyCommand.js +0 -76
- package/dist/es/commands/CreateEmailIdentityPolicyCommand.js.map +0 -1
- package/dist/es/commands/CreateEmailTemplateCommand.js +0 -68
- package/dist/es/commands/CreateEmailTemplateCommand.js.map +0 -1
- package/dist/es/commands/CreateImportJobCommand.js +0 -65
- package/dist/es/commands/CreateImportJobCommand.js.map +0 -1
- package/dist/es/commands/DeleteConfigurationSetCommand.js +0 -70
- package/dist/es/commands/DeleteConfigurationSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteConfigurationSetEventDestinationCommand.js +0 -71
- package/dist/es/commands/DeleteConfigurationSetEventDestinationCommand.js.map +0 -1
- package/dist/es/commands/DeleteContactCommand.js +0 -65
- package/dist/es/commands/DeleteContactCommand.js.map +0 -1
- package/dist/es/commands/DeleteContactListCommand.js +0 -65
- package/dist/es/commands/DeleteContactListCommand.js.map +0 -1
- package/dist/es/commands/DeleteCustomVerificationEmailTemplateCommand.js +0 -68
- package/dist/es/commands/DeleteCustomVerificationEmailTemplateCommand.js.map +0 -1
- package/dist/es/commands/DeleteDedicatedIpPoolCommand.js +0 -65
- package/dist/es/commands/DeleteDedicatedIpPoolCommand.js.map +0 -1
- package/dist/es/commands/DeleteEmailIdentityCommand.js +0 -66
- package/dist/es/commands/DeleteEmailIdentityCommand.js.map +0 -1
- package/dist/es/commands/DeleteEmailIdentityPolicyCommand.js +0 -77
- package/dist/es/commands/DeleteEmailIdentityPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteEmailTemplateCommand.js +0 -67
- package/dist/es/commands/DeleteEmailTemplateCommand.js.map +0 -1
- package/dist/es/commands/DeleteSuppressedDestinationCommand.js +0 -65
- package/dist/es/commands/DeleteSuppressedDestinationCommand.js.map +0 -1
- package/dist/es/commands/GetAccountCommand.js +0 -66
- package/dist/es/commands/GetAccountCommand.js.map +0 -1
- package/dist/es/commands/GetBlacklistReportsCommand.js +0 -65
- package/dist/es/commands/GetBlacklistReportsCommand.js.map +0 -1
- package/dist/es/commands/GetConfigurationSetCommand.js +0 -72
- package/dist/es/commands/GetConfigurationSetCommand.js.map +0 -1
- package/dist/es/commands/GetConfigurationSetEventDestinationsCommand.js +0 -72
- package/dist/es/commands/GetConfigurationSetEventDestinationsCommand.js.map +0 -1
- package/dist/es/commands/GetContactCommand.js +0 -65
- package/dist/es/commands/GetContactCommand.js.map +0 -1
- package/dist/es/commands/GetContactListCommand.js +0 -66
- package/dist/es/commands/GetContactListCommand.js.map +0 -1
- package/dist/es/commands/GetCustomVerificationEmailTemplateCommand.js +0 -69
- package/dist/es/commands/GetCustomVerificationEmailTemplateCommand.js.map +0 -1
- package/dist/es/commands/GetDedicatedIpCommand.js +0 -67
- package/dist/es/commands/GetDedicatedIpCommand.js.map +0 -1
- package/dist/es/commands/GetDedicatedIpsCommand.js +0 -66
- package/dist/es/commands/GetDedicatedIpsCommand.js.map +0 -1
- package/dist/es/commands/GetDeliverabilityDashboardOptionsCommand.js +0 -72
- package/dist/es/commands/GetDeliverabilityDashboardOptionsCommand.js.map +0 -1
- package/dist/es/commands/GetDeliverabilityTestReportCommand.js +0 -65
- package/dist/es/commands/GetDeliverabilityTestReportCommand.js.map +0 -1
- package/dist/es/commands/GetDomainDeliverabilityCampaignCommand.js +0 -67
- package/dist/es/commands/GetDomainDeliverabilityCampaignCommand.js.map +0 -1
- package/dist/es/commands/GetDomainStatisticsReportCommand.js +0 -66
- package/dist/es/commands/GetDomainStatisticsReportCommand.js.map +0 -1
- package/dist/es/commands/GetEmailIdentityCommand.js +0 -67
- package/dist/es/commands/GetEmailIdentityCommand.js.map +0 -1
- package/dist/es/commands/GetEmailIdentityPoliciesCommand.js +0 -76
- package/dist/es/commands/GetEmailIdentityPoliciesCommand.js.map +0 -1
- package/dist/es/commands/GetEmailTemplateCommand.js +0 -68
- package/dist/es/commands/GetEmailTemplateCommand.js.map +0 -1
- package/dist/es/commands/GetImportJobCommand.js +0 -65
- package/dist/es/commands/GetImportJobCommand.js.map +0 -1
- package/dist/es/commands/GetSuppressedDestinationCommand.js +0 -66
- package/dist/es/commands/GetSuppressedDestinationCommand.js.map +0 -1
- package/dist/es/commands/ListConfigurationSetsCommand.js +0 -71
- package/dist/es/commands/ListConfigurationSetsCommand.js.map +0 -1
- package/dist/es/commands/ListContactListsCommand.js +0 -65
- package/dist/es/commands/ListContactListsCommand.js.map +0 -1
- package/dist/es/commands/ListContactsCommand.js +0 -65
- package/dist/es/commands/ListContactsCommand.js.map +0 -1
- package/dist/es/commands/ListCustomVerificationEmailTemplatesCommand.js +0 -69
- package/dist/es/commands/ListCustomVerificationEmailTemplatesCommand.js.map +0 -1
- package/dist/es/commands/ListDedicatedIpPoolsCommand.js +0 -66
- package/dist/es/commands/ListDedicatedIpPoolsCommand.js.map +0 -1
- package/dist/es/commands/ListDeliverabilityTestReportsCommand.js +0 -67
- package/dist/es/commands/ListDeliverabilityTestReportsCommand.js.map +0 -1
- package/dist/es/commands/ListDomainDeliverabilityCampaignsCommand.js +0 -67
- package/dist/es/commands/ListDomainDeliverabilityCampaignsCommand.js.map +0 -1
- package/dist/es/commands/ListEmailIdentitiesCommand.js +0 -68
- package/dist/es/commands/ListEmailIdentitiesCommand.js.map +0 -1
- package/dist/es/commands/ListEmailTemplatesCommand.js +0 -68
- package/dist/es/commands/ListEmailTemplatesCommand.js.map +0 -1
- package/dist/es/commands/ListImportJobsCommand.js +0 -65
- package/dist/es/commands/ListImportJobsCommand.js.map +0 -1
- package/dist/es/commands/ListSuppressedDestinationsCommand.js +0 -66
- package/dist/es/commands/ListSuppressedDestinationsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -70
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +0 -65
- package/dist/es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js.map +0 -1
- package/dist/es/commands/PutAccountDetailsCommand.js +0 -65
- package/dist/es/commands/PutAccountDetailsCommand.js.map +0 -1
- package/dist/es/commands/PutAccountSendingAttributesCommand.js +0 -65
- package/dist/es/commands/PutAccountSendingAttributesCommand.js.map +0 -1
- package/dist/es/commands/PutAccountSuppressionAttributesCommand.js +0 -65
- package/dist/es/commands/PutAccountSuppressionAttributesCommand.js.map +0 -1
- package/dist/es/commands/PutConfigurationSetDeliveryOptionsCommand.js +0 -66
- package/dist/es/commands/PutConfigurationSetDeliveryOptionsCommand.js.map +0 -1
- package/dist/es/commands/PutConfigurationSetReputationOptionsCommand.js +0 -66
- package/dist/es/commands/PutConfigurationSetReputationOptionsCommand.js.map +0 -1
- package/dist/es/commands/PutConfigurationSetSendingOptionsCommand.js +0 -66
- package/dist/es/commands/PutConfigurationSetSendingOptionsCommand.js.map +0 -1
- package/dist/es/commands/PutConfigurationSetSuppressionOptionsCommand.js +0 -65
- package/dist/es/commands/PutConfigurationSetSuppressionOptionsCommand.js.map +0 -1
- package/dist/es/commands/PutConfigurationSetTrackingOptionsCommand.js +0 -66
- package/dist/es/commands/PutConfigurationSetTrackingOptionsCommand.js.map +0 -1
- package/dist/es/commands/PutDedicatedIpInPoolCommand.js +0 -74
- package/dist/es/commands/PutDedicatedIpInPoolCommand.js.map +0 -1
- package/dist/es/commands/PutDedicatedIpWarmupAttributesCommand.js +0 -65
- package/dist/es/commands/PutDedicatedIpWarmupAttributesCommand.js.map +0 -1
- package/dist/es/commands/PutDeliverabilityDashboardOptionCommand.js +0 -71
- package/dist/es/commands/PutDeliverabilityDashboardOptionCommand.js.map +0 -1
- package/dist/es/commands/PutEmailIdentityConfigurationSetAttributesCommand.js +0 -65
- package/dist/es/commands/PutEmailIdentityConfigurationSetAttributesCommand.js.map +0 -1
- package/dist/es/commands/PutEmailIdentityDkimAttributesCommand.js +0 -65
- package/dist/es/commands/PutEmailIdentityDkimAttributesCommand.js.map +0 -1
- package/dist/es/commands/PutEmailIdentityDkimSigningAttributesCommand.js +0 -84
- package/dist/es/commands/PutEmailIdentityDkimSigningAttributesCommand.js.map +0 -1
- package/dist/es/commands/PutEmailIdentityFeedbackAttributesCommand.js +0 -74
- package/dist/es/commands/PutEmailIdentityFeedbackAttributesCommand.js.map +0 -1
- package/dist/es/commands/PutEmailIdentityMailFromAttributesCommand.js +0 -66
- package/dist/es/commands/PutEmailIdentityMailFromAttributesCommand.js.map +0 -1
- package/dist/es/commands/PutSuppressedDestinationCommand.js +0 -65
- package/dist/es/commands/PutSuppressedDestinationCommand.js.map +0 -1
- package/dist/es/commands/SendBulkEmailCommand.js +0 -65
- package/dist/es/commands/SendBulkEmailCommand.js.map +0 -1
- package/dist/es/commands/SendCustomVerificationEmailCommand.js +0 -72
- package/dist/es/commands/SendCustomVerificationEmailCommand.js.map +0 -1
- package/dist/es/commands/SendEmailCommand.js +0 -88
- package/dist/es/commands/SendEmailCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -73
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/TestRenderEmailTemplateCommand.js +0 -68
- package/dist/es/commands/TestRenderEmailTemplateCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -65
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateConfigurationSetEventDestinationCommand.js +0 -71
- package/dist/es/commands/UpdateConfigurationSetEventDestinationCommand.js.map +0 -1
- package/dist/es/commands/UpdateContactCommand.js +0 -67
- package/dist/es/commands/UpdateContactCommand.js.map +0 -1
- package/dist/es/commands/UpdateContactListCommand.js +0 -65
- package/dist/es/commands/UpdateContactListCommand.js.map +0 -1
- package/dist/es/commands/UpdateCustomVerificationEmailTemplateCommand.js +0 -68
- package/dist/es/commands/UpdateCustomVerificationEmailTemplateCommand.js.map +0 -1
- package/dist/es/commands/UpdateEmailIdentityPolicyCommand.js +0 -77
- package/dist/es/commands/UpdateEmailIdentityPolicyCommand.js.map +0 -1
- package/dist/es/commands/UpdateEmailTemplateCommand.js +0 -68
- package/dist/es/commands/UpdateEmailTemplateCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -58
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -98
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1822
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/GetDedicatedIpsPaginator.js +0 -87
- package/dist/es/pagination/GetDedicatedIpsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListConfigurationSetsPaginator.js +0 -87
- package/dist/es/pagination/ListConfigurationSetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListContactListsPaginator.js +0 -87
- package/dist/es/pagination/ListContactListsPaginator.js.map +0 -1
- package/dist/es/pagination/ListContactsPaginator.js +0 -87
- package/dist/es/pagination/ListContactsPaginator.js.map +0 -1
- package/dist/es/pagination/ListCustomVerificationEmailTemplatesPaginator.js +0 -87
- package/dist/es/pagination/ListCustomVerificationEmailTemplatesPaginator.js.map +0 -1
- package/dist/es/pagination/ListDedicatedIpPoolsPaginator.js +0 -87
- package/dist/es/pagination/ListDedicatedIpPoolsPaginator.js.map +0 -1
- package/dist/es/pagination/ListDeliverabilityTestReportsPaginator.js +0 -87
- package/dist/es/pagination/ListDeliverabilityTestReportsPaginator.js.map +0 -1
- package/dist/es/pagination/ListDomainDeliverabilityCampaignsPaginator.js +0 -87
- package/dist/es/pagination/ListDomainDeliverabilityCampaignsPaginator.js.map +0 -1
- package/dist/es/pagination/ListEmailIdentitiesPaginator.js +0 -87
- package/dist/es/pagination/ListEmailIdentitiesPaginator.js.map +0 -1
- package/dist/es/pagination/ListEmailTemplatesPaginator.js +0 -87
- package/dist/es/pagination/ListEmailTemplatesPaginator.js.map +0 -1
- package/dist/es/pagination/ListImportJobsPaginator.js +0 -87
- package/dist/es/pagination/ListImportJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListSuppressedDestinationsPaginator.js +0 -87
- package/dist/es/pagination/ListSuppressedDestinationsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js +0 -10540
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/SESv2.d.ts +0 -876
- package/dist/types/SESv2Client.d.ts +0 -232
- package/dist/types/commands/CreateConfigurationSetCommand.d.ts +0 -39
- package/dist/types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +0 -41
- package/dist/types/commands/CreateContactCommand.d.ts +0 -36
- package/dist/types/commands/CreateContactListCommand.d.ts +0 -35
- package/dist/types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +0 -38
- package/dist/types/commands/CreateDedicatedIpPoolCommand.d.ts +0 -38
- package/dist/types/commands/CreateDeliverabilityTestReportCommand.d.ts +0 -41
- package/dist/types/commands/CreateEmailIdentityCommand.d.ts +0 -60
- package/dist/types/commands/CreateEmailIdentityPolicyCommand.d.ts +0 -46
- package/dist/types/commands/CreateEmailTemplateCommand.d.ts +0 -38
- package/dist/types/commands/CreateImportJobCommand.d.ts +0 -35
- package/dist/types/commands/DeleteConfigurationSetCommand.d.ts +0 -40
- package/dist/types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +0 -41
- package/dist/types/commands/DeleteContactCommand.d.ts +0 -35
- package/dist/types/commands/DeleteContactListCommand.d.ts +0 -35
- package/dist/types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +0 -38
- package/dist/types/commands/DeleteDedicatedIpPoolCommand.d.ts +0 -35
- package/dist/types/commands/DeleteEmailIdentityCommand.d.ts +0 -36
- package/dist/types/commands/DeleteEmailIdentityPolicyCommand.d.ts +0 -47
- package/dist/types/commands/DeleteEmailTemplateCommand.d.ts +0 -37
- package/dist/types/commands/DeleteSuppressedDestinationCommand.d.ts +0 -35
- package/dist/types/commands/GetAccountCommand.d.ts +0 -36
- package/dist/types/commands/GetBlacklistReportsCommand.d.ts +0 -35
- package/dist/types/commands/GetConfigurationSetCommand.d.ts +0 -42
- package/dist/types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +0 -42
- package/dist/types/commands/GetContactCommand.d.ts +0 -35
- package/dist/types/commands/GetContactListCommand.d.ts +0 -36
- package/dist/types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +0 -39
- package/dist/types/commands/GetDedicatedIpCommand.d.ts +0 -37
- package/dist/types/commands/GetDedicatedIpsCommand.d.ts +0 -36
- package/dist/types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +0 -42
- package/dist/types/commands/GetDeliverabilityTestReportCommand.d.ts +0 -35
- package/dist/types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +0 -37
- package/dist/types/commands/GetDomainStatisticsReportCommand.d.ts +0 -36
- package/dist/types/commands/GetEmailIdentityCommand.d.ts +0 -37
- package/dist/types/commands/GetEmailIdentityPoliciesCommand.d.ts +0 -46
- package/dist/types/commands/GetEmailTemplateCommand.d.ts +0 -38
- package/dist/types/commands/GetImportJobCommand.d.ts +0 -35
- package/dist/types/commands/GetSuppressedDestinationCommand.d.ts +0 -36
- package/dist/types/commands/ListConfigurationSetsCommand.d.ts +0 -41
- package/dist/types/commands/ListContactListsCommand.d.ts +0 -35
- package/dist/types/commands/ListContactsCommand.d.ts +0 -35
- package/dist/types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +0 -39
- package/dist/types/commands/ListDedicatedIpPoolsCommand.d.ts +0 -36
- package/dist/types/commands/ListDeliverabilityTestReportsCommand.d.ts +0 -37
- package/dist/types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +0 -37
- package/dist/types/commands/ListEmailIdentitiesCommand.d.ts +0 -38
- package/dist/types/commands/ListEmailTemplatesCommand.d.ts +0 -38
- package/dist/types/commands/ListImportJobsCommand.d.ts +0 -35
- package/dist/types/commands/ListSuppressedDestinationsCommand.d.ts +0 -36
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -40
- package/dist/types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +0 -35
- package/dist/types/commands/PutAccountDetailsCommand.d.ts +0 -35
- package/dist/types/commands/PutAccountSendingAttributesCommand.d.ts +0 -35
- package/dist/types/commands/PutAccountSuppressionAttributesCommand.d.ts +0 -35
- package/dist/types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +0 -36
- package/dist/types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +0 -36
- package/dist/types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +0 -36
- package/dist/types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +0 -35
- package/dist/types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +0 -36
- package/dist/types/commands/PutDedicatedIpInPoolCommand.d.ts +0 -44
- package/dist/types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +0 -35
- package/dist/types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +0 -41
- package/dist/types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +0 -35
- package/dist/types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +0 -35
- package/dist/types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +0 -54
- package/dist/types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +0 -44
- package/dist/types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +0 -36
- package/dist/types/commands/PutSuppressedDestinationCommand.d.ts +0 -35
- package/dist/types/commands/SendBulkEmailCommand.d.ts +0 -35
- package/dist/types/commands/SendCustomVerificationEmailCommand.d.ts +0 -42
- package/dist/types/commands/SendEmailCommand.d.ts +0 -58
- package/dist/types/commands/TagResourceCommand.d.ts +0 -43
- package/dist/types/commands/TestRenderEmailTemplateCommand.d.ts +0 -38
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +0 -41
- package/dist/types/commands/UpdateContactCommand.d.ts +0 -37
- package/dist/types/commands/UpdateContactListCommand.d.ts +0 -35
- package/dist/types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +0 -38
- package/dist/types/commands/UpdateEmailIdentityPolicyCommand.d.ts +0 -47
- package/dist/types/commands/UpdateEmailTemplateCommand.d.ts +0 -38
- package/dist/types/models/models_0.d.ts +0 -5898
- package/dist/types/pagination/GetDedicatedIpsPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListConfigurationSetsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListContactListsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListContactsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListDedicatedIpPoolsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListDeliverabilityTestReportsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListEmailIdentitiesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListEmailTemplatesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListImportJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListSuppressedDestinationsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -245
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/SESv2.d.ts +0 -876
- package/dist/types/ts3.4/SESv2Client.d.ts +0 -232
- package/dist/types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CreateContactCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateContactListCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +0 -60
- package/dist/types/ts3.4/commands/CreateEmailIdentityPolicyCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateImportJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteContactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteContactListCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteEmailIdentityPolicyCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteSuppressedDestinationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAccountCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetConfigurationSetCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/GetContactCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetContactListCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/GetDedicatedIpCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetEmailIdentityCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetEmailIdentityPoliciesCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/GetEmailTemplateCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetImportJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetSuppressedDestinationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListContactListsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListContactsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListEmailTemplatesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListImportJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListSuppressedDestinationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutAccountDetailsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutAccountSuppressionAttributesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PutSuppressedDestinationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/SendBulkEmailCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/SendEmailCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/TestRenderEmailTemplateCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/UpdateContactCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateContactListCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/UpdateEmailIdentityPolicyCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +0 -38
- package/dist/types/ts3.4/models/models_0.d.ts +0 -5898
- package/dist/types/ts3.4/pagination/GetDedicatedIpsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListConfigurationSetsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListContactListsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListContactsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListDedicatedIpPoolsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListDeliverabilityTestReportsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListEmailIdentitiesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListEmailTemplatesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListImportJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListSuppressedDestinationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -245
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/endpoints.ts +0 -62
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -7150
- package/pagination/GetDedicatedIpsPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListConfigurationSetsPaginator.ts +0 -58
- package/pagination/ListContactListsPaginator.ts +0 -58
- package/pagination/ListContactsPaginator.ts +0 -58
- package/pagination/ListCustomVerificationEmailTemplatesPaginator.ts +0 -58
- package/pagination/ListDedicatedIpPoolsPaginator.ts +0 -58
- package/pagination/ListDeliverabilityTestReportsPaginator.ts +0 -58
- package/pagination/ListDomainDeliverabilityCampaignsPaginator.ts +0 -58
- package/pagination/ListEmailIdentitiesPaginator.ts +0 -58
- package/pagination/ListEmailTemplatesPaginator.ts +0 -58
- package/pagination/ListImportJobsPaginator.ts +0 -58
- package/pagination/ListSuppressedDestinationsPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -10897
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -0,0 +1,2321 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EventDestinationDefinition = exports.SnsDestination = exports.PinpointDestination = exports.EventType = exports.KinesisFirehoseDestination = exports.TooManyRequestsException = exports.NotFoundException = exports.LimitExceededException = exports.CreateConfigurationSetResponse = exports.CreateConfigurationSetRequest = exports.TrackingOptions = exports.Tag = exports.SuppressionOptions = exports.SuppressionListReason = exports.SendingOptions = exports.ReputationOptions = exports.DeliveryOptions = exports.TlsPolicy = exports.ContactListDestination = exports.ContactListImportAction = exports.ContactList = exports.Contact = exports.TopicPreference = exports.SubscriptionStatus = exports.ConflictException = exports.ConcurrentModificationException = exports.CloudWatchDestination = exports.CloudWatchDimensionConfiguration = exports.DimensionValueSource = exports.BulkEmailEntryResult = exports.BulkEmailStatus = exports.BulkEmailEntry = exports.MessageTag = exports.ReplacementEmailContent = exports.ReplacementTemplate = exports.Destination = exports.BulkEmailContent = exports.Template = exports.Body = exports.Content = exports.BlacklistEntry = exports.BehaviorOnMxFailure = exports.BadRequestException = exports.AlreadyExistsException = exports.AccountSuspendedException = exports.AccountDetails = exports.ReviewDetails = exports.ReviewStatus = exports.MailType = exports.ContactLanguage = void 0;
|
|
4
|
+
exports.DeleteConfigurationSetEventDestinationResponse = exports.DeleteConfigurationSetEventDestinationRequest = exports.DeleteConfigurationSetResponse = exports.DeleteConfigurationSetRequest = exports.DedicatedIp = exports.WarmupStatus = exports.DailyVolume = exports.VolumeStatistics = exports.DomainIspPlacement = exports.CustomVerificationEmailTemplateMetadata = exports.CreateImportJobResponse = exports.CreateImportJobRequest = exports.ImportDestination = exports.SuppressionListDestination = exports.SuppressionListImportAction = exports.ImportDataSource = exports.DataFormat = exports.CreateEmailTemplateResponse = exports.CreateEmailTemplateRequest = exports.EmailTemplateContent = exports.CreateEmailIdentityPolicyResponse = exports.CreateEmailIdentityPolicyRequest = exports.CreateEmailIdentityResponse = exports.IdentityType = exports.DkimAttributes = exports.DkimStatus = exports.DkimSigningAttributesOrigin = exports.CreateEmailIdentityRequest = exports.DkimSigningAttributes = exports.DkimSigningKeyLength = exports.SendingPausedException = exports.MessageRejected = exports.MailFromDomainNotVerifiedException = exports.CreateDeliverabilityTestReportResponse = exports.DeliverabilityTestStatus = exports.CreateDeliverabilityTestReportRequest = exports.EmailContent = exports.Message = exports.RawMessage = exports.CreateDedicatedIpPoolResponse = exports.CreateDedicatedIpPoolRequest = exports.CreateCustomVerificationEmailTemplateResponse = exports.CreateCustomVerificationEmailTemplateRequest = exports.CreateContactListResponse = exports.CreateContactListRequest = exports.Topic = exports.CreateContactResponse = exports.CreateContactRequest = exports.CreateConfigurationSetEventDestinationResponse = exports.CreateConfigurationSetEventDestinationRequest = void 0;
|
|
5
|
+
exports.GetDeliverabilityTestReportResponse = exports.IspPlacement = exports.PlacementStatistics = exports.GetDeliverabilityTestReportRequest = exports.GetDeliverabilityDashboardOptionsResponse = exports.GetDeliverabilityDashboardOptionsRequest = exports.GetDedicatedIpsResponse = exports.GetDedicatedIpsRequest = exports.GetDedicatedIpResponse = exports.GetDedicatedIpRequest = exports.GetCustomVerificationEmailTemplateResponse = exports.GetCustomVerificationEmailTemplateRequest = exports.GetContactListResponse = exports.GetContactListRequest = exports.GetContactResponse = exports.GetContactRequest = exports.GetConfigurationSetEventDestinationsResponse = exports.GetConfigurationSetEventDestinationsRequest = exports.GetConfigurationSetResponse = exports.GetConfigurationSetRequest = exports.GetBlacklistReportsResponse = exports.GetBlacklistReportsRequest = exports.GetAccountResponse = exports.SuppressionAttributes = exports.SendQuota = exports.GetAccountRequest = exports.FailureInfo = exports.EventDestination = exports.EmailTemplateMetadata = exports.DomainDeliverabilityTrackingOption = exports.InboxPlacementTrackingOption = exports.DomainDeliverabilityCampaign = exports.DeliverabilityTestReport = exports.DeliverabilityDashboardAccountStatus = exports.DeleteSuppressedDestinationResponse = exports.DeleteSuppressedDestinationRequest = exports.DeleteEmailTemplateResponse = exports.DeleteEmailTemplateRequest = exports.DeleteEmailIdentityPolicyResponse = exports.DeleteEmailIdentityPolicyRequest = exports.DeleteEmailIdentityResponse = exports.DeleteEmailIdentityRequest = exports.DeleteDedicatedIpPoolResponse = exports.DeleteDedicatedIpPoolRequest = exports.DeleteCustomVerificationEmailTemplateResponse = exports.DeleteCustomVerificationEmailTemplateRequest = exports.DeleteContactListResponse = exports.DeleteContactListRequest = exports.DeleteContactResponse = exports.DeleteContactRequest = void 0;
|
|
6
|
+
exports.ListSuppressedDestinationsResponse = exports.SuppressedDestinationSummary = exports.ListSuppressedDestinationsRequest = exports.ListManagementOptions = exports.ListImportJobsResponse = exports.ListImportJobsRequest = exports.ListEmailTemplatesResponse = exports.ListEmailTemplatesRequest = exports.ListEmailIdentitiesResponse = exports.ListEmailIdentitiesRequest = exports.ListDomainDeliverabilityCampaignsResponse = exports.ListDomainDeliverabilityCampaignsRequest = exports.ListDeliverabilityTestReportsResponse = exports.ListDeliverabilityTestReportsRequest = exports.ListDedicatedIpPoolsResponse = exports.ListDedicatedIpPoolsRequest = exports.ListCustomVerificationEmailTemplatesResponse = exports.ListCustomVerificationEmailTemplatesRequest = exports.ListContactsResponse = exports.ListContactsRequest = exports.ListContactsFilter = exports.TopicFilter = exports.ListContactListsResponse = exports.ListContactListsRequest = exports.ListConfigurationSetsResponse = exports.ListConfigurationSetsRequest = exports.InvalidNextTokenException = exports.ImportJobSummary = exports.ImportDestinationType = exports.IdentityInfo = exports.GetSuppressedDestinationResponse = exports.SuppressedDestination = exports.SuppressedDestinationAttributes = exports.GetSuppressedDestinationRequest = exports.GetImportJobResponse = exports.JobStatus = exports.GetImportJobRequest = exports.GetEmailTemplateResponse = exports.GetEmailTemplateRequest = exports.GetEmailIdentityPoliciesResponse = exports.GetEmailIdentityPoliciesRequest = exports.GetEmailIdentityResponse = exports.MailFromAttributes = exports.MailFromDomainStatus = exports.GetEmailIdentityRequest = exports.GetDomainStatisticsReportResponse = exports.OverallVolume = exports.GetDomainStatisticsReportRequest = exports.GetDomainDeliverabilityCampaignResponse = exports.GetDomainDeliverabilityCampaignRequest = void 0;
|
|
7
|
+
exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TestRenderEmailTemplateResponse = exports.TestRenderEmailTemplateRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.SendEmailResponse = exports.SendEmailRequest = exports.SendCustomVerificationEmailResponse = exports.SendCustomVerificationEmailRequest = exports.SendBulkEmailResponse = exports.SendBulkEmailRequest = exports.PutSuppressedDestinationResponse = exports.PutSuppressedDestinationRequest = exports.PutEmailIdentityMailFromAttributesResponse = exports.PutEmailIdentityMailFromAttributesRequest = exports.PutEmailIdentityFeedbackAttributesResponse = exports.PutEmailIdentityFeedbackAttributesRequest = exports.PutEmailIdentityDkimSigningAttributesResponse = exports.PutEmailIdentityDkimSigningAttributesRequest = exports.PutEmailIdentityDkimAttributesResponse = exports.PutEmailIdentityDkimAttributesRequest = exports.PutEmailIdentityConfigurationSetAttributesResponse = exports.PutEmailIdentityConfigurationSetAttributesRequest = exports.PutDeliverabilityDashboardOptionResponse = exports.PutDeliverabilityDashboardOptionRequest = exports.PutDedicatedIpWarmupAttributesResponse = exports.PutDedicatedIpWarmupAttributesRequest = exports.PutDedicatedIpInPoolResponse = exports.PutDedicatedIpInPoolRequest = exports.PutConfigurationSetTrackingOptionsResponse = exports.PutConfigurationSetTrackingOptionsRequest = exports.PutConfigurationSetSuppressionOptionsResponse = exports.PutConfigurationSetSuppressionOptionsRequest = exports.PutConfigurationSetSendingOptionsResponse = exports.PutConfigurationSetSendingOptionsRequest = exports.PutConfigurationSetReputationOptionsResponse = exports.PutConfigurationSetReputationOptionsRequest = exports.PutConfigurationSetDeliveryOptionsResponse = exports.PutConfigurationSetDeliveryOptionsRequest = exports.PutAccountSuppressionAttributesResponse = exports.PutAccountSuppressionAttributesRequest = exports.PutAccountSendingAttributesResponse = exports.PutAccountSendingAttributesRequest = exports.PutAccountDetailsResponse = exports.PutAccountDetailsRequest = exports.PutAccountDedicatedIpWarmupAttributesResponse = exports.PutAccountDedicatedIpWarmupAttributesRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = void 0;
|
|
8
|
+
exports.UpdateEmailTemplateResponse = exports.UpdateEmailTemplateRequest = exports.UpdateEmailIdentityPolicyResponse = exports.UpdateEmailIdentityPolicyRequest = exports.UpdateCustomVerificationEmailTemplateResponse = exports.UpdateCustomVerificationEmailTemplateRequest = exports.UpdateContactListResponse = exports.UpdateContactListRequest = exports.UpdateContactResponse = exports.UpdateContactRequest = exports.UpdateConfigurationSetEventDestinationResponse = exports.UpdateConfigurationSetEventDestinationRequest = void 0;
|
|
9
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
10
|
+
var ContactLanguage;
|
|
11
|
+
(function (ContactLanguage) {
|
|
12
|
+
ContactLanguage["EN"] = "EN";
|
|
13
|
+
ContactLanguage["JA"] = "JA";
|
|
14
|
+
})(ContactLanguage = exports.ContactLanguage || (exports.ContactLanguage = {}));
|
|
15
|
+
var MailType;
|
|
16
|
+
(function (MailType) {
|
|
17
|
+
MailType["MARKETING"] = "MARKETING";
|
|
18
|
+
MailType["TRANSACTIONAL"] = "TRANSACTIONAL";
|
|
19
|
+
})(MailType = exports.MailType || (exports.MailType = {}));
|
|
20
|
+
var ReviewStatus;
|
|
21
|
+
(function (ReviewStatus) {
|
|
22
|
+
ReviewStatus["DENIED"] = "DENIED";
|
|
23
|
+
ReviewStatus["FAILED"] = "FAILED";
|
|
24
|
+
ReviewStatus["GRANTED"] = "GRANTED";
|
|
25
|
+
ReviewStatus["PENDING"] = "PENDING";
|
|
26
|
+
})(ReviewStatus = exports.ReviewStatus || (exports.ReviewStatus = {}));
|
|
27
|
+
var ReviewDetails;
|
|
28
|
+
(function (ReviewDetails) {
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
ReviewDetails.filterSensitiveLog = (obj) => ({
|
|
33
|
+
...obj,
|
|
34
|
+
});
|
|
35
|
+
})(ReviewDetails = exports.ReviewDetails || (exports.ReviewDetails = {}));
|
|
36
|
+
var AccountDetails;
|
|
37
|
+
(function (AccountDetails) {
|
|
38
|
+
/**
|
|
39
|
+
* @internal
|
|
40
|
+
*/
|
|
41
|
+
AccountDetails.filterSensitiveLog = (obj) => ({
|
|
42
|
+
...obj,
|
|
43
|
+
...(obj.WebsiteURL && { WebsiteURL: smithy_client_1.SENSITIVE_STRING }),
|
|
44
|
+
...(obj.UseCaseDescription && { UseCaseDescription: smithy_client_1.SENSITIVE_STRING }),
|
|
45
|
+
...(obj.AdditionalContactEmailAddresses && { AdditionalContactEmailAddresses: smithy_client_1.SENSITIVE_STRING }),
|
|
46
|
+
});
|
|
47
|
+
})(AccountDetails = exports.AccountDetails || (exports.AccountDetails = {}));
|
|
48
|
+
var AccountSuspendedException;
|
|
49
|
+
(function (AccountSuspendedException) {
|
|
50
|
+
/**
|
|
51
|
+
* @internal
|
|
52
|
+
*/
|
|
53
|
+
AccountSuspendedException.filterSensitiveLog = (obj) => ({
|
|
54
|
+
...obj,
|
|
55
|
+
});
|
|
56
|
+
})(AccountSuspendedException = exports.AccountSuspendedException || (exports.AccountSuspendedException = {}));
|
|
57
|
+
var AlreadyExistsException;
|
|
58
|
+
(function (AlreadyExistsException) {
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
62
|
+
AlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
63
|
+
...obj,
|
|
64
|
+
});
|
|
65
|
+
})(AlreadyExistsException = exports.AlreadyExistsException || (exports.AlreadyExistsException = {}));
|
|
66
|
+
var BadRequestException;
|
|
67
|
+
(function (BadRequestException) {
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
71
|
+
BadRequestException.filterSensitiveLog = (obj) => ({
|
|
72
|
+
...obj,
|
|
73
|
+
});
|
|
74
|
+
})(BadRequestException = exports.BadRequestException || (exports.BadRequestException = {}));
|
|
75
|
+
var BehaviorOnMxFailure;
|
|
76
|
+
(function (BehaviorOnMxFailure) {
|
|
77
|
+
BehaviorOnMxFailure["REJECT_MESSAGE"] = "REJECT_MESSAGE";
|
|
78
|
+
BehaviorOnMxFailure["USE_DEFAULT_VALUE"] = "USE_DEFAULT_VALUE";
|
|
79
|
+
})(BehaviorOnMxFailure = exports.BehaviorOnMxFailure || (exports.BehaviorOnMxFailure = {}));
|
|
80
|
+
var BlacklistEntry;
|
|
81
|
+
(function (BlacklistEntry) {
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
85
|
+
BlacklistEntry.filterSensitiveLog = (obj) => ({
|
|
86
|
+
...obj,
|
|
87
|
+
});
|
|
88
|
+
})(BlacklistEntry = exports.BlacklistEntry || (exports.BlacklistEntry = {}));
|
|
89
|
+
var Content;
|
|
90
|
+
(function (Content) {
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
94
|
+
Content.filterSensitiveLog = (obj) => ({
|
|
95
|
+
...obj,
|
|
96
|
+
});
|
|
97
|
+
})(Content = exports.Content || (exports.Content = {}));
|
|
98
|
+
var Body;
|
|
99
|
+
(function (Body) {
|
|
100
|
+
/**
|
|
101
|
+
* @internal
|
|
102
|
+
*/
|
|
103
|
+
Body.filterSensitiveLog = (obj) => ({
|
|
104
|
+
...obj,
|
|
105
|
+
});
|
|
106
|
+
})(Body = exports.Body || (exports.Body = {}));
|
|
107
|
+
var Template;
|
|
108
|
+
(function (Template) {
|
|
109
|
+
/**
|
|
110
|
+
* @internal
|
|
111
|
+
*/
|
|
112
|
+
Template.filterSensitiveLog = (obj) => ({
|
|
113
|
+
...obj,
|
|
114
|
+
});
|
|
115
|
+
})(Template = exports.Template || (exports.Template = {}));
|
|
116
|
+
var BulkEmailContent;
|
|
117
|
+
(function (BulkEmailContent) {
|
|
118
|
+
/**
|
|
119
|
+
* @internal
|
|
120
|
+
*/
|
|
121
|
+
BulkEmailContent.filterSensitiveLog = (obj) => ({
|
|
122
|
+
...obj,
|
|
123
|
+
});
|
|
124
|
+
})(BulkEmailContent = exports.BulkEmailContent || (exports.BulkEmailContent = {}));
|
|
125
|
+
var Destination;
|
|
126
|
+
(function (Destination) {
|
|
127
|
+
/**
|
|
128
|
+
* @internal
|
|
129
|
+
*/
|
|
130
|
+
Destination.filterSensitiveLog = (obj) => ({
|
|
131
|
+
...obj,
|
|
132
|
+
});
|
|
133
|
+
})(Destination = exports.Destination || (exports.Destination = {}));
|
|
134
|
+
var ReplacementTemplate;
|
|
135
|
+
(function (ReplacementTemplate) {
|
|
136
|
+
/**
|
|
137
|
+
* @internal
|
|
138
|
+
*/
|
|
139
|
+
ReplacementTemplate.filterSensitiveLog = (obj) => ({
|
|
140
|
+
...obj,
|
|
141
|
+
});
|
|
142
|
+
})(ReplacementTemplate = exports.ReplacementTemplate || (exports.ReplacementTemplate = {}));
|
|
143
|
+
var ReplacementEmailContent;
|
|
144
|
+
(function (ReplacementEmailContent) {
|
|
145
|
+
/**
|
|
146
|
+
* @internal
|
|
147
|
+
*/
|
|
148
|
+
ReplacementEmailContent.filterSensitiveLog = (obj) => ({
|
|
149
|
+
...obj,
|
|
150
|
+
});
|
|
151
|
+
})(ReplacementEmailContent = exports.ReplacementEmailContent || (exports.ReplacementEmailContent = {}));
|
|
152
|
+
var MessageTag;
|
|
153
|
+
(function (MessageTag) {
|
|
154
|
+
/**
|
|
155
|
+
* @internal
|
|
156
|
+
*/
|
|
157
|
+
MessageTag.filterSensitiveLog = (obj) => ({
|
|
158
|
+
...obj,
|
|
159
|
+
});
|
|
160
|
+
})(MessageTag = exports.MessageTag || (exports.MessageTag = {}));
|
|
161
|
+
var BulkEmailEntry;
|
|
162
|
+
(function (BulkEmailEntry) {
|
|
163
|
+
/**
|
|
164
|
+
* @internal
|
|
165
|
+
*/
|
|
166
|
+
BulkEmailEntry.filterSensitiveLog = (obj) => ({
|
|
167
|
+
...obj,
|
|
168
|
+
});
|
|
169
|
+
})(BulkEmailEntry = exports.BulkEmailEntry || (exports.BulkEmailEntry = {}));
|
|
170
|
+
var BulkEmailStatus;
|
|
171
|
+
(function (BulkEmailStatus) {
|
|
172
|
+
BulkEmailStatus["ACCOUNT_DAILY_QUOTA_EXCEEDED"] = "ACCOUNT_DAILY_QUOTA_EXCEEDED";
|
|
173
|
+
BulkEmailStatus["ACCOUNT_SENDING_PAUSED"] = "ACCOUNT_SENDING_PAUSED";
|
|
174
|
+
BulkEmailStatus["ACCOUNT_SUSPENDED"] = "ACCOUNT_SUSPENDED";
|
|
175
|
+
BulkEmailStatus["ACCOUNT_THROTTLED"] = "ACCOUNT_THROTTLED";
|
|
176
|
+
BulkEmailStatus["CONFIGURATION_SET_NOT_FOUND"] = "CONFIGURATION_SET_NOT_FOUND";
|
|
177
|
+
BulkEmailStatus["CONFIGURATION_SET_SENDING_PAUSED"] = "CONFIGURATION_SET_SENDING_PAUSED";
|
|
178
|
+
BulkEmailStatus["FAILED"] = "FAILED";
|
|
179
|
+
BulkEmailStatus["INVALID_PARAMETER"] = "INVALID_PARAMETER";
|
|
180
|
+
BulkEmailStatus["INVALID_SENDING_POOL_NAME"] = "INVALID_SENDING_POOL_NAME";
|
|
181
|
+
BulkEmailStatus["MAIL_FROM_DOMAIN_NOT_VERIFIED"] = "MAIL_FROM_DOMAIN_NOT_VERIFIED";
|
|
182
|
+
BulkEmailStatus["MESSAGE_REJECTED"] = "MESSAGE_REJECTED";
|
|
183
|
+
BulkEmailStatus["SUCCESS"] = "SUCCESS";
|
|
184
|
+
BulkEmailStatus["TEMPLATE_NOT_FOUND"] = "TEMPLATE_NOT_FOUND";
|
|
185
|
+
BulkEmailStatus["TRANSIENT_FAILURE"] = "TRANSIENT_FAILURE";
|
|
186
|
+
})(BulkEmailStatus = exports.BulkEmailStatus || (exports.BulkEmailStatus = {}));
|
|
187
|
+
var BulkEmailEntryResult;
|
|
188
|
+
(function (BulkEmailEntryResult) {
|
|
189
|
+
/**
|
|
190
|
+
* @internal
|
|
191
|
+
*/
|
|
192
|
+
BulkEmailEntryResult.filterSensitiveLog = (obj) => ({
|
|
193
|
+
...obj,
|
|
194
|
+
});
|
|
195
|
+
})(BulkEmailEntryResult = exports.BulkEmailEntryResult || (exports.BulkEmailEntryResult = {}));
|
|
196
|
+
var DimensionValueSource;
|
|
197
|
+
(function (DimensionValueSource) {
|
|
198
|
+
DimensionValueSource["EMAIL_HEADER"] = "EMAIL_HEADER";
|
|
199
|
+
DimensionValueSource["LINK_TAG"] = "LINK_TAG";
|
|
200
|
+
DimensionValueSource["MESSAGE_TAG"] = "MESSAGE_TAG";
|
|
201
|
+
})(DimensionValueSource = exports.DimensionValueSource || (exports.DimensionValueSource = {}));
|
|
202
|
+
var CloudWatchDimensionConfiguration;
|
|
203
|
+
(function (CloudWatchDimensionConfiguration) {
|
|
204
|
+
/**
|
|
205
|
+
* @internal
|
|
206
|
+
*/
|
|
207
|
+
CloudWatchDimensionConfiguration.filterSensitiveLog = (obj) => ({
|
|
208
|
+
...obj,
|
|
209
|
+
});
|
|
210
|
+
})(CloudWatchDimensionConfiguration = exports.CloudWatchDimensionConfiguration || (exports.CloudWatchDimensionConfiguration = {}));
|
|
211
|
+
var CloudWatchDestination;
|
|
212
|
+
(function (CloudWatchDestination) {
|
|
213
|
+
/**
|
|
214
|
+
* @internal
|
|
215
|
+
*/
|
|
216
|
+
CloudWatchDestination.filterSensitiveLog = (obj) => ({
|
|
217
|
+
...obj,
|
|
218
|
+
});
|
|
219
|
+
})(CloudWatchDestination = exports.CloudWatchDestination || (exports.CloudWatchDestination = {}));
|
|
220
|
+
var ConcurrentModificationException;
|
|
221
|
+
(function (ConcurrentModificationException) {
|
|
222
|
+
/**
|
|
223
|
+
* @internal
|
|
224
|
+
*/
|
|
225
|
+
ConcurrentModificationException.filterSensitiveLog = (obj) => ({
|
|
226
|
+
...obj,
|
|
227
|
+
});
|
|
228
|
+
})(ConcurrentModificationException = exports.ConcurrentModificationException || (exports.ConcurrentModificationException = {}));
|
|
229
|
+
var ConflictException;
|
|
230
|
+
(function (ConflictException) {
|
|
231
|
+
/**
|
|
232
|
+
* @internal
|
|
233
|
+
*/
|
|
234
|
+
ConflictException.filterSensitiveLog = (obj) => ({
|
|
235
|
+
...obj,
|
|
236
|
+
});
|
|
237
|
+
})(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
|
|
238
|
+
var SubscriptionStatus;
|
|
239
|
+
(function (SubscriptionStatus) {
|
|
240
|
+
SubscriptionStatus["OPT_IN"] = "OPT_IN";
|
|
241
|
+
SubscriptionStatus["OPT_OUT"] = "OPT_OUT";
|
|
242
|
+
})(SubscriptionStatus = exports.SubscriptionStatus || (exports.SubscriptionStatus = {}));
|
|
243
|
+
var TopicPreference;
|
|
244
|
+
(function (TopicPreference) {
|
|
245
|
+
/**
|
|
246
|
+
* @internal
|
|
247
|
+
*/
|
|
248
|
+
TopicPreference.filterSensitiveLog = (obj) => ({
|
|
249
|
+
...obj,
|
|
250
|
+
});
|
|
251
|
+
})(TopicPreference = exports.TopicPreference || (exports.TopicPreference = {}));
|
|
252
|
+
var Contact;
|
|
253
|
+
(function (Contact) {
|
|
254
|
+
/**
|
|
255
|
+
* @internal
|
|
256
|
+
*/
|
|
257
|
+
Contact.filterSensitiveLog = (obj) => ({
|
|
258
|
+
...obj,
|
|
259
|
+
});
|
|
260
|
+
})(Contact = exports.Contact || (exports.Contact = {}));
|
|
261
|
+
var ContactList;
|
|
262
|
+
(function (ContactList) {
|
|
263
|
+
/**
|
|
264
|
+
* @internal
|
|
265
|
+
*/
|
|
266
|
+
ContactList.filterSensitiveLog = (obj) => ({
|
|
267
|
+
...obj,
|
|
268
|
+
});
|
|
269
|
+
})(ContactList = exports.ContactList || (exports.ContactList = {}));
|
|
270
|
+
var ContactListImportAction;
|
|
271
|
+
(function (ContactListImportAction) {
|
|
272
|
+
ContactListImportAction["DELETE"] = "DELETE";
|
|
273
|
+
ContactListImportAction["PUT"] = "PUT";
|
|
274
|
+
})(ContactListImportAction = exports.ContactListImportAction || (exports.ContactListImportAction = {}));
|
|
275
|
+
var ContactListDestination;
|
|
276
|
+
(function (ContactListDestination) {
|
|
277
|
+
/**
|
|
278
|
+
* @internal
|
|
279
|
+
*/
|
|
280
|
+
ContactListDestination.filterSensitiveLog = (obj) => ({
|
|
281
|
+
...obj,
|
|
282
|
+
});
|
|
283
|
+
})(ContactListDestination = exports.ContactListDestination || (exports.ContactListDestination = {}));
|
|
284
|
+
var TlsPolicy;
|
|
285
|
+
(function (TlsPolicy) {
|
|
286
|
+
TlsPolicy["OPTIONAL"] = "OPTIONAL";
|
|
287
|
+
TlsPolicy["REQUIRE"] = "REQUIRE";
|
|
288
|
+
})(TlsPolicy = exports.TlsPolicy || (exports.TlsPolicy = {}));
|
|
289
|
+
var DeliveryOptions;
|
|
290
|
+
(function (DeliveryOptions) {
|
|
291
|
+
/**
|
|
292
|
+
* @internal
|
|
293
|
+
*/
|
|
294
|
+
DeliveryOptions.filterSensitiveLog = (obj) => ({
|
|
295
|
+
...obj,
|
|
296
|
+
});
|
|
297
|
+
})(DeliveryOptions = exports.DeliveryOptions || (exports.DeliveryOptions = {}));
|
|
298
|
+
var ReputationOptions;
|
|
299
|
+
(function (ReputationOptions) {
|
|
300
|
+
/**
|
|
301
|
+
* @internal
|
|
302
|
+
*/
|
|
303
|
+
ReputationOptions.filterSensitiveLog = (obj) => ({
|
|
304
|
+
...obj,
|
|
305
|
+
});
|
|
306
|
+
})(ReputationOptions = exports.ReputationOptions || (exports.ReputationOptions = {}));
|
|
307
|
+
var SendingOptions;
|
|
308
|
+
(function (SendingOptions) {
|
|
309
|
+
/**
|
|
310
|
+
* @internal
|
|
311
|
+
*/
|
|
312
|
+
SendingOptions.filterSensitiveLog = (obj) => ({
|
|
313
|
+
...obj,
|
|
314
|
+
});
|
|
315
|
+
})(SendingOptions = exports.SendingOptions || (exports.SendingOptions = {}));
|
|
316
|
+
var SuppressionListReason;
|
|
317
|
+
(function (SuppressionListReason) {
|
|
318
|
+
SuppressionListReason["BOUNCE"] = "BOUNCE";
|
|
319
|
+
SuppressionListReason["COMPLAINT"] = "COMPLAINT";
|
|
320
|
+
})(SuppressionListReason = exports.SuppressionListReason || (exports.SuppressionListReason = {}));
|
|
321
|
+
var SuppressionOptions;
|
|
322
|
+
(function (SuppressionOptions) {
|
|
323
|
+
/**
|
|
324
|
+
* @internal
|
|
325
|
+
*/
|
|
326
|
+
SuppressionOptions.filterSensitiveLog = (obj) => ({
|
|
327
|
+
...obj,
|
|
328
|
+
});
|
|
329
|
+
})(SuppressionOptions = exports.SuppressionOptions || (exports.SuppressionOptions = {}));
|
|
330
|
+
var Tag;
|
|
331
|
+
(function (Tag) {
|
|
332
|
+
/**
|
|
333
|
+
* @internal
|
|
334
|
+
*/
|
|
335
|
+
Tag.filterSensitiveLog = (obj) => ({
|
|
336
|
+
...obj,
|
|
337
|
+
});
|
|
338
|
+
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
339
|
+
var TrackingOptions;
|
|
340
|
+
(function (TrackingOptions) {
|
|
341
|
+
/**
|
|
342
|
+
* @internal
|
|
343
|
+
*/
|
|
344
|
+
TrackingOptions.filterSensitiveLog = (obj) => ({
|
|
345
|
+
...obj,
|
|
346
|
+
});
|
|
347
|
+
})(TrackingOptions = exports.TrackingOptions || (exports.TrackingOptions = {}));
|
|
348
|
+
var CreateConfigurationSetRequest;
|
|
349
|
+
(function (CreateConfigurationSetRequest) {
|
|
350
|
+
/**
|
|
351
|
+
* @internal
|
|
352
|
+
*/
|
|
353
|
+
CreateConfigurationSetRequest.filterSensitiveLog = (obj) => ({
|
|
354
|
+
...obj,
|
|
355
|
+
});
|
|
356
|
+
})(CreateConfigurationSetRequest = exports.CreateConfigurationSetRequest || (exports.CreateConfigurationSetRequest = {}));
|
|
357
|
+
var CreateConfigurationSetResponse;
|
|
358
|
+
(function (CreateConfigurationSetResponse) {
|
|
359
|
+
/**
|
|
360
|
+
* @internal
|
|
361
|
+
*/
|
|
362
|
+
CreateConfigurationSetResponse.filterSensitiveLog = (obj) => ({
|
|
363
|
+
...obj,
|
|
364
|
+
});
|
|
365
|
+
})(CreateConfigurationSetResponse = exports.CreateConfigurationSetResponse || (exports.CreateConfigurationSetResponse = {}));
|
|
366
|
+
var LimitExceededException;
|
|
367
|
+
(function (LimitExceededException) {
|
|
368
|
+
/**
|
|
369
|
+
* @internal
|
|
370
|
+
*/
|
|
371
|
+
LimitExceededException.filterSensitiveLog = (obj) => ({
|
|
372
|
+
...obj,
|
|
373
|
+
});
|
|
374
|
+
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
|
|
375
|
+
var NotFoundException;
|
|
376
|
+
(function (NotFoundException) {
|
|
377
|
+
/**
|
|
378
|
+
* @internal
|
|
379
|
+
*/
|
|
380
|
+
NotFoundException.filterSensitiveLog = (obj) => ({
|
|
381
|
+
...obj,
|
|
382
|
+
});
|
|
383
|
+
})(NotFoundException = exports.NotFoundException || (exports.NotFoundException = {}));
|
|
384
|
+
var TooManyRequestsException;
|
|
385
|
+
(function (TooManyRequestsException) {
|
|
386
|
+
/**
|
|
387
|
+
* @internal
|
|
388
|
+
*/
|
|
389
|
+
TooManyRequestsException.filterSensitiveLog = (obj) => ({
|
|
390
|
+
...obj,
|
|
391
|
+
});
|
|
392
|
+
})(TooManyRequestsException = exports.TooManyRequestsException || (exports.TooManyRequestsException = {}));
|
|
393
|
+
var KinesisFirehoseDestination;
|
|
394
|
+
(function (KinesisFirehoseDestination) {
|
|
395
|
+
/**
|
|
396
|
+
* @internal
|
|
397
|
+
*/
|
|
398
|
+
KinesisFirehoseDestination.filterSensitiveLog = (obj) => ({
|
|
399
|
+
...obj,
|
|
400
|
+
});
|
|
401
|
+
})(KinesisFirehoseDestination = exports.KinesisFirehoseDestination || (exports.KinesisFirehoseDestination = {}));
|
|
402
|
+
var EventType;
|
|
403
|
+
(function (EventType) {
|
|
404
|
+
EventType["BOUNCE"] = "BOUNCE";
|
|
405
|
+
EventType["CLICK"] = "CLICK";
|
|
406
|
+
EventType["COMPLAINT"] = "COMPLAINT";
|
|
407
|
+
EventType["DELIVERY"] = "DELIVERY";
|
|
408
|
+
EventType["DELIVERY_DELAY"] = "DELIVERY_DELAY";
|
|
409
|
+
EventType["OPEN"] = "OPEN";
|
|
410
|
+
EventType["REJECT"] = "REJECT";
|
|
411
|
+
EventType["RENDERING_FAILURE"] = "RENDERING_FAILURE";
|
|
412
|
+
EventType["SEND"] = "SEND";
|
|
413
|
+
EventType["SUBSCRIPTION"] = "SUBSCRIPTION";
|
|
414
|
+
})(EventType = exports.EventType || (exports.EventType = {}));
|
|
415
|
+
var PinpointDestination;
|
|
416
|
+
(function (PinpointDestination) {
|
|
417
|
+
/**
|
|
418
|
+
* @internal
|
|
419
|
+
*/
|
|
420
|
+
PinpointDestination.filterSensitiveLog = (obj) => ({
|
|
421
|
+
...obj,
|
|
422
|
+
});
|
|
423
|
+
})(PinpointDestination = exports.PinpointDestination || (exports.PinpointDestination = {}));
|
|
424
|
+
var SnsDestination;
|
|
425
|
+
(function (SnsDestination) {
|
|
426
|
+
/**
|
|
427
|
+
* @internal
|
|
428
|
+
*/
|
|
429
|
+
SnsDestination.filterSensitiveLog = (obj) => ({
|
|
430
|
+
...obj,
|
|
431
|
+
});
|
|
432
|
+
})(SnsDestination = exports.SnsDestination || (exports.SnsDestination = {}));
|
|
433
|
+
var EventDestinationDefinition;
|
|
434
|
+
(function (EventDestinationDefinition) {
|
|
435
|
+
/**
|
|
436
|
+
* @internal
|
|
437
|
+
*/
|
|
438
|
+
EventDestinationDefinition.filterSensitiveLog = (obj) => ({
|
|
439
|
+
...obj,
|
|
440
|
+
});
|
|
441
|
+
})(EventDestinationDefinition = exports.EventDestinationDefinition || (exports.EventDestinationDefinition = {}));
|
|
442
|
+
var CreateConfigurationSetEventDestinationRequest;
|
|
443
|
+
(function (CreateConfigurationSetEventDestinationRequest) {
|
|
444
|
+
/**
|
|
445
|
+
* @internal
|
|
446
|
+
*/
|
|
447
|
+
CreateConfigurationSetEventDestinationRequest.filterSensitiveLog = (obj) => ({
|
|
448
|
+
...obj,
|
|
449
|
+
});
|
|
450
|
+
})(CreateConfigurationSetEventDestinationRequest = exports.CreateConfigurationSetEventDestinationRequest || (exports.CreateConfigurationSetEventDestinationRequest = {}));
|
|
451
|
+
var CreateConfigurationSetEventDestinationResponse;
|
|
452
|
+
(function (CreateConfigurationSetEventDestinationResponse) {
|
|
453
|
+
/**
|
|
454
|
+
* @internal
|
|
455
|
+
*/
|
|
456
|
+
CreateConfigurationSetEventDestinationResponse.filterSensitiveLog = (obj) => ({
|
|
457
|
+
...obj,
|
|
458
|
+
});
|
|
459
|
+
})(CreateConfigurationSetEventDestinationResponse = exports.CreateConfigurationSetEventDestinationResponse || (exports.CreateConfigurationSetEventDestinationResponse = {}));
|
|
460
|
+
var CreateContactRequest;
|
|
461
|
+
(function (CreateContactRequest) {
|
|
462
|
+
/**
|
|
463
|
+
* @internal
|
|
464
|
+
*/
|
|
465
|
+
CreateContactRequest.filterSensitiveLog = (obj) => ({
|
|
466
|
+
...obj,
|
|
467
|
+
});
|
|
468
|
+
})(CreateContactRequest = exports.CreateContactRequest || (exports.CreateContactRequest = {}));
|
|
469
|
+
var CreateContactResponse;
|
|
470
|
+
(function (CreateContactResponse) {
|
|
471
|
+
/**
|
|
472
|
+
* @internal
|
|
473
|
+
*/
|
|
474
|
+
CreateContactResponse.filterSensitiveLog = (obj) => ({
|
|
475
|
+
...obj,
|
|
476
|
+
});
|
|
477
|
+
})(CreateContactResponse = exports.CreateContactResponse || (exports.CreateContactResponse = {}));
|
|
478
|
+
var Topic;
|
|
479
|
+
(function (Topic) {
|
|
480
|
+
/**
|
|
481
|
+
* @internal
|
|
482
|
+
*/
|
|
483
|
+
Topic.filterSensitiveLog = (obj) => ({
|
|
484
|
+
...obj,
|
|
485
|
+
});
|
|
486
|
+
})(Topic = exports.Topic || (exports.Topic = {}));
|
|
487
|
+
var CreateContactListRequest;
|
|
488
|
+
(function (CreateContactListRequest) {
|
|
489
|
+
/**
|
|
490
|
+
* @internal
|
|
491
|
+
*/
|
|
492
|
+
CreateContactListRequest.filterSensitiveLog = (obj) => ({
|
|
493
|
+
...obj,
|
|
494
|
+
});
|
|
495
|
+
})(CreateContactListRequest = exports.CreateContactListRequest || (exports.CreateContactListRequest = {}));
|
|
496
|
+
var CreateContactListResponse;
|
|
497
|
+
(function (CreateContactListResponse) {
|
|
498
|
+
/**
|
|
499
|
+
* @internal
|
|
500
|
+
*/
|
|
501
|
+
CreateContactListResponse.filterSensitiveLog = (obj) => ({
|
|
502
|
+
...obj,
|
|
503
|
+
});
|
|
504
|
+
})(CreateContactListResponse = exports.CreateContactListResponse || (exports.CreateContactListResponse = {}));
|
|
505
|
+
var CreateCustomVerificationEmailTemplateRequest;
|
|
506
|
+
(function (CreateCustomVerificationEmailTemplateRequest) {
|
|
507
|
+
/**
|
|
508
|
+
* @internal
|
|
509
|
+
*/
|
|
510
|
+
CreateCustomVerificationEmailTemplateRequest.filterSensitiveLog = (obj) => ({
|
|
511
|
+
...obj,
|
|
512
|
+
});
|
|
513
|
+
})(CreateCustomVerificationEmailTemplateRequest = exports.CreateCustomVerificationEmailTemplateRequest || (exports.CreateCustomVerificationEmailTemplateRequest = {}));
|
|
514
|
+
var CreateCustomVerificationEmailTemplateResponse;
|
|
515
|
+
(function (CreateCustomVerificationEmailTemplateResponse) {
|
|
516
|
+
/**
|
|
517
|
+
* @internal
|
|
518
|
+
*/
|
|
519
|
+
CreateCustomVerificationEmailTemplateResponse.filterSensitiveLog = (obj) => ({
|
|
520
|
+
...obj,
|
|
521
|
+
});
|
|
522
|
+
})(CreateCustomVerificationEmailTemplateResponse = exports.CreateCustomVerificationEmailTemplateResponse || (exports.CreateCustomVerificationEmailTemplateResponse = {}));
|
|
523
|
+
var CreateDedicatedIpPoolRequest;
|
|
524
|
+
(function (CreateDedicatedIpPoolRequest) {
|
|
525
|
+
/**
|
|
526
|
+
* @internal
|
|
527
|
+
*/
|
|
528
|
+
CreateDedicatedIpPoolRequest.filterSensitiveLog = (obj) => ({
|
|
529
|
+
...obj,
|
|
530
|
+
});
|
|
531
|
+
})(CreateDedicatedIpPoolRequest = exports.CreateDedicatedIpPoolRequest || (exports.CreateDedicatedIpPoolRequest = {}));
|
|
532
|
+
var CreateDedicatedIpPoolResponse;
|
|
533
|
+
(function (CreateDedicatedIpPoolResponse) {
|
|
534
|
+
/**
|
|
535
|
+
* @internal
|
|
536
|
+
*/
|
|
537
|
+
CreateDedicatedIpPoolResponse.filterSensitiveLog = (obj) => ({
|
|
538
|
+
...obj,
|
|
539
|
+
});
|
|
540
|
+
})(CreateDedicatedIpPoolResponse = exports.CreateDedicatedIpPoolResponse || (exports.CreateDedicatedIpPoolResponse = {}));
|
|
541
|
+
var RawMessage;
|
|
542
|
+
(function (RawMessage) {
|
|
543
|
+
/**
|
|
544
|
+
* @internal
|
|
545
|
+
*/
|
|
546
|
+
RawMessage.filterSensitiveLog = (obj) => ({
|
|
547
|
+
...obj,
|
|
548
|
+
});
|
|
549
|
+
})(RawMessage = exports.RawMessage || (exports.RawMessage = {}));
|
|
550
|
+
var Message;
|
|
551
|
+
(function (Message) {
|
|
552
|
+
/**
|
|
553
|
+
* @internal
|
|
554
|
+
*/
|
|
555
|
+
Message.filterSensitiveLog = (obj) => ({
|
|
556
|
+
...obj,
|
|
557
|
+
});
|
|
558
|
+
})(Message = exports.Message || (exports.Message = {}));
|
|
559
|
+
var EmailContent;
|
|
560
|
+
(function (EmailContent) {
|
|
561
|
+
/**
|
|
562
|
+
* @internal
|
|
563
|
+
*/
|
|
564
|
+
EmailContent.filterSensitiveLog = (obj) => ({
|
|
565
|
+
...obj,
|
|
566
|
+
});
|
|
567
|
+
})(EmailContent = exports.EmailContent || (exports.EmailContent = {}));
|
|
568
|
+
var CreateDeliverabilityTestReportRequest;
|
|
569
|
+
(function (CreateDeliverabilityTestReportRequest) {
|
|
570
|
+
/**
|
|
571
|
+
* @internal
|
|
572
|
+
*/
|
|
573
|
+
CreateDeliverabilityTestReportRequest.filterSensitiveLog = (obj) => ({
|
|
574
|
+
...obj,
|
|
575
|
+
});
|
|
576
|
+
})(CreateDeliverabilityTestReportRequest = exports.CreateDeliverabilityTestReportRequest || (exports.CreateDeliverabilityTestReportRequest = {}));
|
|
577
|
+
var DeliverabilityTestStatus;
|
|
578
|
+
(function (DeliverabilityTestStatus) {
|
|
579
|
+
DeliverabilityTestStatus["COMPLETED"] = "COMPLETED";
|
|
580
|
+
DeliverabilityTestStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
581
|
+
})(DeliverabilityTestStatus = exports.DeliverabilityTestStatus || (exports.DeliverabilityTestStatus = {}));
|
|
582
|
+
var CreateDeliverabilityTestReportResponse;
|
|
583
|
+
(function (CreateDeliverabilityTestReportResponse) {
|
|
584
|
+
/**
|
|
585
|
+
* @internal
|
|
586
|
+
*/
|
|
587
|
+
CreateDeliverabilityTestReportResponse.filterSensitiveLog = (obj) => ({
|
|
588
|
+
...obj,
|
|
589
|
+
});
|
|
590
|
+
})(CreateDeliverabilityTestReportResponse = exports.CreateDeliverabilityTestReportResponse || (exports.CreateDeliverabilityTestReportResponse = {}));
|
|
591
|
+
var MailFromDomainNotVerifiedException;
|
|
592
|
+
(function (MailFromDomainNotVerifiedException) {
|
|
593
|
+
/**
|
|
594
|
+
* @internal
|
|
595
|
+
*/
|
|
596
|
+
MailFromDomainNotVerifiedException.filterSensitiveLog = (obj) => ({
|
|
597
|
+
...obj,
|
|
598
|
+
});
|
|
599
|
+
})(MailFromDomainNotVerifiedException = exports.MailFromDomainNotVerifiedException || (exports.MailFromDomainNotVerifiedException = {}));
|
|
600
|
+
var MessageRejected;
|
|
601
|
+
(function (MessageRejected) {
|
|
602
|
+
/**
|
|
603
|
+
* @internal
|
|
604
|
+
*/
|
|
605
|
+
MessageRejected.filterSensitiveLog = (obj) => ({
|
|
606
|
+
...obj,
|
|
607
|
+
});
|
|
608
|
+
})(MessageRejected = exports.MessageRejected || (exports.MessageRejected = {}));
|
|
609
|
+
var SendingPausedException;
|
|
610
|
+
(function (SendingPausedException) {
|
|
611
|
+
/**
|
|
612
|
+
* @internal
|
|
613
|
+
*/
|
|
614
|
+
SendingPausedException.filterSensitiveLog = (obj) => ({
|
|
615
|
+
...obj,
|
|
616
|
+
});
|
|
617
|
+
})(SendingPausedException = exports.SendingPausedException || (exports.SendingPausedException = {}));
|
|
618
|
+
var DkimSigningKeyLength;
|
|
619
|
+
(function (DkimSigningKeyLength) {
|
|
620
|
+
DkimSigningKeyLength["RSA_1024_BIT"] = "RSA_1024_BIT";
|
|
621
|
+
DkimSigningKeyLength["RSA_2048_BIT"] = "RSA_2048_BIT";
|
|
622
|
+
})(DkimSigningKeyLength = exports.DkimSigningKeyLength || (exports.DkimSigningKeyLength = {}));
|
|
623
|
+
var DkimSigningAttributes;
|
|
624
|
+
(function (DkimSigningAttributes) {
|
|
625
|
+
/**
|
|
626
|
+
* @internal
|
|
627
|
+
*/
|
|
628
|
+
DkimSigningAttributes.filterSensitiveLog = (obj) => ({
|
|
629
|
+
...obj,
|
|
630
|
+
...(obj.DomainSigningPrivateKey && { DomainSigningPrivateKey: smithy_client_1.SENSITIVE_STRING }),
|
|
631
|
+
});
|
|
632
|
+
})(DkimSigningAttributes = exports.DkimSigningAttributes || (exports.DkimSigningAttributes = {}));
|
|
633
|
+
var CreateEmailIdentityRequest;
|
|
634
|
+
(function (CreateEmailIdentityRequest) {
|
|
635
|
+
/**
|
|
636
|
+
* @internal
|
|
637
|
+
*/
|
|
638
|
+
CreateEmailIdentityRequest.filterSensitiveLog = (obj) => ({
|
|
639
|
+
...obj,
|
|
640
|
+
...(obj.DkimSigningAttributes && {
|
|
641
|
+
DkimSigningAttributes: DkimSigningAttributes.filterSensitiveLog(obj.DkimSigningAttributes),
|
|
642
|
+
}),
|
|
643
|
+
});
|
|
644
|
+
})(CreateEmailIdentityRequest = exports.CreateEmailIdentityRequest || (exports.CreateEmailIdentityRequest = {}));
|
|
645
|
+
var DkimSigningAttributesOrigin;
|
|
646
|
+
(function (DkimSigningAttributesOrigin) {
|
|
647
|
+
DkimSigningAttributesOrigin["AWS_SES"] = "AWS_SES";
|
|
648
|
+
DkimSigningAttributesOrigin["EXTERNAL"] = "EXTERNAL";
|
|
649
|
+
})(DkimSigningAttributesOrigin = exports.DkimSigningAttributesOrigin || (exports.DkimSigningAttributesOrigin = {}));
|
|
650
|
+
var DkimStatus;
|
|
651
|
+
(function (DkimStatus) {
|
|
652
|
+
DkimStatus["FAILED"] = "FAILED";
|
|
653
|
+
DkimStatus["NOT_STARTED"] = "NOT_STARTED";
|
|
654
|
+
DkimStatus["PENDING"] = "PENDING";
|
|
655
|
+
DkimStatus["SUCCESS"] = "SUCCESS";
|
|
656
|
+
DkimStatus["TEMPORARY_FAILURE"] = "TEMPORARY_FAILURE";
|
|
657
|
+
})(DkimStatus = exports.DkimStatus || (exports.DkimStatus = {}));
|
|
658
|
+
var DkimAttributes;
|
|
659
|
+
(function (DkimAttributes) {
|
|
660
|
+
/**
|
|
661
|
+
* @internal
|
|
662
|
+
*/
|
|
663
|
+
DkimAttributes.filterSensitiveLog = (obj) => ({
|
|
664
|
+
...obj,
|
|
665
|
+
});
|
|
666
|
+
})(DkimAttributes = exports.DkimAttributes || (exports.DkimAttributes = {}));
|
|
667
|
+
var IdentityType;
|
|
668
|
+
(function (IdentityType) {
|
|
669
|
+
IdentityType["DOMAIN"] = "DOMAIN";
|
|
670
|
+
IdentityType["EMAIL_ADDRESS"] = "EMAIL_ADDRESS";
|
|
671
|
+
IdentityType["MANAGED_DOMAIN"] = "MANAGED_DOMAIN";
|
|
672
|
+
})(IdentityType = exports.IdentityType || (exports.IdentityType = {}));
|
|
673
|
+
var CreateEmailIdentityResponse;
|
|
674
|
+
(function (CreateEmailIdentityResponse) {
|
|
675
|
+
/**
|
|
676
|
+
* @internal
|
|
677
|
+
*/
|
|
678
|
+
CreateEmailIdentityResponse.filterSensitiveLog = (obj) => ({
|
|
679
|
+
...obj,
|
|
680
|
+
});
|
|
681
|
+
})(CreateEmailIdentityResponse = exports.CreateEmailIdentityResponse || (exports.CreateEmailIdentityResponse = {}));
|
|
682
|
+
var CreateEmailIdentityPolicyRequest;
|
|
683
|
+
(function (CreateEmailIdentityPolicyRequest) {
|
|
684
|
+
/**
|
|
685
|
+
* @internal
|
|
686
|
+
*/
|
|
687
|
+
CreateEmailIdentityPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
688
|
+
...obj,
|
|
689
|
+
});
|
|
690
|
+
})(CreateEmailIdentityPolicyRequest = exports.CreateEmailIdentityPolicyRequest || (exports.CreateEmailIdentityPolicyRequest = {}));
|
|
691
|
+
var CreateEmailIdentityPolicyResponse;
|
|
692
|
+
(function (CreateEmailIdentityPolicyResponse) {
|
|
693
|
+
/**
|
|
694
|
+
* @internal
|
|
695
|
+
*/
|
|
696
|
+
CreateEmailIdentityPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
697
|
+
...obj,
|
|
698
|
+
});
|
|
699
|
+
})(CreateEmailIdentityPolicyResponse = exports.CreateEmailIdentityPolicyResponse || (exports.CreateEmailIdentityPolicyResponse = {}));
|
|
700
|
+
var EmailTemplateContent;
|
|
701
|
+
(function (EmailTemplateContent) {
|
|
702
|
+
/**
|
|
703
|
+
* @internal
|
|
704
|
+
*/
|
|
705
|
+
EmailTemplateContent.filterSensitiveLog = (obj) => ({
|
|
706
|
+
...obj,
|
|
707
|
+
});
|
|
708
|
+
})(EmailTemplateContent = exports.EmailTemplateContent || (exports.EmailTemplateContent = {}));
|
|
709
|
+
var CreateEmailTemplateRequest;
|
|
710
|
+
(function (CreateEmailTemplateRequest) {
|
|
711
|
+
/**
|
|
712
|
+
* @internal
|
|
713
|
+
*/
|
|
714
|
+
CreateEmailTemplateRequest.filterSensitiveLog = (obj) => ({
|
|
715
|
+
...obj,
|
|
716
|
+
});
|
|
717
|
+
})(CreateEmailTemplateRequest = exports.CreateEmailTemplateRequest || (exports.CreateEmailTemplateRequest = {}));
|
|
718
|
+
var CreateEmailTemplateResponse;
|
|
719
|
+
(function (CreateEmailTemplateResponse) {
|
|
720
|
+
/**
|
|
721
|
+
* @internal
|
|
722
|
+
*/
|
|
723
|
+
CreateEmailTemplateResponse.filterSensitiveLog = (obj) => ({
|
|
724
|
+
...obj,
|
|
725
|
+
});
|
|
726
|
+
})(CreateEmailTemplateResponse = exports.CreateEmailTemplateResponse || (exports.CreateEmailTemplateResponse = {}));
|
|
727
|
+
var DataFormat;
|
|
728
|
+
(function (DataFormat) {
|
|
729
|
+
DataFormat["CSV"] = "CSV";
|
|
730
|
+
DataFormat["JSON"] = "JSON";
|
|
731
|
+
})(DataFormat = exports.DataFormat || (exports.DataFormat = {}));
|
|
732
|
+
var ImportDataSource;
|
|
733
|
+
(function (ImportDataSource) {
|
|
734
|
+
/**
|
|
735
|
+
* @internal
|
|
736
|
+
*/
|
|
737
|
+
ImportDataSource.filterSensitiveLog = (obj) => ({
|
|
738
|
+
...obj,
|
|
739
|
+
});
|
|
740
|
+
})(ImportDataSource = exports.ImportDataSource || (exports.ImportDataSource = {}));
|
|
741
|
+
var SuppressionListImportAction;
|
|
742
|
+
(function (SuppressionListImportAction) {
|
|
743
|
+
SuppressionListImportAction["DELETE"] = "DELETE";
|
|
744
|
+
SuppressionListImportAction["PUT"] = "PUT";
|
|
745
|
+
})(SuppressionListImportAction = exports.SuppressionListImportAction || (exports.SuppressionListImportAction = {}));
|
|
746
|
+
var SuppressionListDestination;
|
|
747
|
+
(function (SuppressionListDestination) {
|
|
748
|
+
/**
|
|
749
|
+
* @internal
|
|
750
|
+
*/
|
|
751
|
+
SuppressionListDestination.filterSensitiveLog = (obj) => ({
|
|
752
|
+
...obj,
|
|
753
|
+
});
|
|
754
|
+
})(SuppressionListDestination = exports.SuppressionListDestination || (exports.SuppressionListDestination = {}));
|
|
755
|
+
var ImportDestination;
|
|
756
|
+
(function (ImportDestination) {
|
|
757
|
+
/**
|
|
758
|
+
* @internal
|
|
759
|
+
*/
|
|
760
|
+
ImportDestination.filterSensitiveLog = (obj) => ({
|
|
761
|
+
...obj,
|
|
762
|
+
});
|
|
763
|
+
})(ImportDestination = exports.ImportDestination || (exports.ImportDestination = {}));
|
|
764
|
+
var CreateImportJobRequest;
|
|
765
|
+
(function (CreateImportJobRequest) {
|
|
766
|
+
/**
|
|
767
|
+
* @internal
|
|
768
|
+
*/
|
|
769
|
+
CreateImportJobRequest.filterSensitiveLog = (obj) => ({
|
|
770
|
+
...obj,
|
|
771
|
+
});
|
|
772
|
+
})(CreateImportJobRequest = exports.CreateImportJobRequest || (exports.CreateImportJobRequest = {}));
|
|
773
|
+
var CreateImportJobResponse;
|
|
774
|
+
(function (CreateImportJobResponse) {
|
|
775
|
+
/**
|
|
776
|
+
* @internal
|
|
777
|
+
*/
|
|
778
|
+
CreateImportJobResponse.filterSensitiveLog = (obj) => ({
|
|
779
|
+
...obj,
|
|
780
|
+
});
|
|
781
|
+
})(CreateImportJobResponse = exports.CreateImportJobResponse || (exports.CreateImportJobResponse = {}));
|
|
782
|
+
var CustomVerificationEmailTemplateMetadata;
|
|
783
|
+
(function (CustomVerificationEmailTemplateMetadata) {
|
|
784
|
+
/**
|
|
785
|
+
* @internal
|
|
786
|
+
*/
|
|
787
|
+
CustomVerificationEmailTemplateMetadata.filterSensitiveLog = (obj) => ({
|
|
788
|
+
...obj,
|
|
789
|
+
});
|
|
790
|
+
})(CustomVerificationEmailTemplateMetadata = exports.CustomVerificationEmailTemplateMetadata || (exports.CustomVerificationEmailTemplateMetadata = {}));
|
|
791
|
+
var DomainIspPlacement;
|
|
792
|
+
(function (DomainIspPlacement) {
|
|
793
|
+
/**
|
|
794
|
+
* @internal
|
|
795
|
+
*/
|
|
796
|
+
DomainIspPlacement.filterSensitiveLog = (obj) => ({
|
|
797
|
+
...obj,
|
|
798
|
+
});
|
|
799
|
+
})(DomainIspPlacement = exports.DomainIspPlacement || (exports.DomainIspPlacement = {}));
|
|
800
|
+
var VolumeStatistics;
|
|
801
|
+
(function (VolumeStatistics) {
|
|
802
|
+
/**
|
|
803
|
+
* @internal
|
|
804
|
+
*/
|
|
805
|
+
VolumeStatistics.filterSensitiveLog = (obj) => ({
|
|
806
|
+
...obj,
|
|
807
|
+
});
|
|
808
|
+
})(VolumeStatistics = exports.VolumeStatistics || (exports.VolumeStatistics = {}));
|
|
809
|
+
var DailyVolume;
|
|
810
|
+
(function (DailyVolume) {
|
|
811
|
+
/**
|
|
812
|
+
* @internal
|
|
813
|
+
*/
|
|
814
|
+
DailyVolume.filterSensitiveLog = (obj) => ({
|
|
815
|
+
...obj,
|
|
816
|
+
});
|
|
817
|
+
})(DailyVolume = exports.DailyVolume || (exports.DailyVolume = {}));
|
|
818
|
+
var WarmupStatus;
|
|
819
|
+
(function (WarmupStatus) {
|
|
820
|
+
WarmupStatus["DONE"] = "DONE";
|
|
821
|
+
WarmupStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
822
|
+
})(WarmupStatus = exports.WarmupStatus || (exports.WarmupStatus = {}));
|
|
823
|
+
var DedicatedIp;
|
|
824
|
+
(function (DedicatedIp) {
|
|
825
|
+
/**
|
|
826
|
+
* @internal
|
|
827
|
+
*/
|
|
828
|
+
DedicatedIp.filterSensitiveLog = (obj) => ({
|
|
829
|
+
...obj,
|
|
830
|
+
});
|
|
831
|
+
})(DedicatedIp = exports.DedicatedIp || (exports.DedicatedIp = {}));
|
|
832
|
+
var DeleteConfigurationSetRequest;
|
|
833
|
+
(function (DeleteConfigurationSetRequest) {
|
|
834
|
+
/**
|
|
835
|
+
* @internal
|
|
836
|
+
*/
|
|
837
|
+
DeleteConfigurationSetRequest.filterSensitiveLog = (obj) => ({
|
|
838
|
+
...obj,
|
|
839
|
+
});
|
|
840
|
+
})(DeleteConfigurationSetRequest = exports.DeleteConfigurationSetRequest || (exports.DeleteConfigurationSetRequest = {}));
|
|
841
|
+
var DeleteConfigurationSetResponse;
|
|
842
|
+
(function (DeleteConfigurationSetResponse) {
|
|
843
|
+
/**
|
|
844
|
+
* @internal
|
|
845
|
+
*/
|
|
846
|
+
DeleteConfigurationSetResponse.filterSensitiveLog = (obj) => ({
|
|
847
|
+
...obj,
|
|
848
|
+
});
|
|
849
|
+
})(DeleteConfigurationSetResponse = exports.DeleteConfigurationSetResponse || (exports.DeleteConfigurationSetResponse = {}));
|
|
850
|
+
var DeleteConfigurationSetEventDestinationRequest;
|
|
851
|
+
(function (DeleteConfigurationSetEventDestinationRequest) {
|
|
852
|
+
/**
|
|
853
|
+
* @internal
|
|
854
|
+
*/
|
|
855
|
+
DeleteConfigurationSetEventDestinationRequest.filterSensitiveLog = (obj) => ({
|
|
856
|
+
...obj,
|
|
857
|
+
});
|
|
858
|
+
})(DeleteConfigurationSetEventDestinationRequest = exports.DeleteConfigurationSetEventDestinationRequest || (exports.DeleteConfigurationSetEventDestinationRequest = {}));
|
|
859
|
+
var DeleteConfigurationSetEventDestinationResponse;
|
|
860
|
+
(function (DeleteConfigurationSetEventDestinationResponse) {
|
|
861
|
+
/**
|
|
862
|
+
* @internal
|
|
863
|
+
*/
|
|
864
|
+
DeleteConfigurationSetEventDestinationResponse.filterSensitiveLog = (obj) => ({
|
|
865
|
+
...obj,
|
|
866
|
+
});
|
|
867
|
+
})(DeleteConfigurationSetEventDestinationResponse = exports.DeleteConfigurationSetEventDestinationResponse || (exports.DeleteConfigurationSetEventDestinationResponse = {}));
|
|
868
|
+
var DeleteContactRequest;
|
|
869
|
+
(function (DeleteContactRequest) {
|
|
870
|
+
/**
|
|
871
|
+
* @internal
|
|
872
|
+
*/
|
|
873
|
+
DeleteContactRequest.filterSensitiveLog = (obj) => ({
|
|
874
|
+
...obj,
|
|
875
|
+
});
|
|
876
|
+
})(DeleteContactRequest = exports.DeleteContactRequest || (exports.DeleteContactRequest = {}));
|
|
877
|
+
var DeleteContactResponse;
|
|
878
|
+
(function (DeleteContactResponse) {
|
|
879
|
+
/**
|
|
880
|
+
* @internal
|
|
881
|
+
*/
|
|
882
|
+
DeleteContactResponse.filterSensitiveLog = (obj) => ({
|
|
883
|
+
...obj,
|
|
884
|
+
});
|
|
885
|
+
})(DeleteContactResponse = exports.DeleteContactResponse || (exports.DeleteContactResponse = {}));
|
|
886
|
+
var DeleteContactListRequest;
|
|
887
|
+
(function (DeleteContactListRequest) {
|
|
888
|
+
/**
|
|
889
|
+
* @internal
|
|
890
|
+
*/
|
|
891
|
+
DeleteContactListRequest.filterSensitiveLog = (obj) => ({
|
|
892
|
+
...obj,
|
|
893
|
+
});
|
|
894
|
+
})(DeleteContactListRequest = exports.DeleteContactListRequest || (exports.DeleteContactListRequest = {}));
|
|
895
|
+
var DeleteContactListResponse;
|
|
896
|
+
(function (DeleteContactListResponse) {
|
|
897
|
+
/**
|
|
898
|
+
* @internal
|
|
899
|
+
*/
|
|
900
|
+
DeleteContactListResponse.filterSensitiveLog = (obj) => ({
|
|
901
|
+
...obj,
|
|
902
|
+
});
|
|
903
|
+
})(DeleteContactListResponse = exports.DeleteContactListResponse || (exports.DeleteContactListResponse = {}));
|
|
904
|
+
var DeleteCustomVerificationEmailTemplateRequest;
|
|
905
|
+
(function (DeleteCustomVerificationEmailTemplateRequest) {
|
|
906
|
+
/**
|
|
907
|
+
* @internal
|
|
908
|
+
*/
|
|
909
|
+
DeleteCustomVerificationEmailTemplateRequest.filterSensitiveLog = (obj) => ({
|
|
910
|
+
...obj,
|
|
911
|
+
});
|
|
912
|
+
})(DeleteCustomVerificationEmailTemplateRequest = exports.DeleteCustomVerificationEmailTemplateRequest || (exports.DeleteCustomVerificationEmailTemplateRequest = {}));
|
|
913
|
+
var DeleteCustomVerificationEmailTemplateResponse;
|
|
914
|
+
(function (DeleteCustomVerificationEmailTemplateResponse) {
|
|
915
|
+
/**
|
|
916
|
+
* @internal
|
|
917
|
+
*/
|
|
918
|
+
DeleteCustomVerificationEmailTemplateResponse.filterSensitiveLog = (obj) => ({
|
|
919
|
+
...obj,
|
|
920
|
+
});
|
|
921
|
+
})(DeleteCustomVerificationEmailTemplateResponse = exports.DeleteCustomVerificationEmailTemplateResponse || (exports.DeleteCustomVerificationEmailTemplateResponse = {}));
|
|
922
|
+
var DeleteDedicatedIpPoolRequest;
|
|
923
|
+
(function (DeleteDedicatedIpPoolRequest) {
|
|
924
|
+
/**
|
|
925
|
+
* @internal
|
|
926
|
+
*/
|
|
927
|
+
DeleteDedicatedIpPoolRequest.filterSensitiveLog = (obj) => ({
|
|
928
|
+
...obj,
|
|
929
|
+
});
|
|
930
|
+
})(DeleteDedicatedIpPoolRequest = exports.DeleteDedicatedIpPoolRequest || (exports.DeleteDedicatedIpPoolRequest = {}));
|
|
931
|
+
var DeleteDedicatedIpPoolResponse;
|
|
932
|
+
(function (DeleteDedicatedIpPoolResponse) {
|
|
933
|
+
/**
|
|
934
|
+
* @internal
|
|
935
|
+
*/
|
|
936
|
+
DeleteDedicatedIpPoolResponse.filterSensitiveLog = (obj) => ({
|
|
937
|
+
...obj,
|
|
938
|
+
});
|
|
939
|
+
})(DeleteDedicatedIpPoolResponse = exports.DeleteDedicatedIpPoolResponse || (exports.DeleteDedicatedIpPoolResponse = {}));
|
|
940
|
+
var DeleteEmailIdentityRequest;
|
|
941
|
+
(function (DeleteEmailIdentityRequest) {
|
|
942
|
+
/**
|
|
943
|
+
* @internal
|
|
944
|
+
*/
|
|
945
|
+
DeleteEmailIdentityRequest.filterSensitiveLog = (obj) => ({
|
|
946
|
+
...obj,
|
|
947
|
+
});
|
|
948
|
+
})(DeleteEmailIdentityRequest = exports.DeleteEmailIdentityRequest || (exports.DeleteEmailIdentityRequest = {}));
|
|
949
|
+
var DeleteEmailIdentityResponse;
|
|
950
|
+
(function (DeleteEmailIdentityResponse) {
|
|
951
|
+
/**
|
|
952
|
+
* @internal
|
|
953
|
+
*/
|
|
954
|
+
DeleteEmailIdentityResponse.filterSensitiveLog = (obj) => ({
|
|
955
|
+
...obj,
|
|
956
|
+
});
|
|
957
|
+
})(DeleteEmailIdentityResponse = exports.DeleteEmailIdentityResponse || (exports.DeleteEmailIdentityResponse = {}));
|
|
958
|
+
var DeleteEmailIdentityPolicyRequest;
|
|
959
|
+
(function (DeleteEmailIdentityPolicyRequest) {
|
|
960
|
+
/**
|
|
961
|
+
* @internal
|
|
962
|
+
*/
|
|
963
|
+
DeleteEmailIdentityPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
964
|
+
...obj,
|
|
965
|
+
});
|
|
966
|
+
})(DeleteEmailIdentityPolicyRequest = exports.DeleteEmailIdentityPolicyRequest || (exports.DeleteEmailIdentityPolicyRequest = {}));
|
|
967
|
+
var DeleteEmailIdentityPolicyResponse;
|
|
968
|
+
(function (DeleteEmailIdentityPolicyResponse) {
|
|
969
|
+
/**
|
|
970
|
+
* @internal
|
|
971
|
+
*/
|
|
972
|
+
DeleteEmailIdentityPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
973
|
+
...obj,
|
|
974
|
+
});
|
|
975
|
+
})(DeleteEmailIdentityPolicyResponse = exports.DeleteEmailIdentityPolicyResponse || (exports.DeleteEmailIdentityPolicyResponse = {}));
|
|
976
|
+
var DeleteEmailTemplateRequest;
|
|
977
|
+
(function (DeleteEmailTemplateRequest) {
|
|
978
|
+
/**
|
|
979
|
+
* @internal
|
|
980
|
+
*/
|
|
981
|
+
DeleteEmailTemplateRequest.filterSensitiveLog = (obj) => ({
|
|
982
|
+
...obj,
|
|
983
|
+
});
|
|
984
|
+
})(DeleteEmailTemplateRequest = exports.DeleteEmailTemplateRequest || (exports.DeleteEmailTemplateRequest = {}));
|
|
985
|
+
var DeleteEmailTemplateResponse;
|
|
986
|
+
(function (DeleteEmailTemplateResponse) {
|
|
987
|
+
/**
|
|
988
|
+
* @internal
|
|
989
|
+
*/
|
|
990
|
+
DeleteEmailTemplateResponse.filterSensitiveLog = (obj) => ({
|
|
991
|
+
...obj,
|
|
992
|
+
});
|
|
993
|
+
})(DeleteEmailTemplateResponse = exports.DeleteEmailTemplateResponse || (exports.DeleteEmailTemplateResponse = {}));
|
|
994
|
+
var DeleteSuppressedDestinationRequest;
|
|
995
|
+
(function (DeleteSuppressedDestinationRequest) {
|
|
996
|
+
/**
|
|
997
|
+
* @internal
|
|
998
|
+
*/
|
|
999
|
+
DeleteSuppressedDestinationRequest.filterSensitiveLog = (obj) => ({
|
|
1000
|
+
...obj,
|
|
1001
|
+
});
|
|
1002
|
+
})(DeleteSuppressedDestinationRequest = exports.DeleteSuppressedDestinationRequest || (exports.DeleteSuppressedDestinationRequest = {}));
|
|
1003
|
+
var DeleteSuppressedDestinationResponse;
|
|
1004
|
+
(function (DeleteSuppressedDestinationResponse) {
|
|
1005
|
+
/**
|
|
1006
|
+
* @internal
|
|
1007
|
+
*/
|
|
1008
|
+
DeleteSuppressedDestinationResponse.filterSensitiveLog = (obj) => ({
|
|
1009
|
+
...obj,
|
|
1010
|
+
});
|
|
1011
|
+
})(DeleteSuppressedDestinationResponse = exports.DeleteSuppressedDestinationResponse || (exports.DeleteSuppressedDestinationResponse = {}));
|
|
1012
|
+
var DeliverabilityDashboardAccountStatus;
|
|
1013
|
+
(function (DeliverabilityDashboardAccountStatus) {
|
|
1014
|
+
DeliverabilityDashboardAccountStatus["ACTIVE"] = "ACTIVE";
|
|
1015
|
+
DeliverabilityDashboardAccountStatus["DISABLED"] = "DISABLED";
|
|
1016
|
+
DeliverabilityDashboardAccountStatus["PENDING_EXPIRATION"] = "PENDING_EXPIRATION";
|
|
1017
|
+
})(DeliverabilityDashboardAccountStatus = exports.DeliverabilityDashboardAccountStatus || (exports.DeliverabilityDashboardAccountStatus = {}));
|
|
1018
|
+
var DeliverabilityTestReport;
|
|
1019
|
+
(function (DeliverabilityTestReport) {
|
|
1020
|
+
/**
|
|
1021
|
+
* @internal
|
|
1022
|
+
*/
|
|
1023
|
+
DeliverabilityTestReport.filterSensitiveLog = (obj) => ({
|
|
1024
|
+
...obj,
|
|
1025
|
+
});
|
|
1026
|
+
})(DeliverabilityTestReport = exports.DeliverabilityTestReport || (exports.DeliverabilityTestReport = {}));
|
|
1027
|
+
var DomainDeliverabilityCampaign;
|
|
1028
|
+
(function (DomainDeliverabilityCampaign) {
|
|
1029
|
+
/**
|
|
1030
|
+
* @internal
|
|
1031
|
+
*/
|
|
1032
|
+
DomainDeliverabilityCampaign.filterSensitiveLog = (obj) => ({
|
|
1033
|
+
...obj,
|
|
1034
|
+
});
|
|
1035
|
+
})(DomainDeliverabilityCampaign = exports.DomainDeliverabilityCampaign || (exports.DomainDeliverabilityCampaign = {}));
|
|
1036
|
+
var InboxPlacementTrackingOption;
|
|
1037
|
+
(function (InboxPlacementTrackingOption) {
|
|
1038
|
+
/**
|
|
1039
|
+
* @internal
|
|
1040
|
+
*/
|
|
1041
|
+
InboxPlacementTrackingOption.filterSensitiveLog = (obj) => ({
|
|
1042
|
+
...obj,
|
|
1043
|
+
});
|
|
1044
|
+
})(InboxPlacementTrackingOption = exports.InboxPlacementTrackingOption || (exports.InboxPlacementTrackingOption = {}));
|
|
1045
|
+
var DomainDeliverabilityTrackingOption;
|
|
1046
|
+
(function (DomainDeliverabilityTrackingOption) {
|
|
1047
|
+
/**
|
|
1048
|
+
* @internal
|
|
1049
|
+
*/
|
|
1050
|
+
DomainDeliverabilityTrackingOption.filterSensitiveLog = (obj) => ({
|
|
1051
|
+
...obj,
|
|
1052
|
+
});
|
|
1053
|
+
})(DomainDeliverabilityTrackingOption = exports.DomainDeliverabilityTrackingOption || (exports.DomainDeliverabilityTrackingOption = {}));
|
|
1054
|
+
var EmailTemplateMetadata;
|
|
1055
|
+
(function (EmailTemplateMetadata) {
|
|
1056
|
+
/**
|
|
1057
|
+
* @internal
|
|
1058
|
+
*/
|
|
1059
|
+
EmailTemplateMetadata.filterSensitiveLog = (obj) => ({
|
|
1060
|
+
...obj,
|
|
1061
|
+
});
|
|
1062
|
+
})(EmailTemplateMetadata = exports.EmailTemplateMetadata || (exports.EmailTemplateMetadata = {}));
|
|
1063
|
+
var EventDestination;
|
|
1064
|
+
(function (EventDestination) {
|
|
1065
|
+
/**
|
|
1066
|
+
* @internal
|
|
1067
|
+
*/
|
|
1068
|
+
EventDestination.filterSensitiveLog = (obj) => ({
|
|
1069
|
+
...obj,
|
|
1070
|
+
});
|
|
1071
|
+
})(EventDestination = exports.EventDestination || (exports.EventDestination = {}));
|
|
1072
|
+
var FailureInfo;
|
|
1073
|
+
(function (FailureInfo) {
|
|
1074
|
+
/**
|
|
1075
|
+
* @internal
|
|
1076
|
+
*/
|
|
1077
|
+
FailureInfo.filterSensitiveLog = (obj) => ({
|
|
1078
|
+
...obj,
|
|
1079
|
+
});
|
|
1080
|
+
})(FailureInfo = exports.FailureInfo || (exports.FailureInfo = {}));
|
|
1081
|
+
var GetAccountRequest;
|
|
1082
|
+
(function (GetAccountRequest) {
|
|
1083
|
+
/**
|
|
1084
|
+
* @internal
|
|
1085
|
+
*/
|
|
1086
|
+
GetAccountRequest.filterSensitiveLog = (obj) => ({
|
|
1087
|
+
...obj,
|
|
1088
|
+
});
|
|
1089
|
+
})(GetAccountRequest = exports.GetAccountRequest || (exports.GetAccountRequest = {}));
|
|
1090
|
+
var SendQuota;
|
|
1091
|
+
(function (SendQuota) {
|
|
1092
|
+
/**
|
|
1093
|
+
* @internal
|
|
1094
|
+
*/
|
|
1095
|
+
SendQuota.filterSensitiveLog = (obj) => ({
|
|
1096
|
+
...obj,
|
|
1097
|
+
});
|
|
1098
|
+
})(SendQuota = exports.SendQuota || (exports.SendQuota = {}));
|
|
1099
|
+
var SuppressionAttributes;
|
|
1100
|
+
(function (SuppressionAttributes) {
|
|
1101
|
+
/**
|
|
1102
|
+
* @internal
|
|
1103
|
+
*/
|
|
1104
|
+
SuppressionAttributes.filterSensitiveLog = (obj) => ({
|
|
1105
|
+
...obj,
|
|
1106
|
+
});
|
|
1107
|
+
})(SuppressionAttributes = exports.SuppressionAttributes || (exports.SuppressionAttributes = {}));
|
|
1108
|
+
var GetAccountResponse;
|
|
1109
|
+
(function (GetAccountResponse) {
|
|
1110
|
+
/**
|
|
1111
|
+
* @internal
|
|
1112
|
+
*/
|
|
1113
|
+
GetAccountResponse.filterSensitiveLog = (obj) => ({
|
|
1114
|
+
...obj,
|
|
1115
|
+
...(obj.Details && { Details: AccountDetails.filterSensitiveLog(obj.Details) }),
|
|
1116
|
+
});
|
|
1117
|
+
})(GetAccountResponse = exports.GetAccountResponse || (exports.GetAccountResponse = {}));
|
|
1118
|
+
var GetBlacklistReportsRequest;
|
|
1119
|
+
(function (GetBlacklistReportsRequest) {
|
|
1120
|
+
/**
|
|
1121
|
+
* @internal
|
|
1122
|
+
*/
|
|
1123
|
+
GetBlacklistReportsRequest.filterSensitiveLog = (obj) => ({
|
|
1124
|
+
...obj,
|
|
1125
|
+
});
|
|
1126
|
+
})(GetBlacklistReportsRequest = exports.GetBlacklistReportsRequest || (exports.GetBlacklistReportsRequest = {}));
|
|
1127
|
+
var GetBlacklistReportsResponse;
|
|
1128
|
+
(function (GetBlacklistReportsResponse) {
|
|
1129
|
+
/**
|
|
1130
|
+
* @internal
|
|
1131
|
+
*/
|
|
1132
|
+
GetBlacklistReportsResponse.filterSensitiveLog = (obj) => ({
|
|
1133
|
+
...obj,
|
|
1134
|
+
});
|
|
1135
|
+
})(GetBlacklistReportsResponse = exports.GetBlacklistReportsResponse || (exports.GetBlacklistReportsResponse = {}));
|
|
1136
|
+
var GetConfigurationSetRequest;
|
|
1137
|
+
(function (GetConfigurationSetRequest) {
|
|
1138
|
+
/**
|
|
1139
|
+
* @internal
|
|
1140
|
+
*/
|
|
1141
|
+
GetConfigurationSetRequest.filterSensitiveLog = (obj) => ({
|
|
1142
|
+
...obj,
|
|
1143
|
+
});
|
|
1144
|
+
})(GetConfigurationSetRequest = exports.GetConfigurationSetRequest || (exports.GetConfigurationSetRequest = {}));
|
|
1145
|
+
var GetConfigurationSetResponse;
|
|
1146
|
+
(function (GetConfigurationSetResponse) {
|
|
1147
|
+
/**
|
|
1148
|
+
* @internal
|
|
1149
|
+
*/
|
|
1150
|
+
GetConfigurationSetResponse.filterSensitiveLog = (obj) => ({
|
|
1151
|
+
...obj,
|
|
1152
|
+
});
|
|
1153
|
+
})(GetConfigurationSetResponse = exports.GetConfigurationSetResponse || (exports.GetConfigurationSetResponse = {}));
|
|
1154
|
+
var GetConfigurationSetEventDestinationsRequest;
|
|
1155
|
+
(function (GetConfigurationSetEventDestinationsRequest) {
|
|
1156
|
+
/**
|
|
1157
|
+
* @internal
|
|
1158
|
+
*/
|
|
1159
|
+
GetConfigurationSetEventDestinationsRequest.filterSensitiveLog = (obj) => ({
|
|
1160
|
+
...obj,
|
|
1161
|
+
});
|
|
1162
|
+
})(GetConfigurationSetEventDestinationsRequest = exports.GetConfigurationSetEventDestinationsRequest || (exports.GetConfigurationSetEventDestinationsRequest = {}));
|
|
1163
|
+
var GetConfigurationSetEventDestinationsResponse;
|
|
1164
|
+
(function (GetConfigurationSetEventDestinationsResponse) {
|
|
1165
|
+
/**
|
|
1166
|
+
* @internal
|
|
1167
|
+
*/
|
|
1168
|
+
GetConfigurationSetEventDestinationsResponse.filterSensitiveLog = (obj) => ({
|
|
1169
|
+
...obj,
|
|
1170
|
+
});
|
|
1171
|
+
})(GetConfigurationSetEventDestinationsResponse = exports.GetConfigurationSetEventDestinationsResponse || (exports.GetConfigurationSetEventDestinationsResponse = {}));
|
|
1172
|
+
var GetContactRequest;
|
|
1173
|
+
(function (GetContactRequest) {
|
|
1174
|
+
/**
|
|
1175
|
+
* @internal
|
|
1176
|
+
*/
|
|
1177
|
+
GetContactRequest.filterSensitiveLog = (obj) => ({
|
|
1178
|
+
...obj,
|
|
1179
|
+
});
|
|
1180
|
+
})(GetContactRequest = exports.GetContactRequest || (exports.GetContactRequest = {}));
|
|
1181
|
+
var GetContactResponse;
|
|
1182
|
+
(function (GetContactResponse) {
|
|
1183
|
+
/**
|
|
1184
|
+
* @internal
|
|
1185
|
+
*/
|
|
1186
|
+
GetContactResponse.filterSensitiveLog = (obj) => ({
|
|
1187
|
+
...obj,
|
|
1188
|
+
});
|
|
1189
|
+
})(GetContactResponse = exports.GetContactResponse || (exports.GetContactResponse = {}));
|
|
1190
|
+
var GetContactListRequest;
|
|
1191
|
+
(function (GetContactListRequest) {
|
|
1192
|
+
/**
|
|
1193
|
+
* @internal
|
|
1194
|
+
*/
|
|
1195
|
+
GetContactListRequest.filterSensitiveLog = (obj) => ({
|
|
1196
|
+
...obj,
|
|
1197
|
+
});
|
|
1198
|
+
})(GetContactListRequest = exports.GetContactListRequest || (exports.GetContactListRequest = {}));
|
|
1199
|
+
var GetContactListResponse;
|
|
1200
|
+
(function (GetContactListResponse) {
|
|
1201
|
+
/**
|
|
1202
|
+
* @internal
|
|
1203
|
+
*/
|
|
1204
|
+
GetContactListResponse.filterSensitiveLog = (obj) => ({
|
|
1205
|
+
...obj,
|
|
1206
|
+
});
|
|
1207
|
+
})(GetContactListResponse = exports.GetContactListResponse || (exports.GetContactListResponse = {}));
|
|
1208
|
+
var GetCustomVerificationEmailTemplateRequest;
|
|
1209
|
+
(function (GetCustomVerificationEmailTemplateRequest) {
|
|
1210
|
+
/**
|
|
1211
|
+
* @internal
|
|
1212
|
+
*/
|
|
1213
|
+
GetCustomVerificationEmailTemplateRequest.filterSensitiveLog = (obj) => ({
|
|
1214
|
+
...obj,
|
|
1215
|
+
});
|
|
1216
|
+
})(GetCustomVerificationEmailTemplateRequest = exports.GetCustomVerificationEmailTemplateRequest || (exports.GetCustomVerificationEmailTemplateRequest = {}));
|
|
1217
|
+
var GetCustomVerificationEmailTemplateResponse;
|
|
1218
|
+
(function (GetCustomVerificationEmailTemplateResponse) {
|
|
1219
|
+
/**
|
|
1220
|
+
* @internal
|
|
1221
|
+
*/
|
|
1222
|
+
GetCustomVerificationEmailTemplateResponse.filterSensitiveLog = (obj) => ({
|
|
1223
|
+
...obj,
|
|
1224
|
+
});
|
|
1225
|
+
})(GetCustomVerificationEmailTemplateResponse = exports.GetCustomVerificationEmailTemplateResponse || (exports.GetCustomVerificationEmailTemplateResponse = {}));
|
|
1226
|
+
var GetDedicatedIpRequest;
|
|
1227
|
+
(function (GetDedicatedIpRequest) {
|
|
1228
|
+
/**
|
|
1229
|
+
* @internal
|
|
1230
|
+
*/
|
|
1231
|
+
GetDedicatedIpRequest.filterSensitiveLog = (obj) => ({
|
|
1232
|
+
...obj,
|
|
1233
|
+
});
|
|
1234
|
+
})(GetDedicatedIpRequest = exports.GetDedicatedIpRequest || (exports.GetDedicatedIpRequest = {}));
|
|
1235
|
+
var GetDedicatedIpResponse;
|
|
1236
|
+
(function (GetDedicatedIpResponse) {
|
|
1237
|
+
/**
|
|
1238
|
+
* @internal
|
|
1239
|
+
*/
|
|
1240
|
+
GetDedicatedIpResponse.filterSensitiveLog = (obj) => ({
|
|
1241
|
+
...obj,
|
|
1242
|
+
});
|
|
1243
|
+
})(GetDedicatedIpResponse = exports.GetDedicatedIpResponse || (exports.GetDedicatedIpResponse = {}));
|
|
1244
|
+
var GetDedicatedIpsRequest;
|
|
1245
|
+
(function (GetDedicatedIpsRequest) {
|
|
1246
|
+
/**
|
|
1247
|
+
* @internal
|
|
1248
|
+
*/
|
|
1249
|
+
GetDedicatedIpsRequest.filterSensitiveLog = (obj) => ({
|
|
1250
|
+
...obj,
|
|
1251
|
+
});
|
|
1252
|
+
})(GetDedicatedIpsRequest = exports.GetDedicatedIpsRequest || (exports.GetDedicatedIpsRequest = {}));
|
|
1253
|
+
var GetDedicatedIpsResponse;
|
|
1254
|
+
(function (GetDedicatedIpsResponse) {
|
|
1255
|
+
/**
|
|
1256
|
+
* @internal
|
|
1257
|
+
*/
|
|
1258
|
+
GetDedicatedIpsResponse.filterSensitiveLog = (obj) => ({
|
|
1259
|
+
...obj,
|
|
1260
|
+
});
|
|
1261
|
+
})(GetDedicatedIpsResponse = exports.GetDedicatedIpsResponse || (exports.GetDedicatedIpsResponse = {}));
|
|
1262
|
+
var GetDeliverabilityDashboardOptionsRequest;
|
|
1263
|
+
(function (GetDeliverabilityDashboardOptionsRequest) {
|
|
1264
|
+
/**
|
|
1265
|
+
* @internal
|
|
1266
|
+
*/
|
|
1267
|
+
GetDeliverabilityDashboardOptionsRequest.filterSensitiveLog = (obj) => ({
|
|
1268
|
+
...obj,
|
|
1269
|
+
});
|
|
1270
|
+
})(GetDeliverabilityDashboardOptionsRequest = exports.GetDeliverabilityDashboardOptionsRequest || (exports.GetDeliverabilityDashboardOptionsRequest = {}));
|
|
1271
|
+
var GetDeliverabilityDashboardOptionsResponse;
|
|
1272
|
+
(function (GetDeliverabilityDashboardOptionsResponse) {
|
|
1273
|
+
/**
|
|
1274
|
+
* @internal
|
|
1275
|
+
*/
|
|
1276
|
+
GetDeliverabilityDashboardOptionsResponse.filterSensitiveLog = (obj) => ({
|
|
1277
|
+
...obj,
|
|
1278
|
+
});
|
|
1279
|
+
})(GetDeliverabilityDashboardOptionsResponse = exports.GetDeliverabilityDashboardOptionsResponse || (exports.GetDeliverabilityDashboardOptionsResponse = {}));
|
|
1280
|
+
var GetDeliverabilityTestReportRequest;
|
|
1281
|
+
(function (GetDeliverabilityTestReportRequest) {
|
|
1282
|
+
/**
|
|
1283
|
+
* @internal
|
|
1284
|
+
*/
|
|
1285
|
+
GetDeliverabilityTestReportRequest.filterSensitiveLog = (obj) => ({
|
|
1286
|
+
...obj,
|
|
1287
|
+
});
|
|
1288
|
+
})(GetDeliverabilityTestReportRequest = exports.GetDeliverabilityTestReportRequest || (exports.GetDeliverabilityTestReportRequest = {}));
|
|
1289
|
+
var PlacementStatistics;
|
|
1290
|
+
(function (PlacementStatistics) {
|
|
1291
|
+
/**
|
|
1292
|
+
* @internal
|
|
1293
|
+
*/
|
|
1294
|
+
PlacementStatistics.filterSensitiveLog = (obj) => ({
|
|
1295
|
+
...obj,
|
|
1296
|
+
});
|
|
1297
|
+
})(PlacementStatistics = exports.PlacementStatistics || (exports.PlacementStatistics = {}));
|
|
1298
|
+
var IspPlacement;
|
|
1299
|
+
(function (IspPlacement) {
|
|
1300
|
+
/**
|
|
1301
|
+
* @internal
|
|
1302
|
+
*/
|
|
1303
|
+
IspPlacement.filterSensitiveLog = (obj) => ({
|
|
1304
|
+
...obj,
|
|
1305
|
+
});
|
|
1306
|
+
})(IspPlacement = exports.IspPlacement || (exports.IspPlacement = {}));
|
|
1307
|
+
var GetDeliverabilityTestReportResponse;
|
|
1308
|
+
(function (GetDeliverabilityTestReportResponse) {
|
|
1309
|
+
/**
|
|
1310
|
+
* @internal
|
|
1311
|
+
*/
|
|
1312
|
+
GetDeliverabilityTestReportResponse.filterSensitiveLog = (obj) => ({
|
|
1313
|
+
...obj,
|
|
1314
|
+
});
|
|
1315
|
+
})(GetDeliverabilityTestReportResponse = exports.GetDeliverabilityTestReportResponse || (exports.GetDeliverabilityTestReportResponse = {}));
|
|
1316
|
+
var GetDomainDeliverabilityCampaignRequest;
|
|
1317
|
+
(function (GetDomainDeliverabilityCampaignRequest) {
|
|
1318
|
+
/**
|
|
1319
|
+
* @internal
|
|
1320
|
+
*/
|
|
1321
|
+
GetDomainDeliverabilityCampaignRequest.filterSensitiveLog = (obj) => ({
|
|
1322
|
+
...obj,
|
|
1323
|
+
});
|
|
1324
|
+
})(GetDomainDeliverabilityCampaignRequest = exports.GetDomainDeliverabilityCampaignRequest || (exports.GetDomainDeliverabilityCampaignRequest = {}));
|
|
1325
|
+
var GetDomainDeliverabilityCampaignResponse;
|
|
1326
|
+
(function (GetDomainDeliverabilityCampaignResponse) {
|
|
1327
|
+
/**
|
|
1328
|
+
* @internal
|
|
1329
|
+
*/
|
|
1330
|
+
GetDomainDeliverabilityCampaignResponse.filterSensitiveLog = (obj) => ({
|
|
1331
|
+
...obj,
|
|
1332
|
+
});
|
|
1333
|
+
})(GetDomainDeliverabilityCampaignResponse = exports.GetDomainDeliverabilityCampaignResponse || (exports.GetDomainDeliverabilityCampaignResponse = {}));
|
|
1334
|
+
var GetDomainStatisticsReportRequest;
|
|
1335
|
+
(function (GetDomainStatisticsReportRequest) {
|
|
1336
|
+
/**
|
|
1337
|
+
* @internal
|
|
1338
|
+
*/
|
|
1339
|
+
GetDomainStatisticsReportRequest.filterSensitiveLog = (obj) => ({
|
|
1340
|
+
...obj,
|
|
1341
|
+
});
|
|
1342
|
+
})(GetDomainStatisticsReportRequest = exports.GetDomainStatisticsReportRequest || (exports.GetDomainStatisticsReportRequest = {}));
|
|
1343
|
+
var OverallVolume;
|
|
1344
|
+
(function (OverallVolume) {
|
|
1345
|
+
/**
|
|
1346
|
+
* @internal
|
|
1347
|
+
*/
|
|
1348
|
+
OverallVolume.filterSensitiveLog = (obj) => ({
|
|
1349
|
+
...obj,
|
|
1350
|
+
});
|
|
1351
|
+
})(OverallVolume = exports.OverallVolume || (exports.OverallVolume = {}));
|
|
1352
|
+
var GetDomainStatisticsReportResponse;
|
|
1353
|
+
(function (GetDomainStatisticsReportResponse) {
|
|
1354
|
+
/**
|
|
1355
|
+
* @internal
|
|
1356
|
+
*/
|
|
1357
|
+
GetDomainStatisticsReportResponse.filterSensitiveLog = (obj) => ({
|
|
1358
|
+
...obj,
|
|
1359
|
+
});
|
|
1360
|
+
})(GetDomainStatisticsReportResponse = exports.GetDomainStatisticsReportResponse || (exports.GetDomainStatisticsReportResponse = {}));
|
|
1361
|
+
var GetEmailIdentityRequest;
|
|
1362
|
+
(function (GetEmailIdentityRequest) {
|
|
1363
|
+
/**
|
|
1364
|
+
* @internal
|
|
1365
|
+
*/
|
|
1366
|
+
GetEmailIdentityRequest.filterSensitiveLog = (obj) => ({
|
|
1367
|
+
...obj,
|
|
1368
|
+
});
|
|
1369
|
+
})(GetEmailIdentityRequest = exports.GetEmailIdentityRequest || (exports.GetEmailIdentityRequest = {}));
|
|
1370
|
+
var MailFromDomainStatus;
|
|
1371
|
+
(function (MailFromDomainStatus) {
|
|
1372
|
+
MailFromDomainStatus["FAILED"] = "FAILED";
|
|
1373
|
+
MailFromDomainStatus["PENDING"] = "PENDING";
|
|
1374
|
+
MailFromDomainStatus["SUCCESS"] = "SUCCESS";
|
|
1375
|
+
MailFromDomainStatus["TEMPORARY_FAILURE"] = "TEMPORARY_FAILURE";
|
|
1376
|
+
})(MailFromDomainStatus = exports.MailFromDomainStatus || (exports.MailFromDomainStatus = {}));
|
|
1377
|
+
var MailFromAttributes;
|
|
1378
|
+
(function (MailFromAttributes) {
|
|
1379
|
+
/**
|
|
1380
|
+
* @internal
|
|
1381
|
+
*/
|
|
1382
|
+
MailFromAttributes.filterSensitiveLog = (obj) => ({
|
|
1383
|
+
...obj,
|
|
1384
|
+
});
|
|
1385
|
+
})(MailFromAttributes = exports.MailFromAttributes || (exports.MailFromAttributes = {}));
|
|
1386
|
+
var GetEmailIdentityResponse;
|
|
1387
|
+
(function (GetEmailIdentityResponse) {
|
|
1388
|
+
/**
|
|
1389
|
+
* @internal
|
|
1390
|
+
*/
|
|
1391
|
+
GetEmailIdentityResponse.filterSensitiveLog = (obj) => ({
|
|
1392
|
+
...obj,
|
|
1393
|
+
});
|
|
1394
|
+
})(GetEmailIdentityResponse = exports.GetEmailIdentityResponse || (exports.GetEmailIdentityResponse = {}));
|
|
1395
|
+
var GetEmailIdentityPoliciesRequest;
|
|
1396
|
+
(function (GetEmailIdentityPoliciesRequest) {
|
|
1397
|
+
/**
|
|
1398
|
+
* @internal
|
|
1399
|
+
*/
|
|
1400
|
+
GetEmailIdentityPoliciesRequest.filterSensitiveLog = (obj) => ({
|
|
1401
|
+
...obj,
|
|
1402
|
+
});
|
|
1403
|
+
})(GetEmailIdentityPoliciesRequest = exports.GetEmailIdentityPoliciesRequest || (exports.GetEmailIdentityPoliciesRequest = {}));
|
|
1404
|
+
var GetEmailIdentityPoliciesResponse;
|
|
1405
|
+
(function (GetEmailIdentityPoliciesResponse) {
|
|
1406
|
+
/**
|
|
1407
|
+
* @internal
|
|
1408
|
+
*/
|
|
1409
|
+
GetEmailIdentityPoliciesResponse.filterSensitiveLog = (obj) => ({
|
|
1410
|
+
...obj,
|
|
1411
|
+
});
|
|
1412
|
+
})(GetEmailIdentityPoliciesResponse = exports.GetEmailIdentityPoliciesResponse || (exports.GetEmailIdentityPoliciesResponse = {}));
|
|
1413
|
+
var GetEmailTemplateRequest;
|
|
1414
|
+
(function (GetEmailTemplateRequest) {
|
|
1415
|
+
/**
|
|
1416
|
+
* @internal
|
|
1417
|
+
*/
|
|
1418
|
+
GetEmailTemplateRequest.filterSensitiveLog = (obj) => ({
|
|
1419
|
+
...obj,
|
|
1420
|
+
});
|
|
1421
|
+
})(GetEmailTemplateRequest = exports.GetEmailTemplateRequest || (exports.GetEmailTemplateRequest = {}));
|
|
1422
|
+
var GetEmailTemplateResponse;
|
|
1423
|
+
(function (GetEmailTemplateResponse) {
|
|
1424
|
+
/**
|
|
1425
|
+
* @internal
|
|
1426
|
+
*/
|
|
1427
|
+
GetEmailTemplateResponse.filterSensitiveLog = (obj) => ({
|
|
1428
|
+
...obj,
|
|
1429
|
+
});
|
|
1430
|
+
})(GetEmailTemplateResponse = exports.GetEmailTemplateResponse || (exports.GetEmailTemplateResponse = {}));
|
|
1431
|
+
var GetImportJobRequest;
|
|
1432
|
+
(function (GetImportJobRequest) {
|
|
1433
|
+
/**
|
|
1434
|
+
* @internal
|
|
1435
|
+
*/
|
|
1436
|
+
GetImportJobRequest.filterSensitiveLog = (obj) => ({
|
|
1437
|
+
...obj,
|
|
1438
|
+
});
|
|
1439
|
+
})(GetImportJobRequest = exports.GetImportJobRequest || (exports.GetImportJobRequest = {}));
|
|
1440
|
+
var JobStatus;
|
|
1441
|
+
(function (JobStatus) {
|
|
1442
|
+
JobStatus["COMPLETED"] = "COMPLETED";
|
|
1443
|
+
JobStatus["CREATED"] = "CREATED";
|
|
1444
|
+
JobStatus["FAILED"] = "FAILED";
|
|
1445
|
+
JobStatus["PROCESSING"] = "PROCESSING";
|
|
1446
|
+
})(JobStatus = exports.JobStatus || (exports.JobStatus = {}));
|
|
1447
|
+
var GetImportJobResponse;
|
|
1448
|
+
(function (GetImportJobResponse) {
|
|
1449
|
+
/**
|
|
1450
|
+
* @internal
|
|
1451
|
+
*/
|
|
1452
|
+
GetImportJobResponse.filterSensitiveLog = (obj) => ({
|
|
1453
|
+
...obj,
|
|
1454
|
+
});
|
|
1455
|
+
})(GetImportJobResponse = exports.GetImportJobResponse || (exports.GetImportJobResponse = {}));
|
|
1456
|
+
var GetSuppressedDestinationRequest;
|
|
1457
|
+
(function (GetSuppressedDestinationRequest) {
|
|
1458
|
+
/**
|
|
1459
|
+
* @internal
|
|
1460
|
+
*/
|
|
1461
|
+
GetSuppressedDestinationRequest.filterSensitiveLog = (obj) => ({
|
|
1462
|
+
...obj,
|
|
1463
|
+
});
|
|
1464
|
+
})(GetSuppressedDestinationRequest = exports.GetSuppressedDestinationRequest || (exports.GetSuppressedDestinationRequest = {}));
|
|
1465
|
+
var SuppressedDestinationAttributes;
|
|
1466
|
+
(function (SuppressedDestinationAttributes) {
|
|
1467
|
+
/**
|
|
1468
|
+
* @internal
|
|
1469
|
+
*/
|
|
1470
|
+
SuppressedDestinationAttributes.filterSensitiveLog = (obj) => ({
|
|
1471
|
+
...obj,
|
|
1472
|
+
});
|
|
1473
|
+
})(SuppressedDestinationAttributes = exports.SuppressedDestinationAttributes || (exports.SuppressedDestinationAttributes = {}));
|
|
1474
|
+
var SuppressedDestination;
|
|
1475
|
+
(function (SuppressedDestination) {
|
|
1476
|
+
/**
|
|
1477
|
+
* @internal
|
|
1478
|
+
*/
|
|
1479
|
+
SuppressedDestination.filterSensitiveLog = (obj) => ({
|
|
1480
|
+
...obj,
|
|
1481
|
+
});
|
|
1482
|
+
})(SuppressedDestination = exports.SuppressedDestination || (exports.SuppressedDestination = {}));
|
|
1483
|
+
var GetSuppressedDestinationResponse;
|
|
1484
|
+
(function (GetSuppressedDestinationResponse) {
|
|
1485
|
+
/**
|
|
1486
|
+
* @internal
|
|
1487
|
+
*/
|
|
1488
|
+
GetSuppressedDestinationResponse.filterSensitiveLog = (obj) => ({
|
|
1489
|
+
...obj,
|
|
1490
|
+
});
|
|
1491
|
+
})(GetSuppressedDestinationResponse = exports.GetSuppressedDestinationResponse || (exports.GetSuppressedDestinationResponse = {}));
|
|
1492
|
+
var IdentityInfo;
|
|
1493
|
+
(function (IdentityInfo) {
|
|
1494
|
+
/**
|
|
1495
|
+
* @internal
|
|
1496
|
+
*/
|
|
1497
|
+
IdentityInfo.filterSensitiveLog = (obj) => ({
|
|
1498
|
+
...obj,
|
|
1499
|
+
});
|
|
1500
|
+
})(IdentityInfo = exports.IdentityInfo || (exports.IdentityInfo = {}));
|
|
1501
|
+
var ImportDestinationType;
|
|
1502
|
+
(function (ImportDestinationType) {
|
|
1503
|
+
ImportDestinationType["CONTACT_LIST"] = "CONTACT_LIST";
|
|
1504
|
+
ImportDestinationType["SUPPRESSION_LIST"] = "SUPPRESSION_LIST";
|
|
1505
|
+
})(ImportDestinationType = exports.ImportDestinationType || (exports.ImportDestinationType = {}));
|
|
1506
|
+
var ImportJobSummary;
|
|
1507
|
+
(function (ImportJobSummary) {
|
|
1508
|
+
/**
|
|
1509
|
+
* @internal
|
|
1510
|
+
*/
|
|
1511
|
+
ImportJobSummary.filterSensitiveLog = (obj) => ({
|
|
1512
|
+
...obj,
|
|
1513
|
+
});
|
|
1514
|
+
})(ImportJobSummary = exports.ImportJobSummary || (exports.ImportJobSummary = {}));
|
|
1515
|
+
var InvalidNextTokenException;
|
|
1516
|
+
(function (InvalidNextTokenException) {
|
|
1517
|
+
/**
|
|
1518
|
+
* @internal
|
|
1519
|
+
*/
|
|
1520
|
+
InvalidNextTokenException.filterSensitiveLog = (obj) => ({
|
|
1521
|
+
...obj,
|
|
1522
|
+
});
|
|
1523
|
+
})(InvalidNextTokenException = exports.InvalidNextTokenException || (exports.InvalidNextTokenException = {}));
|
|
1524
|
+
var ListConfigurationSetsRequest;
|
|
1525
|
+
(function (ListConfigurationSetsRequest) {
|
|
1526
|
+
/**
|
|
1527
|
+
* @internal
|
|
1528
|
+
*/
|
|
1529
|
+
ListConfigurationSetsRequest.filterSensitiveLog = (obj) => ({
|
|
1530
|
+
...obj,
|
|
1531
|
+
});
|
|
1532
|
+
})(ListConfigurationSetsRequest = exports.ListConfigurationSetsRequest || (exports.ListConfigurationSetsRequest = {}));
|
|
1533
|
+
var ListConfigurationSetsResponse;
|
|
1534
|
+
(function (ListConfigurationSetsResponse) {
|
|
1535
|
+
/**
|
|
1536
|
+
* @internal
|
|
1537
|
+
*/
|
|
1538
|
+
ListConfigurationSetsResponse.filterSensitiveLog = (obj) => ({
|
|
1539
|
+
...obj,
|
|
1540
|
+
});
|
|
1541
|
+
})(ListConfigurationSetsResponse = exports.ListConfigurationSetsResponse || (exports.ListConfigurationSetsResponse = {}));
|
|
1542
|
+
var ListContactListsRequest;
|
|
1543
|
+
(function (ListContactListsRequest) {
|
|
1544
|
+
/**
|
|
1545
|
+
* @internal
|
|
1546
|
+
*/
|
|
1547
|
+
ListContactListsRequest.filterSensitiveLog = (obj) => ({
|
|
1548
|
+
...obj,
|
|
1549
|
+
});
|
|
1550
|
+
})(ListContactListsRequest = exports.ListContactListsRequest || (exports.ListContactListsRequest = {}));
|
|
1551
|
+
var ListContactListsResponse;
|
|
1552
|
+
(function (ListContactListsResponse) {
|
|
1553
|
+
/**
|
|
1554
|
+
* @internal
|
|
1555
|
+
*/
|
|
1556
|
+
ListContactListsResponse.filterSensitiveLog = (obj) => ({
|
|
1557
|
+
...obj,
|
|
1558
|
+
});
|
|
1559
|
+
})(ListContactListsResponse = exports.ListContactListsResponse || (exports.ListContactListsResponse = {}));
|
|
1560
|
+
var TopicFilter;
|
|
1561
|
+
(function (TopicFilter) {
|
|
1562
|
+
/**
|
|
1563
|
+
* @internal
|
|
1564
|
+
*/
|
|
1565
|
+
TopicFilter.filterSensitiveLog = (obj) => ({
|
|
1566
|
+
...obj,
|
|
1567
|
+
});
|
|
1568
|
+
})(TopicFilter = exports.TopicFilter || (exports.TopicFilter = {}));
|
|
1569
|
+
var ListContactsFilter;
|
|
1570
|
+
(function (ListContactsFilter) {
|
|
1571
|
+
/**
|
|
1572
|
+
* @internal
|
|
1573
|
+
*/
|
|
1574
|
+
ListContactsFilter.filterSensitiveLog = (obj) => ({
|
|
1575
|
+
...obj,
|
|
1576
|
+
});
|
|
1577
|
+
})(ListContactsFilter = exports.ListContactsFilter || (exports.ListContactsFilter = {}));
|
|
1578
|
+
var ListContactsRequest;
|
|
1579
|
+
(function (ListContactsRequest) {
|
|
1580
|
+
/**
|
|
1581
|
+
* @internal
|
|
1582
|
+
*/
|
|
1583
|
+
ListContactsRequest.filterSensitiveLog = (obj) => ({
|
|
1584
|
+
...obj,
|
|
1585
|
+
});
|
|
1586
|
+
})(ListContactsRequest = exports.ListContactsRequest || (exports.ListContactsRequest = {}));
|
|
1587
|
+
var ListContactsResponse;
|
|
1588
|
+
(function (ListContactsResponse) {
|
|
1589
|
+
/**
|
|
1590
|
+
* @internal
|
|
1591
|
+
*/
|
|
1592
|
+
ListContactsResponse.filterSensitiveLog = (obj) => ({
|
|
1593
|
+
...obj,
|
|
1594
|
+
});
|
|
1595
|
+
})(ListContactsResponse = exports.ListContactsResponse || (exports.ListContactsResponse = {}));
|
|
1596
|
+
var ListCustomVerificationEmailTemplatesRequest;
|
|
1597
|
+
(function (ListCustomVerificationEmailTemplatesRequest) {
|
|
1598
|
+
/**
|
|
1599
|
+
* @internal
|
|
1600
|
+
*/
|
|
1601
|
+
ListCustomVerificationEmailTemplatesRequest.filterSensitiveLog = (obj) => ({
|
|
1602
|
+
...obj,
|
|
1603
|
+
});
|
|
1604
|
+
})(ListCustomVerificationEmailTemplatesRequest = exports.ListCustomVerificationEmailTemplatesRequest || (exports.ListCustomVerificationEmailTemplatesRequest = {}));
|
|
1605
|
+
var ListCustomVerificationEmailTemplatesResponse;
|
|
1606
|
+
(function (ListCustomVerificationEmailTemplatesResponse) {
|
|
1607
|
+
/**
|
|
1608
|
+
* @internal
|
|
1609
|
+
*/
|
|
1610
|
+
ListCustomVerificationEmailTemplatesResponse.filterSensitiveLog = (obj) => ({
|
|
1611
|
+
...obj,
|
|
1612
|
+
});
|
|
1613
|
+
})(ListCustomVerificationEmailTemplatesResponse = exports.ListCustomVerificationEmailTemplatesResponse || (exports.ListCustomVerificationEmailTemplatesResponse = {}));
|
|
1614
|
+
var ListDedicatedIpPoolsRequest;
|
|
1615
|
+
(function (ListDedicatedIpPoolsRequest) {
|
|
1616
|
+
/**
|
|
1617
|
+
* @internal
|
|
1618
|
+
*/
|
|
1619
|
+
ListDedicatedIpPoolsRequest.filterSensitiveLog = (obj) => ({
|
|
1620
|
+
...obj,
|
|
1621
|
+
});
|
|
1622
|
+
})(ListDedicatedIpPoolsRequest = exports.ListDedicatedIpPoolsRequest || (exports.ListDedicatedIpPoolsRequest = {}));
|
|
1623
|
+
var ListDedicatedIpPoolsResponse;
|
|
1624
|
+
(function (ListDedicatedIpPoolsResponse) {
|
|
1625
|
+
/**
|
|
1626
|
+
* @internal
|
|
1627
|
+
*/
|
|
1628
|
+
ListDedicatedIpPoolsResponse.filterSensitiveLog = (obj) => ({
|
|
1629
|
+
...obj,
|
|
1630
|
+
});
|
|
1631
|
+
})(ListDedicatedIpPoolsResponse = exports.ListDedicatedIpPoolsResponse || (exports.ListDedicatedIpPoolsResponse = {}));
|
|
1632
|
+
var ListDeliverabilityTestReportsRequest;
|
|
1633
|
+
(function (ListDeliverabilityTestReportsRequest) {
|
|
1634
|
+
/**
|
|
1635
|
+
* @internal
|
|
1636
|
+
*/
|
|
1637
|
+
ListDeliverabilityTestReportsRequest.filterSensitiveLog = (obj) => ({
|
|
1638
|
+
...obj,
|
|
1639
|
+
});
|
|
1640
|
+
})(ListDeliverabilityTestReportsRequest = exports.ListDeliverabilityTestReportsRequest || (exports.ListDeliverabilityTestReportsRequest = {}));
|
|
1641
|
+
var ListDeliverabilityTestReportsResponse;
|
|
1642
|
+
(function (ListDeliverabilityTestReportsResponse) {
|
|
1643
|
+
/**
|
|
1644
|
+
* @internal
|
|
1645
|
+
*/
|
|
1646
|
+
ListDeliverabilityTestReportsResponse.filterSensitiveLog = (obj) => ({
|
|
1647
|
+
...obj,
|
|
1648
|
+
});
|
|
1649
|
+
})(ListDeliverabilityTestReportsResponse = exports.ListDeliverabilityTestReportsResponse || (exports.ListDeliverabilityTestReportsResponse = {}));
|
|
1650
|
+
var ListDomainDeliverabilityCampaignsRequest;
|
|
1651
|
+
(function (ListDomainDeliverabilityCampaignsRequest) {
|
|
1652
|
+
/**
|
|
1653
|
+
* @internal
|
|
1654
|
+
*/
|
|
1655
|
+
ListDomainDeliverabilityCampaignsRequest.filterSensitiveLog = (obj) => ({
|
|
1656
|
+
...obj,
|
|
1657
|
+
});
|
|
1658
|
+
})(ListDomainDeliverabilityCampaignsRequest = exports.ListDomainDeliverabilityCampaignsRequest || (exports.ListDomainDeliverabilityCampaignsRequest = {}));
|
|
1659
|
+
var ListDomainDeliverabilityCampaignsResponse;
|
|
1660
|
+
(function (ListDomainDeliverabilityCampaignsResponse) {
|
|
1661
|
+
/**
|
|
1662
|
+
* @internal
|
|
1663
|
+
*/
|
|
1664
|
+
ListDomainDeliverabilityCampaignsResponse.filterSensitiveLog = (obj) => ({
|
|
1665
|
+
...obj,
|
|
1666
|
+
});
|
|
1667
|
+
})(ListDomainDeliverabilityCampaignsResponse = exports.ListDomainDeliverabilityCampaignsResponse || (exports.ListDomainDeliverabilityCampaignsResponse = {}));
|
|
1668
|
+
var ListEmailIdentitiesRequest;
|
|
1669
|
+
(function (ListEmailIdentitiesRequest) {
|
|
1670
|
+
/**
|
|
1671
|
+
* @internal
|
|
1672
|
+
*/
|
|
1673
|
+
ListEmailIdentitiesRequest.filterSensitiveLog = (obj) => ({
|
|
1674
|
+
...obj,
|
|
1675
|
+
});
|
|
1676
|
+
})(ListEmailIdentitiesRequest = exports.ListEmailIdentitiesRequest || (exports.ListEmailIdentitiesRequest = {}));
|
|
1677
|
+
var ListEmailIdentitiesResponse;
|
|
1678
|
+
(function (ListEmailIdentitiesResponse) {
|
|
1679
|
+
/**
|
|
1680
|
+
* @internal
|
|
1681
|
+
*/
|
|
1682
|
+
ListEmailIdentitiesResponse.filterSensitiveLog = (obj) => ({
|
|
1683
|
+
...obj,
|
|
1684
|
+
});
|
|
1685
|
+
})(ListEmailIdentitiesResponse = exports.ListEmailIdentitiesResponse || (exports.ListEmailIdentitiesResponse = {}));
|
|
1686
|
+
var ListEmailTemplatesRequest;
|
|
1687
|
+
(function (ListEmailTemplatesRequest) {
|
|
1688
|
+
/**
|
|
1689
|
+
* @internal
|
|
1690
|
+
*/
|
|
1691
|
+
ListEmailTemplatesRequest.filterSensitiveLog = (obj) => ({
|
|
1692
|
+
...obj,
|
|
1693
|
+
});
|
|
1694
|
+
})(ListEmailTemplatesRequest = exports.ListEmailTemplatesRequest || (exports.ListEmailTemplatesRequest = {}));
|
|
1695
|
+
var ListEmailTemplatesResponse;
|
|
1696
|
+
(function (ListEmailTemplatesResponse) {
|
|
1697
|
+
/**
|
|
1698
|
+
* @internal
|
|
1699
|
+
*/
|
|
1700
|
+
ListEmailTemplatesResponse.filterSensitiveLog = (obj) => ({
|
|
1701
|
+
...obj,
|
|
1702
|
+
});
|
|
1703
|
+
})(ListEmailTemplatesResponse = exports.ListEmailTemplatesResponse || (exports.ListEmailTemplatesResponse = {}));
|
|
1704
|
+
var ListImportJobsRequest;
|
|
1705
|
+
(function (ListImportJobsRequest) {
|
|
1706
|
+
/**
|
|
1707
|
+
* @internal
|
|
1708
|
+
*/
|
|
1709
|
+
ListImportJobsRequest.filterSensitiveLog = (obj) => ({
|
|
1710
|
+
...obj,
|
|
1711
|
+
});
|
|
1712
|
+
})(ListImportJobsRequest = exports.ListImportJobsRequest || (exports.ListImportJobsRequest = {}));
|
|
1713
|
+
var ListImportJobsResponse;
|
|
1714
|
+
(function (ListImportJobsResponse) {
|
|
1715
|
+
/**
|
|
1716
|
+
* @internal
|
|
1717
|
+
*/
|
|
1718
|
+
ListImportJobsResponse.filterSensitiveLog = (obj) => ({
|
|
1719
|
+
...obj,
|
|
1720
|
+
});
|
|
1721
|
+
})(ListImportJobsResponse = exports.ListImportJobsResponse || (exports.ListImportJobsResponse = {}));
|
|
1722
|
+
var ListManagementOptions;
|
|
1723
|
+
(function (ListManagementOptions) {
|
|
1724
|
+
/**
|
|
1725
|
+
* @internal
|
|
1726
|
+
*/
|
|
1727
|
+
ListManagementOptions.filterSensitiveLog = (obj) => ({
|
|
1728
|
+
...obj,
|
|
1729
|
+
});
|
|
1730
|
+
})(ListManagementOptions = exports.ListManagementOptions || (exports.ListManagementOptions = {}));
|
|
1731
|
+
var ListSuppressedDestinationsRequest;
|
|
1732
|
+
(function (ListSuppressedDestinationsRequest) {
|
|
1733
|
+
/**
|
|
1734
|
+
* @internal
|
|
1735
|
+
*/
|
|
1736
|
+
ListSuppressedDestinationsRequest.filterSensitiveLog = (obj) => ({
|
|
1737
|
+
...obj,
|
|
1738
|
+
});
|
|
1739
|
+
})(ListSuppressedDestinationsRequest = exports.ListSuppressedDestinationsRequest || (exports.ListSuppressedDestinationsRequest = {}));
|
|
1740
|
+
var SuppressedDestinationSummary;
|
|
1741
|
+
(function (SuppressedDestinationSummary) {
|
|
1742
|
+
/**
|
|
1743
|
+
* @internal
|
|
1744
|
+
*/
|
|
1745
|
+
SuppressedDestinationSummary.filterSensitiveLog = (obj) => ({
|
|
1746
|
+
...obj,
|
|
1747
|
+
});
|
|
1748
|
+
})(SuppressedDestinationSummary = exports.SuppressedDestinationSummary || (exports.SuppressedDestinationSummary = {}));
|
|
1749
|
+
var ListSuppressedDestinationsResponse;
|
|
1750
|
+
(function (ListSuppressedDestinationsResponse) {
|
|
1751
|
+
/**
|
|
1752
|
+
* @internal
|
|
1753
|
+
*/
|
|
1754
|
+
ListSuppressedDestinationsResponse.filterSensitiveLog = (obj) => ({
|
|
1755
|
+
...obj,
|
|
1756
|
+
});
|
|
1757
|
+
})(ListSuppressedDestinationsResponse = exports.ListSuppressedDestinationsResponse || (exports.ListSuppressedDestinationsResponse = {}));
|
|
1758
|
+
var ListTagsForResourceRequest;
|
|
1759
|
+
(function (ListTagsForResourceRequest) {
|
|
1760
|
+
/**
|
|
1761
|
+
* @internal
|
|
1762
|
+
*/
|
|
1763
|
+
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1764
|
+
...obj,
|
|
1765
|
+
});
|
|
1766
|
+
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
1767
|
+
var ListTagsForResourceResponse;
|
|
1768
|
+
(function (ListTagsForResourceResponse) {
|
|
1769
|
+
/**
|
|
1770
|
+
* @internal
|
|
1771
|
+
*/
|
|
1772
|
+
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1773
|
+
...obj,
|
|
1774
|
+
});
|
|
1775
|
+
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
1776
|
+
var PutAccountDedicatedIpWarmupAttributesRequest;
|
|
1777
|
+
(function (PutAccountDedicatedIpWarmupAttributesRequest) {
|
|
1778
|
+
/**
|
|
1779
|
+
* @internal
|
|
1780
|
+
*/
|
|
1781
|
+
PutAccountDedicatedIpWarmupAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
1782
|
+
...obj,
|
|
1783
|
+
});
|
|
1784
|
+
})(PutAccountDedicatedIpWarmupAttributesRequest = exports.PutAccountDedicatedIpWarmupAttributesRequest || (exports.PutAccountDedicatedIpWarmupAttributesRequest = {}));
|
|
1785
|
+
var PutAccountDedicatedIpWarmupAttributesResponse;
|
|
1786
|
+
(function (PutAccountDedicatedIpWarmupAttributesResponse) {
|
|
1787
|
+
/**
|
|
1788
|
+
* @internal
|
|
1789
|
+
*/
|
|
1790
|
+
PutAccountDedicatedIpWarmupAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
1791
|
+
...obj,
|
|
1792
|
+
});
|
|
1793
|
+
})(PutAccountDedicatedIpWarmupAttributesResponse = exports.PutAccountDedicatedIpWarmupAttributesResponse || (exports.PutAccountDedicatedIpWarmupAttributesResponse = {}));
|
|
1794
|
+
var PutAccountDetailsRequest;
|
|
1795
|
+
(function (PutAccountDetailsRequest) {
|
|
1796
|
+
/**
|
|
1797
|
+
* @internal
|
|
1798
|
+
*/
|
|
1799
|
+
PutAccountDetailsRequest.filterSensitiveLog = (obj) => ({
|
|
1800
|
+
...obj,
|
|
1801
|
+
...(obj.WebsiteURL && { WebsiteURL: smithy_client_1.SENSITIVE_STRING }),
|
|
1802
|
+
...(obj.UseCaseDescription && { UseCaseDescription: smithy_client_1.SENSITIVE_STRING }),
|
|
1803
|
+
...(obj.AdditionalContactEmailAddresses && { AdditionalContactEmailAddresses: smithy_client_1.SENSITIVE_STRING }),
|
|
1804
|
+
});
|
|
1805
|
+
})(PutAccountDetailsRequest = exports.PutAccountDetailsRequest || (exports.PutAccountDetailsRequest = {}));
|
|
1806
|
+
var PutAccountDetailsResponse;
|
|
1807
|
+
(function (PutAccountDetailsResponse) {
|
|
1808
|
+
/**
|
|
1809
|
+
* @internal
|
|
1810
|
+
*/
|
|
1811
|
+
PutAccountDetailsResponse.filterSensitiveLog = (obj) => ({
|
|
1812
|
+
...obj,
|
|
1813
|
+
});
|
|
1814
|
+
})(PutAccountDetailsResponse = exports.PutAccountDetailsResponse || (exports.PutAccountDetailsResponse = {}));
|
|
1815
|
+
var PutAccountSendingAttributesRequest;
|
|
1816
|
+
(function (PutAccountSendingAttributesRequest) {
|
|
1817
|
+
/**
|
|
1818
|
+
* @internal
|
|
1819
|
+
*/
|
|
1820
|
+
PutAccountSendingAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
1821
|
+
...obj,
|
|
1822
|
+
});
|
|
1823
|
+
})(PutAccountSendingAttributesRequest = exports.PutAccountSendingAttributesRequest || (exports.PutAccountSendingAttributesRequest = {}));
|
|
1824
|
+
var PutAccountSendingAttributesResponse;
|
|
1825
|
+
(function (PutAccountSendingAttributesResponse) {
|
|
1826
|
+
/**
|
|
1827
|
+
* @internal
|
|
1828
|
+
*/
|
|
1829
|
+
PutAccountSendingAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
1830
|
+
...obj,
|
|
1831
|
+
});
|
|
1832
|
+
})(PutAccountSendingAttributesResponse = exports.PutAccountSendingAttributesResponse || (exports.PutAccountSendingAttributesResponse = {}));
|
|
1833
|
+
var PutAccountSuppressionAttributesRequest;
|
|
1834
|
+
(function (PutAccountSuppressionAttributesRequest) {
|
|
1835
|
+
/**
|
|
1836
|
+
* @internal
|
|
1837
|
+
*/
|
|
1838
|
+
PutAccountSuppressionAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
1839
|
+
...obj,
|
|
1840
|
+
});
|
|
1841
|
+
})(PutAccountSuppressionAttributesRequest = exports.PutAccountSuppressionAttributesRequest || (exports.PutAccountSuppressionAttributesRequest = {}));
|
|
1842
|
+
var PutAccountSuppressionAttributesResponse;
|
|
1843
|
+
(function (PutAccountSuppressionAttributesResponse) {
|
|
1844
|
+
/**
|
|
1845
|
+
* @internal
|
|
1846
|
+
*/
|
|
1847
|
+
PutAccountSuppressionAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
1848
|
+
...obj,
|
|
1849
|
+
});
|
|
1850
|
+
})(PutAccountSuppressionAttributesResponse = exports.PutAccountSuppressionAttributesResponse || (exports.PutAccountSuppressionAttributesResponse = {}));
|
|
1851
|
+
var PutConfigurationSetDeliveryOptionsRequest;
|
|
1852
|
+
(function (PutConfigurationSetDeliveryOptionsRequest) {
|
|
1853
|
+
/**
|
|
1854
|
+
* @internal
|
|
1855
|
+
*/
|
|
1856
|
+
PutConfigurationSetDeliveryOptionsRequest.filterSensitiveLog = (obj) => ({
|
|
1857
|
+
...obj,
|
|
1858
|
+
});
|
|
1859
|
+
})(PutConfigurationSetDeliveryOptionsRequest = exports.PutConfigurationSetDeliveryOptionsRequest || (exports.PutConfigurationSetDeliveryOptionsRequest = {}));
|
|
1860
|
+
var PutConfigurationSetDeliveryOptionsResponse;
|
|
1861
|
+
(function (PutConfigurationSetDeliveryOptionsResponse) {
|
|
1862
|
+
/**
|
|
1863
|
+
* @internal
|
|
1864
|
+
*/
|
|
1865
|
+
PutConfigurationSetDeliveryOptionsResponse.filterSensitiveLog = (obj) => ({
|
|
1866
|
+
...obj,
|
|
1867
|
+
});
|
|
1868
|
+
})(PutConfigurationSetDeliveryOptionsResponse = exports.PutConfigurationSetDeliveryOptionsResponse || (exports.PutConfigurationSetDeliveryOptionsResponse = {}));
|
|
1869
|
+
var PutConfigurationSetReputationOptionsRequest;
|
|
1870
|
+
(function (PutConfigurationSetReputationOptionsRequest) {
|
|
1871
|
+
/**
|
|
1872
|
+
* @internal
|
|
1873
|
+
*/
|
|
1874
|
+
PutConfigurationSetReputationOptionsRequest.filterSensitiveLog = (obj) => ({
|
|
1875
|
+
...obj,
|
|
1876
|
+
});
|
|
1877
|
+
})(PutConfigurationSetReputationOptionsRequest = exports.PutConfigurationSetReputationOptionsRequest || (exports.PutConfigurationSetReputationOptionsRequest = {}));
|
|
1878
|
+
var PutConfigurationSetReputationOptionsResponse;
|
|
1879
|
+
(function (PutConfigurationSetReputationOptionsResponse) {
|
|
1880
|
+
/**
|
|
1881
|
+
* @internal
|
|
1882
|
+
*/
|
|
1883
|
+
PutConfigurationSetReputationOptionsResponse.filterSensitiveLog = (obj) => ({
|
|
1884
|
+
...obj,
|
|
1885
|
+
});
|
|
1886
|
+
})(PutConfigurationSetReputationOptionsResponse = exports.PutConfigurationSetReputationOptionsResponse || (exports.PutConfigurationSetReputationOptionsResponse = {}));
|
|
1887
|
+
var PutConfigurationSetSendingOptionsRequest;
|
|
1888
|
+
(function (PutConfigurationSetSendingOptionsRequest) {
|
|
1889
|
+
/**
|
|
1890
|
+
* @internal
|
|
1891
|
+
*/
|
|
1892
|
+
PutConfigurationSetSendingOptionsRequest.filterSensitiveLog = (obj) => ({
|
|
1893
|
+
...obj,
|
|
1894
|
+
});
|
|
1895
|
+
})(PutConfigurationSetSendingOptionsRequest = exports.PutConfigurationSetSendingOptionsRequest || (exports.PutConfigurationSetSendingOptionsRequest = {}));
|
|
1896
|
+
var PutConfigurationSetSendingOptionsResponse;
|
|
1897
|
+
(function (PutConfigurationSetSendingOptionsResponse) {
|
|
1898
|
+
/**
|
|
1899
|
+
* @internal
|
|
1900
|
+
*/
|
|
1901
|
+
PutConfigurationSetSendingOptionsResponse.filterSensitiveLog = (obj) => ({
|
|
1902
|
+
...obj,
|
|
1903
|
+
});
|
|
1904
|
+
})(PutConfigurationSetSendingOptionsResponse = exports.PutConfigurationSetSendingOptionsResponse || (exports.PutConfigurationSetSendingOptionsResponse = {}));
|
|
1905
|
+
var PutConfigurationSetSuppressionOptionsRequest;
|
|
1906
|
+
(function (PutConfigurationSetSuppressionOptionsRequest) {
|
|
1907
|
+
/**
|
|
1908
|
+
* @internal
|
|
1909
|
+
*/
|
|
1910
|
+
PutConfigurationSetSuppressionOptionsRequest.filterSensitiveLog = (obj) => ({
|
|
1911
|
+
...obj,
|
|
1912
|
+
});
|
|
1913
|
+
})(PutConfigurationSetSuppressionOptionsRequest = exports.PutConfigurationSetSuppressionOptionsRequest || (exports.PutConfigurationSetSuppressionOptionsRequest = {}));
|
|
1914
|
+
var PutConfigurationSetSuppressionOptionsResponse;
|
|
1915
|
+
(function (PutConfigurationSetSuppressionOptionsResponse) {
|
|
1916
|
+
/**
|
|
1917
|
+
* @internal
|
|
1918
|
+
*/
|
|
1919
|
+
PutConfigurationSetSuppressionOptionsResponse.filterSensitiveLog = (obj) => ({
|
|
1920
|
+
...obj,
|
|
1921
|
+
});
|
|
1922
|
+
})(PutConfigurationSetSuppressionOptionsResponse = exports.PutConfigurationSetSuppressionOptionsResponse || (exports.PutConfigurationSetSuppressionOptionsResponse = {}));
|
|
1923
|
+
var PutConfigurationSetTrackingOptionsRequest;
|
|
1924
|
+
(function (PutConfigurationSetTrackingOptionsRequest) {
|
|
1925
|
+
/**
|
|
1926
|
+
* @internal
|
|
1927
|
+
*/
|
|
1928
|
+
PutConfigurationSetTrackingOptionsRequest.filterSensitiveLog = (obj) => ({
|
|
1929
|
+
...obj,
|
|
1930
|
+
});
|
|
1931
|
+
})(PutConfigurationSetTrackingOptionsRequest = exports.PutConfigurationSetTrackingOptionsRequest || (exports.PutConfigurationSetTrackingOptionsRequest = {}));
|
|
1932
|
+
var PutConfigurationSetTrackingOptionsResponse;
|
|
1933
|
+
(function (PutConfigurationSetTrackingOptionsResponse) {
|
|
1934
|
+
/**
|
|
1935
|
+
* @internal
|
|
1936
|
+
*/
|
|
1937
|
+
PutConfigurationSetTrackingOptionsResponse.filterSensitiveLog = (obj) => ({
|
|
1938
|
+
...obj,
|
|
1939
|
+
});
|
|
1940
|
+
})(PutConfigurationSetTrackingOptionsResponse = exports.PutConfigurationSetTrackingOptionsResponse || (exports.PutConfigurationSetTrackingOptionsResponse = {}));
|
|
1941
|
+
var PutDedicatedIpInPoolRequest;
|
|
1942
|
+
(function (PutDedicatedIpInPoolRequest) {
|
|
1943
|
+
/**
|
|
1944
|
+
* @internal
|
|
1945
|
+
*/
|
|
1946
|
+
PutDedicatedIpInPoolRequest.filterSensitiveLog = (obj) => ({
|
|
1947
|
+
...obj,
|
|
1948
|
+
});
|
|
1949
|
+
})(PutDedicatedIpInPoolRequest = exports.PutDedicatedIpInPoolRequest || (exports.PutDedicatedIpInPoolRequest = {}));
|
|
1950
|
+
var PutDedicatedIpInPoolResponse;
|
|
1951
|
+
(function (PutDedicatedIpInPoolResponse) {
|
|
1952
|
+
/**
|
|
1953
|
+
* @internal
|
|
1954
|
+
*/
|
|
1955
|
+
PutDedicatedIpInPoolResponse.filterSensitiveLog = (obj) => ({
|
|
1956
|
+
...obj,
|
|
1957
|
+
});
|
|
1958
|
+
})(PutDedicatedIpInPoolResponse = exports.PutDedicatedIpInPoolResponse || (exports.PutDedicatedIpInPoolResponse = {}));
|
|
1959
|
+
var PutDedicatedIpWarmupAttributesRequest;
|
|
1960
|
+
(function (PutDedicatedIpWarmupAttributesRequest) {
|
|
1961
|
+
/**
|
|
1962
|
+
* @internal
|
|
1963
|
+
*/
|
|
1964
|
+
PutDedicatedIpWarmupAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
1965
|
+
...obj,
|
|
1966
|
+
});
|
|
1967
|
+
})(PutDedicatedIpWarmupAttributesRequest = exports.PutDedicatedIpWarmupAttributesRequest || (exports.PutDedicatedIpWarmupAttributesRequest = {}));
|
|
1968
|
+
var PutDedicatedIpWarmupAttributesResponse;
|
|
1969
|
+
(function (PutDedicatedIpWarmupAttributesResponse) {
|
|
1970
|
+
/**
|
|
1971
|
+
* @internal
|
|
1972
|
+
*/
|
|
1973
|
+
PutDedicatedIpWarmupAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
1974
|
+
...obj,
|
|
1975
|
+
});
|
|
1976
|
+
})(PutDedicatedIpWarmupAttributesResponse = exports.PutDedicatedIpWarmupAttributesResponse || (exports.PutDedicatedIpWarmupAttributesResponse = {}));
|
|
1977
|
+
var PutDeliverabilityDashboardOptionRequest;
|
|
1978
|
+
(function (PutDeliverabilityDashboardOptionRequest) {
|
|
1979
|
+
/**
|
|
1980
|
+
* @internal
|
|
1981
|
+
*/
|
|
1982
|
+
PutDeliverabilityDashboardOptionRequest.filterSensitiveLog = (obj) => ({
|
|
1983
|
+
...obj,
|
|
1984
|
+
});
|
|
1985
|
+
})(PutDeliverabilityDashboardOptionRequest = exports.PutDeliverabilityDashboardOptionRequest || (exports.PutDeliverabilityDashboardOptionRequest = {}));
|
|
1986
|
+
var PutDeliverabilityDashboardOptionResponse;
|
|
1987
|
+
(function (PutDeliverabilityDashboardOptionResponse) {
|
|
1988
|
+
/**
|
|
1989
|
+
* @internal
|
|
1990
|
+
*/
|
|
1991
|
+
PutDeliverabilityDashboardOptionResponse.filterSensitiveLog = (obj) => ({
|
|
1992
|
+
...obj,
|
|
1993
|
+
});
|
|
1994
|
+
})(PutDeliverabilityDashboardOptionResponse = exports.PutDeliverabilityDashboardOptionResponse || (exports.PutDeliverabilityDashboardOptionResponse = {}));
|
|
1995
|
+
var PutEmailIdentityConfigurationSetAttributesRequest;
|
|
1996
|
+
(function (PutEmailIdentityConfigurationSetAttributesRequest) {
|
|
1997
|
+
/**
|
|
1998
|
+
* @internal
|
|
1999
|
+
*/
|
|
2000
|
+
PutEmailIdentityConfigurationSetAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
2001
|
+
...obj,
|
|
2002
|
+
});
|
|
2003
|
+
})(PutEmailIdentityConfigurationSetAttributesRequest = exports.PutEmailIdentityConfigurationSetAttributesRequest || (exports.PutEmailIdentityConfigurationSetAttributesRequest = {}));
|
|
2004
|
+
var PutEmailIdentityConfigurationSetAttributesResponse;
|
|
2005
|
+
(function (PutEmailIdentityConfigurationSetAttributesResponse) {
|
|
2006
|
+
/**
|
|
2007
|
+
* @internal
|
|
2008
|
+
*/
|
|
2009
|
+
PutEmailIdentityConfigurationSetAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
2010
|
+
...obj,
|
|
2011
|
+
});
|
|
2012
|
+
})(PutEmailIdentityConfigurationSetAttributesResponse = exports.PutEmailIdentityConfigurationSetAttributesResponse || (exports.PutEmailIdentityConfigurationSetAttributesResponse = {}));
|
|
2013
|
+
var PutEmailIdentityDkimAttributesRequest;
|
|
2014
|
+
(function (PutEmailIdentityDkimAttributesRequest) {
|
|
2015
|
+
/**
|
|
2016
|
+
* @internal
|
|
2017
|
+
*/
|
|
2018
|
+
PutEmailIdentityDkimAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
2019
|
+
...obj,
|
|
2020
|
+
});
|
|
2021
|
+
})(PutEmailIdentityDkimAttributesRequest = exports.PutEmailIdentityDkimAttributesRequest || (exports.PutEmailIdentityDkimAttributesRequest = {}));
|
|
2022
|
+
var PutEmailIdentityDkimAttributesResponse;
|
|
2023
|
+
(function (PutEmailIdentityDkimAttributesResponse) {
|
|
2024
|
+
/**
|
|
2025
|
+
* @internal
|
|
2026
|
+
*/
|
|
2027
|
+
PutEmailIdentityDkimAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
2028
|
+
...obj,
|
|
2029
|
+
});
|
|
2030
|
+
})(PutEmailIdentityDkimAttributesResponse = exports.PutEmailIdentityDkimAttributesResponse || (exports.PutEmailIdentityDkimAttributesResponse = {}));
|
|
2031
|
+
var PutEmailIdentityDkimSigningAttributesRequest;
|
|
2032
|
+
(function (PutEmailIdentityDkimSigningAttributesRequest) {
|
|
2033
|
+
/**
|
|
2034
|
+
* @internal
|
|
2035
|
+
*/
|
|
2036
|
+
PutEmailIdentityDkimSigningAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
2037
|
+
...obj,
|
|
2038
|
+
...(obj.SigningAttributes && {
|
|
2039
|
+
SigningAttributes: DkimSigningAttributes.filterSensitiveLog(obj.SigningAttributes),
|
|
2040
|
+
}),
|
|
2041
|
+
});
|
|
2042
|
+
})(PutEmailIdentityDkimSigningAttributesRequest = exports.PutEmailIdentityDkimSigningAttributesRequest || (exports.PutEmailIdentityDkimSigningAttributesRequest = {}));
|
|
2043
|
+
var PutEmailIdentityDkimSigningAttributesResponse;
|
|
2044
|
+
(function (PutEmailIdentityDkimSigningAttributesResponse) {
|
|
2045
|
+
/**
|
|
2046
|
+
* @internal
|
|
2047
|
+
*/
|
|
2048
|
+
PutEmailIdentityDkimSigningAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
2049
|
+
...obj,
|
|
2050
|
+
});
|
|
2051
|
+
})(PutEmailIdentityDkimSigningAttributesResponse = exports.PutEmailIdentityDkimSigningAttributesResponse || (exports.PutEmailIdentityDkimSigningAttributesResponse = {}));
|
|
2052
|
+
var PutEmailIdentityFeedbackAttributesRequest;
|
|
2053
|
+
(function (PutEmailIdentityFeedbackAttributesRequest) {
|
|
2054
|
+
/**
|
|
2055
|
+
* @internal
|
|
2056
|
+
*/
|
|
2057
|
+
PutEmailIdentityFeedbackAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
2058
|
+
...obj,
|
|
2059
|
+
});
|
|
2060
|
+
})(PutEmailIdentityFeedbackAttributesRequest = exports.PutEmailIdentityFeedbackAttributesRequest || (exports.PutEmailIdentityFeedbackAttributesRequest = {}));
|
|
2061
|
+
var PutEmailIdentityFeedbackAttributesResponse;
|
|
2062
|
+
(function (PutEmailIdentityFeedbackAttributesResponse) {
|
|
2063
|
+
/**
|
|
2064
|
+
* @internal
|
|
2065
|
+
*/
|
|
2066
|
+
PutEmailIdentityFeedbackAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
2067
|
+
...obj,
|
|
2068
|
+
});
|
|
2069
|
+
})(PutEmailIdentityFeedbackAttributesResponse = exports.PutEmailIdentityFeedbackAttributesResponse || (exports.PutEmailIdentityFeedbackAttributesResponse = {}));
|
|
2070
|
+
var PutEmailIdentityMailFromAttributesRequest;
|
|
2071
|
+
(function (PutEmailIdentityMailFromAttributesRequest) {
|
|
2072
|
+
/**
|
|
2073
|
+
* @internal
|
|
2074
|
+
*/
|
|
2075
|
+
PutEmailIdentityMailFromAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
2076
|
+
...obj,
|
|
2077
|
+
});
|
|
2078
|
+
})(PutEmailIdentityMailFromAttributesRequest = exports.PutEmailIdentityMailFromAttributesRequest || (exports.PutEmailIdentityMailFromAttributesRequest = {}));
|
|
2079
|
+
var PutEmailIdentityMailFromAttributesResponse;
|
|
2080
|
+
(function (PutEmailIdentityMailFromAttributesResponse) {
|
|
2081
|
+
/**
|
|
2082
|
+
* @internal
|
|
2083
|
+
*/
|
|
2084
|
+
PutEmailIdentityMailFromAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
2085
|
+
...obj,
|
|
2086
|
+
});
|
|
2087
|
+
})(PutEmailIdentityMailFromAttributesResponse = exports.PutEmailIdentityMailFromAttributesResponse || (exports.PutEmailIdentityMailFromAttributesResponse = {}));
|
|
2088
|
+
var PutSuppressedDestinationRequest;
|
|
2089
|
+
(function (PutSuppressedDestinationRequest) {
|
|
2090
|
+
/**
|
|
2091
|
+
* @internal
|
|
2092
|
+
*/
|
|
2093
|
+
PutSuppressedDestinationRequest.filterSensitiveLog = (obj) => ({
|
|
2094
|
+
...obj,
|
|
2095
|
+
});
|
|
2096
|
+
})(PutSuppressedDestinationRequest = exports.PutSuppressedDestinationRequest || (exports.PutSuppressedDestinationRequest = {}));
|
|
2097
|
+
var PutSuppressedDestinationResponse;
|
|
2098
|
+
(function (PutSuppressedDestinationResponse) {
|
|
2099
|
+
/**
|
|
2100
|
+
* @internal
|
|
2101
|
+
*/
|
|
2102
|
+
PutSuppressedDestinationResponse.filterSensitiveLog = (obj) => ({
|
|
2103
|
+
...obj,
|
|
2104
|
+
});
|
|
2105
|
+
})(PutSuppressedDestinationResponse = exports.PutSuppressedDestinationResponse || (exports.PutSuppressedDestinationResponse = {}));
|
|
2106
|
+
var SendBulkEmailRequest;
|
|
2107
|
+
(function (SendBulkEmailRequest) {
|
|
2108
|
+
/**
|
|
2109
|
+
* @internal
|
|
2110
|
+
*/
|
|
2111
|
+
SendBulkEmailRequest.filterSensitiveLog = (obj) => ({
|
|
2112
|
+
...obj,
|
|
2113
|
+
});
|
|
2114
|
+
})(SendBulkEmailRequest = exports.SendBulkEmailRequest || (exports.SendBulkEmailRequest = {}));
|
|
2115
|
+
var SendBulkEmailResponse;
|
|
2116
|
+
(function (SendBulkEmailResponse) {
|
|
2117
|
+
/**
|
|
2118
|
+
* @internal
|
|
2119
|
+
*/
|
|
2120
|
+
SendBulkEmailResponse.filterSensitiveLog = (obj) => ({
|
|
2121
|
+
...obj,
|
|
2122
|
+
});
|
|
2123
|
+
})(SendBulkEmailResponse = exports.SendBulkEmailResponse || (exports.SendBulkEmailResponse = {}));
|
|
2124
|
+
var SendCustomVerificationEmailRequest;
|
|
2125
|
+
(function (SendCustomVerificationEmailRequest) {
|
|
2126
|
+
/**
|
|
2127
|
+
* @internal
|
|
2128
|
+
*/
|
|
2129
|
+
SendCustomVerificationEmailRequest.filterSensitiveLog = (obj) => ({
|
|
2130
|
+
...obj,
|
|
2131
|
+
});
|
|
2132
|
+
})(SendCustomVerificationEmailRequest = exports.SendCustomVerificationEmailRequest || (exports.SendCustomVerificationEmailRequest = {}));
|
|
2133
|
+
var SendCustomVerificationEmailResponse;
|
|
2134
|
+
(function (SendCustomVerificationEmailResponse) {
|
|
2135
|
+
/**
|
|
2136
|
+
* @internal
|
|
2137
|
+
*/
|
|
2138
|
+
SendCustomVerificationEmailResponse.filterSensitiveLog = (obj) => ({
|
|
2139
|
+
...obj,
|
|
2140
|
+
});
|
|
2141
|
+
})(SendCustomVerificationEmailResponse = exports.SendCustomVerificationEmailResponse || (exports.SendCustomVerificationEmailResponse = {}));
|
|
2142
|
+
var SendEmailRequest;
|
|
2143
|
+
(function (SendEmailRequest) {
|
|
2144
|
+
/**
|
|
2145
|
+
* @internal
|
|
2146
|
+
*/
|
|
2147
|
+
SendEmailRequest.filterSensitiveLog = (obj) => ({
|
|
2148
|
+
...obj,
|
|
2149
|
+
});
|
|
2150
|
+
})(SendEmailRequest = exports.SendEmailRequest || (exports.SendEmailRequest = {}));
|
|
2151
|
+
var SendEmailResponse;
|
|
2152
|
+
(function (SendEmailResponse) {
|
|
2153
|
+
/**
|
|
2154
|
+
* @internal
|
|
2155
|
+
*/
|
|
2156
|
+
SendEmailResponse.filterSensitiveLog = (obj) => ({
|
|
2157
|
+
...obj,
|
|
2158
|
+
});
|
|
2159
|
+
})(SendEmailResponse = exports.SendEmailResponse || (exports.SendEmailResponse = {}));
|
|
2160
|
+
var TagResourceRequest;
|
|
2161
|
+
(function (TagResourceRequest) {
|
|
2162
|
+
/**
|
|
2163
|
+
* @internal
|
|
2164
|
+
*/
|
|
2165
|
+
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
2166
|
+
...obj,
|
|
2167
|
+
});
|
|
2168
|
+
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
2169
|
+
var TagResourceResponse;
|
|
2170
|
+
(function (TagResourceResponse) {
|
|
2171
|
+
/**
|
|
2172
|
+
* @internal
|
|
2173
|
+
*/
|
|
2174
|
+
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
2175
|
+
...obj,
|
|
2176
|
+
});
|
|
2177
|
+
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
2178
|
+
var TestRenderEmailTemplateRequest;
|
|
2179
|
+
(function (TestRenderEmailTemplateRequest) {
|
|
2180
|
+
/**
|
|
2181
|
+
* @internal
|
|
2182
|
+
*/
|
|
2183
|
+
TestRenderEmailTemplateRequest.filterSensitiveLog = (obj) => ({
|
|
2184
|
+
...obj,
|
|
2185
|
+
});
|
|
2186
|
+
})(TestRenderEmailTemplateRequest = exports.TestRenderEmailTemplateRequest || (exports.TestRenderEmailTemplateRequest = {}));
|
|
2187
|
+
var TestRenderEmailTemplateResponse;
|
|
2188
|
+
(function (TestRenderEmailTemplateResponse) {
|
|
2189
|
+
/**
|
|
2190
|
+
* @internal
|
|
2191
|
+
*/
|
|
2192
|
+
TestRenderEmailTemplateResponse.filterSensitiveLog = (obj) => ({
|
|
2193
|
+
...obj,
|
|
2194
|
+
});
|
|
2195
|
+
})(TestRenderEmailTemplateResponse = exports.TestRenderEmailTemplateResponse || (exports.TestRenderEmailTemplateResponse = {}));
|
|
2196
|
+
var UntagResourceRequest;
|
|
2197
|
+
(function (UntagResourceRequest) {
|
|
2198
|
+
/**
|
|
2199
|
+
* @internal
|
|
2200
|
+
*/
|
|
2201
|
+
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
2202
|
+
...obj,
|
|
2203
|
+
});
|
|
2204
|
+
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
2205
|
+
var UntagResourceResponse;
|
|
2206
|
+
(function (UntagResourceResponse) {
|
|
2207
|
+
/**
|
|
2208
|
+
* @internal
|
|
2209
|
+
*/
|
|
2210
|
+
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
2211
|
+
...obj,
|
|
2212
|
+
});
|
|
2213
|
+
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
2214
|
+
var UpdateConfigurationSetEventDestinationRequest;
|
|
2215
|
+
(function (UpdateConfigurationSetEventDestinationRequest) {
|
|
2216
|
+
/**
|
|
2217
|
+
* @internal
|
|
2218
|
+
*/
|
|
2219
|
+
UpdateConfigurationSetEventDestinationRequest.filterSensitiveLog = (obj) => ({
|
|
2220
|
+
...obj,
|
|
2221
|
+
});
|
|
2222
|
+
})(UpdateConfigurationSetEventDestinationRequest = exports.UpdateConfigurationSetEventDestinationRequest || (exports.UpdateConfigurationSetEventDestinationRequest = {}));
|
|
2223
|
+
var UpdateConfigurationSetEventDestinationResponse;
|
|
2224
|
+
(function (UpdateConfigurationSetEventDestinationResponse) {
|
|
2225
|
+
/**
|
|
2226
|
+
* @internal
|
|
2227
|
+
*/
|
|
2228
|
+
UpdateConfigurationSetEventDestinationResponse.filterSensitiveLog = (obj) => ({
|
|
2229
|
+
...obj,
|
|
2230
|
+
});
|
|
2231
|
+
})(UpdateConfigurationSetEventDestinationResponse = exports.UpdateConfigurationSetEventDestinationResponse || (exports.UpdateConfigurationSetEventDestinationResponse = {}));
|
|
2232
|
+
var UpdateContactRequest;
|
|
2233
|
+
(function (UpdateContactRequest) {
|
|
2234
|
+
/**
|
|
2235
|
+
* @internal
|
|
2236
|
+
*/
|
|
2237
|
+
UpdateContactRequest.filterSensitiveLog = (obj) => ({
|
|
2238
|
+
...obj,
|
|
2239
|
+
});
|
|
2240
|
+
})(UpdateContactRequest = exports.UpdateContactRequest || (exports.UpdateContactRequest = {}));
|
|
2241
|
+
var UpdateContactResponse;
|
|
2242
|
+
(function (UpdateContactResponse) {
|
|
2243
|
+
/**
|
|
2244
|
+
* @internal
|
|
2245
|
+
*/
|
|
2246
|
+
UpdateContactResponse.filterSensitiveLog = (obj) => ({
|
|
2247
|
+
...obj,
|
|
2248
|
+
});
|
|
2249
|
+
})(UpdateContactResponse = exports.UpdateContactResponse || (exports.UpdateContactResponse = {}));
|
|
2250
|
+
var UpdateContactListRequest;
|
|
2251
|
+
(function (UpdateContactListRequest) {
|
|
2252
|
+
/**
|
|
2253
|
+
* @internal
|
|
2254
|
+
*/
|
|
2255
|
+
UpdateContactListRequest.filterSensitiveLog = (obj) => ({
|
|
2256
|
+
...obj,
|
|
2257
|
+
});
|
|
2258
|
+
})(UpdateContactListRequest = exports.UpdateContactListRequest || (exports.UpdateContactListRequest = {}));
|
|
2259
|
+
var UpdateContactListResponse;
|
|
2260
|
+
(function (UpdateContactListResponse) {
|
|
2261
|
+
/**
|
|
2262
|
+
* @internal
|
|
2263
|
+
*/
|
|
2264
|
+
UpdateContactListResponse.filterSensitiveLog = (obj) => ({
|
|
2265
|
+
...obj,
|
|
2266
|
+
});
|
|
2267
|
+
})(UpdateContactListResponse = exports.UpdateContactListResponse || (exports.UpdateContactListResponse = {}));
|
|
2268
|
+
var UpdateCustomVerificationEmailTemplateRequest;
|
|
2269
|
+
(function (UpdateCustomVerificationEmailTemplateRequest) {
|
|
2270
|
+
/**
|
|
2271
|
+
* @internal
|
|
2272
|
+
*/
|
|
2273
|
+
UpdateCustomVerificationEmailTemplateRequest.filterSensitiveLog = (obj) => ({
|
|
2274
|
+
...obj,
|
|
2275
|
+
});
|
|
2276
|
+
})(UpdateCustomVerificationEmailTemplateRequest = exports.UpdateCustomVerificationEmailTemplateRequest || (exports.UpdateCustomVerificationEmailTemplateRequest = {}));
|
|
2277
|
+
var UpdateCustomVerificationEmailTemplateResponse;
|
|
2278
|
+
(function (UpdateCustomVerificationEmailTemplateResponse) {
|
|
2279
|
+
/**
|
|
2280
|
+
* @internal
|
|
2281
|
+
*/
|
|
2282
|
+
UpdateCustomVerificationEmailTemplateResponse.filterSensitiveLog = (obj) => ({
|
|
2283
|
+
...obj,
|
|
2284
|
+
});
|
|
2285
|
+
})(UpdateCustomVerificationEmailTemplateResponse = exports.UpdateCustomVerificationEmailTemplateResponse || (exports.UpdateCustomVerificationEmailTemplateResponse = {}));
|
|
2286
|
+
var UpdateEmailIdentityPolicyRequest;
|
|
2287
|
+
(function (UpdateEmailIdentityPolicyRequest) {
|
|
2288
|
+
/**
|
|
2289
|
+
* @internal
|
|
2290
|
+
*/
|
|
2291
|
+
UpdateEmailIdentityPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
2292
|
+
...obj,
|
|
2293
|
+
});
|
|
2294
|
+
})(UpdateEmailIdentityPolicyRequest = exports.UpdateEmailIdentityPolicyRequest || (exports.UpdateEmailIdentityPolicyRequest = {}));
|
|
2295
|
+
var UpdateEmailIdentityPolicyResponse;
|
|
2296
|
+
(function (UpdateEmailIdentityPolicyResponse) {
|
|
2297
|
+
/**
|
|
2298
|
+
* @internal
|
|
2299
|
+
*/
|
|
2300
|
+
UpdateEmailIdentityPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
2301
|
+
...obj,
|
|
2302
|
+
});
|
|
2303
|
+
})(UpdateEmailIdentityPolicyResponse = exports.UpdateEmailIdentityPolicyResponse || (exports.UpdateEmailIdentityPolicyResponse = {}));
|
|
2304
|
+
var UpdateEmailTemplateRequest;
|
|
2305
|
+
(function (UpdateEmailTemplateRequest) {
|
|
2306
|
+
/**
|
|
2307
|
+
* @internal
|
|
2308
|
+
*/
|
|
2309
|
+
UpdateEmailTemplateRequest.filterSensitiveLog = (obj) => ({
|
|
2310
|
+
...obj,
|
|
2311
|
+
});
|
|
2312
|
+
})(UpdateEmailTemplateRequest = exports.UpdateEmailTemplateRequest || (exports.UpdateEmailTemplateRequest = {}));
|
|
2313
|
+
var UpdateEmailTemplateResponse;
|
|
2314
|
+
(function (UpdateEmailTemplateResponse) {
|
|
2315
|
+
/**
|
|
2316
|
+
* @internal
|
|
2317
|
+
*/
|
|
2318
|
+
UpdateEmailTemplateResponse.filterSensitiveLog = (obj) => ({
|
|
2319
|
+
...obj,
|
|
2320
|
+
});
|
|
2321
|
+
})(UpdateEmailTemplateResponse = exports.UpdateEmailTemplateResponse || (exports.UpdateEmailTemplateResponse = {}));
|