@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,1307 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
|
|
4
|
+
var middlewareLogger = require('@aws-sdk/middleware-logger');
|
|
5
|
+
var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
|
|
6
|
+
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
|
+
var configResolver = require('@smithy/config-resolver');
|
|
8
|
+
var core = require('@smithy/core');
|
|
9
|
+
var schema = require('@smithy/core/schema');
|
|
10
|
+
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
11
|
+
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
12
|
+
var middlewareRetry = require('@smithy/middleware-retry');
|
|
13
|
+
var smithyClient = require('@smithy/smithy-client');
|
|
14
|
+
var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
15
|
+
var runtimeConfig = require('./runtimeConfig');
|
|
16
|
+
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
|
+
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var utilWaiter = require('@smithy/util-waiter');
|
|
20
|
+
var errors = require('./models/errors');
|
|
21
|
+
var SESServiceException = require('./models/SESServiceException');
|
|
22
|
+
|
|
23
|
+
const resolveClientEndpointParameters = (options) => {
|
|
24
|
+
return Object.assign(options, {
|
|
25
|
+
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
26
|
+
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
27
|
+
defaultSigningName: "ses",
|
|
28
|
+
});
|
|
29
|
+
};
|
|
30
|
+
const commonParams = {
|
|
31
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
32
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
33
|
+
Region: { type: "builtInParams", name: "region" },
|
|
34
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
38
|
+
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
39
|
+
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
40
|
+
let _credentials = runtimeConfig.credentials;
|
|
41
|
+
return {
|
|
42
|
+
setHttpAuthScheme(httpAuthScheme) {
|
|
43
|
+
const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);
|
|
44
|
+
if (index === -1) {
|
|
45
|
+
_httpAuthSchemes.push(httpAuthScheme);
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
_httpAuthSchemes.splice(index, 1, httpAuthScheme);
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
httpAuthSchemes() {
|
|
52
|
+
return _httpAuthSchemes;
|
|
53
|
+
},
|
|
54
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider) {
|
|
55
|
+
_httpAuthSchemeProvider = httpAuthSchemeProvider;
|
|
56
|
+
},
|
|
57
|
+
httpAuthSchemeProvider() {
|
|
58
|
+
return _httpAuthSchemeProvider;
|
|
59
|
+
},
|
|
60
|
+
setCredentials(credentials) {
|
|
61
|
+
_credentials = credentials;
|
|
62
|
+
},
|
|
63
|
+
credentials() {
|
|
64
|
+
return _credentials;
|
|
65
|
+
},
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
const resolveHttpAuthRuntimeConfig = (config) => {
|
|
69
|
+
return {
|
|
70
|
+
httpAuthSchemes: config.httpAuthSchemes(),
|
|
71
|
+
httpAuthSchemeProvider: config.httpAuthSchemeProvider(),
|
|
72
|
+
credentials: config.credentials(),
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
77
|
+
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), smithyClient.getDefaultExtensionConfiguration(runtimeConfig), protocolHttp.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
78
|
+
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
79
|
+
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), smithyClient.resolveDefaultRuntimeConfig(extensionConfiguration), protocolHttp.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
class SESClient extends smithyClient.Client {
|
|
83
|
+
config;
|
|
84
|
+
constructor(...[configuration]) {
|
|
85
|
+
const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
|
|
86
|
+
super(_config_0);
|
|
87
|
+
this.initConfig = _config_0;
|
|
88
|
+
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
89
|
+
const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
|
|
90
|
+
const _config_3 = middlewareRetry.resolveRetryConfig(_config_2);
|
|
91
|
+
const _config_4 = configResolver.resolveRegionConfig(_config_3);
|
|
92
|
+
const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
|
|
93
|
+
const _config_6 = middlewareEndpoint.resolveEndpointConfig(_config_5);
|
|
94
|
+
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
95
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
96
|
+
this.config = _config_8;
|
|
97
|
+
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
98
|
+
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
99
|
+
this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
|
|
100
|
+
this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
|
|
101
|
+
this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
|
|
102
|
+
this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
|
|
103
|
+
this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
|
|
104
|
+
this.middlewareStack.use(core.getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
|
|
105
|
+
httpAuthSchemeParametersProvider: httpAuthSchemeProvider.defaultSESHttpAuthSchemeParametersProvider,
|
|
106
|
+
identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({
|
|
107
|
+
"aws.auth#sigv4": config.credentials,
|
|
108
|
+
}),
|
|
109
|
+
}));
|
|
110
|
+
this.middlewareStack.use(core.getHttpSigningPlugin(this.config));
|
|
111
|
+
}
|
|
112
|
+
destroy() {
|
|
113
|
+
super.destroy();
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
class CloneReceiptRuleSetCommand extends smithyClient.Command
|
|
118
|
+
.classBuilder()
|
|
119
|
+
.ep(commonParams)
|
|
120
|
+
.m(function (Command, cs, config, o) {
|
|
121
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
122
|
+
})
|
|
123
|
+
.s("SimpleEmailService", "CloneReceiptRuleSet", {})
|
|
124
|
+
.n("SESClient", "CloneReceiptRuleSetCommand")
|
|
125
|
+
.sc(schemas_0.CloneReceiptRuleSet$)
|
|
126
|
+
.build() {
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
class CreateConfigurationSetCommand extends smithyClient.Command
|
|
130
|
+
.classBuilder()
|
|
131
|
+
.ep(commonParams)
|
|
132
|
+
.m(function (Command, cs, config, o) {
|
|
133
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
134
|
+
})
|
|
135
|
+
.s("SimpleEmailService", "CreateConfigurationSet", {})
|
|
136
|
+
.n("SESClient", "CreateConfigurationSetCommand")
|
|
137
|
+
.sc(schemas_0.CreateConfigurationSet$)
|
|
138
|
+
.build() {
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
class CreateConfigurationSetEventDestinationCommand extends smithyClient.Command
|
|
142
|
+
.classBuilder()
|
|
143
|
+
.ep(commonParams)
|
|
144
|
+
.m(function (Command, cs, config, o) {
|
|
145
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
146
|
+
})
|
|
147
|
+
.s("SimpleEmailService", "CreateConfigurationSetEventDestination", {})
|
|
148
|
+
.n("SESClient", "CreateConfigurationSetEventDestinationCommand")
|
|
149
|
+
.sc(schemas_0.CreateConfigurationSetEventDestination$)
|
|
150
|
+
.build() {
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
class CreateConfigurationSetTrackingOptionsCommand extends smithyClient.Command
|
|
154
|
+
.classBuilder()
|
|
155
|
+
.ep(commonParams)
|
|
156
|
+
.m(function (Command, cs, config, o) {
|
|
157
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
158
|
+
})
|
|
159
|
+
.s("SimpleEmailService", "CreateConfigurationSetTrackingOptions", {})
|
|
160
|
+
.n("SESClient", "CreateConfigurationSetTrackingOptionsCommand")
|
|
161
|
+
.sc(schemas_0.CreateConfigurationSetTrackingOptions$)
|
|
162
|
+
.build() {
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
class CreateCustomVerificationEmailTemplateCommand extends smithyClient.Command
|
|
166
|
+
.classBuilder()
|
|
167
|
+
.ep(commonParams)
|
|
168
|
+
.m(function (Command, cs, config, o) {
|
|
169
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
170
|
+
})
|
|
171
|
+
.s("SimpleEmailService", "CreateCustomVerificationEmailTemplate", {})
|
|
172
|
+
.n("SESClient", "CreateCustomVerificationEmailTemplateCommand")
|
|
173
|
+
.sc(schemas_0.CreateCustomVerificationEmailTemplate$)
|
|
174
|
+
.build() {
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
class CreateReceiptFilterCommand extends smithyClient.Command
|
|
178
|
+
.classBuilder()
|
|
179
|
+
.ep(commonParams)
|
|
180
|
+
.m(function (Command, cs, config, o) {
|
|
181
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
182
|
+
})
|
|
183
|
+
.s("SimpleEmailService", "CreateReceiptFilter", {})
|
|
184
|
+
.n("SESClient", "CreateReceiptFilterCommand")
|
|
185
|
+
.sc(schemas_0.CreateReceiptFilter$)
|
|
186
|
+
.build() {
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
class CreateReceiptRuleCommand extends smithyClient.Command
|
|
190
|
+
.classBuilder()
|
|
191
|
+
.ep(commonParams)
|
|
192
|
+
.m(function (Command, cs, config, o) {
|
|
193
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
194
|
+
})
|
|
195
|
+
.s("SimpleEmailService", "CreateReceiptRule", {})
|
|
196
|
+
.n("SESClient", "CreateReceiptRuleCommand")
|
|
197
|
+
.sc(schemas_0.CreateReceiptRule$)
|
|
198
|
+
.build() {
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
class CreateReceiptRuleSetCommand extends smithyClient.Command
|
|
202
|
+
.classBuilder()
|
|
203
|
+
.ep(commonParams)
|
|
204
|
+
.m(function (Command, cs, config, o) {
|
|
205
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
206
|
+
})
|
|
207
|
+
.s("SimpleEmailService", "CreateReceiptRuleSet", {})
|
|
208
|
+
.n("SESClient", "CreateReceiptRuleSetCommand")
|
|
209
|
+
.sc(schemas_0.CreateReceiptRuleSet$)
|
|
210
|
+
.build() {
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
class CreateTemplateCommand extends smithyClient.Command
|
|
214
|
+
.classBuilder()
|
|
215
|
+
.ep(commonParams)
|
|
216
|
+
.m(function (Command, cs, config, o) {
|
|
217
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
218
|
+
})
|
|
219
|
+
.s("SimpleEmailService", "CreateTemplate", {})
|
|
220
|
+
.n("SESClient", "CreateTemplateCommand")
|
|
221
|
+
.sc(schemas_0.CreateTemplate$)
|
|
222
|
+
.build() {
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
class DeleteConfigurationSetCommand extends smithyClient.Command
|
|
226
|
+
.classBuilder()
|
|
227
|
+
.ep(commonParams)
|
|
228
|
+
.m(function (Command, cs, config, o) {
|
|
229
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
230
|
+
})
|
|
231
|
+
.s("SimpleEmailService", "DeleteConfigurationSet", {})
|
|
232
|
+
.n("SESClient", "DeleteConfigurationSetCommand")
|
|
233
|
+
.sc(schemas_0.DeleteConfigurationSet$)
|
|
234
|
+
.build() {
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
class DeleteConfigurationSetEventDestinationCommand extends smithyClient.Command
|
|
238
|
+
.classBuilder()
|
|
239
|
+
.ep(commonParams)
|
|
240
|
+
.m(function (Command, cs, config, o) {
|
|
241
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
242
|
+
})
|
|
243
|
+
.s("SimpleEmailService", "DeleteConfigurationSetEventDestination", {})
|
|
244
|
+
.n("SESClient", "DeleteConfigurationSetEventDestinationCommand")
|
|
245
|
+
.sc(schemas_0.DeleteConfigurationSetEventDestination$)
|
|
246
|
+
.build() {
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
class DeleteConfigurationSetTrackingOptionsCommand extends smithyClient.Command
|
|
250
|
+
.classBuilder()
|
|
251
|
+
.ep(commonParams)
|
|
252
|
+
.m(function (Command, cs, config, o) {
|
|
253
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
254
|
+
})
|
|
255
|
+
.s("SimpleEmailService", "DeleteConfigurationSetTrackingOptions", {})
|
|
256
|
+
.n("SESClient", "DeleteConfigurationSetTrackingOptionsCommand")
|
|
257
|
+
.sc(schemas_0.DeleteConfigurationSetTrackingOptions$)
|
|
258
|
+
.build() {
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
class DeleteCustomVerificationEmailTemplateCommand extends smithyClient.Command
|
|
262
|
+
.classBuilder()
|
|
263
|
+
.ep(commonParams)
|
|
264
|
+
.m(function (Command, cs, config, o) {
|
|
265
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
266
|
+
})
|
|
267
|
+
.s("SimpleEmailService", "DeleteCustomVerificationEmailTemplate", {})
|
|
268
|
+
.n("SESClient", "DeleteCustomVerificationEmailTemplateCommand")
|
|
269
|
+
.sc(schemas_0.DeleteCustomVerificationEmailTemplate$)
|
|
270
|
+
.build() {
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
class DeleteIdentityCommand extends smithyClient.Command
|
|
274
|
+
.classBuilder()
|
|
275
|
+
.ep(commonParams)
|
|
276
|
+
.m(function (Command, cs, config, o) {
|
|
277
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
278
|
+
})
|
|
279
|
+
.s("SimpleEmailService", "DeleteIdentity", {})
|
|
280
|
+
.n("SESClient", "DeleteIdentityCommand")
|
|
281
|
+
.sc(schemas_0.DeleteIdentity$)
|
|
282
|
+
.build() {
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
class DeleteIdentityPolicyCommand extends smithyClient.Command
|
|
286
|
+
.classBuilder()
|
|
287
|
+
.ep(commonParams)
|
|
288
|
+
.m(function (Command, cs, config, o) {
|
|
289
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
290
|
+
})
|
|
291
|
+
.s("SimpleEmailService", "DeleteIdentityPolicy", {})
|
|
292
|
+
.n("SESClient", "DeleteIdentityPolicyCommand")
|
|
293
|
+
.sc(schemas_0.DeleteIdentityPolicy$)
|
|
294
|
+
.build() {
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
class DeleteReceiptFilterCommand extends smithyClient.Command
|
|
298
|
+
.classBuilder()
|
|
299
|
+
.ep(commonParams)
|
|
300
|
+
.m(function (Command, cs, config, o) {
|
|
301
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
302
|
+
})
|
|
303
|
+
.s("SimpleEmailService", "DeleteReceiptFilter", {})
|
|
304
|
+
.n("SESClient", "DeleteReceiptFilterCommand")
|
|
305
|
+
.sc(schemas_0.DeleteReceiptFilter$)
|
|
306
|
+
.build() {
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
class DeleteReceiptRuleCommand extends smithyClient.Command
|
|
310
|
+
.classBuilder()
|
|
311
|
+
.ep(commonParams)
|
|
312
|
+
.m(function (Command, cs, config, o) {
|
|
313
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
314
|
+
})
|
|
315
|
+
.s("SimpleEmailService", "DeleteReceiptRule", {})
|
|
316
|
+
.n("SESClient", "DeleteReceiptRuleCommand")
|
|
317
|
+
.sc(schemas_0.DeleteReceiptRule$)
|
|
318
|
+
.build() {
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
class DeleteReceiptRuleSetCommand extends smithyClient.Command
|
|
322
|
+
.classBuilder()
|
|
323
|
+
.ep(commonParams)
|
|
324
|
+
.m(function (Command, cs, config, o) {
|
|
325
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
326
|
+
})
|
|
327
|
+
.s("SimpleEmailService", "DeleteReceiptRuleSet", {})
|
|
328
|
+
.n("SESClient", "DeleteReceiptRuleSetCommand")
|
|
329
|
+
.sc(schemas_0.DeleteReceiptRuleSet$)
|
|
330
|
+
.build() {
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
class DeleteTemplateCommand extends smithyClient.Command
|
|
334
|
+
.classBuilder()
|
|
335
|
+
.ep(commonParams)
|
|
336
|
+
.m(function (Command, cs, config, o) {
|
|
337
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
338
|
+
})
|
|
339
|
+
.s("SimpleEmailService", "DeleteTemplate", {})
|
|
340
|
+
.n("SESClient", "DeleteTemplateCommand")
|
|
341
|
+
.sc(schemas_0.DeleteTemplate$)
|
|
342
|
+
.build() {
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
class DeleteVerifiedEmailAddressCommand extends smithyClient.Command
|
|
346
|
+
.classBuilder()
|
|
347
|
+
.ep(commonParams)
|
|
348
|
+
.m(function (Command, cs, config, o) {
|
|
349
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
350
|
+
})
|
|
351
|
+
.s("SimpleEmailService", "DeleteVerifiedEmailAddress", {})
|
|
352
|
+
.n("SESClient", "DeleteVerifiedEmailAddressCommand")
|
|
353
|
+
.sc(schemas_0.DeleteVerifiedEmailAddress$)
|
|
354
|
+
.build() {
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
class DescribeActiveReceiptRuleSetCommand extends smithyClient.Command
|
|
358
|
+
.classBuilder()
|
|
359
|
+
.ep(commonParams)
|
|
360
|
+
.m(function (Command, cs, config, o) {
|
|
361
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
362
|
+
})
|
|
363
|
+
.s("SimpleEmailService", "DescribeActiveReceiptRuleSet", {})
|
|
364
|
+
.n("SESClient", "DescribeActiveReceiptRuleSetCommand")
|
|
365
|
+
.sc(schemas_0.DescribeActiveReceiptRuleSet$)
|
|
366
|
+
.build() {
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
class DescribeConfigurationSetCommand extends smithyClient.Command
|
|
370
|
+
.classBuilder()
|
|
371
|
+
.ep(commonParams)
|
|
372
|
+
.m(function (Command, cs, config, o) {
|
|
373
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
374
|
+
})
|
|
375
|
+
.s("SimpleEmailService", "DescribeConfigurationSet", {})
|
|
376
|
+
.n("SESClient", "DescribeConfigurationSetCommand")
|
|
377
|
+
.sc(schemas_0.DescribeConfigurationSet$)
|
|
378
|
+
.build() {
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
class DescribeReceiptRuleCommand extends smithyClient.Command
|
|
382
|
+
.classBuilder()
|
|
383
|
+
.ep(commonParams)
|
|
384
|
+
.m(function (Command, cs, config, o) {
|
|
385
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
386
|
+
})
|
|
387
|
+
.s("SimpleEmailService", "DescribeReceiptRule", {})
|
|
388
|
+
.n("SESClient", "DescribeReceiptRuleCommand")
|
|
389
|
+
.sc(schemas_0.DescribeReceiptRule$)
|
|
390
|
+
.build() {
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
class DescribeReceiptRuleSetCommand extends smithyClient.Command
|
|
394
|
+
.classBuilder()
|
|
395
|
+
.ep(commonParams)
|
|
396
|
+
.m(function (Command, cs, config, o) {
|
|
397
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
398
|
+
})
|
|
399
|
+
.s("SimpleEmailService", "DescribeReceiptRuleSet", {})
|
|
400
|
+
.n("SESClient", "DescribeReceiptRuleSetCommand")
|
|
401
|
+
.sc(schemas_0.DescribeReceiptRuleSet$)
|
|
402
|
+
.build() {
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
class GetAccountSendingEnabledCommand extends smithyClient.Command
|
|
406
|
+
.classBuilder()
|
|
407
|
+
.ep(commonParams)
|
|
408
|
+
.m(function (Command, cs, config, o) {
|
|
409
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
410
|
+
})
|
|
411
|
+
.s("SimpleEmailService", "GetAccountSendingEnabled", {})
|
|
412
|
+
.n("SESClient", "GetAccountSendingEnabledCommand")
|
|
413
|
+
.sc(schemas_0.GetAccountSendingEnabled$)
|
|
414
|
+
.build() {
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
class GetCustomVerificationEmailTemplateCommand extends smithyClient.Command
|
|
418
|
+
.classBuilder()
|
|
419
|
+
.ep(commonParams)
|
|
420
|
+
.m(function (Command, cs, config, o) {
|
|
421
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
422
|
+
})
|
|
423
|
+
.s("SimpleEmailService", "GetCustomVerificationEmailTemplate", {})
|
|
424
|
+
.n("SESClient", "GetCustomVerificationEmailTemplateCommand")
|
|
425
|
+
.sc(schemas_0.GetCustomVerificationEmailTemplate$)
|
|
426
|
+
.build() {
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
class GetIdentityDkimAttributesCommand extends smithyClient.Command
|
|
430
|
+
.classBuilder()
|
|
431
|
+
.ep(commonParams)
|
|
432
|
+
.m(function (Command, cs, config, o) {
|
|
433
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
434
|
+
})
|
|
435
|
+
.s("SimpleEmailService", "GetIdentityDkimAttributes", {})
|
|
436
|
+
.n("SESClient", "GetIdentityDkimAttributesCommand")
|
|
437
|
+
.sc(schemas_0.GetIdentityDkimAttributes$)
|
|
438
|
+
.build() {
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
class GetIdentityMailFromDomainAttributesCommand extends smithyClient.Command
|
|
442
|
+
.classBuilder()
|
|
443
|
+
.ep(commonParams)
|
|
444
|
+
.m(function (Command, cs, config, o) {
|
|
445
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
446
|
+
})
|
|
447
|
+
.s("SimpleEmailService", "GetIdentityMailFromDomainAttributes", {})
|
|
448
|
+
.n("SESClient", "GetIdentityMailFromDomainAttributesCommand")
|
|
449
|
+
.sc(schemas_0.GetIdentityMailFromDomainAttributes$)
|
|
450
|
+
.build() {
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
class GetIdentityNotificationAttributesCommand extends smithyClient.Command
|
|
454
|
+
.classBuilder()
|
|
455
|
+
.ep(commonParams)
|
|
456
|
+
.m(function (Command, cs, config, o) {
|
|
457
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
458
|
+
})
|
|
459
|
+
.s("SimpleEmailService", "GetIdentityNotificationAttributes", {})
|
|
460
|
+
.n("SESClient", "GetIdentityNotificationAttributesCommand")
|
|
461
|
+
.sc(schemas_0.GetIdentityNotificationAttributes$)
|
|
462
|
+
.build() {
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
class GetIdentityPoliciesCommand extends smithyClient.Command
|
|
466
|
+
.classBuilder()
|
|
467
|
+
.ep(commonParams)
|
|
468
|
+
.m(function (Command, cs, config, o) {
|
|
469
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
470
|
+
})
|
|
471
|
+
.s("SimpleEmailService", "GetIdentityPolicies", {})
|
|
472
|
+
.n("SESClient", "GetIdentityPoliciesCommand")
|
|
473
|
+
.sc(schemas_0.GetIdentityPolicies$)
|
|
474
|
+
.build() {
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
class GetIdentityVerificationAttributesCommand extends smithyClient.Command
|
|
478
|
+
.classBuilder()
|
|
479
|
+
.ep(commonParams)
|
|
480
|
+
.m(function (Command, cs, config, o) {
|
|
481
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
482
|
+
})
|
|
483
|
+
.s("SimpleEmailService", "GetIdentityVerificationAttributes", {})
|
|
484
|
+
.n("SESClient", "GetIdentityVerificationAttributesCommand")
|
|
485
|
+
.sc(schemas_0.GetIdentityVerificationAttributes$)
|
|
486
|
+
.build() {
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
class GetSendQuotaCommand extends smithyClient.Command
|
|
490
|
+
.classBuilder()
|
|
491
|
+
.ep(commonParams)
|
|
492
|
+
.m(function (Command, cs, config, o) {
|
|
493
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
494
|
+
})
|
|
495
|
+
.s("SimpleEmailService", "GetSendQuota", {})
|
|
496
|
+
.n("SESClient", "GetSendQuotaCommand")
|
|
497
|
+
.sc(schemas_0.GetSendQuota$)
|
|
498
|
+
.build() {
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
class GetSendStatisticsCommand extends smithyClient.Command
|
|
502
|
+
.classBuilder()
|
|
503
|
+
.ep(commonParams)
|
|
504
|
+
.m(function (Command, cs, config, o) {
|
|
505
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
506
|
+
})
|
|
507
|
+
.s("SimpleEmailService", "GetSendStatistics", {})
|
|
508
|
+
.n("SESClient", "GetSendStatisticsCommand")
|
|
509
|
+
.sc(schemas_0.GetSendStatistics$)
|
|
510
|
+
.build() {
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
class GetTemplateCommand extends smithyClient.Command
|
|
514
|
+
.classBuilder()
|
|
515
|
+
.ep(commonParams)
|
|
516
|
+
.m(function (Command, cs, config, o) {
|
|
517
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
518
|
+
})
|
|
519
|
+
.s("SimpleEmailService", "GetTemplate", {})
|
|
520
|
+
.n("SESClient", "GetTemplateCommand")
|
|
521
|
+
.sc(schemas_0.GetTemplate$)
|
|
522
|
+
.build() {
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
class ListConfigurationSetsCommand extends smithyClient.Command
|
|
526
|
+
.classBuilder()
|
|
527
|
+
.ep(commonParams)
|
|
528
|
+
.m(function (Command, cs, config, o) {
|
|
529
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
530
|
+
})
|
|
531
|
+
.s("SimpleEmailService", "ListConfigurationSets", {})
|
|
532
|
+
.n("SESClient", "ListConfigurationSetsCommand")
|
|
533
|
+
.sc(schemas_0.ListConfigurationSets$)
|
|
534
|
+
.build() {
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
class ListCustomVerificationEmailTemplatesCommand extends smithyClient.Command
|
|
538
|
+
.classBuilder()
|
|
539
|
+
.ep(commonParams)
|
|
540
|
+
.m(function (Command, cs, config, o) {
|
|
541
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
542
|
+
})
|
|
543
|
+
.s("SimpleEmailService", "ListCustomVerificationEmailTemplates", {})
|
|
544
|
+
.n("SESClient", "ListCustomVerificationEmailTemplatesCommand")
|
|
545
|
+
.sc(schemas_0.ListCustomVerificationEmailTemplates$)
|
|
546
|
+
.build() {
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
class ListIdentitiesCommand extends smithyClient.Command
|
|
550
|
+
.classBuilder()
|
|
551
|
+
.ep(commonParams)
|
|
552
|
+
.m(function (Command, cs, config, o) {
|
|
553
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
554
|
+
})
|
|
555
|
+
.s("SimpleEmailService", "ListIdentities", {})
|
|
556
|
+
.n("SESClient", "ListIdentitiesCommand")
|
|
557
|
+
.sc(schemas_0.ListIdentities$)
|
|
558
|
+
.build() {
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
class ListIdentityPoliciesCommand extends smithyClient.Command
|
|
562
|
+
.classBuilder()
|
|
563
|
+
.ep(commonParams)
|
|
564
|
+
.m(function (Command, cs, config, o) {
|
|
565
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
566
|
+
})
|
|
567
|
+
.s("SimpleEmailService", "ListIdentityPolicies", {})
|
|
568
|
+
.n("SESClient", "ListIdentityPoliciesCommand")
|
|
569
|
+
.sc(schemas_0.ListIdentityPolicies$)
|
|
570
|
+
.build() {
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
class ListReceiptFiltersCommand extends smithyClient.Command
|
|
574
|
+
.classBuilder()
|
|
575
|
+
.ep(commonParams)
|
|
576
|
+
.m(function (Command, cs, config, o) {
|
|
577
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
578
|
+
})
|
|
579
|
+
.s("SimpleEmailService", "ListReceiptFilters", {})
|
|
580
|
+
.n("SESClient", "ListReceiptFiltersCommand")
|
|
581
|
+
.sc(schemas_0.ListReceiptFilters$)
|
|
582
|
+
.build() {
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
class ListReceiptRuleSetsCommand extends smithyClient.Command
|
|
586
|
+
.classBuilder()
|
|
587
|
+
.ep(commonParams)
|
|
588
|
+
.m(function (Command, cs, config, o) {
|
|
589
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
590
|
+
})
|
|
591
|
+
.s("SimpleEmailService", "ListReceiptRuleSets", {})
|
|
592
|
+
.n("SESClient", "ListReceiptRuleSetsCommand")
|
|
593
|
+
.sc(schemas_0.ListReceiptRuleSets$)
|
|
594
|
+
.build() {
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
class ListTemplatesCommand extends smithyClient.Command
|
|
598
|
+
.classBuilder()
|
|
599
|
+
.ep(commonParams)
|
|
600
|
+
.m(function (Command, cs, config, o) {
|
|
601
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
602
|
+
})
|
|
603
|
+
.s("SimpleEmailService", "ListTemplates", {})
|
|
604
|
+
.n("SESClient", "ListTemplatesCommand")
|
|
605
|
+
.sc(schemas_0.ListTemplates$)
|
|
606
|
+
.build() {
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
class ListVerifiedEmailAddressesCommand extends smithyClient.Command
|
|
610
|
+
.classBuilder()
|
|
611
|
+
.ep(commonParams)
|
|
612
|
+
.m(function (Command, cs, config, o) {
|
|
613
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
614
|
+
})
|
|
615
|
+
.s("SimpleEmailService", "ListVerifiedEmailAddresses", {})
|
|
616
|
+
.n("SESClient", "ListVerifiedEmailAddressesCommand")
|
|
617
|
+
.sc(schemas_0.ListVerifiedEmailAddresses$)
|
|
618
|
+
.build() {
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
class PutConfigurationSetDeliveryOptionsCommand extends smithyClient.Command
|
|
622
|
+
.classBuilder()
|
|
623
|
+
.ep(commonParams)
|
|
624
|
+
.m(function (Command, cs, config, o) {
|
|
625
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
626
|
+
})
|
|
627
|
+
.s("SimpleEmailService", "PutConfigurationSetDeliveryOptions", {})
|
|
628
|
+
.n("SESClient", "PutConfigurationSetDeliveryOptionsCommand")
|
|
629
|
+
.sc(schemas_0.PutConfigurationSetDeliveryOptions$)
|
|
630
|
+
.build() {
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
class PutIdentityPolicyCommand extends smithyClient.Command
|
|
634
|
+
.classBuilder()
|
|
635
|
+
.ep(commonParams)
|
|
636
|
+
.m(function (Command, cs, config, o) {
|
|
637
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
638
|
+
})
|
|
639
|
+
.s("SimpleEmailService", "PutIdentityPolicy", {})
|
|
640
|
+
.n("SESClient", "PutIdentityPolicyCommand")
|
|
641
|
+
.sc(schemas_0.PutIdentityPolicy$)
|
|
642
|
+
.build() {
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
class ReorderReceiptRuleSetCommand extends smithyClient.Command
|
|
646
|
+
.classBuilder()
|
|
647
|
+
.ep(commonParams)
|
|
648
|
+
.m(function (Command, cs, config, o) {
|
|
649
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
650
|
+
})
|
|
651
|
+
.s("SimpleEmailService", "ReorderReceiptRuleSet", {})
|
|
652
|
+
.n("SESClient", "ReorderReceiptRuleSetCommand")
|
|
653
|
+
.sc(schemas_0.ReorderReceiptRuleSet$)
|
|
654
|
+
.build() {
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
class SendBounceCommand extends smithyClient.Command
|
|
658
|
+
.classBuilder()
|
|
659
|
+
.ep(commonParams)
|
|
660
|
+
.m(function (Command, cs, config, o) {
|
|
661
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
662
|
+
})
|
|
663
|
+
.s("SimpleEmailService", "SendBounce", {})
|
|
664
|
+
.n("SESClient", "SendBounceCommand")
|
|
665
|
+
.sc(schemas_0.SendBounce$)
|
|
666
|
+
.build() {
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
class SendBulkTemplatedEmailCommand extends smithyClient.Command
|
|
670
|
+
.classBuilder()
|
|
671
|
+
.ep(commonParams)
|
|
672
|
+
.m(function (Command, cs, config, o) {
|
|
673
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
674
|
+
})
|
|
675
|
+
.s("SimpleEmailService", "SendBulkTemplatedEmail", {})
|
|
676
|
+
.n("SESClient", "SendBulkTemplatedEmailCommand")
|
|
677
|
+
.sc(schemas_0.SendBulkTemplatedEmail$)
|
|
678
|
+
.build() {
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
class SendCustomVerificationEmailCommand extends smithyClient.Command
|
|
682
|
+
.classBuilder()
|
|
683
|
+
.ep(commonParams)
|
|
684
|
+
.m(function (Command, cs, config, o) {
|
|
685
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
686
|
+
})
|
|
687
|
+
.s("SimpleEmailService", "SendCustomVerificationEmail", {})
|
|
688
|
+
.n("SESClient", "SendCustomVerificationEmailCommand")
|
|
689
|
+
.sc(schemas_0.SendCustomVerificationEmail$)
|
|
690
|
+
.build() {
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
class SendEmailCommand extends smithyClient.Command
|
|
694
|
+
.classBuilder()
|
|
695
|
+
.ep(commonParams)
|
|
696
|
+
.m(function (Command, cs, config, o) {
|
|
697
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
698
|
+
})
|
|
699
|
+
.s("SimpleEmailService", "SendEmail", {})
|
|
700
|
+
.n("SESClient", "SendEmailCommand")
|
|
701
|
+
.sc(schemas_0.SendEmail$)
|
|
702
|
+
.build() {
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
class SendRawEmailCommand extends smithyClient.Command
|
|
706
|
+
.classBuilder()
|
|
707
|
+
.ep(commonParams)
|
|
708
|
+
.m(function (Command, cs, config, o) {
|
|
709
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
710
|
+
})
|
|
711
|
+
.s("SimpleEmailService", "SendRawEmail", {})
|
|
712
|
+
.n("SESClient", "SendRawEmailCommand")
|
|
713
|
+
.sc(schemas_0.SendRawEmail$)
|
|
714
|
+
.build() {
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
class SendTemplatedEmailCommand extends smithyClient.Command
|
|
718
|
+
.classBuilder()
|
|
719
|
+
.ep(commonParams)
|
|
720
|
+
.m(function (Command, cs, config, o) {
|
|
721
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
722
|
+
})
|
|
723
|
+
.s("SimpleEmailService", "SendTemplatedEmail", {})
|
|
724
|
+
.n("SESClient", "SendTemplatedEmailCommand")
|
|
725
|
+
.sc(schemas_0.SendTemplatedEmail$)
|
|
726
|
+
.build() {
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
class SetActiveReceiptRuleSetCommand extends smithyClient.Command
|
|
730
|
+
.classBuilder()
|
|
731
|
+
.ep(commonParams)
|
|
732
|
+
.m(function (Command, cs, config, o) {
|
|
733
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
734
|
+
})
|
|
735
|
+
.s("SimpleEmailService", "SetActiveReceiptRuleSet", {})
|
|
736
|
+
.n("SESClient", "SetActiveReceiptRuleSetCommand")
|
|
737
|
+
.sc(schemas_0.SetActiveReceiptRuleSet$)
|
|
738
|
+
.build() {
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
class SetIdentityDkimEnabledCommand extends smithyClient.Command
|
|
742
|
+
.classBuilder()
|
|
743
|
+
.ep(commonParams)
|
|
744
|
+
.m(function (Command, cs, config, o) {
|
|
745
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
746
|
+
})
|
|
747
|
+
.s("SimpleEmailService", "SetIdentityDkimEnabled", {})
|
|
748
|
+
.n("SESClient", "SetIdentityDkimEnabledCommand")
|
|
749
|
+
.sc(schemas_0.SetIdentityDkimEnabled$)
|
|
750
|
+
.build() {
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
class SetIdentityFeedbackForwardingEnabledCommand extends smithyClient.Command
|
|
754
|
+
.classBuilder()
|
|
755
|
+
.ep(commonParams)
|
|
756
|
+
.m(function (Command, cs, config, o) {
|
|
757
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
758
|
+
})
|
|
759
|
+
.s("SimpleEmailService", "SetIdentityFeedbackForwardingEnabled", {})
|
|
760
|
+
.n("SESClient", "SetIdentityFeedbackForwardingEnabledCommand")
|
|
761
|
+
.sc(schemas_0.SetIdentityFeedbackForwardingEnabled$)
|
|
762
|
+
.build() {
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
class SetIdentityHeadersInNotificationsEnabledCommand extends smithyClient.Command
|
|
766
|
+
.classBuilder()
|
|
767
|
+
.ep(commonParams)
|
|
768
|
+
.m(function (Command, cs, config, o) {
|
|
769
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
770
|
+
})
|
|
771
|
+
.s("SimpleEmailService", "SetIdentityHeadersInNotificationsEnabled", {})
|
|
772
|
+
.n("SESClient", "SetIdentityHeadersInNotificationsEnabledCommand")
|
|
773
|
+
.sc(schemas_0.SetIdentityHeadersInNotificationsEnabled$)
|
|
774
|
+
.build() {
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
class SetIdentityMailFromDomainCommand extends smithyClient.Command
|
|
778
|
+
.classBuilder()
|
|
779
|
+
.ep(commonParams)
|
|
780
|
+
.m(function (Command, cs, config, o) {
|
|
781
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
782
|
+
})
|
|
783
|
+
.s("SimpleEmailService", "SetIdentityMailFromDomain", {})
|
|
784
|
+
.n("SESClient", "SetIdentityMailFromDomainCommand")
|
|
785
|
+
.sc(schemas_0.SetIdentityMailFromDomain$)
|
|
786
|
+
.build() {
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
class SetIdentityNotificationTopicCommand extends smithyClient.Command
|
|
790
|
+
.classBuilder()
|
|
791
|
+
.ep(commonParams)
|
|
792
|
+
.m(function (Command, cs, config, o) {
|
|
793
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
794
|
+
})
|
|
795
|
+
.s("SimpleEmailService", "SetIdentityNotificationTopic", {})
|
|
796
|
+
.n("SESClient", "SetIdentityNotificationTopicCommand")
|
|
797
|
+
.sc(schemas_0.SetIdentityNotificationTopic$)
|
|
798
|
+
.build() {
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
class SetReceiptRulePositionCommand extends smithyClient.Command
|
|
802
|
+
.classBuilder()
|
|
803
|
+
.ep(commonParams)
|
|
804
|
+
.m(function (Command, cs, config, o) {
|
|
805
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
806
|
+
})
|
|
807
|
+
.s("SimpleEmailService", "SetReceiptRulePosition", {})
|
|
808
|
+
.n("SESClient", "SetReceiptRulePositionCommand")
|
|
809
|
+
.sc(schemas_0.SetReceiptRulePosition$)
|
|
810
|
+
.build() {
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
class TestRenderTemplateCommand extends smithyClient.Command
|
|
814
|
+
.classBuilder()
|
|
815
|
+
.ep(commonParams)
|
|
816
|
+
.m(function (Command, cs, config, o) {
|
|
817
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
818
|
+
})
|
|
819
|
+
.s("SimpleEmailService", "TestRenderTemplate", {})
|
|
820
|
+
.n("SESClient", "TestRenderTemplateCommand")
|
|
821
|
+
.sc(schemas_0.TestRenderTemplate$)
|
|
822
|
+
.build() {
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
class UpdateAccountSendingEnabledCommand extends smithyClient.Command
|
|
826
|
+
.classBuilder()
|
|
827
|
+
.ep(commonParams)
|
|
828
|
+
.m(function (Command, cs, config, o) {
|
|
829
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
830
|
+
})
|
|
831
|
+
.s("SimpleEmailService", "UpdateAccountSendingEnabled", {})
|
|
832
|
+
.n("SESClient", "UpdateAccountSendingEnabledCommand")
|
|
833
|
+
.sc(schemas_0.UpdateAccountSendingEnabled$)
|
|
834
|
+
.build() {
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
class UpdateConfigurationSetEventDestinationCommand extends smithyClient.Command
|
|
838
|
+
.classBuilder()
|
|
839
|
+
.ep(commonParams)
|
|
840
|
+
.m(function (Command, cs, config, o) {
|
|
841
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
842
|
+
})
|
|
843
|
+
.s("SimpleEmailService", "UpdateConfigurationSetEventDestination", {})
|
|
844
|
+
.n("SESClient", "UpdateConfigurationSetEventDestinationCommand")
|
|
845
|
+
.sc(schemas_0.UpdateConfigurationSetEventDestination$)
|
|
846
|
+
.build() {
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
class UpdateConfigurationSetReputationMetricsEnabledCommand extends smithyClient.Command
|
|
850
|
+
.classBuilder()
|
|
851
|
+
.ep(commonParams)
|
|
852
|
+
.m(function (Command, cs, config, o) {
|
|
853
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
854
|
+
})
|
|
855
|
+
.s("SimpleEmailService", "UpdateConfigurationSetReputationMetricsEnabled", {})
|
|
856
|
+
.n("SESClient", "UpdateConfigurationSetReputationMetricsEnabledCommand")
|
|
857
|
+
.sc(schemas_0.UpdateConfigurationSetReputationMetricsEnabled$)
|
|
858
|
+
.build() {
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
class UpdateConfigurationSetSendingEnabledCommand extends smithyClient.Command
|
|
862
|
+
.classBuilder()
|
|
863
|
+
.ep(commonParams)
|
|
864
|
+
.m(function (Command, cs, config, o) {
|
|
865
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
866
|
+
})
|
|
867
|
+
.s("SimpleEmailService", "UpdateConfigurationSetSendingEnabled", {})
|
|
868
|
+
.n("SESClient", "UpdateConfigurationSetSendingEnabledCommand")
|
|
869
|
+
.sc(schemas_0.UpdateConfigurationSetSendingEnabled$)
|
|
870
|
+
.build() {
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
class UpdateConfigurationSetTrackingOptionsCommand extends smithyClient.Command
|
|
874
|
+
.classBuilder()
|
|
875
|
+
.ep(commonParams)
|
|
876
|
+
.m(function (Command, cs, config, o) {
|
|
877
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
878
|
+
})
|
|
879
|
+
.s("SimpleEmailService", "UpdateConfigurationSetTrackingOptions", {})
|
|
880
|
+
.n("SESClient", "UpdateConfigurationSetTrackingOptionsCommand")
|
|
881
|
+
.sc(schemas_0.UpdateConfigurationSetTrackingOptions$)
|
|
882
|
+
.build() {
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
class UpdateCustomVerificationEmailTemplateCommand extends smithyClient.Command
|
|
886
|
+
.classBuilder()
|
|
887
|
+
.ep(commonParams)
|
|
888
|
+
.m(function (Command, cs, config, o) {
|
|
889
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
890
|
+
})
|
|
891
|
+
.s("SimpleEmailService", "UpdateCustomVerificationEmailTemplate", {})
|
|
892
|
+
.n("SESClient", "UpdateCustomVerificationEmailTemplateCommand")
|
|
893
|
+
.sc(schemas_0.UpdateCustomVerificationEmailTemplate$)
|
|
894
|
+
.build() {
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
class UpdateReceiptRuleCommand extends smithyClient.Command
|
|
898
|
+
.classBuilder()
|
|
899
|
+
.ep(commonParams)
|
|
900
|
+
.m(function (Command, cs, config, o) {
|
|
901
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
902
|
+
})
|
|
903
|
+
.s("SimpleEmailService", "UpdateReceiptRule", {})
|
|
904
|
+
.n("SESClient", "UpdateReceiptRuleCommand")
|
|
905
|
+
.sc(schemas_0.UpdateReceiptRule$)
|
|
906
|
+
.build() {
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
class UpdateTemplateCommand extends smithyClient.Command
|
|
910
|
+
.classBuilder()
|
|
911
|
+
.ep(commonParams)
|
|
912
|
+
.m(function (Command, cs, config, o) {
|
|
913
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
914
|
+
})
|
|
915
|
+
.s("SimpleEmailService", "UpdateTemplate", {})
|
|
916
|
+
.n("SESClient", "UpdateTemplateCommand")
|
|
917
|
+
.sc(schemas_0.UpdateTemplate$)
|
|
918
|
+
.build() {
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
class VerifyDomainDkimCommand extends smithyClient.Command
|
|
922
|
+
.classBuilder()
|
|
923
|
+
.ep(commonParams)
|
|
924
|
+
.m(function (Command, cs, config, o) {
|
|
925
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
926
|
+
})
|
|
927
|
+
.s("SimpleEmailService", "VerifyDomainDkim", {})
|
|
928
|
+
.n("SESClient", "VerifyDomainDkimCommand")
|
|
929
|
+
.sc(schemas_0.VerifyDomainDkim$)
|
|
930
|
+
.build() {
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
class VerifyDomainIdentityCommand extends smithyClient.Command
|
|
934
|
+
.classBuilder()
|
|
935
|
+
.ep(commonParams)
|
|
936
|
+
.m(function (Command, cs, config, o) {
|
|
937
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
938
|
+
})
|
|
939
|
+
.s("SimpleEmailService", "VerifyDomainIdentity", {})
|
|
940
|
+
.n("SESClient", "VerifyDomainIdentityCommand")
|
|
941
|
+
.sc(schemas_0.VerifyDomainIdentity$)
|
|
942
|
+
.build() {
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
class VerifyEmailAddressCommand extends smithyClient.Command
|
|
946
|
+
.classBuilder()
|
|
947
|
+
.ep(commonParams)
|
|
948
|
+
.m(function (Command, cs, config, o) {
|
|
949
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
950
|
+
})
|
|
951
|
+
.s("SimpleEmailService", "VerifyEmailAddress", {})
|
|
952
|
+
.n("SESClient", "VerifyEmailAddressCommand")
|
|
953
|
+
.sc(schemas_0.VerifyEmailAddress$)
|
|
954
|
+
.build() {
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
class VerifyEmailIdentityCommand extends smithyClient.Command
|
|
958
|
+
.classBuilder()
|
|
959
|
+
.ep(commonParams)
|
|
960
|
+
.m(function (Command, cs, config, o) {
|
|
961
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
962
|
+
})
|
|
963
|
+
.s("SimpleEmailService", "VerifyEmailIdentity", {})
|
|
964
|
+
.n("SESClient", "VerifyEmailIdentityCommand")
|
|
965
|
+
.sc(schemas_0.VerifyEmailIdentity$)
|
|
966
|
+
.build() {
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
const paginateListCustomVerificationEmailTemplates = core.createPaginator(SESClient, ListCustomVerificationEmailTemplatesCommand, "NextToken", "NextToken", "MaxResults");
|
|
970
|
+
|
|
971
|
+
const paginateListIdentities = core.createPaginator(SESClient, ListIdentitiesCommand, "NextToken", "NextToken", "MaxItems");
|
|
972
|
+
|
|
973
|
+
const checkState = async (client, input) => {
|
|
974
|
+
let reason;
|
|
975
|
+
try {
|
|
976
|
+
let result = await client.send(new GetIdentityVerificationAttributesCommand(input));
|
|
977
|
+
reason = result;
|
|
978
|
+
try {
|
|
979
|
+
const returnComparator = () => {
|
|
980
|
+
let objectProjection_2 = Object.values(result.VerificationAttributes).map((element_1) => {
|
|
981
|
+
return element_1.VerificationStatus;
|
|
982
|
+
});
|
|
983
|
+
return objectProjection_2;
|
|
984
|
+
};
|
|
985
|
+
let allStringEq_4 = (returnComparator().length > 0);
|
|
986
|
+
for (let element_3 of returnComparator()) {
|
|
987
|
+
allStringEq_4 = allStringEq_4 && (element_3 == "Success");
|
|
988
|
+
}
|
|
989
|
+
if (allStringEq_4) {
|
|
990
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
991
|
+
}
|
|
992
|
+
}
|
|
993
|
+
catch (e) { }
|
|
994
|
+
}
|
|
995
|
+
catch (exception) {
|
|
996
|
+
reason = exception;
|
|
997
|
+
}
|
|
998
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
999
|
+
};
|
|
1000
|
+
const waitForIdentityExists = async (params, input) => {
|
|
1001
|
+
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
1002
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
1003
|
+
};
|
|
1004
|
+
const waitUntilIdentityExists = async (params, input) => {
|
|
1005
|
+
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
1006
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
1007
|
+
return utilWaiter.checkExceptions(result);
|
|
1008
|
+
};
|
|
1009
|
+
|
|
1010
|
+
const commands = {
|
|
1011
|
+
CloneReceiptRuleSetCommand,
|
|
1012
|
+
CreateConfigurationSetCommand,
|
|
1013
|
+
CreateConfigurationSetEventDestinationCommand,
|
|
1014
|
+
CreateConfigurationSetTrackingOptionsCommand,
|
|
1015
|
+
CreateCustomVerificationEmailTemplateCommand,
|
|
1016
|
+
CreateReceiptFilterCommand,
|
|
1017
|
+
CreateReceiptRuleCommand,
|
|
1018
|
+
CreateReceiptRuleSetCommand,
|
|
1019
|
+
CreateTemplateCommand,
|
|
1020
|
+
DeleteConfigurationSetCommand,
|
|
1021
|
+
DeleteConfigurationSetEventDestinationCommand,
|
|
1022
|
+
DeleteConfigurationSetTrackingOptionsCommand,
|
|
1023
|
+
DeleteCustomVerificationEmailTemplateCommand,
|
|
1024
|
+
DeleteIdentityCommand,
|
|
1025
|
+
DeleteIdentityPolicyCommand,
|
|
1026
|
+
DeleteReceiptFilterCommand,
|
|
1027
|
+
DeleteReceiptRuleCommand,
|
|
1028
|
+
DeleteReceiptRuleSetCommand,
|
|
1029
|
+
DeleteTemplateCommand,
|
|
1030
|
+
DeleteVerifiedEmailAddressCommand,
|
|
1031
|
+
DescribeActiveReceiptRuleSetCommand,
|
|
1032
|
+
DescribeConfigurationSetCommand,
|
|
1033
|
+
DescribeReceiptRuleCommand,
|
|
1034
|
+
DescribeReceiptRuleSetCommand,
|
|
1035
|
+
GetAccountSendingEnabledCommand,
|
|
1036
|
+
GetCustomVerificationEmailTemplateCommand,
|
|
1037
|
+
GetIdentityDkimAttributesCommand,
|
|
1038
|
+
GetIdentityMailFromDomainAttributesCommand,
|
|
1039
|
+
GetIdentityNotificationAttributesCommand,
|
|
1040
|
+
GetIdentityPoliciesCommand,
|
|
1041
|
+
GetIdentityVerificationAttributesCommand,
|
|
1042
|
+
GetSendQuotaCommand,
|
|
1043
|
+
GetSendStatisticsCommand,
|
|
1044
|
+
GetTemplateCommand,
|
|
1045
|
+
ListConfigurationSetsCommand,
|
|
1046
|
+
ListCustomVerificationEmailTemplatesCommand,
|
|
1047
|
+
ListIdentitiesCommand,
|
|
1048
|
+
ListIdentityPoliciesCommand,
|
|
1049
|
+
ListReceiptFiltersCommand,
|
|
1050
|
+
ListReceiptRuleSetsCommand,
|
|
1051
|
+
ListTemplatesCommand,
|
|
1052
|
+
ListVerifiedEmailAddressesCommand,
|
|
1053
|
+
PutConfigurationSetDeliveryOptionsCommand,
|
|
1054
|
+
PutIdentityPolicyCommand,
|
|
1055
|
+
ReorderReceiptRuleSetCommand,
|
|
1056
|
+
SendBounceCommand,
|
|
1057
|
+
SendBulkTemplatedEmailCommand,
|
|
1058
|
+
SendCustomVerificationEmailCommand,
|
|
1059
|
+
SendEmailCommand,
|
|
1060
|
+
SendRawEmailCommand,
|
|
1061
|
+
SendTemplatedEmailCommand,
|
|
1062
|
+
SetActiveReceiptRuleSetCommand,
|
|
1063
|
+
SetIdentityDkimEnabledCommand,
|
|
1064
|
+
SetIdentityFeedbackForwardingEnabledCommand,
|
|
1065
|
+
SetIdentityHeadersInNotificationsEnabledCommand,
|
|
1066
|
+
SetIdentityMailFromDomainCommand,
|
|
1067
|
+
SetIdentityNotificationTopicCommand,
|
|
1068
|
+
SetReceiptRulePositionCommand,
|
|
1069
|
+
TestRenderTemplateCommand,
|
|
1070
|
+
UpdateAccountSendingEnabledCommand,
|
|
1071
|
+
UpdateConfigurationSetEventDestinationCommand,
|
|
1072
|
+
UpdateConfigurationSetReputationMetricsEnabledCommand,
|
|
1073
|
+
UpdateConfigurationSetSendingEnabledCommand,
|
|
1074
|
+
UpdateConfigurationSetTrackingOptionsCommand,
|
|
1075
|
+
UpdateCustomVerificationEmailTemplateCommand,
|
|
1076
|
+
UpdateReceiptRuleCommand,
|
|
1077
|
+
UpdateTemplateCommand,
|
|
1078
|
+
VerifyDomainDkimCommand,
|
|
1079
|
+
VerifyDomainIdentityCommand,
|
|
1080
|
+
VerifyEmailAddressCommand,
|
|
1081
|
+
VerifyEmailIdentityCommand,
|
|
1082
|
+
};
|
|
1083
|
+
const paginators = {
|
|
1084
|
+
paginateListCustomVerificationEmailTemplates,
|
|
1085
|
+
paginateListIdentities,
|
|
1086
|
+
};
|
|
1087
|
+
const waiters = {
|
|
1088
|
+
waitUntilIdentityExists,
|
|
1089
|
+
};
|
|
1090
|
+
class SES extends SESClient {
|
|
1091
|
+
}
|
|
1092
|
+
smithyClient.createAggregatedClient(commands, SES, { paginators, waiters });
|
|
1093
|
+
|
|
1094
|
+
const BehaviorOnMXFailure = {
|
|
1095
|
+
RejectMessage: "RejectMessage",
|
|
1096
|
+
UseDefaultValue: "UseDefaultValue",
|
|
1097
|
+
};
|
|
1098
|
+
const BounceType = {
|
|
1099
|
+
ContentRejected: "ContentRejected",
|
|
1100
|
+
DoesNotExist: "DoesNotExist",
|
|
1101
|
+
ExceededQuota: "ExceededQuota",
|
|
1102
|
+
MessageTooLarge: "MessageTooLarge",
|
|
1103
|
+
TemporaryFailure: "TemporaryFailure",
|
|
1104
|
+
Undefined: "Undefined",
|
|
1105
|
+
};
|
|
1106
|
+
const DsnAction = {
|
|
1107
|
+
DELAYED: "delayed",
|
|
1108
|
+
DELIVERED: "delivered",
|
|
1109
|
+
EXPANDED: "expanded",
|
|
1110
|
+
FAILED: "failed",
|
|
1111
|
+
RELAYED: "relayed",
|
|
1112
|
+
};
|
|
1113
|
+
const BulkEmailStatus = {
|
|
1114
|
+
AccountDailyQuotaExceeded: "AccountDailyQuotaExceeded",
|
|
1115
|
+
AccountSendingPaused: "AccountSendingPaused",
|
|
1116
|
+
AccountSuspended: "AccountSuspended",
|
|
1117
|
+
AccountThrottled: "AccountThrottled",
|
|
1118
|
+
ConfigurationSetDoesNotExist: "ConfigurationSetDoesNotExist",
|
|
1119
|
+
ConfigurationSetSendingPaused: "ConfigurationSetSendingPaused",
|
|
1120
|
+
Failed: "Failed",
|
|
1121
|
+
InvalidParameterValue: "InvalidParameterValue",
|
|
1122
|
+
InvalidSendingPoolName: "InvalidSendingPoolName",
|
|
1123
|
+
MailFromDomainNotVerified: "MailFromDomainNotVerified",
|
|
1124
|
+
MessageRejected: "MessageRejected",
|
|
1125
|
+
Success: "Success",
|
|
1126
|
+
TemplateDoesNotExist: "TemplateDoesNotExist",
|
|
1127
|
+
TransientFailure: "TransientFailure",
|
|
1128
|
+
};
|
|
1129
|
+
const DimensionValueSource = {
|
|
1130
|
+
EMAIL_HEADER: "emailHeader",
|
|
1131
|
+
LINK_TAG: "linkTag",
|
|
1132
|
+
MESSAGE_TAG: "messageTag",
|
|
1133
|
+
};
|
|
1134
|
+
const ConfigurationSetAttribute = {
|
|
1135
|
+
DELIVERY_OPTIONS: "deliveryOptions",
|
|
1136
|
+
EVENT_DESTINATIONS: "eventDestinations",
|
|
1137
|
+
REPUTATION_OPTIONS: "reputationOptions",
|
|
1138
|
+
TRACKING_OPTIONS: "trackingOptions",
|
|
1139
|
+
};
|
|
1140
|
+
const EventType = {
|
|
1141
|
+
BOUNCE: "bounce",
|
|
1142
|
+
CLICK: "click",
|
|
1143
|
+
COMPLAINT: "complaint",
|
|
1144
|
+
DELIVERY: "delivery",
|
|
1145
|
+
OPEN: "open",
|
|
1146
|
+
REJECT: "reject",
|
|
1147
|
+
RENDERING_FAILURE: "renderingFailure",
|
|
1148
|
+
SEND: "send",
|
|
1149
|
+
};
|
|
1150
|
+
const ReceiptFilterPolicy = {
|
|
1151
|
+
Allow: "Allow",
|
|
1152
|
+
Block: "Block",
|
|
1153
|
+
};
|
|
1154
|
+
const InvocationType = {
|
|
1155
|
+
Event: "Event",
|
|
1156
|
+
RequestResponse: "RequestResponse",
|
|
1157
|
+
};
|
|
1158
|
+
const SNSActionEncoding = {
|
|
1159
|
+
Base64: "Base64",
|
|
1160
|
+
UTF8: "UTF-8",
|
|
1161
|
+
};
|
|
1162
|
+
const StopScope = {
|
|
1163
|
+
RULE_SET: "RuleSet",
|
|
1164
|
+
};
|
|
1165
|
+
const TlsPolicy = {
|
|
1166
|
+
Optional: "Optional",
|
|
1167
|
+
Require: "Require",
|
|
1168
|
+
};
|
|
1169
|
+
const CustomMailFromStatus = {
|
|
1170
|
+
Failed: "Failed",
|
|
1171
|
+
Pending: "Pending",
|
|
1172
|
+
Success: "Success",
|
|
1173
|
+
TemporaryFailure: "TemporaryFailure",
|
|
1174
|
+
};
|
|
1175
|
+
const VerificationStatus = {
|
|
1176
|
+
Failed: "Failed",
|
|
1177
|
+
NotStarted: "NotStarted",
|
|
1178
|
+
Pending: "Pending",
|
|
1179
|
+
Success: "Success",
|
|
1180
|
+
TemporaryFailure: "TemporaryFailure",
|
|
1181
|
+
};
|
|
1182
|
+
const IdentityType = {
|
|
1183
|
+
Domain: "Domain",
|
|
1184
|
+
EmailAddress: "EmailAddress",
|
|
1185
|
+
};
|
|
1186
|
+
const NotificationType = {
|
|
1187
|
+
Bounce: "Bounce",
|
|
1188
|
+
Complaint: "Complaint",
|
|
1189
|
+
Delivery: "Delivery",
|
|
1190
|
+
};
|
|
1191
|
+
|
|
1192
|
+
exports.$Command = smithyClient.Command;
|
|
1193
|
+
exports.__Client = smithyClient.Client;
|
|
1194
|
+
exports.SESServiceException = SESServiceException.SESServiceException;
|
|
1195
|
+
exports.BehaviorOnMXFailure = BehaviorOnMXFailure;
|
|
1196
|
+
exports.BounceType = BounceType;
|
|
1197
|
+
exports.BulkEmailStatus = BulkEmailStatus;
|
|
1198
|
+
exports.CloneReceiptRuleSetCommand = CloneReceiptRuleSetCommand;
|
|
1199
|
+
exports.ConfigurationSetAttribute = ConfigurationSetAttribute;
|
|
1200
|
+
exports.CreateConfigurationSetCommand = CreateConfigurationSetCommand;
|
|
1201
|
+
exports.CreateConfigurationSetEventDestinationCommand = CreateConfigurationSetEventDestinationCommand;
|
|
1202
|
+
exports.CreateConfigurationSetTrackingOptionsCommand = CreateConfigurationSetTrackingOptionsCommand;
|
|
1203
|
+
exports.CreateCustomVerificationEmailTemplateCommand = CreateCustomVerificationEmailTemplateCommand;
|
|
1204
|
+
exports.CreateReceiptFilterCommand = CreateReceiptFilterCommand;
|
|
1205
|
+
exports.CreateReceiptRuleCommand = CreateReceiptRuleCommand;
|
|
1206
|
+
exports.CreateReceiptRuleSetCommand = CreateReceiptRuleSetCommand;
|
|
1207
|
+
exports.CreateTemplateCommand = CreateTemplateCommand;
|
|
1208
|
+
exports.CustomMailFromStatus = CustomMailFromStatus;
|
|
1209
|
+
exports.DeleteConfigurationSetCommand = DeleteConfigurationSetCommand;
|
|
1210
|
+
exports.DeleteConfigurationSetEventDestinationCommand = DeleteConfigurationSetEventDestinationCommand;
|
|
1211
|
+
exports.DeleteConfigurationSetTrackingOptionsCommand = DeleteConfigurationSetTrackingOptionsCommand;
|
|
1212
|
+
exports.DeleteCustomVerificationEmailTemplateCommand = DeleteCustomVerificationEmailTemplateCommand;
|
|
1213
|
+
exports.DeleteIdentityCommand = DeleteIdentityCommand;
|
|
1214
|
+
exports.DeleteIdentityPolicyCommand = DeleteIdentityPolicyCommand;
|
|
1215
|
+
exports.DeleteReceiptFilterCommand = DeleteReceiptFilterCommand;
|
|
1216
|
+
exports.DeleteReceiptRuleCommand = DeleteReceiptRuleCommand;
|
|
1217
|
+
exports.DeleteReceiptRuleSetCommand = DeleteReceiptRuleSetCommand;
|
|
1218
|
+
exports.DeleteTemplateCommand = DeleteTemplateCommand;
|
|
1219
|
+
exports.DeleteVerifiedEmailAddressCommand = DeleteVerifiedEmailAddressCommand;
|
|
1220
|
+
exports.DescribeActiveReceiptRuleSetCommand = DescribeActiveReceiptRuleSetCommand;
|
|
1221
|
+
exports.DescribeConfigurationSetCommand = DescribeConfigurationSetCommand;
|
|
1222
|
+
exports.DescribeReceiptRuleCommand = DescribeReceiptRuleCommand;
|
|
1223
|
+
exports.DescribeReceiptRuleSetCommand = DescribeReceiptRuleSetCommand;
|
|
1224
|
+
exports.DimensionValueSource = DimensionValueSource;
|
|
1225
|
+
exports.DsnAction = DsnAction;
|
|
1226
|
+
exports.EventType = EventType;
|
|
1227
|
+
exports.GetAccountSendingEnabledCommand = GetAccountSendingEnabledCommand;
|
|
1228
|
+
exports.GetCustomVerificationEmailTemplateCommand = GetCustomVerificationEmailTemplateCommand;
|
|
1229
|
+
exports.GetIdentityDkimAttributesCommand = GetIdentityDkimAttributesCommand;
|
|
1230
|
+
exports.GetIdentityMailFromDomainAttributesCommand = GetIdentityMailFromDomainAttributesCommand;
|
|
1231
|
+
exports.GetIdentityNotificationAttributesCommand = GetIdentityNotificationAttributesCommand;
|
|
1232
|
+
exports.GetIdentityPoliciesCommand = GetIdentityPoliciesCommand;
|
|
1233
|
+
exports.GetIdentityVerificationAttributesCommand = GetIdentityVerificationAttributesCommand;
|
|
1234
|
+
exports.GetSendQuotaCommand = GetSendQuotaCommand;
|
|
1235
|
+
exports.GetSendStatisticsCommand = GetSendStatisticsCommand;
|
|
1236
|
+
exports.GetTemplateCommand = GetTemplateCommand;
|
|
1237
|
+
exports.IdentityType = IdentityType;
|
|
1238
|
+
exports.InvocationType = InvocationType;
|
|
1239
|
+
exports.ListConfigurationSetsCommand = ListConfigurationSetsCommand;
|
|
1240
|
+
exports.ListCustomVerificationEmailTemplatesCommand = ListCustomVerificationEmailTemplatesCommand;
|
|
1241
|
+
exports.ListIdentitiesCommand = ListIdentitiesCommand;
|
|
1242
|
+
exports.ListIdentityPoliciesCommand = ListIdentityPoliciesCommand;
|
|
1243
|
+
exports.ListReceiptFiltersCommand = ListReceiptFiltersCommand;
|
|
1244
|
+
exports.ListReceiptRuleSetsCommand = ListReceiptRuleSetsCommand;
|
|
1245
|
+
exports.ListTemplatesCommand = ListTemplatesCommand;
|
|
1246
|
+
exports.ListVerifiedEmailAddressesCommand = ListVerifiedEmailAddressesCommand;
|
|
1247
|
+
exports.NotificationType = NotificationType;
|
|
1248
|
+
exports.PutConfigurationSetDeliveryOptionsCommand = PutConfigurationSetDeliveryOptionsCommand;
|
|
1249
|
+
exports.PutIdentityPolicyCommand = PutIdentityPolicyCommand;
|
|
1250
|
+
exports.ReceiptFilterPolicy = ReceiptFilterPolicy;
|
|
1251
|
+
exports.ReorderReceiptRuleSetCommand = ReorderReceiptRuleSetCommand;
|
|
1252
|
+
exports.SES = SES;
|
|
1253
|
+
exports.SESClient = SESClient;
|
|
1254
|
+
exports.SNSActionEncoding = SNSActionEncoding;
|
|
1255
|
+
exports.SendBounceCommand = SendBounceCommand;
|
|
1256
|
+
exports.SendBulkTemplatedEmailCommand = SendBulkTemplatedEmailCommand;
|
|
1257
|
+
exports.SendCustomVerificationEmailCommand = SendCustomVerificationEmailCommand;
|
|
1258
|
+
exports.SendEmailCommand = SendEmailCommand;
|
|
1259
|
+
exports.SendRawEmailCommand = SendRawEmailCommand;
|
|
1260
|
+
exports.SendTemplatedEmailCommand = SendTemplatedEmailCommand;
|
|
1261
|
+
exports.SetActiveReceiptRuleSetCommand = SetActiveReceiptRuleSetCommand;
|
|
1262
|
+
exports.SetIdentityDkimEnabledCommand = SetIdentityDkimEnabledCommand;
|
|
1263
|
+
exports.SetIdentityFeedbackForwardingEnabledCommand = SetIdentityFeedbackForwardingEnabledCommand;
|
|
1264
|
+
exports.SetIdentityHeadersInNotificationsEnabledCommand = SetIdentityHeadersInNotificationsEnabledCommand;
|
|
1265
|
+
exports.SetIdentityMailFromDomainCommand = SetIdentityMailFromDomainCommand;
|
|
1266
|
+
exports.SetIdentityNotificationTopicCommand = SetIdentityNotificationTopicCommand;
|
|
1267
|
+
exports.SetReceiptRulePositionCommand = SetReceiptRulePositionCommand;
|
|
1268
|
+
exports.StopScope = StopScope;
|
|
1269
|
+
exports.TestRenderTemplateCommand = TestRenderTemplateCommand;
|
|
1270
|
+
exports.TlsPolicy = TlsPolicy;
|
|
1271
|
+
exports.UpdateAccountSendingEnabledCommand = UpdateAccountSendingEnabledCommand;
|
|
1272
|
+
exports.UpdateConfigurationSetEventDestinationCommand = UpdateConfigurationSetEventDestinationCommand;
|
|
1273
|
+
exports.UpdateConfigurationSetReputationMetricsEnabledCommand = UpdateConfigurationSetReputationMetricsEnabledCommand;
|
|
1274
|
+
exports.UpdateConfigurationSetSendingEnabledCommand = UpdateConfigurationSetSendingEnabledCommand;
|
|
1275
|
+
exports.UpdateConfigurationSetTrackingOptionsCommand = UpdateConfigurationSetTrackingOptionsCommand;
|
|
1276
|
+
exports.UpdateCustomVerificationEmailTemplateCommand = UpdateCustomVerificationEmailTemplateCommand;
|
|
1277
|
+
exports.UpdateReceiptRuleCommand = UpdateReceiptRuleCommand;
|
|
1278
|
+
exports.UpdateTemplateCommand = UpdateTemplateCommand;
|
|
1279
|
+
exports.VerificationStatus = VerificationStatus;
|
|
1280
|
+
exports.VerifyDomainDkimCommand = VerifyDomainDkimCommand;
|
|
1281
|
+
exports.VerifyDomainIdentityCommand = VerifyDomainIdentityCommand;
|
|
1282
|
+
exports.VerifyEmailAddressCommand = VerifyEmailAddressCommand;
|
|
1283
|
+
exports.VerifyEmailIdentityCommand = VerifyEmailIdentityCommand;
|
|
1284
|
+
exports.paginateListCustomVerificationEmailTemplates = paginateListCustomVerificationEmailTemplates;
|
|
1285
|
+
exports.paginateListIdentities = paginateListIdentities;
|
|
1286
|
+
exports.waitForIdentityExists = waitForIdentityExists;
|
|
1287
|
+
exports.waitUntilIdentityExists = waitUntilIdentityExists;
|
|
1288
|
+
Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
|
|
1289
|
+
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
1290
|
+
Object.defineProperty(exports, '__proto__', {
|
|
1291
|
+
enumerable: true,
|
|
1292
|
+
value: schemas_0['__proto__']
|
|
1293
|
+
});
|
|
1294
|
+
|
|
1295
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
1296
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
|
|
1297
|
+
});
|
|
1298
|
+
Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
|
|
1299
|
+
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
1300
|
+
Object.defineProperty(exports, '__proto__', {
|
|
1301
|
+
enumerable: true,
|
|
1302
|
+
value: errors['__proto__']
|
|
1303
|
+
});
|
|
1304
|
+
|
|
1305
|
+
Object.keys(errors).forEach(function (k) {
|
|
1306
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
|
|
1307
|
+
});
|