@aws-sdk/client-ses 3.1044.0 → 3.1046.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +165 -167
- package/dist-cjs/models/SESServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/SES.js +1 -1
- package/dist-es/SESClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CloneReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationSetCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +2 -2
- package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +2 -2
- package/dist-es/commands/CreateReceiptFilterCommand.js +2 -2
- package/dist-es/commands/CreateReceiptRuleCommand.js +2 -2
- package/dist-es/commands/CreateReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/CreateTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationSetCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +2 -2
- package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteIdentityCommand.js +2 -2
- package/dist-es/commands/DeleteIdentityPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteReceiptFilterCommand.js +2 -2
- package/dist-es/commands/DeleteReceiptRuleCommand.js +2 -2
- package/dist-es/commands/DeleteReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/DeleteTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +2 -2
- package/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/DescribeConfigurationSetCommand.js +2 -2
- package/dist-es/commands/DescribeReceiptRuleCommand.js +2 -2
- package/dist-es/commands/DescribeReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/GetAccountSendingEnabledCommand.js +2 -2
- package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +2 -2
- package/dist-es/commands/GetIdentityDkimAttributesCommand.js +2 -2
- package/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +2 -2
- package/dist-es/commands/GetIdentityNotificationAttributesCommand.js +2 -2
- package/dist-es/commands/GetIdentityPoliciesCommand.js +2 -2
- package/dist-es/commands/GetIdentityVerificationAttributesCommand.js +2 -2
- package/dist-es/commands/GetSendQuotaCommand.js +2 -2
- package/dist-es/commands/GetSendStatisticsCommand.js +2 -2
- package/dist-es/commands/GetTemplateCommand.js +2 -2
- package/dist-es/commands/ListConfigurationSetsCommand.js +2 -2
- package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +2 -2
- package/dist-es/commands/ListIdentitiesCommand.js +2 -2
- package/dist-es/commands/ListIdentityPoliciesCommand.js +2 -2
- package/dist-es/commands/ListReceiptFiltersCommand.js +2 -2
- package/dist-es/commands/ListReceiptRuleSetsCommand.js +2 -2
- package/dist-es/commands/ListTemplatesCommand.js +2 -2
- package/dist-es/commands/ListVerifiedEmailAddressesCommand.js +2 -2
- package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +2 -2
- package/dist-es/commands/PutIdentityPolicyCommand.js +2 -2
- package/dist-es/commands/ReorderReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/SendBounceCommand.js +2 -2
- package/dist-es/commands/SendBulkTemplatedEmailCommand.js +2 -2
- package/dist-es/commands/SendCustomVerificationEmailCommand.js +2 -2
- package/dist-es/commands/SendEmailCommand.js +2 -2
- package/dist-es/commands/SendRawEmailCommand.js +2 -2
- package/dist-es/commands/SendTemplatedEmailCommand.js +2 -2
- package/dist-es/commands/SetActiveReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/SetIdentityDkimEnabledCommand.js +2 -2
- package/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +2 -2
- package/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +2 -2
- package/dist-es/commands/SetIdentityMailFromDomainCommand.js +2 -2
- package/dist-es/commands/SetIdentityNotificationTopicCommand.js +2 -2
- package/dist-es/commands/SetReceiptRulePositionCommand.js +2 -2
- package/dist-es/commands/TestRenderTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateAccountSendingEnabledCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +2 -2
- package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateReceiptRuleCommand.js +2 -2
- package/dist-es/commands/UpdateTemplateCommand.js +2 -2
- package/dist-es/commands/VerifyDomainDkimCommand.js +2 -2
- package/dist-es/commands/VerifyDomainIdentityCommand.js +2 -2
- package/dist-es/commands/VerifyEmailAddressCommand.js +2 -2
- package/dist-es/commands/VerifyEmailIdentityCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/SESServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForIdentityExists.js +1 -1
- package/dist-types/SES.d.ts +1 -1
- package/dist-types/SESClient.d.ts +5 -5
- package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +6 -4
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +6 -4
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/commands/CreateReceiptFilterCommand.d.ts +6 -4
- package/dist-types/commands/CreateReceiptRuleCommand.d.ts +6 -4
- package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/commands/CreateTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteIdentityCommand.d.ts +6 -4
- package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +6 -4
- package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +6 -4
- package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +6 -4
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +6 -4
- package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +6 -4
- package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +6 -4
- package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +6 -4
- package/dist-types/commands/GetSendQuotaCommand.d.ts +6 -4
- package/dist-types/commands/GetSendStatisticsCommand.d.ts +6 -4
- package/dist-types/commands/GetTemplateCommand.d.ts +6 -4
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +6 -4
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/ListIdentitiesCommand.d.ts +6 -4
- package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListReceiptFiltersCommand.d.ts +6 -4
- package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +6 -4
- package/dist-types/commands/ListTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +6 -4
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +6 -4
- package/dist-types/commands/PutIdentityPolicyCommand.d.ts +6 -4
- package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/commands/SendBounceCommand.d.ts +6 -4
- package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +6 -4
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +6 -4
- package/dist-types/commands/SendEmailCommand.d.ts +6 -4
- package/dist-types/commands/SendRawEmailCommand.d.ts +6 -4
- package/dist-types/commands/SendTemplatedEmailCommand.d.ts +6 -4
- package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +6 -4
- package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +6 -4
- package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +6 -4
- package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +6 -4
- package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +6 -4
- package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +6 -4
- package/dist-types/commands/TestRenderTemplateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTemplateCommand.d.ts +6 -4
- package/dist-types/commands/VerifyDomainDkimCommand.d.ts +6 -4
- package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +6 -4
- package/dist-types/commands/VerifyEmailAddressCommand.d.ts +6 -4
- package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/SESServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/SES.d.ts +1 -1
- package/dist-types/ts3.4/SESClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/SESServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +1 -1
- package/dist-types/waiters/waitForIdentityExists.d.ts +1 -1
- package/package.json +14 -36
package/dist-cjs/index.js
CHANGED
|
@@ -4,19 +4,17 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
|
|
|
4
4
|
var middlewareLogger = require('@aws-sdk/middleware-logger');
|
|
5
5
|
var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
|
-
var configResolver = require('@smithy/config-resolver');
|
|
8
7
|
var core = require('@smithy/core');
|
|
8
|
+
var client = require('@smithy/core/client');
|
|
9
|
+
var config = require('@smithy/core/config');
|
|
10
|
+
var endpoints = require('@smithy/core/endpoints');
|
|
11
|
+
var protocols = require('@smithy/core/protocols');
|
|
12
|
+
var retry = require('@smithy/core/retry');
|
|
9
13
|
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
14
|
var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
|
-
var protocolHttp = require('@smithy/protocol-http');
|
|
18
17
|
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
-
var utilWaiter = require('@smithy/util-waiter');
|
|
20
18
|
var errors = require('./models/errors');
|
|
21
19
|
var SESServiceException = require('./models/SESServiceException');
|
|
22
20
|
|
|
@@ -74,12 +72,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
74
72
|
};
|
|
75
73
|
|
|
76
74
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
77
|
-
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig),
|
|
75
|
+
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
78
76
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
79
|
-
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
77
|
+
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
80
78
|
};
|
|
81
79
|
|
|
82
|
-
class SESClient extends
|
|
80
|
+
class SESClient extends client.Client {
|
|
83
81
|
config;
|
|
84
82
|
constructor(...[configuration]) {
|
|
85
83
|
const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
|
|
@@ -87,17 +85,17 @@ class SESClient extends smithyClient.Client {
|
|
|
87
85
|
this.initConfig = _config_0;
|
|
88
86
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
89
87
|
const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
|
|
90
|
-
const _config_3 =
|
|
91
|
-
const _config_4 =
|
|
88
|
+
const _config_3 = retry.resolveRetryConfig(_config_2);
|
|
89
|
+
const _config_4 = config.resolveRegionConfig(_config_3);
|
|
92
90
|
const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
|
|
93
|
-
const _config_6 =
|
|
91
|
+
const _config_6 = endpoints.resolveEndpointConfig(_config_5);
|
|
94
92
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
95
93
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
96
94
|
this.config = _config_8;
|
|
97
95
|
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
98
96
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
99
|
-
this.middlewareStack.use(
|
|
100
|
-
this.middlewareStack.use(
|
|
97
|
+
this.middlewareStack.use(retry.getRetryPlugin(this.config));
|
|
98
|
+
this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
|
|
101
99
|
this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
|
|
102
100
|
this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
|
|
103
101
|
this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
|
|
@@ -114,11 +112,11 @@ class SESClient extends smithyClient.Client {
|
|
|
114
112
|
}
|
|
115
113
|
}
|
|
116
114
|
|
|
117
|
-
class CloneReceiptRuleSetCommand extends
|
|
115
|
+
class CloneReceiptRuleSetCommand extends client.Command
|
|
118
116
|
.classBuilder()
|
|
119
117
|
.ep(commonParams)
|
|
120
118
|
.m(function (Command, cs, config, o) {
|
|
121
|
-
return [
|
|
119
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
122
120
|
})
|
|
123
121
|
.s("SimpleEmailService", "CloneReceiptRuleSet", {})
|
|
124
122
|
.n("SESClient", "CloneReceiptRuleSetCommand")
|
|
@@ -126,11 +124,11 @@ class CloneReceiptRuleSetCommand extends smithyClient.Command
|
|
|
126
124
|
.build() {
|
|
127
125
|
}
|
|
128
126
|
|
|
129
|
-
class CreateConfigurationSetCommand extends
|
|
127
|
+
class CreateConfigurationSetCommand extends client.Command
|
|
130
128
|
.classBuilder()
|
|
131
129
|
.ep(commonParams)
|
|
132
130
|
.m(function (Command, cs, config, o) {
|
|
133
|
-
return [
|
|
131
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
134
132
|
})
|
|
135
133
|
.s("SimpleEmailService", "CreateConfigurationSet", {})
|
|
136
134
|
.n("SESClient", "CreateConfigurationSetCommand")
|
|
@@ -138,11 +136,11 @@ class CreateConfigurationSetCommand extends smithyClient.Command
|
|
|
138
136
|
.build() {
|
|
139
137
|
}
|
|
140
138
|
|
|
141
|
-
class CreateConfigurationSetEventDestinationCommand extends
|
|
139
|
+
class CreateConfigurationSetEventDestinationCommand extends client.Command
|
|
142
140
|
.classBuilder()
|
|
143
141
|
.ep(commonParams)
|
|
144
142
|
.m(function (Command, cs, config, o) {
|
|
145
|
-
return [
|
|
143
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
146
144
|
})
|
|
147
145
|
.s("SimpleEmailService", "CreateConfigurationSetEventDestination", {})
|
|
148
146
|
.n("SESClient", "CreateConfigurationSetEventDestinationCommand")
|
|
@@ -150,11 +148,11 @@ class CreateConfigurationSetEventDestinationCommand extends smithyClient.Command
|
|
|
150
148
|
.build() {
|
|
151
149
|
}
|
|
152
150
|
|
|
153
|
-
class CreateConfigurationSetTrackingOptionsCommand extends
|
|
151
|
+
class CreateConfigurationSetTrackingOptionsCommand extends client.Command
|
|
154
152
|
.classBuilder()
|
|
155
153
|
.ep(commonParams)
|
|
156
154
|
.m(function (Command, cs, config, o) {
|
|
157
|
-
return [
|
|
155
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
158
156
|
})
|
|
159
157
|
.s("SimpleEmailService", "CreateConfigurationSetTrackingOptions", {})
|
|
160
158
|
.n("SESClient", "CreateConfigurationSetTrackingOptionsCommand")
|
|
@@ -162,11 +160,11 @@ class CreateConfigurationSetTrackingOptionsCommand extends smithyClient.Command
|
|
|
162
160
|
.build() {
|
|
163
161
|
}
|
|
164
162
|
|
|
165
|
-
class CreateCustomVerificationEmailTemplateCommand extends
|
|
163
|
+
class CreateCustomVerificationEmailTemplateCommand extends client.Command
|
|
166
164
|
.classBuilder()
|
|
167
165
|
.ep(commonParams)
|
|
168
166
|
.m(function (Command, cs, config, o) {
|
|
169
|
-
return [
|
|
167
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
170
168
|
})
|
|
171
169
|
.s("SimpleEmailService", "CreateCustomVerificationEmailTemplate", {})
|
|
172
170
|
.n("SESClient", "CreateCustomVerificationEmailTemplateCommand")
|
|
@@ -174,11 +172,11 @@ class CreateCustomVerificationEmailTemplateCommand extends smithyClient.Command
|
|
|
174
172
|
.build() {
|
|
175
173
|
}
|
|
176
174
|
|
|
177
|
-
class CreateReceiptFilterCommand extends
|
|
175
|
+
class CreateReceiptFilterCommand extends client.Command
|
|
178
176
|
.classBuilder()
|
|
179
177
|
.ep(commonParams)
|
|
180
178
|
.m(function (Command, cs, config, o) {
|
|
181
|
-
return [
|
|
179
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
182
180
|
})
|
|
183
181
|
.s("SimpleEmailService", "CreateReceiptFilter", {})
|
|
184
182
|
.n("SESClient", "CreateReceiptFilterCommand")
|
|
@@ -186,11 +184,11 @@ class CreateReceiptFilterCommand extends smithyClient.Command
|
|
|
186
184
|
.build() {
|
|
187
185
|
}
|
|
188
186
|
|
|
189
|
-
class CreateReceiptRuleCommand extends
|
|
187
|
+
class CreateReceiptRuleCommand extends client.Command
|
|
190
188
|
.classBuilder()
|
|
191
189
|
.ep(commonParams)
|
|
192
190
|
.m(function (Command, cs, config, o) {
|
|
193
|
-
return [
|
|
191
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
194
192
|
})
|
|
195
193
|
.s("SimpleEmailService", "CreateReceiptRule", {})
|
|
196
194
|
.n("SESClient", "CreateReceiptRuleCommand")
|
|
@@ -198,11 +196,11 @@ class CreateReceiptRuleCommand extends smithyClient.Command
|
|
|
198
196
|
.build() {
|
|
199
197
|
}
|
|
200
198
|
|
|
201
|
-
class CreateReceiptRuleSetCommand extends
|
|
199
|
+
class CreateReceiptRuleSetCommand extends client.Command
|
|
202
200
|
.classBuilder()
|
|
203
201
|
.ep(commonParams)
|
|
204
202
|
.m(function (Command, cs, config, o) {
|
|
205
|
-
return [
|
|
203
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
206
204
|
})
|
|
207
205
|
.s("SimpleEmailService", "CreateReceiptRuleSet", {})
|
|
208
206
|
.n("SESClient", "CreateReceiptRuleSetCommand")
|
|
@@ -210,11 +208,11 @@ class CreateReceiptRuleSetCommand extends smithyClient.Command
|
|
|
210
208
|
.build() {
|
|
211
209
|
}
|
|
212
210
|
|
|
213
|
-
class CreateTemplateCommand extends
|
|
211
|
+
class CreateTemplateCommand extends client.Command
|
|
214
212
|
.classBuilder()
|
|
215
213
|
.ep(commonParams)
|
|
216
214
|
.m(function (Command, cs, config, o) {
|
|
217
|
-
return [
|
|
215
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
218
216
|
})
|
|
219
217
|
.s("SimpleEmailService", "CreateTemplate", {})
|
|
220
218
|
.n("SESClient", "CreateTemplateCommand")
|
|
@@ -222,11 +220,11 @@ class CreateTemplateCommand extends smithyClient.Command
|
|
|
222
220
|
.build() {
|
|
223
221
|
}
|
|
224
222
|
|
|
225
|
-
class DeleteConfigurationSetCommand extends
|
|
223
|
+
class DeleteConfigurationSetCommand extends client.Command
|
|
226
224
|
.classBuilder()
|
|
227
225
|
.ep(commonParams)
|
|
228
226
|
.m(function (Command, cs, config, o) {
|
|
229
|
-
return [
|
|
227
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
230
228
|
})
|
|
231
229
|
.s("SimpleEmailService", "DeleteConfigurationSet", {})
|
|
232
230
|
.n("SESClient", "DeleteConfigurationSetCommand")
|
|
@@ -234,11 +232,11 @@ class DeleteConfigurationSetCommand extends smithyClient.Command
|
|
|
234
232
|
.build() {
|
|
235
233
|
}
|
|
236
234
|
|
|
237
|
-
class DeleteConfigurationSetEventDestinationCommand extends
|
|
235
|
+
class DeleteConfigurationSetEventDestinationCommand extends client.Command
|
|
238
236
|
.classBuilder()
|
|
239
237
|
.ep(commonParams)
|
|
240
238
|
.m(function (Command, cs, config, o) {
|
|
241
|
-
return [
|
|
239
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
242
240
|
})
|
|
243
241
|
.s("SimpleEmailService", "DeleteConfigurationSetEventDestination", {})
|
|
244
242
|
.n("SESClient", "DeleteConfigurationSetEventDestinationCommand")
|
|
@@ -246,11 +244,11 @@ class DeleteConfigurationSetEventDestinationCommand extends smithyClient.Command
|
|
|
246
244
|
.build() {
|
|
247
245
|
}
|
|
248
246
|
|
|
249
|
-
class DeleteConfigurationSetTrackingOptionsCommand extends
|
|
247
|
+
class DeleteConfigurationSetTrackingOptionsCommand extends client.Command
|
|
250
248
|
.classBuilder()
|
|
251
249
|
.ep(commonParams)
|
|
252
250
|
.m(function (Command, cs, config, o) {
|
|
253
|
-
return [
|
|
251
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
254
252
|
})
|
|
255
253
|
.s("SimpleEmailService", "DeleteConfigurationSetTrackingOptions", {})
|
|
256
254
|
.n("SESClient", "DeleteConfigurationSetTrackingOptionsCommand")
|
|
@@ -258,11 +256,11 @@ class DeleteConfigurationSetTrackingOptionsCommand extends smithyClient.Command
|
|
|
258
256
|
.build() {
|
|
259
257
|
}
|
|
260
258
|
|
|
261
|
-
class DeleteCustomVerificationEmailTemplateCommand extends
|
|
259
|
+
class DeleteCustomVerificationEmailTemplateCommand extends client.Command
|
|
262
260
|
.classBuilder()
|
|
263
261
|
.ep(commonParams)
|
|
264
262
|
.m(function (Command, cs, config, o) {
|
|
265
|
-
return [
|
|
263
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
266
264
|
})
|
|
267
265
|
.s("SimpleEmailService", "DeleteCustomVerificationEmailTemplate", {})
|
|
268
266
|
.n("SESClient", "DeleteCustomVerificationEmailTemplateCommand")
|
|
@@ -270,11 +268,11 @@ class DeleteCustomVerificationEmailTemplateCommand extends smithyClient.Command
|
|
|
270
268
|
.build() {
|
|
271
269
|
}
|
|
272
270
|
|
|
273
|
-
class DeleteIdentityCommand extends
|
|
271
|
+
class DeleteIdentityCommand extends client.Command
|
|
274
272
|
.classBuilder()
|
|
275
273
|
.ep(commonParams)
|
|
276
274
|
.m(function (Command, cs, config, o) {
|
|
277
|
-
return [
|
|
275
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
278
276
|
})
|
|
279
277
|
.s("SimpleEmailService", "DeleteIdentity", {})
|
|
280
278
|
.n("SESClient", "DeleteIdentityCommand")
|
|
@@ -282,11 +280,11 @@ class DeleteIdentityCommand extends smithyClient.Command
|
|
|
282
280
|
.build() {
|
|
283
281
|
}
|
|
284
282
|
|
|
285
|
-
class DeleteIdentityPolicyCommand extends
|
|
283
|
+
class DeleteIdentityPolicyCommand extends client.Command
|
|
286
284
|
.classBuilder()
|
|
287
285
|
.ep(commonParams)
|
|
288
286
|
.m(function (Command, cs, config, o) {
|
|
289
|
-
return [
|
|
287
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
290
288
|
})
|
|
291
289
|
.s("SimpleEmailService", "DeleteIdentityPolicy", {})
|
|
292
290
|
.n("SESClient", "DeleteIdentityPolicyCommand")
|
|
@@ -294,11 +292,11 @@ class DeleteIdentityPolicyCommand extends smithyClient.Command
|
|
|
294
292
|
.build() {
|
|
295
293
|
}
|
|
296
294
|
|
|
297
|
-
class DeleteReceiptFilterCommand extends
|
|
295
|
+
class DeleteReceiptFilterCommand extends client.Command
|
|
298
296
|
.classBuilder()
|
|
299
297
|
.ep(commonParams)
|
|
300
298
|
.m(function (Command, cs, config, o) {
|
|
301
|
-
return [
|
|
299
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
302
300
|
})
|
|
303
301
|
.s("SimpleEmailService", "DeleteReceiptFilter", {})
|
|
304
302
|
.n("SESClient", "DeleteReceiptFilterCommand")
|
|
@@ -306,11 +304,11 @@ class DeleteReceiptFilterCommand extends smithyClient.Command
|
|
|
306
304
|
.build() {
|
|
307
305
|
}
|
|
308
306
|
|
|
309
|
-
class DeleteReceiptRuleCommand extends
|
|
307
|
+
class DeleteReceiptRuleCommand extends client.Command
|
|
310
308
|
.classBuilder()
|
|
311
309
|
.ep(commonParams)
|
|
312
310
|
.m(function (Command, cs, config, o) {
|
|
313
|
-
return [
|
|
311
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
314
312
|
})
|
|
315
313
|
.s("SimpleEmailService", "DeleteReceiptRule", {})
|
|
316
314
|
.n("SESClient", "DeleteReceiptRuleCommand")
|
|
@@ -318,11 +316,11 @@ class DeleteReceiptRuleCommand extends smithyClient.Command
|
|
|
318
316
|
.build() {
|
|
319
317
|
}
|
|
320
318
|
|
|
321
|
-
class DeleteReceiptRuleSetCommand extends
|
|
319
|
+
class DeleteReceiptRuleSetCommand extends client.Command
|
|
322
320
|
.classBuilder()
|
|
323
321
|
.ep(commonParams)
|
|
324
322
|
.m(function (Command, cs, config, o) {
|
|
325
|
-
return [
|
|
323
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
326
324
|
})
|
|
327
325
|
.s("SimpleEmailService", "DeleteReceiptRuleSet", {})
|
|
328
326
|
.n("SESClient", "DeleteReceiptRuleSetCommand")
|
|
@@ -330,11 +328,11 @@ class DeleteReceiptRuleSetCommand extends smithyClient.Command
|
|
|
330
328
|
.build() {
|
|
331
329
|
}
|
|
332
330
|
|
|
333
|
-
class DeleteTemplateCommand extends
|
|
331
|
+
class DeleteTemplateCommand extends client.Command
|
|
334
332
|
.classBuilder()
|
|
335
333
|
.ep(commonParams)
|
|
336
334
|
.m(function (Command, cs, config, o) {
|
|
337
|
-
return [
|
|
335
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
338
336
|
})
|
|
339
337
|
.s("SimpleEmailService", "DeleteTemplate", {})
|
|
340
338
|
.n("SESClient", "DeleteTemplateCommand")
|
|
@@ -342,11 +340,11 @@ class DeleteTemplateCommand extends smithyClient.Command
|
|
|
342
340
|
.build() {
|
|
343
341
|
}
|
|
344
342
|
|
|
345
|
-
class DeleteVerifiedEmailAddressCommand extends
|
|
343
|
+
class DeleteVerifiedEmailAddressCommand extends client.Command
|
|
346
344
|
.classBuilder()
|
|
347
345
|
.ep(commonParams)
|
|
348
346
|
.m(function (Command, cs, config, o) {
|
|
349
|
-
return [
|
|
347
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
350
348
|
})
|
|
351
349
|
.s("SimpleEmailService", "DeleteVerifiedEmailAddress", {})
|
|
352
350
|
.n("SESClient", "DeleteVerifiedEmailAddressCommand")
|
|
@@ -354,11 +352,11 @@ class DeleteVerifiedEmailAddressCommand extends smithyClient.Command
|
|
|
354
352
|
.build() {
|
|
355
353
|
}
|
|
356
354
|
|
|
357
|
-
class DescribeActiveReceiptRuleSetCommand extends
|
|
355
|
+
class DescribeActiveReceiptRuleSetCommand extends client.Command
|
|
358
356
|
.classBuilder()
|
|
359
357
|
.ep(commonParams)
|
|
360
358
|
.m(function (Command, cs, config, o) {
|
|
361
|
-
return [
|
|
359
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
362
360
|
})
|
|
363
361
|
.s("SimpleEmailService", "DescribeActiveReceiptRuleSet", {})
|
|
364
362
|
.n("SESClient", "DescribeActiveReceiptRuleSetCommand")
|
|
@@ -366,11 +364,11 @@ class DescribeActiveReceiptRuleSetCommand extends smithyClient.Command
|
|
|
366
364
|
.build() {
|
|
367
365
|
}
|
|
368
366
|
|
|
369
|
-
class DescribeConfigurationSetCommand extends
|
|
367
|
+
class DescribeConfigurationSetCommand extends client.Command
|
|
370
368
|
.classBuilder()
|
|
371
369
|
.ep(commonParams)
|
|
372
370
|
.m(function (Command, cs, config, o) {
|
|
373
|
-
return [
|
|
371
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
374
372
|
})
|
|
375
373
|
.s("SimpleEmailService", "DescribeConfigurationSet", {})
|
|
376
374
|
.n("SESClient", "DescribeConfigurationSetCommand")
|
|
@@ -378,11 +376,11 @@ class DescribeConfigurationSetCommand extends smithyClient.Command
|
|
|
378
376
|
.build() {
|
|
379
377
|
}
|
|
380
378
|
|
|
381
|
-
class DescribeReceiptRuleCommand extends
|
|
379
|
+
class DescribeReceiptRuleCommand extends client.Command
|
|
382
380
|
.classBuilder()
|
|
383
381
|
.ep(commonParams)
|
|
384
382
|
.m(function (Command, cs, config, o) {
|
|
385
|
-
return [
|
|
383
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
386
384
|
})
|
|
387
385
|
.s("SimpleEmailService", "DescribeReceiptRule", {})
|
|
388
386
|
.n("SESClient", "DescribeReceiptRuleCommand")
|
|
@@ -390,11 +388,11 @@ class DescribeReceiptRuleCommand extends smithyClient.Command
|
|
|
390
388
|
.build() {
|
|
391
389
|
}
|
|
392
390
|
|
|
393
|
-
class DescribeReceiptRuleSetCommand extends
|
|
391
|
+
class DescribeReceiptRuleSetCommand extends client.Command
|
|
394
392
|
.classBuilder()
|
|
395
393
|
.ep(commonParams)
|
|
396
394
|
.m(function (Command, cs, config, o) {
|
|
397
|
-
return [
|
|
395
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
398
396
|
})
|
|
399
397
|
.s("SimpleEmailService", "DescribeReceiptRuleSet", {})
|
|
400
398
|
.n("SESClient", "DescribeReceiptRuleSetCommand")
|
|
@@ -402,11 +400,11 @@ class DescribeReceiptRuleSetCommand extends smithyClient.Command
|
|
|
402
400
|
.build() {
|
|
403
401
|
}
|
|
404
402
|
|
|
405
|
-
class GetAccountSendingEnabledCommand extends
|
|
403
|
+
class GetAccountSendingEnabledCommand extends client.Command
|
|
406
404
|
.classBuilder()
|
|
407
405
|
.ep(commonParams)
|
|
408
406
|
.m(function (Command, cs, config, o) {
|
|
409
|
-
return [
|
|
407
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
410
408
|
})
|
|
411
409
|
.s("SimpleEmailService", "GetAccountSendingEnabled", {})
|
|
412
410
|
.n("SESClient", "GetAccountSendingEnabledCommand")
|
|
@@ -414,11 +412,11 @@ class GetAccountSendingEnabledCommand extends smithyClient.Command
|
|
|
414
412
|
.build() {
|
|
415
413
|
}
|
|
416
414
|
|
|
417
|
-
class GetCustomVerificationEmailTemplateCommand extends
|
|
415
|
+
class GetCustomVerificationEmailTemplateCommand extends client.Command
|
|
418
416
|
.classBuilder()
|
|
419
417
|
.ep(commonParams)
|
|
420
418
|
.m(function (Command, cs, config, o) {
|
|
421
|
-
return [
|
|
419
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
422
420
|
})
|
|
423
421
|
.s("SimpleEmailService", "GetCustomVerificationEmailTemplate", {})
|
|
424
422
|
.n("SESClient", "GetCustomVerificationEmailTemplateCommand")
|
|
@@ -426,11 +424,11 @@ class GetCustomVerificationEmailTemplateCommand extends smithyClient.Command
|
|
|
426
424
|
.build() {
|
|
427
425
|
}
|
|
428
426
|
|
|
429
|
-
class GetIdentityDkimAttributesCommand extends
|
|
427
|
+
class GetIdentityDkimAttributesCommand extends client.Command
|
|
430
428
|
.classBuilder()
|
|
431
429
|
.ep(commonParams)
|
|
432
430
|
.m(function (Command, cs, config, o) {
|
|
433
|
-
return [
|
|
431
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
434
432
|
})
|
|
435
433
|
.s("SimpleEmailService", "GetIdentityDkimAttributes", {})
|
|
436
434
|
.n("SESClient", "GetIdentityDkimAttributesCommand")
|
|
@@ -438,11 +436,11 @@ class GetIdentityDkimAttributesCommand extends smithyClient.Command
|
|
|
438
436
|
.build() {
|
|
439
437
|
}
|
|
440
438
|
|
|
441
|
-
class GetIdentityMailFromDomainAttributesCommand extends
|
|
439
|
+
class GetIdentityMailFromDomainAttributesCommand extends client.Command
|
|
442
440
|
.classBuilder()
|
|
443
441
|
.ep(commonParams)
|
|
444
442
|
.m(function (Command, cs, config, o) {
|
|
445
|
-
return [
|
|
443
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
446
444
|
})
|
|
447
445
|
.s("SimpleEmailService", "GetIdentityMailFromDomainAttributes", {})
|
|
448
446
|
.n("SESClient", "GetIdentityMailFromDomainAttributesCommand")
|
|
@@ -450,11 +448,11 @@ class GetIdentityMailFromDomainAttributesCommand extends smithyClient.Command
|
|
|
450
448
|
.build() {
|
|
451
449
|
}
|
|
452
450
|
|
|
453
|
-
class GetIdentityNotificationAttributesCommand extends
|
|
451
|
+
class GetIdentityNotificationAttributesCommand extends client.Command
|
|
454
452
|
.classBuilder()
|
|
455
453
|
.ep(commonParams)
|
|
456
454
|
.m(function (Command, cs, config, o) {
|
|
457
|
-
return [
|
|
455
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
458
456
|
})
|
|
459
457
|
.s("SimpleEmailService", "GetIdentityNotificationAttributes", {})
|
|
460
458
|
.n("SESClient", "GetIdentityNotificationAttributesCommand")
|
|
@@ -462,11 +460,11 @@ class GetIdentityNotificationAttributesCommand extends smithyClient.Command
|
|
|
462
460
|
.build() {
|
|
463
461
|
}
|
|
464
462
|
|
|
465
|
-
class GetIdentityPoliciesCommand extends
|
|
463
|
+
class GetIdentityPoliciesCommand extends client.Command
|
|
466
464
|
.classBuilder()
|
|
467
465
|
.ep(commonParams)
|
|
468
466
|
.m(function (Command, cs, config, o) {
|
|
469
|
-
return [
|
|
467
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
470
468
|
})
|
|
471
469
|
.s("SimpleEmailService", "GetIdentityPolicies", {})
|
|
472
470
|
.n("SESClient", "GetIdentityPoliciesCommand")
|
|
@@ -474,11 +472,11 @@ class GetIdentityPoliciesCommand extends smithyClient.Command
|
|
|
474
472
|
.build() {
|
|
475
473
|
}
|
|
476
474
|
|
|
477
|
-
class GetIdentityVerificationAttributesCommand extends
|
|
475
|
+
class GetIdentityVerificationAttributesCommand extends client.Command
|
|
478
476
|
.classBuilder()
|
|
479
477
|
.ep(commonParams)
|
|
480
478
|
.m(function (Command, cs, config, o) {
|
|
481
|
-
return [
|
|
479
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
482
480
|
})
|
|
483
481
|
.s("SimpleEmailService", "GetIdentityVerificationAttributes", {})
|
|
484
482
|
.n("SESClient", "GetIdentityVerificationAttributesCommand")
|
|
@@ -486,11 +484,11 @@ class GetIdentityVerificationAttributesCommand extends smithyClient.Command
|
|
|
486
484
|
.build() {
|
|
487
485
|
}
|
|
488
486
|
|
|
489
|
-
class GetSendQuotaCommand extends
|
|
487
|
+
class GetSendQuotaCommand extends client.Command
|
|
490
488
|
.classBuilder()
|
|
491
489
|
.ep(commonParams)
|
|
492
490
|
.m(function (Command, cs, config, o) {
|
|
493
|
-
return [
|
|
491
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
494
492
|
})
|
|
495
493
|
.s("SimpleEmailService", "GetSendQuota", {})
|
|
496
494
|
.n("SESClient", "GetSendQuotaCommand")
|
|
@@ -498,11 +496,11 @@ class GetSendQuotaCommand extends smithyClient.Command
|
|
|
498
496
|
.build() {
|
|
499
497
|
}
|
|
500
498
|
|
|
501
|
-
class GetSendStatisticsCommand extends
|
|
499
|
+
class GetSendStatisticsCommand extends client.Command
|
|
502
500
|
.classBuilder()
|
|
503
501
|
.ep(commonParams)
|
|
504
502
|
.m(function (Command, cs, config, o) {
|
|
505
|
-
return [
|
|
503
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
506
504
|
})
|
|
507
505
|
.s("SimpleEmailService", "GetSendStatistics", {})
|
|
508
506
|
.n("SESClient", "GetSendStatisticsCommand")
|
|
@@ -510,11 +508,11 @@ class GetSendStatisticsCommand extends smithyClient.Command
|
|
|
510
508
|
.build() {
|
|
511
509
|
}
|
|
512
510
|
|
|
513
|
-
class GetTemplateCommand extends
|
|
511
|
+
class GetTemplateCommand extends client.Command
|
|
514
512
|
.classBuilder()
|
|
515
513
|
.ep(commonParams)
|
|
516
514
|
.m(function (Command, cs, config, o) {
|
|
517
|
-
return [
|
|
515
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
518
516
|
})
|
|
519
517
|
.s("SimpleEmailService", "GetTemplate", {})
|
|
520
518
|
.n("SESClient", "GetTemplateCommand")
|
|
@@ -522,11 +520,11 @@ class GetTemplateCommand extends smithyClient.Command
|
|
|
522
520
|
.build() {
|
|
523
521
|
}
|
|
524
522
|
|
|
525
|
-
class ListConfigurationSetsCommand extends
|
|
523
|
+
class ListConfigurationSetsCommand extends client.Command
|
|
526
524
|
.classBuilder()
|
|
527
525
|
.ep(commonParams)
|
|
528
526
|
.m(function (Command, cs, config, o) {
|
|
529
|
-
return [
|
|
527
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
530
528
|
})
|
|
531
529
|
.s("SimpleEmailService", "ListConfigurationSets", {})
|
|
532
530
|
.n("SESClient", "ListConfigurationSetsCommand")
|
|
@@ -534,11 +532,11 @@ class ListConfigurationSetsCommand extends smithyClient.Command
|
|
|
534
532
|
.build() {
|
|
535
533
|
}
|
|
536
534
|
|
|
537
|
-
class ListCustomVerificationEmailTemplatesCommand extends
|
|
535
|
+
class ListCustomVerificationEmailTemplatesCommand extends client.Command
|
|
538
536
|
.classBuilder()
|
|
539
537
|
.ep(commonParams)
|
|
540
538
|
.m(function (Command, cs, config, o) {
|
|
541
|
-
return [
|
|
539
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
542
540
|
})
|
|
543
541
|
.s("SimpleEmailService", "ListCustomVerificationEmailTemplates", {})
|
|
544
542
|
.n("SESClient", "ListCustomVerificationEmailTemplatesCommand")
|
|
@@ -546,11 +544,11 @@ class ListCustomVerificationEmailTemplatesCommand extends smithyClient.Command
|
|
|
546
544
|
.build() {
|
|
547
545
|
}
|
|
548
546
|
|
|
549
|
-
class ListIdentitiesCommand extends
|
|
547
|
+
class ListIdentitiesCommand extends client.Command
|
|
550
548
|
.classBuilder()
|
|
551
549
|
.ep(commonParams)
|
|
552
550
|
.m(function (Command, cs, config, o) {
|
|
553
|
-
return [
|
|
551
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
554
552
|
})
|
|
555
553
|
.s("SimpleEmailService", "ListIdentities", {})
|
|
556
554
|
.n("SESClient", "ListIdentitiesCommand")
|
|
@@ -558,11 +556,11 @@ class ListIdentitiesCommand extends smithyClient.Command
|
|
|
558
556
|
.build() {
|
|
559
557
|
}
|
|
560
558
|
|
|
561
|
-
class ListIdentityPoliciesCommand extends
|
|
559
|
+
class ListIdentityPoliciesCommand extends client.Command
|
|
562
560
|
.classBuilder()
|
|
563
561
|
.ep(commonParams)
|
|
564
562
|
.m(function (Command, cs, config, o) {
|
|
565
|
-
return [
|
|
563
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
566
564
|
})
|
|
567
565
|
.s("SimpleEmailService", "ListIdentityPolicies", {})
|
|
568
566
|
.n("SESClient", "ListIdentityPoliciesCommand")
|
|
@@ -570,11 +568,11 @@ class ListIdentityPoliciesCommand extends smithyClient.Command
|
|
|
570
568
|
.build() {
|
|
571
569
|
}
|
|
572
570
|
|
|
573
|
-
class ListReceiptFiltersCommand extends
|
|
571
|
+
class ListReceiptFiltersCommand extends client.Command
|
|
574
572
|
.classBuilder()
|
|
575
573
|
.ep(commonParams)
|
|
576
574
|
.m(function (Command, cs, config, o) {
|
|
577
|
-
return [
|
|
575
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
578
576
|
})
|
|
579
577
|
.s("SimpleEmailService", "ListReceiptFilters", {})
|
|
580
578
|
.n("SESClient", "ListReceiptFiltersCommand")
|
|
@@ -582,11 +580,11 @@ class ListReceiptFiltersCommand extends smithyClient.Command
|
|
|
582
580
|
.build() {
|
|
583
581
|
}
|
|
584
582
|
|
|
585
|
-
class ListReceiptRuleSetsCommand extends
|
|
583
|
+
class ListReceiptRuleSetsCommand extends client.Command
|
|
586
584
|
.classBuilder()
|
|
587
585
|
.ep(commonParams)
|
|
588
586
|
.m(function (Command, cs, config, o) {
|
|
589
|
-
return [
|
|
587
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
590
588
|
})
|
|
591
589
|
.s("SimpleEmailService", "ListReceiptRuleSets", {})
|
|
592
590
|
.n("SESClient", "ListReceiptRuleSetsCommand")
|
|
@@ -594,11 +592,11 @@ class ListReceiptRuleSetsCommand extends smithyClient.Command
|
|
|
594
592
|
.build() {
|
|
595
593
|
}
|
|
596
594
|
|
|
597
|
-
class ListTemplatesCommand extends
|
|
595
|
+
class ListTemplatesCommand extends client.Command
|
|
598
596
|
.classBuilder()
|
|
599
597
|
.ep(commonParams)
|
|
600
598
|
.m(function (Command, cs, config, o) {
|
|
601
|
-
return [
|
|
599
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
602
600
|
})
|
|
603
601
|
.s("SimpleEmailService", "ListTemplates", {})
|
|
604
602
|
.n("SESClient", "ListTemplatesCommand")
|
|
@@ -606,11 +604,11 @@ class ListTemplatesCommand extends smithyClient.Command
|
|
|
606
604
|
.build() {
|
|
607
605
|
}
|
|
608
606
|
|
|
609
|
-
class ListVerifiedEmailAddressesCommand extends
|
|
607
|
+
class ListVerifiedEmailAddressesCommand extends client.Command
|
|
610
608
|
.classBuilder()
|
|
611
609
|
.ep(commonParams)
|
|
612
610
|
.m(function (Command, cs, config, o) {
|
|
613
|
-
return [
|
|
611
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
614
612
|
})
|
|
615
613
|
.s("SimpleEmailService", "ListVerifiedEmailAddresses", {})
|
|
616
614
|
.n("SESClient", "ListVerifiedEmailAddressesCommand")
|
|
@@ -618,11 +616,11 @@ class ListVerifiedEmailAddressesCommand extends smithyClient.Command
|
|
|
618
616
|
.build() {
|
|
619
617
|
}
|
|
620
618
|
|
|
621
|
-
class PutConfigurationSetDeliveryOptionsCommand extends
|
|
619
|
+
class PutConfigurationSetDeliveryOptionsCommand extends client.Command
|
|
622
620
|
.classBuilder()
|
|
623
621
|
.ep(commonParams)
|
|
624
622
|
.m(function (Command, cs, config, o) {
|
|
625
|
-
return [
|
|
623
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
626
624
|
})
|
|
627
625
|
.s("SimpleEmailService", "PutConfigurationSetDeliveryOptions", {})
|
|
628
626
|
.n("SESClient", "PutConfigurationSetDeliveryOptionsCommand")
|
|
@@ -630,11 +628,11 @@ class PutConfigurationSetDeliveryOptionsCommand extends smithyClient.Command
|
|
|
630
628
|
.build() {
|
|
631
629
|
}
|
|
632
630
|
|
|
633
|
-
class PutIdentityPolicyCommand extends
|
|
631
|
+
class PutIdentityPolicyCommand extends client.Command
|
|
634
632
|
.classBuilder()
|
|
635
633
|
.ep(commonParams)
|
|
636
634
|
.m(function (Command, cs, config, o) {
|
|
637
|
-
return [
|
|
635
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
638
636
|
})
|
|
639
637
|
.s("SimpleEmailService", "PutIdentityPolicy", {})
|
|
640
638
|
.n("SESClient", "PutIdentityPolicyCommand")
|
|
@@ -642,11 +640,11 @@ class PutIdentityPolicyCommand extends smithyClient.Command
|
|
|
642
640
|
.build() {
|
|
643
641
|
}
|
|
644
642
|
|
|
645
|
-
class ReorderReceiptRuleSetCommand extends
|
|
643
|
+
class ReorderReceiptRuleSetCommand extends client.Command
|
|
646
644
|
.classBuilder()
|
|
647
645
|
.ep(commonParams)
|
|
648
646
|
.m(function (Command, cs, config, o) {
|
|
649
|
-
return [
|
|
647
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
650
648
|
})
|
|
651
649
|
.s("SimpleEmailService", "ReorderReceiptRuleSet", {})
|
|
652
650
|
.n("SESClient", "ReorderReceiptRuleSetCommand")
|
|
@@ -654,11 +652,11 @@ class ReorderReceiptRuleSetCommand extends smithyClient.Command
|
|
|
654
652
|
.build() {
|
|
655
653
|
}
|
|
656
654
|
|
|
657
|
-
class SendBounceCommand extends
|
|
655
|
+
class SendBounceCommand extends client.Command
|
|
658
656
|
.classBuilder()
|
|
659
657
|
.ep(commonParams)
|
|
660
658
|
.m(function (Command, cs, config, o) {
|
|
661
|
-
return [
|
|
659
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
662
660
|
})
|
|
663
661
|
.s("SimpleEmailService", "SendBounce", {})
|
|
664
662
|
.n("SESClient", "SendBounceCommand")
|
|
@@ -666,11 +664,11 @@ class SendBounceCommand extends smithyClient.Command
|
|
|
666
664
|
.build() {
|
|
667
665
|
}
|
|
668
666
|
|
|
669
|
-
class SendBulkTemplatedEmailCommand extends
|
|
667
|
+
class SendBulkTemplatedEmailCommand extends client.Command
|
|
670
668
|
.classBuilder()
|
|
671
669
|
.ep(commonParams)
|
|
672
670
|
.m(function (Command, cs, config, o) {
|
|
673
|
-
return [
|
|
671
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
674
672
|
})
|
|
675
673
|
.s("SimpleEmailService", "SendBulkTemplatedEmail", {})
|
|
676
674
|
.n("SESClient", "SendBulkTemplatedEmailCommand")
|
|
@@ -678,11 +676,11 @@ class SendBulkTemplatedEmailCommand extends smithyClient.Command
|
|
|
678
676
|
.build() {
|
|
679
677
|
}
|
|
680
678
|
|
|
681
|
-
class SendCustomVerificationEmailCommand extends
|
|
679
|
+
class SendCustomVerificationEmailCommand extends client.Command
|
|
682
680
|
.classBuilder()
|
|
683
681
|
.ep(commonParams)
|
|
684
682
|
.m(function (Command, cs, config, o) {
|
|
685
|
-
return [
|
|
683
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
686
684
|
})
|
|
687
685
|
.s("SimpleEmailService", "SendCustomVerificationEmail", {})
|
|
688
686
|
.n("SESClient", "SendCustomVerificationEmailCommand")
|
|
@@ -690,11 +688,11 @@ class SendCustomVerificationEmailCommand extends smithyClient.Command
|
|
|
690
688
|
.build() {
|
|
691
689
|
}
|
|
692
690
|
|
|
693
|
-
class SendEmailCommand extends
|
|
691
|
+
class SendEmailCommand extends client.Command
|
|
694
692
|
.classBuilder()
|
|
695
693
|
.ep(commonParams)
|
|
696
694
|
.m(function (Command, cs, config, o) {
|
|
697
|
-
return [
|
|
695
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
698
696
|
})
|
|
699
697
|
.s("SimpleEmailService", "SendEmail", {})
|
|
700
698
|
.n("SESClient", "SendEmailCommand")
|
|
@@ -702,11 +700,11 @@ class SendEmailCommand extends smithyClient.Command
|
|
|
702
700
|
.build() {
|
|
703
701
|
}
|
|
704
702
|
|
|
705
|
-
class SendRawEmailCommand extends
|
|
703
|
+
class SendRawEmailCommand extends client.Command
|
|
706
704
|
.classBuilder()
|
|
707
705
|
.ep(commonParams)
|
|
708
706
|
.m(function (Command, cs, config, o) {
|
|
709
|
-
return [
|
|
707
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
710
708
|
})
|
|
711
709
|
.s("SimpleEmailService", "SendRawEmail", {})
|
|
712
710
|
.n("SESClient", "SendRawEmailCommand")
|
|
@@ -714,11 +712,11 @@ class SendRawEmailCommand extends smithyClient.Command
|
|
|
714
712
|
.build() {
|
|
715
713
|
}
|
|
716
714
|
|
|
717
|
-
class SendTemplatedEmailCommand extends
|
|
715
|
+
class SendTemplatedEmailCommand extends client.Command
|
|
718
716
|
.classBuilder()
|
|
719
717
|
.ep(commonParams)
|
|
720
718
|
.m(function (Command, cs, config, o) {
|
|
721
|
-
return [
|
|
719
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
722
720
|
})
|
|
723
721
|
.s("SimpleEmailService", "SendTemplatedEmail", {})
|
|
724
722
|
.n("SESClient", "SendTemplatedEmailCommand")
|
|
@@ -726,11 +724,11 @@ class SendTemplatedEmailCommand extends smithyClient.Command
|
|
|
726
724
|
.build() {
|
|
727
725
|
}
|
|
728
726
|
|
|
729
|
-
class SetActiveReceiptRuleSetCommand extends
|
|
727
|
+
class SetActiveReceiptRuleSetCommand extends client.Command
|
|
730
728
|
.classBuilder()
|
|
731
729
|
.ep(commonParams)
|
|
732
730
|
.m(function (Command, cs, config, o) {
|
|
733
|
-
return [
|
|
731
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
734
732
|
})
|
|
735
733
|
.s("SimpleEmailService", "SetActiveReceiptRuleSet", {})
|
|
736
734
|
.n("SESClient", "SetActiveReceiptRuleSetCommand")
|
|
@@ -738,11 +736,11 @@ class SetActiveReceiptRuleSetCommand extends smithyClient.Command
|
|
|
738
736
|
.build() {
|
|
739
737
|
}
|
|
740
738
|
|
|
741
|
-
class SetIdentityDkimEnabledCommand extends
|
|
739
|
+
class SetIdentityDkimEnabledCommand extends client.Command
|
|
742
740
|
.classBuilder()
|
|
743
741
|
.ep(commonParams)
|
|
744
742
|
.m(function (Command, cs, config, o) {
|
|
745
|
-
return [
|
|
743
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
746
744
|
})
|
|
747
745
|
.s("SimpleEmailService", "SetIdentityDkimEnabled", {})
|
|
748
746
|
.n("SESClient", "SetIdentityDkimEnabledCommand")
|
|
@@ -750,11 +748,11 @@ class SetIdentityDkimEnabledCommand extends smithyClient.Command
|
|
|
750
748
|
.build() {
|
|
751
749
|
}
|
|
752
750
|
|
|
753
|
-
class SetIdentityFeedbackForwardingEnabledCommand extends
|
|
751
|
+
class SetIdentityFeedbackForwardingEnabledCommand extends client.Command
|
|
754
752
|
.classBuilder()
|
|
755
753
|
.ep(commonParams)
|
|
756
754
|
.m(function (Command, cs, config, o) {
|
|
757
|
-
return [
|
|
755
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
758
756
|
})
|
|
759
757
|
.s("SimpleEmailService", "SetIdentityFeedbackForwardingEnabled", {})
|
|
760
758
|
.n("SESClient", "SetIdentityFeedbackForwardingEnabledCommand")
|
|
@@ -762,11 +760,11 @@ class SetIdentityFeedbackForwardingEnabledCommand extends smithyClient.Command
|
|
|
762
760
|
.build() {
|
|
763
761
|
}
|
|
764
762
|
|
|
765
|
-
class SetIdentityHeadersInNotificationsEnabledCommand extends
|
|
763
|
+
class SetIdentityHeadersInNotificationsEnabledCommand extends client.Command
|
|
766
764
|
.classBuilder()
|
|
767
765
|
.ep(commonParams)
|
|
768
766
|
.m(function (Command, cs, config, o) {
|
|
769
|
-
return [
|
|
767
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
770
768
|
})
|
|
771
769
|
.s("SimpleEmailService", "SetIdentityHeadersInNotificationsEnabled", {})
|
|
772
770
|
.n("SESClient", "SetIdentityHeadersInNotificationsEnabledCommand")
|
|
@@ -774,11 +772,11 @@ class SetIdentityHeadersInNotificationsEnabledCommand extends smithyClient.Comma
|
|
|
774
772
|
.build() {
|
|
775
773
|
}
|
|
776
774
|
|
|
777
|
-
class SetIdentityMailFromDomainCommand extends
|
|
775
|
+
class SetIdentityMailFromDomainCommand extends client.Command
|
|
778
776
|
.classBuilder()
|
|
779
777
|
.ep(commonParams)
|
|
780
778
|
.m(function (Command, cs, config, o) {
|
|
781
|
-
return [
|
|
779
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
782
780
|
})
|
|
783
781
|
.s("SimpleEmailService", "SetIdentityMailFromDomain", {})
|
|
784
782
|
.n("SESClient", "SetIdentityMailFromDomainCommand")
|
|
@@ -786,11 +784,11 @@ class SetIdentityMailFromDomainCommand extends smithyClient.Command
|
|
|
786
784
|
.build() {
|
|
787
785
|
}
|
|
788
786
|
|
|
789
|
-
class SetIdentityNotificationTopicCommand extends
|
|
787
|
+
class SetIdentityNotificationTopicCommand extends client.Command
|
|
790
788
|
.classBuilder()
|
|
791
789
|
.ep(commonParams)
|
|
792
790
|
.m(function (Command, cs, config, o) {
|
|
793
|
-
return [
|
|
791
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
794
792
|
})
|
|
795
793
|
.s("SimpleEmailService", "SetIdentityNotificationTopic", {})
|
|
796
794
|
.n("SESClient", "SetIdentityNotificationTopicCommand")
|
|
@@ -798,11 +796,11 @@ class SetIdentityNotificationTopicCommand extends smithyClient.Command
|
|
|
798
796
|
.build() {
|
|
799
797
|
}
|
|
800
798
|
|
|
801
|
-
class SetReceiptRulePositionCommand extends
|
|
799
|
+
class SetReceiptRulePositionCommand extends client.Command
|
|
802
800
|
.classBuilder()
|
|
803
801
|
.ep(commonParams)
|
|
804
802
|
.m(function (Command, cs, config, o) {
|
|
805
|
-
return [
|
|
803
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
806
804
|
})
|
|
807
805
|
.s("SimpleEmailService", "SetReceiptRulePosition", {})
|
|
808
806
|
.n("SESClient", "SetReceiptRulePositionCommand")
|
|
@@ -810,11 +808,11 @@ class SetReceiptRulePositionCommand extends smithyClient.Command
|
|
|
810
808
|
.build() {
|
|
811
809
|
}
|
|
812
810
|
|
|
813
|
-
class TestRenderTemplateCommand extends
|
|
811
|
+
class TestRenderTemplateCommand extends client.Command
|
|
814
812
|
.classBuilder()
|
|
815
813
|
.ep(commonParams)
|
|
816
814
|
.m(function (Command, cs, config, o) {
|
|
817
|
-
return [
|
|
815
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
818
816
|
})
|
|
819
817
|
.s("SimpleEmailService", "TestRenderTemplate", {})
|
|
820
818
|
.n("SESClient", "TestRenderTemplateCommand")
|
|
@@ -822,11 +820,11 @@ class TestRenderTemplateCommand extends smithyClient.Command
|
|
|
822
820
|
.build() {
|
|
823
821
|
}
|
|
824
822
|
|
|
825
|
-
class UpdateAccountSendingEnabledCommand extends
|
|
823
|
+
class UpdateAccountSendingEnabledCommand extends client.Command
|
|
826
824
|
.classBuilder()
|
|
827
825
|
.ep(commonParams)
|
|
828
826
|
.m(function (Command, cs, config, o) {
|
|
829
|
-
return [
|
|
827
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
830
828
|
})
|
|
831
829
|
.s("SimpleEmailService", "UpdateAccountSendingEnabled", {})
|
|
832
830
|
.n("SESClient", "UpdateAccountSendingEnabledCommand")
|
|
@@ -834,11 +832,11 @@ class UpdateAccountSendingEnabledCommand extends smithyClient.Command
|
|
|
834
832
|
.build() {
|
|
835
833
|
}
|
|
836
834
|
|
|
837
|
-
class UpdateConfigurationSetEventDestinationCommand extends
|
|
835
|
+
class UpdateConfigurationSetEventDestinationCommand extends client.Command
|
|
838
836
|
.classBuilder()
|
|
839
837
|
.ep(commonParams)
|
|
840
838
|
.m(function (Command, cs, config, o) {
|
|
841
|
-
return [
|
|
839
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
842
840
|
})
|
|
843
841
|
.s("SimpleEmailService", "UpdateConfigurationSetEventDestination", {})
|
|
844
842
|
.n("SESClient", "UpdateConfigurationSetEventDestinationCommand")
|
|
@@ -846,11 +844,11 @@ class UpdateConfigurationSetEventDestinationCommand extends smithyClient.Command
|
|
|
846
844
|
.build() {
|
|
847
845
|
}
|
|
848
846
|
|
|
849
|
-
class UpdateConfigurationSetReputationMetricsEnabledCommand extends
|
|
847
|
+
class UpdateConfigurationSetReputationMetricsEnabledCommand extends client.Command
|
|
850
848
|
.classBuilder()
|
|
851
849
|
.ep(commonParams)
|
|
852
850
|
.m(function (Command, cs, config, o) {
|
|
853
|
-
return [
|
|
851
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
854
852
|
})
|
|
855
853
|
.s("SimpleEmailService", "UpdateConfigurationSetReputationMetricsEnabled", {})
|
|
856
854
|
.n("SESClient", "UpdateConfigurationSetReputationMetricsEnabledCommand")
|
|
@@ -858,11 +856,11 @@ class UpdateConfigurationSetReputationMetricsEnabledCommand extends smithyClient
|
|
|
858
856
|
.build() {
|
|
859
857
|
}
|
|
860
858
|
|
|
861
|
-
class UpdateConfigurationSetSendingEnabledCommand extends
|
|
859
|
+
class UpdateConfigurationSetSendingEnabledCommand extends client.Command
|
|
862
860
|
.classBuilder()
|
|
863
861
|
.ep(commonParams)
|
|
864
862
|
.m(function (Command, cs, config, o) {
|
|
865
|
-
return [
|
|
863
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
866
864
|
})
|
|
867
865
|
.s("SimpleEmailService", "UpdateConfigurationSetSendingEnabled", {})
|
|
868
866
|
.n("SESClient", "UpdateConfigurationSetSendingEnabledCommand")
|
|
@@ -870,11 +868,11 @@ class UpdateConfigurationSetSendingEnabledCommand extends smithyClient.Command
|
|
|
870
868
|
.build() {
|
|
871
869
|
}
|
|
872
870
|
|
|
873
|
-
class UpdateConfigurationSetTrackingOptionsCommand extends
|
|
871
|
+
class UpdateConfigurationSetTrackingOptionsCommand extends client.Command
|
|
874
872
|
.classBuilder()
|
|
875
873
|
.ep(commonParams)
|
|
876
874
|
.m(function (Command, cs, config, o) {
|
|
877
|
-
return [
|
|
875
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
878
876
|
})
|
|
879
877
|
.s("SimpleEmailService", "UpdateConfigurationSetTrackingOptions", {})
|
|
880
878
|
.n("SESClient", "UpdateConfigurationSetTrackingOptionsCommand")
|
|
@@ -882,11 +880,11 @@ class UpdateConfigurationSetTrackingOptionsCommand extends smithyClient.Command
|
|
|
882
880
|
.build() {
|
|
883
881
|
}
|
|
884
882
|
|
|
885
|
-
class UpdateCustomVerificationEmailTemplateCommand extends
|
|
883
|
+
class UpdateCustomVerificationEmailTemplateCommand extends client.Command
|
|
886
884
|
.classBuilder()
|
|
887
885
|
.ep(commonParams)
|
|
888
886
|
.m(function (Command, cs, config, o) {
|
|
889
|
-
return [
|
|
887
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
890
888
|
})
|
|
891
889
|
.s("SimpleEmailService", "UpdateCustomVerificationEmailTemplate", {})
|
|
892
890
|
.n("SESClient", "UpdateCustomVerificationEmailTemplateCommand")
|
|
@@ -894,11 +892,11 @@ class UpdateCustomVerificationEmailTemplateCommand extends smithyClient.Command
|
|
|
894
892
|
.build() {
|
|
895
893
|
}
|
|
896
894
|
|
|
897
|
-
class UpdateReceiptRuleCommand extends
|
|
895
|
+
class UpdateReceiptRuleCommand extends client.Command
|
|
898
896
|
.classBuilder()
|
|
899
897
|
.ep(commonParams)
|
|
900
898
|
.m(function (Command, cs, config, o) {
|
|
901
|
-
return [
|
|
899
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
902
900
|
})
|
|
903
901
|
.s("SimpleEmailService", "UpdateReceiptRule", {})
|
|
904
902
|
.n("SESClient", "UpdateReceiptRuleCommand")
|
|
@@ -906,11 +904,11 @@ class UpdateReceiptRuleCommand extends smithyClient.Command
|
|
|
906
904
|
.build() {
|
|
907
905
|
}
|
|
908
906
|
|
|
909
|
-
class UpdateTemplateCommand extends
|
|
907
|
+
class UpdateTemplateCommand extends client.Command
|
|
910
908
|
.classBuilder()
|
|
911
909
|
.ep(commonParams)
|
|
912
910
|
.m(function (Command, cs, config, o) {
|
|
913
|
-
return [
|
|
911
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
914
912
|
})
|
|
915
913
|
.s("SimpleEmailService", "UpdateTemplate", {})
|
|
916
914
|
.n("SESClient", "UpdateTemplateCommand")
|
|
@@ -918,11 +916,11 @@ class UpdateTemplateCommand extends smithyClient.Command
|
|
|
918
916
|
.build() {
|
|
919
917
|
}
|
|
920
918
|
|
|
921
|
-
class VerifyDomainDkimCommand extends
|
|
919
|
+
class VerifyDomainDkimCommand extends client.Command
|
|
922
920
|
.classBuilder()
|
|
923
921
|
.ep(commonParams)
|
|
924
922
|
.m(function (Command, cs, config, o) {
|
|
925
|
-
return [
|
|
923
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
926
924
|
})
|
|
927
925
|
.s("SimpleEmailService", "VerifyDomainDkim", {})
|
|
928
926
|
.n("SESClient", "VerifyDomainDkimCommand")
|
|
@@ -930,11 +928,11 @@ class VerifyDomainDkimCommand extends smithyClient.Command
|
|
|
930
928
|
.build() {
|
|
931
929
|
}
|
|
932
930
|
|
|
933
|
-
class VerifyDomainIdentityCommand extends
|
|
931
|
+
class VerifyDomainIdentityCommand extends client.Command
|
|
934
932
|
.classBuilder()
|
|
935
933
|
.ep(commonParams)
|
|
936
934
|
.m(function (Command, cs, config, o) {
|
|
937
|
-
return [
|
|
935
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
938
936
|
})
|
|
939
937
|
.s("SimpleEmailService", "VerifyDomainIdentity", {})
|
|
940
938
|
.n("SESClient", "VerifyDomainIdentityCommand")
|
|
@@ -942,11 +940,11 @@ class VerifyDomainIdentityCommand extends smithyClient.Command
|
|
|
942
940
|
.build() {
|
|
943
941
|
}
|
|
944
942
|
|
|
945
|
-
class VerifyEmailAddressCommand extends
|
|
943
|
+
class VerifyEmailAddressCommand extends client.Command
|
|
946
944
|
.classBuilder()
|
|
947
945
|
.ep(commonParams)
|
|
948
946
|
.m(function (Command, cs, config, o) {
|
|
949
|
-
return [
|
|
947
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
950
948
|
})
|
|
951
949
|
.s("SimpleEmailService", "VerifyEmailAddress", {})
|
|
952
950
|
.n("SESClient", "VerifyEmailAddressCommand")
|
|
@@ -954,11 +952,11 @@ class VerifyEmailAddressCommand extends smithyClient.Command
|
|
|
954
952
|
.build() {
|
|
955
953
|
}
|
|
956
954
|
|
|
957
|
-
class VerifyEmailIdentityCommand extends
|
|
955
|
+
class VerifyEmailIdentityCommand extends client.Command
|
|
958
956
|
.classBuilder()
|
|
959
957
|
.ep(commonParams)
|
|
960
958
|
.m(function (Command, cs, config, o) {
|
|
961
|
-
return [
|
|
959
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
962
960
|
})
|
|
963
961
|
.s("SimpleEmailService", "VerifyEmailIdentity", {})
|
|
964
962
|
.n("SESClient", "VerifyEmailIdentityCommand")
|
|
@@ -970,10 +968,10 @@ const paginateListCustomVerificationEmailTemplates = core.createPaginator(SESCli
|
|
|
970
968
|
|
|
971
969
|
const paginateListIdentities = core.createPaginator(SESClient, ListIdentitiesCommand, "NextToken", "NextToken", "MaxItems");
|
|
972
970
|
|
|
973
|
-
const checkState = async (client, input) => {
|
|
971
|
+
const checkState = async (client$1, input) => {
|
|
974
972
|
let reason;
|
|
975
973
|
try {
|
|
976
|
-
let result = await client.send(new GetIdentityVerificationAttributesCommand(input));
|
|
974
|
+
let result = await client$1.send(new GetIdentityVerificationAttributesCommand(input));
|
|
977
975
|
reason = result;
|
|
978
976
|
try {
|
|
979
977
|
const returnComparator = () => {
|
|
@@ -987,7 +985,7 @@ const checkState = async (client, input) => {
|
|
|
987
985
|
allStringEq_4 = allStringEq_4 && (element_3 == "Success");
|
|
988
986
|
}
|
|
989
987
|
if (allStringEq_4) {
|
|
990
|
-
return { state:
|
|
988
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
991
989
|
}
|
|
992
990
|
}
|
|
993
991
|
catch (e) { }
|
|
@@ -995,16 +993,16 @@ const checkState = async (client, input) => {
|
|
|
995
993
|
catch (exception) {
|
|
996
994
|
reason = exception;
|
|
997
995
|
}
|
|
998
|
-
return { state:
|
|
996
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
999
997
|
};
|
|
1000
998
|
const waitForIdentityExists = async (params, input) => {
|
|
1001
999
|
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
1002
|
-
return
|
|
1000
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
1003
1001
|
};
|
|
1004
1002
|
const waitUntilIdentityExists = async (params, input) => {
|
|
1005
1003
|
const serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
1006
|
-
const result = await
|
|
1007
|
-
return
|
|
1004
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
1005
|
+
return client.checkExceptions(result);
|
|
1008
1006
|
};
|
|
1009
1007
|
|
|
1010
1008
|
const commands = {
|
|
@@ -1089,7 +1087,7 @@ const waiters = {
|
|
|
1089
1087
|
};
|
|
1090
1088
|
class SES extends SESClient {
|
|
1091
1089
|
}
|
|
1092
|
-
|
|
1090
|
+
client.createAggregatedClient(commands, SES, { paginators, waiters });
|
|
1093
1091
|
|
|
1094
1092
|
const BehaviorOnMXFailure = {
|
|
1095
1093
|
RejectMessage: "RejectMessage",
|
|
@@ -1189,8 +1187,8 @@ const NotificationType = {
|
|
|
1189
1187
|
Delivery: "Delivery",
|
|
1190
1188
|
};
|
|
1191
1189
|
|
|
1192
|
-
exports.$Command =
|
|
1193
|
-
exports.__Client =
|
|
1190
|
+
exports.$Command = client.Command;
|
|
1191
|
+
exports.__Client = client.Client;
|
|
1194
1192
|
exports.SESServiceException = SESServiceException.SESServiceException;
|
|
1195
1193
|
exports.BehaviorOnMXFailure = BehaviorOnMXFailure;
|
|
1196
1194
|
exports.BounceType = BounceType;
|