@depup/aws-sdk__client-ses 3.1005.0-depup.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/LICENSE +201 -0
- package/README.md +31 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +46 -0
- package/dist-cjs/endpoint/endpointResolver.js +18 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/index.js +1307 -0
- package/dist-cjs/models/SESServiceException.js +12 -0
- package/dist-cjs/models/errors.js +504 -0
- package/dist-cjs/runtimeConfig.browser.js +38 -0
- package/dist-cjs/runtimeConfig.js +53 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +44 -0
- package/dist-cjs/schemas/schemas_0.js +1812 -0
- package/dist-es/SES.js +159 -0
- package/dist-es/SESClient.js +50 -0
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +40 -0
- package/dist-es/commands/CloneReceiptRuleSetCommand.js +16 -0
- package/dist-es/commands/CreateConfigurationSetCommand.js +16 -0
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +16 -0
- package/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +16 -0
- package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +16 -0
- package/dist-es/commands/CreateReceiptFilterCommand.js +16 -0
- package/dist-es/commands/CreateReceiptRuleCommand.js +16 -0
- package/dist-es/commands/CreateReceiptRuleSetCommand.js +16 -0
- package/dist-es/commands/CreateTemplateCommand.js +16 -0
- package/dist-es/commands/DeleteConfigurationSetCommand.js +16 -0
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +16 -0
- package/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +16 -0
- package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +16 -0
- package/dist-es/commands/DeleteIdentityCommand.js +16 -0
- package/dist-es/commands/DeleteIdentityPolicyCommand.js +16 -0
- package/dist-es/commands/DeleteReceiptFilterCommand.js +16 -0
- package/dist-es/commands/DeleteReceiptRuleCommand.js +16 -0
- package/dist-es/commands/DeleteReceiptRuleSetCommand.js +16 -0
- package/dist-es/commands/DeleteTemplateCommand.js +16 -0
- package/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +16 -0
- package/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +16 -0
- package/dist-es/commands/DescribeConfigurationSetCommand.js +16 -0
- package/dist-es/commands/DescribeReceiptRuleCommand.js +16 -0
- package/dist-es/commands/DescribeReceiptRuleSetCommand.js +16 -0
- package/dist-es/commands/GetAccountSendingEnabledCommand.js +16 -0
- package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +16 -0
- package/dist-es/commands/GetIdentityDkimAttributesCommand.js +16 -0
- package/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +16 -0
- package/dist-es/commands/GetIdentityNotificationAttributesCommand.js +16 -0
- package/dist-es/commands/GetIdentityPoliciesCommand.js +16 -0
- package/dist-es/commands/GetIdentityVerificationAttributesCommand.js +16 -0
- package/dist-es/commands/GetSendQuotaCommand.js +16 -0
- package/dist-es/commands/GetSendStatisticsCommand.js +16 -0
- package/dist-es/commands/GetTemplateCommand.js +16 -0
- package/dist-es/commands/ListConfigurationSetsCommand.js +16 -0
- package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +16 -0
- package/dist-es/commands/ListIdentitiesCommand.js +16 -0
- package/dist-es/commands/ListIdentityPoliciesCommand.js +16 -0
- package/dist-es/commands/ListReceiptFiltersCommand.js +16 -0
- package/dist-es/commands/ListReceiptRuleSetsCommand.js +16 -0
- package/dist-es/commands/ListTemplatesCommand.js +16 -0
- package/dist-es/commands/ListVerifiedEmailAddressesCommand.js +16 -0
- package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +16 -0
- package/dist-es/commands/PutIdentityPolicyCommand.js +16 -0
- package/dist-es/commands/ReorderReceiptRuleSetCommand.js +16 -0
- package/dist-es/commands/SendBounceCommand.js +16 -0
- package/dist-es/commands/SendBulkTemplatedEmailCommand.js +16 -0
- package/dist-es/commands/SendCustomVerificationEmailCommand.js +16 -0
- package/dist-es/commands/SendEmailCommand.js +16 -0
- package/dist-es/commands/SendRawEmailCommand.js +16 -0
- package/dist-es/commands/SendTemplatedEmailCommand.js +16 -0
- package/dist-es/commands/SetActiveReceiptRuleSetCommand.js +16 -0
- package/dist-es/commands/SetIdentityDkimEnabledCommand.js +16 -0
- package/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +16 -0
- package/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +16 -0
- package/dist-es/commands/SetIdentityMailFromDomainCommand.js +16 -0
- package/dist-es/commands/SetIdentityNotificationTopicCommand.js +16 -0
- package/dist-es/commands/SetReceiptRulePositionCommand.js +16 -0
- package/dist-es/commands/TestRenderTemplateCommand.js +16 -0
- package/dist-es/commands/UpdateAccountSendingEnabledCommand.js +16 -0
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +16 -0
- package/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +16 -0
- package/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +16 -0
- package/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +16 -0
- package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +16 -0
- package/dist-es/commands/UpdateReceiptRuleCommand.js +16 -0
- package/dist-es/commands/UpdateTemplateCommand.js +16 -0
- package/dist-es/commands/VerifyDomainDkimCommand.js +16 -0
- package/dist-es/commands/VerifyDomainIdentityCommand.js +16 -0
- package/dist-es/commands/VerifyEmailAddressCommand.js +16 -0
- package/dist-es/commands/VerifyEmailIdentityCommand.js +16 -0
- package/dist-es/commands/index.js +71 -0
- package/dist-es/endpoint/EndpointParameters.js +13 -0
- package/dist-es/endpoint/endpointResolver.js +14 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +10 -0
- package/dist-es/models/SESServiceException.js +8 -0
- package/dist-es/models/enums.js +97 -0
- package/dist-es/models/errors.js +467 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListCustomVerificationEmailTemplatesPaginator.js +4 -0
- package/dist-es/pagination/ListIdentitiesPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/runtimeConfig.browser.js +33 -0
- package/dist-es/runtimeConfig.js +48 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +40 -0
- package/dist-es/runtimeExtensions.js +9 -0
- package/dist-es/schemas/schemas_0.js +1804 -0
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForIdentityExists.js +38 -0
- package/dist-types/SES.d.ts +574 -0
- package/dist-types/SESClient.d.ts +291 -0
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +102 -0
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +91 -0
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +128 -0
- package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +99 -0
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +97 -0
- package/dist-types/commands/CreateReceiptFilterCommand.d.ts +108 -0
- package/dist-types/commands/CreateReceiptRuleCommand.d.ts +188 -0
- package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +95 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +92 -0
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +78 -0
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +83 -0
- package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +87 -0
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +76 -0
- package/dist-types/commands/DeleteIdentityCommand.d.ts +87 -0
- package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +98 -0
- package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +88 -0
- package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +93 -0
- package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +95 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +73 -0
- package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +86 -0
- package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +164 -0
- package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +121 -0
- package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +164 -0
- package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +171 -0
- package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +86 -0
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +88 -0
- package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +139 -0
- package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +108 -0
- package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +118 -0
- package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +110 -0
- package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +118 -0
- package/dist-types/commands/GetSendQuotaCommand.d.ts +90 -0
- package/dist-types/commands/GetSendStatisticsCommand.d.ts +118 -0
- package/dist-types/commands/GetTemplateCommand.d.ts +85 -0
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +90 -0
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +89 -0
- package/dist-types/commands/ListIdentitiesCommand.d.ts +111 -0
- package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +104 -0
- package/dist-types/commands/ListReceiptFiltersCommand.d.ts +105 -0
- package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +107 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +83 -0
- package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +91 -0
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +81 -0
- package/dist-types/commands/PutIdentityPolicyCommand.d.ts +103 -0
- package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +105 -0
- package/dist-types/commands/SendBounceCommand.d.ts +121 -0
- package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +185 -0
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +102 -0
- package/dist-types/commands/SendEmailCommand.d.ts +222 -0
- package/dist-types/commands/SendRawEmailCommand.d.ts +233 -0
- package/dist-types/commands/SendTemplatedEmailCommand.d.ts +174 -0
- package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +95 -0
- package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +100 -0
- package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +97 -0
- package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +94 -0
- package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +97 -0
- package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +97 -0
- package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +98 -0
- package/dist-types/commands/TestRenderTemplateCommand.d.ts +90 -0
- package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +90 -0
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +124 -0
- package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +94 -0
- package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +95 -0
- package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +98 -0
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +92 -0
- package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +183 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +88 -0
- package/dist-types/commands/VerifyDomainDkimCommand.d.ts +133 -0
- package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +94 -0
- package/dist-types/commands/VerifyEmailAddressCommand.d.ts +86 -0
- package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +88 -0
- package/dist-types/commands/index.d.ts +71 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +50 -0
- package/dist-types/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +9 -0
- package/dist-types/index.d.ts +51 -0
- package/dist-types/models/SESServiceException.d.ts +14 -0
- package/dist-types/models/enums.d.ts +225 -0
- package/dist-types/models/errors.d.ts +588 -0
- package/dist-types/models/models_0.d.ts +3848 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIdentitiesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/runtimeConfig.browser.d.ts +55 -0
- package/dist-types/runtimeConfig.d.ts +55 -0
- package/dist-types/runtimeConfig.native.d.ts +54 -0
- package/dist-types/runtimeConfig.shared.d.ts +27 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/schemas/schemas_0.d.ts +286 -0
- package/dist-types/ts3.4/SES.d.ts +1368 -0
- package/dist-types/ts3.4/SESClient.d.ts +542 -0
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +46 -0
- package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +71 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +13 -0
- package/dist-types/ts3.4/models/SESServiceException.d.ts +9 -0
- package/dist-types/ts3.4/models/enums.d.ts +123 -0
- package/dist-types/ts3.4/models/errors.d.ts +330 -0
- package/dist-types/ts3.4/models/models_0.d.ts +665 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
- package/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIdentitiesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +100 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +95 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +104 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +30 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +285 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/dist-types/waiters/waitForIdentityExists.d.ts +14 -0
- package/package.json +122 -0
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { SendTemplatedEmailRequest, SendTemplatedEmailResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link SendTemplatedEmailCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface SendTemplatedEmailCommandInput extends SendTemplatedEmailRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link SendTemplatedEmailCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface SendTemplatedEmailCommandOutput extends SendTemplatedEmailResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const SendTemplatedEmailCommand_base: {
|
|
25
|
+
new (input: SendTemplatedEmailCommandInput): import("@smithy/smithy-client").CommandImpl<SendTemplatedEmailCommandInput, SendTemplatedEmailCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SendTemplatedEmailCommandInput): import("@smithy/smithy-client").CommandImpl<SendTemplatedEmailCommandInput, SendTemplatedEmailCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Composes an email message using an email template and immediately queues it for
|
|
31
|
+
* sending.</p>
|
|
32
|
+
* <p>To send email using this operation, your call must meet the following
|
|
33
|
+
* requirements:</p>
|
|
34
|
+
* <ul>
|
|
35
|
+
* <li>
|
|
36
|
+
* <p>The call must refer to an existing email template. You can create email
|
|
37
|
+
* templates using the <a>CreateTemplate</a> operation.</p>
|
|
38
|
+
* </li>
|
|
39
|
+
* <li>
|
|
40
|
+
* <p>The message must be sent from a verified email address or domain.</p>
|
|
41
|
+
* </li>
|
|
42
|
+
* <li>
|
|
43
|
+
* <p>If your account is still in the Amazon SES sandbox, you may only send to verified
|
|
44
|
+
* addresses or domains, or to email addresses associated with the Amazon SES Mailbox
|
|
45
|
+
* Simulator. For more information, see <a href="https://docs.aws.amazon.com/ses/latest/dg/verify-addresses-and-domains.html">Verifying Email
|
|
46
|
+
* Addresses and Domains</a> in the <i>Amazon SES Developer
|
|
47
|
+
* Guide.</i>
|
|
48
|
+
* </p>
|
|
49
|
+
* </li>
|
|
50
|
+
* <li>
|
|
51
|
+
* <p>The maximum message size is 10 MB.</p>
|
|
52
|
+
* </li>
|
|
53
|
+
* <li>
|
|
54
|
+
* <p>Calls to the <code>SendTemplatedEmail</code> operation may only include one
|
|
55
|
+
* <code>Destination</code> parameter. A destination is a set of recipients
|
|
56
|
+
* that receives the same version of the email. The <code>Destination</code>
|
|
57
|
+
* parameter can include up to 50 recipients, across the To:, CC: and BCC:
|
|
58
|
+
* fields.</p>
|
|
59
|
+
* </li>
|
|
60
|
+
* <li>
|
|
61
|
+
* <p>The <code>Destination</code> parameter must include at least one recipient
|
|
62
|
+
* email address. The recipient address can be a To: address, a CC: address, or a
|
|
63
|
+
* BCC: address. If a recipient email address is invalid (that is, it is not in the
|
|
64
|
+
* format <i>UserName@[SubDomain.]Domain.TopLevelDomain</i>), the
|
|
65
|
+
* entire message is rejected, even if the message contains other recipients that
|
|
66
|
+
* are valid.</p>
|
|
67
|
+
* </li>
|
|
68
|
+
* </ul>
|
|
69
|
+
* <important>
|
|
70
|
+
* <p>If your call to the <code>SendTemplatedEmail</code> operation includes all of the
|
|
71
|
+
* required parameters, Amazon SES accepts it and returns a Message ID. However, if Amazon SES
|
|
72
|
+
* can't render the email because the template contains errors, it doesn't send the
|
|
73
|
+
* email. Additionally, because it already accepted the message, Amazon SES doesn't return a
|
|
74
|
+
* message stating that it was unable to send the email.</p>
|
|
75
|
+
* <p>For these reasons, we highly recommend that you set up Amazon SES to send you
|
|
76
|
+
* notifications when Rendering Failure events occur. For more information, see <a href="https://docs.aws.amazon.com/ses/latest/dg/send-personalized-email-api.html">Sending Personalized Email Using the Amazon SES API</a> in the
|
|
77
|
+
* <i>Amazon Simple Email Service Developer Guide</i>.</p>
|
|
78
|
+
* </important>
|
|
79
|
+
* @example
|
|
80
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
81
|
+
* ```javascript
|
|
82
|
+
* import { SESClient, SendTemplatedEmailCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
83
|
+
* // const { SESClient, SendTemplatedEmailCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
84
|
+
* // import type { SESClientConfig } from "@aws-sdk/client-ses";
|
|
85
|
+
* const config = {}; // type is SESClientConfig
|
|
86
|
+
* const client = new SESClient(config);
|
|
87
|
+
* const input = { // SendTemplatedEmailRequest
|
|
88
|
+
* Source: "STRING_VALUE", // required
|
|
89
|
+
* Destination: { // Destination
|
|
90
|
+
* ToAddresses: [ // AddressList
|
|
91
|
+
* "STRING_VALUE",
|
|
92
|
+
* ],
|
|
93
|
+
* CcAddresses: [
|
|
94
|
+
* "STRING_VALUE",
|
|
95
|
+
* ],
|
|
96
|
+
* BccAddresses: [
|
|
97
|
+
* "STRING_VALUE",
|
|
98
|
+
* ],
|
|
99
|
+
* },
|
|
100
|
+
* ReplyToAddresses: [
|
|
101
|
+
* "STRING_VALUE",
|
|
102
|
+
* ],
|
|
103
|
+
* ReturnPath: "STRING_VALUE",
|
|
104
|
+
* SourceArn: "STRING_VALUE",
|
|
105
|
+
* ReturnPathArn: "STRING_VALUE",
|
|
106
|
+
* Tags: [ // MessageTagList
|
|
107
|
+
* { // MessageTag
|
|
108
|
+
* Name: "STRING_VALUE", // required
|
|
109
|
+
* Value: "STRING_VALUE", // required
|
|
110
|
+
* },
|
|
111
|
+
* ],
|
|
112
|
+
* ConfigurationSetName: "STRING_VALUE",
|
|
113
|
+
* Template: "STRING_VALUE", // required
|
|
114
|
+
* TemplateArn: "STRING_VALUE",
|
|
115
|
+
* TemplateData: "STRING_VALUE", // required
|
|
116
|
+
* };
|
|
117
|
+
* const command = new SendTemplatedEmailCommand(input);
|
|
118
|
+
* const response = await client.send(command);
|
|
119
|
+
* // { // SendTemplatedEmailResponse
|
|
120
|
+
* // MessageId: "STRING_VALUE", // required
|
|
121
|
+
* // };
|
|
122
|
+
*
|
|
123
|
+
* ```
|
|
124
|
+
*
|
|
125
|
+
* @param SendTemplatedEmailCommandInput - {@link SendTemplatedEmailCommandInput}
|
|
126
|
+
* @returns {@link SendTemplatedEmailCommandOutput}
|
|
127
|
+
* @see {@link SendTemplatedEmailCommandInput} for command's `input` shape.
|
|
128
|
+
* @see {@link SendTemplatedEmailCommandOutput} for command's `response` shape.
|
|
129
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
130
|
+
*
|
|
131
|
+
* @throws {@link AccountSendingPausedException} (client fault)
|
|
132
|
+
* <p>Indicates that email sending is disabled for your entire Amazon SES account.</p>
|
|
133
|
+
* <p>You can enable or disable email sending for your Amazon SES account using <a>UpdateAccountSendingEnabled</a>.</p>
|
|
134
|
+
*
|
|
135
|
+
* @throws {@link ConfigurationSetDoesNotExistException} (client fault)
|
|
136
|
+
* <p>Indicates that the configuration set does not exist.</p>
|
|
137
|
+
*
|
|
138
|
+
* @throws {@link ConfigurationSetSendingPausedException} (client fault)
|
|
139
|
+
* <p>Indicates that email sending is disabled for the configuration set.</p>
|
|
140
|
+
* <p>You can enable or disable email sending for a configuration set using <a>UpdateConfigurationSetSendingEnabled</a>.</p>
|
|
141
|
+
*
|
|
142
|
+
* @throws {@link MailFromDomainNotVerifiedException} (client fault)
|
|
143
|
+
* <p> Indicates that the message could not be sent because Amazon SES could not read the MX
|
|
144
|
+
* record required to use the specified MAIL FROM domain. For information about editing the
|
|
145
|
+
* custom MAIL FROM domain settings for an identity, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/mail-from-edit.html">Amazon SES Developer
|
|
146
|
+
* Guide</a>.</p>
|
|
147
|
+
*
|
|
148
|
+
* @throws {@link MessageRejected} (client fault)
|
|
149
|
+
* <p>Indicates that the action failed, and the message could not be sent. Check the error
|
|
150
|
+
* stack for more information about what caused the error.</p>
|
|
151
|
+
*
|
|
152
|
+
* @throws {@link TemplateDoesNotExistException} (client fault)
|
|
153
|
+
* <p>Indicates that the Template object you specified does not exist in your Amazon SES
|
|
154
|
+
* account.</p>
|
|
155
|
+
*
|
|
156
|
+
* @throws {@link SESServiceException}
|
|
157
|
+
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
158
|
+
*
|
|
159
|
+
*
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
export declare class SendTemplatedEmailCommand extends SendTemplatedEmailCommand_base {
|
|
163
|
+
/** @internal type navigation helper, not in runtime. */
|
|
164
|
+
protected static __types: {
|
|
165
|
+
api: {
|
|
166
|
+
input: SendTemplatedEmailRequest;
|
|
167
|
+
output: SendTemplatedEmailResponse;
|
|
168
|
+
};
|
|
169
|
+
sdk: {
|
|
170
|
+
input: SendTemplatedEmailCommandInput;
|
|
171
|
+
output: SendTemplatedEmailCommandOutput;
|
|
172
|
+
};
|
|
173
|
+
};
|
|
174
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { SetActiveReceiptRuleSetRequest, SetActiveReceiptRuleSetResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link SetActiveReceiptRuleSetCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface SetActiveReceiptRuleSetCommandInput extends SetActiveReceiptRuleSetRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link SetActiveReceiptRuleSetCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface SetActiveReceiptRuleSetCommandOutput extends SetActiveReceiptRuleSetResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const SetActiveReceiptRuleSetCommand_base: {
|
|
25
|
+
new (input: SetActiveReceiptRuleSetCommandInput): import("@smithy/smithy-client").CommandImpl<SetActiveReceiptRuleSetCommandInput, SetActiveReceiptRuleSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [SetActiveReceiptRuleSetCommandInput]): import("@smithy/smithy-client").CommandImpl<SetActiveReceiptRuleSetCommandInput, SetActiveReceiptRuleSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Sets the specified receipt rule set as the active receipt rule set.</p>
|
|
31
|
+
* <note>
|
|
32
|
+
* <p>To disable your email-receiving through Amazon SES completely, you can call this
|
|
33
|
+
* operation with <code>RuleSetName</code> set to null.</p>
|
|
34
|
+
* </note>
|
|
35
|
+
* <p>For information about managing receipt rule sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-receipt-rules-console-walkthrough.html">Amazon SES
|
|
36
|
+
* Developer Guide</a>.</p>
|
|
37
|
+
* <p>You can execute this operation no more than once per second.</p>
|
|
38
|
+
* @example
|
|
39
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
40
|
+
* ```javascript
|
|
41
|
+
* import { SESClient, SetActiveReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
42
|
+
* // const { SESClient, SetActiveReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
43
|
+
* // import type { SESClientConfig } from "@aws-sdk/client-ses";
|
|
44
|
+
* const config = {}; // type is SESClientConfig
|
|
45
|
+
* const client = new SESClient(config);
|
|
46
|
+
* const input = { // SetActiveReceiptRuleSetRequest
|
|
47
|
+
* RuleSetName: "STRING_VALUE",
|
|
48
|
+
* };
|
|
49
|
+
* const command = new SetActiveReceiptRuleSetCommand(input);
|
|
50
|
+
* const response = await client.send(command);
|
|
51
|
+
* // {};
|
|
52
|
+
*
|
|
53
|
+
* ```
|
|
54
|
+
*
|
|
55
|
+
* @param SetActiveReceiptRuleSetCommandInput - {@link SetActiveReceiptRuleSetCommandInput}
|
|
56
|
+
* @returns {@link SetActiveReceiptRuleSetCommandOutput}
|
|
57
|
+
* @see {@link SetActiveReceiptRuleSetCommandInput} for command's `input` shape.
|
|
58
|
+
* @see {@link SetActiveReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
59
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link RuleSetDoesNotExistException} (client fault)
|
|
62
|
+
* <p>Indicates that the provided receipt rule set does not exist.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link SESServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
66
|
+
*
|
|
67
|
+
*
|
|
68
|
+
* @example SetActiveReceiptRuleSet
|
|
69
|
+
* ```javascript
|
|
70
|
+
* // The following example sets the active receipt rule set:
|
|
71
|
+
* const input = {
|
|
72
|
+
* RuleSetName: "RuleSetToActivate"
|
|
73
|
+
* };
|
|
74
|
+
* const command = new SetActiveReceiptRuleSetCommand(input);
|
|
75
|
+
* const response = await client.send(command);
|
|
76
|
+
* /* response is
|
|
77
|
+
* { /* metadata only *\/ }
|
|
78
|
+
* *\/
|
|
79
|
+
* ```
|
|
80
|
+
*
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
export declare class SetActiveReceiptRuleSetCommand extends SetActiveReceiptRuleSetCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: SetActiveReceiptRuleSetRequest;
|
|
88
|
+
output: {};
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: SetActiveReceiptRuleSetCommandInput;
|
|
92
|
+
output: SetActiveReceiptRuleSetCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { SetIdentityDkimEnabledRequest, SetIdentityDkimEnabledResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link SetIdentityDkimEnabledCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface SetIdentityDkimEnabledCommandInput extends SetIdentityDkimEnabledRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link SetIdentityDkimEnabledCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface SetIdentityDkimEnabledCommandOutput extends SetIdentityDkimEnabledResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const SetIdentityDkimEnabledCommand_base: {
|
|
25
|
+
new (input: SetIdentityDkimEnabledCommandInput): import("@smithy/smithy-client").CommandImpl<SetIdentityDkimEnabledCommandInput, SetIdentityDkimEnabledCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SetIdentityDkimEnabledCommandInput): import("@smithy/smithy-client").CommandImpl<SetIdentityDkimEnabledCommandInput, SetIdentityDkimEnabledCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Enables or disables Easy DKIM signing of email sent from an identity. If Easy DKIM
|
|
31
|
+
* signing is enabled for a domain, then Amazon SES uses DKIM to sign all email that it sends
|
|
32
|
+
* from addresses on that domain. If Easy DKIM signing is enabled for an email address,
|
|
33
|
+
* then Amazon SES uses DKIM to sign all email it sends from that address.</p>
|
|
34
|
+
* <note>
|
|
35
|
+
* <p>For email addresses (for example, <code>user@example.com</code>), you can only
|
|
36
|
+
* enable DKIM signing if the corresponding domain (in this case,
|
|
37
|
+
* <code>example.com</code>) has been set up to use Easy DKIM.</p>
|
|
38
|
+
* </note>
|
|
39
|
+
* <p>You can enable DKIM signing for an identity at any time after you start the
|
|
40
|
+
* verification process for the identity, even if the verification process isn't complete. </p>
|
|
41
|
+
* <p>You can execute this operation no more than once per second.</p>
|
|
42
|
+
* <p>For more information about Easy DKIM signing, go to the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim-easy.html">Amazon SES Developer
|
|
43
|
+
* Guide</a>.</p>
|
|
44
|
+
* @example
|
|
45
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
46
|
+
* ```javascript
|
|
47
|
+
* import { SESClient, SetIdentityDkimEnabledCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
48
|
+
* // const { SESClient, SetIdentityDkimEnabledCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
49
|
+
* // import type { SESClientConfig } from "@aws-sdk/client-ses";
|
|
50
|
+
* const config = {}; // type is SESClientConfig
|
|
51
|
+
* const client = new SESClient(config);
|
|
52
|
+
* const input = { // SetIdentityDkimEnabledRequest
|
|
53
|
+
* Identity: "STRING_VALUE", // required
|
|
54
|
+
* DkimEnabled: true || false, // required
|
|
55
|
+
* };
|
|
56
|
+
* const command = new SetIdentityDkimEnabledCommand(input);
|
|
57
|
+
* const response = await client.send(command);
|
|
58
|
+
* // {};
|
|
59
|
+
*
|
|
60
|
+
* ```
|
|
61
|
+
*
|
|
62
|
+
* @param SetIdentityDkimEnabledCommandInput - {@link SetIdentityDkimEnabledCommandInput}
|
|
63
|
+
* @returns {@link SetIdentityDkimEnabledCommandOutput}
|
|
64
|
+
* @see {@link SetIdentityDkimEnabledCommandInput} for command's `input` shape.
|
|
65
|
+
* @see {@link SetIdentityDkimEnabledCommandOutput} for command's `response` shape.
|
|
66
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link SESServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
70
|
+
*
|
|
71
|
+
*
|
|
72
|
+
* @example SetIdentityDkimEnabled
|
|
73
|
+
* ```javascript
|
|
74
|
+
* // The following example configures Amazon SES to Easy DKIM-sign the email sent from an identity:
|
|
75
|
+
* const input = {
|
|
76
|
+
* DkimEnabled: true,
|
|
77
|
+
* Identity: "user@example.com"
|
|
78
|
+
* };
|
|
79
|
+
* const command = new SetIdentityDkimEnabledCommand(input);
|
|
80
|
+
* const response = await client.send(command);
|
|
81
|
+
* /* response is
|
|
82
|
+
* { /* metadata only *\/ }
|
|
83
|
+
* *\/
|
|
84
|
+
* ```
|
|
85
|
+
*
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
export declare class SetIdentityDkimEnabledCommand extends SetIdentityDkimEnabledCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: SetIdentityDkimEnabledRequest;
|
|
93
|
+
output: {};
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: SetIdentityDkimEnabledCommandInput;
|
|
97
|
+
output: SetIdentityDkimEnabledCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { SetIdentityFeedbackForwardingEnabledRequest, SetIdentityFeedbackForwardingEnabledResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link SetIdentityFeedbackForwardingEnabledCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface SetIdentityFeedbackForwardingEnabledCommandInput extends SetIdentityFeedbackForwardingEnabledRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link SetIdentityFeedbackForwardingEnabledCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface SetIdentityFeedbackForwardingEnabledCommandOutput extends SetIdentityFeedbackForwardingEnabledResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const SetIdentityFeedbackForwardingEnabledCommand_base: {
|
|
25
|
+
new (input: SetIdentityFeedbackForwardingEnabledCommandInput): import("@smithy/smithy-client").CommandImpl<SetIdentityFeedbackForwardingEnabledCommandInput, SetIdentityFeedbackForwardingEnabledCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SetIdentityFeedbackForwardingEnabledCommandInput): import("@smithy/smithy-client").CommandImpl<SetIdentityFeedbackForwardingEnabledCommandInput, SetIdentityFeedbackForwardingEnabledCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Given an identity (an email address or a domain), enables or disables whether Amazon SES
|
|
31
|
+
* forwards bounce and complaint notifications as email. Feedback forwarding can only be
|
|
32
|
+
* disabled when Amazon Simple Notification Service (Amazon SNS) topics are specified for both bounces and
|
|
33
|
+
* complaints.</p>
|
|
34
|
+
* <note>
|
|
35
|
+
* <p>Feedback forwarding does not apply to delivery notifications. Delivery
|
|
36
|
+
* notifications are only available through Amazon SNS.</p>
|
|
37
|
+
* </note>
|
|
38
|
+
* <p>You can execute this operation no more than once per second.</p>
|
|
39
|
+
* <p>For more information about using notifications with Amazon SES, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-notifications.html">Amazon SES
|
|
40
|
+
* Developer Guide</a>.</p>
|
|
41
|
+
* @example
|
|
42
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
43
|
+
* ```javascript
|
|
44
|
+
* import { SESClient, SetIdentityFeedbackForwardingEnabledCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
45
|
+
* // const { SESClient, SetIdentityFeedbackForwardingEnabledCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
46
|
+
* // import type { SESClientConfig } from "@aws-sdk/client-ses";
|
|
47
|
+
* const config = {}; // type is SESClientConfig
|
|
48
|
+
* const client = new SESClient(config);
|
|
49
|
+
* const input = { // SetIdentityFeedbackForwardingEnabledRequest
|
|
50
|
+
* Identity: "STRING_VALUE", // required
|
|
51
|
+
* ForwardingEnabled: true || false, // required
|
|
52
|
+
* };
|
|
53
|
+
* const command = new SetIdentityFeedbackForwardingEnabledCommand(input);
|
|
54
|
+
* const response = await client.send(command);
|
|
55
|
+
* // {};
|
|
56
|
+
*
|
|
57
|
+
* ```
|
|
58
|
+
*
|
|
59
|
+
* @param SetIdentityFeedbackForwardingEnabledCommandInput - {@link SetIdentityFeedbackForwardingEnabledCommandInput}
|
|
60
|
+
* @returns {@link SetIdentityFeedbackForwardingEnabledCommandOutput}
|
|
61
|
+
* @see {@link SetIdentityFeedbackForwardingEnabledCommandInput} for command's `input` shape.
|
|
62
|
+
* @see {@link SetIdentityFeedbackForwardingEnabledCommandOutput} for command's `response` shape.
|
|
63
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link SESServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
67
|
+
*
|
|
68
|
+
*
|
|
69
|
+
* @example SetIdentityFeedbackForwardingEnabled
|
|
70
|
+
* ```javascript
|
|
71
|
+
* // The following example configures Amazon SES to forward an identity's bounces and complaints via email:
|
|
72
|
+
* const input = {
|
|
73
|
+
* ForwardingEnabled: true,
|
|
74
|
+
* Identity: "user@example.com"
|
|
75
|
+
* };
|
|
76
|
+
* const command = new SetIdentityFeedbackForwardingEnabledCommand(input);
|
|
77
|
+
* const response = await client.send(command);
|
|
78
|
+
* /* response is
|
|
79
|
+
* { /* metadata only *\/ }
|
|
80
|
+
* *\/
|
|
81
|
+
* ```
|
|
82
|
+
*
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
export declare class SetIdentityFeedbackForwardingEnabledCommand extends SetIdentityFeedbackForwardingEnabledCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: SetIdentityFeedbackForwardingEnabledRequest;
|
|
90
|
+
output: {};
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: SetIdentityFeedbackForwardingEnabledCommandInput;
|
|
94
|
+
output: SetIdentityFeedbackForwardingEnabledCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { SetIdentityHeadersInNotificationsEnabledRequest, SetIdentityHeadersInNotificationsEnabledResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link SetIdentityHeadersInNotificationsEnabledCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface SetIdentityHeadersInNotificationsEnabledCommandInput extends SetIdentityHeadersInNotificationsEnabledRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link SetIdentityHeadersInNotificationsEnabledCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface SetIdentityHeadersInNotificationsEnabledCommandOutput extends SetIdentityHeadersInNotificationsEnabledResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const SetIdentityHeadersInNotificationsEnabledCommand_base: {
|
|
25
|
+
new (input: SetIdentityHeadersInNotificationsEnabledCommandInput): import("@smithy/smithy-client").CommandImpl<SetIdentityHeadersInNotificationsEnabledCommandInput, SetIdentityHeadersInNotificationsEnabledCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SetIdentityHeadersInNotificationsEnabledCommandInput): import("@smithy/smithy-client").CommandImpl<SetIdentityHeadersInNotificationsEnabledCommandInput, SetIdentityHeadersInNotificationsEnabledCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Given an identity (an email address or a domain), sets whether Amazon SES includes the
|
|
31
|
+
* original email headers in the Amazon Simple Notification Service (Amazon SNS) notifications of a specified
|
|
32
|
+
* type.</p>
|
|
33
|
+
* <p>You can execute this operation no more than once per second.</p>
|
|
34
|
+
* <p>For more information about using notifications with Amazon SES, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-notifications.html">Amazon SES
|
|
35
|
+
* Developer Guide</a>.</p>
|
|
36
|
+
* @example
|
|
37
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
38
|
+
* ```javascript
|
|
39
|
+
* import { SESClient, SetIdentityHeadersInNotificationsEnabledCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
40
|
+
* // const { SESClient, SetIdentityHeadersInNotificationsEnabledCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
41
|
+
* // import type { SESClientConfig } from "@aws-sdk/client-ses";
|
|
42
|
+
* const config = {}; // type is SESClientConfig
|
|
43
|
+
* const client = new SESClient(config);
|
|
44
|
+
* const input = { // SetIdentityHeadersInNotificationsEnabledRequest
|
|
45
|
+
* Identity: "STRING_VALUE", // required
|
|
46
|
+
* NotificationType: "Bounce" || "Complaint" || "Delivery", // required
|
|
47
|
+
* Enabled: true || false, // required
|
|
48
|
+
* };
|
|
49
|
+
* const command = new SetIdentityHeadersInNotificationsEnabledCommand(input);
|
|
50
|
+
* const response = await client.send(command);
|
|
51
|
+
* // {};
|
|
52
|
+
*
|
|
53
|
+
* ```
|
|
54
|
+
*
|
|
55
|
+
* @param SetIdentityHeadersInNotificationsEnabledCommandInput - {@link SetIdentityHeadersInNotificationsEnabledCommandInput}
|
|
56
|
+
* @returns {@link SetIdentityHeadersInNotificationsEnabledCommandOutput}
|
|
57
|
+
* @see {@link SetIdentityHeadersInNotificationsEnabledCommandInput} for command's `input` shape.
|
|
58
|
+
* @see {@link SetIdentityHeadersInNotificationsEnabledCommandOutput} for command's `response` shape.
|
|
59
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link SESServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
65
|
+
* @example SetIdentityHeadersInNotificationsEnabled
|
|
66
|
+
* ```javascript
|
|
67
|
+
* // The following example configures Amazon SES to include the original email headers in the Amazon SNS bounce notifications for an identity:
|
|
68
|
+
* const input = {
|
|
69
|
+
* Enabled: true,
|
|
70
|
+
* Identity: "user@example.com",
|
|
71
|
+
* NotificationType: "Bounce"
|
|
72
|
+
* };
|
|
73
|
+
* const command = new SetIdentityHeadersInNotificationsEnabledCommand(input);
|
|
74
|
+
* const response = await client.send(command);
|
|
75
|
+
* /* response is
|
|
76
|
+
* { /* metadata only *\/ }
|
|
77
|
+
* *\/
|
|
78
|
+
* ```
|
|
79
|
+
*
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
export declare class SetIdentityHeadersInNotificationsEnabledCommand extends SetIdentityHeadersInNotificationsEnabledCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: SetIdentityHeadersInNotificationsEnabledRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: SetIdentityHeadersInNotificationsEnabledCommandInput;
|
|
91
|
+
output: SetIdentityHeadersInNotificationsEnabledCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { SetIdentityMailFromDomainRequest, SetIdentityMailFromDomainResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link SetIdentityMailFromDomainCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface SetIdentityMailFromDomainCommandInput extends SetIdentityMailFromDomainRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link SetIdentityMailFromDomainCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface SetIdentityMailFromDomainCommandOutput extends SetIdentityMailFromDomainResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const SetIdentityMailFromDomainCommand_base: {
|
|
25
|
+
new (input: SetIdentityMailFromDomainCommandInput): import("@smithy/smithy-client").CommandImpl<SetIdentityMailFromDomainCommandInput, SetIdentityMailFromDomainCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SetIdentityMailFromDomainCommandInput): import("@smithy/smithy-client").CommandImpl<SetIdentityMailFromDomainCommandInput, SetIdentityMailFromDomainCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Enables or disables the custom MAIL FROM domain setup for a verified identity (an
|
|
31
|
+
* email address or a domain).</p>
|
|
32
|
+
* <important>
|
|
33
|
+
* <p>To send emails using the specified MAIL FROM domain, you must add an MX record to
|
|
34
|
+
* your MAIL FROM domain's DNS settings. To ensure that your emails pass Sender Policy
|
|
35
|
+
* Framework (SPF) checks, you must also add or update an SPF record. For more
|
|
36
|
+
* information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/mail-from.html">Amazon SES Developer Guide</a>.</p>
|
|
37
|
+
* </important>
|
|
38
|
+
* <p>You can execute this operation no more than once per second.</p>
|
|
39
|
+
* @example
|
|
40
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
41
|
+
* ```javascript
|
|
42
|
+
* import { SESClient, SetIdentityMailFromDomainCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
43
|
+
* // const { SESClient, SetIdentityMailFromDomainCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
44
|
+
* // import type { SESClientConfig } from "@aws-sdk/client-ses";
|
|
45
|
+
* const config = {}; // type is SESClientConfig
|
|
46
|
+
* const client = new SESClient(config);
|
|
47
|
+
* const input = { // SetIdentityMailFromDomainRequest
|
|
48
|
+
* Identity: "STRING_VALUE", // required
|
|
49
|
+
* MailFromDomain: "STRING_VALUE",
|
|
50
|
+
* BehaviorOnMXFailure: "UseDefaultValue" || "RejectMessage",
|
|
51
|
+
* };
|
|
52
|
+
* const command = new SetIdentityMailFromDomainCommand(input);
|
|
53
|
+
* const response = await client.send(command);
|
|
54
|
+
* // {};
|
|
55
|
+
*
|
|
56
|
+
* ```
|
|
57
|
+
*
|
|
58
|
+
* @param SetIdentityMailFromDomainCommandInput - {@link SetIdentityMailFromDomainCommandInput}
|
|
59
|
+
* @returns {@link SetIdentityMailFromDomainCommandOutput}
|
|
60
|
+
* @see {@link SetIdentityMailFromDomainCommandInput} for command's `input` shape.
|
|
61
|
+
* @see {@link SetIdentityMailFromDomainCommandOutput} for command's `response` shape.
|
|
62
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link SESServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
66
|
+
*
|
|
67
|
+
*
|
|
68
|
+
* @example SetIdentityMailFromDomain
|
|
69
|
+
* ```javascript
|
|
70
|
+
* // The following example configures Amazon SES to use a custom MAIL FROM domain for an identity:
|
|
71
|
+
* const input = {
|
|
72
|
+
* BehaviorOnMXFailure: "UseDefaultValue",
|
|
73
|
+
* Identity: "user@example.com",
|
|
74
|
+
* MailFromDomain: "bounces.example.com"
|
|
75
|
+
* };
|
|
76
|
+
* const command = new SetIdentityMailFromDomainCommand(input);
|
|
77
|
+
* const response = await client.send(command);
|
|
78
|
+
* /* response is
|
|
79
|
+
* { /* metadata only *\/ }
|
|
80
|
+
* *\/
|
|
81
|
+
* ```
|
|
82
|
+
*
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
export declare class SetIdentityMailFromDomainCommand extends SetIdentityMailFromDomainCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: SetIdentityMailFromDomainRequest;
|
|
90
|
+
output: {};
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: SetIdentityMailFromDomainCommandInput;
|
|
94
|
+
output: SetIdentityMailFromDomainCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
}
|