@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,1109 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
export var ContactLanguage;
|
|
4
|
+
(function (ContactLanguage) {
|
|
5
|
+
ContactLanguage["EN"] = "EN";
|
|
6
|
+
ContactLanguage["JA"] = "JA";
|
|
7
|
+
})(ContactLanguage || (ContactLanguage = {}));
|
|
8
|
+
export var MailType;
|
|
9
|
+
(function (MailType) {
|
|
10
|
+
MailType["MARKETING"] = "MARKETING";
|
|
11
|
+
MailType["TRANSACTIONAL"] = "TRANSACTIONAL";
|
|
12
|
+
})(MailType || (MailType = {}));
|
|
13
|
+
export var ReviewStatus;
|
|
14
|
+
(function (ReviewStatus) {
|
|
15
|
+
ReviewStatus["DENIED"] = "DENIED";
|
|
16
|
+
ReviewStatus["FAILED"] = "FAILED";
|
|
17
|
+
ReviewStatus["GRANTED"] = "GRANTED";
|
|
18
|
+
ReviewStatus["PENDING"] = "PENDING";
|
|
19
|
+
})(ReviewStatus || (ReviewStatus = {}));
|
|
20
|
+
export var ReviewDetails;
|
|
21
|
+
(function (ReviewDetails) {
|
|
22
|
+
ReviewDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
23
|
+
})(ReviewDetails || (ReviewDetails = {}));
|
|
24
|
+
export var AccountDetails;
|
|
25
|
+
(function (AccountDetails) {
|
|
26
|
+
AccountDetails.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.WebsiteURL && { WebsiteURL: SENSITIVE_STRING })), (obj.UseCaseDescription && { UseCaseDescription: SENSITIVE_STRING })), (obj.AdditionalContactEmailAddresses && { AdditionalContactEmailAddresses: SENSITIVE_STRING }))); };
|
|
27
|
+
})(AccountDetails || (AccountDetails = {}));
|
|
28
|
+
export var AccountSuspendedException;
|
|
29
|
+
(function (AccountSuspendedException) {
|
|
30
|
+
AccountSuspendedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
31
|
+
})(AccountSuspendedException || (AccountSuspendedException = {}));
|
|
32
|
+
export var AlreadyExistsException;
|
|
33
|
+
(function (AlreadyExistsException) {
|
|
34
|
+
AlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
35
|
+
})(AlreadyExistsException || (AlreadyExistsException = {}));
|
|
36
|
+
export var BadRequestException;
|
|
37
|
+
(function (BadRequestException) {
|
|
38
|
+
BadRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
39
|
+
})(BadRequestException || (BadRequestException = {}));
|
|
40
|
+
export var BehaviorOnMxFailure;
|
|
41
|
+
(function (BehaviorOnMxFailure) {
|
|
42
|
+
BehaviorOnMxFailure["REJECT_MESSAGE"] = "REJECT_MESSAGE";
|
|
43
|
+
BehaviorOnMxFailure["USE_DEFAULT_VALUE"] = "USE_DEFAULT_VALUE";
|
|
44
|
+
})(BehaviorOnMxFailure || (BehaviorOnMxFailure = {}));
|
|
45
|
+
export var BlacklistEntry;
|
|
46
|
+
(function (BlacklistEntry) {
|
|
47
|
+
BlacklistEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
48
|
+
})(BlacklistEntry || (BlacklistEntry = {}));
|
|
49
|
+
export var Content;
|
|
50
|
+
(function (Content) {
|
|
51
|
+
Content.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
52
|
+
})(Content || (Content = {}));
|
|
53
|
+
export var Body;
|
|
54
|
+
(function (Body) {
|
|
55
|
+
Body.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
56
|
+
})(Body || (Body = {}));
|
|
57
|
+
export var Template;
|
|
58
|
+
(function (Template) {
|
|
59
|
+
Template.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
60
|
+
})(Template || (Template = {}));
|
|
61
|
+
export var BulkEmailContent;
|
|
62
|
+
(function (BulkEmailContent) {
|
|
63
|
+
BulkEmailContent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
64
|
+
})(BulkEmailContent || (BulkEmailContent = {}));
|
|
65
|
+
export var Destination;
|
|
66
|
+
(function (Destination) {
|
|
67
|
+
Destination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
68
|
+
})(Destination || (Destination = {}));
|
|
69
|
+
export var ReplacementTemplate;
|
|
70
|
+
(function (ReplacementTemplate) {
|
|
71
|
+
ReplacementTemplate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
72
|
+
})(ReplacementTemplate || (ReplacementTemplate = {}));
|
|
73
|
+
export var ReplacementEmailContent;
|
|
74
|
+
(function (ReplacementEmailContent) {
|
|
75
|
+
ReplacementEmailContent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
76
|
+
})(ReplacementEmailContent || (ReplacementEmailContent = {}));
|
|
77
|
+
export var MessageTag;
|
|
78
|
+
(function (MessageTag) {
|
|
79
|
+
MessageTag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
80
|
+
})(MessageTag || (MessageTag = {}));
|
|
81
|
+
export var BulkEmailEntry;
|
|
82
|
+
(function (BulkEmailEntry) {
|
|
83
|
+
BulkEmailEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
84
|
+
})(BulkEmailEntry || (BulkEmailEntry = {}));
|
|
85
|
+
export var BulkEmailStatus;
|
|
86
|
+
(function (BulkEmailStatus) {
|
|
87
|
+
BulkEmailStatus["ACCOUNT_DAILY_QUOTA_EXCEEDED"] = "ACCOUNT_DAILY_QUOTA_EXCEEDED";
|
|
88
|
+
BulkEmailStatus["ACCOUNT_SENDING_PAUSED"] = "ACCOUNT_SENDING_PAUSED";
|
|
89
|
+
BulkEmailStatus["ACCOUNT_SUSPENDED"] = "ACCOUNT_SUSPENDED";
|
|
90
|
+
BulkEmailStatus["ACCOUNT_THROTTLED"] = "ACCOUNT_THROTTLED";
|
|
91
|
+
BulkEmailStatus["CONFIGURATION_SET_NOT_FOUND"] = "CONFIGURATION_SET_NOT_FOUND";
|
|
92
|
+
BulkEmailStatus["CONFIGURATION_SET_SENDING_PAUSED"] = "CONFIGURATION_SET_SENDING_PAUSED";
|
|
93
|
+
BulkEmailStatus["FAILED"] = "FAILED";
|
|
94
|
+
BulkEmailStatus["INVALID_PARAMETER"] = "INVALID_PARAMETER";
|
|
95
|
+
BulkEmailStatus["INVALID_SENDING_POOL_NAME"] = "INVALID_SENDING_POOL_NAME";
|
|
96
|
+
BulkEmailStatus["MAIL_FROM_DOMAIN_NOT_VERIFIED"] = "MAIL_FROM_DOMAIN_NOT_VERIFIED";
|
|
97
|
+
BulkEmailStatus["MESSAGE_REJECTED"] = "MESSAGE_REJECTED";
|
|
98
|
+
BulkEmailStatus["SUCCESS"] = "SUCCESS";
|
|
99
|
+
BulkEmailStatus["TEMPLATE_NOT_FOUND"] = "TEMPLATE_NOT_FOUND";
|
|
100
|
+
BulkEmailStatus["TRANSIENT_FAILURE"] = "TRANSIENT_FAILURE";
|
|
101
|
+
})(BulkEmailStatus || (BulkEmailStatus = {}));
|
|
102
|
+
export var BulkEmailEntryResult;
|
|
103
|
+
(function (BulkEmailEntryResult) {
|
|
104
|
+
BulkEmailEntryResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
105
|
+
})(BulkEmailEntryResult || (BulkEmailEntryResult = {}));
|
|
106
|
+
export var DimensionValueSource;
|
|
107
|
+
(function (DimensionValueSource) {
|
|
108
|
+
DimensionValueSource["EMAIL_HEADER"] = "EMAIL_HEADER";
|
|
109
|
+
DimensionValueSource["LINK_TAG"] = "LINK_TAG";
|
|
110
|
+
DimensionValueSource["MESSAGE_TAG"] = "MESSAGE_TAG";
|
|
111
|
+
})(DimensionValueSource || (DimensionValueSource = {}));
|
|
112
|
+
export var CloudWatchDimensionConfiguration;
|
|
113
|
+
(function (CloudWatchDimensionConfiguration) {
|
|
114
|
+
CloudWatchDimensionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
|
+
})(CloudWatchDimensionConfiguration || (CloudWatchDimensionConfiguration = {}));
|
|
116
|
+
export var CloudWatchDestination;
|
|
117
|
+
(function (CloudWatchDestination) {
|
|
118
|
+
CloudWatchDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
119
|
+
})(CloudWatchDestination || (CloudWatchDestination = {}));
|
|
120
|
+
export var ConcurrentModificationException;
|
|
121
|
+
(function (ConcurrentModificationException) {
|
|
122
|
+
ConcurrentModificationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
123
|
+
})(ConcurrentModificationException || (ConcurrentModificationException = {}));
|
|
124
|
+
export var ConflictException;
|
|
125
|
+
(function (ConflictException) {
|
|
126
|
+
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
|
+
})(ConflictException || (ConflictException = {}));
|
|
128
|
+
export var SubscriptionStatus;
|
|
129
|
+
(function (SubscriptionStatus) {
|
|
130
|
+
SubscriptionStatus["OPT_IN"] = "OPT_IN";
|
|
131
|
+
SubscriptionStatus["OPT_OUT"] = "OPT_OUT";
|
|
132
|
+
})(SubscriptionStatus || (SubscriptionStatus = {}));
|
|
133
|
+
export var TopicPreference;
|
|
134
|
+
(function (TopicPreference) {
|
|
135
|
+
TopicPreference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
|
+
})(TopicPreference || (TopicPreference = {}));
|
|
137
|
+
export var Contact;
|
|
138
|
+
(function (Contact) {
|
|
139
|
+
Contact.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
140
|
+
})(Contact || (Contact = {}));
|
|
141
|
+
export var ContactList;
|
|
142
|
+
(function (ContactList) {
|
|
143
|
+
ContactList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
|
+
})(ContactList || (ContactList = {}));
|
|
145
|
+
export var ContactListImportAction;
|
|
146
|
+
(function (ContactListImportAction) {
|
|
147
|
+
ContactListImportAction["DELETE"] = "DELETE";
|
|
148
|
+
ContactListImportAction["PUT"] = "PUT";
|
|
149
|
+
})(ContactListImportAction || (ContactListImportAction = {}));
|
|
150
|
+
export var ContactListDestination;
|
|
151
|
+
(function (ContactListDestination) {
|
|
152
|
+
ContactListDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
153
|
+
})(ContactListDestination || (ContactListDestination = {}));
|
|
154
|
+
export var TlsPolicy;
|
|
155
|
+
(function (TlsPolicy) {
|
|
156
|
+
TlsPolicy["OPTIONAL"] = "OPTIONAL";
|
|
157
|
+
TlsPolicy["REQUIRE"] = "REQUIRE";
|
|
158
|
+
})(TlsPolicy || (TlsPolicy = {}));
|
|
159
|
+
export var DeliveryOptions;
|
|
160
|
+
(function (DeliveryOptions) {
|
|
161
|
+
DeliveryOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
162
|
+
})(DeliveryOptions || (DeliveryOptions = {}));
|
|
163
|
+
export var ReputationOptions;
|
|
164
|
+
(function (ReputationOptions) {
|
|
165
|
+
ReputationOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
166
|
+
})(ReputationOptions || (ReputationOptions = {}));
|
|
167
|
+
export var SendingOptions;
|
|
168
|
+
(function (SendingOptions) {
|
|
169
|
+
SendingOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
|
+
})(SendingOptions || (SendingOptions = {}));
|
|
171
|
+
export var SuppressionListReason;
|
|
172
|
+
(function (SuppressionListReason) {
|
|
173
|
+
SuppressionListReason["BOUNCE"] = "BOUNCE";
|
|
174
|
+
SuppressionListReason["COMPLAINT"] = "COMPLAINT";
|
|
175
|
+
})(SuppressionListReason || (SuppressionListReason = {}));
|
|
176
|
+
export var SuppressionOptions;
|
|
177
|
+
(function (SuppressionOptions) {
|
|
178
|
+
SuppressionOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
|
+
})(SuppressionOptions || (SuppressionOptions = {}));
|
|
180
|
+
export var Tag;
|
|
181
|
+
(function (Tag) {
|
|
182
|
+
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
|
+
})(Tag || (Tag = {}));
|
|
184
|
+
export var TrackingOptions;
|
|
185
|
+
(function (TrackingOptions) {
|
|
186
|
+
TrackingOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
+
})(TrackingOptions || (TrackingOptions = {}));
|
|
188
|
+
export var CreateConfigurationSetRequest;
|
|
189
|
+
(function (CreateConfigurationSetRequest) {
|
|
190
|
+
CreateConfigurationSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
+
})(CreateConfigurationSetRequest || (CreateConfigurationSetRequest = {}));
|
|
192
|
+
export var CreateConfigurationSetResponse;
|
|
193
|
+
(function (CreateConfigurationSetResponse) {
|
|
194
|
+
CreateConfigurationSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
+
})(CreateConfigurationSetResponse || (CreateConfigurationSetResponse = {}));
|
|
196
|
+
export var LimitExceededException;
|
|
197
|
+
(function (LimitExceededException) {
|
|
198
|
+
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
|
+
})(LimitExceededException || (LimitExceededException = {}));
|
|
200
|
+
export var NotFoundException;
|
|
201
|
+
(function (NotFoundException) {
|
|
202
|
+
NotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
|
+
})(NotFoundException || (NotFoundException = {}));
|
|
204
|
+
export var TooManyRequestsException;
|
|
205
|
+
(function (TooManyRequestsException) {
|
|
206
|
+
TooManyRequestsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
|
+
})(TooManyRequestsException || (TooManyRequestsException = {}));
|
|
208
|
+
export var KinesisFirehoseDestination;
|
|
209
|
+
(function (KinesisFirehoseDestination) {
|
|
210
|
+
KinesisFirehoseDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
+
})(KinesisFirehoseDestination || (KinesisFirehoseDestination = {}));
|
|
212
|
+
export var EventType;
|
|
213
|
+
(function (EventType) {
|
|
214
|
+
EventType["BOUNCE"] = "BOUNCE";
|
|
215
|
+
EventType["CLICK"] = "CLICK";
|
|
216
|
+
EventType["COMPLAINT"] = "COMPLAINT";
|
|
217
|
+
EventType["DELIVERY"] = "DELIVERY";
|
|
218
|
+
EventType["DELIVERY_DELAY"] = "DELIVERY_DELAY";
|
|
219
|
+
EventType["OPEN"] = "OPEN";
|
|
220
|
+
EventType["REJECT"] = "REJECT";
|
|
221
|
+
EventType["RENDERING_FAILURE"] = "RENDERING_FAILURE";
|
|
222
|
+
EventType["SEND"] = "SEND";
|
|
223
|
+
EventType["SUBSCRIPTION"] = "SUBSCRIPTION";
|
|
224
|
+
})(EventType || (EventType = {}));
|
|
225
|
+
export var PinpointDestination;
|
|
226
|
+
(function (PinpointDestination) {
|
|
227
|
+
PinpointDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
|
+
})(PinpointDestination || (PinpointDestination = {}));
|
|
229
|
+
export var SnsDestination;
|
|
230
|
+
(function (SnsDestination) {
|
|
231
|
+
SnsDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
|
+
})(SnsDestination || (SnsDestination = {}));
|
|
233
|
+
export var EventDestinationDefinition;
|
|
234
|
+
(function (EventDestinationDefinition) {
|
|
235
|
+
EventDestinationDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
|
+
})(EventDestinationDefinition || (EventDestinationDefinition = {}));
|
|
237
|
+
export var CreateConfigurationSetEventDestinationRequest;
|
|
238
|
+
(function (CreateConfigurationSetEventDestinationRequest) {
|
|
239
|
+
CreateConfigurationSetEventDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
+
})(CreateConfigurationSetEventDestinationRequest || (CreateConfigurationSetEventDestinationRequest = {}));
|
|
241
|
+
export var CreateConfigurationSetEventDestinationResponse;
|
|
242
|
+
(function (CreateConfigurationSetEventDestinationResponse) {
|
|
243
|
+
CreateConfigurationSetEventDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
+
})(CreateConfigurationSetEventDestinationResponse || (CreateConfigurationSetEventDestinationResponse = {}));
|
|
245
|
+
export var CreateContactRequest;
|
|
246
|
+
(function (CreateContactRequest) {
|
|
247
|
+
CreateContactRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
|
+
})(CreateContactRequest || (CreateContactRequest = {}));
|
|
249
|
+
export var CreateContactResponse;
|
|
250
|
+
(function (CreateContactResponse) {
|
|
251
|
+
CreateContactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
|
+
})(CreateContactResponse || (CreateContactResponse = {}));
|
|
253
|
+
export var Topic;
|
|
254
|
+
(function (Topic) {
|
|
255
|
+
Topic.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
|
+
})(Topic || (Topic = {}));
|
|
257
|
+
export var CreateContactListRequest;
|
|
258
|
+
(function (CreateContactListRequest) {
|
|
259
|
+
CreateContactListRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
+
})(CreateContactListRequest || (CreateContactListRequest = {}));
|
|
261
|
+
export var CreateContactListResponse;
|
|
262
|
+
(function (CreateContactListResponse) {
|
|
263
|
+
CreateContactListResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
+
})(CreateContactListResponse || (CreateContactListResponse = {}));
|
|
265
|
+
export var CreateCustomVerificationEmailTemplateRequest;
|
|
266
|
+
(function (CreateCustomVerificationEmailTemplateRequest) {
|
|
267
|
+
CreateCustomVerificationEmailTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
+
})(CreateCustomVerificationEmailTemplateRequest || (CreateCustomVerificationEmailTemplateRequest = {}));
|
|
269
|
+
export var CreateCustomVerificationEmailTemplateResponse;
|
|
270
|
+
(function (CreateCustomVerificationEmailTemplateResponse) {
|
|
271
|
+
CreateCustomVerificationEmailTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
+
})(CreateCustomVerificationEmailTemplateResponse || (CreateCustomVerificationEmailTemplateResponse = {}));
|
|
273
|
+
export var CreateDedicatedIpPoolRequest;
|
|
274
|
+
(function (CreateDedicatedIpPoolRequest) {
|
|
275
|
+
CreateDedicatedIpPoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
+
})(CreateDedicatedIpPoolRequest || (CreateDedicatedIpPoolRequest = {}));
|
|
277
|
+
export var CreateDedicatedIpPoolResponse;
|
|
278
|
+
(function (CreateDedicatedIpPoolResponse) {
|
|
279
|
+
CreateDedicatedIpPoolResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
+
})(CreateDedicatedIpPoolResponse || (CreateDedicatedIpPoolResponse = {}));
|
|
281
|
+
export var RawMessage;
|
|
282
|
+
(function (RawMessage) {
|
|
283
|
+
RawMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
})(RawMessage || (RawMessage = {}));
|
|
285
|
+
export var Message;
|
|
286
|
+
(function (Message) {
|
|
287
|
+
Message.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
+
})(Message || (Message = {}));
|
|
289
|
+
export var EmailContent;
|
|
290
|
+
(function (EmailContent) {
|
|
291
|
+
EmailContent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
+
})(EmailContent || (EmailContent = {}));
|
|
293
|
+
export var CreateDeliverabilityTestReportRequest;
|
|
294
|
+
(function (CreateDeliverabilityTestReportRequest) {
|
|
295
|
+
CreateDeliverabilityTestReportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
})(CreateDeliverabilityTestReportRequest || (CreateDeliverabilityTestReportRequest = {}));
|
|
297
|
+
export var DeliverabilityTestStatus;
|
|
298
|
+
(function (DeliverabilityTestStatus) {
|
|
299
|
+
DeliverabilityTestStatus["COMPLETED"] = "COMPLETED";
|
|
300
|
+
DeliverabilityTestStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
301
|
+
})(DeliverabilityTestStatus || (DeliverabilityTestStatus = {}));
|
|
302
|
+
export var CreateDeliverabilityTestReportResponse;
|
|
303
|
+
(function (CreateDeliverabilityTestReportResponse) {
|
|
304
|
+
CreateDeliverabilityTestReportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
+
})(CreateDeliverabilityTestReportResponse || (CreateDeliverabilityTestReportResponse = {}));
|
|
306
|
+
export var MailFromDomainNotVerifiedException;
|
|
307
|
+
(function (MailFromDomainNotVerifiedException) {
|
|
308
|
+
MailFromDomainNotVerifiedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
|
+
})(MailFromDomainNotVerifiedException || (MailFromDomainNotVerifiedException = {}));
|
|
310
|
+
export var MessageRejected;
|
|
311
|
+
(function (MessageRejected) {
|
|
312
|
+
MessageRejected.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
313
|
+
})(MessageRejected || (MessageRejected = {}));
|
|
314
|
+
export var SendingPausedException;
|
|
315
|
+
(function (SendingPausedException) {
|
|
316
|
+
SendingPausedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
+
})(SendingPausedException || (SendingPausedException = {}));
|
|
318
|
+
export var DkimSigningKeyLength;
|
|
319
|
+
(function (DkimSigningKeyLength) {
|
|
320
|
+
DkimSigningKeyLength["RSA_1024_BIT"] = "RSA_1024_BIT";
|
|
321
|
+
DkimSigningKeyLength["RSA_2048_BIT"] = "RSA_2048_BIT";
|
|
322
|
+
})(DkimSigningKeyLength || (DkimSigningKeyLength = {}));
|
|
323
|
+
export var DkimSigningAttributes;
|
|
324
|
+
(function (DkimSigningAttributes) {
|
|
325
|
+
DkimSigningAttributes.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DomainSigningPrivateKey && { DomainSigningPrivateKey: SENSITIVE_STRING }))); };
|
|
326
|
+
})(DkimSigningAttributes || (DkimSigningAttributes = {}));
|
|
327
|
+
export var CreateEmailIdentityRequest;
|
|
328
|
+
(function (CreateEmailIdentityRequest) {
|
|
329
|
+
CreateEmailIdentityRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DkimSigningAttributes && {
|
|
330
|
+
DkimSigningAttributes: DkimSigningAttributes.filterSensitiveLog(obj.DkimSigningAttributes),
|
|
331
|
+
}))); };
|
|
332
|
+
})(CreateEmailIdentityRequest || (CreateEmailIdentityRequest = {}));
|
|
333
|
+
export var DkimSigningAttributesOrigin;
|
|
334
|
+
(function (DkimSigningAttributesOrigin) {
|
|
335
|
+
DkimSigningAttributesOrigin["AWS_SES"] = "AWS_SES";
|
|
336
|
+
DkimSigningAttributesOrigin["EXTERNAL"] = "EXTERNAL";
|
|
337
|
+
})(DkimSigningAttributesOrigin || (DkimSigningAttributesOrigin = {}));
|
|
338
|
+
export var DkimStatus;
|
|
339
|
+
(function (DkimStatus) {
|
|
340
|
+
DkimStatus["FAILED"] = "FAILED";
|
|
341
|
+
DkimStatus["NOT_STARTED"] = "NOT_STARTED";
|
|
342
|
+
DkimStatus["PENDING"] = "PENDING";
|
|
343
|
+
DkimStatus["SUCCESS"] = "SUCCESS";
|
|
344
|
+
DkimStatus["TEMPORARY_FAILURE"] = "TEMPORARY_FAILURE";
|
|
345
|
+
})(DkimStatus || (DkimStatus = {}));
|
|
346
|
+
export var DkimAttributes;
|
|
347
|
+
(function (DkimAttributes) {
|
|
348
|
+
DkimAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
+
})(DkimAttributes || (DkimAttributes = {}));
|
|
350
|
+
export var IdentityType;
|
|
351
|
+
(function (IdentityType) {
|
|
352
|
+
IdentityType["DOMAIN"] = "DOMAIN";
|
|
353
|
+
IdentityType["EMAIL_ADDRESS"] = "EMAIL_ADDRESS";
|
|
354
|
+
IdentityType["MANAGED_DOMAIN"] = "MANAGED_DOMAIN";
|
|
355
|
+
})(IdentityType || (IdentityType = {}));
|
|
356
|
+
export var CreateEmailIdentityResponse;
|
|
357
|
+
(function (CreateEmailIdentityResponse) {
|
|
358
|
+
CreateEmailIdentityResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
|
+
})(CreateEmailIdentityResponse || (CreateEmailIdentityResponse = {}));
|
|
360
|
+
export var CreateEmailIdentityPolicyRequest;
|
|
361
|
+
(function (CreateEmailIdentityPolicyRequest) {
|
|
362
|
+
CreateEmailIdentityPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
363
|
+
})(CreateEmailIdentityPolicyRequest || (CreateEmailIdentityPolicyRequest = {}));
|
|
364
|
+
export var CreateEmailIdentityPolicyResponse;
|
|
365
|
+
(function (CreateEmailIdentityPolicyResponse) {
|
|
366
|
+
CreateEmailIdentityPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
367
|
+
})(CreateEmailIdentityPolicyResponse || (CreateEmailIdentityPolicyResponse = {}));
|
|
368
|
+
export var EmailTemplateContent;
|
|
369
|
+
(function (EmailTemplateContent) {
|
|
370
|
+
EmailTemplateContent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
|
+
})(EmailTemplateContent || (EmailTemplateContent = {}));
|
|
372
|
+
export var CreateEmailTemplateRequest;
|
|
373
|
+
(function (CreateEmailTemplateRequest) {
|
|
374
|
+
CreateEmailTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
375
|
+
})(CreateEmailTemplateRequest || (CreateEmailTemplateRequest = {}));
|
|
376
|
+
export var CreateEmailTemplateResponse;
|
|
377
|
+
(function (CreateEmailTemplateResponse) {
|
|
378
|
+
CreateEmailTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
379
|
+
})(CreateEmailTemplateResponse || (CreateEmailTemplateResponse = {}));
|
|
380
|
+
export var DataFormat;
|
|
381
|
+
(function (DataFormat) {
|
|
382
|
+
DataFormat["CSV"] = "CSV";
|
|
383
|
+
DataFormat["JSON"] = "JSON";
|
|
384
|
+
})(DataFormat || (DataFormat = {}));
|
|
385
|
+
export var ImportDataSource;
|
|
386
|
+
(function (ImportDataSource) {
|
|
387
|
+
ImportDataSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
|
+
})(ImportDataSource || (ImportDataSource = {}));
|
|
389
|
+
export var SuppressionListImportAction;
|
|
390
|
+
(function (SuppressionListImportAction) {
|
|
391
|
+
SuppressionListImportAction["DELETE"] = "DELETE";
|
|
392
|
+
SuppressionListImportAction["PUT"] = "PUT";
|
|
393
|
+
})(SuppressionListImportAction || (SuppressionListImportAction = {}));
|
|
394
|
+
export var SuppressionListDestination;
|
|
395
|
+
(function (SuppressionListDestination) {
|
|
396
|
+
SuppressionListDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
|
+
})(SuppressionListDestination || (SuppressionListDestination = {}));
|
|
398
|
+
export var ImportDestination;
|
|
399
|
+
(function (ImportDestination) {
|
|
400
|
+
ImportDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
401
|
+
})(ImportDestination || (ImportDestination = {}));
|
|
402
|
+
export var CreateImportJobRequest;
|
|
403
|
+
(function (CreateImportJobRequest) {
|
|
404
|
+
CreateImportJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
+
})(CreateImportJobRequest || (CreateImportJobRequest = {}));
|
|
406
|
+
export var CreateImportJobResponse;
|
|
407
|
+
(function (CreateImportJobResponse) {
|
|
408
|
+
CreateImportJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
409
|
+
})(CreateImportJobResponse || (CreateImportJobResponse = {}));
|
|
410
|
+
export var CustomVerificationEmailTemplateMetadata;
|
|
411
|
+
(function (CustomVerificationEmailTemplateMetadata) {
|
|
412
|
+
CustomVerificationEmailTemplateMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
413
|
+
})(CustomVerificationEmailTemplateMetadata || (CustomVerificationEmailTemplateMetadata = {}));
|
|
414
|
+
export var DomainIspPlacement;
|
|
415
|
+
(function (DomainIspPlacement) {
|
|
416
|
+
DomainIspPlacement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
|
+
})(DomainIspPlacement || (DomainIspPlacement = {}));
|
|
418
|
+
export var VolumeStatistics;
|
|
419
|
+
(function (VolumeStatistics) {
|
|
420
|
+
VolumeStatistics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
|
+
})(VolumeStatistics || (VolumeStatistics = {}));
|
|
422
|
+
export var DailyVolume;
|
|
423
|
+
(function (DailyVolume) {
|
|
424
|
+
DailyVolume.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
425
|
+
})(DailyVolume || (DailyVolume = {}));
|
|
426
|
+
export var WarmupStatus;
|
|
427
|
+
(function (WarmupStatus) {
|
|
428
|
+
WarmupStatus["DONE"] = "DONE";
|
|
429
|
+
WarmupStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
430
|
+
})(WarmupStatus || (WarmupStatus = {}));
|
|
431
|
+
export var DedicatedIp;
|
|
432
|
+
(function (DedicatedIp) {
|
|
433
|
+
DedicatedIp.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
|
+
})(DedicatedIp || (DedicatedIp = {}));
|
|
435
|
+
export var DeleteConfigurationSetRequest;
|
|
436
|
+
(function (DeleteConfigurationSetRequest) {
|
|
437
|
+
DeleteConfigurationSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
+
})(DeleteConfigurationSetRequest || (DeleteConfigurationSetRequest = {}));
|
|
439
|
+
export var DeleteConfigurationSetResponse;
|
|
440
|
+
(function (DeleteConfigurationSetResponse) {
|
|
441
|
+
DeleteConfigurationSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
|
+
})(DeleteConfigurationSetResponse || (DeleteConfigurationSetResponse = {}));
|
|
443
|
+
export var DeleteConfigurationSetEventDestinationRequest;
|
|
444
|
+
(function (DeleteConfigurationSetEventDestinationRequest) {
|
|
445
|
+
DeleteConfigurationSetEventDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
+
})(DeleteConfigurationSetEventDestinationRequest || (DeleteConfigurationSetEventDestinationRequest = {}));
|
|
447
|
+
export var DeleteConfigurationSetEventDestinationResponse;
|
|
448
|
+
(function (DeleteConfigurationSetEventDestinationResponse) {
|
|
449
|
+
DeleteConfigurationSetEventDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
+
})(DeleteConfigurationSetEventDestinationResponse || (DeleteConfigurationSetEventDestinationResponse = {}));
|
|
451
|
+
export var DeleteContactRequest;
|
|
452
|
+
(function (DeleteContactRequest) {
|
|
453
|
+
DeleteContactRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
|
+
})(DeleteContactRequest || (DeleteContactRequest = {}));
|
|
455
|
+
export var DeleteContactResponse;
|
|
456
|
+
(function (DeleteContactResponse) {
|
|
457
|
+
DeleteContactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
+
})(DeleteContactResponse || (DeleteContactResponse = {}));
|
|
459
|
+
export var DeleteContactListRequest;
|
|
460
|
+
(function (DeleteContactListRequest) {
|
|
461
|
+
DeleteContactListRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
|
+
})(DeleteContactListRequest || (DeleteContactListRequest = {}));
|
|
463
|
+
export var DeleteContactListResponse;
|
|
464
|
+
(function (DeleteContactListResponse) {
|
|
465
|
+
DeleteContactListResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
466
|
+
})(DeleteContactListResponse || (DeleteContactListResponse = {}));
|
|
467
|
+
export var DeleteCustomVerificationEmailTemplateRequest;
|
|
468
|
+
(function (DeleteCustomVerificationEmailTemplateRequest) {
|
|
469
|
+
DeleteCustomVerificationEmailTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
|
+
})(DeleteCustomVerificationEmailTemplateRequest || (DeleteCustomVerificationEmailTemplateRequest = {}));
|
|
471
|
+
export var DeleteCustomVerificationEmailTemplateResponse;
|
|
472
|
+
(function (DeleteCustomVerificationEmailTemplateResponse) {
|
|
473
|
+
DeleteCustomVerificationEmailTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
474
|
+
})(DeleteCustomVerificationEmailTemplateResponse || (DeleteCustomVerificationEmailTemplateResponse = {}));
|
|
475
|
+
export var DeleteDedicatedIpPoolRequest;
|
|
476
|
+
(function (DeleteDedicatedIpPoolRequest) {
|
|
477
|
+
DeleteDedicatedIpPoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
+
})(DeleteDedicatedIpPoolRequest || (DeleteDedicatedIpPoolRequest = {}));
|
|
479
|
+
export var DeleteDedicatedIpPoolResponse;
|
|
480
|
+
(function (DeleteDedicatedIpPoolResponse) {
|
|
481
|
+
DeleteDedicatedIpPoolResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
+
})(DeleteDedicatedIpPoolResponse || (DeleteDedicatedIpPoolResponse = {}));
|
|
483
|
+
export var DeleteEmailIdentityRequest;
|
|
484
|
+
(function (DeleteEmailIdentityRequest) {
|
|
485
|
+
DeleteEmailIdentityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
+
})(DeleteEmailIdentityRequest || (DeleteEmailIdentityRequest = {}));
|
|
487
|
+
export var DeleteEmailIdentityResponse;
|
|
488
|
+
(function (DeleteEmailIdentityResponse) {
|
|
489
|
+
DeleteEmailIdentityResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
|
+
})(DeleteEmailIdentityResponse || (DeleteEmailIdentityResponse = {}));
|
|
491
|
+
export var DeleteEmailIdentityPolicyRequest;
|
|
492
|
+
(function (DeleteEmailIdentityPolicyRequest) {
|
|
493
|
+
DeleteEmailIdentityPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
+
})(DeleteEmailIdentityPolicyRequest || (DeleteEmailIdentityPolicyRequest = {}));
|
|
495
|
+
export var DeleteEmailIdentityPolicyResponse;
|
|
496
|
+
(function (DeleteEmailIdentityPolicyResponse) {
|
|
497
|
+
DeleteEmailIdentityPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
|
+
})(DeleteEmailIdentityPolicyResponse || (DeleteEmailIdentityPolicyResponse = {}));
|
|
499
|
+
export var DeleteEmailTemplateRequest;
|
|
500
|
+
(function (DeleteEmailTemplateRequest) {
|
|
501
|
+
DeleteEmailTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
+
})(DeleteEmailTemplateRequest || (DeleteEmailTemplateRequest = {}));
|
|
503
|
+
export var DeleteEmailTemplateResponse;
|
|
504
|
+
(function (DeleteEmailTemplateResponse) {
|
|
505
|
+
DeleteEmailTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
+
})(DeleteEmailTemplateResponse || (DeleteEmailTemplateResponse = {}));
|
|
507
|
+
export var DeleteSuppressedDestinationRequest;
|
|
508
|
+
(function (DeleteSuppressedDestinationRequest) {
|
|
509
|
+
DeleteSuppressedDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
+
})(DeleteSuppressedDestinationRequest || (DeleteSuppressedDestinationRequest = {}));
|
|
511
|
+
export var DeleteSuppressedDestinationResponse;
|
|
512
|
+
(function (DeleteSuppressedDestinationResponse) {
|
|
513
|
+
DeleteSuppressedDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
+
})(DeleteSuppressedDestinationResponse || (DeleteSuppressedDestinationResponse = {}));
|
|
515
|
+
export var DeliverabilityDashboardAccountStatus;
|
|
516
|
+
(function (DeliverabilityDashboardAccountStatus) {
|
|
517
|
+
DeliverabilityDashboardAccountStatus["ACTIVE"] = "ACTIVE";
|
|
518
|
+
DeliverabilityDashboardAccountStatus["DISABLED"] = "DISABLED";
|
|
519
|
+
DeliverabilityDashboardAccountStatus["PENDING_EXPIRATION"] = "PENDING_EXPIRATION";
|
|
520
|
+
})(DeliverabilityDashboardAccountStatus || (DeliverabilityDashboardAccountStatus = {}));
|
|
521
|
+
export var DeliverabilityTestReport;
|
|
522
|
+
(function (DeliverabilityTestReport) {
|
|
523
|
+
DeliverabilityTestReport.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
+
})(DeliverabilityTestReport || (DeliverabilityTestReport = {}));
|
|
525
|
+
export var DomainDeliverabilityCampaign;
|
|
526
|
+
(function (DomainDeliverabilityCampaign) {
|
|
527
|
+
DomainDeliverabilityCampaign.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
+
})(DomainDeliverabilityCampaign || (DomainDeliverabilityCampaign = {}));
|
|
529
|
+
export var InboxPlacementTrackingOption;
|
|
530
|
+
(function (InboxPlacementTrackingOption) {
|
|
531
|
+
InboxPlacementTrackingOption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
|
+
})(InboxPlacementTrackingOption || (InboxPlacementTrackingOption = {}));
|
|
533
|
+
export var DomainDeliverabilityTrackingOption;
|
|
534
|
+
(function (DomainDeliverabilityTrackingOption) {
|
|
535
|
+
DomainDeliverabilityTrackingOption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
+
})(DomainDeliverabilityTrackingOption || (DomainDeliverabilityTrackingOption = {}));
|
|
537
|
+
export var EmailTemplateMetadata;
|
|
538
|
+
(function (EmailTemplateMetadata) {
|
|
539
|
+
EmailTemplateMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
+
})(EmailTemplateMetadata || (EmailTemplateMetadata = {}));
|
|
541
|
+
export var EventDestination;
|
|
542
|
+
(function (EventDestination) {
|
|
543
|
+
EventDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
+
})(EventDestination || (EventDestination = {}));
|
|
545
|
+
export var FailureInfo;
|
|
546
|
+
(function (FailureInfo) {
|
|
547
|
+
FailureInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
+
})(FailureInfo || (FailureInfo = {}));
|
|
549
|
+
export var GetAccountRequest;
|
|
550
|
+
(function (GetAccountRequest) {
|
|
551
|
+
GetAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
+
})(GetAccountRequest || (GetAccountRequest = {}));
|
|
553
|
+
export var SendQuota;
|
|
554
|
+
(function (SendQuota) {
|
|
555
|
+
SendQuota.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
+
})(SendQuota || (SendQuota = {}));
|
|
557
|
+
export var SuppressionAttributes;
|
|
558
|
+
(function (SuppressionAttributes) {
|
|
559
|
+
SuppressionAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
+
})(SuppressionAttributes || (SuppressionAttributes = {}));
|
|
561
|
+
export var GetAccountResponse;
|
|
562
|
+
(function (GetAccountResponse) {
|
|
563
|
+
GetAccountResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Details && { Details: AccountDetails.filterSensitiveLog(obj.Details) }))); };
|
|
564
|
+
})(GetAccountResponse || (GetAccountResponse = {}));
|
|
565
|
+
export var GetBlacklistReportsRequest;
|
|
566
|
+
(function (GetBlacklistReportsRequest) {
|
|
567
|
+
GetBlacklistReportsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
+
})(GetBlacklistReportsRequest || (GetBlacklistReportsRequest = {}));
|
|
569
|
+
export var GetBlacklistReportsResponse;
|
|
570
|
+
(function (GetBlacklistReportsResponse) {
|
|
571
|
+
GetBlacklistReportsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
572
|
+
})(GetBlacklistReportsResponse || (GetBlacklistReportsResponse = {}));
|
|
573
|
+
export var GetConfigurationSetRequest;
|
|
574
|
+
(function (GetConfigurationSetRequest) {
|
|
575
|
+
GetConfigurationSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
576
|
+
})(GetConfigurationSetRequest || (GetConfigurationSetRequest = {}));
|
|
577
|
+
export var GetConfigurationSetResponse;
|
|
578
|
+
(function (GetConfigurationSetResponse) {
|
|
579
|
+
GetConfigurationSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
+
})(GetConfigurationSetResponse || (GetConfigurationSetResponse = {}));
|
|
581
|
+
export var GetConfigurationSetEventDestinationsRequest;
|
|
582
|
+
(function (GetConfigurationSetEventDestinationsRequest) {
|
|
583
|
+
GetConfigurationSetEventDestinationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
584
|
+
})(GetConfigurationSetEventDestinationsRequest || (GetConfigurationSetEventDestinationsRequest = {}));
|
|
585
|
+
export var GetConfigurationSetEventDestinationsResponse;
|
|
586
|
+
(function (GetConfigurationSetEventDestinationsResponse) {
|
|
587
|
+
GetConfigurationSetEventDestinationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
|
+
})(GetConfigurationSetEventDestinationsResponse || (GetConfigurationSetEventDestinationsResponse = {}));
|
|
589
|
+
export var GetContactRequest;
|
|
590
|
+
(function (GetContactRequest) {
|
|
591
|
+
GetContactRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
592
|
+
})(GetContactRequest || (GetContactRequest = {}));
|
|
593
|
+
export var GetContactResponse;
|
|
594
|
+
(function (GetContactResponse) {
|
|
595
|
+
GetContactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
|
+
})(GetContactResponse || (GetContactResponse = {}));
|
|
597
|
+
export var GetContactListRequest;
|
|
598
|
+
(function (GetContactListRequest) {
|
|
599
|
+
GetContactListRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
|
+
})(GetContactListRequest || (GetContactListRequest = {}));
|
|
601
|
+
export var GetContactListResponse;
|
|
602
|
+
(function (GetContactListResponse) {
|
|
603
|
+
GetContactListResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
|
+
})(GetContactListResponse || (GetContactListResponse = {}));
|
|
605
|
+
export var GetCustomVerificationEmailTemplateRequest;
|
|
606
|
+
(function (GetCustomVerificationEmailTemplateRequest) {
|
|
607
|
+
GetCustomVerificationEmailTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
|
+
})(GetCustomVerificationEmailTemplateRequest || (GetCustomVerificationEmailTemplateRequest = {}));
|
|
609
|
+
export var GetCustomVerificationEmailTemplateResponse;
|
|
610
|
+
(function (GetCustomVerificationEmailTemplateResponse) {
|
|
611
|
+
GetCustomVerificationEmailTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
612
|
+
})(GetCustomVerificationEmailTemplateResponse || (GetCustomVerificationEmailTemplateResponse = {}));
|
|
613
|
+
export var GetDedicatedIpRequest;
|
|
614
|
+
(function (GetDedicatedIpRequest) {
|
|
615
|
+
GetDedicatedIpRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
|
+
})(GetDedicatedIpRequest || (GetDedicatedIpRequest = {}));
|
|
617
|
+
export var GetDedicatedIpResponse;
|
|
618
|
+
(function (GetDedicatedIpResponse) {
|
|
619
|
+
GetDedicatedIpResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
620
|
+
})(GetDedicatedIpResponse || (GetDedicatedIpResponse = {}));
|
|
621
|
+
export var GetDedicatedIpsRequest;
|
|
622
|
+
(function (GetDedicatedIpsRequest) {
|
|
623
|
+
GetDedicatedIpsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
|
+
})(GetDedicatedIpsRequest || (GetDedicatedIpsRequest = {}));
|
|
625
|
+
export var GetDedicatedIpsResponse;
|
|
626
|
+
(function (GetDedicatedIpsResponse) {
|
|
627
|
+
GetDedicatedIpsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
628
|
+
})(GetDedicatedIpsResponse || (GetDedicatedIpsResponse = {}));
|
|
629
|
+
export var GetDeliverabilityDashboardOptionsRequest;
|
|
630
|
+
(function (GetDeliverabilityDashboardOptionsRequest) {
|
|
631
|
+
GetDeliverabilityDashboardOptionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
632
|
+
})(GetDeliverabilityDashboardOptionsRequest || (GetDeliverabilityDashboardOptionsRequest = {}));
|
|
633
|
+
export var GetDeliverabilityDashboardOptionsResponse;
|
|
634
|
+
(function (GetDeliverabilityDashboardOptionsResponse) {
|
|
635
|
+
GetDeliverabilityDashboardOptionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
636
|
+
})(GetDeliverabilityDashboardOptionsResponse || (GetDeliverabilityDashboardOptionsResponse = {}));
|
|
637
|
+
export var GetDeliverabilityTestReportRequest;
|
|
638
|
+
(function (GetDeliverabilityTestReportRequest) {
|
|
639
|
+
GetDeliverabilityTestReportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
640
|
+
})(GetDeliverabilityTestReportRequest || (GetDeliverabilityTestReportRequest = {}));
|
|
641
|
+
export var PlacementStatistics;
|
|
642
|
+
(function (PlacementStatistics) {
|
|
643
|
+
PlacementStatistics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
644
|
+
})(PlacementStatistics || (PlacementStatistics = {}));
|
|
645
|
+
export var IspPlacement;
|
|
646
|
+
(function (IspPlacement) {
|
|
647
|
+
IspPlacement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
648
|
+
})(IspPlacement || (IspPlacement = {}));
|
|
649
|
+
export var GetDeliverabilityTestReportResponse;
|
|
650
|
+
(function (GetDeliverabilityTestReportResponse) {
|
|
651
|
+
GetDeliverabilityTestReportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
652
|
+
})(GetDeliverabilityTestReportResponse || (GetDeliverabilityTestReportResponse = {}));
|
|
653
|
+
export var GetDomainDeliverabilityCampaignRequest;
|
|
654
|
+
(function (GetDomainDeliverabilityCampaignRequest) {
|
|
655
|
+
GetDomainDeliverabilityCampaignRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
656
|
+
})(GetDomainDeliverabilityCampaignRequest || (GetDomainDeliverabilityCampaignRequest = {}));
|
|
657
|
+
export var GetDomainDeliverabilityCampaignResponse;
|
|
658
|
+
(function (GetDomainDeliverabilityCampaignResponse) {
|
|
659
|
+
GetDomainDeliverabilityCampaignResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
660
|
+
})(GetDomainDeliverabilityCampaignResponse || (GetDomainDeliverabilityCampaignResponse = {}));
|
|
661
|
+
export var GetDomainStatisticsReportRequest;
|
|
662
|
+
(function (GetDomainStatisticsReportRequest) {
|
|
663
|
+
GetDomainStatisticsReportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
664
|
+
})(GetDomainStatisticsReportRequest || (GetDomainStatisticsReportRequest = {}));
|
|
665
|
+
export var OverallVolume;
|
|
666
|
+
(function (OverallVolume) {
|
|
667
|
+
OverallVolume.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
668
|
+
})(OverallVolume || (OverallVolume = {}));
|
|
669
|
+
export var GetDomainStatisticsReportResponse;
|
|
670
|
+
(function (GetDomainStatisticsReportResponse) {
|
|
671
|
+
GetDomainStatisticsReportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
672
|
+
})(GetDomainStatisticsReportResponse || (GetDomainStatisticsReportResponse = {}));
|
|
673
|
+
export var GetEmailIdentityRequest;
|
|
674
|
+
(function (GetEmailIdentityRequest) {
|
|
675
|
+
GetEmailIdentityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
676
|
+
})(GetEmailIdentityRequest || (GetEmailIdentityRequest = {}));
|
|
677
|
+
export var MailFromDomainStatus;
|
|
678
|
+
(function (MailFromDomainStatus) {
|
|
679
|
+
MailFromDomainStatus["FAILED"] = "FAILED";
|
|
680
|
+
MailFromDomainStatus["PENDING"] = "PENDING";
|
|
681
|
+
MailFromDomainStatus["SUCCESS"] = "SUCCESS";
|
|
682
|
+
MailFromDomainStatus["TEMPORARY_FAILURE"] = "TEMPORARY_FAILURE";
|
|
683
|
+
})(MailFromDomainStatus || (MailFromDomainStatus = {}));
|
|
684
|
+
export var MailFromAttributes;
|
|
685
|
+
(function (MailFromAttributes) {
|
|
686
|
+
MailFromAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
687
|
+
})(MailFromAttributes || (MailFromAttributes = {}));
|
|
688
|
+
export var GetEmailIdentityResponse;
|
|
689
|
+
(function (GetEmailIdentityResponse) {
|
|
690
|
+
GetEmailIdentityResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
691
|
+
})(GetEmailIdentityResponse || (GetEmailIdentityResponse = {}));
|
|
692
|
+
export var GetEmailIdentityPoliciesRequest;
|
|
693
|
+
(function (GetEmailIdentityPoliciesRequest) {
|
|
694
|
+
GetEmailIdentityPoliciesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
695
|
+
})(GetEmailIdentityPoliciesRequest || (GetEmailIdentityPoliciesRequest = {}));
|
|
696
|
+
export var GetEmailIdentityPoliciesResponse;
|
|
697
|
+
(function (GetEmailIdentityPoliciesResponse) {
|
|
698
|
+
GetEmailIdentityPoliciesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
|
+
})(GetEmailIdentityPoliciesResponse || (GetEmailIdentityPoliciesResponse = {}));
|
|
700
|
+
export var GetEmailTemplateRequest;
|
|
701
|
+
(function (GetEmailTemplateRequest) {
|
|
702
|
+
GetEmailTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
703
|
+
})(GetEmailTemplateRequest || (GetEmailTemplateRequest = {}));
|
|
704
|
+
export var GetEmailTemplateResponse;
|
|
705
|
+
(function (GetEmailTemplateResponse) {
|
|
706
|
+
GetEmailTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
707
|
+
})(GetEmailTemplateResponse || (GetEmailTemplateResponse = {}));
|
|
708
|
+
export var GetImportJobRequest;
|
|
709
|
+
(function (GetImportJobRequest) {
|
|
710
|
+
GetImportJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
711
|
+
})(GetImportJobRequest || (GetImportJobRequest = {}));
|
|
712
|
+
export var JobStatus;
|
|
713
|
+
(function (JobStatus) {
|
|
714
|
+
JobStatus["COMPLETED"] = "COMPLETED";
|
|
715
|
+
JobStatus["CREATED"] = "CREATED";
|
|
716
|
+
JobStatus["FAILED"] = "FAILED";
|
|
717
|
+
JobStatus["PROCESSING"] = "PROCESSING";
|
|
718
|
+
})(JobStatus || (JobStatus = {}));
|
|
719
|
+
export var GetImportJobResponse;
|
|
720
|
+
(function (GetImportJobResponse) {
|
|
721
|
+
GetImportJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
722
|
+
})(GetImportJobResponse || (GetImportJobResponse = {}));
|
|
723
|
+
export var GetSuppressedDestinationRequest;
|
|
724
|
+
(function (GetSuppressedDestinationRequest) {
|
|
725
|
+
GetSuppressedDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
|
+
})(GetSuppressedDestinationRequest || (GetSuppressedDestinationRequest = {}));
|
|
727
|
+
export var SuppressedDestinationAttributes;
|
|
728
|
+
(function (SuppressedDestinationAttributes) {
|
|
729
|
+
SuppressedDestinationAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
730
|
+
})(SuppressedDestinationAttributes || (SuppressedDestinationAttributes = {}));
|
|
731
|
+
export var SuppressedDestination;
|
|
732
|
+
(function (SuppressedDestination) {
|
|
733
|
+
SuppressedDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
734
|
+
})(SuppressedDestination || (SuppressedDestination = {}));
|
|
735
|
+
export var GetSuppressedDestinationResponse;
|
|
736
|
+
(function (GetSuppressedDestinationResponse) {
|
|
737
|
+
GetSuppressedDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
738
|
+
})(GetSuppressedDestinationResponse || (GetSuppressedDestinationResponse = {}));
|
|
739
|
+
export var IdentityInfo;
|
|
740
|
+
(function (IdentityInfo) {
|
|
741
|
+
IdentityInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
742
|
+
})(IdentityInfo || (IdentityInfo = {}));
|
|
743
|
+
export var ImportDestinationType;
|
|
744
|
+
(function (ImportDestinationType) {
|
|
745
|
+
ImportDestinationType["CONTACT_LIST"] = "CONTACT_LIST";
|
|
746
|
+
ImportDestinationType["SUPPRESSION_LIST"] = "SUPPRESSION_LIST";
|
|
747
|
+
})(ImportDestinationType || (ImportDestinationType = {}));
|
|
748
|
+
export var ImportJobSummary;
|
|
749
|
+
(function (ImportJobSummary) {
|
|
750
|
+
ImportJobSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
751
|
+
})(ImportJobSummary || (ImportJobSummary = {}));
|
|
752
|
+
export var InvalidNextTokenException;
|
|
753
|
+
(function (InvalidNextTokenException) {
|
|
754
|
+
InvalidNextTokenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
755
|
+
})(InvalidNextTokenException || (InvalidNextTokenException = {}));
|
|
756
|
+
export var ListConfigurationSetsRequest;
|
|
757
|
+
(function (ListConfigurationSetsRequest) {
|
|
758
|
+
ListConfigurationSetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
759
|
+
})(ListConfigurationSetsRequest || (ListConfigurationSetsRequest = {}));
|
|
760
|
+
export var ListConfigurationSetsResponse;
|
|
761
|
+
(function (ListConfigurationSetsResponse) {
|
|
762
|
+
ListConfigurationSetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
763
|
+
})(ListConfigurationSetsResponse || (ListConfigurationSetsResponse = {}));
|
|
764
|
+
export var ListContactListsRequest;
|
|
765
|
+
(function (ListContactListsRequest) {
|
|
766
|
+
ListContactListsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
767
|
+
})(ListContactListsRequest || (ListContactListsRequest = {}));
|
|
768
|
+
export var ListContactListsResponse;
|
|
769
|
+
(function (ListContactListsResponse) {
|
|
770
|
+
ListContactListsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
771
|
+
})(ListContactListsResponse || (ListContactListsResponse = {}));
|
|
772
|
+
export var TopicFilter;
|
|
773
|
+
(function (TopicFilter) {
|
|
774
|
+
TopicFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
775
|
+
})(TopicFilter || (TopicFilter = {}));
|
|
776
|
+
export var ListContactsFilter;
|
|
777
|
+
(function (ListContactsFilter) {
|
|
778
|
+
ListContactsFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
779
|
+
})(ListContactsFilter || (ListContactsFilter = {}));
|
|
780
|
+
export var ListContactsRequest;
|
|
781
|
+
(function (ListContactsRequest) {
|
|
782
|
+
ListContactsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
783
|
+
})(ListContactsRequest || (ListContactsRequest = {}));
|
|
784
|
+
export var ListContactsResponse;
|
|
785
|
+
(function (ListContactsResponse) {
|
|
786
|
+
ListContactsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
787
|
+
})(ListContactsResponse || (ListContactsResponse = {}));
|
|
788
|
+
export var ListCustomVerificationEmailTemplatesRequest;
|
|
789
|
+
(function (ListCustomVerificationEmailTemplatesRequest) {
|
|
790
|
+
ListCustomVerificationEmailTemplatesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
791
|
+
})(ListCustomVerificationEmailTemplatesRequest || (ListCustomVerificationEmailTemplatesRequest = {}));
|
|
792
|
+
export var ListCustomVerificationEmailTemplatesResponse;
|
|
793
|
+
(function (ListCustomVerificationEmailTemplatesResponse) {
|
|
794
|
+
ListCustomVerificationEmailTemplatesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
795
|
+
})(ListCustomVerificationEmailTemplatesResponse || (ListCustomVerificationEmailTemplatesResponse = {}));
|
|
796
|
+
export var ListDedicatedIpPoolsRequest;
|
|
797
|
+
(function (ListDedicatedIpPoolsRequest) {
|
|
798
|
+
ListDedicatedIpPoolsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
799
|
+
})(ListDedicatedIpPoolsRequest || (ListDedicatedIpPoolsRequest = {}));
|
|
800
|
+
export var ListDedicatedIpPoolsResponse;
|
|
801
|
+
(function (ListDedicatedIpPoolsResponse) {
|
|
802
|
+
ListDedicatedIpPoolsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
803
|
+
})(ListDedicatedIpPoolsResponse || (ListDedicatedIpPoolsResponse = {}));
|
|
804
|
+
export var ListDeliverabilityTestReportsRequest;
|
|
805
|
+
(function (ListDeliverabilityTestReportsRequest) {
|
|
806
|
+
ListDeliverabilityTestReportsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
807
|
+
})(ListDeliverabilityTestReportsRequest || (ListDeliverabilityTestReportsRequest = {}));
|
|
808
|
+
export var ListDeliverabilityTestReportsResponse;
|
|
809
|
+
(function (ListDeliverabilityTestReportsResponse) {
|
|
810
|
+
ListDeliverabilityTestReportsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
811
|
+
})(ListDeliverabilityTestReportsResponse || (ListDeliverabilityTestReportsResponse = {}));
|
|
812
|
+
export var ListDomainDeliverabilityCampaignsRequest;
|
|
813
|
+
(function (ListDomainDeliverabilityCampaignsRequest) {
|
|
814
|
+
ListDomainDeliverabilityCampaignsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
815
|
+
})(ListDomainDeliverabilityCampaignsRequest || (ListDomainDeliverabilityCampaignsRequest = {}));
|
|
816
|
+
export var ListDomainDeliverabilityCampaignsResponse;
|
|
817
|
+
(function (ListDomainDeliverabilityCampaignsResponse) {
|
|
818
|
+
ListDomainDeliverabilityCampaignsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
819
|
+
})(ListDomainDeliverabilityCampaignsResponse || (ListDomainDeliverabilityCampaignsResponse = {}));
|
|
820
|
+
export var ListEmailIdentitiesRequest;
|
|
821
|
+
(function (ListEmailIdentitiesRequest) {
|
|
822
|
+
ListEmailIdentitiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
823
|
+
})(ListEmailIdentitiesRequest || (ListEmailIdentitiesRequest = {}));
|
|
824
|
+
export var ListEmailIdentitiesResponse;
|
|
825
|
+
(function (ListEmailIdentitiesResponse) {
|
|
826
|
+
ListEmailIdentitiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
827
|
+
})(ListEmailIdentitiesResponse || (ListEmailIdentitiesResponse = {}));
|
|
828
|
+
export var ListEmailTemplatesRequest;
|
|
829
|
+
(function (ListEmailTemplatesRequest) {
|
|
830
|
+
ListEmailTemplatesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
831
|
+
})(ListEmailTemplatesRequest || (ListEmailTemplatesRequest = {}));
|
|
832
|
+
export var ListEmailTemplatesResponse;
|
|
833
|
+
(function (ListEmailTemplatesResponse) {
|
|
834
|
+
ListEmailTemplatesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
835
|
+
})(ListEmailTemplatesResponse || (ListEmailTemplatesResponse = {}));
|
|
836
|
+
export var ListImportJobsRequest;
|
|
837
|
+
(function (ListImportJobsRequest) {
|
|
838
|
+
ListImportJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
839
|
+
})(ListImportJobsRequest || (ListImportJobsRequest = {}));
|
|
840
|
+
export var ListImportJobsResponse;
|
|
841
|
+
(function (ListImportJobsResponse) {
|
|
842
|
+
ListImportJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
843
|
+
})(ListImportJobsResponse || (ListImportJobsResponse = {}));
|
|
844
|
+
export var ListManagementOptions;
|
|
845
|
+
(function (ListManagementOptions) {
|
|
846
|
+
ListManagementOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
847
|
+
})(ListManagementOptions || (ListManagementOptions = {}));
|
|
848
|
+
export var ListSuppressedDestinationsRequest;
|
|
849
|
+
(function (ListSuppressedDestinationsRequest) {
|
|
850
|
+
ListSuppressedDestinationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
851
|
+
})(ListSuppressedDestinationsRequest || (ListSuppressedDestinationsRequest = {}));
|
|
852
|
+
export var SuppressedDestinationSummary;
|
|
853
|
+
(function (SuppressedDestinationSummary) {
|
|
854
|
+
SuppressedDestinationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
855
|
+
})(SuppressedDestinationSummary || (SuppressedDestinationSummary = {}));
|
|
856
|
+
export var ListSuppressedDestinationsResponse;
|
|
857
|
+
(function (ListSuppressedDestinationsResponse) {
|
|
858
|
+
ListSuppressedDestinationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
859
|
+
})(ListSuppressedDestinationsResponse || (ListSuppressedDestinationsResponse = {}));
|
|
860
|
+
export var ListTagsForResourceRequest;
|
|
861
|
+
(function (ListTagsForResourceRequest) {
|
|
862
|
+
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
863
|
+
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
864
|
+
export var ListTagsForResourceResponse;
|
|
865
|
+
(function (ListTagsForResourceResponse) {
|
|
866
|
+
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
867
|
+
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
868
|
+
export var PutAccountDedicatedIpWarmupAttributesRequest;
|
|
869
|
+
(function (PutAccountDedicatedIpWarmupAttributesRequest) {
|
|
870
|
+
PutAccountDedicatedIpWarmupAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
871
|
+
})(PutAccountDedicatedIpWarmupAttributesRequest || (PutAccountDedicatedIpWarmupAttributesRequest = {}));
|
|
872
|
+
export var PutAccountDedicatedIpWarmupAttributesResponse;
|
|
873
|
+
(function (PutAccountDedicatedIpWarmupAttributesResponse) {
|
|
874
|
+
PutAccountDedicatedIpWarmupAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
875
|
+
})(PutAccountDedicatedIpWarmupAttributesResponse || (PutAccountDedicatedIpWarmupAttributesResponse = {}));
|
|
876
|
+
export var PutAccountDetailsRequest;
|
|
877
|
+
(function (PutAccountDetailsRequest) {
|
|
878
|
+
PutAccountDetailsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.WebsiteURL && { WebsiteURL: SENSITIVE_STRING })), (obj.UseCaseDescription && { UseCaseDescription: SENSITIVE_STRING })), (obj.AdditionalContactEmailAddresses && { AdditionalContactEmailAddresses: SENSITIVE_STRING }))); };
|
|
879
|
+
})(PutAccountDetailsRequest || (PutAccountDetailsRequest = {}));
|
|
880
|
+
export var PutAccountDetailsResponse;
|
|
881
|
+
(function (PutAccountDetailsResponse) {
|
|
882
|
+
PutAccountDetailsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
883
|
+
})(PutAccountDetailsResponse || (PutAccountDetailsResponse = {}));
|
|
884
|
+
export var PutAccountSendingAttributesRequest;
|
|
885
|
+
(function (PutAccountSendingAttributesRequest) {
|
|
886
|
+
PutAccountSendingAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
887
|
+
})(PutAccountSendingAttributesRequest || (PutAccountSendingAttributesRequest = {}));
|
|
888
|
+
export var PutAccountSendingAttributesResponse;
|
|
889
|
+
(function (PutAccountSendingAttributesResponse) {
|
|
890
|
+
PutAccountSendingAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
891
|
+
})(PutAccountSendingAttributesResponse || (PutAccountSendingAttributesResponse = {}));
|
|
892
|
+
export var PutAccountSuppressionAttributesRequest;
|
|
893
|
+
(function (PutAccountSuppressionAttributesRequest) {
|
|
894
|
+
PutAccountSuppressionAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
895
|
+
})(PutAccountSuppressionAttributesRequest || (PutAccountSuppressionAttributesRequest = {}));
|
|
896
|
+
export var PutAccountSuppressionAttributesResponse;
|
|
897
|
+
(function (PutAccountSuppressionAttributesResponse) {
|
|
898
|
+
PutAccountSuppressionAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
899
|
+
})(PutAccountSuppressionAttributesResponse || (PutAccountSuppressionAttributesResponse = {}));
|
|
900
|
+
export var PutConfigurationSetDeliveryOptionsRequest;
|
|
901
|
+
(function (PutConfigurationSetDeliveryOptionsRequest) {
|
|
902
|
+
PutConfigurationSetDeliveryOptionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
903
|
+
})(PutConfigurationSetDeliveryOptionsRequest || (PutConfigurationSetDeliveryOptionsRequest = {}));
|
|
904
|
+
export var PutConfigurationSetDeliveryOptionsResponse;
|
|
905
|
+
(function (PutConfigurationSetDeliveryOptionsResponse) {
|
|
906
|
+
PutConfigurationSetDeliveryOptionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
907
|
+
})(PutConfigurationSetDeliveryOptionsResponse || (PutConfigurationSetDeliveryOptionsResponse = {}));
|
|
908
|
+
export var PutConfigurationSetReputationOptionsRequest;
|
|
909
|
+
(function (PutConfigurationSetReputationOptionsRequest) {
|
|
910
|
+
PutConfigurationSetReputationOptionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
911
|
+
})(PutConfigurationSetReputationOptionsRequest || (PutConfigurationSetReputationOptionsRequest = {}));
|
|
912
|
+
export var PutConfigurationSetReputationOptionsResponse;
|
|
913
|
+
(function (PutConfigurationSetReputationOptionsResponse) {
|
|
914
|
+
PutConfigurationSetReputationOptionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
915
|
+
})(PutConfigurationSetReputationOptionsResponse || (PutConfigurationSetReputationOptionsResponse = {}));
|
|
916
|
+
export var PutConfigurationSetSendingOptionsRequest;
|
|
917
|
+
(function (PutConfigurationSetSendingOptionsRequest) {
|
|
918
|
+
PutConfigurationSetSendingOptionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
919
|
+
})(PutConfigurationSetSendingOptionsRequest || (PutConfigurationSetSendingOptionsRequest = {}));
|
|
920
|
+
export var PutConfigurationSetSendingOptionsResponse;
|
|
921
|
+
(function (PutConfigurationSetSendingOptionsResponse) {
|
|
922
|
+
PutConfigurationSetSendingOptionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
923
|
+
})(PutConfigurationSetSendingOptionsResponse || (PutConfigurationSetSendingOptionsResponse = {}));
|
|
924
|
+
export var PutConfigurationSetSuppressionOptionsRequest;
|
|
925
|
+
(function (PutConfigurationSetSuppressionOptionsRequest) {
|
|
926
|
+
PutConfigurationSetSuppressionOptionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
927
|
+
})(PutConfigurationSetSuppressionOptionsRequest || (PutConfigurationSetSuppressionOptionsRequest = {}));
|
|
928
|
+
export var PutConfigurationSetSuppressionOptionsResponse;
|
|
929
|
+
(function (PutConfigurationSetSuppressionOptionsResponse) {
|
|
930
|
+
PutConfigurationSetSuppressionOptionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
931
|
+
})(PutConfigurationSetSuppressionOptionsResponse || (PutConfigurationSetSuppressionOptionsResponse = {}));
|
|
932
|
+
export var PutConfigurationSetTrackingOptionsRequest;
|
|
933
|
+
(function (PutConfigurationSetTrackingOptionsRequest) {
|
|
934
|
+
PutConfigurationSetTrackingOptionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
935
|
+
})(PutConfigurationSetTrackingOptionsRequest || (PutConfigurationSetTrackingOptionsRequest = {}));
|
|
936
|
+
export var PutConfigurationSetTrackingOptionsResponse;
|
|
937
|
+
(function (PutConfigurationSetTrackingOptionsResponse) {
|
|
938
|
+
PutConfigurationSetTrackingOptionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
939
|
+
})(PutConfigurationSetTrackingOptionsResponse || (PutConfigurationSetTrackingOptionsResponse = {}));
|
|
940
|
+
export var PutDedicatedIpInPoolRequest;
|
|
941
|
+
(function (PutDedicatedIpInPoolRequest) {
|
|
942
|
+
PutDedicatedIpInPoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
943
|
+
})(PutDedicatedIpInPoolRequest || (PutDedicatedIpInPoolRequest = {}));
|
|
944
|
+
export var PutDedicatedIpInPoolResponse;
|
|
945
|
+
(function (PutDedicatedIpInPoolResponse) {
|
|
946
|
+
PutDedicatedIpInPoolResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
947
|
+
})(PutDedicatedIpInPoolResponse || (PutDedicatedIpInPoolResponse = {}));
|
|
948
|
+
export var PutDedicatedIpWarmupAttributesRequest;
|
|
949
|
+
(function (PutDedicatedIpWarmupAttributesRequest) {
|
|
950
|
+
PutDedicatedIpWarmupAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
951
|
+
})(PutDedicatedIpWarmupAttributesRequest || (PutDedicatedIpWarmupAttributesRequest = {}));
|
|
952
|
+
export var PutDedicatedIpWarmupAttributesResponse;
|
|
953
|
+
(function (PutDedicatedIpWarmupAttributesResponse) {
|
|
954
|
+
PutDedicatedIpWarmupAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
955
|
+
})(PutDedicatedIpWarmupAttributesResponse || (PutDedicatedIpWarmupAttributesResponse = {}));
|
|
956
|
+
export var PutDeliverabilityDashboardOptionRequest;
|
|
957
|
+
(function (PutDeliverabilityDashboardOptionRequest) {
|
|
958
|
+
PutDeliverabilityDashboardOptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
959
|
+
})(PutDeliverabilityDashboardOptionRequest || (PutDeliverabilityDashboardOptionRequest = {}));
|
|
960
|
+
export var PutDeliverabilityDashboardOptionResponse;
|
|
961
|
+
(function (PutDeliverabilityDashboardOptionResponse) {
|
|
962
|
+
PutDeliverabilityDashboardOptionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
963
|
+
})(PutDeliverabilityDashboardOptionResponse || (PutDeliverabilityDashboardOptionResponse = {}));
|
|
964
|
+
export var PutEmailIdentityConfigurationSetAttributesRequest;
|
|
965
|
+
(function (PutEmailIdentityConfigurationSetAttributesRequest) {
|
|
966
|
+
PutEmailIdentityConfigurationSetAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
967
|
+
})(PutEmailIdentityConfigurationSetAttributesRequest || (PutEmailIdentityConfigurationSetAttributesRequest = {}));
|
|
968
|
+
export var PutEmailIdentityConfigurationSetAttributesResponse;
|
|
969
|
+
(function (PutEmailIdentityConfigurationSetAttributesResponse) {
|
|
970
|
+
PutEmailIdentityConfigurationSetAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
971
|
+
})(PutEmailIdentityConfigurationSetAttributesResponse || (PutEmailIdentityConfigurationSetAttributesResponse = {}));
|
|
972
|
+
export var PutEmailIdentityDkimAttributesRequest;
|
|
973
|
+
(function (PutEmailIdentityDkimAttributesRequest) {
|
|
974
|
+
PutEmailIdentityDkimAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
975
|
+
})(PutEmailIdentityDkimAttributesRequest || (PutEmailIdentityDkimAttributesRequest = {}));
|
|
976
|
+
export var PutEmailIdentityDkimAttributesResponse;
|
|
977
|
+
(function (PutEmailIdentityDkimAttributesResponse) {
|
|
978
|
+
PutEmailIdentityDkimAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
979
|
+
})(PutEmailIdentityDkimAttributesResponse || (PutEmailIdentityDkimAttributesResponse = {}));
|
|
980
|
+
export var PutEmailIdentityDkimSigningAttributesRequest;
|
|
981
|
+
(function (PutEmailIdentityDkimSigningAttributesRequest) {
|
|
982
|
+
PutEmailIdentityDkimSigningAttributesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SigningAttributes && {
|
|
983
|
+
SigningAttributes: DkimSigningAttributes.filterSensitiveLog(obj.SigningAttributes),
|
|
984
|
+
}))); };
|
|
985
|
+
})(PutEmailIdentityDkimSigningAttributesRequest || (PutEmailIdentityDkimSigningAttributesRequest = {}));
|
|
986
|
+
export var PutEmailIdentityDkimSigningAttributesResponse;
|
|
987
|
+
(function (PutEmailIdentityDkimSigningAttributesResponse) {
|
|
988
|
+
PutEmailIdentityDkimSigningAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
989
|
+
})(PutEmailIdentityDkimSigningAttributesResponse || (PutEmailIdentityDkimSigningAttributesResponse = {}));
|
|
990
|
+
export var PutEmailIdentityFeedbackAttributesRequest;
|
|
991
|
+
(function (PutEmailIdentityFeedbackAttributesRequest) {
|
|
992
|
+
PutEmailIdentityFeedbackAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
993
|
+
})(PutEmailIdentityFeedbackAttributesRequest || (PutEmailIdentityFeedbackAttributesRequest = {}));
|
|
994
|
+
export var PutEmailIdentityFeedbackAttributesResponse;
|
|
995
|
+
(function (PutEmailIdentityFeedbackAttributesResponse) {
|
|
996
|
+
PutEmailIdentityFeedbackAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
997
|
+
})(PutEmailIdentityFeedbackAttributesResponse || (PutEmailIdentityFeedbackAttributesResponse = {}));
|
|
998
|
+
export var PutEmailIdentityMailFromAttributesRequest;
|
|
999
|
+
(function (PutEmailIdentityMailFromAttributesRequest) {
|
|
1000
|
+
PutEmailIdentityMailFromAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1001
|
+
})(PutEmailIdentityMailFromAttributesRequest || (PutEmailIdentityMailFromAttributesRequest = {}));
|
|
1002
|
+
export var PutEmailIdentityMailFromAttributesResponse;
|
|
1003
|
+
(function (PutEmailIdentityMailFromAttributesResponse) {
|
|
1004
|
+
PutEmailIdentityMailFromAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1005
|
+
})(PutEmailIdentityMailFromAttributesResponse || (PutEmailIdentityMailFromAttributesResponse = {}));
|
|
1006
|
+
export var PutSuppressedDestinationRequest;
|
|
1007
|
+
(function (PutSuppressedDestinationRequest) {
|
|
1008
|
+
PutSuppressedDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1009
|
+
})(PutSuppressedDestinationRequest || (PutSuppressedDestinationRequest = {}));
|
|
1010
|
+
export var PutSuppressedDestinationResponse;
|
|
1011
|
+
(function (PutSuppressedDestinationResponse) {
|
|
1012
|
+
PutSuppressedDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1013
|
+
})(PutSuppressedDestinationResponse || (PutSuppressedDestinationResponse = {}));
|
|
1014
|
+
export var SendBulkEmailRequest;
|
|
1015
|
+
(function (SendBulkEmailRequest) {
|
|
1016
|
+
SendBulkEmailRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1017
|
+
})(SendBulkEmailRequest || (SendBulkEmailRequest = {}));
|
|
1018
|
+
export var SendBulkEmailResponse;
|
|
1019
|
+
(function (SendBulkEmailResponse) {
|
|
1020
|
+
SendBulkEmailResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1021
|
+
})(SendBulkEmailResponse || (SendBulkEmailResponse = {}));
|
|
1022
|
+
export var SendCustomVerificationEmailRequest;
|
|
1023
|
+
(function (SendCustomVerificationEmailRequest) {
|
|
1024
|
+
SendCustomVerificationEmailRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1025
|
+
})(SendCustomVerificationEmailRequest || (SendCustomVerificationEmailRequest = {}));
|
|
1026
|
+
export var SendCustomVerificationEmailResponse;
|
|
1027
|
+
(function (SendCustomVerificationEmailResponse) {
|
|
1028
|
+
SendCustomVerificationEmailResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1029
|
+
})(SendCustomVerificationEmailResponse || (SendCustomVerificationEmailResponse = {}));
|
|
1030
|
+
export var SendEmailRequest;
|
|
1031
|
+
(function (SendEmailRequest) {
|
|
1032
|
+
SendEmailRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1033
|
+
})(SendEmailRequest || (SendEmailRequest = {}));
|
|
1034
|
+
export var SendEmailResponse;
|
|
1035
|
+
(function (SendEmailResponse) {
|
|
1036
|
+
SendEmailResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1037
|
+
})(SendEmailResponse || (SendEmailResponse = {}));
|
|
1038
|
+
export var TagResourceRequest;
|
|
1039
|
+
(function (TagResourceRequest) {
|
|
1040
|
+
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1041
|
+
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
1042
|
+
export var TagResourceResponse;
|
|
1043
|
+
(function (TagResourceResponse) {
|
|
1044
|
+
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1045
|
+
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
1046
|
+
export var TestRenderEmailTemplateRequest;
|
|
1047
|
+
(function (TestRenderEmailTemplateRequest) {
|
|
1048
|
+
TestRenderEmailTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1049
|
+
})(TestRenderEmailTemplateRequest || (TestRenderEmailTemplateRequest = {}));
|
|
1050
|
+
export var TestRenderEmailTemplateResponse;
|
|
1051
|
+
(function (TestRenderEmailTemplateResponse) {
|
|
1052
|
+
TestRenderEmailTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1053
|
+
})(TestRenderEmailTemplateResponse || (TestRenderEmailTemplateResponse = {}));
|
|
1054
|
+
export var UntagResourceRequest;
|
|
1055
|
+
(function (UntagResourceRequest) {
|
|
1056
|
+
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1057
|
+
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
1058
|
+
export var UntagResourceResponse;
|
|
1059
|
+
(function (UntagResourceResponse) {
|
|
1060
|
+
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1061
|
+
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
1062
|
+
export var UpdateConfigurationSetEventDestinationRequest;
|
|
1063
|
+
(function (UpdateConfigurationSetEventDestinationRequest) {
|
|
1064
|
+
UpdateConfigurationSetEventDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1065
|
+
})(UpdateConfigurationSetEventDestinationRequest || (UpdateConfigurationSetEventDestinationRequest = {}));
|
|
1066
|
+
export var UpdateConfigurationSetEventDestinationResponse;
|
|
1067
|
+
(function (UpdateConfigurationSetEventDestinationResponse) {
|
|
1068
|
+
UpdateConfigurationSetEventDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1069
|
+
})(UpdateConfigurationSetEventDestinationResponse || (UpdateConfigurationSetEventDestinationResponse = {}));
|
|
1070
|
+
export var UpdateContactRequest;
|
|
1071
|
+
(function (UpdateContactRequest) {
|
|
1072
|
+
UpdateContactRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1073
|
+
})(UpdateContactRequest || (UpdateContactRequest = {}));
|
|
1074
|
+
export var UpdateContactResponse;
|
|
1075
|
+
(function (UpdateContactResponse) {
|
|
1076
|
+
UpdateContactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1077
|
+
})(UpdateContactResponse || (UpdateContactResponse = {}));
|
|
1078
|
+
export var UpdateContactListRequest;
|
|
1079
|
+
(function (UpdateContactListRequest) {
|
|
1080
|
+
UpdateContactListRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1081
|
+
})(UpdateContactListRequest || (UpdateContactListRequest = {}));
|
|
1082
|
+
export var UpdateContactListResponse;
|
|
1083
|
+
(function (UpdateContactListResponse) {
|
|
1084
|
+
UpdateContactListResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1085
|
+
})(UpdateContactListResponse || (UpdateContactListResponse = {}));
|
|
1086
|
+
export var UpdateCustomVerificationEmailTemplateRequest;
|
|
1087
|
+
(function (UpdateCustomVerificationEmailTemplateRequest) {
|
|
1088
|
+
UpdateCustomVerificationEmailTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1089
|
+
})(UpdateCustomVerificationEmailTemplateRequest || (UpdateCustomVerificationEmailTemplateRequest = {}));
|
|
1090
|
+
export var UpdateCustomVerificationEmailTemplateResponse;
|
|
1091
|
+
(function (UpdateCustomVerificationEmailTemplateResponse) {
|
|
1092
|
+
UpdateCustomVerificationEmailTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1093
|
+
})(UpdateCustomVerificationEmailTemplateResponse || (UpdateCustomVerificationEmailTemplateResponse = {}));
|
|
1094
|
+
export var UpdateEmailIdentityPolicyRequest;
|
|
1095
|
+
(function (UpdateEmailIdentityPolicyRequest) {
|
|
1096
|
+
UpdateEmailIdentityPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1097
|
+
})(UpdateEmailIdentityPolicyRequest || (UpdateEmailIdentityPolicyRequest = {}));
|
|
1098
|
+
export var UpdateEmailIdentityPolicyResponse;
|
|
1099
|
+
(function (UpdateEmailIdentityPolicyResponse) {
|
|
1100
|
+
UpdateEmailIdentityPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1101
|
+
})(UpdateEmailIdentityPolicyResponse || (UpdateEmailIdentityPolicyResponse = {}));
|
|
1102
|
+
export var UpdateEmailTemplateRequest;
|
|
1103
|
+
(function (UpdateEmailTemplateRequest) {
|
|
1104
|
+
UpdateEmailTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1105
|
+
})(UpdateEmailTemplateRequest || (UpdateEmailTemplateRequest = {}));
|
|
1106
|
+
export var UpdateEmailTemplateResponse;
|
|
1107
|
+
(function (UpdateEmailTemplateResponse) {
|
|
1108
|
+
UpdateEmailTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1109
|
+
})(UpdateEmailTemplateResponse || (UpdateEmailTemplateResponse = {}));
|