@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
package/dist-es/SESv2.js
ADDED
|
@@ -0,0 +1,1225 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { CreateConfigurationSetCommand, } from "./commands/CreateConfigurationSetCommand";
|
|
3
|
+
import { CreateConfigurationSetEventDestinationCommand, } from "./commands/CreateConfigurationSetEventDestinationCommand";
|
|
4
|
+
import { CreateContactCommand, } from "./commands/CreateContactCommand";
|
|
5
|
+
import { CreateContactListCommand, } from "./commands/CreateContactListCommand";
|
|
6
|
+
import { CreateCustomVerificationEmailTemplateCommand, } from "./commands/CreateCustomVerificationEmailTemplateCommand";
|
|
7
|
+
import { CreateDedicatedIpPoolCommand, } from "./commands/CreateDedicatedIpPoolCommand";
|
|
8
|
+
import { CreateDeliverabilityTestReportCommand, } from "./commands/CreateDeliverabilityTestReportCommand";
|
|
9
|
+
import { CreateEmailIdentityCommand, } from "./commands/CreateEmailIdentityCommand";
|
|
10
|
+
import { CreateEmailIdentityPolicyCommand, } from "./commands/CreateEmailIdentityPolicyCommand";
|
|
11
|
+
import { CreateEmailTemplateCommand, } from "./commands/CreateEmailTemplateCommand";
|
|
12
|
+
import { CreateImportJobCommand, } from "./commands/CreateImportJobCommand";
|
|
13
|
+
import { DeleteConfigurationSetCommand, } from "./commands/DeleteConfigurationSetCommand";
|
|
14
|
+
import { DeleteConfigurationSetEventDestinationCommand, } from "./commands/DeleteConfigurationSetEventDestinationCommand";
|
|
15
|
+
import { DeleteContactCommand, } from "./commands/DeleteContactCommand";
|
|
16
|
+
import { DeleteContactListCommand, } from "./commands/DeleteContactListCommand";
|
|
17
|
+
import { DeleteCustomVerificationEmailTemplateCommand, } from "./commands/DeleteCustomVerificationEmailTemplateCommand";
|
|
18
|
+
import { DeleteDedicatedIpPoolCommand, } from "./commands/DeleteDedicatedIpPoolCommand";
|
|
19
|
+
import { DeleteEmailIdentityCommand, } from "./commands/DeleteEmailIdentityCommand";
|
|
20
|
+
import { DeleteEmailIdentityPolicyCommand, } from "./commands/DeleteEmailIdentityPolicyCommand";
|
|
21
|
+
import { DeleteEmailTemplateCommand, } from "./commands/DeleteEmailTemplateCommand";
|
|
22
|
+
import { DeleteSuppressedDestinationCommand, } from "./commands/DeleteSuppressedDestinationCommand";
|
|
23
|
+
import { GetAccountCommand } from "./commands/GetAccountCommand";
|
|
24
|
+
import { GetBlacklistReportsCommand, } from "./commands/GetBlacklistReportsCommand";
|
|
25
|
+
import { GetConfigurationSetCommand, } from "./commands/GetConfigurationSetCommand";
|
|
26
|
+
import { GetConfigurationSetEventDestinationsCommand, } from "./commands/GetConfigurationSetEventDestinationsCommand";
|
|
27
|
+
import { GetContactCommand } from "./commands/GetContactCommand";
|
|
28
|
+
import { GetContactListCommand, } from "./commands/GetContactListCommand";
|
|
29
|
+
import { GetCustomVerificationEmailTemplateCommand, } from "./commands/GetCustomVerificationEmailTemplateCommand";
|
|
30
|
+
import { GetDedicatedIpCommand, } from "./commands/GetDedicatedIpCommand";
|
|
31
|
+
import { GetDedicatedIpsCommand, } from "./commands/GetDedicatedIpsCommand";
|
|
32
|
+
import { GetDeliverabilityDashboardOptionsCommand, } from "./commands/GetDeliverabilityDashboardOptionsCommand";
|
|
33
|
+
import { GetDeliverabilityTestReportCommand, } from "./commands/GetDeliverabilityTestReportCommand";
|
|
34
|
+
import { GetDomainDeliverabilityCampaignCommand, } from "./commands/GetDomainDeliverabilityCampaignCommand";
|
|
35
|
+
import { GetDomainStatisticsReportCommand, } from "./commands/GetDomainStatisticsReportCommand";
|
|
36
|
+
import { GetEmailIdentityCommand, } from "./commands/GetEmailIdentityCommand";
|
|
37
|
+
import { GetEmailIdentityPoliciesCommand, } from "./commands/GetEmailIdentityPoliciesCommand";
|
|
38
|
+
import { GetEmailTemplateCommand, } from "./commands/GetEmailTemplateCommand";
|
|
39
|
+
import { GetImportJobCommand, } from "./commands/GetImportJobCommand";
|
|
40
|
+
import { GetSuppressedDestinationCommand, } from "./commands/GetSuppressedDestinationCommand";
|
|
41
|
+
import { ListConfigurationSetsCommand, } from "./commands/ListConfigurationSetsCommand";
|
|
42
|
+
import { ListContactListsCommand, } from "./commands/ListContactListsCommand";
|
|
43
|
+
import { ListContactsCommand, } from "./commands/ListContactsCommand";
|
|
44
|
+
import { ListCustomVerificationEmailTemplatesCommand, } from "./commands/ListCustomVerificationEmailTemplatesCommand";
|
|
45
|
+
import { ListDedicatedIpPoolsCommand, } from "./commands/ListDedicatedIpPoolsCommand";
|
|
46
|
+
import { ListDeliverabilityTestReportsCommand, } from "./commands/ListDeliverabilityTestReportsCommand";
|
|
47
|
+
import { ListDomainDeliverabilityCampaignsCommand, } from "./commands/ListDomainDeliverabilityCampaignsCommand";
|
|
48
|
+
import { ListEmailIdentitiesCommand, } from "./commands/ListEmailIdentitiesCommand";
|
|
49
|
+
import { ListEmailTemplatesCommand, } from "./commands/ListEmailTemplatesCommand";
|
|
50
|
+
import { ListImportJobsCommand, } from "./commands/ListImportJobsCommand";
|
|
51
|
+
import { ListSuppressedDestinationsCommand, } from "./commands/ListSuppressedDestinationsCommand";
|
|
52
|
+
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
53
|
+
import { PutAccountDedicatedIpWarmupAttributesCommand, } from "./commands/PutAccountDedicatedIpWarmupAttributesCommand";
|
|
54
|
+
import { PutAccountDetailsCommand, } from "./commands/PutAccountDetailsCommand";
|
|
55
|
+
import { PutAccountSendingAttributesCommand, } from "./commands/PutAccountSendingAttributesCommand";
|
|
56
|
+
import { PutAccountSuppressionAttributesCommand, } from "./commands/PutAccountSuppressionAttributesCommand";
|
|
57
|
+
import { PutConfigurationSetDeliveryOptionsCommand, } from "./commands/PutConfigurationSetDeliveryOptionsCommand";
|
|
58
|
+
import { PutConfigurationSetReputationOptionsCommand, } from "./commands/PutConfigurationSetReputationOptionsCommand";
|
|
59
|
+
import { PutConfigurationSetSendingOptionsCommand, } from "./commands/PutConfigurationSetSendingOptionsCommand";
|
|
60
|
+
import { PutConfigurationSetSuppressionOptionsCommand, } from "./commands/PutConfigurationSetSuppressionOptionsCommand";
|
|
61
|
+
import { PutConfigurationSetTrackingOptionsCommand, } from "./commands/PutConfigurationSetTrackingOptionsCommand";
|
|
62
|
+
import { PutDedicatedIpInPoolCommand, } from "./commands/PutDedicatedIpInPoolCommand";
|
|
63
|
+
import { PutDedicatedIpWarmupAttributesCommand, } from "./commands/PutDedicatedIpWarmupAttributesCommand";
|
|
64
|
+
import { PutDeliverabilityDashboardOptionCommand, } from "./commands/PutDeliverabilityDashboardOptionCommand";
|
|
65
|
+
import { PutEmailIdentityConfigurationSetAttributesCommand, } from "./commands/PutEmailIdentityConfigurationSetAttributesCommand";
|
|
66
|
+
import { PutEmailIdentityDkimAttributesCommand, } from "./commands/PutEmailIdentityDkimAttributesCommand";
|
|
67
|
+
import { PutEmailIdentityDkimSigningAttributesCommand, } from "./commands/PutEmailIdentityDkimSigningAttributesCommand";
|
|
68
|
+
import { PutEmailIdentityFeedbackAttributesCommand, } from "./commands/PutEmailIdentityFeedbackAttributesCommand";
|
|
69
|
+
import { PutEmailIdentityMailFromAttributesCommand, } from "./commands/PutEmailIdentityMailFromAttributesCommand";
|
|
70
|
+
import { PutSuppressedDestinationCommand, } from "./commands/PutSuppressedDestinationCommand";
|
|
71
|
+
import { SendBulkEmailCommand, } from "./commands/SendBulkEmailCommand";
|
|
72
|
+
import { SendCustomVerificationEmailCommand, } from "./commands/SendCustomVerificationEmailCommand";
|
|
73
|
+
import { SendEmailCommand } from "./commands/SendEmailCommand";
|
|
74
|
+
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
75
|
+
import { TestRenderEmailTemplateCommand, } from "./commands/TestRenderEmailTemplateCommand";
|
|
76
|
+
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
77
|
+
import { UpdateConfigurationSetEventDestinationCommand, } from "./commands/UpdateConfigurationSetEventDestinationCommand";
|
|
78
|
+
import { UpdateContactCommand, } from "./commands/UpdateContactCommand";
|
|
79
|
+
import { UpdateContactListCommand, } from "./commands/UpdateContactListCommand";
|
|
80
|
+
import { UpdateCustomVerificationEmailTemplateCommand, } from "./commands/UpdateCustomVerificationEmailTemplateCommand";
|
|
81
|
+
import { UpdateEmailIdentityPolicyCommand, } from "./commands/UpdateEmailIdentityPolicyCommand";
|
|
82
|
+
import { UpdateEmailTemplateCommand, } from "./commands/UpdateEmailTemplateCommand";
|
|
83
|
+
import { SESv2Client } from "./SESv2Client";
|
|
84
|
+
var SESv2 = (function (_super) {
|
|
85
|
+
__extends(SESv2, _super);
|
|
86
|
+
function SESv2() {
|
|
87
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
88
|
+
}
|
|
89
|
+
SESv2.prototype.createConfigurationSet = function (args, optionsOrCb, cb) {
|
|
90
|
+
var command = new CreateConfigurationSetCommand(args);
|
|
91
|
+
if (typeof optionsOrCb === "function") {
|
|
92
|
+
this.send(command, optionsOrCb);
|
|
93
|
+
}
|
|
94
|
+
else if (typeof cb === "function") {
|
|
95
|
+
if (typeof optionsOrCb !== "object")
|
|
96
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
97
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
98
|
+
}
|
|
99
|
+
else {
|
|
100
|
+
return this.send(command, optionsOrCb);
|
|
101
|
+
}
|
|
102
|
+
};
|
|
103
|
+
SESv2.prototype.createConfigurationSetEventDestination = function (args, optionsOrCb, cb) {
|
|
104
|
+
var command = new CreateConfigurationSetEventDestinationCommand(args);
|
|
105
|
+
if (typeof optionsOrCb === "function") {
|
|
106
|
+
this.send(command, optionsOrCb);
|
|
107
|
+
}
|
|
108
|
+
else if (typeof cb === "function") {
|
|
109
|
+
if (typeof optionsOrCb !== "object")
|
|
110
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
111
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
112
|
+
}
|
|
113
|
+
else {
|
|
114
|
+
return this.send(command, optionsOrCb);
|
|
115
|
+
}
|
|
116
|
+
};
|
|
117
|
+
SESv2.prototype.createContact = function (args, optionsOrCb, cb) {
|
|
118
|
+
var command = new CreateContactCommand(args);
|
|
119
|
+
if (typeof optionsOrCb === "function") {
|
|
120
|
+
this.send(command, optionsOrCb);
|
|
121
|
+
}
|
|
122
|
+
else if (typeof cb === "function") {
|
|
123
|
+
if (typeof optionsOrCb !== "object")
|
|
124
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
125
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
126
|
+
}
|
|
127
|
+
else {
|
|
128
|
+
return this.send(command, optionsOrCb);
|
|
129
|
+
}
|
|
130
|
+
};
|
|
131
|
+
SESv2.prototype.createContactList = function (args, optionsOrCb, cb) {
|
|
132
|
+
var command = new CreateContactListCommand(args);
|
|
133
|
+
if (typeof optionsOrCb === "function") {
|
|
134
|
+
this.send(command, optionsOrCb);
|
|
135
|
+
}
|
|
136
|
+
else if (typeof cb === "function") {
|
|
137
|
+
if (typeof optionsOrCb !== "object")
|
|
138
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
139
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
140
|
+
}
|
|
141
|
+
else {
|
|
142
|
+
return this.send(command, optionsOrCb);
|
|
143
|
+
}
|
|
144
|
+
};
|
|
145
|
+
SESv2.prototype.createCustomVerificationEmailTemplate = function (args, optionsOrCb, cb) {
|
|
146
|
+
var command = new CreateCustomVerificationEmailTemplateCommand(args);
|
|
147
|
+
if (typeof optionsOrCb === "function") {
|
|
148
|
+
this.send(command, optionsOrCb);
|
|
149
|
+
}
|
|
150
|
+
else if (typeof cb === "function") {
|
|
151
|
+
if (typeof optionsOrCb !== "object")
|
|
152
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
153
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
154
|
+
}
|
|
155
|
+
else {
|
|
156
|
+
return this.send(command, optionsOrCb);
|
|
157
|
+
}
|
|
158
|
+
};
|
|
159
|
+
SESv2.prototype.createDedicatedIpPool = function (args, optionsOrCb, cb) {
|
|
160
|
+
var command = new CreateDedicatedIpPoolCommand(args);
|
|
161
|
+
if (typeof optionsOrCb === "function") {
|
|
162
|
+
this.send(command, optionsOrCb);
|
|
163
|
+
}
|
|
164
|
+
else if (typeof cb === "function") {
|
|
165
|
+
if (typeof optionsOrCb !== "object")
|
|
166
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
167
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
168
|
+
}
|
|
169
|
+
else {
|
|
170
|
+
return this.send(command, optionsOrCb);
|
|
171
|
+
}
|
|
172
|
+
};
|
|
173
|
+
SESv2.prototype.createDeliverabilityTestReport = function (args, optionsOrCb, cb) {
|
|
174
|
+
var command = new CreateDeliverabilityTestReportCommand(args);
|
|
175
|
+
if (typeof optionsOrCb === "function") {
|
|
176
|
+
this.send(command, optionsOrCb);
|
|
177
|
+
}
|
|
178
|
+
else if (typeof cb === "function") {
|
|
179
|
+
if (typeof optionsOrCb !== "object")
|
|
180
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
181
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
182
|
+
}
|
|
183
|
+
else {
|
|
184
|
+
return this.send(command, optionsOrCb);
|
|
185
|
+
}
|
|
186
|
+
};
|
|
187
|
+
SESv2.prototype.createEmailIdentity = function (args, optionsOrCb, cb) {
|
|
188
|
+
var command = new CreateEmailIdentityCommand(args);
|
|
189
|
+
if (typeof optionsOrCb === "function") {
|
|
190
|
+
this.send(command, optionsOrCb);
|
|
191
|
+
}
|
|
192
|
+
else if (typeof cb === "function") {
|
|
193
|
+
if (typeof optionsOrCb !== "object")
|
|
194
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
195
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
196
|
+
}
|
|
197
|
+
else {
|
|
198
|
+
return this.send(command, optionsOrCb);
|
|
199
|
+
}
|
|
200
|
+
};
|
|
201
|
+
SESv2.prototype.createEmailIdentityPolicy = function (args, optionsOrCb, cb) {
|
|
202
|
+
var command = new CreateEmailIdentityPolicyCommand(args);
|
|
203
|
+
if (typeof optionsOrCb === "function") {
|
|
204
|
+
this.send(command, optionsOrCb);
|
|
205
|
+
}
|
|
206
|
+
else if (typeof cb === "function") {
|
|
207
|
+
if (typeof optionsOrCb !== "object")
|
|
208
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
209
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
210
|
+
}
|
|
211
|
+
else {
|
|
212
|
+
return this.send(command, optionsOrCb);
|
|
213
|
+
}
|
|
214
|
+
};
|
|
215
|
+
SESv2.prototype.createEmailTemplate = function (args, optionsOrCb, cb) {
|
|
216
|
+
var command = new CreateEmailTemplateCommand(args);
|
|
217
|
+
if (typeof optionsOrCb === "function") {
|
|
218
|
+
this.send(command, optionsOrCb);
|
|
219
|
+
}
|
|
220
|
+
else if (typeof cb === "function") {
|
|
221
|
+
if (typeof optionsOrCb !== "object")
|
|
222
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
223
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
224
|
+
}
|
|
225
|
+
else {
|
|
226
|
+
return this.send(command, optionsOrCb);
|
|
227
|
+
}
|
|
228
|
+
};
|
|
229
|
+
SESv2.prototype.createImportJob = function (args, optionsOrCb, cb) {
|
|
230
|
+
var command = new CreateImportJobCommand(args);
|
|
231
|
+
if (typeof optionsOrCb === "function") {
|
|
232
|
+
this.send(command, optionsOrCb);
|
|
233
|
+
}
|
|
234
|
+
else if (typeof cb === "function") {
|
|
235
|
+
if (typeof optionsOrCb !== "object")
|
|
236
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
237
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
238
|
+
}
|
|
239
|
+
else {
|
|
240
|
+
return this.send(command, optionsOrCb);
|
|
241
|
+
}
|
|
242
|
+
};
|
|
243
|
+
SESv2.prototype.deleteConfigurationSet = function (args, optionsOrCb, cb) {
|
|
244
|
+
var command = new DeleteConfigurationSetCommand(args);
|
|
245
|
+
if (typeof optionsOrCb === "function") {
|
|
246
|
+
this.send(command, optionsOrCb);
|
|
247
|
+
}
|
|
248
|
+
else if (typeof cb === "function") {
|
|
249
|
+
if (typeof optionsOrCb !== "object")
|
|
250
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
251
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
252
|
+
}
|
|
253
|
+
else {
|
|
254
|
+
return this.send(command, optionsOrCb);
|
|
255
|
+
}
|
|
256
|
+
};
|
|
257
|
+
SESv2.prototype.deleteConfigurationSetEventDestination = function (args, optionsOrCb, cb) {
|
|
258
|
+
var command = new DeleteConfigurationSetEventDestinationCommand(args);
|
|
259
|
+
if (typeof optionsOrCb === "function") {
|
|
260
|
+
this.send(command, optionsOrCb);
|
|
261
|
+
}
|
|
262
|
+
else if (typeof cb === "function") {
|
|
263
|
+
if (typeof optionsOrCb !== "object")
|
|
264
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
265
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
266
|
+
}
|
|
267
|
+
else {
|
|
268
|
+
return this.send(command, optionsOrCb);
|
|
269
|
+
}
|
|
270
|
+
};
|
|
271
|
+
SESv2.prototype.deleteContact = function (args, optionsOrCb, cb) {
|
|
272
|
+
var command = new DeleteContactCommand(args);
|
|
273
|
+
if (typeof optionsOrCb === "function") {
|
|
274
|
+
this.send(command, optionsOrCb);
|
|
275
|
+
}
|
|
276
|
+
else if (typeof cb === "function") {
|
|
277
|
+
if (typeof optionsOrCb !== "object")
|
|
278
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
279
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
280
|
+
}
|
|
281
|
+
else {
|
|
282
|
+
return this.send(command, optionsOrCb);
|
|
283
|
+
}
|
|
284
|
+
};
|
|
285
|
+
SESv2.prototype.deleteContactList = function (args, optionsOrCb, cb) {
|
|
286
|
+
var command = new DeleteContactListCommand(args);
|
|
287
|
+
if (typeof optionsOrCb === "function") {
|
|
288
|
+
this.send(command, optionsOrCb);
|
|
289
|
+
}
|
|
290
|
+
else if (typeof cb === "function") {
|
|
291
|
+
if (typeof optionsOrCb !== "object")
|
|
292
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
293
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
294
|
+
}
|
|
295
|
+
else {
|
|
296
|
+
return this.send(command, optionsOrCb);
|
|
297
|
+
}
|
|
298
|
+
};
|
|
299
|
+
SESv2.prototype.deleteCustomVerificationEmailTemplate = function (args, optionsOrCb, cb) {
|
|
300
|
+
var command = new DeleteCustomVerificationEmailTemplateCommand(args);
|
|
301
|
+
if (typeof optionsOrCb === "function") {
|
|
302
|
+
this.send(command, optionsOrCb);
|
|
303
|
+
}
|
|
304
|
+
else if (typeof cb === "function") {
|
|
305
|
+
if (typeof optionsOrCb !== "object")
|
|
306
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
307
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
308
|
+
}
|
|
309
|
+
else {
|
|
310
|
+
return this.send(command, optionsOrCb);
|
|
311
|
+
}
|
|
312
|
+
};
|
|
313
|
+
SESv2.prototype.deleteDedicatedIpPool = function (args, optionsOrCb, cb) {
|
|
314
|
+
var command = new DeleteDedicatedIpPoolCommand(args);
|
|
315
|
+
if (typeof optionsOrCb === "function") {
|
|
316
|
+
this.send(command, optionsOrCb);
|
|
317
|
+
}
|
|
318
|
+
else if (typeof cb === "function") {
|
|
319
|
+
if (typeof optionsOrCb !== "object")
|
|
320
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
321
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
322
|
+
}
|
|
323
|
+
else {
|
|
324
|
+
return this.send(command, optionsOrCb);
|
|
325
|
+
}
|
|
326
|
+
};
|
|
327
|
+
SESv2.prototype.deleteEmailIdentity = function (args, optionsOrCb, cb) {
|
|
328
|
+
var command = new DeleteEmailIdentityCommand(args);
|
|
329
|
+
if (typeof optionsOrCb === "function") {
|
|
330
|
+
this.send(command, optionsOrCb);
|
|
331
|
+
}
|
|
332
|
+
else if (typeof cb === "function") {
|
|
333
|
+
if (typeof optionsOrCb !== "object")
|
|
334
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
335
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
336
|
+
}
|
|
337
|
+
else {
|
|
338
|
+
return this.send(command, optionsOrCb);
|
|
339
|
+
}
|
|
340
|
+
};
|
|
341
|
+
SESv2.prototype.deleteEmailIdentityPolicy = function (args, optionsOrCb, cb) {
|
|
342
|
+
var command = new DeleteEmailIdentityPolicyCommand(args);
|
|
343
|
+
if (typeof optionsOrCb === "function") {
|
|
344
|
+
this.send(command, optionsOrCb);
|
|
345
|
+
}
|
|
346
|
+
else if (typeof cb === "function") {
|
|
347
|
+
if (typeof optionsOrCb !== "object")
|
|
348
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
349
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
350
|
+
}
|
|
351
|
+
else {
|
|
352
|
+
return this.send(command, optionsOrCb);
|
|
353
|
+
}
|
|
354
|
+
};
|
|
355
|
+
SESv2.prototype.deleteEmailTemplate = function (args, optionsOrCb, cb) {
|
|
356
|
+
var command = new DeleteEmailTemplateCommand(args);
|
|
357
|
+
if (typeof optionsOrCb === "function") {
|
|
358
|
+
this.send(command, optionsOrCb);
|
|
359
|
+
}
|
|
360
|
+
else if (typeof cb === "function") {
|
|
361
|
+
if (typeof optionsOrCb !== "object")
|
|
362
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
363
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
364
|
+
}
|
|
365
|
+
else {
|
|
366
|
+
return this.send(command, optionsOrCb);
|
|
367
|
+
}
|
|
368
|
+
};
|
|
369
|
+
SESv2.prototype.deleteSuppressedDestination = function (args, optionsOrCb, cb) {
|
|
370
|
+
var command = new DeleteSuppressedDestinationCommand(args);
|
|
371
|
+
if (typeof optionsOrCb === "function") {
|
|
372
|
+
this.send(command, optionsOrCb);
|
|
373
|
+
}
|
|
374
|
+
else if (typeof cb === "function") {
|
|
375
|
+
if (typeof optionsOrCb !== "object")
|
|
376
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
377
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
378
|
+
}
|
|
379
|
+
else {
|
|
380
|
+
return this.send(command, optionsOrCb);
|
|
381
|
+
}
|
|
382
|
+
};
|
|
383
|
+
SESv2.prototype.getAccount = function (args, optionsOrCb, cb) {
|
|
384
|
+
var command = new GetAccountCommand(args);
|
|
385
|
+
if (typeof optionsOrCb === "function") {
|
|
386
|
+
this.send(command, optionsOrCb);
|
|
387
|
+
}
|
|
388
|
+
else if (typeof cb === "function") {
|
|
389
|
+
if (typeof optionsOrCb !== "object")
|
|
390
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
391
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
392
|
+
}
|
|
393
|
+
else {
|
|
394
|
+
return this.send(command, optionsOrCb);
|
|
395
|
+
}
|
|
396
|
+
};
|
|
397
|
+
SESv2.prototype.getBlacklistReports = function (args, optionsOrCb, cb) {
|
|
398
|
+
var command = new GetBlacklistReportsCommand(args);
|
|
399
|
+
if (typeof optionsOrCb === "function") {
|
|
400
|
+
this.send(command, optionsOrCb);
|
|
401
|
+
}
|
|
402
|
+
else if (typeof cb === "function") {
|
|
403
|
+
if (typeof optionsOrCb !== "object")
|
|
404
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
405
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
406
|
+
}
|
|
407
|
+
else {
|
|
408
|
+
return this.send(command, optionsOrCb);
|
|
409
|
+
}
|
|
410
|
+
};
|
|
411
|
+
SESv2.prototype.getConfigurationSet = function (args, optionsOrCb, cb) {
|
|
412
|
+
var command = new GetConfigurationSetCommand(args);
|
|
413
|
+
if (typeof optionsOrCb === "function") {
|
|
414
|
+
this.send(command, optionsOrCb);
|
|
415
|
+
}
|
|
416
|
+
else if (typeof cb === "function") {
|
|
417
|
+
if (typeof optionsOrCb !== "object")
|
|
418
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
419
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
420
|
+
}
|
|
421
|
+
else {
|
|
422
|
+
return this.send(command, optionsOrCb);
|
|
423
|
+
}
|
|
424
|
+
};
|
|
425
|
+
SESv2.prototype.getConfigurationSetEventDestinations = function (args, optionsOrCb, cb) {
|
|
426
|
+
var command = new GetConfigurationSetEventDestinationsCommand(args);
|
|
427
|
+
if (typeof optionsOrCb === "function") {
|
|
428
|
+
this.send(command, optionsOrCb);
|
|
429
|
+
}
|
|
430
|
+
else if (typeof cb === "function") {
|
|
431
|
+
if (typeof optionsOrCb !== "object")
|
|
432
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
433
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
434
|
+
}
|
|
435
|
+
else {
|
|
436
|
+
return this.send(command, optionsOrCb);
|
|
437
|
+
}
|
|
438
|
+
};
|
|
439
|
+
SESv2.prototype.getContact = function (args, optionsOrCb, cb) {
|
|
440
|
+
var command = new GetContactCommand(args);
|
|
441
|
+
if (typeof optionsOrCb === "function") {
|
|
442
|
+
this.send(command, optionsOrCb);
|
|
443
|
+
}
|
|
444
|
+
else if (typeof cb === "function") {
|
|
445
|
+
if (typeof optionsOrCb !== "object")
|
|
446
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
447
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
448
|
+
}
|
|
449
|
+
else {
|
|
450
|
+
return this.send(command, optionsOrCb);
|
|
451
|
+
}
|
|
452
|
+
};
|
|
453
|
+
SESv2.prototype.getContactList = function (args, optionsOrCb, cb) {
|
|
454
|
+
var command = new GetContactListCommand(args);
|
|
455
|
+
if (typeof optionsOrCb === "function") {
|
|
456
|
+
this.send(command, optionsOrCb);
|
|
457
|
+
}
|
|
458
|
+
else if (typeof cb === "function") {
|
|
459
|
+
if (typeof optionsOrCb !== "object")
|
|
460
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
461
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
462
|
+
}
|
|
463
|
+
else {
|
|
464
|
+
return this.send(command, optionsOrCb);
|
|
465
|
+
}
|
|
466
|
+
};
|
|
467
|
+
SESv2.prototype.getCustomVerificationEmailTemplate = function (args, optionsOrCb, cb) {
|
|
468
|
+
var command = new GetCustomVerificationEmailTemplateCommand(args);
|
|
469
|
+
if (typeof optionsOrCb === "function") {
|
|
470
|
+
this.send(command, optionsOrCb);
|
|
471
|
+
}
|
|
472
|
+
else if (typeof cb === "function") {
|
|
473
|
+
if (typeof optionsOrCb !== "object")
|
|
474
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
475
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
476
|
+
}
|
|
477
|
+
else {
|
|
478
|
+
return this.send(command, optionsOrCb);
|
|
479
|
+
}
|
|
480
|
+
};
|
|
481
|
+
SESv2.prototype.getDedicatedIp = function (args, optionsOrCb, cb) {
|
|
482
|
+
var command = new GetDedicatedIpCommand(args);
|
|
483
|
+
if (typeof optionsOrCb === "function") {
|
|
484
|
+
this.send(command, optionsOrCb);
|
|
485
|
+
}
|
|
486
|
+
else if (typeof cb === "function") {
|
|
487
|
+
if (typeof optionsOrCb !== "object")
|
|
488
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
489
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
490
|
+
}
|
|
491
|
+
else {
|
|
492
|
+
return this.send(command, optionsOrCb);
|
|
493
|
+
}
|
|
494
|
+
};
|
|
495
|
+
SESv2.prototype.getDedicatedIps = function (args, optionsOrCb, cb) {
|
|
496
|
+
var command = new GetDedicatedIpsCommand(args);
|
|
497
|
+
if (typeof optionsOrCb === "function") {
|
|
498
|
+
this.send(command, optionsOrCb);
|
|
499
|
+
}
|
|
500
|
+
else if (typeof cb === "function") {
|
|
501
|
+
if (typeof optionsOrCb !== "object")
|
|
502
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
503
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
504
|
+
}
|
|
505
|
+
else {
|
|
506
|
+
return this.send(command, optionsOrCb);
|
|
507
|
+
}
|
|
508
|
+
};
|
|
509
|
+
SESv2.prototype.getDeliverabilityDashboardOptions = function (args, optionsOrCb, cb) {
|
|
510
|
+
var command = new GetDeliverabilityDashboardOptionsCommand(args);
|
|
511
|
+
if (typeof optionsOrCb === "function") {
|
|
512
|
+
this.send(command, optionsOrCb);
|
|
513
|
+
}
|
|
514
|
+
else if (typeof cb === "function") {
|
|
515
|
+
if (typeof optionsOrCb !== "object")
|
|
516
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
517
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
518
|
+
}
|
|
519
|
+
else {
|
|
520
|
+
return this.send(command, optionsOrCb);
|
|
521
|
+
}
|
|
522
|
+
};
|
|
523
|
+
SESv2.prototype.getDeliverabilityTestReport = function (args, optionsOrCb, cb) {
|
|
524
|
+
var command = new GetDeliverabilityTestReportCommand(args);
|
|
525
|
+
if (typeof optionsOrCb === "function") {
|
|
526
|
+
this.send(command, optionsOrCb);
|
|
527
|
+
}
|
|
528
|
+
else if (typeof cb === "function") {
|
|
529
|
+
if (typeof optionsOrCb !== "object")
|
|
530
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
531
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
532
|
+
}
|
|
533
|
+
else {
|
|
534
|
+
return this.send(command, optionsOrCb);
|
|
535
|
+
}
|
|
536
|
+
};
|
|
537
|
+
SESv2.prototype.getDomainDeliverabilityCampaign = function (args, optionsOrCb, cb) {
|
|
538
|
+
var command = new GetDomainDeliverabilityCampaignCommand(args);
|
|
539
|
+
if (typeof optionsOrCb === "function") {
|
|
540
|
+
this.send(command, optionsOrCb);
|
|
541
|
+
}
|
|
542
|
+
else if (typeof cb === "function") {
|
|
543
|
+
if (typeof optionsOrCb !== "object")
|
|
544
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
545
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
546
|
+
}
|
|
547
|
+
else {
|
|
548
|
+
return this.send(command, optionsOrCb);
|
|
549
|
+
}
|
|
550
|
+
};
|
|
551
|
+
SESv2.prototype.getDomainStatisticsReport = function (args, optionsOrCb, cb) {
|
|
552
|
+
var command = new GetDomainStatisticsReportCommand(args);
|
|
553
|
+
if (typeof optionsOrCb === "function") {
|
|
554
|
+
this.send(command, optionsOrCb);
|
|
555
|
+
}
|
|
556
|
+
else if (typeof cb === "function") {
|
|
557
|
+
if (typeof optionsOrCb !== "object")
|
|
558
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
559
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
560
|
+
}
|
|
561
|
+
else {
|
|
562
|
+
return this.send(command, optionsOrCb);
|
|
563
|
+
}
|
|
564
|
+
};
|
|
565
|
+
SESv2.prototype.getEmailIdentity = function (args, optionsOrCb, cb) {
|
|
566
|
+
var command = new GetEmailIdentityCommand(args);
|
|
567
|
+
if (typeof optionsOrCb === "function") {
|
|
568
|
+
this.send(command, optionsOrCb);
|
|
569
|
+
}
|
|
570
|
+
else if (typeof cb === "function") {
|
|
571
|
+
if (typeof optionsOrCb !== "object")
|
|
572
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
573
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
574
|
+
}
|
|
575
|
+
else {
|
|
576
|
+
return this.send(command, optionsOrCb);
|
|
577
|
+
}
|
|
578
|
+
};
|
|
579
|
+
SESv2.prototype.getEmailIdentityPolicies = function (args, optionsOrCb, cb) {
|
|
580
|
+
var command = new GetEmailIdentityPoliciesCommand(args);
|
|
581
|
+
if (typeof optionsOrCb === "function") {
|
|
582
|
+
this.send(command, optionsOrCb);
|
|
583
|
+
}
|
|
584
|
+
else if (typeof cb === "function") {
|
|
585
|
+
if (typeof optionsOrCb !== "object")
|
|
586
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
587
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
588
|
+
}
|
|
589
|
+
else {
|
|
590
|
+
return this.send(command, optionsOrCb);
|
|
591
|
+
}
|
|
592
|
+
};
|
|
593
|
+
SESv2.prototype.getEmailTemplate = function (args, optionsOrCb, cb) {
|
|
594
|
+
var command = new GetEmailTemplateCommand(args);
|
|
595
|
+
if (typeof optionsOrCb === "function") {
|
|
596
|
+
this.send(command, optionsOrCb);
|
|
597
|
+
}
|
|
598
|
+
else if (typeof cb === "function") {
|
|
599
|
+
if (typeof optionsOrCb !== "object")
|
|
600
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
601
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
602
|
+
}
|
|
603
|
+
else {
|
|
604
|
+
return this.send(command, optionsOrCb);
|
|
605
|
+
}
|
|
606
|
+
};
|
|
607
|
+
SESv2.prototype.getImportJob = function (args, optionsOrCb, cb) {
|
|
608
|
+
var command = new GetImportJobCommand(args);
|
|
609
|
+
if (typeof optionsOrCb === "function") {
|
|
610
|
+
this.send(command, optionsOrCb);
|
|
611
|
+
}
|
|
612
|
+
else if (typeof cb === "function") {
|
|
613
|
+
if (typeof optionsOrCb !== "object")
|
|
614
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
615
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
616
|
+
}
|
|
617
|
+
else {
|
|
618
|
+
return this.send(command, optionsOrCb);
|
|
619
|
+
}
|
|
620
|
+
};
|
|
621
|
+
SESv2.prototype.getSuppressedDestination = function (args, optionsOrCb, cb) {
|
|
622
|
+
var command = new GetSuppressedDestinationCommand(args);
|
|
623
|
+
if (typeof optionsOrCb === "function") {
|
|
624
|
+
this.send(command, optionsOrCb);
|
|
625
|
+
}
|
|
626
|
+
else if (typeof cb === "function") {
|
|
627
|
+
if (typeof optionsOrCb !== "object")
|
|
628
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
629
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
630
|
+
}
|
|
631
|
+
else {
|
|
632
|
+
return this.send(command, optionsOrCb);
|
|
633
|
+
}
|
|
634
|
+
};
|
|
635
|
+
SESv2.prototype.listConfigurationSets = function (args, optionsOrCb, cb) {
|
|
636
|
+
var command = new ListConfigurationSetsCommand(args);
|
|
637
|
+
if (typeof optionsOrCb === "function") {
|
|
638
|
+
this.send(command, optionsOrCb);
|
|
639
|
+
}
|
|
640
|
+
else if (typeof cb === "function") {
|
|
641
|
+
if (typeof optionsOrCb !== "object")
|
|
642
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
643
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
644
|
+
}
|
|
645
|
+
else {
|
|
646
|
+
return this.send(command, optionsOrCb);
|
|
647
|
+
}
|
|
648
|
+
};
|
|
649
|
+
SESv2.prototype.listContactLists = function (args, optionsOrCb, cb) {
|
|
650
|
+
var command = new ListContactListsCommand(args);
|
|
651
|
+
if (typeof optionsOrCb === "function") {
|
|
652
|
+
this.send(command, optionsOrCb);
|
|
653
|
+
}
|
|
654
|
+
else if (typeof cb === "function") {
|
|
655
|
+
if (typeof optionsOrCb !== "object")
|
|
656
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
657
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
658
|
+
}
|
|
659
|
+
else {
|
|
660
|
+
return this.send(command, optionsOrCb);
|
|
661
|
+
}
|
|
662
|
+
};
|
|
663
|
+
SESv2.prototype.listContacts = function (args, optionsOrCb, cb) {
|
|
664
|
+
var command = new ListContactsCommand(args);
|
|
665
|
+
if (typeof optionsOrCb === "function") {
|
|
666
|
+
this.send(command, optionsOrCb);
|
|
667
|
+
}
|
|
668
|
+
else if (typeof cb === "function") {
|
|
669
|
+
if (typeof optionsOrCb !== "object")
|
|
670
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
671
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
672
|
+
}
|
|
673
|
+
else {
|
|
674
|
+
return this.send(command, optionsOrCb);
|
|
675
|
+
}
|
|
676
|
+
};
|
|
677
|
+
SESv2.prototype.listCustomVerificationEmailTemplates = function (args, optionsOrCb, cb) {
|
|
678
|
+
var command = new ListCustomVerificationEmailTemplatesCommand(args);
|
|
679
|
+
if (typeof optionsOrCb === "function") {
|
|
680
|
+
this.send(command, optionsOrCb);
|
|
681
|
+
}
|
|
682
|
+
else if (typeof cb === "function") {
|
|
683
|
+
if (typeof optionsOrCb !== "object")
|
|
684
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
685
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
686
|
+
}
|
|
687
|
+
else {
|
|
688
|
+
return this.send(command, optionsOrCb);
|
|
689
|
+
}
|
|
690
|
+
};
|
|
691
|
+
SESv2.prototype.listDedicatedIpPools = function (args, optionsOrCb, cb) {
|
|
692
|
+
var command = new ListDedicatedIpPoolsCommand(args);
|
|
693
|
+
if (typeof optionsOrCb === "function") {
|
|
694
|
+
this.send(command, optionsOrCb);
|
|
695
|
+
}
|
|
696
|
+
else if (typeof cb === "function") {
|
|
697
|
+
if (typeof optionsOrCb !== "object")
|
|
698
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
699
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
700
|
+
}
|
|
701
|
+
else {
|
|
702
|
+
return this.send(command, optionsOrCb);
|
|
703
|
+
}
|
|
704
|
+
};
|
|
705
|
+
SESv2.prototype.listDeliverabilityTestReports = function (args, optionsOrCb, cb) {
|
|
706
|
+
var command = new ListDeliverabilityTestReportsCommand(args);
|
|
707
|
+
if (typeof optionsOrCb === "function") {
|
|
708
|
+
this.send(command, optionsOrCb);
|
|
709
|
+
}
|
|
710
|
+
else if (typeof cb === "function") {
|
|
711
|
+
if (typeof optionsOrCb !== "object")
|
|
712
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
713
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
714
|
+
}
|
|
715
|
+
else {
|
|
716
|
+
return this.send(command, optionsOrCb);
|
|
717
|
+
}
|
|
718
|
+
};
|
|
719
|
+
SESv2.prototype.listDomainDeliverabilityCampaigns = function (args, optionsOrCb, cb) {
|
|
720
|
+
var command = new ListDomainDeliverabilityCampaignsCommand(args);
|
|
721
|
+
if (typeof optionsOrCb === "function") {
|
|
722
|
+
this.send(command, optionsOrCb);
|
|
723
|
+
}
|
|
724
|
+
else if (typeof cb === "function") {
|
|
725
|
+
if (typeof optionsOrCb !== "object")
|
|
726
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
727
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
728
|
+
}
|
|
729
|
+
else {
|
|
730
|
+
return this.send(command, optionsOrCb);
|
|
731
|
+
}
|
|
732
|
+
};
|
|
733
|
+
SESv2.prototype.listEmailIdentities = function (args, optionsOrCb, cb) {
|
|
734
|
+
var command = new ListEmailIdentitiesCommand(args);
|
|
735
|
+
if (typeof optionsOrCb === "function") {
|
|
736
|
+
this.send(command, optionsOrCb);
|
|
737
|
+
}
|
|
738
|
+
else if (typeof cb === "function") {
|
|
739
|
+
if (typeof optionsOrCb !== "object")
|
|
740
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
741
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
742
|
+
}
|
|
743
|
+
else {
|
|
744
|
+
return this.send(command, optionsOrCb);
|
|
745
|
+
}
|
|
746
|
+
};
|
|
747
|
+
SESv2.prototype.listEmailTemplates = function (args, optionsOrCb, cb) {
|
|
748
|
+
var command = new ListEmailTemplatesCommand(args);
|
|
749
|
+
if (typeof optionsOrCb === "function") {
|
|
750
|
+
this.send(command, optionsOrCb);
|
|
751
|
+
}
|
|
752
|
+
else if (typeof cb === "function") {
|
|
753
|
+
if (typeof optionsOrCb !== "object")
|
|
754
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
755
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
756
|
+
}
|
|
757
|
+
else {
|
|
758
|
+
return this.send(command, optionsOrCb);
|
|
759
|
+
}
|
|
760
|
+
};
|
|
761
|
+
SESv2.prototype.listImportJobs = function (args, optionsOrCb, cb) {
|
|
762
|
+
var command = new ListImportJobsCommand(args);
|
|
763
|
+
if (typeof optionsOrCb === "function") {
|
|
764
|
+
this.send(command, optionsOrCb);
|
|
765
|
+
}
|
|
766
|
+
else if (typeof cb === "function") {
|
|
767
|
+
if (typeof optionsOrCb !== "object")
|
|
768
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
769
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
770
|
+
}
|
|
771
|
+
else {
|
|
772
|
+
return this.send(command, optionsOrCb);
|
|
773
|
+
}
|
|
774
|
+
};
|
|
775
|
+
SESv2.prototype.listSuppressedDestinations = function (args, optionsOrCb, cb) {
|
|
776
|
+
var command = new ListSuppressedDestinationsCommand(args);
|
|
777
|
+
if (typeof optionsOrCb === "function") {
|
|
778
|
+
this.send(command, optionsOrCb);
|
|
779
|
+
}
|
|
780
|
+
else if (typeof cb === "function") {
|
|
781
|
+
if (typeof optionsOrCb !== "object")
|
|
782
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
783
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
784
|
+
}
|
|
785
|
+
else {
|
|
786
|
+
return this.send(command, optionsOrCb);
|
|
787
|
+
}
|
|
788
|
+
};
|
|
789
|
+
SESv2.prototype.listTagsForResource = function (args, optionsOrCb, cb) {
|
|
790
|
+
var command = new ListTagsForResourceCommand(args);
|
|
791
|
+
if (typeof optionsOrCb === "function") {
|
|
792
|
+
this.send(command, optionsOrCb);
|
|
793
|
+
}
|
|
794
|
+
else if (typeof cb === "function") {
|
|
795
|
+
if (typeof optionsOrCb !== "object")
|
|
796
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
797
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
798
|
+
}
|
|
799
|
+
else {
|
|
800
|
+
return this.send(command, optionsOrCb);
|
|
801
|
+
}
|
|
802
|
+
};
|
|
803
|
+
SESv2.prototype.putAccountDedicatedIpWarmupAttributes = function (args, optionsOrCb, cb) {
|
|
804
|
+
var command = new PutAccountDedicatedIpWarmupAttributesCommand(args);
|
|
805
|
+
if (typeof optionsOrCb === "function") {
|
|
806
|
+
this.send(command, optionsOrCb);
|
|
807
|
+
}
|
|
808
|
+
else if (typeof cb === "function") {
|
|
809
|
+
if (typeof optionsOrCb !== "object")
|
|
810
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
811
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
812
|
+
}
|
|
813
|
+
else {
|
|
814
|
+
return this.send(command, optionsOrCb);
|
|
815
|
+
}
|
|
816
|
+
};
|
|
817
|
+
SESv2.prototype.putAccountDetails = function (args, optionsOrCb, cb) {
|
|
818
|
+
var command = new PutAccountDetailsCommand(args);
|
|
819
|
+
if (typeof optionsOrCb === "function") {
|
|
820
|
+
this.send(command, optionsOrCb);
|
|
821
|
+
}
|
|
822
|
+
else if (typeof cb === "function") {
|
|
823
|
+
if (typeof optionsOrCb !== "object")
|
|
824
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
825
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
826
|
+
}
|
|
827
|
+
else {
|
|
828
|
+
return this.send(command, optionsOrCb);
|
|
829
|
+
}
|
|
830
|
+
};
|
|
831
|
+
SESv2.prototype.putAccountSendingAttributes = function (args, optionsOrCb, cb) {
|
|
832
|
+
var command = new PutAccountSendingAttributesCommand(args);
|
|
833
|
+
if (typeof optionsOrCb === "function") {
|
|
834
|
+
this.send(command, optionsOrCb);
|
|
835
|
+
}
|
|
836
|
+
else if (typeof cb === "function") {
|
|
837
|
+
if (typeof optionsOrCb !== "object")
|
|
838
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
839
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
840
|
+
}
|
|
841
|
+
else {
|
|
842
|
+
return this.send(command, optionsOrCb);
|
|
843
|
+
}
|
|
844
|
+
};
|
|
845
|
+
SESv2.prototype.putAccountSuppressionAttributes = function (args, optionsOrCb, cb) {
|
|
846
|
+
var command = new PutAccountSuppressionAttributesCommand(args);
|
|
847
|
+
if (typeof optionsOrCb === "function") {
|
|
848
|
+
this.send(command, optionsOrCb);
|
|
849
|
+
}
|
|
850
|
+
else if (typeof cb === "function") {
|
|
851
|
+
if (typeof optionsOrCb !== "object")
|
|
852
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
853
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
854
|
+
}
|
|
855
|
+
else {
|
|
856
|
+
return this.send(command, optionsOrCb);
|
|
857
|
+
}
|
|
858
|
+
};
|
|
859
|
+
SESv2.prototype.putConfigurationSetDeliveryOptions = function (args, optionsOrCb, cb) {
|
|
860
|
+
var command = new PutConfigurationSetDeliveryOptionsCommand(args);
|
|
861
|
+
if (typeof optionsOrCb === "function") {
|
|
862
|
+
this.send(command, optionsOrCb);
|
|
863
|
+
}
|
|
864
|
+
else if (typeof cb === "function") {
|
|
865
|
+
if (typeof optionsOrCb !== "object")
|
|
866
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
867
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
868
|
+
}
|
|
869
|
+
else {
|
|
870
|
+
return this.send(command, optionsOrCb);
|
|
871
|
+
}
|
|
872
|
+
};
|
|
873
|
+
SESv2.prototype.putConfigurationSetReputationOptions = function (args, optionsOrCb, cb) {
|
|
874
|
+
var command = new PutConfigurationSetReputationOptionsCommand(args);
|
|
875
|
+
if (typeof optionsOrCb === "function") {
|
|
876
|
+
this.send(command, optionsOrCb);
|
|
877
|
+
}
|
|
878
|
+
else if (typeof cb === "function") {
|
|
879
|
+
if (typeof optionsOrCb !== "object")
|
|
880
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
881
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
882
|
+
}
|
|
883
|
+
else {
|
|
884
|
+
return this.send(command, optionsOrCb);
|
|
885
|
+
}
|
|
886
|
+
};
|
|
887
|
+
SESv2.prototype.putConfigurationSetSendingOptions = function (args, optionsOrCb, cb) {
|
|
888
|
+
var command = new PutConfigurationSetSendingOptionsCommand(args);
|
|
889
|
+
if (typeof optionsOrCb === "function") {
|
|
890
|
+
this.send(command, optionsOrCb);
|
|
891
|
+
}
|
|
892
|
+
else if (typeof cb === "function") {
|
|
893
|
+
if (typeof optionsOrCb !== "object")
|
|
894
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
895
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
896
|
+
}
|
|
897
|
+
else {
|
|
898
|
+
return this.send(command, optionsOrCb);
|
|
899
|
+
}
|
|
900
|
+
};
|
|
901
|
+
SESv2.prototype.putConfigurationSetSuppressionOptions = function (args, optionsOrCb, cb) {
|
|
902
|
+
var command = new PutConfigurationSetSuppressionOptionsCommand(args);
|
|
903
|
+
if (typeof optionsOrCb === "function") {
|
|
904
|
+
this.send(command, optionsOrCb);
|
|
905
|
+
}
|
|
906
|
+
else if (typeof cb === "function") {
|
|
907
|
+
if (typeof optionsOrCb !== "object")
|
|
908
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
909
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
910
|
+
}
|
|
911
|
+
else {
|
|
912
|
+
return this.send(command, optionsOrCb);
|
|
913
|
+
}
|
|
914
|
+
};
|
|
915
|
+
SESv2.prototype.putConfigurationSetTrackingOptions = function (args, optionsOrCb, cb) {
|
|
916
|
+
var command = new PutConfigurationSetTrackingOptionsCommand(args);
|
|
917
|
+
if (typeof optionsOrCb === "function") {
|
|
918
|
+
this.send(command, optionsOrCb);
|
|
919
|
+
}
|
|
920
|
+
else if (typeof cb === "function") {
|
|
921
|
+
if (typeof optionsOrCb !== "object")
|
|
922
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
923
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
924
|
+
}
|
|
925
|
+
else {
|
|
926
|
+
return this.send(command, optionsOrCb);
|
|
927
|
+
}
|
|
928
|
+
};
|
|
929
|
+
SESv2.prototype.putDedicatedIpInPool = function (args, optionsOrCb, cb) {
|
|
930
|
+
var command = new PutDedicatedIpInPoolCommand(args);
|
|
931
|
+
if (typeof optionsOrCb === "function") {
|
|
932
|
+
this.send(command, optionsOrCb);
|
|
933
|
+
}
|
|
934
|
+
else if (typeof cb === "function") {
|
|
935
|
+
if (typeof optionsOrCb !== "object")
|
|
936
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
937
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
938
|
+
}
|
|
939
|
+
else {
|
|
940
|
+
return this.send(command, optionsOrCb);
|
|
941
|
+
}
|
|
942
|
+
};
|
|
943
|
+
SESv2.prototype.putDedicatedIpWarmupAttributes = function (args, optionsOrCb, cb) {
|
|
944
|
+
var command = new PutDedicatedIpWarmupAttributesCommand(args);
|
|
945
|
+
if (typeof optionsOrCb === "function") {
|
|
946
|
+
this.send(command, optionsOrCb);
|
|
947
|
+
}
|
|
948
|
+
else if (typeof cb === "function") {
|
|
949
|
+
if (typeof optionsOrCb !== "object")
|
|
950
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
951
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
952
|
+
}
|
|
953
|
+
else {
|
|
954
|
+
return this.send(command, optionsOrCb);
|
|
955
|
+
}
|
|
956
|
+
};
|
|
957
|
+
SESv2.prototype.putDeliverabilityDashboardOption = function (args, optionsOrCb, cb) {
|
|
958
|
+
var command = new PutDeliverabilityDashboardOptionCommand(args);
|
|
959
|
+
if (typeof optionsOrCb === "function") {
|
|
960
|
+
this.send(command, optionsOrCb);
|
|
961
|
+
}
|
|
962
|
+
else if (typeof cb === "function") {
|
|
963
|
+
if (typeof optionsOrCb !== "object")
|
|
964
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
965
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
966
|
+
}
|
|
967
|
+
else {
|
|
968
|
+
return this.send(command, optionsOrCb);
|
|
969
|
+
}
|
|
970
|
+
};
|
|
971
|
+
SESv2.prototype.putEmailIdentityConfigurationSetAttributes = function (args, optionsOrCb, cb) {
|
|
972
|
+
var command = new PutEmailIdentityConfigurationSetAttributesCommand(args);
|
|
973
|
+
if (typeof optionsOrCb === "function") {
|
|
974
|
+
this.send(command, optionsOrCb);
|
|
975
|
+
}
|
|
976
|
+
else if (typeof cb === "function") {
|
|
977
|
+
if (typeof optionsOrCb !== "object")
|
|
978
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
979
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
980
|
+
}
|
|
981
|
+
else {
|
|
982
|
+
return this.send(command, optionsOrCb);
|
|
983
|
+
}
|
|
984
|
+
};
|
|
985
|
+
SESv2.prototype.putEmailIdentityDkimAttributes = function (args, optionsOrCb, cb) {
|
|
986
|
+
var command = new PutEmailIdentityDkimAttributesCommand(args);
|
|
987
|
+
if (typeof optionsOrCb === "function") {
|
|
988
|
+
this.send(command, optionsOrCb);
|
|
989
|
+
}
|
|
990
|
+
else if (typeof cb === "function") {
|
|
991
|
+
if (typeof optionsOrCb !== "object")
|
|
992
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
993
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
994
|
+
}
|
|
995
|
+
else {
|
|
996
|
+
return this.send(command, optionsOrCb);
|
|
997
|
+
}
|
|
998
|
+
};
|
|
999
|
+
SESv2.prototype.putEmailIdentityDkimSigningAttributes = function (args, optionsOrCb, cb) {
|
|
1000
|
+
var command = new PutEmailIdentityDkimSigningAttributesCommand(args);
|
|
1001
|
+
if (typeof optionsOrCb === "function") {
|
|
1002
|
+
this.send(command, optionsOrCb);
|
|
1003
|
+
}
|
|
1004
|
+
else if (typeof cb === "function") {
|
|
1005
|
+
if (typeof optionsOrCb !== "object")
|
|
1006
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1007
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1008
|
+
}
|
|
1009
|
+
else {
|
|
1010
|
+
return this.send(command, optionsOrCb);
|
|
1011
|
+
}
|
|
1012
|
+
};
|
|
1013
|
+
SESv2.prototype.putEmailIdentityFeedbackAttributes = function (args, optionsOrCb, cb) {
|
|
1014
|
+
var command = new PutEmailIdentityFeedbackAttributesCommand(args);
|
|
1015
|
+
if (typeof optionsOrCb === "function") {
|
|
1016
|
+
this.send(command, optionsOrCb);
|
|
1017
|
+
}
|
|
1018
|
+
else if (typeof cb === "function") {
|
|
1019
|
+
if (typeof optionsOrCb !== "object")
|
|
1020
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1021
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1022
|
+
}
|
|
1023
|
+
else {
|
|
1024
|
+
return this.send(command, optionsOrCb);
|
|
1025
|
+
}
|
|
1026
|
+
};
|
|
1027
|
+
SESv2.prototype.putEmailIdentityMailFromAttributes = function (args, optionsOrCb, cb) {
|
|
1028
|
+
var command = new PutEmailIdentityMailFromAttributesCommand(args);
|
|
1029
|
+
if (typeof optionsOrCb === "function") {
|
|
1030
|
+
this.send(command, optionsOrCb);
|
|
1031
|
+
}
|
|
1032
|
+
else if (typeof cb === "function") {
|
|
1033
|
+
if (typeof optionsOrCb !== "object")
|
|
1034
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1035
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1036
|
+
}
|
|
1037
|
+
else {
|
|
1038
|
+
return this.send(command, optionsOrCb);
|
|
1039
|
+
}
|
|
1040
|
+
};
|
|
1041
|
+
SESv2.prototype.putSuppressedDestination = function (args, optionsOrCb, cb) {
|
|
1042
|
+
var command = new PutSuppressedDestinationCommand(args);
|
|
1043
|
+
if (typeof optionsOrCb === "function") {
|
|
1044
|
+
this.send(command, optionsOrCb);
|
|
1045
|
+
}
|
|
1046
|
+
else if (typeof cb === "function") {
|
|
1047
|
+
if (typeof optionsOrCb !== "object")
|
|
1048
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1049
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1050
|
+
}
|
|
1051
|
+
else {
|
|
1052
|
+
return this.send(command, optionsOrCb);
|
|
1053
|
+
}
|
|
1054
|
+
};
|
|
1055
|
+
SESv2.prototype.sendBulkEmail = function (args, optionsOrCb, cb) {
|
|
1056
|
+
var command = new SendBulkEmailCommand(args);
|
|
1057
|
+
if (typeof optionsOrCb === "function") {
|
|
1058
|
+
this.send(command, optionsOrCb);
|
|
1059
|
+
}
|
|
1060
|
+
else if (typeof cb === "function") {
|
|
1061
|
+
if (typeof optionsOrCb !== "object")
|
|
1062
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1063
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1064
|
+
}
|
|
1065
|
+
else {
|
|
1066
|
+
return this.send(command, optionsOrCb);
|
|
1067
|
+
}
|
|
1068
|
+
};
|
|
1069
|
+
SESv2.prototype.sendCustomVerificationEmail = function (args, optionsOrCb, cb) {
|
|
1070
|
+
var command = new SendCustomVerificationEmailCommand(args);
|
|
1071
|
+
if (typeof optionsOrCb === "function") {
|
|
1072
|
+
this.send(command, optionsOrCb);
|
|
1073
|
+
}
|
|
1074
|
+
else if (typeof cb === "function") {
|
|
1075
|
+
if (typeof optionsOrCb !== "object")
|
|
1076
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1077
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1078
|
+
}
|
|
1079
|
+
else {
|
|
1080
|
+
return this.send(command, optionsOrCb);
|
|
1081
|
+
}
|
|
1082
|
+
};
|
|
1083
|
+
SESv2.prototype.sendEmail = function (args, optionsOrCb, cb) {
|
|
1084
|
+
var command = new SendEmailCommand(args);
|
|
1085
|
+
if (typeof optionsOrCb === "function") {
|
|
1086
|
+
this.send(command, optionsOrCb);
|
|
1087
|
+
}
|
|
1088
|
+
else if (typeof cb === "function") {
|
|
1089
|
+
if (typeof optionsOrCb !== "object")
|
|
1090
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1091
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1092
|
+
}
|
|
1093
|
+
else {
|
|
1094
|
+
return this.send(command, optionsOrCb);
|
|
1095
|
+
}
|
|
1096
|
+
};
|
|
1097
|
+
SESv2.prototype.tagResource = function (args, optionsOrCb, cb) {
|
|
1098
|
+
var command = new TagResourceCommand(args);
|
|
1099
|
+
if (typeof optionsOrCb === "function") {
|
|
1100
|
+
this.send(command, optionsOrCb);
|
|
1101
|
+
}
|
|
1102
|
+
else if (typeof cb === "function") {
|
|
1103
|
+
if (typeof optionsOrCb !== "object")
|
|
1104
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1105
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1106
|
+
}
|
|
1107
|
+
else {
|
|
1108
|
+
return this.send(command, optionsOrCb);
|
|
1109
|
+
}
|
|
1110
|
+
};
|
|
1111
|
+
SESv2.prototype.testRenderEmailTemplate = function (args, optionsOrCb, cb) {
|
|
1112
|
+
var command = new TestRenderEmailTemplateCommand(args);
|
|
1113
|
+
if (typeof optionsOrCb === "function") {
|
|
1114
|
+
this.send(command, optionsOrCb);
|
|
1115
|
+
}
|
|
1116
|
+
else if (typeof cb === "function") {
|
|
1117
|
+
if (typeof optionsOrCb !== "object")
|
|
1118
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1119
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1120
|
+
}
|
|
1121
|
+
else {
|
|
1122
|
+
return this.send(command, optionsOrCb);
|
|
1123
|
+
}
|
|
1124
|
+
};
|
|
1125
|
+
SESv2.prototype.untagResource = function (args, optionsOrCb, cb) {
|
|
1126
|
+
var command = new UntagResourceCommand(args);
|
|
1127
|
+
if (typeof optionsOrCb === "function") {
|
|
1128
|
+
this.send(command, optionsOrCb);
|
|
1129
|
+
}
|
|
1130
|
+
else if (typeof cb === "function") {
|
|
1131
|
+
if (typeof optionsOrCb !== "object")
|
|
1132
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1133
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1134
|
+
}
|
|
1135
|
+
else {
|
|
1136
|
+
return this.send(command, optionsOrCb);
|
|
1137
|
+
}
|
|
1138
|
+
};
|
|
1139
|
+
SESv2.prototype.updateConfigurationSetEventDestination = function (args, optionsOrCb, cb) {
|
|
1140
|
+
var command = new UpdateConfigurationSetEventDestinationCommand(args);
|
|
1141
|
+
if (typeof optionsOrCb === "function") {
|
|
1142
|
+
this.send(command, optionsOrCb);
|
|
1143
|
+
}
|
|
1144
|
+
else if (typeof cb === "function") {
|
|
1145
|
+
if (typeof optionsOrCb !== "object")
|
|
1146
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1147
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1148
|
+
}
|
|
1149
|
+
else {
|
|
1150
|
+
return this.send(command, optionsOrCb);
|
|
1151
|
+
}
|
|
1152
|
+
};
|
|
1153
|
+
SESv2.prototype.updateContact = function (args, optionsOrCb, cb) {
|
|
1154
|
+
var command = new UpdateContactCommand(args);
|
|
1155
|
+
if (typeof optionsOrCb === "function") {
|
|
1156
|
+
this.send(command, optionsOrCb);
|
|
1157
|
+
}
|
|
1158
|
+
else if (typeof cb === "function") {
|
|
1159
|
+
if (typeof optionsOrCb !== "object")
|
|
1160
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1161
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1162
|
+
}
|
|
1163
|
+
else {
|
|
1164
|
+
return this.send(command, optionsOrCb);
|
|
1165
|
+
}
|
|
1166
|
+
};
|
|
1167
|
+
SESv2.prototype.updateContactList = function (args, optionsOrCb, cb) {
|
|
1168
|
+
var command = new UpdateContactListCommand(args);
|
|
1169
|
+
if (typeof optionsOrCb === "function") {
|
|
1170
|
+
this.send(command, optionsOrCb);
|
|
1171
|
+
}
|
|
1172
|
+
else if (typeof cb === "function") {
|
|
1173
|
+
if (typeof optionsOrCb !== "object")
|
|
1174
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1175
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1176
|
+
}
|
|
1177
|
+
else {
|
|
1178
|
+
return this.send(command, optionsOrCb);
|
|
1179
|
+
}
|
|
1180
|
+
};
|
|
1181
|
+
SESv2.prototype.updateCustomVerificationEmailTemplate = function (args, optionsOrCb, cb) {
|
|
1182
|
+
var command = new UpdateCustomVerificationEmailTemplateCommand(args);
|
|
1183
|
+
if (typeof optionsOrCb === "function") {
|
|
1184
|
+
this.send(command, optionsOrCb);
|
|
1185
|
+
}
|
|
1186
|
+
else if (typeof cb === "function") {
|
|
1187
|
+
if (typeof optionsOrCb !== "object")
|
|
1188
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1189
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1190
|
+
}
|
|
1191
|
+
else {
|
|
1192
|
+
return this.send(command, optionsOrCb);
|
|
1193
|
+
}
|
|
1194
|
+
};
|
|
1195
|
+
SESv2.prototype.updateEmailIdentityPolicy = function (args, optionsOrCb, cb) {
|
|
1196
|
+
var command = new UpdateEmailIdentityPolicyCommand(args);
|
|
1197
|
+
if (typeof optionsOrCb === "function") {
|
|
1198
|
+
this.send(command, optionsOrCb);
|
|
1199
|
+
}
|
|
1200
|
+
else if (typeof cb === "function") {
|
|
1201
|
+
if (typeof optionsOrCb !== "object")
|
|
1202
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1203
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1204
|
+
}
|
|
1205
|
+
else {
|
|
1206
|
+
return this.send(command, optionsOrCb);
|
|
1207
|
+
}
|
|
1208
|
+
};
|
|
1209
|
+
SESv2.prototype.updateEmailTemplate = function (args, optionsOrCb, cb) {
|
|
1210
|
+
var command = new UpdateEmailTemplateCommand(args);
|
|
1211
|
+
if (typeof optionsOrCb === "function") {
|
|
1212
|
+
this.send(command, optionsOrCb);
|
|
1213
|
+
}
|
|
1214
|
+
else if (typeof cb === "function") {
|
|
1215
|
+
if (typeof optionsOrCb !== "object")
|
|
1216
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1217
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1218
|
+
}
|
|
1219
|
+
else {
|
|
1220
|
+
return this.send(command, optionsOrCb);
|
|
1221
|
+
}
|
|
1222
|
+
};
|
|
1223
|
+
return SESv2;
|
|
1224
|
+
}(SESv2Client));
|
|
1225
|
+
export { SESv2 };
|