@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/SESv2.ts
DELETED
|
@@ -1,3280 +0,0 @@
|
|
|
1
|
-
import { SESv2Client } from "./SESv2Client";
|
|
2
|
-
import {
|
|
3
|
-
CreateConfigurationSetCommand,
|
|
4
|
-
CreateConfigurationSetCommandInput,
|
|
5
|
-
CreateConfigurationSetCommandOutput,
|
|
6
|
-
} from "./commands/CreateConfigurationSetCommand";
|
|
7
|
-
import {
|
|
8
|
-
CreateConfigurationSetEventDestinationCommand,
|
|
9
|
-
CreateConfigurationSetEventDestinationCommandInput,
|
|
10
|
-
CreateConfigurationSetEventDestinationCommandOutput,
|
|
11
|
-
} from "./commands/CreateConfigurationSetEventDestinationCommand";
|
|
12
|
-
import {
|
|
13
|
-
CreateContactCommand,
|
|
14
|
-
CreateContactCommandInput,
|
|
15
|
-
CreateContactCommandOutput,
|
|
16
|
-
} from "./commands/CreateContactCommand";
|
|
17
|
-
import {
|
|
18
|
-
CreateContactListCommand,
|
|
19
|
-
CreateContactListCommandInput,
|
|
20
|
-
CreateContactListCommandOutput,
|
|
21
|
-
} from "./commands/CreateContactListCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateCustomVerificationEmailTemplateCommand,
|
|
24
|
-
CreateCustomVerificationEmailTemplateCommandInput,
|
|
25
|
-
CreateCustomVerificationEmailTemplateCommandOutput,
|
|
26
|
-
} from "./commands/CreateCustomVerificationEmailTemplateCommand";
|
|
27
|
-
import {
|
|
28
|
-
CreateDedicatedIpPoolCommand,
|
|
29
|
-
CreateDedicatedIpPoolCommandInput,
|
|
30
|
-
CreateDedicatedIpPoolCommandOutput,
|
|
31
|
-
} from "./commands/CreateDedicatedIpPoolCommand";
|
|
32
|
-
import {
|
|
33
|
-
CreateDeliverabilityTestReportCommand,
|
|
34
|
-
CreateDeliverabilityTestReportCommandInput,
|
|
35
|
-
CreateDeliverabilityTestReportCommandOutput,
|
|
36
|
-
} from "./commands/CreateDeliverabilityTestReportCommand";
|
|
37
|
-
import {
|
|
38
|
-
CreateEmailIdentityCommand,
|
|
39
|
-
CreateEmailIdentityCommandInput,
|
|
40
|
-
CreateEmailIdentityCommandOutput,
|
|
41
|
-
} from "./commands/CreateEmailIdentityCommand";
|
|
42
|
-
import {
|
|
43
|
-
CreateEmailIdentityPolicyCommand,
|
|
44
|
-
CreateEmailIdentityPolicyCommandInput,
|
|
45
|
-
CreateEmailIdentityPolicyCommandOutput,
|
|
46
|
-
} from "./commands/CreateEmailIdentityPolicyCommand";
|
|
47
|
-
import {
|
|
48
|
-
CreateEmailTemplateCommand,
|
|
49
|
-
CreateEmailTemplateCommandInput,
|
|
50
|
-
CreateEmailTemplateCommandOutput,
|
|
51
|
-
} from "./commands/CreateEmailTemplateCommand";
|
|
52
|
-
import {
|
|
53
|
-
CreateImportJobCommand,
|
|
54
|
-
CreateImportJobCommandInput,
|
|
55
|
-
CreateImportJobCommandOutput,
|
|
56
|
-
} from "./commands/CreateImportJobCommand";
|
|
57
|
-
import {
|
|
58
|
-
DeleteConfigurationSetCommand,
|
|
59
|
-
DeleteConfigurationSetCommandInput,
|
|
60
|
-
DeleteConfigurationSetCommandOutput,
|
|
61
|
-
} from "./commands/DeleteConfigurationSetCommand";
|
|
62
|
-
import {
|
|
63
|
-
DeleteConfigurationSetEventDestinationCommand,
|
|
64
|
-
DeleteConfigurationSetEventDestinationCommandInput,
|
|
65
|
-
DeleteConfigurationSetEventDestinationCommandOutput,
|
|
66
|
-
} from "./commands/DeleteConfigurationSetEventDestinationCommand";
|
|
67
|
-
import {
|
|
68
|
-
DeleteContactCommand,
|
|
69
|
-
DeleteContactCommandInput,
|
|
70
|
-
DeleteContactCommandOutput,
|
|
71
|
-
} from "./commands/DeleteContactCommand";
|
|
72
|
-
import {
|
|
73
|
-
DeleteContactListCommand,
|
|
74
|
-
DeleteContactListCommandInput,
|
|
75
|
-
DeleteContactListCommandOutput,
|
|
76
|
-
} from "./commands/DeleteContactListCommand";
|
|
77
|
-
import {
|
|
78
|
-
DeleteCustomVerificationEmailTemplateCommand,
|
|
79
|
-
DeleteCustomVerificationEmailTemplateCommandInput,
|
|
80
|
-
DeleteCustomVerificationEmailTemplateCommandOutput,
|
|
81
|
-
} from "./commands/DeleteCustomVerificationEmailTemplateCommand";
|
|
82
|
-
import {
|
|
83
|
-
DeleteDedicatedIpPoolCommand,
|
|
84
|
-
DeleteDedicatedIpPoolCommandInput,
|
|
85
|
-
DeleteDedicatedIpPoolCommandOutput,
|
|
86
|
-
} from "./commands/DeleteDedicatedIpPoolCommand";
|
|
87
|
-
import {
|
|
88
|
-
DeleteEmailIdentityCommand,
|
|
89
|
-
DeleteEmailIdentityCommandInput,
|
|
90
|
-
DeleteEmailIdentityCommandOutput,
|
|
91
|
-
} from "./commands/DeleteEmailIdentityCommand";
|
|
92
|
-
import {
|
|
93
|
-
DeleteEmailIdentityPolicyCommand,
|
|
94
|
-
DeleteEmailIdentityPolicyCommandInput,
|
|
95
|
-
DeleteEmailIdentityPolicyCommandOutput,
|
|
96
|
-
} from "./commands/DeleteEmailIdentityPolicyCommand";
|
|
97
|
-
import {
|
|
98
|
-
DeleteEmailTemplateCommand,
|
|
99
|
-
DeleteEmailTemplateCommandInput,
|
|
100
|
-
DeleteEmailTemplateCommandOutput,
|
|
101
|
-
} from "./commands/DeleteEmailTemplateCommand";
|
|
102
|
-
import {
|
|
103
|
-
DeleteSuppressedDestinationCommand,
|
|
104
|
-
DeleteSuppressedDestinationCommandInput,
|
|
105
|
-
DeleteSuppressedDestinationCommandOutput,
|
|
106
|
-
} from "./commands/DeleteSuppressedDestinationCommand";
|
|
107
|
-
import { GetAccountCommand, GetAccountCommandInput, GetAccountCommandOutput } from "./commands/GetAccountCommand";
|
|
108
|
-
import {
|
|
109
|
-
GetBlacklistReportsCommand,
|
|
110
|
-
GetBlacklistReportsCommandInput,
|
|
111
|
-
GetBlacklistReportsCommandOutput,
|
|
112
|
-
} from "./commands/GetBlacklistReportsCommand";
|
|
113
|
-
import {
|
|
114
|
-
GetConfigurationSetCommand,
|
|
115
|
-
GetConfigurationSetCommandInput,
|
|
116
|
-
GetConfigurationSetCommandOutput,
|
|
117
|
-
} from "./commands/GetConfigurationSetCommand";
|
|
118
|
-
import {
|
|
119
|
-
GetConfigurationSetEventDestinationsCommand,
|
|
120
|
-
GetConfigurationSetEventDestinationsCommandInput,
|
|
121
|
-
GetConfigurationSetEventDestinationsCommandOutput,
|
|
122
|
-
} from "./commands/GetConfigurationSetEventDestinationsCommand";
|
|
123
|
-
import { GetContactCommand, GetContactCommandInput, GetContactCommandOutput } from "./commands/GetContactCommand";
|
|
124
|
-
import {
|
|
125
|
-
GetContactListCommand,
|
|
126
|
-
GetContactListCommandInput,
|
|
127
|
-
GetContactListCommandOutput,
|
|
128
|
-
} from "./commands/GetContactListCommand";
|
|
129
|
-
import {
|
|
130
|
-
GetCustomVerificationEmailTemplateCommand,
|
|
131
|
-
GetCustomVerificationEmailTemplateCommandInput,
|
|
132
|
-
GetCustomVerificationEmailTemplateCommandOutput,
|
|
133
|
-
} from "./commands/GetCustomVerificationEmailTemplateCommand";
|
|
134
|
-
import {
|
|
135
|
-
GetDedicatedIpCommand,
|
|
136
|
-
GetDedicatedIpCommandInput,
|
|
137
|
-
GetDedicatedIpCommandOutput,
|
|
138
|
-
} from "./commands/GetDedicatedIpCommand";
|
|
139
|
-
import {
|
|
140
|
-
GetDedicatedIpsCommand,
|
|
141
|
-
GetDedicatedIpsCommandInput,
|
|
142
|
-
GetDedicatedIpsCommandOutput,
|
|
143
|
-
} from "./commands/GetDedicatedIpsCommand";
|
|
144
|
-
import {
|
|
145
|
-
GetDeliverabilityDashboardOptionsCommand,
|
|
146
|
-
GetDeliverabilityDashboardOptionsCommandInput,
|
|
147
|
-
GetDeliverabilityDashboardOptionsCommandOutput,
|
|
148
|
-
} from "./commands/GetDeliverabilityDashboardOptionsCommand";
|
|
149
|
-
import {
|
|
150
|
-
GetDeliverabilityTestReportCommand,
|
|
151
|
-
GetDeliverabilityTestReportCommandInput,
|
|
152
|
-
GetDeliverabilityTestReportCommandOutput,
|
|
153
|
-
} from "./commands/GetDeliverabilityTestReportCommand";
|
|
154
|
-
import {
|
|
155
|
-
GetDomainDeliverabilityCampaignCommand,
|
|
156
|
-
GetDomainDeliverabilityCampaignCommandInput,
|
|
157
|
-
GetDomainDeliverabilityCampaignCommandOutput,
|
|
158
|
-
} from "./commands/GetDomainDeliverabilityCampaignCommand";
|
|
159
|
-
import {
|
|
160
|
-
GetDomainStatisticsReportCommand,
|
|
161
|
-
GetDomainStatisticsReportCommandInput,
|
|
162
|
-
GetDomainStatisticsReportCommandOutput,
|
|
163
|
-
} from "./commands/GetDomainStatisticsReportCommand";
|
|
164
|
-
import {
|
|
165
|
-
GetEmailIdentityCommand,
|
|
166
|
-
GetEmailIdentityCommandInput,
|
|
167
|
-
GetEmailIdentityCommandOutput,
|
|
168
|
-
} from "./commands/GetEmailIdentityCommand";
|
|
169
|
-
import {
|
|
170
|
-
GetEmailIdentityPoliciesCommand,
|
|
171
|
-
GetEmailIdentityPoliciesCommandInput,
|
|
172
|
-
GetEmailIdentityPoliciesCommandOutput,
|
|
173
|
-
} from "./commands/GetEmailIdentityPoliciesCommand";
|
|
174
|
-
import {
|
|
175
|
-
GetEmailTemplateCommand,
|
|
176
|
-
GetEmailTemplateCommandInput,
|
|
177
|
-
GetEmailTemplateCommandOutput,
|
|
178
|
-
} from "./commands/GetEmailTemplateCommand";
|
|
179
|
-
import {
|
|
180
|
-
GetImportJobCommand,
|
|
181
|
-
GetImportJobCommandInput,
|
|
182
|
-
GetImportJobCommandOutput,
|
|
183
|
-
} from "./commands/GetImportJobCommand";
|
|
184
|
-
import {
|
|
185
|
-
GetSuppressedDestinationCommand,
|
|
186
|
-
GetSuppressedDestinationCommandInput,
|
|
187
|
-
GetSuppressedDestinationCommandOutput,
|
|
188
|
-
} from "./commands/GetSuppressedDestinationCommand";
|
|
189
|
-
import {
|
|
190
|
-
ListConfigurationSetsCommand,
|
|
191
|
-
ListConfigurationSetsCommandInput,
|
|
192
|
-
ListConfigurationSetsCommandOutput,
|
|
193
|
-
} from "./commands/ListConfigurationSetsCommand";
|
|
194
|
-
import {
|
|
195
|
-
ListContactListsCommand,
|
|
196
|
-
ListContactListsCommandInput,
|
|
197
|
-
ListContactListsCommandOutput,
|
|
198
|
-
} from "./commands/ListContactListsCommand";
|
|
199
|
-
import {
|
|
200
|
-
ListContactsCommand,
|
|
201
|
-
ListContactsCommandInput,
|
|
202
|
-
ListContactsCommandOutput,
|
|
203
|
-
} from "./commands/ListContactsCommand";
|
|
204
|
-
import {
|
|
205
|
-
ListCustomVerificationEmailTemplatesCommand,
|
|
206
|
-
ListCustomVerificationEmailTemplatesCommandInput,
|
|
207
|
-
ListCustomVerificationEmailTemplatesCommandOutput,
|
|
208
|
-
} from "./commands/ListCustomVerificationEmailTemplatesCommand";
|
|
209
|
-
import {
|
|
210
|
-
ListDedicatedIpPoolsCommand,
|
|
211
|
-
ListDedicatedIpPoolsCommandInput,
|
|
212
|
-
ListDedicatedIpPoolsCommandOutput,
|
|
213
|
-
} from "./commands/ListDedicatedIpPoolsCommand";
|
|
214
|
-
import {
|
|
215
|
-
ListDeliverabilityTestReportsCommand,
|
|
216
|
-
ListDeliverabilityTestReportsCommandInput,
|
|
217
|
-
ListDeliverabilityTestReportsCommandOutput,
|
|
218
|
-
} from "./commands/ListDeliverabilityTestReportsCommand";
|
|
219
|
-
import {
|
|
220
|
-
ListDomainDeliverabilityCampaignsCommand,
|
|
221
|
-
ListDomainDeliverabilityCampaignsCommandInput,
|
|
222
|
-
ListDomainDeliverabilityCampaignsCommandOutput,
|
|
223
|
-
} from "./commands/ListDomainDeliverabilityCampaignsCommand";
|
|
224
|
-
import {
|
|
225
|
-
ListEmailIdentitiesCommand,
|
|
226
|
-
ListEmailIdentitiesCommandInput,
|
|
227
|
-
ListEmailIdentitiesCommandOutput,
|
|
228
|
-
} from "./commands/ListEmailIdentitiesCommand";
|
|
229
|
-
import {
|
|
230
|
-
ListEmailTemplatesCommand,
|
|
231
|
-
ListEmailTemplatesCommandInput,
|
|
232
|
-
ListEmailTemplatesCommandOutput,
|
|
233
|
-
} from "./commands/ListEmailTemplatesCommand";
|
|
234
|
-
import {
|
|
235
|
-
ListImportJobsCommand,
|
|
236
|
-
ListImportJobsCommandInput,
|
|
237
|
-
ListImportJobsCommandOutput,
|
|
238
|
-
} from "./commands/ListImportJobsCommand";
|
|
239
|
-
import {
|
|
240
|
-
ListSuppressedDestinationsCommand,
|
|
241
|
-
ListSuppressedDestinationsCommandInput,
|
|
242
|
-
ListSuppressedDestinationsCommandOutput,
|
|
243
|
-
} from "./commands/ListSuppressedDestinationsCommand";
|
|
244
|
-
import {
|
|
245
|
-
ListTagsForResourceCommand,
|
|
246
|
-
ListTagsForResourceCommandInput,
|
|
247
|
-
ListTagsForResourceCommandOutput,
|
|
248
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
249
|
-
import {
|
|
250
|
-
PutAccountDedicatedIpWarmupAttributesCommand,
|
|
251
|
-
PutAccountDedicatedIpWarmupAttributesCommandInput,
|
|
252
|
-
PutAccountDedicatedIpWarmupAttributesCommandOutput,
|
|
253
|
-
} from "./commands/PutAccountDedicatedIpWarmupAttributesCommand";
|
|
254
|
-
import {
|
|
255
|
-
PutAccountDetailsCommand,
|
|
256
|
-
PutAccountDetailsCommandInput,
|
|
257
|
-
PutAccountDetailsCommandOutput,
|
|
258
|
-
} from "./commands/PutAccountDetailsCommand";
|
|
259
|
-
import {
|
|
260
|
-
PutAccountSendingAttributesCommand,
|
|
261
|
-
PutAccountSendingAttributesCommandInput,
|
|
262
|
-
PutAccountSendingAttributesCommandOutput,
|
|
263
|
-
} from "./commands/PutAccountSendingAttributesCommand";
|
|
264
|
-
import {
|
|
265
|
-
PutAccountSuppressionAttributesCommand,
|
|
266
|
-
PutAccountSuppressionAttributesCommandInput,
|
|
267
|
-
PutAccountSuppressionAttributesCommandOutput,
|
|
268
|
-
} from "./commands/PutAccountSuppressionAttributesCommand";
|
|
269
|
-
import {
|
|
270
|
-
PutConfigurationSetDeliveryOptionsCommand,
|
|
271
|
-
PutConfigurationSetDeliveryOptionsCommandInput,
|
|
272
|
-
PutConfigurationSetDeliveryOptionsCommandOutput,
|
|
273
|
-
} from "./commands/PutConfigurationSetDeliveryOptionsCommand";
|
|
274
|
-
import {
|
|
275
|
-
PutConfigurationSetReputationOptionsCommand,
|
|
276
|
-
PutConfigurationSetReputationOptionsCommandInput,
|
|
277
|
-
PutConfigurationSetReputationOptionsCommandOutput,
|
|
278
|
-
} from "./commands/PutConfigurationSetReputationOptionsCommand";
|
|
279
|
-
import {
|
|
280
|
-
PutConfigurationSetSendingOptionsCommand,
|
|
281
|
-
PutConfigurationSetSendingOptionsCommandInput,
|
|
282
|
-
PutConfigurationSetSendingOptionsCommandOutput,
|
|
283
|
-
} from "./commands/PutConfigurationSetSendingOptionsCommand";
|
|
284
|
-
import {
|
|
285
|
-
PutConfigurationSetSuppressionOptionsCommand,
|
|
286
|
-
PutConfigurationSetSuppressionOptionsCommandInput,
|
|
287
|
-
PutConfigurationSetSuppressionOptionsCommandOutput,
|
|
288
|
-
} from "./commands/PutConfigurationSetSuppressionOptionsCommand";
|
|
289
|
-
import {
|
|
290
|
-
PutConfigurationSetTrackingOptionsCommand,
|
|
291
|
-
PutConfigurationSetTrackingOptionsCommandInput,
|
|
292
|
-
PutConfigurationSetTrackingOptionsCommandOutput,
|
|
293
|
-
} from "./commands/PutConfigurationSetTrackingOptionsCommand";
|
|
294
|
-
import {
|
|
295
|
-
PutDedicatedIpInPoolCommand,
|
|
296
|
-
PutDedicatedIpInPoolCommandInput,
|
|
297
|
-
PutDedicatedIpInPoolCommandOutput,
|
|
298
|
-
} from "./commands/PutDedicatedIpInPoolCommand";
|
|
299
|
-
import {
|
|
300
|
-
PutDedicatedIpWarmupAttributesCommand,
|
|
301
|
-
PutDedicatedIpWarmupAttributesCommandInput,
|
|
302
|
-
PutDedicatedIpWarmupAttributesCommandOutput,
|
|
303
|
-
} from "./commands/PutDedicatedIpWarmupAttributesCommand";
|
|
304
|
-
import {
|
|
305
|
-
PutDeliverabilityDashboardOptionCommand,
|
|
306
|
-
PutDeliverabilityDashboardOptionCommandInput,
|
|
307
|
-
PutDeliverabilityDashboardOptionCommandOutput,
|
|
308
|
-
} from "./commands/PutDeliverabilityDashboardOptionCommand";
|
|
309
|
-
import {
|
|
310
|
-
PutEmailIdentityConfigurationSetAttributesCommand,
|
|
311
|
-
PutEmailIdentityConfigurationSetAttributesCommandInput,
|
|
312
|
-
PutEmailIdentityConfigurationSetAttributesCommandOutput,
|
|
313
|
-
} from "./commands/PutEmailIdentityConfigurationSetAttributesCommand";
|
|
314
|
-
import {
|
|
315
|
-
PutEmailIdentityDkimAttributesCommand,
|
|
316
|
-
PutEmailIdentityDkimAttributesCommandInput,
|
|
317
|
-
PutEmailIdentityDkimAttributesCommandOutput,
|
|
318
|
-
} from "./commands/PutEmailIdentityDkimAttributesCommand";
|
|
319
|
-
import {
|
|
320
|
-
PutEmailIdentityDkimSigningAttributesCommand,
|
|
321
|
-
PutEmailIdentityDkimSigningAttributesCommandInput,
|
|
322
|
-
PutEmailIdentityDkimSigningAttributesCommandOutput,
|
|
323
|
-
} from "./commands/PutEmailIdentityDkimSigningAttributesCommand";
|
|
324
|
-
import {
|
|
325
|
-
PutEmailIdentityFeedbackAttributesCommand,
|
|
326
|
-
PutEmailIdentityFeedbackAttributesCommandInput,
|
|
327
|
-
PutEmailIdentityFeedbackAttributesCommandOutput,
|
|
328
|
-
} from "./commands/PutEmailIdentityFeedbackAttributesCommand";
|
|
329
|
-
import {
|
|
330
|
-
PutEmailIdentityMailFromAttributesCommand,
|
|
331
|
-
PutEmailIdentityMailFromAttributesCommandInput,
|
|
332
|
-
PutEmailIdentityMailFromAttributesCommandOutput,
|
|
333
|
-
} from "./commands/PutEmailIdentityMailFromAttributesCommand";
|
|
334
|
-
import {
|
|
335
|
-
PutSuppressedDestinationCommand,
|
|
336
|
-
PutSuppressedDestinationCommandInput,
|
|
337
|
-
PutSuppressedDestinationCommandOutput,
|
|
338
|
-
} from "./commands/PutSuppressedDestinationCommand";
|
|
339
|
-
import {
|
|
340
|
-
SendBulkEmailCommand,
|
|
341
|
-
SendBulkEmailCommandInput,
|
|
342
|
-
SendBulkEmailCommandOutput,
|
|
343
|
-
} from "./commands/SendBulkEmailCommand";
|
|
344
|
-
import {
|
|
345
|
-
SendCustomVerificationEmailCommand,
|
|
346
|
-
SendCustomVerificationEmailCommandInput,
|
|
347
|
-
SendCustomVerificationEmailCommandOutput,
|
|
348
|
-
} from "./commands/SendCustomVerificationEmailCommand";
|
|
349
|
-
import { SendEmailCommand, SendEmailCommandInput, SendEmailCommandOutput } from "./commands/SendEmailCommand";
|
|
350
|
-
import { TagResourceCommand, TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
351
|
-
import {
|
|
352
|
-
TestRenderEmailTemplateCommand,
|
|
353
|
-
TestRenderEmailTemplateCommandInput,
|
|
354
|
-
TestRenderEmailTemplateCommandOutput,
|
|
355
|
-
} from "./commands/TestRenderEmailTemplateCommand";
|
|
356
|
-
import {
|
|
357
|
-
UntagResourceCommand,
|
|
358
|
-
UntagResourceCommandInput,
|
|
359
|
-
UntagResourceCommandOutput,
|
|
360
|
-
} from "./commands/UntagResourceCommand";
|
|
361
|
-
import {
|
|
362
|
-
UpdateConfigurationSetEventDestinationCommand,
|
|
363
|
-
UpdateConfigurationSetEventDestinationCommandInput,
|
|
364
|
-
UpdateConfigurationSetEventDestinationCommandOutput,
|
|
365
|
-
} from "./commands/UpdateConfigurationSetEventDestinationCommand";
|
|
366
|
-
import {
|
|
367
|
-
UpdateContactCommand,
|
|
368
|
-
UpdateContactCommandInput,
|
|
369
|
-
UpdateContactCommandOutput,
|
|
370
|
-
} from "./commands/UpdateContactCommand";
|
|
371
|
-
import {
|
|
372
|
-
UpdateContactListCommand,
|
|
373
|
-
UpdateContactListCommandInput,
|
|
374
|
-
UpdateContactListCommandOutput,
|
|
375
|
-
} from "./commands/UpdateContactListCommand";
|
|
376
|
-
import {
|
|
377
|
-
UpdateCustomVerificationEmailTemplateCommand,
|
|
378
|
-
UpdateCustomVerificationEmailTemplateCommandInput,
|
|
379
|
-
UpdateCustomVerificationEmailTemplateCommandOutput,
|
|
380
|
-
} from "./commands/UpdateCustomVerificationEmailTemplateCommand";
|
|
381
|
-
import {
|
|
382
|
-
UpdateEmailIdentityPolicyCommand,
|
|
383
|
-
UpdateEmailIdentityPolicyCommandInput,
|
|
384
|
-
UpdateEmailIdentityPolicyCommandOutput,
|
|
385
|
-
} from "./commands/UpdateEmailIdentityPolicyCommand";
|
|
386
|
-
import {
|
|
387
|
-
UpdateEmailTemplateCommand,
|
|
388
|
-
UpdateEmailTemplateCommandInput,
|
|
389
|
-
UpdateEmailTemplateCommandOutput,
|
|
390
|
-
} from "./commands/UpdateEmailTemplateCommand";
|
|
391
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
392
|
-
|
|
393
|
-
/**
|
|
394
|
-
* <fullname>Amazon SES API v2</fullname>
|
|
395
|
-
* <p>Welcome to the Amazon SES API v2 Reference. This guide provides information about the Amazon SES API v2,
|
|
396
|
-
* including supported operations, data types, parameters, and schemas.</p>
|
|
397
|
-
* <p>
|
|
398
|
-
* <a href="https://aws.amazon.com/pinpoint">Amazon SES</a> is an AWS service that
|
|
399
|
-
* you can use to send email messages to your customers.</p>
|
|
400
|
-
* <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
|
|
401
|
-
* Guide</a>. The <i>Amazon SES Developer Guide</i> provides information
|
|
402
|
-
* and code samples that demonstrate how to use Amazon SES API v2 features programmatically.</p>
|
|
403
|
-
* <p>The Amazon SES API v2 is available in several AWS Regions and it provides an endpoint for each
|
|
404
|
-
* of these Regions. For a list of all the Regions and endpoints where the API is currently
|
|
405
|
-
* 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
|
|
406
|
-
* 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
|
|
407
|
-
* <i>Amazon Web Services General Reference</i>.</p>
|
|
408
|
-
* <p>In each Region, AWS maintains multiple Availability Zones. These Availability Zones
|
|
409
|
-
* are physically isolated from each other, but are united by private, low-latency,
|
|
410
|
-
* high-throughput, and highly redundant network connections. These Availability Zones
|
|
411
|
-
* enable us to provide very high levels of availability and redundancy, while also
|
|
412
|
-
* minimizing latency. To learn more about the number of Availability Zones that are
|
|
413
|
-
* available in each Region, see <a href="http://aws.amazon.com/about-aws/global-infrastructure/">AWS Global Infrastructure</a>.</p>
|
|
414
|
-
*/
|
|
415
|
-
export class SESv2 extends SESv2Client {
|
|
416
|
-
/**
|
|
417
|
-
* <p>Create a configuration set. <i>Configuration sets</i> are groups of
|
|
418
|
-
* rules that you can apply to the emails that you send. You apply a configuration set to
|
|
419
|
-
* an email by specifying the name of the configuration set when you call the Amazon SES API v2. When
|
|
420
|
-
* you apply a configuration set to an email, all of the rules in that configuration set
|
|
421
|
-
* are applied to the email. </p>
|
|
422
|
-
*/
|
|
423
|
-
public createConfigurationSet(
|
|
424
|
-
args: CreateConfigurationSetCommandInput,
|
|
425
|
-
options?: __HttpHandlerOptions
|
|
426
|
-
): Promise<CreateConfigurationSetCommandOutput>;
|
|
427
|
-
public createConfigurationSet(
|
|
428
|
-
args: CreateConfigurationSetCommandInput,
|
|
429
|
-
cb: (err: any, data?: CreateConfigurationSetCommandOutput) => void
|
|
430
|
-
): void;
|
|
431
|
-
public createConfigurationSet(
|
|
432
|
-
args: CreateConfigurationSetCommandInput,
|
|
433
|
-
options: __HttpHandlerOptions,
|
|
434
|
-
cb: (err: any, data?: CreateConfigurationSetCommandOutput) => void
|
|
435
|
-
): void;
|
|
436
|
-
public createConfigurationSet(
|
|
437
|
-
args: CreateConfigurationSetCommandInput,
|
|
438
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateConfigurationSetCommandOutput) => void),
|
|
439
|
-
cb?: (err: any, data?: CreateConfigurationSetCommandOutput) => void
|
|
440
|
-
): Promise<CreateConfigurationSetCommandOutput> | void {
|
|
441
|
-
const command = new CreateConfigurationSetCommand(args);
|
|
442
|
-
if (typeof optionsOrCb === "function") {
|
|
443
|
-
this.send(command, optionsOrCb);
|
|
444
|
-
} else if (typeof cb === "function") {
|
|
445
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
446
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
447
|
-
} else {
|
|
448
|
-
return this.send(command, optionsOrCb);
|
|
449
|
-
}
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
/**
|
|
453
|
-
* <p>Create an event destination. <i>Events</i> include message sends,
|
|
454
|
-
* deliveries, opens, clicks, bounces, and complaints. <i>Event
|
|
455
|
-
* destinations</i> are places that you can send information about these events
|
|
456
|
-
* to. For example, you can send event data to Amazon SNS to receive notifications when you
|
|
457
|
-
* receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term
|
|
458
|
-
* storage.</p>
|
|
459
|
-
* <p>A single configuration set can include more than one event destination.</p>
|
|
460
|
-
*/
|
|
461
|
-
public createConfigurationSetEventDestination(
|
|
462
|
-
args: CreateConfigurationSetEventDestinationCommandInput,
|
|
463
|
-
options?: __HttpHandlerOptions
|
|
464
|
-
): Promise<CreateConfigurationSetEventDestinationCommandOutput>;
|
|
465
|
-
public createConfigurationSetEventDestination(
|
|
466
|
-
args: CreateConfigurationSetEventDestinationCommandInput,
|
|
467
|
-
cb: (err: any, data?: CreateConfigurationSetEventDestinationCommandOutput) => void
|
|
468
|
-
): void;
|
|
469
|
-
public createConfigurationSetEventDestination(
|
|
470
|
-
args: CreateConfigurationSetEventDestinationCommandInput,
|
|
471
|
-
options: __HttpHandlerOptions,
|
|
472
|
-
cb: (err: any, data?: CreateConfigurationSetEventDestinationCommandOutput) => void
|
|
473
|
-
): void;
|
|
474
|
-
public createConfigurationSetEventDestination(
|
|
475
|
-
args: CreateConfigurationSetEventDestinationCommandInput,
|
|
476
|
-
optionsOrCb?:
|
|
477
|
-
| __HttpHandlerOptions
|
|
478
|
-
| ((err: any, data?: CreateConfigurationSetEventDestinationCommandOutput) => void),
|
|
479
|
-
cb?: (err: any, data?: CreateConfigurationSetEventDestinationCommandOutput) => void
|
|
480
|
-
): Promise<CreateConfigurationSetEventDestinationCommandOutput> | void {
|
|
481
|
-
const command = new CreateConfigurationSetEventDestinationCommand(args);
|
|
482
|
-
if (typeof optionsOrCb === "function") {
|
|
483
|
-
this.send(command, optionsOrCb);
|
|
484
|
-
} else if (typeof cb === "function") {
|
|
485
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
486
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
487
|
-
} else {
|
|
488
|
-
return this.send(command, optionsOrCb);
|
|
489
|
-
}
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
/**
|
|
493
|
-
* <p>Creates a contact, which is an end-user who is receiving the email, and adds them to a
|
|
494
|
-
* contact list.</p>
|
|
495
|
-
*/
|
|
496
|
-
public createContact(
|
|
497
|
-
args: CreateContactCommandInput,
|
|
498
|
-
options?: __HttpHandlerOptions
|
|
499
|
-
): Promise<CreateContactCommandOutput>;
|
|
500
|
-
public createContact(
|
|
501
|
-
args: CreateContactCommandInput,
|
|
502
|
-
cb: (err: any, data?: CreateContactCommandOutput) => void
|
|
503
|
-
): void;
|
|
504
|
-
public createContact(
|
|
505
|
-
args: CreateContactCommandInput,
|
|
506
|
-
options: __HttpHandlerOptions,
|
|
507
|
-
cb: (err: any, data?: CreateContactCommandOutput) => void
|
|
508
|
-
): void;
|
|
509
|
-
public createContact(
|
|
510
|
-
args: CreateContactCommandInput,
|
|
511
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateContactCommandOutput) => void),
|
|
512
|
-
cb?: (err: any, data?: CreateContactCommandOutput) => void
|
|
513
|
-
): Promise<CreateContactCommandOutput> | void {
|
|
514
|
-
const command = new CreateContactCommand(args);
|
|
515
|
-
if (typeof optionsOrCb === "function") {
|
|
516
|
-
this.send(command, optionsOrCb);
|
|
517
|
-
} else if (typeof cb === "function") {
|
|
518
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
519
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
520
|
-
} else {
|
|
521
|
-
return this.send(command, optionsOrCb);
|
|
522
|
-
}
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
/**
|
|
526
|
-
* <p>Creates a contact list.</p>
|
|
527
|
-
*/
|
|
528
|
-
public createContactList(
|
|
529
|
-
args: CreateContactListCommandInput,
|
|
530
|
-
options?: __HttpHandlerOptions
|
|
531
|
-
): Promise<CreateContactListCommandOutput>;
|
|
532
|
-
public createContactList(
|
|
533
|
-
args: CreateContactListCommandInput,
|
|
534
|
-
cb: (err: any, data?: CreateContactListCommandOutput) => void
|
|
535
|
-
): void;
|
|
536
|
-
public createContactList(
|
|
537
|
-
args: CreateContactListCommandInput,
|
|
538
|
-
options: __HttpHandlerOptions,
|
|
539
|
-
cb: (err: any, data?: CreateContactListCommandOutput) => void
|
|
540
|
-
): void;
|
|
541
|
-
public createContactList(
|
|
542
|
-
args: CreateContactListCommandInput,
|
|
543
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateContactListCommandOutput) => void),
|
|
544
|
-
cb?: (err: any, data?: CreateContactListCommandOutput) => void
|
|
545
|
-
): Promise<CreateContactListCommandOutput> | void {
|
|
546
|
-
const command = new CreateContactListCommand(args);
|
|
547
|
-
if (typeof optionsOrCb === "function") {
|
|
548
|
-
this.send(command, optionsOrCb);
|
|
549
|
-
} else if (typeof cb === "function") {
|
|
550
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
551
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
552
|
-
} else {
|
|
553
|
-
return this.send(command, optionsOrCb);
|
|
554
|
-
}
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
/**
|
|
558
|
-
* <p>Creates a new custom verification email template.</p>
|
|
559
|
-
* <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-verify-address-custom.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer
|
|
560
|
-
* Guide</i>.</p>
|
|
561
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
562
|
-
*/
|
|
563
|
-
public createCustomVerificationEmailTemplate(
|
|
564
|
-
args: CreateCustomVerificationEmailTemplateCommandInput,
|
|
565
|
-
options?: __HttpHandlerOptions
|
|
566
|
-
): Promise<CreateCustomVerificationEmailTemplateCommandOutput>;
|
|
567
|
-
public createCustomVerificationEmailTemplate(
|
|
568
|
-
args: CreateCustomVerificationEmailTemplateCommandInput,
|
|
569
|
-
cb: (err: any, data?: CreateCustomVerificationEmailTemplateCommandOutput) => void
|
|
570
|
-
): void;
|
|
571
|
-
public createCustomVerificationEmailTemplate(
|
|
572
|
-
args: CreateCustomVerificationEmailTemplateCommandInput,
|
|
573
|
-
options: __HttpHandlerOptions,
|
|
574
|
-
cb: (err: any, data?: CreateCustomVerificationEmailTemplateCommandOutput) => void
|
|
575
|
-
): void;
|
|
576
|
-
public createCustomVerificationEmailTemplate(
|
|
577
|
-
args: CreateCustomVerificationEmailTemplateCommandInput,
|
|
578
|
-
optionsOrCb?:
|
|
579
|
-
| __HttpHandlerOptions
|
|
580
|
-
| ((err: any, data?: CreateCustomVerificationEmailTemplateCommandOutput) => void),
|
|
581
|
-
cb?: (err: any, data?: CreateCustomVerificationEmailTemplateCommandOutput) => void
|
|
582
|
-
): Promise<CreateCustomVerificationEmailTemplateCommandOutput> | void {
|
|
583
|
-
const command = new CreateCustomVerificationEmailTemplateCommand(args);
|
|
584
|
-
if (typeof optionsOrCb === "function") {
|
|
585
|
-
this.send(command, optionsOrCb);
|
|
586
|
-
} else if (typeof cb === "function") {
|
|
587
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
588
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
589
|
-
} else {
|
|
590
|
-
return this.send(command, optionsOrCb);
|
|
591
|
-
}
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
/**
|
|
595
|
-
* <p>Create a new pool of dedicated IP addresses. A pool can include one or more dedicated
|
|
596
|
-
* IP addresses that are associated with your AWS account. You can associate a pool with
|
|
597
|
-
* a configuration set. When you send an email that uses that configuration set, the
|
|
598
|
-
* message is sent from one of the addresses in the associated pool.</p>
|
|
599
|
-
*/
|
|
600
|
-
public createDedicatedIpPool(
|
|
601
|
-
args: CreateDedicatedIpPoolCommandInput,
|
|
602
|
-
options?: __HttpHandlerOptions
|
|
603
|
-
): Promise<CreateDedicatedIpPoolCommandOutput>;
|
|
604
|
-
public createDedicatedIpPool(
|
|
605
|
-
args: CreateDedicatedIpPoolCommandInput,
|
|
606
|
-
cb: (err: any, data?: CreateDedicatedIpPoolCommandOutput) => void
|
|
607
|
-
): void;
|
|
608
|
-
public createDedicatedIpPool(
|
|
609
|
-
args: CreateDedicatedIpPoolCommandInput,
|
|
610
|
-
options: __HttpHandlerOptions,
|
|
611
|
-
cb: (err: any, data?: CreateDedicatedIpPoolCommandOutput) => void
|
|
612
|
-
): void;
|
|
613
|
-
public createDedicatedIpPool(
|
|
614
|
-
args: CreateDedicatedIpPoolCommandInput,
|
|
615
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateDedicatedIpPoolCommandOutput) => void),
|
|
616
|
-
cb?: (err: any, data?: CreateDedicatedIpPoolCommandOutput) => void
|
|
617
|
-
): Promise<CreateDedicatedIpPoolCommandOutput> | void {
|
|
618
|
-
const command = new CreateDedicatedIpPoolCommand(args);
|
|
619
|
-
if (typeof optionsOrCb === "function") {
|
|
620
|
-
this.send(command, optionsOrCb);
|
|
621
|
-
} else if (typeof cb === "function") {
|
|
622
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
623
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
624
|
-
} else {
|
|
625
|
-
return this.send(command, optionsOrCb);
|
|
626
|
-
}
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
/**
|
|
630
|
-
* <p>Create a new predictive inbox placement test. Predictive inbox placement tests can help you predict how your messages will be handled
|
|
631
|
-
* by various email providers around the world. When you perform a predictive inbox placement test, you provide a
|
|
632
|
-
* sample message that contains the content that you plan to send to your customers. Amazon SES
|
|
633
|
-
* then sends that message to special email addresses spread across several major email
|
|
634
|
-
* providers. After about 24 hours, the test is complete, and you can use the
|
|
635
|
-
* <code>GetDeliverabilityTestReport</code> operation to view the results of the
|
|
636
|
-
* test.</p>
|
|
637
|
-
*/
|
|
638
|
-
public createDeliverabilityTestReport(
|
|
639
|
-
args: CreateDeliverabilityTestReportCommandInput,
|
|
640
|
-
options?: __HttpHandlerOptions
|
|
641
|
-
): Promise<CreateDeliverabilityTestReportCommandOutput>;
|
|
642
|
-
public createDeliverabilityTestReport(
|
|
643
|
-
args: CreateDeliverabilityTestReportCommandInput,
|
|
644
|
-
cb: (err: any, data?: CreateDeliverabilityTestReportCommandOutput) => void
|
|
645
|
-
): void;
|
|
646
|
-
public createDeliverabilityTestReport(
|
|
647
|
-
args: CreateDeliverabilityTestReportCommandInput,
|
|
648
|
-
options: __HttpHandlerOptions,
|
|
649
|
-
cb: (err: any, data?: CreateDeliverabilityTestReportCommandOutput) => void
|
|
650
|
-
): void;
|
|
651
|
-
public createDeliverabilityTestReport(
|
|
652
|
-
args: CreateDeliverabilityTestReportCommandInput,
|
|
653
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateDeliverabilityTestReportCommandOutput) => void),
|
|
654
|
-
cb?: (err: any, data?: CreateDeliverabilityTestReportCommandOutput) => void
|
|
655
|
-
): Promise<CreateDeliverabilityTestReportCommandOutput> | void {
|
|
656
|
-
const command = new CreateDeliverabilityTestReportCommand(args);
|
|
657
|
-
if (typeof optionsOrCb === "function") {
|
|
658
|
-
this.send(command, optionsOrCb);
|
|
659
|
-
} else if (typeof cb === "function") {
|
|
660
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
661
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
662
|
-
} else {
|
|
663
|
-
return this.send(command, optionsOrCb);
|
|
664
|
-
}
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
/**
|
|
668
|
-
* <p>Starts the process of verifying an email identity. An <i>identity</i> is
|
|
669
|
-
* an email address or domain that you use when you send email. Before you can use an
|
|
670
|
-
* identity to send email, you first have to verify it. By verifying an identity, you
|
|
671
|
-
* demonstrate that you're the owner of the identity, and that you've given Amazon SES API v2
|
|
672
|
-
* permission to send email from the identity.</p>
|
|
673
|
-
* <p>When you verify an email address, Amazon SES sends an email to the address. Your email
|
|
674
|
-
* address is verified as soon as you follow the link in the verification email.
|
|
675
|
-
*
|
|
676
|
-
* </p>
|
|
677
|
-
* <p>When you verify a domain without specifying the <code>DkimSigningAttributes</code>
|
|
678
|
-
* object, this operation provides a set of DKIM tokens. You can convert these tokens into
|
|
679
|
-
* CNAME records, which you then add to the DNS configuration for your domain. Your domain
|
|
680
|
-
* is verified when Amazon SES detects these records in the DNS configuration for your domain.
|
|
681
|
-
* This verification method is known as <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html">Easy DKIM</a>.</p>
|
|
682
|
-
* <p>Alternatively, you can perform the verification process by providing your own
|
|
683
|
-
* public-private key pair. This verification method is known as Bring Your Own DKIM
|
|
684
|
-
* (BYODKIM). To use BYODKIM, your call to the <code>CreateEmailIdentity</code> operation
|
|
685
|
-
* has to include the <code>DkimSigningAttributes</code> object. When you specify this
|
|
686
|
-
* object, you provide a selector (a component of the DNS record name that identifies the
|
|
687
|
-
* public key that you want to use for DKIM authentication) and a private key.</p>
|
|
688
|
-
* <p>When you verify a domain, this operation provides a set of DKIM tokens, which you can
|
|
689
|
-
* convert into CNAME tokens. You add these CNAME tokens to the DNS configuration for your
|
|
690
|
-
* domain. Your domain is verified when Amazon SES detects these records in the DNS
|
|
691
|
-
* configuration for your domain. For some DNS providers, it can take 72 hours or more to
|
|
692
|
-
* complete the domain verification process.</p>
|
|
693
|
-
* <p>Additionally, you can associate an existing configuration set with the email identity that you're verifying.</p>
|
|
694
|
-
*/
|
|
695
|
-
public createEmailIdentity(
|
|
696
|
-
args: CreateEmailIdentityCommandInput,
|
|
697
|
-
options?: __HttpHandlerOptions
|
|
698
|
-
): Promise<CreateEmailIdentityCommandOutput>;
|
|
699
|
-
public createEmailIdentity(
|
|
700
|
-
args: CreateEmailIdentityCommandInput,
|
|
701
|
-
cb: (err: any, data?: CreateEmailIdentityCommandOutput) => void
|
|
702
|
-
): void;
|
|
703
|
-
public createEmailIdentity(
|
|
704
|
-
args: CreateEmailIdentityCommandInput,
|
|
705
|
-
options: __HttpHandlerOptions,
|
|
706
|
-
cb: (err: any, data?: CreateEmailIdentityCommandOutput) => void
|
|
707
|
-
): void;
|
|
708
|
-
public createEmailIdentity(
|
|
709
|
-
args: CreateEmailIdentityCommandInput,
|
|
710
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateEmailIdentityCommandOutput) => void),
|
|
711
|
-
cb?: (err: any, data?: CreateEmailIdentityCommandOutput) => void
|
|
712
|
-
): Promise<CreateEmailIdentityCommandOutput> | void {
|
|
713
|
-
const command = new CreateEmailIdentityCommand(args);
|
|
714
|
-
if (typeof optionsOrCb === "function") {
|
|
715
|
-
this.send(command, optionsOrCb);
|
|
716
|
-
} else if (typeof cb === "function") {
|
|
717
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
718
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
719
|
-
} else {
|
|
720
|
-
return this.send(command, optionsOrCb);
|
|
721
|
-
}
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
/**
|
|
725
|
-
* <p>Creates the specified sending authorization policy for the given identity (an email
|
|
726
|
-
* address or a domain).</p>
|
|
727
|
-
* <note>
|
|
728
|
-
* <p>This API is for the identity owner only. If you have not verified the identity,
|
|
729
|
-
* this API will return an error.</p>
|
|
730
|
-
* </note>
|
|
731
|
-
* <p>Sending authorization is a feature that enables an identity owner to authorize other
|
|
732
|
-
* senders to use its identities. For information about using sending authorization, see
|
|
733
|
-
* the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer
|
|
734
|
-
* Guide</a>.</p>
|
|
735
|
-
*
|
|
736
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
737
|
-
*/
|
|
738
|
-
public createEmailIdentityPolicy(
|
|
739
|
-
args: CreateEmailIdentityPolicyCommandInput,
|
|
740
|
-
options?: __HttpHandlerOptions
|
|
741
|
-
): Promise<CreateEmailIdentityPolicyCommandOutput>;
|
|
742
|
-
public createEmailIdentityPolicy(
|
|
743
|
-
args: CreateEmailIdentityPolicyCommandInput,
|
|
744
|
-
cb: (err: any, data?: CreateEmailIdentityPolicyCommandOutput) => void
|
|
745
|
-
): void;
|
|
746
|
-
public createEmailIdentityPolicy(
|
|
747
|
-
args: CreateEmailIdentityPolicyCommandInput,
|
|
748
|
-
options: __HttpHandlerOptions,
|
|
749
|
-
cb: (err: any, data?: CreateEmailIdentityPolicyCommandOutput) => void
|
|
750
|
-
): void;
|
|
751
|
-
public createEmailIdentityPolicy(
|
|
752
|
-
args: CreateEmailIdentityPolicyCommandInput,
|
|
753
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateEmailIdentityPolicyCommandOutput) => void),
|
|
754
|
-
cb?: (err: any, data?: CreateEmailIdentityPolicyCommandOutput) => void
|
|
755
|
-
): Promise<CreateEmailIdentityPolicyCommandOutput> | void {
|
|
756
|
-
const command = new CreateEmailIdentityPolicyCommand(args);
|
|
757
|
-
if (typeof optionsOrCb === "function") {
|
|
758
|
-
this.send(command, optionsOrCb);
|
|
759
|
-
} else if (typeof cb === "function") {
|
|
760
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
761
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
762
|
-
} else {
|
|
763
|
-
return this.send(command, optionsOrCb);
|
|
764
|
-
}
|
|
765
|
-
}
|
|
766
|
-
|
|
767
|
-
/**
|
|
768
|
-
* <p>Creates an email template. Email templates enable you to send personalized email to
|
|
769
|
-
* one or more destinations in a single API operation. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html">Amazon SES
|
|
770
|
-
* Developer Guide</a>.</p>
|
|
771
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
772
|
-
*/
|
|
773
|
-
public createEmailTemplate(
|
|
774
|
-
args: CreateEmailTemplateCommandInput,
|
|
775
|
-
options?: __HttpHandlerOptions
|
|
776
|
-
): Promise<CreateEmailTemplateCommandOutput>;
|
|
777
|
-
public createEmailTemplate(
|
|
778
|
-
args: CreateEmailTemplateCommandInput,
|
|
779
|
-
cb: (err: any, data?: CreateEmailTemplateCommandOutput) => void
|
|
780
|
-
): void;
|
|
781
|
-
public createEmailTemplate(
|
|
782
|
-
args: CreateEmailTemplateCommandInput,
|
|
783
|
-
options: __HttpHandlerOptions,
|
|
784
|
-
cb: (err: any, data?: CreateEmailTemplateCommandOutput) => void
|
|
785
|
-
): void;
|
|
786
|
-
public createEmailTemplate(
|
|
787
|
-
args: CreateEmailTemplateCommandInput,
|
|
788
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateEmailTemplateCommandOutput) => void),
|
|
789
|
-
cb?: (err: any, data?: CreateEmailTemplateCommandOutput) => void
|
|
790
|
-
): Promise<CreateEmailTemplateCommandOutput> | void {
|
|
791
|
-
const command = new CreateEmailTemplateCommand(args);
|
|
792
|
-
if (typeof optionsOrCb === "function") {
|
|
793
|
-
this.send(command, optionsOrCb);
|
|
794
|
-
} else if (typeof cb === "function") {
|
|
795
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
796
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
797
|
-
} else {
|
|
798
|
-
return this.send(command, optionsOrCb);
|
|
799
|
-
}
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
/**
|
|
803
|
-
* <p>Creates an import job for a data destination.</p>
|
|
804
|
-
*/
|
|
805
|
-
public createImportJob(
|
|
806
|
-
args: CreateImportJobCommandInput,
|
|
807
|
-
options?: __HttpHandlerOptions
|
|
808
|
-
): Promise<CreateImportJobCommandOutput>;
|
|
809
|
-
public createImportJob(
|
|
810
|
-
args: CreateImportJobCommandInput,
|
|
811
|
-
cb: (err: any, data?: CreateImportJobCommandOutput) => void
|
|
812
|
-
): void;
|
|
813
|
-
public createImportJob(
|
|
814
|
-
args: CreateImportJobCommandInput,
|
|
815
|
-
options: __HttpHandlerOptions,
|
|
816
|
-
cb: (err: any, data?: CreateImportJobCommandOutput) => void
|
|
817
|
-
): void;
|
|
818
|
-
public createImportJob(
|
|
819
|
-
args: CreateImportJobCommandInput,
|
|
820
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateImportJobCommandOutput) => void),
|
|
821
|
-
cb?: (err: any, data?: CreateImportJobCommandOutput) => void
|
|
822
|
-
): Promise<CreateImportJobCommandOutput> | void {
|
|
823
|
-
const command = new CreateImportJobCommand(args);
|
|
824
|
-
if (typeof optionsOrCb === "function") {
|
|
825
|
-
this.send(command, optionsOrCb);
|
|
826
|
-
} else if (typeof cb === "function") {
|
|
827
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
828
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
829
|
-
} else {
|
|
830
|
-
return this.send(command, optionsOrCb);
|
|
831
|
-
}
|
|
832
|
-
}
|
|
833
|
-
|
|
834
|
-
/**
|
|
835
|
-
* <p>Delete an existing configuration set.</p>
|
|
836
|
-
* <p>
|
|
837
|
-
* <i>Configuration sets</i> are groups of rules that you can apply to the
|
|
838
|
-
* emails you send. You apply a configuration set to an email by including a reference to
|
|
839
|
-
* the configuration set in the headers of the email. When you apply a configuration set to
|
|
840
|
-
* an email, all of the rules in that configuration set are applied to the email.</p>
|
|
841
|
-
*/
|
|
842
|
-
public deleteConfigurationSet(
|
|
843
|
-
args: DeleteConfigurationSetCommandInput,
|
|
844
|
-
options?: __HttpHandlerOptions
|
|
845
|
-
): Promise<DeleteConfigurationSetCommandOutput>;
|
|
846
|
-
public deleteConfigurationSet(
|
|
847
|
-
args: DeleteConfigurationSetCommandInput,
|
|
848
|
-
cb: (err: any, data?: DeleteConfigurationSetCommandOutput) => void
|
|
849
|
-
): void;
|
|
850
|
-
public deleteConfigurationSet(
|
|
851
|
-
args: DeleteConfigurationSetCommandInput,
|
|
852
|
-
options: __HttpHandlerOptions,
|
|
853
|
-
cb: (err: any, data?: DeleteConfigurationSetCommandOutput) => void
|
|
854
|
-
): void;
|
|
855
|
-
public deleteConfigurationSet(
|
|
856
|
-
args: DeleteConfigurationSetCommandInput,
|
|
857
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteConfigurationSetCommandOutput) => void),
|
|
858
|
-
cb?: (err: any, data?: DeleteConfigurationSetCommandOutput) => void
|
|
859
|
-
): Promise<DeleteConfigurationSetCommandOutput> | void {
|
|
860
|
-
const command = new DeleteConfigurationSetCommand(args);
|
|
861
|
-
if (typeof optionsOrCb === "function") {
|
|
862
|
-
this.send(command, optionsOrCb);
|
|
863
|
-
} else if (typeof cb === "function") {
|
|
864
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
865
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
866
|
-
} else {
|
|
867
|
-
return this.send(command, optionsOrCb);
|
|
868
|
-
}
|
|
869
|
-
}
|
|
870
|
-
|
|
871
|
-
/**
|
|
872
|
-
* <p>Delete an event destination.</p>
|
|
873
|
-
* <p>
|
|
874
|
-
* <i>Events</i> include message sends, deliveries, opens, clicks, bounces,
|
|
875
|
-
* and complaints. <i>Event destinations</i> are places that you can send
|
|
876
|
-
* information about these events to. For example, you can send event data to Amazon SNS to
|
|
877
|
-
* receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to
|
|
878
|
-
* stream data to Amazon S3 for long-term storage.</p>
|
|
879
|
-
*/
|
|
880
|
-
public deleteConfigurationSetEventDestination(
|
|
881
|
-
args: DeleteConfigurationSetEventDestinationCommandInput,
|
|
882
|
-
options?: __HttpHandlerOptions
|
|
883
|
-
): Promise<DeleteConfigurationSetEventDestinationCommandOutput>;
|
|
884
|
-
public deleteConfigurationSetEventDestination(
|
|
885
|
-
args: DeleteConfigurationSetEventDestinationCommandInput,
|
|
886
|
-
cb: (err: any, data?: DeleteConfigurationSetEventDestinationCommandOutput) => void
|
|
887
|
-
): void;
|
|
888
|
-
public deleteConfigurationSetEventDestination(
|
|
889
|
-
args: DeleteConfigurationSetEventDestinationCommandInput,
|
|
890
|
-
options: __HttpHandlerOptions,
|
|
891
|
-
cb: (err: any, data?: DeleteConfigurationSetEventDestinationCommandOutput) => void
|
|
892
|
-
): void;
|
|
893
|
-
public deleteConfigurationSetEventDestination(
|
|
894
|
-
args: DeleteConfigurationSetEventDestinationCommandInput,
|
|
895
|
-
optionsOrCb?:
|
|
896
|
-
| __HttpHandlerOptions
|
|
897
|
-
| ((err: any, data?: DeleteConfigurationSetEventDestinationCommandOutput) => void),
|
|
898
|
-
cb?: (err: any, data?: DeleteConfigurationSetEventDestinationCommandOutput) => void
|
|
899
|
-
): Promise<DeleteConfigurationSetEventDestinationCommandOutput> | void {
|
|
900
|
-
const command = new DeleteConfigurationSetEventDestinationCommand(args);
|
|
901
|
-
if (typeof optionsOrCb === "function") {
|
|
902
|
-
this.send(command, optionsOrCb);
|
|
903
|
-
} else if (typeof cb === "function") {
|
|
904
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
905
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
906
|
-
} else {
|
|
907
|
-
return this.send(command, optionsOrCb);
|
|
908
|
-
}
|
|
909
|
-
}
|
|
910
|
-
|
|
911
|
-
/**
|
|
912
|
-
* <p>Removes a contact from a contact list.</p>
|
|
913
|
-
*/
|
|
914
|
-
public deleteContact(
|
|
915
|
-
args: DeleteContactCommandInput,
|
|
916
|
-
options?: __HttpHandlerOptions
|
|
917
|
-
): Promise<DeleteContactCommandOutput>;
|
|
918
|
-
public deleteContact(
|
|
919
|
-
args: DeleteContactCommandInput,
|
|
920
|
-
cb: (err: any, data?: DeleteContactCommandOutput) => void
|
|
921
|
-
): void;
|
|
922
|
-
public deleteContact(
|
|
923
|
-
args: DeleteContactCommandInput,
|
|
924
|
-
options: __HttpHandlerOptions,
|
|
925
|
-
cb: (err: any, data?: DeleteContactCommandOutput) => void
|
|
926
|
-
): void;
|
|
927
|
-
public deleteContact(
|
|
928
|
-
args: DeleteContactCommandInput,
|
|
929
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteContactCommandOutput) => void),
|
|
930
|
-
cb?: (err: any, data?: DeleteContactCommandOutput) => void
|
|
931
|
-
): Promise<DeleteContactCommandOutput> | void {
|
|
932
|
-
const command = new DeleteContactCommand(args);
|
|
933
|
-
if (typeof optionsOrCb === "function") {
|
|
934
|
-
this.send(command, optionsOrCb);
|
|
935
|
-
} else if (typeof cb === "function") {
|
|
936
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
937
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
938
|
-
} else {
|
|
939
|
-
return this.send(command, optionsOrCb);
|
|
940
|
-
}
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
/**
|
|
944
|
-
* <p>Deletes a contact list and all of the contacts on that list.</p>
|
|
945
|
-
*/
|
|
946
|
-
public deleteContactList(
|
|
947
|
-
args: DeleteContactListCommandInput,
|
|
948
|
-
options?: __HttpHandlerOptions
|
|
949
|
-
): Promise<DeleteContactListCommandOutput>;
|
|
950
|
-
public deleteContactList(
|
|
951
|
-
args: DeleteContactListCommandInput,
|
|
952
|
-
cb: (err: any, data?: DeleteContactListCommandOutput) => void
|
|
953
|
-
): void;
|
|
954
|
-
public deleteContactList(
|
|
955
|
-
args: DeleteContactListCommandInput,
|
|
956
|
-
options: __HttpHandlerOptions,
|
|
957
|
-
cb: (err: any, data?: DeleteContactListCommandOutput) => void
|
|
958
|
-
): void;
|
|
959
|
-
public deleteContactList(
|
|
960
|
-
args: DeleteContactListCommandInput,
|
|
961
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteContactListCommandOutput) => void),
|
|
962
|
-
cb?: (err: any, data?: DeleteContactListCommandOutput) => void
|
|
963
|
-
): Promise<DeleteContactListCommandOutput> | void {
|
|
964
|
-
const command = new DeleteContactListCommand(args);
|
|
965
|
-
if (typeof optionsOrCb === "function") {
|
|
966
|
-
this.send(command, optionsOrCb);
|
|
967
|
-
} else if (typeof cb === "function") {
|
|
968
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
969
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
970
|
-
} else {
|
|
971
|
-
return this.send(command, optionsOrCb);
|
|
972
|
-
}
|
|
973
|
-
}
|
|
974
|
-
|
|
975
|
-
/**
|
|
976
|
-
* <p>Deletes an existing custom verification email template.</p>
|
|
977
|
-
* <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/es/latest/DeveloperGuide/send-email-verify-address-custom.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer
|
|
978
|
-
* Guide</i>.</p>
|
|
979
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
980
|
-
*/
|
|
981
|
-
public deleteCustomVerificationEmailTemplate(
|
|
982
|
-
args: DeleteCustomVerificationEmailTemplateCommandInput,
|
|
983
|
-
options?: __HttpHandlerOptions
|
|
984
|
-
): Promise<DeleteCustomVerificationEmailTemplateCommandOutput>;
|
|
985
|
-
public deleteCustomVerificationEmailTemplate(
|
|
986
|
-
args: DeleteCustomVerificationEmailTemplateCommandInput,
|
|
987
|
-
cb: (err: any, data?: DeleteCustomVerificationEmailTemplateCommandOutput) => void
|
|
988
|
-
): void;
|
|
989
|
-
public deleteCustomVerificationEmailTemplate(
|
|
990
|
-
args: DeleteCustomVerificationEmailTemplateCommandInput,
|
|
991
|
-
options: __HttpHandlerOptions,
|
|
992
|
-
cb: (err: any, data?: DeleteCustomVerificationEmailTemplateCommandOutput) => void
|
|
993
|
-
): void;
|
|
994
|
-
public deleteCustomVerificationEmailTemplate(
|
|
995
|
-
args: DeleteCustomVerificationEmailTemplateCommandInput,
|
|
996
|
-
optionsOrCb?:
|
|
997
|
-
| __HttpHandlerOptions
|
|
998
|
-
| ((err: any, data?: DeleteCustomVerificationEmailTemplateCommandOutput) => void),
|
|
999
|
-
cb?: (err: any, data?: DeleteCustomVerificationEmailTemplateCommandOutput) => void
|
|
1000
|
-
): Promise<DeleteCustomVerificationEmailTemplateCommandOutput> | void {
|
|
1001
|
-
const command = new DeleteCustomVerificationEmailTemplateCommand(args);
|
|
1002
|
-
if (typeof optionsOrCb === "function") {
|
|
1003
|
-
this.send(command, optionsOrCb);
|
|
1004
|
-
} else if (typeof cb === "function") {
|
|
1005
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1006
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1007
|
-
} else {
|
|
1008
|
-
return this.send(command, optionsOrCb);
|
|
1009
|
-
}
|
|
1010
|
-
}
|
|
1011
|
-
|
|
1012
|
-
/**
|
|
1013
|
-
* <p>Delete a dedicated IP pool.</p>
|
|
1014
|
-
*/
|
|
1015
|
-
public deleteDedicatedIpPool(
|
|
1016
|
-
args: DeleteDedicatedIpPoolCommandInput,
|
|
1017
|
-
options?: __HttpHandlerOptions
|
|
1018
|
-
): Promise<DeleteDedicatedIpPoolCommandOutput>;
|
|
1019
|
-
public deleteDedicatedIpPool(
|
|
1020
|
-
args: DeleteDedicatedIpPoolCommandInput,
|
|
1021
|
-
cb: (err: any, data?: DeleteDedicatedIpPoolCommandOutput) => void
|
|
1022
|
-
): void;
|
|
1023
|
-
public deleteDedicatedIpPool(
|
|
1024
|
-
args: DeleteDedicatedIpPoolCommandInput,
|
|
1025
|
-
options: __HttpHandlerOptions,
|
|
1026
|
-
cb: (err: any, data?: DeleteDedicatedIpPoolCommandOutput) => void
|
|
1027
|
-
): void;
|
|
1028
|
-
public deleteDedicatedIpPool(
|
|
1029
|
-
args: DeleteDedicatedIpPoolCommandInput,
|
|
1030
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteDedicatedIpPoolCommandOutput) => void),
|
|
1031
|
-
cb?: (err: any, data?: DeleteDedicatedIpPoolCommandOutput) => void
|
|
1032
|
-
): Promise<DeleteDedicatedIpPoolCommandOutput> | void {
|
|
1033
|
-
const command = new DeleteDedicatedIpPoolCommand(args);
|
|
1034
|
-
if (typeof optionsOrCb === "function") {
|
|
1035
|
-
this.send(command, optionsOrCb);
|
|
1036
|
-
} else if (typeof cb === "function") {
|
|
1037
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1038
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1039
|
-
} else {
|
|
1040
|
-
return this.send(command, optionsOrCb);
|
|
1041
|
-
}
|
|
1042
|
-
}
|
|
1043
|
-
|
|
1044
|
-
/**
|
|
1045
|
-
* <p>Deletes an email identity. An identity can be either an email address or a domain
|
|
1046
|
-
* name.</p>
|
|
1047
|
-
*/
|
|
1048
|
-
public deleteEmailIdentity(
|
|
1049
|
-
args: DeleteEmailIdentityCommandInput,
|
|
1050
|
-
options?: __HttpHandlerOptions
|
|
1051
|
-
): Promise<DeleteEmailIdentityCommandOutput>;
|
|
1052
|
-
public deleteEmailIdentity(
|
|
1053
|
-
args: DeleteEmailIdentityCommandInput,
|
|
1054
|
-
cb: (err: any, data?: DeleteEmailIdentityCommandOutput) => void
|
|
1055
|
-
): void;
|
|
1056
|
-
public deleteEmailIdentity(
|
|
1057
|
-
args: DeleteEmailIdentityCommandInput,
|
|
1058
|
-
options: __HttpHandlerOptions,
|
|
1059
|
-
cb: (err: any, data?: DeleteEmailIdentityCommandOutput) => void
|
|
1060
|
-
): void;
|
|
1061
|
-
public deleteEmailIdentity(
|
|
1062
|
-
args: DeleteEmailIdentityCommandInput,
|
|
1063
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteEmailIdentityCommandOutput) => void),
|
|
1064
|
-
cb?: (err: any, data?: DeleteEmailIdentityCommandOutput) => void
|
|
1065
|
-
): Promise<DeleteEmailIdentityCommandOutput> | void {
|
|
1066
|
-
const command = new DeleteEmailIdentityCommand(args);
|
|
1067
|
-
if (typeof optionsOrCb === "function") {
|
|
1068
|
-
this.send(command, optionsOrCb);
|
|
1069
|
-
} else if (typeof cb === "function") {
|
|
1070
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1071
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1072
|
-
} else {
|
|
1073
|
-
return this.send(command, optionsOrCb);
|
|
1074
|
-
}
|
|
1075
|
-
}
|
|
1076
|
-
|
|
1077
|
-
/**
|
|
1078
|
-
* <p>Deletes the specified sending authorization policy for the given identity (an email
|
|
1079
|
-
* address or a domain). This API returns successfully even if a policy with the specified
|
|
1080
|
-
* name does not exist.</p>
|
|
1081
|
-
* <note>
|
|
1082
|
-
* <p>This API is for the identity owner only. If you have not verified the identity,
|
|
1083
|
-
* this API will return an error.</p>
|
|
1084
|
-
* </note>
|
|
1085
|
-
* <p>Sending authorization is a feature that enables an identity owner to authorize other
|
|
1086
|
-
* senders to use its identities. For information about using sending authorization, see
|
|
1087
|
-
* the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer
|
|
1088
|
-
* Guide</a>.</p>
|
|
1089
|
-
*
|
|
1090
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
1091
|
-
*/
|
|
1092
|
-
public deleteEmailIdentityPolicy(
|
|
1093
|
-
args: DeleteEmailIdentityPolicyCommandInput,
|
|
1094
|
-
options?: __HttpHandlerOptions
|
|
1095
|
-
): Promise<DeleteEmailIdentityPolicyCommandOutput>;
|
|
1096
|
-
public deleteEmailIdentityPolicy(
|
|
1097
|
-
args: DeleteEmailIdentityPolicyCommandInput,
|
|
1098
|
-
cb: (err: any, data?: DeleteEmailIdentityPolicyCommandOutput) => void
|
|
1099
|
-
): void;
|
|
1100
|
-
public deleteEmailIdentityPolicy(
|
|
1101
|
-
args: DeleteEmailIdentityPolicyCommandInput,
|
|
1102
|
-
options: __HttpHandlerOptions,
|
|
1103
|
-
cb: (err: any, data?: DeleteEmailIdentityPolicyCommandOutput) => void
|
|
1104
|
-
): void;
|
|
1105
|
-
public deleteEmailIdentityPolicy(
|
|
1106
|
-
args: DeleteEmailIdentityPolicyCommandInput,
|
|
1107
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteEmailIdentityPolicyCommandOutput) => void),
|
|
1108
|
-
cb?: (err: any, data?: DeleteEmailIdentityPolicyCommandOutput) => void
|
|
1109
|
-
): Promise<DeleteEmailIdentityPolicyCommandOutput> | void {
|
|
1110
|
-
const command = new DeleteEmailIdentityPolicyCommand(args);
|
|
1111
|
-
if (typeof optionsOrCb === "function") {
|
|
1112
|
-
this.send(command, optionsOrCb);
|
|
1113
|
-
} else if (typeof cb === "function") {
|
|
1114
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1115
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1116
|
-
} else {
|
|
1117
|
-
return this.send(command, optionsOrCb);
|
|
1118
|
-
}
|
|
1119
|
-
}
|
|
1120
|
-
|
|
1121
|
-
/**
|
|
1122
|
-
* <p>Deletes an email template.</p>
|
|
1123
|
-
*
|
|
1124
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
1125
|
-
*/
|
|
1126
|
-
public deleteEmailTemplate(
|
|
1127
|
-
args: DeleteEmailTemplateCommandInput,
|
|
1128
|
-
options?: __HttpHandlerOptions
|
|
1129
|
-
): Promise<DeleteEmailTemplateCommandOutput>;
|
|
1130
|
-
public deleteEmailTemplate(
|
|
1131
|
-
args: DeleteEmailTemplateCommandInput,
|
|
1132
|
-
cb: (err: any, data?: DeleteEmailTemplateCommandOutput) => void
|
|
1133
|
-
): void;
|
|
1134
|
-
public deleteEmailTemplate(
|
|
1135
|
-
args: DeleteEmailTemplateCommandInput,
|
|
1136
|
-
options: __HttpHandlerOptions,
|
|
1137
|
-
cb: (err: any, data?: DeleteEmailTemplateCommandOutput) => void
|
|
1138
|
-
): void;
|
|
1139
|
-
public deleteEmailTemplate(
|
|
1140
|
-
args: DeleteEmailTemplateCommandInput,
|
|
1141
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteEmailTemplateCommandOutput) => void),
|
|
1142
|
-
cb?: (err: any, data?: DeleteEmailTemplateCommandOutput) => void
|
|
1143
|
-
): Promise<DeleteEmailTemplateCommandOutput> | void {
|
|
1144
|
-
const command = new DeleteEmailTemplateCommand(args);
|
|
1145
|
-
if (typeof optionsOrCb === "function") {
|
|
1146
|
-
this.send(command, optionsOrCb);
|
|
1147
|
-
} else if (typeof cb === "function") {
|
|
1148
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1149
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1150
|
-
} else {
|
|
1151
|
-
return this.send(command, optionsOrCb);
|
|
1152
|
-
}
|
|
1153
|
-
}
|
|
1154
|
-
|
|
1155
|
-
/**
|
|
1156
|
-
* <p>Removes an email address from the suppression list for your account.</p>
|
|
1157
|
-
*/
|
|
1158
|
-
public deleteSuppressedDestination(
|
|
1159
|
-
args: DeleteSuppressedDestinationCommandInput,
|
|
1160
|
-
options?: __HttpHandlerOptions
|
|
1161
|
-
): Promise<DeleteSuppressedDestinationCommandOutput>;
|
|
1162
|
-
public deleteSuppressedDestination(
|
|
1163
|
-
args: DeleteSuppressedDestinationCommandInput,
|
|
1164
|
-
cb: (err: any, data?: DeleteSuppressedDestinationCommandOutput) => void
|
|
1165
|
-
): void;
|
|
1166
|
-
public deleteSuppressedDestination(
|
|
1167
|
-
args: DeleteSuppressedDestinationCommandInput,
|
|
1168
|
-
options: __HttpHandlerOptions,
|
|
1169
|
-
cb: (err: any, data?: DeleteSuppressedDestinationCommandOutput) => void
|
|
1170
|
-
): void;
|
|
1171
|
-
public deleteSuppressedDestination(
|
|
1172
|
-
args: DeleteSuppressedDestinationCommandInput,
|
|
1173
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteSuppressedDestinationCommandOutput) => void),
|
|
1174
|
-
cb?: (err: any, data?: DeleteSuppressedDestinationCommandOutput) => void
|
|
1175
|
-
): Promise<DeleteSuppressedDestinationCommandOutput> | void {
|
|
1176
|
-
const command = new DeleteSuppressedDestinationCommand(args);
|
|
1177
|
-
if (typeof optionsOrCb === "function") {
|
|
1178
|
-
this.send(command, optionsOrCb);
|
|
1179
|
-
} else if (typeof cb === "function") {
|
|
1180
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1181
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1182
|
-
} else {
|
|
1183
|
-
return this.send(command, optionsOrCb);
|
|
1184
|
-
}
|
|
1185
|
-
}
|
|
1186
|
-
|
|
1187
|
-
/**
|
|
1188
|
-
* <p>Obtain information about the email-sending status and capabilities of your Amazon SES
|
|
1189
|
-
* account in the current AWS Region.</p>
|
|
1190
|
-
*/
|
|
1191
|
-
public getAccount(args: GetAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountCommandOutput>;
|
|
1192
|
-
public getAccount(args: GetAccountCommandInput, cb: (err: any, data?: GetAccountCommandOutput) => void): void;
|
|
1193
|
-
public getAccount(
|
|
1194
|
-
args: GetAccountCommandInput,
|
|
1195
|
-
options: __HttpHandlerOptions,
|
|
1196
|
-
cb: (err: any, data?: GetAccountCommandOutput) => void
|
|
1197
|
-
): void;
|
|
1198
|
-
public getAccount(
|
|
1199
|
-
args: GetAccountCommandInput,
|
|
1200
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetAccountCommandOutput) => void),
|
|
1201
|
-
cb?: (err: any, data?: GetAccountCommandOutput) => void
|
|
1202
|
-
): Promise<GetAccountCommandOutput> | void {
|
|
1203
|
-
const command = new GetAccountCommand(args);
|
|
1204
|
-
if (typeof optionsOrCb === "function") {
|
|
1205
|
-
this.send(command, optionsOrCb);
|
|
1206
|
-
} else if (typeof cb === "function") {
|
|
1207
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1208
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1209
|
-
} else {
|
|
1210
|
-
return this.send(command, optionsOrCb);
|
|
1211
|
-
}
|
|
1212
|
-
}
|
|
1213
|
-
|
|
1214
|
-
/**
|
|
1215
|
-
* <p>Retrieve a list of the blacklists that your dedicated IP addresses appear on.</p>
|
|
1216
|
-
*/
|
|
1217
|
-
public getBlacklistReports(
|
|
1218
|
-
args: GetBlacklistReportsCommandInput,
|
|
1219
|
-
options?: __HttpHandlerOptions
|
|
1220
|
-
): Promise<GetBlacklistReportsCommandOutput>;
|
|
1221
|
-
public getBlacklistReports(
|
|
1222
|
-
args: GetBlacklistReportsCommandInput,
|
|
1223
|
-
cb: (err: any, data?: GetBlacklistReportsCommandOutput) => void
|
|
1224
|
-
): void;
|
|
1225
|
-
public getBlacklistReports(
|
|
1226
|
-
args: GetBlacklistReportsCommandInput,
|
|
1227
|
-
options: __HttpHandlerOptions,
|
|
1228
|
-
cb: (err: any, data?: GetBlacklistReportsCommandOutput) => void
|
|
1229
|
-
): void;
|
|
1230
|
-
public getBlacklistReports(
|
|
1231
|
-
args: GetBlacklistReportsCommandInput,
|
|
1232
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetBlacklistReportsCommandOutput) => void),
|
|
1233
|
-
cb?: (err: any, data?: GetBlacklistReportsCommandOutput) => void
|
|
1234
|
-
): Promise<GetBlacklistReportsCommandOutput> | void {
|
|
1235
|
-
const command = new GetBlacklistReportsCommand(args);
|
|
1236
|
-
if (typeof optionsOrCb === "function") {
|
|
1237
|
-
this.send(command, optionsOrCb);
|
|
1238
|
-
} else if (typeof cb === "function") {
|
|
1239
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1240
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1241
|
-
} else {
|
|
1242
|
-
return this.send(command, optionsOrCb);
|
|
1243
|
-
}
|
|
1244
|
-
}
|
|
1245
|
-
|
|
1246
|
-
/**
|
|
1247
|
-
* <p>Get information about an existing configuration set, including the dedicated IP pool
|
|
1248
|
-
* that it's associated with, whether or not it's enabled for sending email, and
|
|
1249
|
-
* more.</p>
|
|
1250
|
-
* <p>
|
|
1251
|
-
* <i>Configuration sets</i> are groups of rules that you can apply to the
|
|
1252
|
-
* emails you send. You apply a configuration set to an email by including a reference to
|
|
1253
|
-
* the configuration set in the headers of the email. When you apply a configuration set to
|
|
1254
|
-
* an email, all of the rules in that configuration set are applied to the email.</p>
|
|
1255
|
-
*/
|
|
1256
|
-
public getConfigurationSet(
|
|
1257
|
-
args: GetConfigurationSetCommandInput,
|
|
1258
|
-
options?: __HttpHandlerOptions
|
|
1259
|
-
): Promise<GetConfigurationSetCommandOutput>;
|
|
1260
|
-
public getConfigurationSet(
|
|
1261
|
-
args: GetConfigurationSetCommandInput,
|
|
1262
|
-
cb: (err: any, data?: GetConfigurationSetCommandOutput) => void
|
|
1263
|
-
): void;
|
|
1264
|
-
public getConfigurationSet(
|
|
1265
|
-
args: GetConfigurationSetCommandInput,
|
|
1266
|
-
options: __HttpHandlerOptions,
|
|
1267
|
-
cb: (err: any, data?: GetConfigurationSetCommandOutput) => void
|
|
1268
|
-
): void;
|
|
1269
|
-
public getConfigurationSet(
|
|
1270
|
-
args: GetConfigurationSetCommandInput,
|
|
1271
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetConfigurationSetCommandOutput) => void),
|
|
1272
|
-
cb?: (err: any, data?: GetConfigurationSetCommandOutput) => void
|
|
1273
|
-
): Promise<GetConfigurationSetCommandOutput> | void {
|
|
1274
|
-
const command = new GetConfigurationSetCommand(args);
|
|
1275
|
-
if (typeof optionsOrCb === "function") {
|
|
1276
|
-
this.send(command, optionsOrCb);
|
|
1277
|
-
} else if (typeof cb === "function") {
|
|
1278
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1279
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1280
|
-
} else {
|
|
1281
|
-
return this.send(command, optionsOrCb);
|
|
1282
|
-
}
|
|
1283
|
-
}
|
|
1284
|
-
|
|
1285
|
-
/**
|
|
1286
|
-
* <p>Retrieve a list of event destinations that are associated with a configuration
|
|
1287
|
-
* set.</p>
|
|
1288
|
-
* <p>
|
|
1289
|
-
* <i>Events</i> include message sends, deliveries, opens, clicks, bounces,
|
|
1290
|
-
* and complaints. <i>Event destinations</i> are places that you can send
|
|
1291
|
-
* information about these events to. For example, you can send event data to Amazon SNS to
|
|
1292
|
-
* receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to
|
|
1293
|
-
* stream data to Amazon S3 for long-term storage.</p>
|
|
1294
|
-
*/
|
|
1295
|
-
public getConfigurationSetEventDestinations(
|
|
1296
|
-
args: GetConfigurationSetEventDestinationsCommandInput,
|
|
1297
|
-
options?: __HttpHandlerOptions
|
|
1298
|
-
): Promise<GetConfigurationSetEventDestinationsCommandOutput>;
|
|
1299
|
-
public getConfigurationSetEventDestinations(
|
|
1300
|
-
args: GetConfigurationSetEventDestinationsCommandInput,
|
|
1301
|
-
cb: (err: any, data?: GetConfigurationSetEventDestinationsCommandOutput) => void
|
|
1302
|
-
): void;
|
|
1303
|
-
public getConfigurationSetEventDestinations(
|
|
1304
|
-
args: GetConfigurationSetEventDestinationsCommandInput,
|
|
1305
|
-
options: __HttpHandlerOptions,
|
|
1306
|
-
cb: (err: any, data?: GetConfigurationSetEventDestinationsCommandOutput) => void
|
|
1307
|
-
): void;
|
|
1308
|
-
public getConfigurationSetEventDestinations(
|
|
1309
|
-
args: GetConfigurationSetEventDestinationsCommandInput,
|
|
1310
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetConfigurationSetEventDestinationsCommandOutput) => void),
|
|
1311
|
-
cb?: (err: any, data?: GetConfigurationSetEventDestinationsCommandOutput) => void
|
|
1312
|
-
): Promise<GetConfigurationSetEventDestinationsCommandOutput> | void {
|
|
1313
|
-
const command = new GetConfigurationSetEventDestinationsCommand(args);
|
|
1314
|
-
if (typeof optionsOrCb === "function") {
|
|
1315
|
-
this.send(command, optionsOrCb);
|
|
1316
|
-
} else if (typeof cb === "function") {
|
|
1317
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1318
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1319
|
-
} else {
|
|
1320
|
-
return this.send(command, optionsOrCb);
|
|
1321
|
-
}
|
|
1322
|
-
}
|
|
1323
|
-
|
|
1324
|
-
/**
|
|
1325
|
-
* <p>Returns a contact from a contact list.</p>
|
|
1326
|
-
*/
|
|
1327
|
-
public getContact(args: GetContactCommandInput, options?: __HttpHandlerOptions): Promise<GetContactCommandOutput>;
|
|
1328
|
-
public getContact(args: GetContactCommandInput, cb: (err: any, data?: GetContactCommandOutput) => void): void;
|
|
1329
|
-
public getContact(
|
|
1330
|
-
args: GetContactCommandInput,
|
|
1331
|
-
options: __HttpHandlerOptions,
|
|
1332
|
-
cb: (err: any, data?: GetContactCommandOutput) => void
|
|
1333
|
-
): void;
|
|
1334
|
-
public getContact(
|
|
1335
|
-
args: GetContactCommandInput,
|
|
1336
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetContactCommandOutput) => void),
|
|
1337
|
-
cb?: (err: any, data?: GetContactCommandOutput) => void
|
|
1338
|
-
): Promise<GetContactCommandOutput> | void {
|
|
1339
|
-
const command = new GetContactCommand(args);
|
|
1340
|
-
if (typeof optionsOrCb === "function") {
|
|
1341
|
-
this.send(command, optionsOrCb);
|
|
1342
|
-
} else if (typeof cb === "function") {
|
|
1343
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1344
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1345
|
-
} else {
|
|
1346
|
-
return this.send(command, optionsOrCb);
|
|
1347
|
-
}
|
|
1348
|
-
}
|
|
1349
|
-
|
|
1350
|
-
/**
|
|
1351
|
-
* <p>Returns contact list metadata. It does not return any information about the contacts
|
|
1352
|
-
* present in the list.</p>
|
|
1353
|
-
*/
|
|
1354
|
-
public getContactList(
|
|
1355
|
-
args: GetContactListCommandInput,
|
|
1356
|
-
options?: __HttpHandlerOptions
|
|
1357
|
-
): Promise<GetContactListCommandOutput>;
|
|
1358
|
-
public getContactList(
|
|
1359
|
-
args: GetContactListCommandInput,
|
|
1360
|
-
cb: (err: any, data?: GetContactListCommandOutput) => void
|
|
1361
|
-
): void;
|
|
1362
|
-
public getContactList(
|
|
1363
|
-
args: GetContactListCommandInput,
|
|
1364
|
-
options: __HttpHandlerOptions,
|
|
1365
|
-
cb: (err: any, data?: GetContactListCommandOutput) => void
|
|
1366
|
-
): void;
|
|
1367
|
-
public getContactList(
|
|
1368
|
-
args: GetContactListCommandInput,
|
|
1369
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetContactListCommandOutput) => void),
|
|
1370
|
-
cb?: (err: any, data?: GetContactListCommandOutput) => void
|
|
1371
|
-
): Promise<GetContactListCommandOutput> | void {
|
|
1372
|
-
const command = new GetContactListCommand(args);
|
|
1373
|
-
if (typeof optionsOrCb === "function") {
|
|
1374
|
-
this.send(command, optionsOrCb);
|
|
1375
|
-
} else if (typeof cb === "function") {
|
|
1376
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1377
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1378
|
-
} else {
|
|
1379
|
-
return this.send(command, optionsOrCb);
|
|
1380
|
-
}
|
|
1381
|
-
}
|
|
1382
|
-
|
|
1383
|
-
/**
|
|
1384
|
-
* <p>Returns the custom email verification template for the template name you
|
|
1385
|
-
* specify.</p>
|
|
1386
|
-
* <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-verify-address-custom.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer
|
|
1387
|
-
* Guide</i>.</p>
|
|
1388
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
1389
|
-
*/
|
|
1390
|
-
public getCustomVerificationEmailTemplate(
|
|
1391
|
-
args: GetCustomVerificationEmailTemplateCommandInput,
|
|
1392
|
-
options?: __HttpHandlerOptions
|
|
1393
|
-
): Promise<GetCustomVerificationEmailTemplateCommandOutput>;
|
|
1394
|
-
public getCustomVerificationEmailTemplate(
|
|
1395
|
-
args: GetCustomVerificationEmailTemplateCommandInput,
|
|
1396
|
-
cb: (err: any, data?: GetCustomVerificationEmailTemplateCommandOutput) => void
|
|
1397
|
-
): void;
|
|
1398
|
-
public getCustomVerificationEmailTemplate(
|
|
1399
|
-
args: GetCustomVerificationEmailTemplateCommandInput,
|
|
1400
|
-
options: __HttpHandlerOptions,
|
|
1401
|
-
cb: (err: any, data?: GetCustomVerificationEmailTemplateCommandOutput) => void
|
|
1402
|
-
): void;
|
|
1403
|
-
public getCustomVerificationEmailTemplate(
|
|
1404
|
-
args: GetCustomVerificationEmailTemplateCommandInput,
|
|
1405
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetCustomVerificationEmailTemplateCommandOutput) => void),
|
|
1406
|
-
cb?: (err: any, data?: GetCustomVerificationEmailTemplateCommandOutput) => void
|
|
1407
|
-
): Promise<GetCustomVerificationEmailTemplateCommandOutput> | void {
|
|
1408
|
-
const command = new GetCustomVerificationEmailTemplateCommand(args);
|
|
1409
|
-
if (typeof optionsOrCb === "function") {
|
|
1410
|
-
this.send(command, optionsOrCb);
|
|
1411
|
-
} else if (typeof cb === "function") {
|
|
1412
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1413
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1414
|
-
} else {
|
|
1415
|
-
return this.send(command, optionsOrCb);
|
|
1416
|
-
}
|
|
1417
|
-
}
|
|
1418
|
-
|
|
1419
|
-
/**
|
|
1420
|
-
* <p>Get information about a dedicated IP address, including the name of the dedicated IP
|
|
1421
|
-
* pool that it's associated with, as well information about the automatic warm-up process
|
|
1422
|
-
* for the address.</p>
|
|
1423
|
-
*/
|
|
1424
|
-
public getDedicatedIp(
|
|
1425
|
-
args: GetDedicatedIpCommandInput,
|
|
1426
|
-
options?: __HttpHandlerOptions
|
|
1427
|
-
): Promise<GetDedicatedIpCommandOutput>;
|
|
1428
|
-
public getDedicatedIp(
|
|
1429
|
-
args: GetDedicatedIpCommandInput,
|
|
1430
|
-
cb: (err: any, data?: GetDedicatedIpCommandOutput) => void
|
|
1431
|
-
): void;
|
|
1432
|
-
public getDedicatedIp(
|
|
1433
|
-
args: GetDedicatedIpCommandInput,
|
|
1434
|
-
options: __HttpHandlerOptions,
|
|
1435
|
-
cb: (err: any, data?: GetDedicatedIpCommandOutput) => void
|
|
1436
|
-
): void;
|
|
1437
|
-
public getDedicatedIp(
|
|
1438
|
-
args: GetDedicatedIpCommandInput,
|
|
1439
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDedicatedIpCommandOutput) => void),
|
|
1440
|
-
cb?: (err: any, data?: GetDedicatedIpCommandOutput) => void
|
|
1441
|
-
): Promise<GetDedicatedIpCommandOutput> | void {
|
|
1442
|
-
const command = new GetDedicatedIpCommand(args);
|
|
1443
|
-
if (typeof optionsOrCb === "function") {
|
|
1444
|
-
this.send(command, optionsOrCb);
|
|
1445
|
-
} else if (typeof cb === "function") {
|
|
1446
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1447
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1448
|
-
} else {
|
|
1449
|
-
return this.send(command, optionsOrCb);
|
|
1450
|
-
}
|
|
1451
|
-
}
|
|
1452
|
-
|
|
1453
|
-
/**
|
|
1454
|
-
* <p>List the dedicated IP addresses that are associated with your AWS
|
|
1455
|
-
* account.</p>
|
|
1456
|
-
*/
|
|
1457
|
-
public getDedicatedIps(
|
|
1458
|
-
args: GetDedicatedIpsCommandInput,
|
|
1459
|
-
options?: __HttpHandlerOptions
|
|
1460
|
-
): Promise<GetDedicatedIpsCommandOutput>;
|
|
1461
|
-
public getDedicatedIps(
|
|
1462
|
-
args: GetDedicatedIpsCommandInput,
|
|
1463
|
-
cb: (err: any, data?: GetDedicatedIpsCommandOutput) => void
|
|
1464
|
-
): void;
|
|
1465
|
-
public getDedicatedIps(
|
|
1466
|
-
args: GetDedicatedIpsCommandInput,
|
|
1467
|
-
options: __HttpHandlerOptions,
|
|
1468
|
-
cb: (err: any, data?: GetDedicatedIpsCommandOutput) => void
|
|
1469
|
-
): void;
|
|
1470
|
-
public getDedicatedIps(
|
|
1471
|
-
args: GetDedicatedIpsCommandInput,
|
|
1472
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDedicatedIpsCommandOutput) => void),
|
|
1473
|
-
cb?: (err: any, data?: GetDedicatedIpsCommandOutput) => void
|
|
1474
|
-
): Promise<GetDedicatedIpsCommandOutput> | void {
|
|
1475
|
-
const command = new GetDedicatedIpsCommand(args);
|
|
1476
|
-
if (typeof optionsOrCb === "function") {
|
|
1477
|
-
this.send(command, optionsOrCb);
|
|
1478
|
-
} else if (typeof cb === "function") {
|
|
1479
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1480
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1481
|
-
} else {
|
|
1482
|
-
return this.send(command, optionsOrCb);
|
|
1483
|
-
}
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
|
-
/**
|
|
1487
|
-
* <p>Retrieve information about the status of the Deliverability dashboard for your account. When
|
|
1488
|
-
* the Deliverability dashboard is enabled, you gain access to reputation, deliverability, and other
|
|
1489
|
-
* metrics for the domains that you use to send email. You also gain the ability to perform
|
|
1490
|
-
* predictive inbox placement tests.</p>
|
|
1491
|
-
*
|
|
1492
|
-
* <p>When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition
|
|
1493
|
-
* to any other fees that you accrue by using Amazon SES and other AWS services. For more
|
|
1494
|
-
* information about the features and cost of a Deliverability dashboard subscription, see <a href="http://aws.amazon.com/ses/pricing/">Amazon SES Pricing</a>.</p>
|
|
1495
|
-
*/
|
|
1496
|
-
public getDeliverabilityDashboardOptions(
|
|
1497
|
-
args: GetDeliverabilityDashboardOptionsCommandInput,
|
|
1498
|
-
options?: __HttpHandlerOptions
|
|
1499
|
-
): Promise<GetDeliverabilityDashboardOptionsCommandOutput>;
|
|
1500
|
-
public getDeliverabilityDashboardOptions(
|
|
1501
|
-
args: GetDeliverabilityDashboardOptionsCommandInput,
|
|
1502
|
-
cb: (err: any, data?: GetDeliverabilityDashboardOptionsCommandOutput) => void
|
|
1503
|
-
): void;
|
|
1504
|
-
public getDeliverabilityDashboardOptions(
|
|
1505
|
-
args: GetDeliverabilityDashboardOptionsCommandInput,
|
|
1506
|
-
options: __HttpHandlerOptions,
|
|
1507
|
-
cb: (err: any, data?: GetDeliverabilityDashboardOptionsCommandOutput) => void
|
|
1508
|
-
): void;
|
|
1509
|
-
public getDeliverabilityDashboardOptions(
|
|
1510
|
-
args: GetDeliverabilityDashboardOptionsCommandInput,
|
|
1511
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDeliverabilityDashboardOptionsCommandOutput) => void),
|
|
1512
|
-
cb?: (err: any, data?: GetDeliverabilityDashboardOptionsCommandOutput) => void
|
|
1513
|
-
): Promise<GetDeliverabilityDashboardOptionsCommandOutput> | void {
|
|
1514
|
-
const command = new GetDeliverabilityDashboardOptionsCommand(args);
|
|
1515
|
-
if (typeof optionsOrCb === "function") {
|
|
1516
|
-
this.send(command, optionsOrCb);
|
|
1517
|
-
} else if (typeof cb === "function") {
|
|
1518
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1519
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1520
|
-
} else {
|
|
1521
|
-
return this.send(command, optionsOrCb);
|
|
1522
|
-
}
|
|
1523
|
-
}
|
|
1524
|
-
|
|
1525
|
-
/**
|
|
1526
|
-
* <p>Retrieve the results of a predictive inbox placement test.</p>
|
|
1527
|
-
*/
|
|
1528
|
-
public getDeliverabilityTestReport(
|
|
1529
|
-
args: GetDeliverabilityTestReportCommandInput,
|
|
1530
|
-
options?: __HttpHandlerOptions
|
|
1531
|
-
): Promise<GetDeliverabilityTestReportCommandOutput>;
|
|
1532
|
-
public getDeliverabilityTestReport(
|
|
1533
|
-
args: GetDeliverabilityTestReportCommandInput,
|
|
1534
|
-
cb: (err: any, data?: GetDeliverabilityTestReportCommandOutput) => void
|
|
1535
|
-
): void;
|
|
1536
|
-
public getDeliverabilityTestReport(
|
|
1537
|
-
args: GetDeliverabilityTestReportCommandInput,
|
|
1538
|
-
options: __HttpHandlerOptions,
|
|
1539
|
-
cb: (err: any, data?: GetDeliverabilityTestReportCommandOutput) => void
|
|
1540
|
-
): void;
|
|
1541
|
-
public getDeliverabilityTestReport(
|
|
1542
|
-
args: GetDeliverabilityTestReportCommandInput,
|
|
1543
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDeliverabilityTestReportCommandOutput) => void),
|
|
1544
|
-
cb?: (err: any, data?: GetDeliverabilityTestReportCommandOutput) => void
|
|
1545
|
-
): Promise<GetDeliverabilityTestReportCommandOutput> | void {
|
|
1546
|
-
const command = new GetDeliverabilityTestReportCommand(args);
|
|
1547
|
-
if (typeof optionsOrCb === "function") {
|
|
1548
|
-
this.send(command, optionsOrCb);
|
|
1549
|
-
} else if (typeof cb === "function") {
|
|
1550
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1551
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1552
|
-
} else {
|
|
1553
|
-
return this.send(command, optionsOrCb);
|
|
1554
|
-
}
|
|
1555
|
-
}
|
|
1556
|
-
|
|
1557
|
-
/**
|
|
1558
|
-
* <p>Retrieve all the deliverability data for a specific campaign. This data is available
|
|
1559
|
-
* for a campaign only if the campaign sent email by using a domain that the
|
|
1560
|
-
* Deliverability dashboard is enabled for.</p>
|
|
1561
|
-
*/
|
|
1562
|
-
public getDomainDeliverabilityCampaign(
|
|
1563
|
-
args: GetDomainDeliverabilityCampaignCommandInput,
|
|
1564
|
-
options?: __HttpHandlerOptions
|
|
1565
|
-
): Promise<GetDomainDeliverabilityCampaignCommandOutput>;
|
|
1566
|
-
public getDomainDeliverabilityCampaign(
|
|
1567
|
-
args: GetDomainDeliverabilityCampaignCommandInput,
|
|
1568
|
-
cb: (err: any, data?: GetDomainDeliverabilityCampaignCommandOutput) => void
|
|
1569
|
-
): void;
|
|
1570
|
-
public getDomainDeliverabilityCampaign(
|
|
1571
|
-
args: GetDomainDeliverabilityCampaignCommandInput,
|
|
1572
|
-
options: __HttpHandlerOptions,
|
|
1573
|
-
cb: (err: any, data?: GetDomainDeliverabilityCampaignCommandOutput) => void
|
|
1574
|
-
): void;
|
|
1575
|
-
public getDomainDeliverabilityCampaign(
|
|
1576
|
-
args: GetDomainDeliverabilityCampaignCommandInput,
|
|
1577
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDomainDeliverabilityCampaignCommandOutput) => void),
|
|
1578
|
-
cb?: (err: any, data?: GetDomainDeliverabilityCampaignCommandOutput) => void
|
|
1579
|
-
): Promise<GetDomainDeliverabilityCampaignCommandOutput> | void {
|
|
1580
|
-
const command = new GetDomainDeliverabilityCampaignCommand(args);
|
|
1581
|
-
if (typeof optionsOrCb === "function") {
|
|
1582
|
-
this.send(command, optionsOrCb);
|
|
1583
|
-
} else if (typeof cb === "function") {
|
|
1584
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1585
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1586
|
-
} else {
|
|
1587
|
-
return this.send(command, optionsOrCb);
|
|
1588
|
-
}
|
|
1589
|
-
}
|
|
1590
|
-
|
|
1591
|
-
/**
|
|
1592
|
-
* <p>Retrieve inbox placement and engagement rates for the domains that you use to send
|
|
1593
|
-
* email.</p>
|
|
1594
|
-
*/
|
|
1595
|
-
public getDomainStatisticsReport(
|
|
1596
|
-
args: GetDomainStatisticsReportCommandInput,
|
|
1597
|
-
options?: __HttpHandlerOptions
|
|
1598
|
-
): Promise<GetDomainStatisticsReportCommandOutput>;
|
|
1599
|
-
public getDomainStatisticsReport(
|
|
1600
|
-
args: GetDomainStatisticsReportCommandInput,
|
|
1601
|
-
cb: (err: any, data?: GetDomainStatisticsReportCommandOutput) => void
|
|
1602
|
-
): void;
|
|
1603
|
-
public getDomainStatisticsReport(
|
|
1604
|
-
args: GetDomainStatisticsReportCommandInput,
|
|
1605
|
-
options: __HttpHandlerOptions,
|
|
1606
|
-
cb: (err: any, data?: GetDomainStatisticsReportCommandOutput) => void
|
|
1607
|
-
): void;
|
|
1608
|
-
public getDomainStatisticsReport(
|
|
1609
|
-
args: GetDomainStatisticsReportCommandInput,
|
|
1610
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDomainStatisticsReportCommandOutput) => void),
|
|
1611
|
-
cb?: (err: any, data?: GetDomainStatisticsReportCommandOutput) => void
|
|
1612
|
-
): Promise<GetDomainStatisticsReportCommandOutput> | void {
|
|
1613
|
-
const command = new GetDomainStatisticsReportCommand(args);
|
|
1614
|
-
if (typeof optionsOrCb === "function") {
|
|
1615
|
-
this.send(command, optionsOrCb);
|
|
1616
|
-
} else if (typeof cb === "function") {
|
|
1617
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1618
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1619
|
-
} else {
|
|
1620
|
-
return this.send(command, optionsOrCb);
|
|
1621
|
-
}
|
|
1622
|
-
}
|
|
1623
|
-
|
|
1624
|
-
/**
|
|
1625
|
-
* <p>Provides information about a specific identity, including the identity's verification
|
|
1626
|
-
* status, sending authorization policies, its DKIM authentication status, and its custom
|
|
1627
|
-
* Mail-From settings.</p>
|
|
1628
|
-
*/
|
|
1629
|
-
public getEmailIdentity(
|
|
1630
|
-
args: GetEmailIdentityCommandInput,
|
|
1631
|
-
options?: __HttpHandlerOptions
|
|
1632
|
-
): Promise<GetEmailIdentityCommandOutput>;
|
|
1633
|
-
public getEmailIdentity(
|
|
1634
|
-
args: GetEmailIdentityCommandInput,
|
|
1635
|
-
cb: (err: any, data?: GetEmailIdentityCommandOutput) => void
|
|
1636
|
-
): void;
|
|
1637
|
-
public getEmailIdentity(
|
|
1638
|
-
args: GetEmailIdentityCommandInput,
|
|
1639
|
-
options: __HttpHandlerOptions,
|
|
1640
|
-
cb: (err: any, data?: GetEmailIdentityCommandOutput) => void
|
|
1641
|
-
): void;
|
|
1642
|
-
public getEmailIdentity(
|
|
1643
|
-
args: GetEmailIdentityCommandInput,
|
|
1644
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetEmailIdentityCommandOutput) => void),
|
|
1645
|
-
cb?: (err: any, data?: GetEmailIdentityCommandOutput) => void
|
|
1646
|
-
): Promise<GetEmailIdentityCommandOutput> | void {
|
|
1647
|
-
const command = new GetEmailIdentityCommand(args);
|
|
1648
|
-
if (typeof optionsOrCb === "function") {
|
|
1649
|
-
this.send(command, optionsOrCb);
|
|
1650
|
-
} else if (typeof cb === "function") {
|
|
1651
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1652
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1653
|
-
} else {
|
|
1654
|
-
return this.send(command, optionsOrCb);
|
|
1655
|
-
}
|
|
1656
|
-
}
|
|
1657
|
-
|
|
1658
|
-
/**
|
|
1659
|
-
* <p>Returns the requested sending authorization policies for the given identity (an email
|
|
1660
|
-
* address or a domain). The policies are returned as a map of policy names to policy
|
|
1661
|
-
* contents. You can retrieve a maximum of 20 policies at a time.</p>
|
|
1662
|
-
* <note>
|
|
1663
|
-
* <p>This API is for the identity owner only. If you have not verified the identity,
|
|
1664
|
-
* this API will return an error.</p>
|
|
1665
|
-
* </note>
|
|
1666
|
-
* <p>Sending authorization is a feature that enables an identity owner to authorize other
|
|
1667
|
-
* senders to use its identities. For information about using sending authorization, see
|
|
1668
|
-
* the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer
|
|
1669
|
-
* Guide</a>.</p>
|
|
1670
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
1671
|
-
*/
|
|
1672
|
-
public getEmailIdentityPolicies(
|
|
1673
|
-
args: GetEmailIdentityPoliciesCommandInput,
|
|
1674
|
-
options?: __HttpHandlerOptions
|
|
1675
|
-
): Promise<GetEmailIdentityPoliciesCommandOutput>;
|
|
1676
|
-
public getEmailIdentityPolicies(
|
|
1677
|
-
args: GetEmailIdentityPoliciesCommandInput,
|
|
1678
|
-
cb: (err: any, data?: GetEmailIdentityPoliciesCommandOutput) => void
|
|
1679
|
-
): void;
|
|
1680
|
-
public getEmailIdentityPolicies(
|
|
1681
|
-
args: GetEmailIdentityPoliciesCommandInput,
|
|
1682
|
-
options: __HttpHandlerOptions,
|
|
1683
|
-
cb: (err: any, data?: GetEmailIdentityPoliciesCommandOutput) => void
|
|
1684
|
-
): void;
|
|
1685
|
-
public getEmailIdentityPolicies(
|
|
1686
|
-
args: GetEmailIdentityPoliciesCommandInput,
|
|
1687
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetEmailIdentityPoliciesCommandOutput) => void),
|
|
1688
|
-
cb?: (err: any, data?: GetEmailIdentityPoliciesCommandOutput) => void
|
|
1689
|
-
): Promise<GetEmailIdentityPoliciesCommandOutput> | void {
|
|
1690
|
-
const command = new GetEmailIdentityPoliciesCommand(args);
|
|
1691
|
-
if (typeof optionsOrCb === "function") {
|
|
1692
|
-
this.send(command, optionsOrCb);
|
|
1693
|
-
} else if (typeof cb === "function") {
|
|
1694
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1695
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1696
|
-
} else {
|
|
1697
|
-
return this.send(command, optionsOrCb);
|
|
1698
|
-
}
|
|
1699
|
-
}
|
|
1700
|
-
|
|
1701
|
-
/**
|
|
1702
|
-
* <p>Displays the template object (which includes the subject line, HTML part and text
|
|
1703
|
-
* part) for the template you specify.</p>
|
|
1704
|
-
*
|
|
1705
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
1706
|
-
*/
|
|
1707
|
-
public getEmailTemplate(
|
|
1708
|
-
args: GetEmailTemplateCommandInput,
|
|
1709
|
-
options?: __HttpHandlerOptions
|
|
1710
|
-
): Promise<GetEmailTemplateCommandOutput>;
|
|
1711
|
-
public getEmailTemplate(
|
|
1712
|
-
args: GetEmailTemplateCommandInput,
|
|
1713
|
-
cb: (err: any, data?: GetEmailTemplateCommandOutput) => void
|
|
1714
|
-
): void;
|
|
1715
|
-
public getEmailTemplate(
|
|
1716
|
-
args: GetEmailTemplateCommandInput,
|
|
1717
|
-
options: __HttpHandlerOptions,
|
|
1718
|
-
cb: (err: any, data?: GetEmailTemplateCommandOutput) => void
|
|
1719
|
-
): void;
|
|
1720
|
-
public getEmailTemplate(
|
|
1721
|
-
args: GetEmailTemplateCommandInput,
|
|
1722
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetEmailTemplateCommandOutput) => void),
|
|
1723
|
-
cb?: (err: any, data?: GetEmailTemplateCommandOutput) => void
|
|
1724
|
-
): Promise<GetEmailTemplateCommandOutput> | void {
|
|
1725
|
-
const command = new GetEmailTemplateCommand(args);
|
|
1726
|
-
if (typeof optionsOrCb === "function") {
|
|
1727
|
-
this.send(command, optionsOrCb);
|
|
1728
|
-
} else if (typeof cb === "function") {
|
|
1729
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1730
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1731
|
-
} else {
|
|
1732
|
-
return this.send(command, optionsOrCb);
|
|
1733
|
-
}
|
|
1734
|
-
}
|
|
1735
|
-
|
|
1736
|
-
/**
|
|
1737
|
-
* <p>Provides information about an import job.</p>
|
|
1738
|
-
*/
|
|
1739
|
-
public getImportJob(
|
|
1740
|
-
args: GetImportJobCommandInput,
|
|
1741
|
-
options?: __HttpHandlerOptions
|
|
1742
|
-
): Promise<GetImportJobCommandOutput>;
|
|
1743
|
-
public getImportJob(args: GetImportJobCommandInput, cb: (err: any, data?: GetImportJobCommandOutput) => void): void;
|
|
1744
|
-
public getImportJob(
|
|
1745
|
-
args: GetImportJobCommandInput,
|
|
1746
|
-
options: __HttpHandlerOptions,
|
|
1747
|
-
cb: (err: any, data?: GetImportJobCommandOutput) => void
|
|
1748
|
-
): void;
|
|
1749
|
-
public getImportJob(
|
|
1750
|
-
args: GetImportJobCommandInput,
|
|
1751
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetImportJobCommandOutput) => void),
|
|
1752
|
-
cb?: (err: any, data?: GetImportJobCommandOutput) => void
|
|
1753
|
-
): Promise<GetImportJobCommandOutput> | void {
|
|
1754
|
-
const command = new GetImportJobCommand(args);
|
|
1755
|
-
if (typeof optionsOrCb === "function") {
|
|
1756
|
-
this.send(command, optionsOrCb);
|
|
1757
|
-
} else if (typeof cb === "function") {
|
|
1758
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1759
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1760
|
-
} else {
|
|
1761
|
-
return this.send(command, optionsOrCb);
|
|
1762
|
-
}
|
|
1763
|
-
}
|
|
1764
|
-
|
|
1765
|
-
/**
|
|
1766
|
-
* <p>Retrieves information about a specific email address that's on the suppression list
|
|
1767
|
-
* for your account.</p>
|
|
1768
|
-
*/
|
|
1769
|
-
public getSuppressedDestination(
|
|
1770
|
-
args: GetSuppressedDestinationCommandInput,
|
|
1771
|
-
options?: __HttpHandlerOptions
|
|
1772
|
-
): Promise<GetSuppressedDestinationCommandOutput>;
|
|
1773
|
-
public getSuppressedDestination(
|
|
1774
|
-
args: GetSuppressedDestinationCommandInput,
|
|
1775
|
-
cb: (err: any, data?: GetSuppressedDestinationCommandOutput) => void
|
|
1776
|
-
): void;
|
|
1777
|
-
public getSuppressedDestination(
|
|
1778
|
-
args: GetSuppressedDestinationCommandInput,
|
|
1779
|
-
options: __HttpHandlerOptions,
|
|
1780
|
-
cb: (err: any, data?: GetSuppressedDestinationCommandOutput) => void
|
|
1781
|
-
): void;
|
|
1782
|
-
public getSuppressedDestination(
|
|
1783
|
-
args: GetSuppressedDestinationCommandInput,
|
|
1784
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetSuppressedDestinationCommandOutput) => void),
|
|
1785
|
-
cb?: (err: any, data?: GetSuppressedDestinationCommandOutput) => void
|
|
1786
|
-
): Promise<GetSuppressedDestinationCommandOutput> | void {
|
|
1787
|
-
const command = new GetSuppressedDestinationCommand(args);
|
|
1788
|
-
if (typeof optionsOrCb === "function") {
|
|
1789
|
-
this.send(command, optionsOrCb);
|
|
1790
|
-
} else if (typeof cb === "function") {
|
|
1791
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1792
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1793
|
-
} else {
|
|
1794
|
-
return this.send(command, optionsOrCb);
|
|
1795
|
-
}
|
|
1796
|
-
}
|
|
1797
|
-
|
|
1798
|
-
/**
|
|
1799
|
-
* <p>List all of the configuration sets associated with your account in the current
|
|
1800
|
-
* region.</p>
|
|
1801
|
-
* <p>
|
|
1802
|
-
* <i>Configuration sets</i> are groups of rules that you can apply to the
|
|
1803
|
-
* emails you send. You apply a configuration set to an email by including a reference to
|
|
1804
|
-
* the configuration set in the headers of the email. When you apply a configuration set to
|
|
1805
|
-
* an email, all of the rules in that configuration set are applied to the email.</p>
|
|
1806
|
-
*/
|
|
1807
|
-
public listConfigurationSets(
|
|
1808
|
-
args: ListConfigurationSetsCommandInput,
|
|
1809
|
-
options?: __HttpHandlerOptions
|
|
1810
|
-
): Promise<ListConfigurationSetsCommandOutput>;
|
|
1811
|
-
public listConfigurationSets(
|
|
1812
|
-
args: ListConfigurationSetsCommandInput,
|
|
1813
|
-
cb: (err: any, data?: ListConfigurationSetsCommandOutput) => void
|
|
1814
|
-
): void;
|
|
1815
|
-
public listConfigurationSets(
|
|
1816
|
-
args: ListConfigurationSetsCommandInput,
|
|
1817
|
-
options: __HttpHandlerOptions,
|
|
1818
|
-
cb: (err: any, data?: ListConfigurationSetsCommandOutput) => void
|
|
1819
|
-
): void;
|
|
1820
|
-
public listConfigurationSets(
|
|
1821
|
-
args: ListConfigurationSetsCommandInput,
|
|
1822
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListConfigurationSetsCommandOutput) => void),
|
|
1823
|
-
cb?: (err: any, data?: ListConfigurationSetsCommandOutput) => void
|
|
1824
|
-
): Promise<ListConfigurationSetsCommandOutput> | void {
|
|
1825
|
-
const command = new ListConfigurationSetsCommand(args);
|
|
1826
|
-
if (typeof optionsOrCb === "function") {
|
|
1827
|
-
this.send(command, optionsOrCb);
|
|
1828
|
-
} else if (typeof cb === "function") {
|
|
1829
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1830
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1831
|
-
} else {
|
|
1832
|
-
return this.send(command, optionsOrCb);
|
|
1833
|
-
}
|
|
1834
|
-
}
|
|
1835
|
-
|
|
1836
|
-
/**
|
|
1837
|
-
* <p>Lists all of the contact lists available.</p>
|
|
1838
|
-
*/
|
|
1839
|
-
public listContactLists(
|
|
1840
|
-
args: ListContactListsCommandInput,
|
|
1841
|
-
options?: __HttpHandlerOptions
|
|
1842
|
-
): Promise<ListContactListsCommandOutput>;
|
|
1843
|
-
public listContactLists(
|
|
1844
|
-
args: ListContactListsCommandInput,
|
|
1845
|
-
cb: (err: any, data?: ListContactListsCommandOutput) => void
|
|
1846
|
-
): void;
|
|
1847
|
-
public listContactLists(
|
|
1848
|
-
args: ListContactListsCommandInput,
|
|
1849
|
-
options: __HttpHandlerOptions,
|
|
1850
|
-
cb: (err: any, data?: ListContactListsCommandOutput) => void
|
|
1851
|
-
): void;
|
|
1852
|
-
public listContactLists(
|
|
1853
|
-
args: ListContactListsCommandInput,
|
|
1854
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListContactListsCommandOutput) => void),
|
|
1855
|
-
cb?: (err: any, data?: ListContactListsCommandOutput) => void
|
|
1856
|
-
): Promise<ListContactListsCommandOutput> | void {
|
|
1857
|
-
const command = new ListContactListsCommand(args);
|
|
1858
|
-
if (typeof optionsOrCb === "function") {
|
|
1859
|
-
this.send(command, optionsOrCb);
|
|
1860
|
-
} else if (typeof cb === "function") {
|
|
1861
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1862
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1863
|
-
} else {
|
|
1864
|
-
return this.send(command, optionsOrCb);
|
|
1865
|
-
}
|
|
1866
|
-
}
|
|
1867
|
-
|
|
1868
|
-
/**
|
|
1869
|
-
* <p>Lists the contacts present in a specific contact list.</p>
|
|
1870
|
-
*/
|
|
1871
|
-
public listContacts(
|
|
1872
|
-
args: ListContactsCommandInput,
|
|
1873
|
-
options?: __HttpHandlerOptions
|
|
1874
|
-
): Promise<ListContactsCommandOutput>;
|
|
1875
|
-
public listContacts(args: ListContactsCommandInput, cb: (err: any, data?: ListContactsCommandOutput) => void): void;
|
|
1876
|
-
public listContacts(
|
|
1877
|
-
args: ListContactsCommandInput,
|
|
1878
|
-
options: __HttpHandlerOptions,
|
|
1879
|
-
cb: (err: any, data?: ListContactsCommandOutput) => void
|
|
1880
|
-
): void;
|
|
1881
|
-
public listContacts(
|
|
1882
|
-
args: ListContactsCommandInput,
|
|
1883
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListContactsCommandOutput) => void),
|
|
1884
|
-
cb?: (err: any, data?: ListContactsCommandOutput) => void
|
|
1885
|
-
): Promise<ListContactsCommandOutput> | void {
|
|
1886
|
-
const command = new ListContactsCommand(args);
|
|
1887
|
-
if (typeof optionsOrCb === "function") {
|
|
1888
|
-
this.send(command, optionsOrCb);
|
|
1889
|
-
} else if (typeof cb === "function") {
|
|
1890
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1891
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1892
|
-
} else {
|
|
1893
|
-
return this.send(command, optionsOrCb);
|
|
1894
|
-
}
|
|
1895
|
-
}
|
|
1896
|
-
|
|
1897
|
-
/**
|
|
1898
|
-
* <p>Lists the existing custom verification email templates for your account in the current
|
|
1899
|
-
* AWS Region.</p>
|
|
1900
|
-
* <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-verify-address-custom.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer
|
|
1901
|
-
* Guide</i>.</p>
|
|
1902
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
1903
|
-
*/
|
|
1904
|
-
public listCustomVerificationEmailTemplates(
|
|
1905
|
-
args: ListCustomVerificationEmailTemplatesCommandInput,
|
|
1906
|
-
options?: __HttpHandlerOptions
|
|
1907
|
-
): Promise<ListCustomVerificationEmailTemplatesCommandOutput>;
|
|
1908
|
-
public listCustomVerificationEmailTemplates(
|
|
1909
|
-
args: ListCustomVerificationEmailTemplatesCommandInput,
|
|
1910
|
-
cb: (err: any, data?: ListCustomVerificationEmailTemplatesCommandOutput) => void
|
|
1911
|
-
): void;
|
|
1912
|
-
public listCustomVerificationEmailTemplates(
|
|
1913
|
-
args: ListCustomVerificationEmailTemplatesCommandInput,
|
|
1914
|
-
options: __HttpHandlerOptions,
|
|
1915
|
-
cb: (err: any, data?: ListCustomVerificationEmailTemplatesCommandOutput) => void
|
|
1916
|
-
): void;
|
|
1917
|
-
public listCustomVerificationEmailTemplates(
|
|
1918
|
-
args: ListCustomVerificationEmailTemplatesCommandInput,
|
|
1919
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListCustomVerificationEmailTemplatesCommandOutput) => void),
|
|
1920
|
-
cb?: (err: any, data?: ListCustomVerificationEmailTemplatesCommandOutput) => void
|
|
1921
|
-
): Promise<ListCustomVerificationEmailTemplatesCommandOutput> | void {
|
|
1922
|
-
const command = new ListCustomVerificationEmailTemplatesCommand(args);
|
|
1923
|
-
if (typeof optionsOrCb === "function") {
|
|
1924
|
-
this.send(command, optionsOrCb);
|
|
1925
|
-
} else if (typeof cb === "function") {
|
|
1926
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1927
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1928
|
-
} else {
|
|
1929
|
-
return this.send(command, optionsOrCb);
|
|
1930
|
-
}
|
|
1931
|
-
}
|
|
1932
|
-
|
|
1933
|
-
/**
|
|
1934
|
-
* <p>List all of the dedicated IP pools that exist in your AWS account in the current
|
|
1935
|
-
* Region.</p>
|
|
1936
|
-
*/
|
|
1937
|
-
public listDedicatedIpPools(
|
|
1938
|
-
args: ListDedicatedIpPoolsCommandInput,
|
|
1939
|
-
options?: __HttpHandlerOptions
|
|
1940
|
-
): Promise<ListDedicatedIpPoolsCommandOutput>;
|
|
1941
|
-
public listDedicatedIpPools(
|
|
1942
|
-
args: ListDedicatedIpPoolsCommandInput,
|
|
1943
|
-
cb: (err: any, data?: ListDedicatedIpPoolsCommandOutput) => void
|
|
1944
|
-
): void;
|
|
1945
|
-
public listDedicatedIpPools(
|
|
1946
|
-
args: ListDedicatedIpPoolsCommandInput,
|
|
1947
|
-
options: __HttpHandlerOptions,
|
|
1948
|
-
cb: (err: any, data?: ListDedicatedIpPoolsCommandOutput) => void
|
|
1949
|
-
): void;
|
|
1950
|
-
public listDedicatedIpPools(
|
|
1951
|
-
args: ListDedicatedIpPoolsCommandInput,
|
|
1952
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListDedicatedIpPoolsCommandOutput) => void),
|
|
1953
|
-
cb?: (err: any, data?: ListDedicatedIpPoolsCommandOutput) => void
|
|
1954
|
-
): Promise<ListDedicatedIpPoolsCommandOutput> | void {
|
|
1955
|
-
const command = new ListDedicatedIpPoolsCommand(args);
|
|
1956
|
-
if (typeof optionsOrCb === "function") {
|
|
1957
|
-
this.send(command, optionsOrCb);
|
|
1958
|
-
} else if (typeof cb === "function") {
|
|
1959
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1960
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1961
|
-
} else {
|
|
1962
|
-
return this.send(command, optionsOrCb);
|
|
1963
|
-
}
|
|
1964
|
-
}
|
|
1965
|
-
|
|
1966
|
-
/**
|
|
1967
|
-
* <p>Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses. For
|
|
1968
|
-
* predictive inbox placement tests that are complete, you can use the <code>GetDeliverabilityTestReport</code>
|
|
1969
|
-
* operation to view the results.</p>
|
|
1970
|
-
*/
|
|
1971
|
-
public listDeliverabilityTestReports(
|
|
1972
|
-
args: ListDeliverabilityTestReportsCommandInput,
|
|
1973
|
-
options?: __HttpHandlerOptions
|
|
1974
|
-
): Promise<ListDeliverabilityTestReportsCommandOutput>;
|
|
1975
|
-
public listDeliverabilityTestReports(
|
|
1976
|
-
args: ListDeliverabilityTestReportsCommandInput,
|
|
1977
|
-
cb: (err: any, data?: ListDeliverabilityTestReportsCommandOutput) => void
|
|
1978
|
-
): void;
|
|
1979
|
-
public listDeliverabilityTestReports(
|
|
1980
|
-
args: ListDeliverabilityTestReportsCommandInput,
|
|
1981
|
-
options: __HttpHandlerOptions,
|
|
1982
|
-
cb: (err: any, data?: ListDeliverabilityTestReportsCommandOutput) => void
|
|
1983
|
-
): void;
|
|
1984
|
-
public listDeliverabilityTestReports(
|
|
1985
|
-
args: ListDeliverabilityTestReportsCommandInput,
|
|
1986
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListDeliverabilityTestReportsCommandOutput) => void),
|
|
1987
|
-
cb?: (err: any, data?: ListDeliverabilityTestReportsCommandOutput) => void
|
|
1988
|
-
): Promise<ListDeliverabilityTestReportsCommandOutput> | void {
|
|
1989
|
-
const command = new ListDeliverabilityTestReportsCommand(args);
|
|
1990
|
-
if (typeof optionsOrCb === "function") {
|
|
1991
|
-
this.send(command, optionsOrCb);
|
|
1992
|
-
} else if (typeof cb === "function") {
|
|
1993
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1994
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1995
|
-
} else {
|
|
1996
|
-
return this.send(command, optionsOrCb);
|
|
1997
|
-
}
|
|
1998
|
-
}
|
|
1999
|
-
|
|
2000
|
-
/**
|
|
2001
|
-
* <p>Retrieve deliverability data for all the campaigns that used a specific domain to send
|
|
2002
|
-
* email during a specified time range. This data is available for a domain only if you
|
|
2003
|
-
* enabled the Deliverability dashboard for the domain.</p>
|
|
2004
|
-
*/
|
|
2005
|
-
public listDomainDeliverabilityCampaigns(
|
|
2006
|
-
args: ListDomainDeliverabilityCampaignsCommandInput,
|
|
2007
|
-
options?: __HttpHandlerOptions
|
|
2008
|
-
): Promise<ListDomainDeliverabilityCampaignsCommandOutput>;
|
|
2009
|
-
public listDomainDeliverabilityCampaigns(
|
|
2010
|
-
args: ListDomainDeliverabilityCampaignsCommandInput,
|
|
2011
|
-
cb: (err: any, data?: ListDomainDeliverabilityCampaignsCommandOutput) => void
|
|
2012
|
-
): void;
|
|
2013
|
-
public listDomainDeliverabilityCampaigns(
|
|
2014
|
-
args: ListDomainDeliverabilityCampaignsCommandInput,
|
|
2015
|
-
options: __HttpHandlerOptions,
|
|
2016
|
-
cb: (err: any, data?: ListDomainDeliverabilityCampaignsCommandOutput) => void
|
|
2017
|
-
): void;
|
|
2018
|
-
public listDomainDeliverabilityCampaigns(
|
|
2019
|
-
args: ListDomainDeliverabilityCampaignsCommandInput,
|
|
2020
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListDomainDeliverabilityCampaignsCommandOutput) => void),
|
|
2021
|
-
cb?: (err: any, data?: ListDomainDeliverabilityCampaignsCommandOutput) => void
|
|
2022
|
-
): Promise<ListDomainDeliverabilityCampaignsCommandOutput> | void {
|
|
2023
|
-
const command = new ListDomainDeliverabilityCampaignsCommand(args);
|
|
2024
|
-
if (typeof optionsOrCb === "function") {
|
|
2025
|
-
this.send(command, optionsOrCb);
|
|
2026
|
-
} else if (typeof cb === "function") {
|
|
2027
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2028
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2029
|
-
} else {
|
|
2030
|
-
return this.send(command, optionsOrCb);
|
|
2031
|
-
}
|
|
2032
|
-
}
|
|
2033
|
-
|
|
2034
|
-
/**
|
|
2035
|
-
* <p>Returns a list of all of the email identities that are associated with your AWS
|
|
2036
|
-
* account. An identity can be either an email address or a domain. This operation returns
|
|
2037
|
-
* identities that are verified as well as those that aren't. This operation returns
|
|
2038
|
-
* identities that are associated with Amazon SES and Amazon Pinpoint.</p>
|
|
2039
|
-
*/
|
|
2040
|
-
public listEmailIdentities(
|
|
2041
|
-
args: ListEmailIdentitiesCommandInput,
|
|
2042
|
-
options?: __HttpHandlerOptions
|
|
2043
|
-
): Promise<ListEmailIdentitiesCommandOutput>;
|
|
2044
|
-
public listEmailIdentities(
|
|
2045
|
-
args: ListEmailIdentitiesCommandInput,
|
|
2046
|
-
cb: (err: any, data?: ListEmailIdentitiesCommandOutput) => void
|
|
2047
|
-
): void;
|
|
2048
|
-
public listEmailIdentities(
|
|
2049
|
-
args: ListEmailIdentitiesCommandInput,
|
|
2050
|
-
options: __HttpHandlerOptions,
|
|
2051
|
-
cb: (err: any, data?: ListEmailIdentitiesCommandOutput) => void
|
|
2052
|
-
): void;
|
|
2053
|
-
public listEmailIdentities(
|
|
2054
|
-
args: ListEmailIdentitiesCommandInput,
|
|
2055
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListEmailIdentitiesCommandOutput) => void),
|
|
2056
|
-
cb?: (err: any, data?: ListEmailIdentitiesCommandOutput) => void
|
|
2057
|
-
): Promise<ListEmailIdentitiesCommandOutput> | void {
|
|
2058
|
-
const command = new ListEmailIdentitiesCommand(args);
|
|
2059
|
-
if (typeof optionsOrCb === "function") {
|
|
2060
|
-
this.send(command, optionsOrCb);
|
|
2061
|
-
} else if (typeof cb === "function") {
|
|
2062
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2063
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2064
|
-
} else {
|
|
2065
|
-
return this.send(command, optionsOrCb);
|
|
2066
|
-
}
|
|
2067
|
-
}
|
|
2068
|
-
|
|
2069
|
-
/**
|
|
2070
|
-
* <p>Lists the email templates present in your Amazon SES account in the current AWS
|
|
2071
|
-
* Region.</p>
|
|
2072
|
-
*
|
|
2073
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
2074
|
-
*/
|
|
2075
|
-
public listEmailTemplates(
|
|
2076
|
-
args: ListEmailTemplatesCommandInput,
|
|
2077
|
-
options?: __HttpHandlerOptions
|
|
2078
|
-
): Promise<ListEmailTemplatesCommandOutput>;
|
|
2079
|
-
public listEmailTemplates(
|
|
2080
|
-
args: ListEmailTemplatesCommandInput,
|
|
2081
|
-
cb: (err: any, data?: ListEmailTemplatesCommandOutput) => void
|
|
2082
|
-
): void;
|
|
2083
|
-
public listEmailTemplates(
|
|
2084
|
-
args: ListEmailTemplatesCommandInput,
|
|
2085
|
-
options: __HttpHandlerOptions,
|
|
2086
|
-
cb: (err: any, data?: ListEmailTemplatesCommandOutput) => void
|
|
2087
|
-
): void;
|
|
2088
|
-
public listEmailTemplates(
|
|
2089
|
-
args: ListEmailTemplatesCommandInput,
|
|
2090
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListEmailTemplatesCommandOutput) => void),
|
|
2091
|
-
cb?: (err: any, data?: ListEmailTemplatesCommandOutput) => void
|
|
2092
|
-
): Promise<ListEmailTemplatesCommandOutput> | void {
|
|
2093
|
-
const command = new ListEmailTemplatesCommand(args);
|
|
2094
|
-
if (typeof optionsOrCb === "function") {
|
|
2095
|
-
this.send(command, optionsOrCb);
|
|
2096
|
-
} else if (typeof cb === "function") {
|
|
2097
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2098
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2099
|
-
} else {
|
|
2100
|
-
return this.send(command, optionsOrCb);
|
|
2101
|
-
}
|
|
2102
|
-
}
|
|
2103
|
-
|
|
2104
|
-
/**
|
|
2105
|
-
* <p>Lists all of the import jobs.</p>
|
|
2106
|
-
*/
|
|
2107
|
-
public listImportJobs(
|
|
2108
|
-
args: ListImportJobsCommandInput,
|
|
2109
|
-
options?: __HttpHandlerOptions
|
|
2110
|
-
): Promise<ListImportJobsCommandOutput>;
|
|
2111
|
-
public listImportJobs(
|
|
2112
|
-
args: ListImportJobsCommandInput,
|
|
2113
|
-
cb: (err: any, data?: ListImportJobsCommandOutput) => void
|
|
2114
|
-
): void;
|
|
2115
|
-
public listImportJobs(
|
|
2116
|
-
args: ListImportJobsCommandInput,
|
|
2117
|
-
options: __HttpHandlerOptions,
|
|
2118
|
-
cb: (err: any, data?: ListImportJobsCommandOutput) => void
|
|
2119
|
-
): void;
|
|
2120
|
-
public listImportJobs(
|
|
2121
|
-
args: ListImportJobsCommandInput,
|
|
2122
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListImportJobsCommandOutput) => void),
|
|
2123
|
-
cb?: (err: any, data?: ListImportJobsCommandOutput) => void
|
|
2124
|
-
): Promise<ListImportJobsCommandOutput> | void {
|
|
2125
|
-
const command = new ListImportJobsCommand(args);
|
|
2126
|
-
if (typeof optionsOrCb === "function") {
|
|
2127
|
-
this.send(command, optionsOrCb);
|
|
2128
|
-
} else if (typeof cb === "function") {
|
|
2129
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2130
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2131
|
-
} else {
|
|
2132
|
-
return this.send(command, optionsOrCb);
|
|
2133
|
-
}
|
|
2134
|
-
}
|
|
2135
|
-
|
|
2136
|
-
/**
|
|
2137
|
-
* <p>Retrieves a list of email addresses that are on the suppression list for your
|
|
2138
|
-
* account.</p>
|
|
2139
|
-
*/
|
|
2140
|
-
public listSuppressedDestinations(
|
|
2141
|
-
args: ListSuppressedDestinationsCommandInput,
|
|
2142
|
-
options?: __HttpHandlerOptions
|
|
2143
|
-
): Promise<ListSuppressedDestinationsCommandOutput>;
|
|
2144
|
-
public listSuppressedDestinations(
|
|
2145
|
-
args: ListSuppressedDestinationsCommandInput,
|
|
2146
|
-
cb: (err: any, data?: ListSuppressedDestinationsCommandOutput) => void
|
|
2147
|
-
): void;
|
|
2148
|
-
public listSuppressedDestinations(
|
|
2149
|
-
args: ListSuppressedDestinationsCommandInput,
|
|
2150
|
-
options: __HttpHandlerOptions,
|
|
2151
|
-
cb: (err: any, data?: ListSuppressedDestinationsCommandOutput) => void
|
|
2152
|
-
): void;
|
|
2153
|
-
public listSuppressedDestinations(
|
|
2154
|
-
args: ListSuppressedDestinationsCommandInput,
|
|
2155
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListSuppressedDestinationsCommandOutput) => void),
|
|
2156
|
-
cb?: (err: any, data?: ListSuppressedDestinationsCommandOutput) => void
|
|
2157
|
-
): Promise<ListSuppressedDestinationsCommandOutput> | void {
|
|
2158
|
-
const command = new ListSuppressedDestinationsCommand(args);
|
|
2159
|
-
if (typeof optionsOrCb === "function") {
|
|
2160
|
-
this.send(command, optionsOrCb);
|
|
2161
|
-
} else if (typeof cb === "function") {
|
|
2162
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2163
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2164
|
-
} else {
|
|
2165
|
-
return this.send(command, optionsOrCb);
|
|
2166
|
-
}
|
|
2167
|
-
}
|
|
2168
|
-
|
|
2169
|
-
/**
|
|
2170
|
-
* <p>Retrieve a list of the tags (keys and values) that are associated with a specified
|
|
2171
|
-
* resource. A <i>tag</i> is a label that you optionally define and associate
|
|
2172
|
-
* with a resource. Each tag consists of a required <i>tag key</i> and an
|
|
2173
|
-
* optional associated <i>tag value</i>. A tag key is a general label that
|
|
2174
|
-
* acts as a category for more specific tag values. A tag value acts as a descriptor within
|
|
2175
|
-
* a tag key.</p>
|
|
2176
|
-
*/
|
|
2177
|
-
public listTagsForResource(
|
|
2178
|
-
args: ListTagsForResourceCommandInput,
|
|
2179
|
-
options?: __HttpHandlerOptions
|
|
2180
|
-
): Promise<ListTagsForResourceCommandOutput>;
|
|
2181
|
-
public listTagsForResource(
|
|
2182
|
-
args: ListTagsForResourceCommandInput,
|
|
2183
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
2184
|
-
): void;
|
|
2185
|
-
public listTagsForResource(
|
|
2186
|
-
args: ListTagsForResourceCommandInput,
|
|
2187
|
-
options: __HttpHandlerOptions,
|
|
2188
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
2189
|
-
): void;
|
|
2190
|
-
public listTagsForResource(
|
|
2191
|
-
args: ListTagsForResourceCommandInput,
|
|
2192
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTagsForResourceCommandOutput) => void),
|
|
2193
|
-
cb?: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
2194
|
-
): Promise<ListTagsForResourceCommandOutput> | void {
|
|
2195
|
-
const command = new ListTagsForResourceCommand(args);
|
|
2196
|
-
if (typeof optionsOrCb === "function") {
|
|
2197
|
-
this.send(command, optionsOrCb);
|
|
2198
|
-
} else if (typeof cb === "function") {
|
|
2199
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2200
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2201
|
-
} else {
|
|
2202
|
-
return this.send(command, optionsOrCb);
|
|
2203
|
-
}
|
|
2204
|
-
}
|
|
2205
|
-
|
|
2206
|
-
/**
|
|
2207
|
-
* <p>Enable or disable the automatic warm-up feature for dedicated IP addresses.</p>
|
|
2208
|
-
*/
|
|
2209
|
-
public putAccountDedicatedIpWarmupAttributes(
|
|
2210
|
-
args: PutAccountDedicatedIpWarmupAttributesCommandInput,
|
|
2211
|
-
options?: __HttpHandlerOptions
|
|
2212
|
-
): Promise<PutAccountDedicatedIpWarmupAttributesCommandOutput>;
|
|
2213
|
-
public putAccountDedicatedIpWarmupAttributes(
|
|
2214
|
-
args: PutAccountDedicatedIpWarmupAttributesCommandInput,
|
|
2215
|
-
cb: (err: any, data?: PutAccountDedicatedIpWarmupAttributesCommandOutput) => void
|
|
2216
|
-
): void;
|
|
2217
|
-
public putAccountDedicatedIpWarmupAttributes(
|
|
2218
|
-
args: PutAccountDedicatedIpWarmupAttributesCommandInput,
|
|
2219
|
-
options: __HttpHandlerOptions,
|
|
2220
|
-
cb: (err: any, data?: PutAccountDedicatedIpWarmupAttributesCommandOutput) => void
|
|
2221
|
-
): void;
|
|
2222
|
-
public putAccountDedicatedIpWarmupAttributes(
|
|
2223
|
-
args: PutAccountDedicatedIpWarmupAttributesCommandInput,
|
|
2224
|
-
optionsOrCb?:
|
|
2225
|
-
| __HttpHandlerOptions
|
|
2226
|
-
| ((err: any, data?: PutAccountDedicatedIpWarmupAttributesCommandOutput) => void),
|
|
2227
|
-
cb?: (err: any, data?: PutAccountDedicatedIpWarmupAttributesCommandOutput) => void
|
|
2228
|
-
): Promise<PutAccountDedicatedIpWarmupAttributesCommandOutput> | void {
|
|
2229
|
-
const command = new PutAccountDedicatedIpWarmupAttributesCommand(args);
|
|
2230
|
-
if (typeof optionsOrCb === "function") {
|
|
2231
|
-
this.send(command, optionsOrCb);
|
|
2232
|
-
} else if (typeof cb === "function") {
|
|
2233
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2234
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2235
|
-
} else {
|
|
2236
|
-
return this.send(command, optionsOrCb);
|
|
2237
|
-
}
|
|
2238
|
-
}
|
|
2239
|
-
|
|
2240
|
-
/**
|
|
2241
|
-
* <p>Update your Amazon SES account details.</p>
|
|
2242
|
-
*/
|
|
2243
|
-
public putAccountDetails(
|
|
2244
|
-
args: PutAccountDetailsCommandInput,
|
|
2245
|
-
options?: __HttpHandlerOptions
|
|
2246
|
-
): Promise<PutAccountDetailsCommandOutput>;
|
|
2247
|
-
public putAccountDetails(
|
|
2248
|
-
args: PutAccountDetailsCommandInput,
|
|
2249
|
-
cb: (err: any, data?: PutAccountDetailsCommandOutput) => void
|
|
2250
|
-
): void;
|
|
2251
|
-
public putAccountDetails(
|
|
2252
|
-
args: PutAccountDetailsCommandInput,
|
|
2253
|
-
options: __HttpHandlerOptions,
|
|
2254
|
-
cb: (err: any, data?: PutAccountDetailsCommandOutput) => void
|
|
2255
|
-
): void;
|
|
2256
|
-
public putAccountDetails(
|
|
2257
|
-
args: PutAccountDetailsCommandInput,
|
|
2258
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutAccountDetailsCommandOutput) => void),
|
|
2259
|
-
cb?: (err: any, data?: PutAccountDetailsCommandOutput) => void
|
|
2260
|
-
): Promise<PutAccountDetailsCommandOutput> | void {
|
|
2261
|
-
const command = new PutAccountDetailsCommand(args);
|
|
2262
|
-
if (typeof optionsOrCb === "function") {
|
|
2263
|
-
this.send(command, optionsOrCb);
|
|
2264
|
-
} else if (typeof cb === "function") {
|
|
2265
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2266
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2267
|
-
} else {
|
|
2268
|
-
return this.send(command, optionsOrCb);
|
|
2269
|
-
}
|
|
2270
|
-
}
|
|
2271
|
-
|
|
2272
|
-
/**
|
|
2273
|
-
* <p>Enable or disable the ability of your account to send email.</p>
|
|
2274
|
-
*/
|
|
2275
|
-
public putAccountSendingAttributes(
|
|
2276
|
-
args: PutAccountSendingAttributesCommandInput,
|
|
2277
|
-
options?: __HttpHandlerOptions
|
|
2278
|
-
): Promise<PutAccountSendingAttributesCommandOutput>;
|
|
2279
|
-
public putAccountSendingAttributes(
|
|
2280
|
-
args: PutAccountSendingAttributesCommandInput,
|
|
2281
|
-
cb: (err: any, data?: PutAccountSendingAttributesCommandOutput) => void
|
|
2282
|
-
): void;
|
|
2283
|
-
public putAccountSendingAttributes(
|
|
2284
|
-
args: PutAccountSendingAttributesCommandInput,
|
|
2285
|
-
options: __HttpHandlerOptions,
|
|
2286
|
-
cb: (err: any, data?: PutAccountSendingAttributesCommandOutput) => void
|
|
2287
|
-
): void;
|
|
2288
|
-
public putAccountSendingAttributes(
|
|
2289
|
-
args: PutAccountSendingAttributesCommandInput,
|
|
2290
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutAccountSendingAttributesCommandOutput) => void),
|
|
2291
|
-
cb?: (err: any, data?: PutAccountSendingAttributesCommandOutput) => void
|
|
2292
|
-
): Promise<PutAccountSendingAttributesCommandOutput> | void {
|
|
2293
|
-
const command = new PutAccountSendingAttributesCommand(args);
|
|
2294
|
-
if (typeof optionsOrCb === "function") {
|
|
2295
|
-
this.send(command, optionsOrCb);
|
|
2296
|
-
} else if (typeof cb === "function") {
|
|
2297
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2298
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2299
|
-
} else {
|
|
2300
|
-
return this.send(command, optionsOrCb);
|
|
2301
|
-
}
|
|
2302
|
-
}
|
|
2303
|
-
|
|
2304
|
-
/**
|
|
2305
|
-
* <p>Change the settings for the account-level suppression list.</p>
|
|
2306
|
-
*/
|
|
2307
|
-
public putAccountSuppressionAttributes(
|
|
2308
|
-
args: PutAccountSuppressionAttributesCommandInput,
|
|
2309
|
-
options?: __HttpHandlerOptions
|
|
2310
|
-
): Promise<PutAccountSuppressionAttributesCommandOutput>;
|
|
2311
|
-
public putAccountSuppressionAttributes(
|
|
2312
|
-
args: PutAccountSuppressionAttributesCommandInput,
|
|
2313
|
-
cb: (err: any, data?: PutAccountSuppressionAttributesCommandOutput) => void
|
|
2314
|
-
): void;
|
|
2315
|
-
public putAccountSuppressionAttributes(
|
|
2316
|
-
args: PutAccountSuppressionAttributesCommandInput,
|
|
2317
|
-
options: __HttpHandlerOptions,
|
|
2318
|
-
cb: (err: any, data?: PutAccountSuppressionAttributesCommandOutput) => void
|
|
2319
|
-
): void;
|
|
2320
|
-
public putAccountSuppressionAttributes(
|
|
2321
|
-
args: PutAccountSuppressionAttributesCommandInput,
|
|
2322
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutAccountSuppressionAttributesCommandOutput) => void),
|
|
2323
|
-
cb?: (err: any, data?: PutAccountSuppressionAttributesCommandOutput) => void
|
|
2324
|
-
): Promise<PutAccountSuppressionAttributesCommandOutput> | void {
|
|
2325
|
-
const command = new PutAccountSuppressionAttributesCommand(args);
|
|
2326
|
-
if (typeof optionsOrCb === "function") {
|
|
2327
|
-
this.send(command, optionsOrCb);
|
|
2328
|
-
} else if (typeof cb === "function") {
|
|
2329
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2330
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2331
|
-
} else {
|
|
2332
|
-
return this.send(command, optionsOrCb);
|
|
2333
|
-
}
|
|
2334
|
-
}
|
|
2335
|
-
|
|
2336
|
-
/**
|
|
2337
|
-
* <p>Associate a configuration set with a dedicated IP pool. You can use dedicated IP pools
|
|
2338
|
-
* to create groups of dedicated IP addresses for sending specific types of email.</p>
|
|
2339
|
-
*/
|
|
2340
|
-
public putConfigurationSetDeliveryOptions(
|
|
2341
|
-
args: PutConfigurationSetDeliveryOptionsCommandInput,
|
|
2342
|
-
options?: __HttpHandlerOptions
|
|
2343
|
-
): Promise<PutConfigurationSetDeliveryOptionsCommandOutput>;
|
|
2344
|
-
public putConfigurationSetDeliveryOptions(
|
|
2345
|
-
args: PutConfigurationSetDeliveryOptionsCommandInput,
|
|
2346
|
-
cb: (err: any, data?: PutConfigurationSetDeliveryOptionsCommandOutput) => void
|
|
2347
|
-
): void;
|
|
2348
|
-
public putConfigurationSetDeliveryOptions(
|
|
2349
|
-
args: PutConfigurationSetDeliveryOptionsCommandInput,
|
|
2350
|
-
options: __HttpHandlerOptions,
|
|
2351
|
-
cb: (err: any, data?: PutConfigurationSetDeliveryOptionsCommandOutput) => void
|
|
2352
|
-
): void;
|
|
2353
|
-
public putConfigurationSetDeliveryOptions(
|
|
2354
|
-
args: PutConfigurationSetDeliveryOptionsCommandInput,
|
|
2355
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutConfigurationSetDeliveryOptionsCommandOutput) => void),
|
|
2356
|
-
cb?: (err: any, data?: PutConfigurationSetDeliveryOptionsCommandOutput) => void
|
|
2357
|
-
): Promise<PutConfigurationSetDeliveryOptionsCommandOutput> | void {
|
|
2358
|
-
const command = new PutConfigurationSetDeliveryOptionsCommand(args);
|
|
2359
|
-
if (typeof optionsOrCb === "function") {
|
|
2360
|
-
this.send(command, optionsOrCb);
|
|
2361
|
-
} else if (typeof cb === "function") {
|
|
2362
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2363
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2364
|
-
} else {
|
|
2365
|
-
return this.send(command, optionsOrCb);
|
|
2366
|
-
}
|
|
2367
|
-
}
|
|
2368
|
-
|
|
2369
|
-
/**
|
|
2370
|
-
* <p>Enable or disable collection of reputation metrics for emails that you send using a
|
|
2371
|
-
* particular configuration set in a specific AWS Region.</p>
|
|
2372
|
-
*/
|
|
2373
|
-
public putConfigurationSetReputationOptions(
|
|
2374
|
-
args: PutConfigurationSetReputationOptionsCommandInput,
|
|
2375
|
-
options?: __HttpHandlerOptions
|
|
2376
|
-
): Promise<PutConfigurationSetReputationOptionsCommandOutput>;
|
|
2377
|
-
public putConfigurationSetReputationOptions(
|
|
2378
|
-
args: PutConfigurationSetReputationOptionsCommandInput,
|
|
2379
|
-
cb: (err: any, data?: PutConfigurationSetReputationOptionsCommandOutput) => void
|
|
2380
|
-
): void;
|
|
2381
|
-
public putConfigurationSetReputationOptions(
|
|
2382
|
-
args: PutConfigurationSetReputationOptionsCommandInput,
|
|
2383
|
-
options: __HttpHandlerOptions,
|
|
2384
|
-
cb: (err: any, data?: PutConfigurationSetReputationOptionsCommandOutput) => void
|
|
2385
|
-
): void;
|
|
2386
|
-
public putConfigurationSetReputationOptions(
|
|
2387
|
-
args: PutConfigurationSetReputationOptionsCommandInput,
|
|
2388
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutConfigurationSetReputationOptionsCommandOutput) => void),
|
|
2389
|
-
cb?: (err: any, data?: PutConfigurationSetReputationOptionsCommandOutput) => void
|
|
2390
|
-
): Promise<PutConfigurationSetReputationOptionsCommandOutput> | void {
|
|
2391
|
-
const command = new PutConfigurationSetReputationOptionsCommand(args);
|
|
2392
|
-
if (typeof optionsOrCb === "function") {
|
|
2393
|
-
this.send(command, optionsOrCb);
|
|
2394
|
-
} else if (typeof cb === "function") {
|
|
2395
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2396
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2397
|
-
} else {
|
|
2398
|
-
return this.send(command, optionsOrCb);
|
|
2399
|
-
}
|
|
2400
|
-
}
|
|
2401
|
-
|
|
2402
|
-
/**
|
|
2403
|
-
* <p>Enable or disable email sending for messages that use a particular configuration set
|
|
2404
|
-
* in a specific AWS Region.</p>
|
|
2405
|
-
*/
|
|
2406
|
-
public putConfigurationSetSendingOptions(
|
|
2407
|
-
args: PutConfigurationSetSendingOptionsCommandInput,
|
|
2408
|
-
options?: __HttpHandlerOptions
|
|
2409
|
-
): Promise<PutConfigurationSetSendingOptionsCommandOutput>;
|
|
2410
|
-
public putConfigurationSetSendingOptions(
|
|
2411
|
-
args: PutConfigurationSetSendingOptionsCommandInput,
|
|
2412
|
-
cb: (err: any, data?: PutConfigurationSetSendingOptionsCommandOutput) => void
|
|
2413
|
-
): void;
|
|
2414
|
-
public putConfigurationSetSendingOptions(
|
|
2415
|
-
args: PutConfigurationSetSendingOptionsCommandInput,
|
|
2416
|
-
options: __HttpHandlerOptions,
|
|
2417
|
-
cb: (err: any, data?: PutConfigurationSetSendingOptionsCommandOutput) => void
|
|
2418
|
-
): void;
|
|
2419
|
-
public putConfigurationSetSendingOptions(
|
|
2420
|
-
args: PutConfigurationSetSendingOptionsCommandInput,
|
|
2421
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutConfigurationSetSendingOptionsCommandOutput) => void),
|
|
2422
|
-
cb?: (err: any, data?: PutConfigurationSetSendingOptionsCommandOutput) => void
|
|
2423
|
-
): Promise<PutConfigurationSetSendingOptionsCommandOutput> | void {
|
|
2424
|
-
const command = new PutConfigurationSetSendingOptionsCommand(args);
|
|
2425
|
-
if (typeof optionsOrCb === "function") {
|
|
2426
|
-
this.send(command, optionsOrCb);
|
|
2427
|
-
} else if (typeof cb === "function") {
|
|
2428
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2429
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2430
|
-
} else {
|
|
2431
|
-
return this.send(command, optionsOrCb);
|
|
2432
|
-
}
|
|
2433
|
-
}
|
|
2434
|
-
|
|
2435
|
-
/**
|
|
2436
|
-
* <p>Specify the account suppression list preferences for a configuration set.</p>
|
|
2437
|
-
*/
|
|
2438
|
-
public putConfigurationSetSuppressionOptions(
|
|
2439
|
-
args: PutConfigurationSetSuppressionOptionsCommandInput,
|
|
2440
|
-
options?: __HttpHandlerOptions
|
|
2441
|
-
): Promise<PutConfigurationSetSuppressionOptionsCommandOutput>;
|
|
2442
|
-
public putConfigurationSetSuppressionOptions(
|
|
2443
|
-
args: PutConfigurationSetSuppressionOptionsCommandInput,
|
|
2444
|
-
cb: (err: any, data?: PutConfigurationSetSuppressionOptionsCommandOutput) => void
|
|
2445
|
-
): void;
|
|
2446
|
-
public putConfigurationSetSuppressionOptions(
|
|
2447
|
-
args: PutConfigurationSetSuppressionOptionsCommandInput,
|
|
2448
|
-
options: __HttpHandlerOptions,
|
|
2449
|
-
cb: (err: any, data?: PutConfigurationSetSuppressionOptionsCommandOutput) => void
|
|
2450
|
-
): void;
|
|
2451
|
-
public putConfigurationSetSuppressionOptions(
|
|
2452
|
-
args: PutConfigurationSetSuppressionOptionsCommandInput,
|
|
2453
|
-
optionsOrCb?:
|
|
2454
|
-
| __HttpHandlerOptions
|
|
2455
|
-
| ((err: any, data?: PutConfigurationSetSuppressionOptionsCommandOutput) => void),
|
|
2456
|
-
cb?: (err: any, data?: PutConfigurationSetSuppressionOptionsCommandOutput) => void
|
|
2457
|
-
): Promise<PutConfigurationSetSuppressionOptionsCommandOutput> | void {
|
|
2458
|
-
const command = new PutConfigurationSetSuppressionOptionsCommand(args);
|
|
2459
|
-
if (typeof optionsOrCb === "function") {
|
|
2460
|
-
this.send(command, optionsOrCb);
|
|
2461
|
-
} else if (typeof cb === "function") {
|
|
2462
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2463
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2464
|
-
} else {
|
|
2465
|
-
return this.send(command, optionsOrCb);
|
|
2466
|
-
}
|
|
2467
|
-
}
|
|
2468
|
-
|
|
2469
|
-
/**
|
|
2470
|
-
* <p>Specify a custom domain to use for open and click tracking elements in email that you
|
|
2471
|
-
* send.</p>
|
|
2472
|
-
*/
|
|
2473
|
-
public putConfigurationSetTrackingOptions(
|
|
2474
|
-
args: PutConfigurationSetTrackingOptionsCommandInput,
|
|
2475
|
-
options?: __HttpHandlerOptions
|
|
2476
|
-
): Promise<PutConfigurationSetTrackingOptionsCommandOutput>;
|
|
2477
|
-
public putConfigurationSetTrackingOptions(
|
|
2478
|
-
args: PutConfigurationSetTrackingOptionsCommandInput,
|
|
2479
|
-
cb: (err: any, data?: PutConfigurationSetTrackingOptionsCommandOutput) => void
|
|
2480
|
-
): void;
|
|
2481
|
-
public putConfigurationSetTrackingOptions(
|
|
2482
|
-
args: PutConfigurationSetTrackingOptionsCommandInput,
|
|
2483
|
-
options: __HttpHandlerOptions,
|
|
2484
|
-
cb: (err: any, data?: PutConfigurationSetTrackingOptionsCommandOutput) => void
|
|
2485
|
-
): void;
|
|
2486
|
-
public putConfigurationSetTrackingOptions(
|
|
2487
|
-
args: PutConfigurationSetTrackingOptionsCommandInput,
|
|
2488
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutConfigurationSetTrackingOptionsCommandOutput) => void),
|
|
2489
|
-
cb?: (err: any, data?: PutConfigurationSetTrackingOptionsCommandOutput) => void
|
|
2490
|
-
): Promise<PutConfigurationSetTrackingOptionsCommandOutput> | void {
|
|
2491
|
-
const command = new PutConfigurationSetTrackingOptionsCommand(args);
|
|
2492
|
-
if (typeof optionsOrCb === "function") {
|
|
2493
|
-
this.send(command, optionsOrCb);
|
|
2494
|
-
} else if (typeof cb === "function") {
|
|
2495
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2496
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2497
|
-
} else {
|
|
2498
|
-
return this.send(command, optionsOrCb);
|
|
2499
|
-
}
|
|
2500
|
-
}
|
|
2501
|
-
|
|
2502
|
-
/**
|
|
2503
|
-
* <p>Move a dedicated IP address to an existing dedicated IP pool.</p>
|
|
2504
|
-
* <note>
|
|
2505
|
-
* <p>The dedicated IP address that you specify must already exist, and must be
|
|
2506
|
-
* associated with your AWS account.
|
|
2507
|
-
*
|
|
2508
|
-
* </p>
|
|
2509
|
-
* <p>The dedicated IP pool you specify must already exist. You can create a new pool by
|
|
2510
|
-
* using the <code>CreateDedicatedIpPool</code> operation.</p>
|
|
2511
|
-
*
|
|
2512
|
-
* </note>
|
|
2513
|
-
*/
|
|
2514
|
-
public putDedicatedIpInPool(
|
|
2515
|
-
args: PutDedicatedIpInPoolCommandInput,
|
|
2516
|
-
options?: __HttpHandlerOptions
|
|
2517
|
-
): Promise<PutDedicatedIpInPoolCommandOutput>;
|
|
2518
|
-
public putDedicatedIpInPool(
|
|
2519
|
-
args: PutDedicatedIpInPoolCommandInput,
|
|
2520
|
-
cb: (err: any, data?: PutDedicatedIpInPoolCommandOutput) => void
|
|
2521
|
-
): void;
|
|
2522
|
-
public putDedicatedIpInPool(
|
|
2523
|
-
args: PutDedicatedIpInPoolCommandInput,
|
|
2524
|
-
options: __HttpHandlerOptions,
|
|
2525
|
-
cb: (err: any, data?: PutDedicatedIpInPoolCommandOutput) => void
|
|
2526
|
-
): void;
|
|
2527
|
-
public putDedicatedIpInPool(
|
|
2528
|
-
args: PutDedicatedIpInPoolCommandInput,
|
|
2529
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutDedicatedIpInPoolCommandOutput) => void),
|
|
2530
|
-
cb?: (err: any, data?: PutDedicatedIpInPoolCommandOutput) => void
|
|
2531
|
-
): Promise<PutDedicatedIpInPoolCommandOutput> | void {
|
|
2532
|
-
const command = new PutDedicatedIpInPoolCommand(args);
|
|
2533
|
-
if (typeof optionsOrCb === "function") {
|
|
2534
|
-
this.send(command, optionsOrCb);
|
|
2535
|
-
} else if (typeof cb === "function") {
|
|
2536
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2537
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2538
|
-
} else {
|
|
2539
|
-
return this.send(command, optionsOrCb);
|
|
2540
|
-
}
|
|
2541
|
-
}
|
|
2542
|
-
|
|
2543
|
-
/**
|
|
2544
|
-
* <p></p>
|
|
2545
|
-
*/
|
|
2546
|
-
public putDedicatedIpWarmupAttributes(
|
|
2547
|
-
args: PutDedicatedIpWarmupAttributesCommandInput,
|
|
2548
|
-
options?: __HttpHandlerOptions
|
|
2549
|
-
): Promise<PutDedicatedIpWarmupAttributesCommandOutput>;
|
|
2550
|
-
public putDedicatedIpWarmupAttributes(
|
|
2551
|
-
args: PutDedicatedIpWarmupAttributesCommandInput,
|
|
2552
|
-
cb: (err: any, data?: PutDedicatedIpWarmupAttributesCommandOutput) => void
|
|
2553
|
-
): void;
|
|
2554
|
-
public putDedicatedIpWarmupAttributes(
|
|
2555
|
-
args: PutDedicatedIpWarmupAttributesCommandInput,
|
|
2556
|
-
options: __HttpHandlerOptions,
|
|
2557
|
-
cb: (err: any, data?: PutDedicatedIpWarmupAttributesCommandOutput) => void
|
|
2558
|
-
): void;
|
|
2559
|
-
public putDedicatedIpWarmupAttributes(
|
|
2560
|
-
args: PutDedicatedIpWarmupAttributesCommandInput,
|
|
2561
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutDedicatedIpWarmupAttributesCommandOutput) => void),
|
|
2562
|
-
cb?: (err: any, data?: PutDedicatedIpWarmupAttributesCommandOutput) => void
|
|
2563
|
-
): Promise<PutDedicatedIpWarmupAttributesCommandOutput> | void {
|
|
2564
|
-
const command = new PutDedicatedIpWarmupAttributesCommand(args);
|
|
2565
|
-
if (typeof optionsOrCb === "function") {
|
|
2566
|
-
this.send(command, optionsOrCb);
|
|
2567
|
-
} else if (typeof cb === "function") {
|
|
2568
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2569
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2570
|
-
} else {
|
|
2571
|
-
return this.send(command, optionsOrCb);
|
|
2572
|
-
}
|
|
2573
|
-
}
|
|
2574
|
-
|
|
2575
|
-
/**
|
|
2576
|
-
* <p>Enable or disable the Deliverability dashboard. When you enable the Deliverability dashboard, you gain
|
|
2577
|
-
* access to reputation, deliverability, and other metrics for the domains that you use to
|
|
2578
|
-
* send email. You also gain the ability to perform predictive inbox placement tests.</p>
|
|
2579
|
-
*
|
|
2580
|
-
* <p>When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition
|
|
2581
|
-
* to any other fees that you accrue by using Amazon SES and other AWS services. For more
|
|
2582
|
-
* information about the features and cost of a Deliverability dashboard subscription, see <a href="http://aws.amazon.com/ses/pricing/">Amazon SES Pricing</a>.</p>
|
|
2583
|
-
*/
|
|
2584
|
-
public putDeliverabilityDashboardOption(
|
|
2585
|
-
args: PutDeliverabilityDashboardOptionCommandInput,
|
|
2586
|
-
options?: __HttpHandlerOptions
|
|
2587
|
-
): Promise<PutDeliverabilityDashboardOptionCommandOutput>;
|
|
2588
|
-
public putDeliverabilityDashboardOption(
|
|
2589
|
-
args: PutDeliverabilityDashboardOptionCommandInput,
|
|
2590
|
-
cb: (err: any, data?: PutDeliverabilityDashboardOptionCommandOutput) => void
|
|
2591
|
-
): void;
|
|
2592
|
-
public putDeliverabilityDashboardOption(
|
|
2593
|
-
args: PutDeliverabilityDashboardOptionCommandInput,
|
|
2594
|
-
options: __HttpHandlerOptions,
|
|
2595
|
-
cb: (err: any, data?: PutDeliverabilityDashboardOptionCommandOutput) => void
|
|
2596
|
-
): void;
|
|
2597
|
-
public putDeliverabilityDashboardOption(
|
|
2598
|
-
args: PutDeliverabilityDashboardOptionCommandInput,
|
|
2599
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutDeliverabilityDashboardOptionCommandOutput) => void),
|
|
2600
|
-
cb?: (err: any, data?: PutDeliverabilityDashboardOptionCommandOutput) => void
|
|
2601
|
-
): Promise<PutDeliverabilityDashboardOptionCommandOutput> | void {
|
|
2602
|
-
const command = new PutDeliverabilityDashboardOptionCommand(args);
|
|
2603
|
-
if (typeof optionsOrCb === "function") {
|
|
2604
|
-
this.send(command, optionsOrCb);
|
|
2605
|
-
} else if (typeof cb === "function") {
|
|
2606
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2607
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2608
|
-
} else {
|
|
2609
|
-
return this.send(command, optionsOrCb);
|
|
2610
|
-
}
|
|
2611
|
-
}
|
|
2612
|
-
|
|
2613
|
-
/**
|
|
2614
|
-
* <p>Used to associate a configuration set with an email identity.</p>
|
|
2615
|
-
*/
|
|
2616
|
-
public putEmailIdentityConfigurationSetAttributes(
|
|
2617
|
-
args: PutEmailIdentityConfigurationSetAttributesCommandInput,
|
|
2618
|
-
options?: __HttpHandlerOptions
|
|
2619
|
-
): Promise<PutEmailIdentityConfigurationSetAttributesCommandOutput>;
|
|
2620
|
-
public putEmailIdentityConfigurationSetAttributes(
|
|
2621
|
-
args: PutEmailIdentityConfigurationSetAttributesCommandInput,
|
|
2622
|
-
cb: (err: any, data?: PutEmailIdentityConfigurationSetAttributesCommandOutput) => void
|
|
2623
|
-
): void;
|
|
2624
|
-
public putEmailIdentityConfigurationSetAttributes(
|
|
2625
|
-
args: PutEmailIdentityConfigurationSetAttributesCommandInput,
|
|
2626
|
-
options: __HttpHandlerOptions,
|
|
2627
|
-
cb: (err: any, data?: PutEmailIdentityConfigurationSetAttributesCommandOutput) => void
|
|
2628
|
-
): void;
|
|
2629
|
-
public putEmailIdentityConfigurationSetAttributes(
|
|
2630
|
-
args: PutEmailIdentityConfigurationSetAttributesCommandInput,
|
|
2631
|
-
optionsOrCb?:
|
|
2632
|
-
| __HttpHandlerOptions
|
|
2633
|
-
| ((err: any, data?: PutEmailIdentityConfigurationSetAttributesCommandOutput) => void),
|
|
2634
|
-
cb?: (err: any, data?: PutEmailIdentityConfigurationSetAttributesCommandOutput) => void
|
|
2635
|
-
): Promise<PutEmailIdentityConfigurationSetAttributesCommandOutput> | void {
|
|
2636
|
-
const command = new PutEmailIdentityConfigurationSetAttributesCommand(args);
|
|
2637
|
-
if (typeof optionsOrCb === "function") {
|
|
2638
|
-
this.send(command, optionsOrCb);
|
|
2639
|
-
} else if (typeof cb === "function") {
|
|
2640
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2641
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2642
|
-
} else {
|
|
2643
|
-
return this.send(command, optionsOrCb);
|
|
2644
|
-
}
|
|
2645
|
-
}
|
|
2646
|
-
|
|
2647
|
-
/**
|
|
2648
|
-
* <p>Used to enable or disable DKIM authentication for an email identity.</p>
|
|
2649
|
-
*/
|
|
2650
|
-
public putEmailIdentityDkimAttributes(
|
|
2651
|
-
args: PutEmailIdentityDkimAttributesCommandInput,
|
|
2652
|
-
options?: __HttpHandlerOptions
|
|
2653
|
-
): Promise<PutEmailIdentityDkimAttributesCommandOutput>;
|
|
2654
|
-
public putEmailIdentityDkimAttributes(
|
|
2655
|
-
args: PutEmailIdentityDkimAttributesCommandInput,
|
|
2656
|
-
cb: (err: any, data?: PutEmailIdentityDkimAttributesCommandOutput) => void
|
|
2657
|
-
): void;
|
|
2658
|
-
public putEmailIdentityDkimAttributes(
|
|
2659
|
-
args: PutEmailIdentityDkimAttributesCommandInput,
|
|
2660
|
-
options: __HttpHandlerOptions,
|
|
2661
|
-
cb: (err: any, data?: PutEmailIdentityDkimAttributesCommandOutput) => void
|
|
2662
|
-
): void;
|
|
2663
|
-
public putEmailIdentityDkimAttributes(
|
|
2664
|
-
args: PutEmailIdentityDkimAttributesCommandInput,
|
|
2665
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutEmailIdentityDkimAttributesCommandOutput) => void),
|
|
2666
|
-
cb?: (err: any, data?: PutEmailIdentityDkimAttributesCommandOutput) => void
|
|
2667
|
-
): Promise<PutEmailIdentityDkimAttributesCommandOutput> | void {
|
|
2668
|
-
const command = new PutEmailIdentityDkimAttributesCommand(args);
|
|
2669
|
-
if (typeof optionsOrCb === "function") {
|
|
2670
|
-
this.send(command, optionsOrCb);
|
|
2671
|
-
} else if (typeof cb === "function") {
|
|
2672
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2673
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2674
|
-
} else {
|
|
2675
|
-
return this.send(command, optionsOrCb);
|
|
2676
|
-
}
|
|
2677
|
-
}
|
|
2678
|
-
|
|
2679
|
-
/**
|
|
2680
|
-
* <p>Used to configure or change the DKIM authentication settings for an email domain
|
|
2681
|
-
* identity. You can use this operation to do any of the following:</p>
|
|
2682
|
-
* <ul>
|
|
2683
|
-
* <li>
|
|
2684
|
-
* <p>Update the signing attributes for an identity that uses Bring Your Own DKIM
|
|
2685
|
-
* (BYODKIM).</p>
|
|
2686
|
-
* </li>
|
|
2687
|
-
* <li>
|
|
2688
|
-
* <p>Change from using no DKIM authentication to using Easy DKIM.</p>
|
|
2689
|
-
* </li>
|
|
2690
|
-
* <li>
|
|
2691
|
-
* <p>Change from using no DKIM authentication to using BYODKIM.</p>
|
|
2692
|
-
* </li>
|
|
2693
|
-
* <li>
|
|
2694
|
-
* <p>Change from using Easy DKIM to using BYODKIM.</p>
|
|
2695
|
-
* </li>
|
|
2696
|
-
* <li>
|
|
2697
|
-
* <p>Change from using BYODKIM to using Easy DKIM.</p>
|
|
2698
|
-
* </li>
|
|
2699
|
-
* </ul>
|
|
2700
|
-
*/
|
|
2701
|
-
public putEmailIdentityDkimSigningAttributes(
|
|
2702
|
-
args: PutEmailIdentityDkimSigningAttributesCommandInput,
|
|
2703
|
-
options?: __HttpHandlerOptions
|
|
2704
|
-
): Promise<PutEmailIdentityDkimSigningAttributesCommandOutput>;
|
|
2705
|
-
public putEmailIdentityDkimSigningAttributes(
|
|
2706
|
-
args: PutEmailIdentityDkimSigningAttributesCommandInput,
|
|
2707
|
-
cb: (err: any, data?: PutEmailIdentityDkimSigningAttributesCommandOutput) => void
|
|
2708
|
-
): void;
|
|
2709
|
-
public putEmailIdentityDkimSigningAttributes(
|
|
2710
|
-
args: PutEmailIdentityDkimSigningAttributesCommandInput,
|
|
2711
|
-
options: __HttpHandlerOptions,
|
|
2712
|
-
cb: (err: any, data?: PutEmailIdentityDkimSigningAttributesCommandOutput) => void
|
|
2713
|
-
): void;
|
|
2714
|
-
public putEmailIdentityDkimSigningAttributes(
|
|
2715
|
-
args: PutEmailIdentityDkimSigningAttributesCommandInput,
|
|
2716
|
-
optionsOrCb?:
|
|
2717
|
-
| __HttpHandlerOptions
|
|
2718
|
-
| ((err: any, data?: PutEmailIdentityDkimSigningAttributesCommandOutput) => void),
|
|
2719
|
-
cb?: (err: any, data?: PutEmailIdentityDkimSigningAttributesCommandOutput) => void
|
|
2720
|
-
): Promise<PutEmailIdentityDkimSigningAttributesCommandOutput> | void {
|
|
2721
|
-
const command = new PutEmailIdentityDkimSigningAttributesCommand(args);
|
|
2722
|
-
if (typeof optionsOrCb === "function") {
|
|
2723
|
-
this.send(command, optionsOrCb);
|
|
2724
|
-
} else if (typeof cb === "function") {
|
|
2725
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2726
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2727
|
-
} else {
|
|
2728
|
-
return this.send(command, optionsOrCb);
|
|
2729
|
-
}
|
|
2730
|
-
}
|
|
2731
|
-
|
|
2732
|
-
/**
|
|
2733
|
-
* <p>Used to enable or disable feedback forwarding for an identity. This setting determines
|
|
2734
|
-
* what happens when an identity is used to send an email that results in a bounce or
|
|
2735
|
-
* complaint event.</p>
|
|
2736
|
-
* <p>If the value is <code>true</code>, you receive email notifications when bounce or
|
|
2737
|
-
* complaint events occur. These notifications are sent to the address that you specified
|
|
2738
|
-
* in the <code>Return-Path</code> header of the original email.</p>
|
|
2739
|
-
* <p>You're required to have a method of tracking bounces and complaints. If you haven't
|
|
2740
|
-
* set up another mechanism for receiving bounce or complaint notifications (for example,
|
|
2741
|
-
* by setting up an event destination), you receive an email notification when these events
|
|
2742
|
-
* occur (even if this setting is disabled).</p>
|
|
2743
|
-
*/
|
|
2744
|
-
public putEmailIdentityFeedbackAttributes(
|
|
2745
|
-
args: PutEmailIdentityFeedbackAttributesCommandInput,
|
|
2746
|
-
options?: __HttpHandlerOptions
|
|
2747
|
-
): Promise<PutEmailIdentityFeedbackAttributesCommandOutput>;
|
|
2748
|
-
public putEmailIdentityFeedbackAttributes(
|
|
2749
|
-
args: PutEmailIdentityFeedbackAttributesCommandInput,
|
|
2750
|
-
cb: (err: any, data?: PutEmailIdentityFeedbackAttributesCommandOutput) => void
|
|
2751
|
-
): void;
|
|
2752
|
-
public putEmailIdentityFeedbackAttributes(
|
|
2753
|
-
args: PutEmailIdentityFeedbackAttributesCommandInput,
|
|
2754
|
-
options: __HttpHandlerOptions,
|
|
2755
|
-
cb: (err: any, data?: PutEmailIdentityFeedbackAttributesCommandOutput) => void
|
|
2756
|
-
): void;
|
|
2757
|
-
public putEmailIdentityFeedbackAttributes(
|
|
2758
|
-
args: PutEmailIdentityFeedbackAttributesCommandInput,
|
|
2759
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutEmailIdentityFeedbackAttributesCommandOutput) => void),
|
|
2760
|
-
cb?: (err: any, data?: PutEmailIdentityFeedbackAttributesCommandOutput) => void
|
|
2761
|
-
): Promise<PutEmailIdentityFeedbackAttributesCommandOutput> | void {
|
|
2762
|
-
const command = new PutEmailIdentityFeedbackAttributesCommand(args);
|
|
2763
|
-
if (typeof optionsOrCb === "function") {
|
|
2764
|
-
this.send(command, optionsOrCb);
|
|
2765
|
-
} else if (typeof cb === "function") {
|
|
2766
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2767
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2768
|
-
} else {
|
|
2769
|
-
return this.send(command, optionsOrCb);
|
|
2770
|
-
}
|
|
2771
|
-
}
|
|
2772
|
-
|
|
2773
|
-
/**
|
|
2774
|
-
* <p>Used to enable or disable the custom Mail-From domain configuration for an email
|
|
2775
|
-
* identity.</p>
|
|
2776
|
-
*/
|
|
2777
|
-
public putEmailIdentityMailFromAttributes(
|
|
2778
|
-
args: PutEmailIdentityMailFromAttributesCommandInput,
|
|
2779
|
-
options?: __HttpHandlerOptions
|
|
2780
|
-
): Promise<PutEmailIdentityMailFromAttributesCommandOutput>;
|
|
2781
|
-
public putEmailIdentityMailFromAttributes(
|
|
2782
|
-
args: PutEmailIdentityMailFromAttributesCommandInput,
|
|
2783
|
-
cb: (err: any, data?: PutEmailIdentityMailFromAttributesCommandOutput) => void
|
|
2784
|
-
): void;
|
|
2785
|
-
public putEmailIdentityMailFromAttributes(
|
|
2786
|
-
args: PutEmailIdentityMailFromAttributesCommandInput,
|
|
2787
|
-
options: __HttpHandlerOptions,
|
|
2788
|
-
cb: (err: any, data?: PutEmailIdentityMailFromAttributesCommandOutput) => void
|
|
2789
|
-
): void;
|
|
2790
|
-
public putEmailIdentityMailFromAttributes(
|
|
2791
|
-
args: PutEmailIdentityMailFromAttributesCommandInput,
|
|
2792
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutEmailIdentityMailFromAttributesCommandOutput) => void),
|
|
2793
|
-
cb?: (err: any, data?: PutEmailIdentityMailFromAttributesCommandOutput) => void
|
|
2794
|
-
): Promise<PutEmailIdentityMailFromAttributesCommandOutput> | void {
|
|
2795
|
-
const command = new PutEmailIdentityMailFromAttributesCommand(args);
|
|
2796
|
-
if (typeof optionsOrCb === "function") {
|
|
2797
|
-
this.send(command, optionsOrCb);
|
|
2798
|
-
} else if (typeof cb === "function") {
|
|
2799
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2800
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2801
|
-
} else {
|
|
2802
|
-
return this.send(command, optionsOrCb);
|
|
2803
|
-
}
|
|
2804
|
-
}
|
|
2805
|
-
|
|
2806
|
-
/**
|
|
2807
|
-
* <p>Adds an email address to the suppression list for your account.</p>
|
|
2808
|
-
*/
|
|
2809
|
-
public putSuppressedDestination(
|
|
2810
|
-
args: PutSuppressedDestinationCommandInput,
|
|
2811
|
-
options?: __HttpHandlerOptions
|
|
2812
|
-
): Promise<PutSuppressedDestinationCommandOutput>;
|
|
2813
|
-
public putSuppressedDestination(
|
|
2814
|
-
args: PutSuppressedDestinationCommandInput,
|
|
2815
|
-
cb: (err: any, data?: PutSuppressedDestinationCommandOutput) => void
|
|
2816
|
-
): void;
|
|
2817
|
-
public putSuppressedDestination(
|
|
2818
|
-
args: PutSuppressedDestinationCommandInput,
|
|
2819
|
-
options: __HttpHandlerOptions,
|
|
2820
|
-
cb: (err: any, data?: PutSuppressedDestinationCommandOutput) => void
|
|
2821
|
-
): void;
|
|
2822
|
-
public putSuppressedDestination(
|
|
2823
|
-
args: PutSuppressedDestinationCommandInput,
|
|
2824
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutSuppressedDestinationCommandOutput) => void),
|
|
2825
|
-
cb?: (err: any, data?: PutSuppressedDestinationCommandOutput) => void
|
|
2826
|
-
): Promise<PutSuppressedDestinationCommandOutput> | void {
|
|
2827
|
-
const command = new PutSuppressedDestinationCommand(args);
|
|
2828
|
-
if (typeof optionsOrCb === "function") {
|
|
2829
|
-
this.send(command, optionsOrCb);
|
|
2830
|
-
} else if (typeof cb === "function") {
|
|
2831
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2832
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2833
|
-
} else {
|
|
2834
|
-
return this.send(command, optionsOrCb);
|
|
2835
|
-
}
|
|
2836
|
-
}
|
|
2837
|
-
|
|
2838
|
-
/**
|
|
2839
|
-
* <p>Composes an email message to multiple destinations.</p>
|
|
2840
|
-
*/
|
|
2841
|
-
public sendBulkEmail(
|
|
2842
|
-
args: SendBulkEmailCommandInput,
|
|
2843
|
-
options?: __HttpHandlerOptions
|
|
2844
|
-
): Promise<SendBulkEmailCommandOutput>;
|
|
2845
|
-
public sendBulkEmail(
|
|
2846
|
-
args: SendBulkEmailCommandInput,
|
|
2847
|
-
cb: (err: any, data?: SendBulkEmailCommandOutput) => void
|
|
2848
|
-
): void;
|
|
2849
|
-
public sendBulkEmail(
|
|
2850
|
-
args: SendBulkEmailCommandInput,
|
|
2851
|
-
options: __HttpHandlerOptions,
|
|
2852
|
-
cb: (err: any, data?: SendBulkEmailCommandOutput) => void
|
|
2853
|
-
): void;
|
|
2854
|
-
public sendBulkEmail(
|
|
2855
|
-
args: SendBulkEmailCommandInput,
|
|
2856
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: SendBulkEmailCommandOutput) => void),
|
|
2857
|
-
cb?: (err: any, data?: SendBulkEmailCommandOutput) => void
|
|
2858
|
-
): Promise<SendBulkEmailCommandOutput> | void {
|
|
2859
|
-
const command = new SendBulkEmailCommand(args);
|
|
2860
|
-
if (typeof optionsOrCb === "function") {
|
|
2861
|
-
this.send(command, optionsOrCb);
|
|
2862
|
-
} else if (typeof cb === "function") {
|
|
2863
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2864
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2865
|
-
} else {
|
|
2866
|
-
return this.send(command, optionsOrCb);
|
|
2867
|
-
}
|
|
2868
|
-
}
|
|
2869
|
-
|
|
2870
|
-
/**
|
|
2871
|
-
* <p>Adds an email address to the list of identities for your Amazon SES account in the current
|
|
2872
|
-
* AWS Region and attempts to verify it. As a result of executing this operation, a
|
|
2873
|
-
* customized verification email is sent to the specified address.</p>
|
|
2874
|
-
* <p>To use this operation, you must first create a custom verification email template. For
|
|
2875
|
-
* more information about creating and using custom verification email templates, see
|
|
2876
|
-
* <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-verify-address-custom.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer
|
|
2877
|
-
* Guide</i>.</p>
|
|
2878
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
2879
|
-
*/
|
|
2880
|
-
public sendCustomVerificationEmail(
|
|
2881
|
-
args: SendCustomVerificationEmailCommandInput,
|
|
2882
|
-
options?: __HttpHandlerOptions
|
|
2883
|
-
): Promise<SendCustomVerificationEmailCommandOutput>;
|
|
2884
|
-
public sendCustomVerificationEmail(
|
|
2885
|
-
args: SendCustomVerificationEmailCommandInput,
|
|
2886
|
-
cb: (err: any, data?: SendCustomVerificationEmailCommandOutput) => void
|
|
2887
|
-
): void;
|
|
2888
|
-
public sendCustomVerificationEmail(
|
|
2889
|
-
args: SendCustomVerificationEmailCommandInput,
|
|
2890
|
-
options: __HttpHandlerOptions,
|
|
2891
|
-
cb: (err: any, data?: SendCustomVerificationEmailCommandOutput) => void
|
|
2892
|
-
): void;
|
|
2893
|
-
public sendCustomVerificationEmail(
|
|
2894
|
-
args: SendCustomVerificationEmailCommandInput,
|
|
2895
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: SendCustomVerificationEmailCommandOutput) => void),
|
|
2896
|
-
cb?: (err: any, data?: SendCustomVerificationEmailCommandOutput) => void
|
|
2897
|
-
): Promise<SendCustomVerificationEmailCommandOutput> | void {
|
|
2898
|
-
const command = new SendCustomVerificationEmailCommand(args);
|
|
2899
|
-
if (typeof optionsOrCb === "function") {
|
|
2900
|
-
this.send(command, optionsOrCb);
|
|
2901
|
-
} else if (typeof cb === "function") {
|
|
2902
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2903
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2904
|
-
} else {
|
|
2905
|
-
return this.send(command, optionsOrCb);
|
|
2906
|
-
}
|
|
2907
|
-
}
|
|
2908
|
-
|
|
2909
|
-
/**
|
|
2910
|
-
* <p>Sends an email message. You can use the Amazon SES API v2 to send two types of
|
|
2911
|
-
* messages:</p>
|
|
2912
|
-
* <ul>
|
|
2913
|
-
* <li>
|
|
2914
|
-
* <p>
|
|
2915
|
-
* <b>Simple</b> – A standard email message. When
|
|
2916
|
-
* you create this type of message, you specify the sender, the recipient, and the
|
|
2917
|
-
* message body, and Amazon SES assembles the message for you.</p>
|
|
2918
|
-
* </li>
|
|
2919
|
-
* <li>
|
|
2920
|
-
* <p>
|
|
2921
|
-
* <b>Raw</b> – A raw, MIME-formatted email
|
|
2922
|
-
* message. When you send this type of email, you have to specify all of the
|
|
2923
|
-
* message headers, as well as the message body. You can use this message type to
|
|
2924
|
-
* send messages that contain attachments. The message that you specify has to be a
|
|
2925
|
-
* valid MIME message.</p>
|
|
2926
|
-
* </li>
|
|
2927
|
-
* <li>
|
|
2928
|
-
* <p>
|
|
2929
|
-
* <b>Templated</b> – A message that contains
|
|
2930
|
-
* personalization tags. When you send this type of email, Amazon SES API v2 automatically
|
|
2931
|
-
* replaces the tags with values that you specify.</p>
|
|
2932
|
-
* </li>
|
|
2933
|
-
* </ul>
|
|
2934
|
-
*/
|
|
2935
|
-
public sendEmail(args: SendEmailCommandInput, options?: __HttpHandlerOptions): Promise<SendEmailCommandOutput>;
|
|
2936
|
-
public sendEmail(args: SendEmailCommandInput, cb: (err: any, data?: SendEmailCommandOutput) => void): void;
|
|
2937
|
-
public sendEmail(
|
|
2938
|
-
args: SendEmailCommandInput,
|
|
2939
|
-
options: __HttpHandlerOptions,
|
|
2940
|
-
cb: (err: any, data?: SendEmailCommandOutput) => void
|
|
2941
|
-
): void;
|
|
2942
|
-
public sendEmail(
|
|
2943
|
-
args: SendEmailCommandInput,
|
|
2944
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: SendEmailCommandOutput) => void),
|
|
2945
|
-
cb?: (err: any, data?: SendEmailCommandOutput) => void
|
|
2946
|
-
): Promise<SendEmailCommandOutput> | void {
|
|
2947
|
-
const command = new SendEmailCommand(args);
|
|
2948
|
-
if (typeof optionsOrCb === "function") {
|
|
2949
|
-
this.send(command, optionsOrCb);
|
|
2950
|
-
} else if (typeof cb === "function") {
|
|
2951
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2952
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2953
|
-
} else {
|
|
2954
|
-
return this.send(command, optionsOrCb);
|
|
2955
|
-
}
|
|
2956
|
-
}
|
|
2957
|
-
|
|
2958
|
-
/**
|
|
2959
|
-
* <p>Add one or more tags (keys and values) to a specified resource. A
|
|
2960
|
-
* <i>tag</i> is a label that you optionally define and associate with a
|
|
2961
|
-
* resource. Tags can help you categorize and manage resources in different ways, such as
|
|
2962
|
-
* by purpose, owner, environment, or other criteria. A resource can have as many as 50
|
|
2963
|
-
* tags.</p>
|
|
2964
|
-
* <p>Each tag consists of a required <i>tag key</i> and an
|
|
2965
|
-
* associated <i>tag value</i>, both of which you define. A tag key is a
|
|
2966
|
-
* general label that acts as a category for more specific tag values. A tag value acts as
|
|
2967
|
-
* a descriptor within a tag key.</p>
|
|
2968
|
-
*/
|
|
2969
|
-
public tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
2970
|
-
public tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
2971
|
-
public tagResource(
|
|
2972
|
-
args: TagResourceCommandInput,
|
|
2973
|
-
options: __HttpHandlerOptions,
|
|
2974
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
2975
|
-
): void;
|
|
2976
|
-
public tagResource(
|
|
2977
|
-
args: TagResourceCommandInput,
|
|
2978
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TagResourceCommandOutput) => void),
|
|
2979
|
-
cb?: (err: any, data?: TagResourceCommandOutput) => void
|
|
2980
|
-
): Promise<TagResourceCommandOutput> | void {
|
|
2981
|
-
const command = new TagResourceCommand(args);
|
|
2982
|
-
if (typeof optionsOrCb === "function") {
|
|
2983
|
-
this.send(command, optionsOrCb);
|
|
2984
|
-
} else if (typeof cb === "function") {
|
|
2985
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2986
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2987
|
-
} else {
|
|
2988
|
-
return this.send(command, optionsOrCb);
|
|
2989
|
-
}
|
|
2990
|
-
}
|
|
2991
|
-
|
|
2992
|
-
/**
|
|
2993
|
-
* <p>Creates a preview of the MIME content of an email when provided with a template and a
|
|
2994
|
-
* set of replacement data.</p>
|
|
2995
|
-
*
|
|
2996
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
2997
|
-
*/
|
|
2998
|
-
public testRenderEmailTemplate(
|
|
2999
|
-
args: TestRenderEmailTemplateCommandInput,
|
|
3000
|
-
options?: __HttpHandlerOptions
|
|
3001
|
-
): Promise<TestRenderEmailTemplateCommandOutput>;
|
|
3002
|
-
public testRenderEmailTemplate(
|
|
3003
|
-
args: TestRenderEmailTemplateCommandInput,
|
|
3004
|
-
cb: (err: any, data?: TestRenderEmailTemplateCommandOutput) => void
|
|
3005
|
-
): void;
|
|
3006
|
-
public testRenderEmailTemplate(
|
|
3007
|
-
args: TestRenderEmailTemplateCommandInput,
|
|
3008
|
-
options: __HttpHandlerOptions,
|
|
3009
|
-
cb: (err: any, data?: TestRenderEmailTemplateCommandOutput) => void
|
|
3010
|
-
): void;
|
|
3011
|
-
public testRenderEmailTemplate(
|
|
3012
|
-
args: TestRenderEmailTemplateCommandInput,
|
|
3013
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TestRenderEmailTemplateCommandOutput) => void),
|
|
3014
|
-
cb?: (err: any, data?: TestRenderEmailTemplateCommandOutput) => void
|
|
3015
|
-
): Promise<TestRenderEmailTemplateCommandOutput> | void {
|
|
3016
|
-
const command = new TestRenderEmailTemplateCommand(args);
|
|
3017
|
-
if (typeof optionsOrCb === "function") {
|
|
3018
|
-
this.send(command, optionsOrCb);
|
|
3019
|
-
} else if (typeof cb === "function") {
|
|
3020
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3021
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3022
|
-
} else {
|
|
3023
|
-
return this.send(command, optionsOrCb);
|
|
3024
|
-
}
|
|
3025
|
-
}
|
|
3026
|
-
|
|
3027
|
-
/**
|
|
3028
|
-
* <p>Remove one or more tags (keys and values) from a specified resource.</p>
|
|
3029
|
-
*/
|
|
3030
|
-
public untagResource(
|
|
3031
|
-
args: UntagResourceCommandInput,
|
|
3032
|
-
options?: __HttpHandlerOptions
|
|
3033
|
-
): Promise<UntagResourceCommandOutput>;
|
|
3034
|
-
public untagResource(
|
|
3035
|
-
args: UntagResourceCommandInput,
|
|
3036
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
3037
|
-
): void;
|
|
3038
|
-
public untagResource(
|
|
3039
|
-
args: UntagResourceCommandInput,
|
|
3040
|
-
options: __HttpHandlerOptions,
|
|
3041
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
3042
|
-
): void;
|
|
3043
|
-
public untagResource(
|
|
3044
|
-
args: UntagResourceCommandInput,
|
|
3045
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UntagResourceCommandOutput) => void),
|
|
3046
|
-
cb?: (err: any, data?: UntagResourceCommandOutput) => void
|
|
3047
|
-
): Promise<UntagResourceCommandOutput> | void {
|
|
3048
|
-
const command = new UntagResourceCommand(args);
|
|
3049
|
-
if (typeof optionsOrCb === "function") {
|
|
3050
|
-
this.send(command, optionsOrCb);
|
|
3051
|
-
} else if (typeof cb === "function") {
|
|
3052
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3053
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3054
|
-
} else {
|
|
3055
|
-
return this.send(command, optionsOrCb);
|
|
3056
|
-
}
|
|
3057
|
-
}
|
|
3058
|
-
|
|
3059
|
-
/**
|
|
3060
|
-
* <p>Update the configuration of an event destination for a configuration set.</p>
|
|
3061
|
-
* <p>
|
|
3062
|
-
* <i>Events</i> include message sends, deliveries, opens, clicks, bounces,
|
|
3063
|
-
* and complaints. <i>Event destinations</i> are places that you can send
|
|
3064
|
-
* information about these events to. For example, you can send event data to Amazon SNS to
|
|
3065
|
-
* receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to
|
|
3066
|
-
* stream data to Amazon S3 for long-term storage.</p>
|
|
3067
|
-
*/
|
|
3068
|
-
public updateConfigurationSetEventDestination(
|
|
3069
|
-
args: UpdateConfigurationSetEventDestinationCommandInput,
|
|
3070
|
-
options?: __HttpHandlerOptions
|
|
3071
|
-
): Promise<UpdateConfigurationSetEventDestinationCommandOutput>;
|
|
3072
|
-
public updateConfigurationSetEventDestination(
|
|
3073
|
-
args: UpdateConfigurationSetEventDestinationCommandInput,
|
|
3074
|
-
cb: (err: any, data?: UpdateConfigurationSetEventDestinationCommandOutput) => void
|
|
3075
|
-
): void;
|
|
3076
|
-
public updateConfigurationSetEventDestination(
|
|
3077
|
-
args: UpdateConfigurationSetEventDestinationCommandInput,
|
|
3078
|
-
options: __HttpHandlerOptions,
|
|
3079
|
-
cb: (err: any, data?: UpdateConfigurationSetEventDestinationCommandOutput) => void
|
|
3080
|
-
): void;
|
|
3081
|
-
public updateConfigurationSetEventDestination(
|
|
3082
|
-
args: UpdateConfigurationSetEventDestinationCommandInput,
|
|
3083
|
-
optionsOrCb?:
|
|
3084
|
-
| __HttpHandlerOptions
|
|
3085
|
-
| ((err: any, data?: UpdateConfigurationSetEventDestinationCommandOutput) => void),
|
|
3086
|
-
cb?: (err: any, data?: UpdateConfigurationSetEventDestinationCommandOutput) => void
|
|
3087
|
-
): Promise<UpdateConfigurationSetEventDestinationCommandOutput> | void {
|
|
3088
|
-
const command = new UpdateConfigurationSetEventDestinationCommand(args);
|
|
3089
|
-
if (typeof optionsOrCb === "function") {
|
|
3090
|
-
this.send(command, optionsOrCb);
|
|
3091
|
-
} else if (typeof cb === "function") {
|
|
3092
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3093
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3094
|
-
} else {
|
|
3095
|
-
return this.send(command, optionsOrCb);
|
|
3096
|
-
}
|
|
3097
|
-
}
|
|
3098
|
-
|
|
3099
|
-
/**
|
|
3100
|
-
* <p>Updates a contact's preferences for a list. It is not necessary to specify all
|
|
3101
|
-
* existing topic preferences in the TopicPreferences object, just the ones that need
|
|
3102
|
-
* updating.</p>
|
|
3103
|
-
*/
|
|
3104
|
-
public updateContact(
|
|
3105
|
-
args: UpdateContactCommandInput,
|
|
3106
|
-
options?: __HttpHandlerOptions
|
|
3107
|
-
): Promise<UpdateContactCommandOutput>;
|
|
3108
|
-
public updateContact(
|
|
3109
|
-
args: UpdateContactCommandInput,
|
|
3110
|
-
cb: (err: any, data?: UpdateContactCommandOutput) => void
|
|
3111
|
-
): void;
|
|
3112
|
-
public updateContact(
|
|
3113
|
-
args: UpdateContactCommandInput,
|
|
3114
|
-
options: __HttpHandlerOptions,
|
|
3115
|
-
cb: (err: any, data?: UpdateContactCommandOutput) => void
|
|
3116
|
-
): void;
|
|
3117
|
-
public updateContact(
|
|
3118
|
-
args: UpdateContactCommandInput,
|
|
3119
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateContactCommandOutput) => void),
|
|
3120
|
-
cb?: (err: any, data?: UpdateContactCommandOutput) => void
|
|
3121
|
-
): Promise<UpdateContactCommandOutput> | void {
|
|
3122
|
-
const command = new UpdateContactCommand(args);
|
|
3123
|
-
if (typeof optionsOrCb === "function") {
|
|
3124
|
-
this.send(command, optionsOrCb);
|
|
3125
|
-
} else if (typeof cb === "function") {
|
|
3126
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3127
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3128
|
-
} else {
|
|
3129
|
-
return this.send(command, optionsOrCb);
|
|
3130
|
-
}
|
|
3131
|
-
}
|
|
3132
|
-
|
|
3133
|
-
/**
|
|
3134
|
-
* <p>Updates contact list metadata. This operation does a complete replacement.</p>
|
|
3135
|
-
*/
|
|
3136
|
-
public updateContactList(
|
|
3137
|
-
args: UpdateContactListCommandInput,
|
|
3138
|
-
options?: __HttpHandlerOptions
|
|
3139
|
-
): Promise<UpdateContactListCommandOutput>;
|
|
3140
|
-
public updateContactList(
|
|
3141
|
-
args: UpdateContactListCommandInput,
|
|
3142
|
-
cb: (err: any, data?: UpdateContactListCommandOutput) => void
|
|
3143
|
-
): void;
|
|
3144
|
-
public updateContactList(
|
|
3145
|
-
args: UpdateContactListCommandInput,
|
|
3146
|
-
options: __HttpHandlerOptions,
|
|
3147
|
-
cb: (err: any, data?: UpdateContactListCommandOutput) => void
|
|
3148
|
-
): void;
|
|
3149
|
-
public updateContactList(
|
|
3150
|
-
args: UpdateContactListCommandInput,
|
|
3151
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateContactListCommandOutput) => void),
|
|
3152
|
-
cb?: (err: any, data?: UpdateContactListCommandOutput) => void
|
|
3153
|
-
): Promise<UpdateContactListCommandOutput> | void {
|
|
3154
|
-
const command = new UpdateContactListCommand(args);
|
|
3155
|
-
if (typeof optionsOrCb === "function") {
|
|
3156
|
-
this.send(command, optionsOrCb);
|
|
3157
|
-
} else if (typeof cb === "function") {
|
|
3158
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3159
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3160
|
-
} else {
|
|
3161
|
-
return this.send(command, optionsOrCb);
|
|
3162
|
-
}
|
|
3163
|
-
}
|
|
3164
|
-
|
|
3165
|
-
/**
|
|
3166
|
-
* <p>Updates an existing custom verification email template.</p>
|
|
3167
|
-
* <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-verify-address-custom.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer
|
|
3168
|
-
* Guide</i>.</p>
|
|
3169
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
3170
|
-
*/
|
|
3171
|
-
public updateCustomVerificationEmailTemplate(
|
|
3172
|
-
args: UpdateCustomVerificationEmailTemplateCommandInput,
|
|
3173
|
-
options?: __HttpHandlerOptions
|
|
3174
|
-
): Promise<UpdateCustomVerificationEmailTemplateCommandOutput>;
|
|
3175
|
-
public updateCustomVerificationEmailTemplate(
|
|
3176
|
-
args: UpdateCustomVerificationEmailTemplateCommandInput,
|
|
3177
|
-
cb: (err: any, data?: UpdateCustomVerificationEmailTemplateCommandOutput) => void
|
|
3178
|
-
): void;
|
|
3179
|
-
public updateCustomVerificationEmailTemplate(
|
|
3180
|
-
args: UpdateCustomVerificationEmailTemplateCommandInput,
|
|
3181
|
-
options: __HttpHandlerOptions,
|
|
3182
|
-
cb: (err: any, data?: UpdateCustomVerificationEmailTemplateCommandOutput) => void
|
|
3183
|
-
): void;
|
|
3184
|
-
public updateCustomVerificationEmailTemplate(
|
|
3185
|
-
args: UpdateCustomVerificationEmailTemplateCommandInput,
|
|
3186
|
-
optionsOrCb?:
|
|
3187
|
-
| __HttpHandlerOptions
|
|
3188
|
-
| ((err: any, data?: UpdateCustomVerificationEmailTemplateCommandOutput) => void),
|
|
3189
|
-
cb?: (err: any, data?: UpdateCustomVerificationEmailTemplateCommandOutput) => void
|
|
3190
|
-
): Promise<UpdateCustomVerificationEmailTemplateCommandOutput> | void {
|
|
3191
|
-
const command = new UpdateCustomVerificationEmailTemplateCommand(args);
|
|
3192
|
-
if (typeof optionsOrCb === "function") {
|
|
3193
|
-
this.send(command, optionsOrCb);
|
|
3194
|
-
} else if (typeof cb === "function") {
|
|
3195
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3196
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3197
|
-
} else {
|
|
3198
|
-
return this.send(command, optionsOrCb);
|
|
3199
|
-
}
|
|
3200
|
-
}
|
|
3201
|
-
|
|
3202
|
-
/**
|
|
3203
|
-
* <p>Updates the specified sending authorization policy for the given identity (an email
|
|
3204
|
-
* address or a domain). This API returns successfully even if a policy with the specified
|
|
3205
|
-
* name does not exist.</p>
|
|
3206
|
-
* <note>
|
|
3207
|
-
* <p>This API is for the identity owner only. If you have not verified the identity,
|
|
3208
|
-
* this API will return an error.</p>
|
|
3209
|
-
* </note>
|
|
3210
|
-
* <p>Sending authorization is a feature that enables an identity owner to authorize other
|
|
3211
|
-
* senders to use its identities. For information about using sending authorization, see
|
|
3212
|
-
* the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer
|
|
3213
|
-
* Guide</a>.</p>
|
|
3214
|
-
*
|
|
3215
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
3216
|
-
*/
|
|
3217
|
-
public updateEmailIdentityPolicy(
|
|
3218
|
-
args: UpdateEmailIdentityPolicyCommandInput,
|
|
3219
|
-
options?: __HttpHandlerOptions
|
|
3220
|
-
): Promise<UpdateEmailIdentityPolicyCommandOutput>;
|
|
3221
|
-
public updateEmailIdentityPolicy(
|
|
3222
|
-
args: UpdateEmailIdentityPolicyCommandInput,
|
|
3223
|
-
cb: (err: any, data?: UpdateEmailIdentityPolicyCommandOutput) => void
|
|
3224
|
-
): void;
|
|
3225
|
-
public updateEmailIdentityPolicy(
|
|
3226
|
-
args: UpdateEmailIdentityPolicyCommandInput,
|
|
3227
|
-
options: __HttpHandlerOptions,
|
|
3228
|
-
cb: (err: any, data?: UpdateEmailIdentityPolicyCommandOutput) => void
|
|
3229
|
-
): void;
|
|
3230
|
-
public updateEmailIdentityPolicy(
|
|
3231
|
-
args: UpdateEmailIdentityPolicyCommandInput,
|
|
3232
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateEmailIdentityPolicyCommandOutput) => void),
|
|
3233
|
-
cb?: (err: any, data?: UpdateEmailIdentityPolicyCommandOutput) => void
|
|
3234
|
-
): Promise<UpdateEmailIdentityPolicyCommandOutput> | void {
|
|
3235
|
-
const command = new UpdateEmailIdentityPolicyCommand(args);
|
|
3236
|
-
if (typeof optionsOrCb === "function") {
|
|
3237
|
-
this.send(command, optionsOrCb);
|
|
3238
|
-
} else if (typeof cb === "function") {
|
|
3239
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3240
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3241
|
-
} else {
|
|
3242
|
-
return this.send(command, optionsOrCb);
|
|
3243
|
-
}
|
|
3244
|
-
}
|
|
3245
|
-
|
|
3246
|
-
/**
|
|
3247
|
-
* <p>Updates an email template. Email templates enable you to send personalized email to
|
|
3248
|
-
* one or more destinations in a single API operation. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html">Amazon SES
|
|
3249
|
-
* Developer Guide</a>.</p>
|
|
3250
|
-
* <p>You can execute this operation no more than once per second.</p>
|
|
3251
|
-
*/
|
|
3252
|
-
public updateEmailTemplate(
|
|
3253
|
-
args: UpdateEmailTemplateCommandInput,
|
|
3254
|
-
options?: __HttpHandlerOptions
|
|
3255
|
-
): Promise<UpdateEmailTemplateCommandOutput>;
|
|
3256
|
-
public updateEmailTemplate(
|
|
3257
|
-
args: UpdateEmailTemplateCommandInput,
|
|
3258
|
-
cb: (err: any, data?: UpdateEmailTemplateCommandOutput) => void
|
|
3259
|
-
): void;
|
|
3260
|
-
public updateEmailTemplate(
|
|
3261
|
-
args: UpdateEmailTemplateCommandInput,
|
|
3262
|
-
options: __HttpHandlerOptions,
|
|
3263
|
-
cb: (err: any, data?: UpdateEmailTemplateCommandOutput) => void
|
|
3264
|
-
): void;
|
|
3265
|
-
public updateEmailTemplate(
|
|
3266
|
-
args: UpdateEmailTemplateCommandInput,
|
|
3267
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateEmailTemplateCommandOutput) => void),
|
|
3268
|
-
cb?: (err: any, data?: UpdateEmailTemplateCommandOutput) => void
|
|
3269
|
-
): Promise<UpdateEmailTemplateCommandOutput> | void {
|
|
3270
|
-
const command = new UpdateEmailTemplateCommand(args);
|
|
3271
|
-
if (typeof optionsOrCb === "function") {
|
|
3272
|
-
this.send(command, optionsOrCb);
|
|
3273
|
-
} else if (typeof cb === "function") {
|
|
3274
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
3275
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
3276
|
-
} else {
|
|
3277
|
-
return this.send(command, optionsOrCb);
|
|
3278
|
-
}
|
|
3279
|
-
}
|
|
3280
|
-
}
|