@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
|
@@ -1,1822 +0,0 @@
|
|
|
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
|
-
/**
|
|
23
|
-
* @internal
|
|
24
|
-
*/
|
|
25
|
-
ReviewDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
26
|
-
})(ReviewDetails || (ReviewDetails = {}));
|
|
27
|
-
export var AccountDetails;
|
|
28
|
-
(function (AccountDetails) {
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
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 }))); };
|
|
33
|
-
})(AccountDetails || (AccountDetails = {}));
|
|
34
|
-
export var AccountSuspendedException;
|
|
35
|
-
(function (AccountSuspendedException) {
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
AccountSuspendedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
40
|
-
})(AccountSuspendedException || (AccountSuspendedException = {}));
|
|
41
|
-
export var AlreadyExistsException;
|
|
42
|
-
(function (AlreadyExistsException) {
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
|
-
AlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
47
|
-
})(AlreadyExistsException || (AlreadyExistsException = {}));
|
|
48
|
-
export var BadRequestException;
|
|
49
|
-
(function (BadRequestException) {
|
|
50
|
-
/**
|
|
51
|
-
* @internal
|
|
52
|
-
*/
|
|
53
|
-
BadRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
54
|
-
})(BadRequestException || (BadRequestException = {}));
|
|
55
|
-
export var BehaviorOnMxFailure;
|
|
56
|
-
(function (BehaviorOnMxFailure) {
|
|
57
|
-
BehaviorOnMxFailure["REJECT_MESSAGE"] = "REJECT_MESSAGE";
|
|
58
|
-
BehaviorOnMxFailure["USE_DEFAULT_VALUE"] = "USE_DEFAULT_VALUE";
|
|
59
|
-
})(BehaviorOnMxFailure || (BehaviorOnMxFailure = {}));
|
|
60
|
-
export var BlacklistEntry;
|
|
61
|
-
(function (BlacklistEntry) {
|
|
62
|
-
/**
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
65
|
-
BlacklistEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
66
|
-
})(BlacklistEntry || (BlacklistEntry = {}));
|
|
67
|
-
export var Content;
|
|
68
|
-
(function (Content) {
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
Content.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
73
|
-
})(Content || (Content = {}));
|
|
74
|
-
export var Body;
|
|
75
|
-
(function (Body) {
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
Body.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
80
|
-
})(Body || (Body = {}));
|
|
81
|
-
export var Template;
|
|
82
|
-
(function (Template) {
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
Template.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
87
|
-
})(Template || (Template = {}));
|
|
88
|
-
export var BulkEmailContent;
|
|
89
|
-
(function (BulkEmailContent) {
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
BulkEmailContent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
94
|
-
})(BulkEmailContent || (BulkEmailContent = {}));
|
|
95
|
-
export var Destination;
|
|
96
|
-
(function (Destination) {
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
Destination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
101
|
-
})(Destination || (Destination = {}));
|
|
102
|
-
export var ReplacementTemplate;
|
|
103
|
-
(function (ReplacementTemplate) {
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
ReplacementTemplate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
108
|
-
})(ReplacementTemplate || (ReplacementTemplate = {}));
|
|
109
|
-
export var ReplacementEmailContent;
|
|
110
|
-
(function (ReplacementEmailContent) {
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
ReplacementEmailContent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
|
-
})(ReplacementEmailContent || (ReplacementEmailContent = {}));
|
|
116
|
-
export var MessageTag;
|
|
117
|
-
(function (MessageTag) {
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
MessageTag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
122
|
-
})(MessageTag || (MessageTag = {}));
|
|
123
|
-
export var BulkEmailEntry;
|
|
124
|
-
(function (BulkEmailEntry) {
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
BulkEmailEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
|
-
})(BulkEmailEntry || (BulkEmailEntry = {}));
|
|
130
|
-
export var BulkEmailStatus;
|
|
131
|
-
(function (BulkEmailStatus) {
|
|
132
|
-
BulkEmailStatus["ACCOUNT_DAILY_QUOTA_EXCEEDED"] = "ACCOUNT_DAILY_QUOTA_EXCEEDED";
|
|
133
|
-
BulkEmailStatus["ACCOUNT_SENDING_PAUSED"] = "ACCOUNT_SENDING_PAUSED";
|
|
134
|
-
BulkEmailStatus["ACCOUNT_SUSPENDED"] = "ACCOUNT_SUSPENDED";
|
|
135
|
-
BulkEmailStatus["ACCOUNT_THROTTLED"] = "ACCOUNT_THROTTLED";
|
|
136
|
-
BulkEmailStatus["CONFIGURATION_SET_NOT_FOUND"] = "CONFIGURATION_SET_NOT_FOUND";
|
|
137
|
-
BulkEmailStatus["CONFIGURATION_SET_SENDING_PAUSED"] = "CONFIGURATION_SET_SENDING_PAUSED";
|
|
138
|
-
BulkEmailStatus["FAILED"] = "FAILED";
|
|
139
|
-
BulkEmailStatus["INVALID_PARAMETER"] = "INVALID_PARAMETER";
|
|
140
|
-
BulkEmailStatus["INVALID_SENDING_POOL_NAME"] = "INVALID_SENDING_POOL_NAME";
|
|
141
|
-
BulkEmailStatus["MAIL_FROM_DOMAIN_NOT_VERIFIED"] = "MAIL_FROM_DOMAIN_NOT_VERIFIED";
|
|
142
|
-
BulkEmailStatus["MESSAGE_REJECTED"] = "MESSAGE_REJECTED";
|
|
143
|
-
BulkEmailStatus["SUCCESS"] = "SUCCESS";
|
|
144
|
-
BulkEmailStatus["TEMPLATE_NOT_FOUND"] = "TEMPLATE_NOT_FOUND";
|
|
145
|
-
BulkEmailStatus["TRANSIENT_FAILURE"] = "TRANSIENT_FAILURE";
|
|
146
|
-
})(BulkEmailStatus || (BulkEmailStatus = {}));
|
|
147
|
-
export var BulkEmailEntryResult;
|
|
148
|
-
(function (BulkEmailEntryResult) {
|
|
149
|
-
/**
|
|
150
|
-
* @internal
|
|
151
|
-
*/
|
|
152
|
-
BulkEmailEntryResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
153
|
-
})(BulkEmailEntryResult || (BulkEmailEntryResult = {}));
|
|
154
|
-
export var DimensionValueSource;
|
|
155
|
-
(function (DimensionValueSource) {
|
|
156
|
-
DimensionValueSource["EMAIL_HEADER"] = "EMAIL_HEADER";
|
|
157
|
-
DimensionValueSource["LINK_TAG"] = "LINK_TAG";
|
|
158
|
-
DimensionValueSource["MESSAGE_TAG"] = "MESSAGE_TAG";
|
|
159
|
-
})(DimensionValueSource || (DimensionValueSource = {}));
|
|
160
|
-
export var CloudWatchDimensionConfiguration;
|
|
161
|
-
(function (CloudWatchDimensionConfiguration) {
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
|
-
CloudWatchDimensionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
166
|
-
})(CloudWatchDimensionConfiguration || (CloudWatchDimensionConfiguration = {}));
|
|
167
|
-
export var CloudWatchDestination;
|
|
168
|
-
(function (CloudWatchDestination) {
|
|
169
|
-
/**
|
|
170
|
-
* @internal
|
|
171
|
-
*/
|
|
172
|
-
CloudWatchDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
|
-
})(CloudWatchDestination || (CloudWatchDestination = {}));
|
|
174
|
-
export var ConcurrentModificationException;
|
|
175
|
-
(function (ConcurrentModificationException) {
|
|
176
|
-
/**
|
|
177
|
-
* @internal
|
|
178
|
-
*/
|
|
179
|
-
ConcurrentModificationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
|
-
})(ConcurrentModificationException || (ConcurrentModificationException = {}));
|
|
181
|
-
export var ConflictException;
|
|
182
|
-
(function (ConflictException) {
|
|
183
|
-
/**
|
|
184
|
-
* @internal
|
|
185
|
-
*/
|
|
186
|
-
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
-
})(ConflictException || (ConflictException = {}));
|
|
188
|
-
export var SubscriptionStatus;
|
|
189
|
-
(function (SubscriptionStatus) {
|
|
190
|
-
SubscriptionStatus["OPT_IN"] = "OPT_IN";
|
|
191
|
-
SubscriptionStatus["OPT_OUT"] = "OPT_OUT";
|
|
192
|
-
})(SubscriptionStatus || (SubscriptionStatus = {}));
|
|
193
|
-
export var TopicPreference;
|
|
194
|
-
(function (TopicPreference) {
|
|
195
|
-
/**
|
|
196
|
-
* @internal
|
|
197
|
-
*/
|
|
198
|
-
TopicPreference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
|
-
})(TopicPreference || (TopicPreference = {}));
|
|
200
|
-
export var Contact;
|
|
201
|
-
(function (Contact) {
|
|
202
|
-
/**
|
|
203
|
-
* @internal
|
|
204
|
-
*/
|
|
205
|
-
Contact.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
-
})(Contact || (Contact = {}));
|
|
207
|
-
export var ContactList;
|
|
208
|
-
(function (ContactList) {
|
|
209
|
-
/**
|
|
210
|
-
* @internal
|
|
211
|
-
*/
|
|
212
|
-
ContactList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
|
-
})(ContactList || (ContactList = {}));
|
|
214
|
-
export var ContactListImportAction;
|
|
215
|
-
(function (ContactListImportAction) {
|
|
216
|
-
ContactListImportAction["DELETE"] = "DELETE";
|
|
217
|
-
ContactListImportAction["PUT"] = "PUT";
|
|
218
|
-
})(ContactListImportAction || (ContactListImportAction = {}));
|
|
219
|
-
export var ContactListDestination;
|
|
220
|
-
(function (ContactListDestination) {
|
|
221
|
-
/**
|
|
222
|
-
* @internal
|
|
223
|
-
*/
|
|
224
|
-
ContactListDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
225
|
-
})(ContactListDestination || (ContactListDestination = {}));
|
|
226
|
-
export var TlsPolicy;
|
|
227
|
-
(function (TlsPolicy) {
|
|
228
|
-
TlsPolicy["OPTIONAL"] = "OPTIONAL";
|
|
229
|
-
TlsPolicy["REQUIRE"] = "REQUIRE";
|
|
230
|
-
})(TlsPolicy || (TlsPolicy = {}));
|
|
231
|
-
export var DeliveryOptions;
|
|
232
|
-
(function (DeliveryOptions) {
|
|
233
|
-
/**
|
|
234
|
-
* @internal
|
|
235
|
-
*/
|
|
236
|
-
DeliveryOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
-
})(DeliveryOptions || (DeliveryOptions = {}));
|
|
238
|
-
export var ReputationOptions;
|
|
239
|
-
(function (ReputationOptions) {
|
|
240
|
-
/**
|
|
241
|
-
* @internal
|
|
242
|
-
*/
|
|
243
|
-
ReputationOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
-
})(ReputationOptions || (ReputationOptions = {}));
|
|
245
|
-
export var SendingOptions;
|
|
246
|
-
(function (SendingOptions) {
|
|
247
|
-
/**
|
|
248
|
-
* @internal
|
|
249
|
-
*/
|
|
250
|
-
SendingOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
-
})(SendingOptions || (SendingOptions = {}));
|
|
252
|
-
export var SuppressionListReason;
|
|
253
|
-
(function (SuppressionListReason) {
|
|
254
|
-
SuppressionListReason["BOUNCE"] = "BOUNCE";
|
|
255
|
-
SuppressionListReason["COMPLAINT"] = "COMPLAINT";
|
|
256
|
-
})(SuppressionListReason || (SuppressionListReason = {}));
|
|
257
|
-
export var SuppressionOptions;
|
|
258
|
-
(function (SuppressionOptions) {
|
|
259
|
-
/**
|
|
260
|
-
* @internal
|
|
261
|
-
*/
|
|
262
|
-
SuppressionOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
-
})(SuppressionOptions || (SuppressionOptions = {}));
|
|
264
|
-
export var Tag;
|
|
265
|
-
(function (Tag) {
|
|
266
|
-
/**
|
|
267
|
-
* @internal
|
|
268
|
-
*/
|
|
269
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
-
})(Tag || (Tag = {}));
|
|
271
|
-
export var TrackingOptions;
|
|
272
|
-
(function (TrackingOptions) {
|
|
273
|
-
/**
|
|
274
|
-
* @internal
|
|
275
|
-
*/
|
|
276
|
-
TrackingOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
-
})(TrackingOptions || (TrackingOptions = {}));
|
|
278
|
-
export var CreateConfigurationSetRequest;
|
|
279
|
-
(function (CreateConfigurationSetRequest) {
|
|
280
|
-
/**
|
|
281
|
-
* @internal
|
|
282
|
-
*/
|
|
283
|
-
CreateConfigurationSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
-
})(CreateConfigurationSetRequest || (CreateConfigurationSetRequest = {}));
|
|
285
|
-
export var CreateConfigurationSetResponse;
|
|
286
|
-
(function (CreateConfigurationSetResponse) {
|
|
287
|
-
/**
|
|
288
|
-
* @internal
|
|
289
|
-
*/
|
|
290
|
-
CreateConfigurationSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
-
})(CreateConfigurationSetResponse || (CreateConfigurationSetResponse = {}));
|
|
292
|
-
export var LimitExceededException;
|
|
293
|
-
(function (LimitExceededException) {
|
|
294
|
-
/**
|
|
295
|
-
* @internal
|
|
296
|
-
*/
|
|
297
|
-
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
-
})(LimitExceededException || (LimitExceededException = {}));
|
|
299
|
-
export var NotFoundException;
|
|
300
|
-
(function (NotFoundException) {
|
|
301
|
-
/**
|
|
302
|
-
* @internal
|
|
303
|
-
*/
|
|
304
|
-
NotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
-
})(NotFoundException || (NotFoundException = {}));
|
|
306
|
-
export var TooManyRequestsException;
|
|
307
|
-
(function (TooManyRequestsException) {
|
|
308
|
-
/**
|
|
309
|
-
* @internal
|
|
310
|
-
*/
|
|
311
|
-
TooManyRequestsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
|
-
})(TooManyRequestsException || (TooManyRequestsException = {}));
|
|
313
|
-
export var KinesisFirehoseDestination;
|
|
314
|
-
(function (KinesisFirehoseDestination) {
|
|
315
|
-
/**
|
|
316
|
-
* @internal
|
|
317
|
-
*/
|
|
318
|
-
KinesisFirehoseDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
-
})(KinesisFirehoseDestination || (KinesisFirehoseDestination = {}));
|
|
320
|
-
export var EventType;
|
|
321
|
-
(function (EventType) {
|
|
322
|
-
EventType["BOUNCE"] = "BOUNCE";
|
|
323
|
-
EventType["CLICK"] = "CLICK";
|
|
324
|
-
EventType["COMPLAINT"] = "COMPLAINT";
|
|
325
|
-
EventType["DELIVERY"] = "DELIVERY";
|
|
326
|
-
EventType["DELIVERY_DELAY"] = "DELIVERY_DELAY";
|
|
327
|
-
EventType["OPEN"] = "OPEN";
|
|
328
|
-
EventType["REJECT"] = "REJECT";
|
|
329
|
-
EventType["RENDERING_FAILURE"] = "RENDERING_FAILURE";
|
|
330
|
-
EventType["SEND"] = "SEND";
|
|
331
|
-
EventType["SUBSCRIPTION"] = "SUBSCRIPTION";
|
|
332
|
-
})(EventType || (EventType = {}));
|
|
333
|
-
export var PinpointDestination;
|
|
334
|
-
(function (PinpointDestination) {
|
|
335
|
-
/**
|
|
336
|
-
* @internal
|
|
337
|
-
*/
|
|
338
|
-
PinpointDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
|
-
})(PinpointDestination || (PinpointDestination = {}));
|
|
340
|
-
export var SnsDestination;
|
|
341
|
-
(function (SnsDestination) {
|
|
342
|
-
/**
|
|
343
|
-
* @internal
|
|
344
|
-
*/
|
|
345
|
-
SnsDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
|
-
})(SnsDestination || (SnsDestination = {}));
|
|
347
|
-
export var EventDestinationDefinition;
|
|
348
|
-
(function (EventDestinationDefinition) {
|
|
349
|
-
/**
|
|
350
|
-
* @internal
|
|
351
|
-
*/
|
|
352
|
-
EventDestinationDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
|
-
})(EventDestinationDefinition || (EventDestinationDefinition = {}));
|
|
354
|
-
export var CreateConfigurationSetEventDestinationRequest;
|
|
355
|
-
(function (CreateConfigurationSetEventDestinationRequest) {
|
|
356
|
-
/**
|
|
357
|
-
* @internal
|
|
358
|
-
*/
|
|
359
|
-
CreateConfigurationSetEventDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
-
})(CreateConfigurationSetEventDestinationRequest || (CreateConfigurationSetEventDestinationRequest = {}));
|
|
361
|
-
export var CreateConfigurationSetEventDestinationResponse;
|
|
362
|
-
(function (CreateConfigurationSetEventDestinationResponse) {
|
|
363
|
-
/**
|
|
364
|
-
* @internal
|
|
365
|
-
*/
|
|
366
|
-
CreateConfigurationSetEventDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
367
|
-
})(CreateConfigurationSetEventDestinationResponse || (CreateConfigurationSetEventDestinationResponse = {}));
|
|
368
|
-
export var CreateContactRequest;
|
|
369
|
-
(function (CreateContactRequest) {
|
|
370
|
-
/**
|
|
371
|
-
* @internal
|
|
372
|
-
*/
|
|
373
|
-
CreateContactRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
374
|
-
})(CreateContactRequest || (CreateContactRequest = {}));
|
|
375
|
-
export var CreateContactResponse;
|
|
376
|
-
(function (CreateContactResponse) {
|
|
377
|
-
/**
|
|
378
|
-
* @internal
|
|
379
|
-
*/
|
|
380
|
-
CreateContactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
381
|
-
})(CreateContactResponse || (CreateContactResponse = {}));
|
|
382
|
-
export var Topic;
|
|
383
|
-
(function (Topic) {
|
|
384
|
-
/**
|
|
385
|
-
* @internal
|
|
386
|
-
*/
|
|
387
|
-
Topic.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
|
-
})(Topic || (Topic = {}));
|
|
389
|
-
export var CreateContactListRequest;
|
|
390
|
-
(function (CreateContactListRequest) {
|
|
391
|
-
/**
|
|
392
|
-
* @internal
|
|
393
|
-
*/
|
|
394
|
-
CreateContactListRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
|
-
})(CreateContactListRequest || (CreateContactListRequest = {}));
|
|
396
|
-
export var CreateContactListResponse;
|
|
397
|
-
(function (CreateContactListResponse) {
|
|
398
|
-
/**
|
|
399
|
-
* @internal
|
|
400
|
-
*/
|
|
401
|
-
CreateContactListResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
402
|
-
})(CreateContactListResponse || (CreateContactListResponse = {}));
|
|
403
|
-
export var CreateCustomVerificationEmailTemplateRequest;
|
|
404
|
-
(function (CreateCustomVerificationEmailTemplateRequest) {
|
|
405
|
-
/**
|
|
406
|
-
* @internal
|
|
407
|
-
*/
|
|
408
|
-
CreateCustomVerificationEmailTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
409
|
-
})(CreateCustomVerificationEmailTemplateRequest || (CreateCustomVerificationEmailTemplateRequest = {}));
|
|
410
|
-
export var CreateCustomVerificationEmailTemplateResponse;
|
|
411
|
-
(function (CreateCustomVerificationEmailTemplateResponse) {
|
|
412
|
-
/**
|
|
413
|
-
* @internal
|
|
414
|
-
*/
|
|
415
|
-
CreateCustomVerificationEmailTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
|
-
})(CreateCustomVerificationEmailTemplateResponse || (CreateCustomVerificationEmailTemplateResponse = {}));
|
|
417
|
-
export var CreateDedicatedIpPoolRequest;
|
|
418
|
-
(function (CreateDedicatedIpPoolRequest) {
|
|
419
|
-
/**
|
|
420
|
-
* @internal
|
|
421
|
-
*/
|
|
422
|
-
CreateDedicatedIpPoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
423
|
-
})(CreateDedicatedIpPoolRequest || (CreateDedicatedIpPoolRequest = {}));
|
|
424
|
-
export var CreateDedicatedIpPoolResponse;
|
|
425
|
-
(function (CreateDedicatedIpPoolResponse) {
|
|
426
|
-
/**
|
|
427
|
-
* @internal
|
|
428
|
-
*/
|
|
429
|
-
CreateDedicatedIpPoolResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
|
-
})(CreateDedicatedIpPoolResponse || (CreateDedicatedIpPoolResponse = {}));
|
|
431
|
-
export var RawMessage;
|
|
432
|
-
(function (RawMessage) {
|
|
433
|
-
/**
|
|
434
|
-
* @internal
|
|
435
|
-
*/
|
|
436
|
-
RawMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
-
})(RawMessage || (RawMessage = {}));
|
|
438
|
-
export var Message;
|
|
439
|
-
(function (Message) {
|
|
440
|
-
/**
|
|
441
|
-
* @internal
|
|
442
|
-
*/
|
|
443
|
-
Message.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
|
-
})(Message || (Message = {}));
|
|
445
|
-
export var EmailContent;
|
|
446
|
-
(function (EmailContent) {
|
|
447
|
-
/**
|
|
448
|
-
* @internal
|
|
449
|
-
*/
|
|
450
|
-
EmailContent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
451
|
-
})(EmailContent || (EmailContent = {}));
|
|
452
|
-
export var CreateDeliverabilityTestReportRequest;
|
|
453
|
-
(function (CreateDeliverabilityTestReportRequest) {
|
|
454
|
-
/**
|
|
455
|
-
* @internal
|
|
456
|
-
*/
|
|
457
|
-
CreateDeliverabilityTestReportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
-
})(CreateDeliverabilityTestReportRequest || (CreateDeliverabilityTestReportRequest = {}));
|
|
459
|
-
export var DeliverabilityTestStatus;
|
|
460
|
-
(function (DeliverabilityTestStatus) {
|
|
461
|
-
DeliverabilityTestStatus["COMPLETED"] = "COMPLETED";
|
|
462
|
-
DeliverabilityTestStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
463
|
-
})(DeliverabilityTestStatus || (DeliverabilityTestStatus = {}));
|
|
464
|
-
export var CreateDeliverabilityTestReportResponse;
|
|
465
|
-
(function (CreateDeliverabilityTestReportResponse) {
|
|
466
|
-
/**
|
|
467
|
-
* @internal
|
|
468
|
-
*/
|
|
469
|
-
CreateDeliverabilityTestReportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
|
-
})(CreateDeliverabilityTestReportResponse || (CreateDeliverabilityTestReportResponse = {}));
|
|
471
|
-
export var MailFromDomainNotVerifiedException;
|
|
472
|
-
(function (MailFromDomainNotVerifiedException) {
|
|
473
|
-
/**
|
|
474
|
-
* @internal
|
|
475
|
-
*/
|
|
476
|
-
MailFromDomainNotVerifiedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
|
-
})(MailFromDomainNotVerifiedException || (MailFromDomainNotVerifiedException = {}));
|
|
478
|
-
export var MessageRejected;
|
|
479
|
-
(function (MessageRejected) {
|
|
480
|
-
/**
|
|
481
|
-
* @internal
|
|
482
|
-
*/
|
|
483
|
-
MessageRejected.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
|
-
})(MessageRejected || (MessageRejected = {}));
|
|
485
|
-
export var SendingPausedException;
|
|
486
|
-
(function (SendingPausedException) {
|
|
487
|
-
/**
|
|
488
|
-
* @internal
|
|
489
|
-
*/
|
|
490
|
-
SendingPausedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
|
-
})(SendingPausedException || (SendingPausedException = {}));
|
|
492
|
-
export var DkimSigningAttributes;
|
|
493
|
-
(function (DkimSigningAttributes) {
|
|
494
|
-
/**
|
|
495
|
-
* @internal
|
|
496
|
-
*/
|
|
497
|
-
DkimSigningAttributes.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DomainSigningPrivateKey && { DomainSigningPrivateKey: SENSITIVE_STRING }))); };
|
|
498
|
-
})(DkimSigningAttributes || (DkimSigningAttributes = {}));
|
|
499
|
-
export var CreateEmailIdentityRequest;
|
|
500
|
-
(function (CreateEmailIdentityRequest) {
|
|
501
|
-
/**
|
|
502
|
-
* @internal
|
|
503
|
-
*/
|
|
504
|
-
CreateEmailIdentityRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DkimSigningAttributes && {
|
|
505
|
-
DkimSigningAttributes: DkimSigningAttributes.filterSensitiveLog(obj.DkimSigningAttributes),
|
|
506
|
-
}))); };
|
|
507
|
-
})(CreateEmailIdentityRequest || (CreateEmailIdentityRequest = {}));
|
|
508
|
-
export var DkimSigningAttributesOrigin;
|
|
509
|
-
(function (DkimSigningAttributesOrigin) {
|
|
510
|
-
DkimSigningAttributesOrigin["AWS_SES"] = "AWS_SES";
|
|
511
|
-
DkimSigningAttributesOrigin["EXTERNAL"] = "EXTERNAL";
|
|
512
|
-
})(DkimSigningAttributesOrigin || (DkimSigningAttributesOrigin = {}));
|
|
513
|
-
export var DkimStatus;
|
|
514
|
-
(function (DkimStatus) {
|
|
515
|
-
DkimStatus["FAILED"] = "FAILED";
|
|
516
|
-
DkimStatus["NOT_STARTED"] = "NOT_STARTED";
|
|
517
|
-
DkimStatus["PENDING"] = "PENDING";
|
|
518
|
-
DkimStatus["SUCCESS"] = "SUCCESS";
|
|
519
|
-
DkimStatus["TEMPORARY_FAILURE"] = "TEMPORARY_FAILURE";
|
|
520
|
-
})(DkimStatus || (DkimStatus = {}));
|
|
521
|
-
export var DkimAttributes;
|
|
522
|
-
(function (DkimAttributes) {
|
|
523
|
-
/**
|
|
524
|
-
* @internal
|
|
525
|
-
*/
|
|
526
|
-
DkimAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
-
})(DkimAttributes || (DkimAttributes = {}));
|
|
528
|
-
export var IdentityType;
|
|
529
|
-
(function (IdentityType) {
|
|
530
|
-
IdentityType["DOMAIN"] = "DOMAIN";
|
|
531
|
-
IdentityType["EMAIL_ADDRESS"] = "EMAIL_ADDRESS";
|
|
532
|
-
IdentityType["MANAGED_DOMAIN"] = "MANAGED_DOMAIN";
|
|
533
|
-
})(IdentityType || (IdentityType = {}));
|
|
534
|
-
export var CreateEmailIdentityResponse;
|
|
535
|
-
(function (CreateEmailIdentityResponse) {
|
|
536
|
-
/**
|
|
537
|
-
* @internal
|
|
538
|
-
*/
|
|
539
|
-
CreateEmailIdentityResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
-
})(CreateEmailIdentityResponse || (CreateEmailIdentityResponse = {}));
|
|
541
|
-
export var CreateEmailIdentityPolicyRequest;
|
|
542
|
-
(function (CreateEmailIdentityPolicyRequest) {
|
|
543
|
-
/**
|
|
544
|
-
* @internal
|
|
545
|
-
*/
|
|
546
|
-
CreateEmailIdentityPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
-
})(CreateEmailIdentityPolicyRequest || (CreateEmailIdentityPolicyRequest = {}));
|
|
548
|
-
export var CreateEmailIdentityPolicyResponse;
|
|
549
|
-
(function (CreateEmailIdentityPolicyResponse) {
|
|
550
|
-
/**
|
|
551
|
-
* @internal
|
|
552
|
-
*/
|
|
553
|
-
CreateEmailIdentityPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
-
})(CreateEmailIdentityPolicyResponse || (CreateEmailIdentityPolicyResponse = {}));
|
|
555
|
-
export var EmailTemplateContent;
|
|
556
|
-
(function (EmailTemplateContent) {
|
|
557
|
-
/**
|
|
558
|
-
* @internal
|
|
559
|
-
*/
|
|
560
|
-
EmailTemplateContent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
-
})(EmailTemplateContent || (EmailTemplateContent = {}));
|
|
562
|
-
export var CreateEmailTemplateRequest;
|
|
563
|
-
(function (CreateEmailTemplateRequest) {
|
|
564
|
-
/**
|
|
565
|
-
* @internal
|
|
566
|
-
*/
|
|
567
|
-
CreateEmailTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
-
})(CreateEmailTemplateRequest || (CreateEmailTemplateRequest = {}));
|
|
569
|
-
export var CreateEmailTemplateResponse;
|
|
570
|
-
(function (CreateEmailTemplateResponse) {
|
|
571
|
-
/**
|
|
572
|
-
* @internal
|
|
573
|
-
*/
|
|
574
|
-
CreateEmailTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
575
|
-
})(CreateEmailTemplateResponse || (CreateEmailTemplateResponse = {}));
|
|
576
|
-
export var DataFormat;
|
|
577
|
-
(function (DataFormat) {
|
|
578
|
-
DataFormat["CSV"] = "CSV";
|
|
579
|
-
DataFormat["JSON"] = "JSON";
|
|
580
|
-
})(DataFormat || (DataFormat = {}));
|
|
581
|
-
export var ImportDataSource;
|
|
582
|
-
(function (ImportDataSource) {
|
|
583
|
-
/**
|
|
584
|
-
* @internal
|
|
585
|
-
*/
|
|
586
|
-
ImportDataSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
-
})(ImportDataSource || (ImportDataSource = {}));
|
|
588
|
-
export var SuppressionListImportAction;
|
|
589
|
-
(function (SuppressionListImportAction) {
|
|
590
|
-
SuppressionListImportAction["DELETE"] = "DELETE";
|
|
591
|
-
SuppressionListImportAction["PUT"] = "PUT";
|
|
592
|
-
})(SuppressionListImportAction || (SuppressionListImportAction = {}));
|
|
593
|
-
export var SuppressionListDestination;
|
|
594
|
-
(function (SuppressionListDestination) {
|
|
595
|
-
/**
|
|
596
|
-
* @internal
|
|
597
|
-
*/
|
|
598
|
-
SuppressionListDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
-
})(SuppressionListDestination || (SuppressionListDestination = {}));
|
|
600
|
-
export var ImportDestination;
|
|
601
|
-
(function (ImportDestination) {
|
|
602
|
-
/**
|
|
603
|
-
* @internal
|
|
604
|
-
*/
|
|
605
|
-
ImportDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
-
})(ImportDestination || (ImportDestination = {}));
|
|
607
|
-
export var CreateImportJobRequest;
|
|
608
|
-
(function (CreateImportJobRequest) {
|
|
609
|
-
/**
|
|
610
|
-
* @internal
|
|
611
|
-
*/
|
|
612
|
-
CreateImportJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
613
|
-
})(CreateImportJobRequest || (CreateImportJobRequest = {}));
|
|
614
|
-
export var CreateImportJobResponse;
|
|
615
|
-
(function (CreateImportJobResponse) {
|
|
616
|
-
/**
|
|
617
|
-
* @internal
|
|
618
|
-
*/
|
|
619
|
-
CreateImportJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
620
|
-
})(CreateImportJobResponse || (CreateImportJobResponse = {}));
|
|
621
|
-
export var CustomVerificationEmailTemplateMetadata;
|
|
622
|
-
(function (CustomVerificationEmailTemplateMetadata) {
|
|
623
|
-
/**
|
|
624
|
-
* @internal
|
|
625
|
-
*/
|
|
626
|
-
CustomVerificationEmailTemplateMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
|
-
})(CustomVerificationEmailTemplateMetadata || (CustomVerificationEmailTemplateMetadata = {}));
|
|
628
|
-
export var DomainIspPlacement;
|
|
629
|
-
(function (DomainIspPlacement) {
|
|
630
|
-
/**
|
|
631
|
-
* @internal
|
|
632
|
-
*/
|
|
633
|
-
DomainIspPlacement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
-
})(DomainIspPlacement || (DomainIspPlacement = {}));
|
|
635
|
-
export var VolumeStatistics;
|
|
636
|
-
(function (VolumeStatistics) {
|
|
637
|
-
/**
|
|
638
|
-
* @internal
|
|
639
|
-
*/
|
|
640
|
-
VolumeStatistics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
641
|
-
})(VolumeStatistics || (VolumeStatistics = {}));
|
|
642
|
-
export var DailyVolume;
|
|
643
|
-
(function (DailyVolume) {
|
|
644
|
-
/**
|
|
645
|
-
* @internal
|
|
646
|
-
*/
|
|
647
|
-
DailyVolume.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
648
|
-
})(DailyVolume || (DailyVolume = {}));
|
|
649
|
-
export var WarmupStatus;
|
|
650
|
-
(function (WarmupStatus) {
|
|
651
|
-
WarmupStatus["DONE"] = "DONE";
|
|
652
|
-
WarmupStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
653
|
-
})(WarmupStatus || (WarmupStatus = {}));
|
|
654
|
-
export var DedicatedIp;
|
|
655
|
-
(function (DedicatedIp) {
|
|
656
|
-
/**
|
|
657
|
-
* @internal
|
|
658
|
-
*/
|
|
659
|
-
DedicatedIp.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
660
|
-
})(DedicatedIp || (DedicatedIp = {}));
|
|
661
|
-
export var DeleteConfigurationSetRequest;
|
|
662
|
-
(function (DeleteConfigurationSetRequest) {
|
|
663
|
-
/**
|
|
664
|
-
* @internal
|
|
665
|
-
*/
|
|
666
|
-
DeleteConfigurationSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
-
})(DeleteConfigurationSetRequest || (DeleteConfigurationSetRequest = {}));
|
|
668
|
-
export var DeleteConfigurationSetResponse;
|
|
669
|
-
(function (DeleteConfigurationSetResponse) {
|
|
670
|
-
/**
|
|
671
|
-
* @internal
|
|
672
|
-
*/
|
|
673
|
-
DeleteConfigurationSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
|
-
})(DeleteConfigurationSetResponse || (DeleteConfigurationSetResponse = {}));
|
|
675
|
-
export var DeleteConfigurationSetEventDestinationRequest;
|
|
676
|
-
(function (DeleteConfigurationSetEventDestinationRequest) {
|
|
677
|
-
/**
|
|
678
|
-
* @internal
|
|
679
|
-
*/
|
|
680
|
-
DeleteConfigurationSetEventDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
681
|
-
})(DeleteConfigurationSetEventDestinationRequest || (DeleteConfigurationSetEventDestinationRequest = {}));
|
|
682
|
-
export var DeleteConfigurationSetEventDestinationResponse;
|
|
683
|
-
(function (DeleteConfigurationSetEventDestinationResponse) {
|
|
684
|
-
/**
|
|
685
|
-
* @internal
|
|
686
|
-
*/
|
|
687
|
-
DeleteConfigurationSetEventDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
688
|
-
})(DeleteConfigurationSetEventDestinationResponse || (DeleteConfigurationSetEventDestinationResponse = {}));
|
|
689
|
-
export var DeleteContactRequest;
|
|
690
|
-
(function (DeleteContactRequest) {
|
|
691
|
-
/**
|
|
692
|
-
* @internal
|
|
693
|
-
*/
|
|
694
|
-
DeleteContactRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
695
|
-
})(DeleteContactRequest || (DeleteContactRequest = {}));
|
|
696
|
-
export var DeleteContactResponse;
|
|
697
|
-
(function (DeleteContactResponse) {
|
|
698
|
-
/**
|
|
699
|
-
* @internal
|
|
700
|
-
*/
|
|
701
|
-
DeleteContactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
702
|
-
})(DeleteContactResponse || (DeleteContactResponse = {}));
|
|
703
|
-
export var DeleteContactListRequest;
|
|
704
|
-
(function (DeleteContactListRequest) {
|
|
705
|
-
/**
|
|
706
|
-
* @internal
|
|
707
|
-
*/
|
|
708
|
-
DeleteContactListRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
709
|
-
})(DeleteContactListRequest || (DeleteContactListRequest = {}));
|
|
710
|
-
export var DeleteContactListResponse;
|
|
711
|
-
(function (DeleteContactListResponse) {
|
|
712
|
-
/**
|
|
713
|
-
* @internal
|
|
714
|
-
*/
|
|
715
|
-
DeleteContactListResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
716
|
-
})(DeleteContactListResponse || (DeleteContactListResponse = {}));
|
|
717
|
-
export var DeleteCustomVerificationEmailTemplateRequest;
|
|
718
|
-
(function (DeleteCustomVerificationEmailTemplateRequest) {
|
|
719
|
-
/**
|
|
720
|
-
* @internal
|
|
721
|
-
*/
|
|
722
|
-
DeleteCustomVerificationEmailTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
723
|
-
})(DeleteCustomVerificationEmailTemplateRequest || (DeleteCustomVerificationEmailTemplateRequest = {}));
|
|
724
|
-
export var DeleteCustomVerificationEmailTemplateResponse;
|
|
725
|
-
(function (DeleteCustomVerificationEmailTemplateResponse) {
|
|
726
|
-
/**
|
|
727
|
-
* @internal
|
|
728
|
-
*/
|
|
729
|
-
DeleteCustomVerificationEmailTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
730
|
-
})(DeleteCustomVerificationEmailTemplateResponse || (DeleteCustomVerificationEmailTemplateResponse = {}));
|
|
731
|
-
export var DeleteDedicatedIpPoolRequest;
|
|
732
|
-
(function (DeleteDedicatedIpPoolRequest) {
|
|
733
|
-
/**
|
|
734
|
-
* @internal
|
|
735
|
-
*/
|
|
736
|
-
DeleteDedicatedIpPoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
737
|
-
})(DeleteDedicatedIpPoolRequest || (DeleteDedicatedIpPoolRequest = {}));
|
|
738
|
-
export var DeleteDedicatedIpPoolResponse;
|
|
739
|
-
(function (DeleteDedicatedIpPoolResponse) {
|
|
740
|
-
/**
|
|
741
|
-
* @internal
|
|
742
|
-
*/
|
|
743
|
-
DeleteDedicatedIpPoolResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
744
|
-
})(DeleteDedicatedIpPoolResponse || (DeleteDedicatedIpPoolResponse = {}));
|
|
745
|
-
export var DeleteEmailIdentityRequest;
|
|
746
|
-
(function (DeleteEmailIdentityRequest) {
|
|
747
|
-
/**
|
|
748
|
-
* @internal
|
|
749
|
-
*/
|
|
750
|
-
DeleteEmailIdentityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
751
|
-
})(DeleteEmailIdentityRequest || (DeleteEmailIdentityRequest = {}));
|
|
752
|
-
export var DeleteEmailIdentityResponse;
|
|
753
|
-
(function (DeleteEmailIdentityResponse) {
|
|
754
|
-
/**
|
|
755
|
-
* @internal
|
|
756
|
-
*/
|
|
757
|
-
DeleteEmailIdentityResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
758
|
-
})(DeleteEmailIdentityResponse || (DeleteEmailIdentityResponse = {}));
|
|
759
|
-
export var DeleteEmailIdentityPolicyRequest;
|
|
760
|
-
(function (DeleteEmailIdentityPolicyRequest) {
|
|
761
|
-
/**
|
|
762
|
-
* @internal
|
|
763
|
-
*/
|
|
764
|
-
DeleteEmailIdentityPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
765
|
-
})(DeleteEmailIdentityPolicyRequest || (DeleteEmailIdentityPolicyRequest = {}));
|
|
766
|
-
export var DeleteEmailIdentityPolicyResponse;
|
|
767
|
-
(function (DeleteEmailIdentityPolicyResponse) {
|
|
768
|
-
/**
|
|
769
|
-
* @internal
|
|
770
|
-
*/
|
|
771
|
-
DeleteEmailIdentityPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
772
|
-
})(DeleteEmailIdentityPolicyResponse || (DeleteEmailIdentityPolicyResponse = {}));
|
|
773
|
-
export var DeleteEmailTemplateRequest;
|
|
774
|
-
(function (DeleteEmailTemplateRequest) {
|
|
775
|
-
/**
|
|
776
|
-
* @internal
|
|
777
|
-
*/
|
|
778
|
-
DeleteEmailTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
779
|
-
})(DeleteEmailTemplateRequest || (DeleteEmailTemplateRequest = {}));
|
|
780
|
-
export var DeleteEmailTemplateResponse;
|
|
781
|
-
(function (DeleteEmailTemplateResponse) {
|
|
782
|
-
/**
|
|
783
|
-
* @internal
|
|
784
|
-
*/
|
|
785
|
-
DeleteEmailTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
786
|
-
})(DeleteEmailTemplateResponse || (DeleteEmailTemplateResponse = {}));
|
|
787
|
-
export var DeleteSuppressedDestinationRequest;
|
|
788
|
-
(function (DeleteSuppressedDestinationRequest) {
|
|
789
|
-
/**
|
|
790
|
-
* @internal
|
|
791
|
-
*/
|
|
792
|
-
DeleteSuppressedDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
793
|
-
})(DeleteSuppressedDestinationRequest || (DeleteSuppressedDestinationRequest = {}));
|
|
794
|
-
export var DeleteSuppressedDestinationResponse;
|
|
795
|
-
(function (DeleteSuppressedDestinationResponse) {
|
|
796
|
-
/**
|
|
797
|
-
* @internal
|
|
798
|
-
*/
|
|
799
|
-
DeleteSuppressedDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
800
|
-
})(DeleteSuppressedDestinationResponse || (DeleteSuppressedDestinationResponse = {}));
|
|
801
|
-
export var DeliverabilityDashboardAccountStatus;
|
|
802
|
-
(function (DeliverabilityDashboardAccountStatus) {
|
|
803
|
-
DeliverabilityDashboardAccountStatus["ACTIVE"] = "ACTIVE";
|
|
804
|
-
DeliverabilityDashboardAccountStatus["DISABLED"] = "DISABLED";
|
|
805
|
-
DeliverabilityDashboardAccountStatus["PENDING_EXPIRATION"] = "PENDING_EXPIRATION";
|
|
806
|
-
})(DeliverabilityDashboardAccountStatus || (DeliverabilityDashboardAccountStatus = {}));
|
|
807
|
-
export var DeliverabilityTestReport;
|
|
808
|
-
(function (DeliverabilityTestReport) {
|
|
809
|
-
/**
|
|
810
|
-
* @internal
|
|
811
|
-
*/
|
|
812
|
-
DeliverabilityTestReport.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
813
|
-
})(DeliverabilityTestReport || (DeliverabilityTestReport = {}));
|
|
814
|
-
export var DomainDeliverabilityCampaign;
|
|
815
|
-
(function (DomainDeliverabilityCampaign) {
|
|
816
|
-
/**
|
|
817
|
-
* @internal
|
|
818
|
-
*/
|
|
819
|
-
DomainDeliverabilityCampaign.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
820
|
-
})(DomainDeliverabilityCampaign || (DomainDeliverabilityCampaign = {}));
|
|
821
|
-
export var InboxPlacementTrackingOption;
|
|
822
|
-
(function (InboxPlacementTrackingOption) {
|
|
823
|
-
/**
|
|
824
|
-
* @internal
|
|
825
|
-
*/
|
|
826
|
-
InboxPlacementTrackingOption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
827
|
-
})(InboxPlacementTrackingOption || (InboxPlacementTrackingOption = {}));
|
|
828
|
-
export var DomainDeliverabilityTrackingOption;
|
|
829
|
-
(function (DomainDeliverabilityTrackingOption) {
|
|
830
|
-
/**
|
|
831
|
-
* @internal
|
|
832
|
-
*/
|
|
833
|
-
DomainDeliverabilityTrackingOption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
834
|
-
})(DomainDeliverabilityTrackingOption || (DomainDeliverabilityTrackingOption = {}));
|
|
835
|
-
export var EmailTemplateMetadata;
|
|
836
|
-
(function (EmailTemplateMetadata) {
|
|
837
|
-
/**
|
|
838
|
-
* @internal
|
|
839
|
-
*/
|
|
840
|
-
EmailTemplateMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
841
|
-
})(EmailTemplateMetadata || (EmailTemplateMetadata = {}));
|
|
842
|
-
export var EventDestination;
|
|
843
|
-
(function (EventDestination) {
|
|
844
|
-
/**
|
|
845
|
-
* @internal
|
|
846
|
-
*/
|
|
847
|
-
EventDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
848
|
-
})(EventDestination || (EventDestination = {}));
|
|
849
|
-
export var FailureInfo;
|
|
850
|
-
(function (FailureInfo) {
|
|
851
|
-
/**
|
|
852
|
-
* @internal
|
|
853
|
-
*/
|
|
854
|
-
FailureInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
855
|
-
})(FailureInfo || (FailureInfo = {}));
|
|
856
|
-
export var GetAccountRequest;
|
|
857
|
-
(function (GetAccountRequest) {
|
|
858
|
-
/**
|
|
859
|
-
* @internal
|
|
860
|
-
*/
|
|
861
|
-
GetAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
862
|
-
})(GetAccountRequest || (GetAccountRequest = {}));
|
|
863
|
-
export var SendQuota;
|
|
864
|
-
(function (SendQuota) {
|
|
865
|
-
/**
|
|
866
|
-
* @internal
|
|
867
|
-
*/
|
|
868
|
-
SendQuota.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
869
|
-
})(SendQuota || (SendQuota = {}));
|
|
870
|
-
export var SuppressionAttributes;
|
|
871
|
-
(function (SuppressionAttributes) {
|
|
872
|
-
/**
|
|
873
|
-
* @internal
|
|
874
|
-
*/
|
|
875
|
-
SuppressionAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
876
|
-
})(SuppressionAttributes || (SuppressionAttributes = {}));
|
|
877
|
-
export var GetAccountResponse;
|
|
878
|
-
(function (GetAccountResponse) {
|
|
879
|
-
/**
|
|
880
|
-
* @internal
|
|
881
|
-
*/
|
|
882
|
-
GetAccountResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Details && { Details: AccountDetails.filterSensitiveLog(obj.Details) }))); };
|
|
883
|
-
})(GetAccountResponse || (GetAccountResponse = {}));
|
|
884
|
-
export var GetBlacklistReportsRequest;
|
|
885
|
-
(function (GetBlacklistReportsRequest) {
|
|
886
|
-
/**
|
|
887
|
-
* @internal
|
|
888
|
-
*/
|
|
889
|
-
GetBlacklistReportsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
890
|
-
})(GetBlacklistReportsRequest || (GetBlacklistReportsRequest = {}));
|
|
891
|
-
export var GetBlacklistReportsResponse;
|
|
892
|
-
(function (GetBlacklistReportsResponse) {
|
|
893
|
-
/**
|
|
894
|
-
* @internal
|
|
895
|
-
*/
|
|
896
|
-
GetBlacklistReportsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
897
|
-
})(GetBlacklistReportsResponse || (GetBlacklistReportsResponse = {}));
|
|
898
|
-
export var GetConfigurationSetRequest;
|
|
899
|
-
(function (GetConfigurationSetRequest) {
|
|
900
|
-
/**
|
|
901
|
-
* @internal
|
|
902
|
-
*/
|
|
903
|
-
GetConfigurationSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
904
|
-
})(GetConfigurationSetRequest || (GetConfigurationSetRequest = {}));
|
|
905
|
-
export var GetConfigurationSetResponse;
|
|
906
|
-
(function (GetConfigurationSetResponse) {
|
|
907
|
-
/**
|
|
908
|
-
* @internal
|
|
909
|
-
*/
|
|
910
|
-
GetConfigurationSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
911
|
-
})(GetConfigurationSetResponse || (GetConfigurationSetResponse = {}));
|
|
912
|
-
export var GetConfigurationSetEventDestinationsRequest;
|
|
913
|
-
(function (GetConfigurationSetEventDestinationsRequest) {
|
|
914
|
-
/**
|
|
915
|
-
* @internal
|
|
916
|
-
*/
|
|
917
|
-
GetConfigurationSetEventDestinationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
918
|
-
})(GetConfigurationSetEventDestinationsRequest || (GetConfigurationSetEventDestinationsRequest = {}));
|
|
919
|
-
export var GetConfigurationSetEventDestinationsResponse;
|
|
920
|
-
(function (GetConfigurationSetEventDestinationsResponse) {
|
|
921
|
-
/**
|
|
922
|
-
* @internal
|
|
923
|
-
*/
|
|
924
|
-
GetConfigurationSetEventDestinationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
925
|
-
})(GetConfigurationSetEventDestinationsResponse || (GetConfigurationSetEventDestinationsResponse = {}));
|
|
926
|
-
export var GetContactRequest;
|
|
927
|
-
(function (GetContactRequest) {
|
|
928
|
-
/**
|
|
929
|
-
* @internal
|
|
930
|
-
*/
|
|
931
|
-
GetContactRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
932
|
-
})(GetContactRequest || (GetContactRequest = {}));
|
|
933
|
-
export var GetContactResponse;
|
|
934
|
-
(function (GetContactResponse) {
|
|
935
|
-
/**
|
|
936
|
-
* @internal
|
|
937
|
-
*/
|
|
938
|
-
GetContactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
939
|
-
})(GetContactResponse || (GetContactResponse = {}));
|
|
940
|
-
export var GetContactListRequest;
|
|
941
|
-
(function (GetContactListRequest) {
|
|
942
|
-
/**
|
|
943
|
-
* @internal
|
|
944
|
-
*/
|
|
945
|
-
GetContactListRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
946
|
-
})(GetContactListRequest || (GetContactListRequest = {}));
|
|
947
|
-
export var GetContactListResponse;
|
|
948
|
-
(function (GetContactListResponse) {
|
|
949
|
-
/**
|
|
950
|
-
* @internal
|
|
951
|
-
*/
|
|
952
|
-
GetContactListResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
953
|
-
})(GetContactListResponse || (GetContactListResponse = {}));
|
|
954
|
-
export var GetCustomVerificationEmailTemplateRequest;
|
|
955
|
-
(function (GetCustomVerificationEmailTemplateRequest) {
|
|
956
|
-
/**
|
|
957
|
-
* @internal
|
|
958
|
-
*/
|
|
959
|
-
GetCustomVerificationEmailTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
960
|
-
})(GetCustomVerificationEmailTemplateRequest || (GetCustomVerificationEmailTemplateRequest = {}));
|
|
961
|
-
export var GetCustomVerificationEmailTemplateResponse;
|
|
962
|
-
(function (GetCustomVerificationEmailTemplateResponse) {
|
|
963
|
-
/**
|
|
964
|
-
* @internal
|
|
965
|
-
*/
|
|
966
|
-
GetCustomVerificationEmailTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
967
|
-
})(GetCustomVerificationEmailTemplateResponse || (GetCustomVerificationEmailTemplateResponse = {}));
|
|
968
|
-
export var GetDedicatedIpRequest;
|
|
969
|
-
(function (GetDedicatedIpRequest) {
|
|
970
|
-
/**
|
|
971
|
-
* @internal
|
|
972
|
-
*/
|
|
973
|
-
GetDedicatedIpRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
974
|
-
})(GetDedicatedIpRequest || (GetDedicatedIpRequest = {}));
|
|
975
|
-
export var GetDedicatedIpResponse;
|
|
976
|
-
(function (GetDedicatedIpResponse) {
|
|
977
|
-
/**
|
|
978
|
-
* @internal
|
|
979
|
-
*/
|
|
980
|
-
GetDedicatedIpResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
981
|
-
})(GetDedicatedIpResponse || (GetDedicatedIpResponse = {}));
|
|
982
|
-
export var GetDedicatedIpsRequest;
|
|
983
|
-
(function (GetDedicatedIpsRequest) {
|
|
984
|
-
/**
|
|
985
|
-
* @internal
|
|
986
|
-
*/
|
|
987
|
-
GetDedicatedIpsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
988
|
-
})(GetDedicatedIpsRequest || (GetDedicatedIpsRequest = {}));
|
|
989
|
-
export var GetDedicatedIpsResponse;
|
|
990
|
-
(function (GetDedicatedIpsResponse) {
|
|
991
|
-
/**
|
|
992
|
-
* @internal
|
|
993
|
-
*/
|
|
994
|
-
GetDedicatedIpsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
995
|
-
})(GetDedicatedIpsResponse || (GetDedicatedIpsResponse = {}));
|
|
996
|
-
export var GetDeliverabilityDashboardOptionsRequest;
|
|
997
|
-
(function (GetDeliverabilityDashboardOptionsRequest) {
|
|
998
|
-
/**
|
|
999
|
-
* @internal
|
|
1000
|
-
*/
|
|
1001
|
-
GetDeliverabilityDashboardOptionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1002
|
-
})(GetDeliverabilityDashboardOptionsRequest || (GetDeliverabilityDashboardOptionsRequest = {}));
|
|
1003
|
-
export var GetDeliverabilityDashboardOptionsResponse;
|
|
1004
|
-
(function (GetDeliverabilityDashboardOptionsResponse) {
|
|
1005
|
-
/**
|
|
1006
|
-
* @internal
|
|
1007
|
-
*/
|
|
1008
|
-
GetDeliverabilityDashboardOptionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1009
|
-
})(GetDeliverabilityDashboardOptionsResponse || (GetDeliverabilityDashboardOptionsResponse = {}));
|
|
1010
|
-
export var GetDeliverabilityTestReportRequest;
|
|
1011
|
-
(function (GetDeliverabilityTestReportRequest) {
|
|
1012
|
-
/**
|
|
1013
|
-
* @internal
|
|
1014
|
-
*/
|
|
1015
|
-
GetDeliverabilityTestReportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1016
|
-
})(GetDeliverabilityTestReportRequest || (GetDeliverabilityTestReportRequest = {}));
|
|
1017
|
-
export var PlacementStatistics;
|
|
1018
|
-
(function (PlacementStatistics) {
|
|
1019
|
-
/**
|
|
1020
|
-
* @internal
|
|
1021
|
-
*/
|
|
1022
|
-
PlacementStatistics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1023
|
-
})(PlacementStatistics || (PlacementStatistics = {}));
|
|
1024
|
-
export var IspPlacement;
|
|
1025
|
-
(function (IspPlacement) {
|
|
1026
|
-
/**
|
|
1027
|
-
* @internal
|
|
1028
|
-
*/
|
|
1029
|
-
IspPlacement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1030
|
-
})(IspPlacement || (IspPlacement = {}));
|
|
1031
|
-
export var GetDeliverabilityTestReportResponse;
|
|
1032
|
-
(function (GetDeliverabilityTestReportResponse) {
|
|
1033
|
-
/**
|
|
1034
|
-
* @internal
|
|
1035
|
-
*/
|
|
1036
|
-
GetDeliverabilityTestReportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1037
|
-
})(GetDeliverabilityTestReportResponse || (GetDeliverabilityTestReportResponse = {}));
|
|
1038
|
-
export var GetDomainDeliverabilityCampaignRequest;
|
|
1039
|
-
(function (GetDomainDeliverabilityCampaignRequest) {
|
|
1040
|
-
/**
|
|
1041
|
-
* @internal
|
|
1042
|
-
*/
|
|
1043
|
-
GetDomainDeliverabilityCampaignRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1044
|
-
})(GetDomainDeliverabilityCampaignRequest || (GetDomainDeliverabilityCampaignRequest = {}));
|
|
1045
|
-
export var GetDomainDeliverabilityCampaignResponse;
|
|
1046
|
-
(function (GetDomainDeliverabilityCampaignResponse) {
|
|
1047
|
-
/**
|
|
1048
|
-
* @internal
|
|
1049
|
-
*/
|
|
1050
|
-
GetDomainDeliverabilityCampaignResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1051
|
-
})(GetDomainDeliverabilityCampaignResponse || (GetDomainDeliverabilityCampaignResponse = {}));
|
|
1052
|
-
export var GetDomainStatisticsReportRequest;
|
|
1053
|
-
(function (GetDomainStatisticsReportRequest) {
|
|
1054
|
-
/**
|
|
1055
|
-
* @internal
|
|
1056
|
-
*/
|
|
1057
|
-
GetDomainStatisticsReportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1058
|
-
})(GetDomainStatisticsReportRequest || (GetDomainStatisticsReportRequest = {}));
|
|
1059
|
-
export var OverallVolume;
|
|
1060
|
-
(function (OverallVolume) {
|
|
1061
|
-
/**
|
|
1062
|
-
* @internal
|
|
1063
|
-
*/
|
|
1064
|
-
OverallVolume.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1065
|
-
})(OverallVolume || (OverallVolume = {}));
|
|
1066
|
-
export var GetDomainStatisticsReportResponse;
|
|
1067
|
-
(function (GetDomainStatisticsReportResponse) {
|
|
1068
|
-
/**
|
|
1069
|
-
* @internal
|
|
1070
|
-
*/
|
|
1071
|
-
GetDomainStatisticsReportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1072
|
-
})(GetDomainStatisticsReportResponse || (GetDomainStatisticsReportResponse = {}));
|
|
1073
|
-
export var GetEmailIdentityRequest;
|
|
1074
|
-
(function (GetEmailIdentityRequest) {
|
|
1075
|
-
/**
|
|
1076
|
-
* @internal
|
|
1077
|
-
*/
|
|
1078
|
-
GetEmailIdentityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1079
|
-
})(GetEmailIdentityRequest || (GetEmailIdentityRequest = {}));
|
|
1080
|
-
export var MailFromDomainStatus;
|
|
1081
|
-
(function (MailFromDomainStatus) {
|
|
1082
|
-
MailFromDomainStatus["FAILED"] = "FAILED";
|
|
1083
|
-
MailFromDomainStatus["PENDING"] = "PENDING";
|
|
1084
|
-
MailFromDomainStatus["SUCCESS"] = "SUCCESS";
|
|
1085
|
-
MailFromDomainStatus["TEMPORARY_FAILURE"] = "TEMPORARY_FAILURE";
|
|
1086
|
-
})(MailFromDomainStatus || (MailFromDomainStatus = {}));
|
|
1087
|
-
export var MailFromAttributes;
|
|
1088
|
-
(function (MailFromAttributes) {
|
|
1089
|
-
/**
|
|
1090
|
-
* @internal
|
|
1091
|
-
*/
|
|
1092
|
-
MailFromAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1093
|
-
})(MailFromAttributes || (MailFromAttributes = {}));
|
|
1094
|
-
export var GetEmailIdentityResponse;
|
|
1095
|
-
(function (GetEmailIdentityResponse) {
|
|
1096
|
-
/**
|
|
1097
|
-
* @internal
|
|
1098
|
-
*/
|
|
1099
|
-
GetEmailIdentityResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1100
|
-
})(GetEmailIdentityResponse || (GetEmailIdentityResponse = {}));
|
|
1101
|
-
export var GetEmailIdentityPoliciesRequest;
|
|
1102
|
-
(function (GetEmailIdentityPoliciesRequest) {
|
|
1103
|
-
/**
|
|
1104
|
-
* @internal
|
|
1105
|
-
*/
|
|
1106
|
-
GetEmailIdentityPoliciesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1107
|
-
})(GetEmailIdentityPoliciesRequest || (GetEmailIdentityPoliciesRequest = {}));
|
|
1108
|
-
export var GetEmailIdentityPoliciesResponse;
|
|
1109
|
-
(function (GetEmailIdentityPoliciesResponse) {
|
|
1110
|
-
/**
|
|
1111
|
-
* @internal
|
|
1112
|
-
*/
|
|
1113
|
-
GetEmailIdentityPoliciesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1114
|
-
})(GetEmailIdentityPoliciesResponse || (GetEmailIdentityPoliciesResponse = {}));
|
|
1115
|
-
export var GetEmailTemplateRequest;
|
|
1116
|
-
(function (GetEmailTemplateRequest) {
|
|
1117
|
-
/**
|
|
1118
|
-
* @internal
|
|
1119
|
-
*/
|
|
1120
|
-
GetEmailTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1121
|
-
})(GetEmailTemplateRequest || (GetEmailTemplateRequest = {}));
|
|
1122
|
-
export var GetEmailTemplateResponse;
|
|
1123
|
-
(function (GetEmailTemplateResponse) {
|
|
1124
|
-
/**
|
|
1125
|
-
* @internal
|
|
1126
|
-
*/
|
|
1127
|
-
GetEmailTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1128
|
-
})(GetEmailTemplateResponse || (GetEmailTemplateResponse = {}));
|
|
1129
|
-
export var GetImportJobRequest;
|
|
1130
|
-
(function (GetImportJobRequest) {
|
|
1131
|
-
/**
|
|
1132
|
-
* @internal
|
|
1133
|
-
*/
|
|
1134
|
-
GetImportJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1135
|
-
})(GetImportJobRequest || (GetImportJobRequest = {}));
|
|
1136
|
-
export var JobStatus;
|
|
1137
|
-
(function (JobStatus) {
|
|
1138
|
-
JobStatus["COMPLETED"] = "COMPLETED";
|
|
1139
|
-
JobStatus["CREATED"] = "CREATED";
|
|
1140
|
-
JobStatus["FAILED"] = "FAILED";
|
|
1141
|
-
JobStatus["PROCESSING"] = "PROCESSING";
|
|
1142
|
-
})(JobStatus || (JobStatus = {}));
|
|
1143
|
-
export var GetImportJobResponse;
|
|
1144
|
-
(function (GetImportJobResponse) {
|
|
1145
|
-
/**
|
|
1146
|
-
* @internal
|
|
1147
|
-
*/
|
|
1148
|
-
GetImportJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1149
|
-
})(GetImportJobResponse || (GetImportJobResponse = {}));
|
|
1150
|
-
export var GetSuppressedDestinationRequest;
|
|
1151
|
-
(function (GetSuppressedDestinationRequest) {
|
|
1152
|
-
/**
|
|
1153
|
-
* @internal
|
|
1154
|
-
*/
|
|
1155
|
-
GetSuppressedDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1156
|
-
})(GetSuppressedDestinationRequest || (GetSuppressedDestinationRequest = {}));
|
|
1157
|
-
export var SuppressedDestinationAttributes;
|
|
1158
|
-
(function (SuppressedDestinationAttributes) {
|
|
1159
|
-
/**
|
|
1160
|
-
* @internal
|
|
1161
|
-
*/
|
|
1162
|
-
SuppressedDestinationAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1163
|
-
})(SuppressedDestinationAttributes || (SuppressedDestinationAttributes = {}));
|
|
1164
|
-
export var SuppressedDestination;
|
|
1165
|
-
(function (SuppressedDestination) {
|
|
1166
|
-
/**
|
|
1167
|
-
* @internal
|
|
1168
|
-
*/
|
|
1169
|
-
SuppressedDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1170
|
-
})(SuppressedDestination || (SuppressedDestination = {}));
|
|
1171
|
-
export var GetSuppressedDestinationResponse;
|
|
1172
|
-
(function (GetSuppressedDestinationResponse) {
|
|
1173
|
-
/**
|
|
1174
|
-
* @internal
|
|
1175
|
-
*/
|
|
1176
|
-
GetSuppressedDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1177
|
-
})(GetSuppressedDestinationResponse || (GetSuppressedDestinationResponse = {}));
|
|
1178
|
-
export var IdentityInfo;
|
|
1179
|
-
(function (IdentityInfo) {
|
|
1180
|
-
/**
|
|
1181
|
-
* @internal
|
|
1182
|
-
*/
|
|
1183
|
-
IdentityInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1184
|
-
})(IdentityInfo || (IdentityInfo = {}));
|
|
1185
|
-
export var ImportDestinationType;
|
|
1186
|
-
(function (ImportDestinationType) {
|
|
1187
|
-
ImportDestinationType["CONTACT_LIST"] = "CONTACT_LIST";
|
|
1188
|
-
ImportDestinationType["SUPPRESSION_LIST"] = "SUPPRESSION_LIST";
|
|
1189
|
-
})(ImportDestinationType || (ImportDestinationType = {}));
|
|
1190
|
-
export var ImportJobSummary;
|
|
1191
|
-
(function (ImportJobSummary) {
|
|
1192
|
-
/**
|
|
1193
|
-
* @internal
|
|
1194
|
-
*/
|
|
1195
|
-
ImportJobSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1196
|
-
})(ImportJobSummary || (ImportJobSummary = {}));
|
|
1197
|
-
export var InvalidNextTokenException;
|
|
1198
|
-
(function (InvalidNextTokenException) {
|
|
1199
|
-
/**
|
|
1200
|
-
* @internal
|
|
1201
|
-
*/
|
|
1202
|
-
InvalidNextTokenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1203
|
-
})(InvalidNextTokenException || (InvalidNextTokenException = {}));
|
|
1204
|
-
export var ListConfigurationSetsRequest;
|
|
1205
|
-
(function (ListConfigurationSetsRequest) {
|
|
1206
|
-
/**
|
|
1207
|
-
* @internal
|
|
1208
|
-
*/
|
|
1209
|
-
ListConfigurationSetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1210
|
-
})(ListConfigurationSetsRequest || (ListConfigurationSetsRequest = {}));
|
|
1211
|
-
export var ListConfigurationSetsResponse;
|
|
1212
|
-
(function (ListConfigurationSetsResponse) {
|
|
1213
|
-
/**
|
|
1214
|
-
* @internal
|
|
1215
|
-
*/
|
|
1216
|
-
ListConfigurationSetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1217
|
-
})(ListConfigurationSetsResponse || (ListConfigurationSetsResponse = {}));
|
|
1218
|
-
export var ListContactListsRequest;
|
|
1219
|
-
(function (ListContactListsRequest) {
|
|
1220
|
-
/**
|
|
1221
|
-
* @internal
|
|
1222
|
-
*/
|
|
1223
|
-
ListContactListsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1224
|
-
})(ListContactListsRequest || (ListContactListsRequest = {}));
|
|
1225
|
-
export var ListContactListsResponse;
|
|
1226
|
-
(function (ListContactListsResponse) {
|
|
1227
|
-
/**
|
|
1228
|
-
* @internal
|
|
1229
|
-
*/
|
|
1230
|
-
ListContactListsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1231
|
-
})(ListContactListsResponse || (ListContactListsResponse = {}));
|
|
1232
|
-
export var TopicFilter;
|
|
1233
|
-
(function (TopicFilter) {
|
|
1234
|
-
/**
|
|
1235
|
-
* @internal
|
|
1236
|
-
*/
|
|
1237
|
-
TopicFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1238
|
-
})(TopicFilter || (TopicFilter = {}));
|
|
1239
|
-
export var ListContactsFilter;
|
|
1240
|
-
(function (ListContactsFilter) {
|
|
1241
|
-
/**
|
|
1242
|
-
* @internal
|
|
1243
|
-
*/
|
|
1244
|
-
ListContactsFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1245
|
-
})(ListContactsFilter || (ListContactsFilter = {}));
|
|
1246
|
-
export var ListContactsRequest;
|
|
1247
|
-
(function (ListContactsRequest) {
|
|
1248
|
-
/**
|
|
1249
|
-
* @internal
|
|
1250
|
-
*/
|
|
1251
|
-
ListContactsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1252
|
-
})(ListContactsRequest || (ListContactsRequest = {}));
|
|
1253
|
-
export var ListContactsResponse;
|
|
1254
|
-
(function (ListContactsResponse) {
|
|
1255
|
-
/**
|
|
1256
|
-
* @internal
|
|
1257
|
-
*/
|
|
1258
|
-
ListContactsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1259
|
-
})(ListContactsResponse || (ListContactsResponse = {}));
|
|
1260
|
-
export var ListCustomVerificationEmailTemplatesRequest;
|
|
1261
|
-
(function (ListCustomVerificationEmailTemplatesRequest) {
|
|
1262
|
-
/**
|
|
1263
|
-
* @internal
|
|
1264
|
-
*/
|
|
1265
|
-
ListCustomVerificationEmailTemplatesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1266
|
-
})(ListCustomVerificationEmailTemplatesRequest || (ListCustomVerificationEmailTemplatesRequest = {}));
|
|
1267
|
-
export var ListCustomVerificationEmailTemplatesResponse;
|
|
1268
|
-
(function (ListCustomVerificationEmailTemplatesResponse) {
|
|
1269
|
-
/**
|
|
1270
|
-
* @internal
|
|
1271
|
-
*/
|
|
1272
|
-
ListCustomVerificationEmailTemplatesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1273
|
-
})(ListCustomVerificationEmailTemplatesResponse || (ListCustomVerificationEmailTemplatesResponse = {}));
|
|
1274
|
-
export var ListDedicatedIpPoolsRequest;
|
|
1275
|
-
(function (ListDedicatedIpPoolsRequest) {
|
|
1276
|
-
/**
|
|
1277
|
-
* @internal
|
|
1278
|
-
*/
|
|
1279
|
-
ListDedicatedIpPoolsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1280
|
-
})(ListDedicatedIpPoolsRequest || (ListDedicatedIpPoolsRequest = {}));
|
|
1281
|
-
export var ListDedicatedIpPoolsResponse;
|
|
1282
|
-
(function (ListDedicatedIpPoolsResponse) {
|
|
1283
|
-
/**
|
|
1284
|
-
* @internal
|
|
1285
|
-
*/
|
|
1286
|
-
ListDedicatedIpPoolsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1287
|
-
})(ListDedicatedIpPoolsResponse || (ListDedicatedIpPoolsResponse = {}));
|
|
1288
|
-
export var ListDeliverabilityTestReportsRequest;
|
|
1289
|
-
(function (ListDeliverabilityTestReportsRequest) {
|
|
1290
|
-
/**
|
|
1291
|
-
* @internal
|
|
1292
|
-
*/
|
|
1293
|
-
ListDeliverabilityTestReportsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1294
|
-
})(ListDeliverabilityTestReportsRequest || (ListDeliverabilityTestReportsRequest = {}));
|
|
1295
|
-
export var ListDeliverabilityTestReportsResponse;
|
|
1296
|
-
(function (ListDeliverabilityTestReportsResponse) {
|
|
1297
|
-
/**
|
|
1298
|
-
* @internal
|
|
1299
|
-
*/
|
|
1300
|
-
ListDeliverabilityTestReportsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1301
|
-
})(ListDeliverabilityTestReportsResponse || (ListDeliverabilityTestReportsResponse = {}));
|
|
1302
|
-
export var ListDomainDeliverabilityCampaignsRequest;
|
|
1303
|
-
(function (ListDomainDeliverabilityCampaignsRequest) {
|
|
1304
|
-
/**
|
|
1305
|
-
* @internal
|
|
1306
|
-
*/
|
|
1307
|
-
ListDomainDeliverabilityCampaignsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1308
|
-
})(ListDomainDeliverabilityCampaignsRequest || (ListDomainDeliverabilityCampaignsRequest = {}));
|
|
1309
|
-
export var ListDomainDeliverabilityCampaignsResponse;
|
|
1310
|
-
(function (ListDomainDeliverabilityCampaignsResponse) {
|
|
1311
|
-
/**
|
|
1312
|
-
* @internal
|
|
1313
|
-
*/
|
|
1314
|
-
ListDomainDeliverabilityCampaignsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1315
|
-
})(ListDomainDeliverabilityCampaignsResponse || (ListDomainDeliverabilityCampaignsResponse = {}));
|
|
1316
|
-
export var ListEmailIdentitiesRequest;
|
|
1317
|
-
(function (ListEmailIdentitiesRequest) {
|
|
1318
|
-
/**
|
|
1319
|
-
* @internal
|
|
1320
|
-
*/
|
|
1321
|
-
ListEmailIdentitiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1322
|
-
})(ListEmailIdentitiesRequest || (ListEmailIdentitiesRequest = {}));
|
|
1323
|
-
export var ListEmailIdentitiesResponse;
|
|
1324
|
-
(function (ListEmailIdentitiesResponse) {
|
|
1325
|
-
/**
|
|
1326
|
-
* @internal
|
|
1327
|
-
*/
|
|
1328
|
-
ListEmailIdentitiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1329
|
-
})(ListEmailIdentitiesResponse || (ListEmailIdentitiesResponse = {}));
|
|
1330
|
-
export var ListEmailTemplatesRequest;
|
|
1331
|
-
(function (ListEmailTemplatesRequest) {
|
|
1332
|
-
/**
|
|
1333
|
-
* @internal
|
|
1334
|
-
*/
|
|
1335
|
-
ListEmailTemplatesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1336
|
-
})(ListEmailTemplatesRequest || (ListEmailTemplatesRequest = {}));
|
|
1337
|
-
export var ListEmailTemplatesResponse;
|
|
1338
|
-
(function (ListEmailTemplatesResponse) {
|
|
1339
|
-
/**
|
|
1340
|
-
* @internal
|
|
1341
|
-
*/
|
|
1342
|
-
ListEmailTemplatesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1343
|
-
})(ListEmailTemplatesResponse || (ListEmailTemplatesResponse = {}));
|
|
1344
|
-
export var ListImportJobsRequest;
|
|
1345
|
-
(function (ListImportJobsRequest) {
|
|
1346
|
-
/**
|
|
1347
|
-
* @internal
|
|
1348
|
-
*/
|
|
1349
|
-
ListImportJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1350
|
-
})(ListImportJobsRequest || (ListImportJobsRequest = {}));
|
|
1351
|
-
export var ListImportJobsResponse;
|
|
1352
|
-
(function (ListImportJobsResponse) {
|
|
1353
|
-
/**
|
|
1354
|
-
* @internal
|
|
1355
|
-
*/
|
|
1356
|
-
ListImportJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1357
|
-
})(ListImportJobsResponse || (ListImportJobsResponse = {}));
|
|
1358
|
-
export var ListManagementOptions;
|
|
1359
|
-
(function (ListManagementOptions) {
|
|
1360
|
-
/**
|
|
1361
|
-
* @internal
|
|
1362
|
-
*/
|
|
1363
|
-
ListManagementOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1364
|
-
})(ListManagementOptions || (ListManagementOptions = {}));
|
|
1365
|
-
export var ListSuppressedDestinationsRequest;
|
|
1366
|
-
(function (ListSuppressedDestinationsRequest) {
|
|
1367
|
-
/**
|
|
1368
|
-
* @internal
|
|
1369
|
-
*/
|
|
1370
|
-
ListSuppressedDestinationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1371
|
-
})(ListSuppressedDestinationsRequest || (ListSuppressedDestinationsRequest = {}));
|
|
1372
|
-
export var SuppressedDestinationSummary;
|
|
1373
|
-
(function (SuppressedDestinationSummary) {
|
|
1374
|
-
/**
|
|
1375
|
-
* @internal
|
|
1376
|
-
*/
|
|
1377
|
-
SuppressedDestinationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1378
|
-
})(SuppressedDestinationSummary || (SuppressedDestinationSummary = {}));
|
|
1379
|
-
export var ListSuppressedDestinationsResponse;
|
|
1380
|
-
(function (ListSuppressedDestinationsResponse) {
|
|
1381
|
-
/**
|
|
1382
|
-
* @internal
|
|
1383
|
-
*/
|
|
1384
|
-
ListSuppressedDestinationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1385
|
-
})(ListSuppressedDestinationsResponse || (ListSuppressedDestinationsResponse = {}));
|
|
1386
|
-
export var ListTagsForResourceRequest;
|
|
1387
|
-
(function (ListTagsForResourceRequest) {
|
|
1388
|
-
/**
|
|
1389
|
-
* @internal
|
|
1390
|
-
*/
|
|
1391
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1392
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
1393
|
-
export var ListTagsForResourceResponse;
|
|
1394
|
-
(function (ListTagsForResourceResponse) {
|
|
1395
|
-
/**
|
|
1396
|
-
* @internal
|
|
1397
|
-
*/
|
|
1398
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1399
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
1400
|
-
export var PutAccountDedicatedIpWarmupAttributesRequest;
|
|
1401
|
-
(function (PutAccountDedicatedIpWarmupAttributesRequest) {
|
|
1402
|
-
/**
|
|
1403
|
-
* @internal
|
|
1404
|
-
*/
|
|
1405
|
-
PutAccountDedicatedIpWarmupAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1406
|
-
})(PutAccountDedicatedIpWarmupAttributesRequest || (PutAccountDedicatedIpWarmupAttributesRequest = {}));
|
|
1407
|
-
export var PutAccountDedicatedIpWarmupAttributesResponse;
|
|
1408
|
-
(function (PutAccountDedicatedIpWarmupAttributesResponse) {
|
|
1409
|
-
/**
|
|
1410
|
-
* @internal
|
|
1411
|
-
*/
|
|
1412
|
-
PutAccountDedicatedIpWarmupAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1413
|
-
})(PutAccountDedicatedIpWarmupAttributesResponse || (PutAccountDedicatedIpWarmupAttributesResponse = {}));
|
|
1414
|
-
export var PutAccountDetailsRequest;
|
|
1415
|
-
(function (PutAccountDetailsRequest) {
|
|
1416
|
-
/**
|
|
1417
|
-
* @internal
|
|
1418
|
-
*/
|
|
1419
|
-
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 }))); };
|
|
1420
|
-
})(PutAccountDetailsRequest || (PutAccountDetailsRequest = {}));
|
|
1421
|
-
export var PutAccountDetailsResponse;
|
|
1422
|
-
(function (PutAccountDetailsResponse) {
|
|
1423
|
-
/**
|
|
1424
|
-
* @internal
|
|
1425
|
-
*/
|
|
1426
|
-
PutAccountDetailsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1427
|
-
})(PutAccountDetailsResponse || (PutAccountDetailsResponse = {}));
|
|
1428
|
-
export var PutAccountSendingAttributesRequest;
|
|
1429
|
-
(function (PutAccountSendingAttributesRequest) {
|
|
1430
|
-
/**
|
|
1431
|
-
* @internal
|
|
1432
|
-
*/
|
|
1433
|
-
PutAccountSendingAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1434
|
-
})(PutAccountSendingAttributesRequest || (PutAccountSendingAttributesRequest = {}));
|
|
1435
|
-
export var PutAccountSendingAttributesResponse;
|
|
1436
|
-
(function (PutAccountSendingAttributesResponse) {
|
|
1437
|
-
/**
|
|
1438
|
-
* @internal
|
|
1439
|
-
*/
|
|
1440
|
-
PutAccountSendingAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1441
|
-
})(PutAccountSendingAttributesResponse || (PutAccountSendingAttributesResponse = {}));
|
|
1442
|
-
export var PutAccountSuppressionAttributesRequest;
|
|
1443
|
-
(function (PutAccountSuppressionAttributesRequest) {
|
|
1444
|
-
/**
|
|
1445
|
-
* @internal
|
|
1446
|
-
*/
|
|
1447
|
-
PutAccountSuppressionAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1448
|
-
})(PutAccountSuppressionAttributesRequest || (PutAccountSuppressionAttributesRequest = {}));
|
|
1449
|
-
export var PutAccountSuppressionAttributesResponse;
|
|
1450
|
-
(function (PutAccountSuppressionAttributesResponse) {
|
|
1451
|
-
/**
|
|
1452
|
-
* @internal
|
|
1453
|
-
*/
|
|
1454
|
-
PutAccountSuppressionAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1455
|
-
})(PutAccountSuppressionAttributesResponse || (PutAccountSuppressionAttributesResponse = {}));
|
|
1456
|
-
export var PutConfigurationSetDeliveryOptionsRequest;
|
|
1457
|
-
(function (PutConfigurationSetDeliveryOptionsRequest) {
|
|
1458
|
-
/**
|
|
1459
|
-
* @internal
|
|
1460
|
-
*/
|
|
1461
|
-
PutConfigurationSetDeliveryOptionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1462
|
-
})(PutConfigurationSetDeliveryOptionsRequest || (PutConfigurationSetDeliveryOptionsRequest = {}));
|
|
1463
|
-
export var PutConfigurationSetDeliveryOptionsResponse;
|
|
1464
|
-
(function (PutConfigurationSetDeliveryOptionsResponse) {
|
|
1465
|
-
/**
|
|
1466
|
-
* @internal
|
|
1467
|
-
*/
|
|
1468
|
-
PutConfigurationSetDeliveryOptionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1469
|
-
})(PutConfigurationSetDeliveryOptionsResponse || (PutConfigurationSetDeliveryOptionsResponse = {}));
|
|
1470
|
-
export var PutConfigurationSetReputationOptionsRequest;
|
|
1471
|
-
(function (PutConfigurationSetReputationOptionsRequest) {
|
|
1472
|
-
/**
|
|
1473
|
-
* @internal
|
|
1474
|
-
*/
|
|
1475
|
-
PutConfigurationSetReputationOptionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1476
|
-
})(PutConfigurationSetReputationOptionsRequest || (PutConfigurationSetReputationOptionsRequest = {}));
|
|
1477
|
-
export var PutConfigurationSetReputationOptionsResponse;
|
|
1478
|
-
(function (PutConfigurationSetReputationOptionsResponse) {
|
|
1479
|
-
/**
|
|
1480
|
-
* @internal
|
|
1481
|
-
*/
|
|
1482
|
-
PutConfigurationSetReputationOptionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1483
|
-
})(PutConfigurationSetReputationOptionsResponse || (PutConfigurationSetReputationOptionsResponse = {}));
|
|
1484
|
-
export var PutConfigurationSetSendingOptionsRequest;
|
|
1485
|
-
(function (PutConfigurationSetSendingOptionsRequest) {
|
|
1486
|
-
/**
|
|
1487
|
-
* @internal
|
|
1488
|
-
*/
|
|
1489
|
-
PutConfigurationSetSendingOptionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1490
|
-
})(PutConfigurationSetSendingOptionsRequest || (PutConfigurationSetSendingOptionsRequest = {}));
|
|
1491
|
-
export var PutConfigurationSetSendingOptionsResponse;
|
|
1492
|
-
(function (PutConfigurationSetSendingOptionsResponse) {
|
|
1493
|
-
/**
|
|
1494
|
-
* @internal
|
|
1495
|
-
*/
|
|
1496
|
-
PutConfigurationSetSendingOptionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1497
|
-
})(PutConfigurationSetSendingOptionsResponse || (PutConfigurationSetSendingOptionsResponse = {}));
|
|
1498
|
-
export var PutConfigurationSetSuppressionOptionsRequest;
|
|
1499
|
-
(function (PutConfigurationSetSuppressionOptionsRequest) {
|
|
1500
|
-
/**
|
|
1501
|
-
* @internal
|
|
1502
|
-
*/
|
|
1503
|
-
PutConfigurationSetSuppressionOptionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1504
|
-
})(PutConfigurationSetSuppressionOptionsRequest || (PutConfigurationSetSuppressionOptionsRequest = {}));
|
|
1505
|
-
export var PutConfigurationSetSuppressionOptionsResponse;
|
|
1506
|
-
(function (PutConfigurationSetSuppressionOptionsResponse) {
|
|
1507
|
-
/**
|
|
1508
|
-
* @internal
|
|
1509
|
-
*/
|
|
1510
|
-
PutConfigurationSetSuppressionOptionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1511
|
-
})(PutConfigurationSetSuppressionOptionsResponse || (PutConfigurationSetSuppressionOptionsResponse = {}));
|
|
1512
|
-
export var PutConfigurationSetTrackingOptionsRequest;
|
|
1513
|
-
(function (PutConfigurationSetTrackingOptionsRequest) {
|
|
1514
|
-
/**
|
|
1515
|
-
* @internal
|
|
1516
|
-
*/
|
|
1517
|
-
PutConfigurationSetTrackingOptionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1518
|
-
})(PutConfigurationSetTrackingOptionsRequest || (PutConfigurationSetTrackingOptionsRequest = {}));
|
|
1519
|
-
export var PutConfigurationSetTrackingOptionsResponse;
|
|
1520
|
-
(function (PutConfigurationSetTrackingOptionsResponse) {
|
|
1521
|
-
/**
|
|
1522
|
-
* @internal
|
|
1523
|
-
*/
|
|
1524
|
-
PutConfigurationSetTrackingOptionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1525
|
-
})(PutConfigurationSetTrackingOptionsResponse || (PutConfigurationSetTrackingOptionsResponse = {}));
|
|
1526
|
-
export var PutDedicatedIpInPoolRequest;
|
|
1527
|
-
(function (PutDedicatedIpInPoolRequest) {
|
|
1528
|
-
/**
|
|
1529
|
-
* @internal
|
|
1530
|
-
*/
|
|
1531
|
-
PutDedicatedIpInPoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1532
|
-
})(PutDedicatedIpInPoolRequest || (PutDedicatedIpInPoolRequest = {}));
|
|
1533
|
-
export var PutDedicatedIpInPoolResponse;
|
|
1534
|
-
(function (PutDedicatedIpInPoolResponse) {
|
|
1535
|
-
/**
|
|
1536
|
-
* @internal
|
|
1537
|
-
*/
|
|
1538
|
-
PutDedicatedIpInPoolResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1539
|
-
})(PutDedicatedIpInPoolResponse || (PutDedicatedIpInPoolResponse = {}));
|
|
1540
|
-
export var PutDedicatedIpWarmupAttributesRequest;
|
|
1541
|
-
(function (PutDedicatedIpWarmupAttributesRequest) {
|
|
1542
|
-
/**
|
|
1543
|
-
* @internal
|
|
1544
|
-
*/
|
|
1545
|
-
PutDedicatedIpWarmupAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1546
|
-
})(PutDedicatedIpWarmupAttributesRequest || (PutDedicatedIpWarmupAttributesRequest = {}));
|
|
1547
|
-
export var PutDedicatedIpWarmupAttributesResponse;
|
|
1548
|
-
(function (PutDedicatedIpWarmupAttributesResponse) {
|
|
1549
|
-
/**
|
|
1550
|
-
* @internal
|
|
1551
|
-
*/
|
|
1552
|
-
PutDedicatedIpWarmupAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1553
|
-
})(PutDedicatedIpWarmupAttributesResponse || (PutDedicatedIpWarmupAttributesResponse = {}));
|
|
1554
|
-
export var PutDeliverabilityDashboardOptionRequest;
|
|
1555
|
-
(function (PutDeliverabilityDashboardOptionRequest) {
|
|
1556
|
-
/**
|
|
1557
|
-
* @internal
|
|
1558
|
-
*/
|
|
1559
|
-
PutDeliverabilityDashboardOptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1560
|
-
})(PutDeliverabilityDashboardOptionRequest || (PutDeliverabilityDashboardOptionRequest = {}));
|
|
1561
|
-
export var PutDeliverabilityDashboardOptionResponse;
|
|
1562
|
-
(function (PutDeliverabilityDashboardOptionResponse) {
|
|
1563
|
-
/**
|
|
1564
|
-
* @internal
|
|
1565
|
-
*/
|
|
1566
|
-
PutDeliverabilityDashboardOptionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1567
|
-
})(PutDeliverabilityDashboardOptionResponse || (PutDeliverabilityDashboardOptionResponse = {}));
|
|
1568
|
-
export var PutEmailIdentityConfigurationSetAttributesRequest;
|
|
1569
|
-
(function (PutEmailIdentityConfigurationSetAttributesRequest) {
|
|
1570
|
-
/**
|
|
1571
|
-
* @internal
|
|
1572
|
-
*/
|
|
1573
|
-
PutEmailIdentityConfigurationSetAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1574
|
-
})(PutEmailIdentityConfigurationSetAttributesRequest || (PutEmailIdentityConfigurationSetAttributesRequest = {}));
|
|
1575
|
-
export var PutEmailIdentityConfigurationSetAttributesResponse;
|
|
1576
|
-
(function (PutEmailIdentityConfigurationSetAttributesResponse) {
|
|
1577
|
-
/**
|
|
1578
|
-
* @internal
|
|
1579
|
-
*/
|
|
1580
|
-
PutEmailIdentityConfigurationSetAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1581
|
-
})(PutEmailIdentityConfigurationSetAttributesResponse || (PutEmailIdentityConfigurationSetAttributesResponse = {}));
|
|
1582
|
-
export var PutEmailIdentityDkimAttributesRequest;
|
|
1583
|
-
(function (PutEmailIdentityDkimAttributesRequest) {
|
|
1584
|
-
/**
|
|
1585
|
-
* @internal
|
|
1586
|
-
*/
|
|
1587
|
-
PutEmailIdentityDkimAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1588
|
-
})(PutEmailIdentityDkimAttributesRequest || (PutEmailIdentityDkimAttributesRequest = {}));
|
|
1589
|
-
export var PutEmailIdentityDkimAttributesResponse;
|
|
1590
|
-
(function (PutEmailIdentityDkimAttributesResponse) {
|
|
1591
|
-
/**
|
|
1592
|
-
* @internal
|
|
1593
|
-
*/
|
|
1594
|
-
PutEmailIdentityDkimAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1595
|
-
})(PutEmailIdentityDkimAttributesResponse || (PutEmailIdentityDkimAttributesResponse = {}));
|
|
1596
|
-
export var PutEmailIdentityDkimSigningAttributesRequest;
|
|
1597
|
-
(function (PutEmailIdentityDkimSigningAttributesRequest) {
|
|
1598
|
-
/**
|
|
1599
|
-
* @internal
|
|
1600
|
-
*/
|
|
1601
|
-
PutEmailIdentityDkimSigningAttributesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SigningAttributes && {
|
|
1602
|
-
SigningAttributes: DkimSigningAttributes.filterSensitiveLog(obj.SigningAttributes),
|
|
1603
|
-
}))); };
|
|
1604
|
-
})(PutEmailIdentityDkimSigningAttributesRequest || (PutEmailIdentityDkimSigningAttributesRequest = {}));
|
|
1605
|
-
export var PutEmailIdentityDkimSigningAttributesResponse;
|
|
1606
|
-
(function (PutEmailIdentityDkimSigningAttributesResponse) {
|
|
1607
|
-
/**
|
|
1608
|
-
* @internal
|
|
1609
|
-
*/
|
|
1610
|
-
PutEmailIdentityDkimSigningAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1611
|
-
})(PutEmailIdentityDkimSigningAttributesResponse || (PutEmailIdentityDkimSigningAttributesResponse = {}));
|
|
1612
|
-
export var PutEmailIdentityFeedbackAttributesRequest;
|
|
1613
|
-
(function (PutEmailIdentityFeedbackAttributesRequest) {
|
|
1614
|
-
/**
|
|
1615
|
-
* @internal
|
|
1616
|
-
*/
|
|
1617
|
-
PutEmailIdentityFeedbackAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1618
|
-
})(PutEmailIdentityFeedbackAttributesRequest || (PutEmailIdentityFeedbackAttributesRequest = {}));
|
|
1619
|
-
export var PutEmailIdentityFeedbackAttributesResponse;
|
|
1620
|
-
(function (PutEmailIdentityFeedbackAttributesResponse) {
|
|
1621
|
-
/**
|
|
1622
|
-
* @internal
|
|
1623
|
-
*/
|
|
1624
|
-
PutEmailIdentityFeedbackAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1625
|
-
})(PutEmailIdentityFeedbackAttributesResponse || (PutEmailIdentityFeedbackAttributesResponse = {}));
|
|
1626
|
-
export var PutEmailIdentityMailFromAttributesRequest;
|
|
1627
|
-
(function (PutEmailIdentityMailFromAttributesRequest) {
|
|
1628
|
-
/**
|
|
1629
|
-
* @internal
|
|
1630
|
-
*/
|
|
1631
|
-
PutEmailIdentityMailFromAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1632
|
-
})(PutEmailIdentityMailFromAttributesRequest || (PutEmailIdentityMailFromAttributesRequest = {}));
|
|
1633
|
-
export var PutEmailIdentityMailFromAttributesResponse;
|
|
1634
|
-
(function (PutEmailIdentityMailFromAttributesResponse) {
|
|
1635
|
-
/**
|
|
1636
|
-
* @internal
|
|
1637
|
-
*/
|
|
1638
|
-
PutEmailIdentityMailFromAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1639
|
-
})(PutEmailIdentityMailFromAttributesResponse || (PutEmailIdentityMailFromAttributesResponse = {}));
|
|
1640
|
-
export var PutSuppressedDestinationRequest;
|
|
1641
|
-
(function (PutSuppressedDestinationRequest) {
|
|
1642
|
-
/**
|
|
1643
|
-
* @internal
|
|
1644
|
-
*/
|
|
1645
|
-
PutSuppressedDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1646
|
-
})(PutSuppressedDestinationRequest || (PutSuppressedDestinationRequest = {}));
|
|
1647
|
-
export var PutSuppressedDestinationResponse;
|
|
1648
|
-
(function (PutSuppressedDestinationResponse) {
|
|
1649
|
-
/**
|
|
1650
|
-
* @internal
|
|
1651
|
-
*/
|
|
1652
|
-
PutSuppressedDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1653
|
-
})(PutSuppressedDestinationResponse || (PutSuppressedDestinationResponse = {}));
|
|
1654
|
-
export var SendBulkEmailRequest;
|
|
1655
|
-
(function (SendBulkEmailRequest) {
|
|
1656
|
-
/**
|
|
1657
|
-
* @internal
|
|
1658
|
-
*/
|
|
1659
|
-
SendBulkEmailRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1660
|
-
})(SendBulkEmailRequest || (SendBulkEmailRequest = {}));
|
|
1661
|
-
export var SendBulkEmailResponse;
|
|
1662
|
-
(function (SendBulkEmailResponse) {
|
|
1663
|
-
/**
|
|
1664
|
-
* @internal
|
|
1665
|
-
*/
|
|
1666
|
-
SendBulkEmailResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1667
|
-
})(SendBulkEmailResponse || (SendBulkEmailResponse = {}));
|
|
1668
|
-
export var SendCustomVerificationEmailRequest;
|
|
1669
|
-
(function (SendCustomVerificationEmailRequest) {
|
|
1670
|
-
/**
|
|
1671
|
-
* @internal
|
|
1672
|
-
*/
|
|
1673
|
-
SendCustomVerificationEmailRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1674
|
-
})(SendCustomVerificationEmailRequest || (SendCustomVerificationEmailRequest = {}));
|
|
1675
|
-
export var SendCustomVerificationEmailResponse;
|
|
1676
|
-
(function (SendCustomVerificationEmailResponse) {
|
|
1677
|
-
/**
|
|
1678
|
-
* @internal
|
|
1679
|
-
*/
|
|
1680
|
-
SendCustomVerificationEmailResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1681
|
-
})(SendCustomVerificationEmailResponse || (SendCustomVerificationEmailResponse = {}));
|
|
1682
|
-
export var SendEmailRequest;
|
|
1683
|
-
(function (SendEmailRequest) {
|
|
1684
|
-
/**
|
|
1685
|
-
* @internal
|
|
1686
|
-
*/
|
|
1687
|
-
SendEmailRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1688
|
-
})(SendEmailRequest || (SendEmailRequest = {}));
|
|
1689
|
-
export var SendEmailResponse;
|
|
1690
|
-
(function (SendEmailResponse) {
|
|
1691
|
-
/**
|
|
1692
|
-
* @internal
|
|
1693
|
-
*/
|
|
1694
|
-
SendEmailResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1695
|
-
})(SendEmailResponse || (SendEmailResponse = {}));
|
|
1696
|
-
export var TagResourceRequest;
|
|
1697
|
-
(function (TagResourceRequest) {
|
|
1698
|
-
/**
|
|
1699
|
-
* @internal
|
|
1700
|
-
*/
|
|
1701
|
-
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1702
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
1703
|
-
export var TagResourceResponse;
|
|
1704
|
-
(function (TagResourceResponse) {
|
|
1705
|
-
/**
|
|
1706
|
-
* @internal
|
|
1707
|
-
*/
|
|
1708
|
-
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1709
|
-
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
1710
|
-
export var TestRenderEmailTemplateRequest;
|
|
1711
|
-
(function (TestRenderEmailTemplateRequest) {
|
|
1712
|
-
/**
|
|
1713
|
-
* @internal
|
|
1714
|
-
*/
|
|
1715
|
-
TestRenderEmailTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1716
|
-
})(TestRenderEmailTemplateRequest || (TestRenderEmailTemplateRequest = {}));
|
|
1717
|
-
export var TestRenderEmailTemplateResponse;
|
|
1718
|
-
(function (TestRenderEmailTemplateResponse) {
|
|
1719
|
-
/**
|
|
1720
|
-
* @internal
|
|
1721
|
-
*/
|
|
1722
|
-
TestRenderEmailTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1723
|
-
})(TestRenderEmailTemplateResponse || (TestRenderEmailTemplateResponse = {}));
|
|
1724
|
-
export var UntagResourceRequest;
|
|
1725
|
-
(function (UntagResourceRequest) {
|
|
1726
|
-
/**
|
|
1727
|
-
* @internal
|
|
1728
|
-
*/
|
|
1729
|
-
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1730
|
-
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
1731
|
-
export var UntagResourceResponse;
|
|
1732
|
-
(function (UntagResourceResponse) {
|
|
1733
|
-
/**
|
|
1734
|
-
* @internal
|
|
1735
|
-
*/
|
|
1736
|
-
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1737
|
-
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
1738
|
-
export var UpdateConfigurationSetEventDestinationRequest;
|
|
1739
|
-
(function (UpdateConfigurationSetEventDestinationRequest) {
|
|
1740
|
-
/**
|
|
1741
|
-
* @internal
|
|
1742
|
-
*/
|
|
1743
|
-
UpdateConfigurationSetEventDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1744
|
-
})(UpdateConfigurationSetEventDestinationRequest || (UpdateConfigurationSetEventDestinationRequest = {}));
|
|
1745
|
-
export var UpdateConfigurationSetEventDestinationResponse;
|
|
1746
|
-
(function (UpdateConfigurationSetEventDestinationResponse) {
|
|
1747
|
-
/**
|
|
1748
|
-
* @internal
|
|
1749
|
-
*/
|
|
1750
|
-
UpdateConfigurationSetEventDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1751
|
-
})(UpdateConfigurationSetEventDestinationResponse || (UpdateConfigurationSetEventDestinationResponse = {}));
|
|
1752
|
-
export var UpdateContactRequest;
|
|
1753
|
-
(function (UpdateContactRequest) {
|
|
1754
|
-
/**
|
|
1755
|
-
* @internal
|
|
1756
|
-
*/
|
|
1757
|
-
UpdateContactRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1758
|
-
})(UpdateContactRequest || (UpdateContactRequest = {}));
|
|
1759
|
-
export var UpdateContactResponse;
|
|
1760
|
-
(function (UpdateContactResponse) {
|
|
1761
|
-
/**
|
|
1762
|
-
* @internal
|
|
1763
|
-
*/
|
|
1764
|
-
UpdateContactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1765
|
-
})(UpdateContactResponse || (UpdateContactResponse = {}));
|
|
1766
|
-
export var UpdateContactListRequest;
|
|
1767
|
-
(function (UpdateContactListRequest) {
|
|
1768
|
-
/**
|
|
1769
|
-
* @internal
|
|
1770
|
-
*/
|
|
1771
|
-
UpdateContactListRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1772
|
-
})(UpdateContactListRequest || (UpdateContactListRequest = {}));
|
|
1773
|
-
export var UpdateContactListResponse;
|
|
1774
|
-
(function (UpdateContactListResponse) {
|
|
1775
|
-
/**
|
|
1776
|
-
* @internal
|
|
1777
|
-
*/
|
|
1778
|
-
UpdateContactListResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1779
|
-
})(UpdateContactListResponse || (UpdateContactListResponse = {}));
|
|
1780
|
-
export var UpdateCustomVerificationEmailTemplateRequest;
|
|
1781
|
-
(function (UpdateCustomVerificationEmailTemplateRequest) {
|
|
1782
|
-
/**
|
|
1783
|
-
* @internal
|
|
1784
|
-
*/
|
|
1785
|
-
UpdateCustomVerificationEmailTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1786
|
-
})(UpdateCustomVerificationEmailTemplateRequest || (UpdateCustomVerificationEmailTemplateRequest = {}));
|
|
1787
|
-
export var UpdateCustomVerificationEmailTemplateResponse;
|
|
1788
|
-
(function (UpdateCustomVerificationEmailTemplateResponse) {
|
|
1789
|
-
/**
|
|
1790
|
-
* @internal
|
|
1791
|
-
*/
|
|
1792
|
-
UpdateCustomVerificationEmailTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1793
|
-
})(UpdateCustomVerificationEmailTemplateResponse || (UpdateCustomVerificationEmailTemplateResponse = {}));
|
|
1794
|
-
export var UpdateEmailIdentityPolicyRequest;
|
|
1795
|
-
(function (UpdateEmailIdentityPolicyRequest) {
|
|
1796
|
-
/**
|
|
1797
|
-
* @internal
|
|
1798
|
-
*/
|
|
1799
|
-
UpdateEmailIdentityPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1800
|
-
})(UpdateEmailIdentityPolicyRequest || (UpdateEmailIdentityPolicyRequest = {}));
|
|
1801
|
-
export var UpdateEmailIdentityPolicyResponse;
|
|
1802
|
-
(function (UpdateEmailIdentityPolicyResponse) {
|
|
1803
|
-
/**
|
|
1804
|
-
* @internal
|
|
1805
|
-
*/
|
|
1806
|
-
UpdateEmailIdentityPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1807
|
-
})(UpdateEmailIdentityPolicyResponse || (UpdateEmailIdentityPolicyResponse = {}));
|
|
1808
|
-
export var UpdateEmailTemplateRequest;
|
|
1809
|
-
(function (UpdateEmailTemplateRequest) {
|
|
1810
|
-
/**
|
|
1811
|
-
* @internal
|
|
1812
|
-
*/
|
|
1813
|
-
UpdateEmailTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1814
|
-
})(UpdateEmailTemplateRequest || (UpdateEmailTemplateRequest = {}));
|
|
1815
|
-
export var UpdateEmailTemplateResponse;
|
|
1816
|
-
(function (UpdateEmailTemplateResponse) {
|
|
1817
|
-
/**
|
|
1818
|
-
* @internal
|
|
1819
|
-
*/
|
|
1820
|
-
UpdateEmailTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1821
|
-
})(UpdateEmailTemplateResponse || (UpdateEmailTemplateResponse = {}));
|
|
1822
|
-
//# sourceMappingURL=models_0.js.map
|