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