@aws-sdk/client-ses 3.1076.0 → 3.1078.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/index.js +222 -855
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CloneReceiptRuleSetCommand.js +2 -14
- package/dist-es/commands/CreateConfigurationSetCommand.js +2 -14
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +2 -14
- package/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +2 -14
- package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +2 -14
- package/dist-es/commands/CreateReceiptFilterCommand.js +2 -14
- package/dist-es/commands/CreateReceiptRuleCommand.js +2 -14
- package/dist-es/commands/CreateReceiptRuleSetCommand.js +2 -14
- package/dist-es/commands/CreateTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteConfigurationSetCommand.js +2 -14
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +2 -14
- package/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +2 -14
- package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteIdentityCommand.js +2 -14
- package/dist-es/commands/DeleteIdentityPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteReceiptFilterCommand.js +2 -14
- package/dist-es/commands/DeleteReceiptRuleCommand.js +2 -14
- package/dist-es/commands/DeleteReceiptRuleSetCommand.js +2 -14
- package/dist-es/commands/DeleteTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +2 -14
- package/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +2 -14
- package/dist-es/commands/DescribeConfigurationSetCommand.js +2 -14
- package/dist-es/commands/DescribeReceiptRuleCommand.js +2 -14
- package/dist-es/commands/DescribeReceiptRuleSetCommand.js +2 -14
- package/dist-es/commands/GetAccountSendingEnabledCommand.js +2 -14
- package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +2 -14
- package/dist-es/commands/GetIdentityDkimAttributesCommand.js +2 -14
- package/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +2 -14
- package/dist-es/commands/GetIdentityNotificationAttributesCommand.js +2 -14
- package/dist-es/commands/GetIdentityPoliciesCommand.js +2 -14
- package/dist-es/commands/GetIdentityVerificationAttributesCommand.js +2 -14
- package/dist-es/commands/GetSendQuotaCommand.js +2 -14
- package/dist-es/commands/GetSendStatisticsCommand.js +2 -14
- package/dist-es/commands/GetTemplateCommand.js +2 -14
- package/dist-es/commands/ListConfigurationSetsCommand.js +2 -14
- package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +2 -14
- package/dist-es/commands/ListIdentitiesCommand.js +2 -14
- package/dist-es/commands/ListIdentityPoliciesCommand.js +2 -14
- package/dist-es/commands/ListReceiptFiltersCommand.js +2 -14
- package/dist-es/commands/ListReceiptRuleSetsCommand.js +2 -14
- package/dist-es/commands/ListTemplatesCommand.js +2 -14
- package/dist-es/commands/ListVerifiedEmailAddressesCommand.js +2 -14
- package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +2 -14
- package/dist-es/commands/PutIdentityPolicyCommand.js +2 -14
- package/dist-es/commands/ReorderReceiptRuleSetCommand.js +2 -14
- package/dist-es/commands/SendBounceCommand.js +2 -14
- package/dist-es/commands/SendBulkTemplatedEmailCommand.js +2 -14
- package/dist-es/commands/SendCustomVerificationEmailCommand.js +2 -14
- package/dist-es/commands/SendEmailCommand.js +2 -14
- package/dist-es/commands/SendRawEmailCommand.js +2 -14
- package/dist-es/commands/SendTemplatedEmailCommand.js +2 -14
- package/dist-es/commands/SetActiveReceiptRuleSetCommand.js +2 -14
- package/dist-es/commands/SetIdentityDkimEnabledCommand.js +2 -14
- package/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +2 -14
- package/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +2 -14
- package/dist-es/commands/SetIdentityMailFromDomainCommand.js +2 -14
- package/dist-es/commands/SetIdentityNotificationTopicCommand.js +2 -14
- package/dist-es/commands/SetReceiptRulePositionCommand.js +2 -14
- package/dist-es/commands/TestRenderTemplateCommand.js +2 -14
- package/dist-es/commands/UpdateAccountSendingEnabledCommand.js +2 -14
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +2 -14
- package/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +2 -14
- package/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +2 -14
- package/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +2 -14
- package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +2 -14
- package/dist-es/commands/UpdateReceiptRuleCommand.js +2 -14
- package/dist-es/commands/UpdateTemplateCommand.js +2 -14
- package/dist-es/commands/VerifyDomainDkimCommand.js +2 -14
- package/dist-es/commands/VerifyDomainIdentityCommand.js +2 -14
- package/dist-es/commands/VerifyEmailAddressCommand.js +2 -14
- package/dist-es/commands/VerifyEmailIdentityCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +3 -8
- package/dist-types/commands/CreateReceiptFilterCommand.d.ts +3 -8
- package/dist-types/commands/CreateReceiptRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIdentityCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +3 -8
- package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +3 -8
- package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +3 -8
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +3 -8
- package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +3 -8
- package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +3 -8
- package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +3 -8
- package/dist-types/commands/GetSendQuotaCommand.d.ts +3 -8
- package/dist-types/commands/GetSendStatisticsCommand.d.ts +3 -8
- package/dist-types/commands/GetTemplateCommand.d.ts +3 -8
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/ListIdentitiesCommand.d.ts +3 -8
- package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/ListReceiptFiltersCommand.d.ts +3 -8
- package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +3 -8
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +3 -8
- package/dist-types/commands/PutIdentityPolicyCommand.d.ts +3 -8
- package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +3 -8
- package/dist-types/commands/SendBounceCommand.d.ts +3 -8
- package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +3 -8
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +3 -8
- package/dist-types/commands/SendEmailCommand.d.ts +3 -8
- package/dist-types/commands/SendRawEmailCommand.d.ts +3 -8
- package/dist-types/commands/SendTemplatedEmailCommand.d.ts +3 -8
- package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +3 -8
- package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +3 -8
- package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +3 -8
- package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +3 -8
- package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +3 -8
- package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +3 -8
- package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +3 -8
- package/dist-types/commands/TestRenderTemplateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -8
- package/dist-types/commands/VerifyDomainDkimCommand.d.ts +3 -8
- package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +3 -8
- package/dist-types/commands/VerifyEmailAddressCommand.d.ts +3 -8
- package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +9 -11
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsQueryProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultSESHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -2422,6 +2424,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
2422
2424
|
serviceTarget: "SimpleEmailService",
|
|
2423
2425
|
},
|
|
2424
2426
|
serviceId: config?.serviceId ?? "SES",
|
|
2427
|
+
sha256: config?.sha256 ?? Sha256,
|
|
2425
2428
|
urlParser: config?.urlParser ?? parseUrl,
|
|
2426
2429
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
2427
2430
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -2455,7 +2458,6 @@ const getRuntimeConfig = (config) => {
|
|
|
2455
2458
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
2456
2459
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
2457
2460
|
}, config),
|
|
2458
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
2459
2461
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
2460
2462
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
2461
2463
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -2543,856 +2545,221 @@ class SESClient extends Client {
|
|
|
2543
2545
|
}
|
|
2544
2546
|
}
|
|
2545
2547
|
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
}
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
}
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
}
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
}
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
}
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
}
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
}
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
}
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
}
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
}
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
}
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
}
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
}
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
}
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
}
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
}
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
}
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
}
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
class DeleteTemplateCommand extends Command
|
|
2763
|
-
.classBuilder()
|
|
2764
|
-
.ep(commonParams)
|
|
2765
|
-
.m(function (Command, cs, config, o) {
|
|
2766
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2767
|
-
})
|
|
2768
|
-
.s("SimpleEmailService", "DeleteTemplate", {})
|
|
2769
|
-
.n("SESClient", "DeleteTemplateCommand")
|
|
2770
|
-
.sc(DeleteTemplate$)
|
|
2771
|
-
.build() {
|
|
2772
|
-
}
|
|
2773
|
-
|
|
2774
|
-
class DeleteVerifiedEmailAddressCommand extends Command
|
|
2775
|
-
.classBuilder()
|
|
2776
|
-
.ep(commonParams)
|
|
2777
|
-
.m(function (Command, cs, config, o) {
|
|
2778
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2779
|
-
})
|
|
2780
|
-
.s("SimpleEmailService", "DeleteVerifiedEmailAddress", {})
|
|
2781
|
-
.n("SESClient", "DeleteVerifiedEmailAddressCommand")
|
|
2782
|
-
.sc(DeleteVerifiedEmailAddress$)
|
|
2783
|
-
.build() {
|
|
2784
|
-
}
|
|
2785
|
-
|
|
2786
|
-
class DescribeActiveReceiptRuleSetCommand extends Command
|
|
2787
|
-
.classBuilder()
|
|
2788
|
-
.ep(commonParams)
|
|
2789
|
-
.m(function (Command, cs, config, o) {
|
|
2790
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2791
|
-
})
|
|
2792
|
-
.s("SimpleEmailService", "DescribeActiveReceiptRuleSet", {})
|
|
2793
|
-
.n("SESClient", "DescribeActiveReceiptRuleSetCommand")
|
|
2794
|
-
.sc(DescribeActiveReceiptRuleSet$)
|
|
2795
|
-
.build() {
|
|
2796
|
-
}
|
|
2797
|
-
|
|
2798
|
-
class DescribeConfigurationSetCommand extends Command
|
|
2799
|
-
.classBuilder()
|
|
2800
|
-
.ep(commonParams)
|
|
2801
|
-
.m(function (Command, cs, config, o) {
|
|
2802
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2803
|
-
})
|
|
2804
|
-
.s("SimpleEmailService", "DescribeConfigurationSet", {})
|
|
2805
|
-
.n("SESClient", "DescribeConfigurationSetCommand")
|
|
2806
|
-
.sc(DescribeConfigurationSet$)
|
|
2807
|
-
.build() {
|
|
2808
|
-
}
|
|
2809
|
-
|
|
2810
|
-
class DescribeReceiptRuleCommand extends Command
|
|
2811
|
-
.classBuilder()
|
|
2812
|
-
.ep(commonParams)
|
|
2813
|
-
.m(function (Command, cs, config, o) {
|
|
2814
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2815
|
-
})
|
|
2816
|
-
.s("SimpleEmailService", "DescribeReceiptRule", {})
|
|
2817
|
-
.n("SESClient", "DescribeReceiptRuleCommand")
|
|
2818
|
-
.sc(DescribeReceiptRule$)
|
|
2819
|
-
.build() {
|
|
2820
|
-
}
|
|
2821
|
-
|
|
2822
|
-
class DescribeReceiptRuleSetCommand extends Command
|
|
2823
|
-
.classBuilder()
|
|
2824
|
-
.ep(commonParams)
|
|
2825
|
-
.m(function (Command, cs, config, o) {
|
|
2826
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2827
|
-
})
|
|
2828
|
-
.s("SimpleEmailService", "DescribeReceiptRuleSet", {})
|
|
2829
|
-
.n("SESClient", "DescribeReceiptRuleSetCommand")
|
|
2830
|
-
.sc(DescribeReceiptRuleSet$)
|
|
2831
|
-
.build() {
|
|
2832
|
-
}
|
|
2833
|
-
|
|
2834
|
-
class GetAccountSendingEnabledCommand extends Command
|
|
2835
|
-
.classBuilder()
|
|
2836
|
-
.ep(commonParams)
|
|
2837
|
-
.m(function (Command, cs, config, o) {
|
|
2838
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2839
|
-
})
|
|
2840
|
-
.s("SimpleEmailService", "GetAccountSendingEnabled", {})
|
|
2841
|
-
.n("SESClient", "GetAccountSendingEnabledCommand")
|
|
2842
|
-
.sc(GetAccountSendingEnabled$)
|
|
2843
|
-
.build() {
|
|
2844
|
-
}
|
|
2845
|
-
|
|
2846
|
-
class GetCustomVerificationEmailTemplateCommand extends Command
|
|
2847
|
-
.classBuilder()
|
|
2848
|
-
.ep(commonParams)
|
|
2849
|
-
.m(function (Command, cs, config, o) {
|
|
2850
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2851
|
-
})
|
|
2852
|
-
.s("SimpleEmailService", "GetCustomVerificationEmailTemplate", {})
|
|
2853
|
-
.n("SESClient", "GetCustomVerificationEmailTemplateCommand")
|
|
2854
|
-
.sc(GetCustomVerificationEmailTemplate$)
|
|
2855
|
-
.build() {
|
|
2856
|
-
}
|
|
2857
|
-
|
|
2858
|
-
class GetIdentityDkimAttributesCommand extends Command
|
|
2859
|
-
.classBuilder()
|
|
2860
|
-
.ep(commonParams)
|
|
2861
|
-
.m(function (Command, cs, config, o) {
|
|
2862
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2863
|
-
})
|
|
2864
|
-
.s("SimpleEmailService", "GetIdentityDkimAttributes", {})
|
|
2865
|
-
.n("SESClient", "GetIdentityDkimAttributesCommand")
|
|
2866
|
-
.sc(GetIdentityDkimAttributes$)
|
|
2867
|
-
.build() {
|
|
2868
|
-
}
|
|
2869
|
-
|
|
2870
|
-
class GetIdentityMailFromDomainAttributesCommand extends Command
|
|
2871
|
-
.classBuilder()
|
|
2872
|
-
.ep(commonParams)
|
|
2873
|
-
.m(function (Command, cs, config, o) {
|
|
2874
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2875
|
-
})
|
|
2876
|
-
.s("SimpleEmailService", "GetIdentityMailFromDomainAttributes", {})
|
|
2877
|
-
.n("SESClient", "GetIdentityMailFromDomainAttributesCommand")
|
|
2878
|
-
.sc(GetIdentityMailFromDomainAttributes$)
|
|
2879
|
-
.build() {
|
|
2880
|
-
}
|
|
2881
|
-
|
|
2882
|
-
class GetIdentityNotificationAttributesCommand extends Command
|
|
2883
|
-
.classBuilder()
|
|
2884
|
-
.ep(commonParams)
|
|
2885
|
-
.m(function (Command, cs, config, o) {
|
|
2886
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2887
|
-
})
|
|
2888
|
-
.s("SimpleEmailService", "GetIdentityNotificationAttributes", {})
|
|
2889
|
-
.n("SESClient", "GetIdentityNotificationAttributesCommand")
|
|
2890
|
-
.sc(GetIdentityNotificationAttributes$)
|
|
2891
|
-
.build() {
|
|
2892
|
-
}
|
|
2893
|
-
|
|
2894
|
-
class GetIdentityPoliciesCommand extends Command
|
|
2895
|
-
.classBuilder()
|
|
2896
|
-
.ep(commonParams)
|
|
2897
|
-
.m(function (Command, cs, config, o) {
|
|
2898
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2899
|
-
})
|
|
2900
|
-
.s("SimpleEmailService", "GetIdentityPolicies", {})
|
|
2901
|
-
.n("SESClient", "GetIdentityPoliciesCommand")
|
|
2902
|
-
.sc(GetIdentityPolicies$)
|
|
2903
|
-
.build() {
|
|
2904
|
-
}
|
|
2905
|
-
|
|
2906
|
-
class GetIdentityVerificationAttributesCommand extends Command
|
|
2907
|
-
.classBuilder()
|
|
2908
|
-
.ep(commonParams)
|
|
2909
|
-
.m(function (Command, cs, config, o) {
|
|
2910
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2911
|
-
})
|
|
2912
|
-
.s("SimpleEmailService", "GetIdentityVerificationAttributes", {})
|
|
2913
|
-
.n("SESClient", "GetIdentityVerificationAttributesCommand")
|
|
2914
|
-
.sc(GetIdentityVerificationAttributes$)
|
|
2915
|
-
.build() {
|
|
2916
|
-
}
|
|
2917
|
-
|
|
2918
|
-
class GetSendQuotaCommand extends Command
|
|
2919
|
-
.classBuilder()
|
|
2920
|
-
.ep(commonParams)
|
|
2921
|
-
.m(function (Command, cs, config, o) {
|
|
2922
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2923
|
-
})
|
|
2924
|
-
.s("SimpleEmailService", "GetSendQuota", {})
|
|
2925
|
-
.n("SESClient", "GetSendQuotaCommand")
|
|
2926
|
-
.sc(GetSendQuota$)
|
|
2927
|
-
.build() {
|
|
2928
|
-
}
|
|
2929
|
-
|
|
2930
|
-
class GetSendStatisticsCommand extends Command
|
|
2931
|
-
.classBuilder()
|
|
2932
|
-
.ep(commonParams)
|
|
2933
|
-
.m(function (Command, cs, config, o) {
|
|
2934
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2935
|
-
})
|
|
2936
|
-
.s("SimpleEmailService", "GetSendStatistics", {})
|
|
2937
|
-
.n("SESClient", "GetSendStatisticsCommand")
|
|
2938
|
-
.sc(GetSendStatistics$)
|
|
2939
|
-
.build() {
|
|
2940
|
-
}
|
|
2941
|
-
|
|
2942
|
-
class GetTemplateCommand extends Command
|
|
2943
|
-
.classBuilder()
|
|
2944
|
-
.ep(commonParams)
|
|
2945
|
-
.m(function (Command, cs, config, o) {
|
|
2946
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2947
|
-
})
|
|
2948
|
-
.s("SimpleEmailService", "GetTemplate", {})
|
|
2949
|
-
.n("SESClient", "GetTemplateCommand")
|
|
2950
|
-
.sc(GetTemplate$)
|
|
2951
|
-
.build() {
|
|
2952
|
-
}
|
|
2953
|
-
|
|
2954
|
-
class ListConfigurationSetsCommand extends Command
|
|
2955
|
-
.classBuilder()
|
|
2956
|
-
.ep(commonParams)
|
|
2957
|
-
.m(function (Command, cs, config, o) {
|
|
2958
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2959
|
-
})
|
|
2960
|
-
.s("SimpleEmailService", "ListConfigurationSets", {})
|
|
2961
|
-
.n("SESClient", "ListConfigurationSetsCommand")
|
|
2962
|
-
.sc(ListConfigurationSets$)
|
|
2963
|
-
.build() {
|
|
2964
|
-
}
|
|
2965
|
-
|
|
2966
|
-
class ListCustomVerificationEmailTemplatesCommand extends Command
|
|
2967
|
-
.classBuilder()
|
|
2968
|
-
.ep(commonParams)
|
|
2969
|
-
.m(function (Command, cs, config, o) {
|
|
2970
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2971
|
-
})
|
|
2972
|
-
.s("SimpleEmailService", "ListCustomVerificationEmailTemplates", {})
|
|
2973
|
-
.n("SESClient", "ListCustomVerificationEmailTemplatesCommand")
|
|
2974
|
-
.sc(ListCustomVerificationEmailTemplates$)
|
|
2975
|
-
.build() {
|
|
2976
|
-
}
|
|
2977
|
-
|
|
2978
|
-
class ListIdentitiesCommand extends Command
|
|
2979
|
-
.classBuilder()
|
|
2980
|
-
.ep(commonParams)
|
|
2981
|
-
.m(function (Command, cs, config, o) {
|
|
2982
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2983
|
-
})
|
|
2984
|
-
.s("SimpleEmailService", "ListIdentities", {})
|
|
2985
|
-
.n("SESClient", "ListIdentitiesCommand")
|
|
2986
|
-
.sc(ListIdentities$)
|
|
2987
|
-
.build() {
|
|
2988
|
-
}
|
|
2989
|
-
|
|
2990
|
-
class ListIdentityPoliciesCommand extends Command
|
|
2991
|
-
.classBuilder()
|
|
2992
|
-
.ep(commonParams)
|
|
2993
|
-
.m(function (Command, cs, config, o) {
|
|
2994
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2995
|
-
})
|
|
2996
|
-
.s("SimpleEmailService", "ListIdentityPolicies", {})
|
|
2997
|
-
.n("SESClient", "ListIdentityPoliciesCommand")
|
|
2998
|
-
.sc(ListIdentityPolicies$)
|
|
2999
|
-
.build() {
|
|
3000
|
-
}
|
|
3001
|
-
|
|
3002
|
-
class ListReceiptFiltersCommand extends Command
|
|
3003
|
-
.classBuilder()
|
|
3004
|
-
.ep(commonParams)
|
|
3005
|
-
.m(function (Command, cs, config, o) {
|
|
3006
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3007
|
-
})
|
|
3008
|
-
.s("SimpleEmailService", "ListReceiptFilters", {})
|
|
3009
|
-
.n("SESClient", "ListReceiptFiltersCommand")
|
|
3010
|
-
.sc(ListReceiptFilters$)
|
|
3011
|
-
.build() {
|
|
3012
|
-
}
|
|
3013
|
-
|
|
3014
|
-
class ListReceiptRuleSetsCommand extends Command
|
|
3015
|
-
.classBuilder()
|
|
3016
|
-
.ep(commonParams)
|
|
3017
|
-
.m(function (Command, cs, config, o) {
|
|
3018
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3019
|
-
})
|
|
3020
|
-
.s("SimpleEmailService", "ListReceiptRuleSets", {})
|
|
3021
|
-
.n("SESClient", "ListReceiptRuleSetsCommand")
|
|
3022
|
-
.sc(ListReceiptRuleSets$)
|
|
3023
|
-
.build() {
|
|
3024
|
-
}
|
|
3025
|
-
|
|
3026
|
-
class ListTemplatesCommand extends Command
|
|
3027
|
-
.classBuilder()
|
|
3028
|
-
.ep(commonParams)
|
|
3029
|
-
.m(function (Command, cs, config, o) {
|
|
3030
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3031
|
-
})
|
|
3032
|
-
.s("SimpleEmailService", "ListTemplates", {})
|
|
3033
|
-
.n("SESClient", "ListTemplatesCommand")
|
|
3034
|
-
.sc(ListTemplates$)
|
|
3035
|
-
.build() {
|
|
3036
|
-
}
|
|
3037
|
-
|
|
3038
|
-
class ListVerifiedEmailAddressesCommand extends Command
|
|
3039
|
-
.classBuilder()
|
|
3040
|
-
.ep(commonParams)
|
|
3041
|
-
.m(function (Command, cs, config, o) {
|
|
3042
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3043
|
-
})
|
|
3044
|
-
.s("SimpleEmailService", "ListVerifiedEmailAddresses", {})
|
|
3045
|
-
.n("SESClient", "ListVerifiedEmailAddressesCommand")
|
|
3046
|
-
.sc(ListVerifiedEmailAddresses$)
|
|
3047
|
-
.build() {
|
|
3048
|
-
}
|
|
3049
|
-
|
|
3050
|
-
class PutConfigurationSetDeliveryOptionsCommand extends Command
|
|
3051
|
-
.classBuilder()
|
|
3052
|
-
.ep(commonParams)
|
|
3053
|
-
.m(function (Command, cs, config, o) {
|
|
3054
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3055
|
-
})
|
|
3056
|
-
.s("SimpleEmailService", "PutConfigurationSetDeliveryOptions", {})
|
|
3057
|
-
.n("SESClient", "PutConfigurationSetDeliveryOptionsCommand")
|
|
3058
|
-
.sc(PutConfigurationSetDeliveryOptions$)
|
|
3059
|
-
.build() {
|
|
3060
|
-
}
|
|
3061
|
-
|
|
3062
|
-
class PutIdentityPolicyCommand extends Command
|
|
3063
|
-
.classBuilder()
|
|
3064
|
-
.ep(commonParams)
|
|
3065
|
-
.m(function (Command, cs, config, o) {
|
|
3066
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3067
|
-
})
|
|
3068
|
-
.s("SimpleEmailService", "PutIdentityPolicy", {})
|
|
3069
|
-
.n("SESClient", "PutIdentityPolicyCommand")
|
|
3070
|
-
.sc(PutIdentityPolicy$)
|
|
3071
|
-
.build() {
|
|
3072
|
-
}
|
|
3073
|
-
|
|
3074
|
-
class ReorderReceiptRuleSetCommand extends Command
|
|
3075
|
-
.classBuilder()
|
|
3076
|
-
.ep(commonParams)
|
|
3077
|
-
.m(function (Command, cs, config, o) {
|
|
3078
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3079
|
-
})
|
|
3080
|
-
.s("SimpleEmailService", "ReorderReceiptRuleSet", {})
|
|
3081
|
-
.n("SESClient", "ReorderReceiptRuleSetCommand")
|
|
3082
|
-
.sc(ReorderReceiptRuleSet$)
|
|
3083
|
-
.build() {
|
|
3084
|
-
}
|
|
3085
|
-
|
|
3086
|
-
class SendBounceCommand extends Command
|
|
3087
|
-
.classBuilder()
|
|
3088
|
-
.ep(commonParams)
|
|
3089
|
-
.m(function (Command, cs, config, o) {
|
|
3090
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3091
|
-
})
|
|
3092
|
-
.s("SimpleEmailService", "SendBounce", {})
|
|
3093
|
-
.n("SESClient", "SendBounceCommand")
|
|
3094
|
-
.sc(SendBounce$)
|
|
3095
|
-
.build() {
|
|
3096
|
-
}
|
|
3097
|
-
|
|
3098
|
-
class SendBulkTemplatedEmailCommand extends Command
|
|
3099
|
-
.classBuilder()
|
|
3100
|
-
.ep(commonParams)
|
|
3101
|
-
.m(function (Command, cs, config, o) {
|
|
3102
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3103
|
-
})
|
|
3104
|
-
.s("SimpleEmailService", "SendBulkTemplatedEmail", {})
|
|
3105
|
-
.n("SESClient", "SendBulkTemplatedEmailCommand")
|
|
3106
|
-
.sc(SendBulkTemplatedEmail$)
|
|
3107
|
-
.build() {
|
|
3108
|
-
}
|
|
3109
|
-
|
|
3110
|
-
class SendCustomVerificationEmailCommand extends Command
|
|
3111
|
-
.classBuilder()
|
|
3112
|
-
.ep(commonParams)
|
|
3113
|
-
.m(function (Command, cs, config, o) {
|
|
3114
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3115
|
-
})
|
|
3116
|
-
.s("SimpleEmailService", "SendCustomVerificationEmail", {})
|
|
3117
|
-
.n("SESClient", "SendCustomVerificationEmailCommand")
|
|
3118
|
-
.sc(SendCustomVerificationEmail$)
|
|
3119
|
-
.build() {
|
|
3120
|
-
}
|
|
3121
|
-
|
|
3122
|
-
class SendEmailCommand extends Command
|
|
3123
|
-
.classBuilder()
|
|
3124
|
-
.ep(commonParams)
|
|
3125
|
-
.m(function (Command, cs, config, o) {
|
|
3126
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3127
|
-
})
|
|
3128
|
-
.s("SimpleEmailService", "SendEmail", {})
|
|
3129
|
-
.n("SESClient", "SendEmailCommand")
|
|
3130
|
-
.sc(SendEmail$)
|
|
3131
|
-
.build() {
|
|
3132
|
-
}
|
|
3133
|
-
|
|
3134
|
-
class SendRawEmailCommand extends Command
|
|
3135
|
-
.classBuilder()
|
|
3136
|
-
.ep(commonParams)
|
|
3137
|
-
.m(function (Command, cs, config, o) {
|
|
3138
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3139
|
-
})
|
|
3140
|
-
.s("SimpleEmailService", "SendRawEmail", {})
|
|
3141
|
-
.n("SESClient", "SendRawEmailCommand")
|
|
3142
|
-
.sc(SendRawEmail$)
|
|
3143
|
-
.build() {
|
|
3144
|
-
}
|
|
3145
|
-
|
|
3146
|
-
class SendTemplatedEmailCommand extends Command
|
|
3147
|
-
.classBuilder()
|
|
3148
|
-
.ep(commonParams)
|
|
3149
|
-
.m(function (Command, cs, config, o) {
|
|
3150
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3151
|
-
})
|
|
3152
|
-
.s("SimpleEmailService", "SendTemplatedEmail", {})
|
|
3153
|
-
.n("SESClient", "SendTemplatedEmailCommand")
|
|
3154
|
-
.sc(SendTemplatedEmail$)
|
|
3155
|
-
.build() {
|
|
3156
|
-
}
|
|
3157
|
-
|
|
3158
|
-
class SetActiveReceiptRuleSetCommand extends Command
|
|
3159
|
-
.classBuilder()
|
|
3160
|
-
.ep(commonParams)
|
|
3161
|
-
.m(function (Command, cs, config, o) {
|
|
3162
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3163
|
-
})
|
|
3164
|
-
.s("SimpleEmailService", "SetActiveReceiptRuleSet", {})
|
|
3165
|
-
.n("SESClient", "SetActiveReceiptRuleSetCommand")
|
|
3166
|
-
.sc(SetActiveReceiptRuleSet$)
|
|
3167
|
-
.build() {
|
|
3168
|
-
}
|
|
3169
|
-
|
|
3170
|
-
class SetIdentityDkimEnabledCommand extends Command
|
|
3171
|
-
.classBuilder()
|
|
3172
|
-
.ep(commonParams)
|
|
3173
|
-
.m(function (Command, cs, config, o) {
|
|
3174
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3175
|
-
})
|
|
3176
|
-
.s("SimpleEmailService", "SetIdentityDkimEnabled", {})
|
|
3177
|
-
.n("SESClient", "SetIdentityDkimEnabledCommand")
|
|
3178
|
-
.sc(SetIdentityDkimEnabled$)
|
|
3179
|
-
.build() {
|
|
3180
|
-
}
|
|
3181
|
-
|
|
3182
|
-
class SetIdentityFeedbackForwardingEnabledCommand extends Command
|
|
3183
|
-
.classBuilder()
|
|
3184
|
-
.ep(commonParams)
|
|
3185
|
-
.m(function (Command, cs, config, o) {
|
|
3186
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3187
|
-
})
|
|
3188
|
-
.s("SimpleEmailService", "SetIdentityFeedbackForwardingEnabled", {})
|
|
3189
|
-
.n("SESClient", "SetIdentityFeedbackForwardingEnabledCommand")
|
|
3190
|
-
.sc(SetIdentityFeedbackForwardingEnabled$)
|
|
3191
|
-
.build() {
|
|
3192
|
-
}
|
|
3193
|
-
|
|
3194
|
-
class SetIdentityHeadersInNotificationsEnabledCommand extends Command
|
|
3195
|
-
.classBuilder()
|
|
3196
|
-
.ep(commonParams)
|
|
3197
|
-
.m(function (Command, cs, config, o) {
|
|
3198
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3199
|
-
})
|
|
3200
|
-
.s("SimpleEmailService", "SetIdentityHeadersInNotificationsEnabled", {})
|
|
3201
|
-
.n("SESClient", "SetIdentityHeadersInNotificationsEnabledCommand")
|
|
3202
|
-
.sc(SetIdentityHeadersInNotificationsEnabled$)
|
|
3203
|
-
.build() {
|
|
3204
|
-
}
|
|
3205
|
-
|
|
3206
|
-
class SetIdentityMailFromDomainCommand extends Command
|
|
3207
|
-
.classBuilder()
|
|
3208
|
-
.ep(commonParams)
|
|
3209
|
-
.m(function (Command, cs, config, o) {
|
|
3210
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3211
|
-
})
|
|
3212
|
-
.s("SimpleEmailService", "SetIdentityMailFromDomain", {})
|
|
3213
|
-
.n("SESClient", "SetIdentityMailFromDomainCommand")
|
|
3214
|
-
.sc(SetIdentityMailFromDomain$)
|
|
3215
|
-
.build() {
|
|
3216
|
-
}
|
|
3217
|
-
|
|
3218
|
-
class SetIdentityNotificationTopicCommand extends Command
|
|
3219
|
-
.classBuilder()
|
|
3220
|
-
.ep(commonParams)
|
|
3221
|
-
.m(function (Command, cs, config, o) {
|
|
3222
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3223
|
-
})
|
|
3224
|
-
.s("SimpleEmailService", "SetIdentityNotificationTopic", {})
|
|
3225
|
-
.n("SESClient", "SetIdentityNotificationTopicCommand")
|
|
3226
|
-
.sc(SetIdentityNotificationTopic$)
|
|
3227
|
-
.build() {
|
|
3228
|
-
}
|
|
3229
|
-
|
|
3230
|
-
class SetReceiptRulePositionCommand extends Command
|
|
3231
|
-
.classBuilder()
|
|
3232
|
-
.ep(commonParams)
|
|
3233
|
-
.m(function (Command, cs, config, o) {
|
|
3234
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3235
|
-
})
|
|
3236
|
-
.s("SimpleEmailService", "SetReceiptRulePosition", {})
|
|
3237
|
-
.n("SESClient", "SetReceiptRulePositionCommand")
|
|
3238
|
-
.sc(SetReceiptRulePosition$)
|
|
3239
|
-
.build() {
|
|
3240
|
-
}
|
|
3241
|
-
|
|
3242
|
-
class TestRenderTemplateCommand extends Command
|
|
3243
|
-
.classBuilder()
|
|
3244
|
-
.ep(commonParams)
|
|
3245
|
-
.m(function (Command, cs, config, o) {
|
|
3246
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3247
|
-
})
|
|
3248
|
-
.s("SimpleEmailService", "TestRenderTemplate", {})
|
|
3249
|
-
.n("SESClient", "TestRenderTemplateCommand")
|
|
3250
|
-
.sc(TestRenderTemplate$)
|
|
3251
|
-
.build() {
|
|
3252
|
-
}
|
|
3253
|
-
|
|
3254
|
-
class UpdateAccountSendingEnabledCommand extends Command
|
|
3255
|
-
.classBuilder()
|
|
3256
|
-
.ep(commonParams)
|
|
3257
|
-
.m(function (Command, cs, config, o) {
|
|
3258
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3259
|
-
})
|
|
3260
|
-
.s("SimpleEmailService", "UpdateAccountSendingEnabled", {})
|
|
3261
|
-
.n("SESClient", "UpdateAccountSendingEnabledCommand")
|
|
3262
|
-
.sc(UpdateAccountSendingEnabled$)
|
|
3263
|
-
.build() {
|
|
3264
|
-
}
|
|
3265
|
-
|
|
3266
|
-
class UpdateConfigurationSetEventDestinationCommand extends Command
|
|
3267
|
-
.classBuilder()
|
|
3268
|
-
.ep(commonParams)
|
|
3269
|
-
.m(function (Command, cs, config, o) {
|
|
3270
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3271
|
-
})
|
|
3272
|
-
.s("SimpleEmailService", "UpdateConfigurationSetEventDestination", {})
|
|
3273
|
-
.n("SESClient", "UpdateConfigurationSetEventDestinationCommand")
|
|
3274
|
-
.sc(UpdateConfigurationSetEventDestination$)
|
|
3275
|
-
.build() {
|
|
3276
|
-
}
|
|
3277
|
-
|
|
3278
|
-
class UpdateConfigurationSetReputationMetricsEnabledCommand extends Command
|
|
3279
|
-
.classBuilder()
|
|
3280
|
-
.ep(commonParams)
|
|
3281
|
-
.m(function (Command, cs, config, o) {
|
|
3282
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3283
|
-
})
|
|
3284
|
-
.s("SimpleEmailService", "UpdateConfigurationSetReputationMetricsEnabled", {})
|
|
3285
|
-
.n("SESClient", "UpdateConfigurationSetReputationMetricsEnabledCommand")
|
|
3286
|
-
.sc(UpdateConfigurationSetReputationMetricsEnabled$)
|
|
3287
|
-
.build() {
|
|
3288
|
-
}
|
|
3289
|
-
|
|
3290
|
-
class UpdateConfigurationSetSendingEnabledCommand extends Command
|
|
3291
|
-
.classBuilder()
|
|
3292
|
-
.ep(commonParams)
|
|
3293
|
-
.m(function (Command, cs, config, o) {
|
|
3294
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3295
|
-
})
|
|
3296
|
-
.s("SimpleEmailService", "UpdateConfigurationSetSendingEnabled", {})
|
|
3297
|
-
.n("SESClient", "UpdateConfigurationSetSendingEnabledCommand")
|
|
3298
|
-
.sc(UpdateConfigurationSetSendingEnabled$)
|
|
3299
|
-
.build() {
|
|
3300
|
-
}
|
|
3301
|
-
|
|
3302
|
-
class UpdateConfigurationSetTrackingOptionsCommand extends Command
|
|
3303
|
-
.classBuilder()
|
|
3304
|
-
.ep(commonParams)
|
|
3305
|
-
.m(function (Command, cs, config, o) {
|
|
3306
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3307
|
-
})
|
|
3308
|
-
.s("SimpleEmailService", "UpdateConfigurationSetTrackingOptions", {})
|
|
3309
|
-
.n("SESClient", "UpdateConfigurationSetTrackingOptionsCommand")
|
|
3310
|
-
.sc(UpdateConfigurationSetTrackingOptions$)
|
|
3311
|
-
.build() {
|
|
3312
|
-
}
|
|
3313
|
-
|
|
3314
|
-
class UpdateCustomVerificationEmailTemplateCommand extends Command
|
|
3315
|
-
.classBuilder()
|
|
3316
|
-
.ep(commonParams)
|
|
3317
|
-
.m(function (Command, cs, config, o) {
|
|
3318
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3319
|
-
})
|
|
3320
|
-
.s("SimpleEmailService", "UpdateCustomVerificationEmailTemplate", {})
|
|
3321
|
-
.n("SESClient", "UpdateCustomVerificationEmailTemplateCommand")
|
|
3322
|
-
.sc(UpdateCustomVerificationEmailTemplate$)
|
|
3323
|
-
.build() {
|
|
3324
|
-
}
|
|
3325
|
-
|
|
3326
|
-
class UpdateReceiptRuleCommand extends Command
|
|
3327
|
-
.classBuilder()
|
|
3328
|
-
.ep(commonParams)
|
|
3329
|
-
.m(function (Command, cs, config, o) {
|
|
3330
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3331
|
-
})
|
|
3332
|
-
.s("SimpleEmailService", "UpdateReceiptRule", {})
|
|
3333
|
-
.n("SESClient", "UpdateReceiptRuleCommand")
|
|
3334
|
-
.sc(UpdateReceiptRule$)
|
|
3335
|
-
.build() {
|
|
3336
|
-
}
|
|
3337
|
-
|
|
3338
|
-
class UpdateTemplateCommand extends Command
|
|
3339
|
-
.classBuilder()
|
|
3340
|
-
.ep(commonParams)
|
|
3341
|
-
.m(function (Command, cs, config, o) {
|
|
3342
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3343
|
-
})
|
|
3344
|
-
.s("SimpleEmailService", "UpdateTemplate", {})
|
|
3345
|
-
.n("SESClient", "UpdateTemplateCommand")
|
|
3346
|
-
.sc(UpdateTemplate$)
|
|
3347
|
-
.build() {
|
|
3348
|
-
}
|
|
3349
|
-
|
|
3350
|
-
class VerifyDomainDkimCommand extends Command
|
|
3351
|
-
.classBuilder()
|
|
3352
|
-
.ep(commonParams)
|
|
3353
|
-
.m(function (Command, cs, config, o) {
|
|
3354
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3355
|
-
})
|
|
3356
|
-
.s("SimpleEmailService", "VerifyDomainDkim", {})
|
|
3357
|
-
.n("SESClient", "VerifyDomainDkimCommand")
|
|
3358
|
-
.sc(VerifyDomainDkim$)
|
|
3359
|
-
.build() {
|
|
3360
|
-
}
|
|
3361
|
-
|
|
3362
|
-
class VerifyDomainIdentityCommand extends Command
|
|
3363
|
-
.classBuilder()
|
|
3364
|
-
.ep(commonParams)
|
|
3365
|
-
.m(function (Command, cs, config, o) {
|
|
3366
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3367
|
-
})
|
|
3368
|
-
.s("SimpleEmailService", "VerifyDomainIdentity", {})
|
|
3369
|
-
.n("SESClient", "VerifyDomainIdentityCommand")
|
|
3370
|
-
.sc(VerifyDomainIdentity$)
|
|
3371
|
-
.build() {
|
|
3372
|
-
}
|
|
3373
|
-
|
|
3374
|
-
class VerifyEmailAddressCommand extends Command
|
|
3375
|
-
.classBuilder()
|
|
3376
|
-
.ep(commonParams)
|
|
3377
|
-
.m(function (Command, cs, config, o) {
|
|
3378
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3379
|
-
})
|
|
3380
|
-
.s("SimpleEmailService", "VerifyEmailAddress", {})
|
|
3381
|
-
.n("SESClient", "VerifyEmailAddressCommand")
|
|
3382
|
-
.sc(VerifyEmailAddress$)
|
|
3383
|
-
.build() {
|
|
3384
|
-
}
|
|
3385
|
-
|
|
3386
|
-
class VerifyEmailIdentityCommand extends Command
|
|
3387
|
-
.classBuilder()
|
|
3388
|
-
.ep(commonParams)
|
|
3389
|
-
.m(function (Command, cs, config, o) {
|
|
3390
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3391
|
-
})
|
|
3392
|
-
.s("SimpleEmailService", "VerifyEmailIdentity", {})
|
|
3393
|
-
.n("SESClient", "VerifyEmailIdentityCommand")
|
|
3394
|
-
.sc(VerifyEmailIdentity$)
|
|
3395
|
-
.build() {
|
|
2548
|
+
const command = makeBuilder(commonParams, "SimpleEmailService", "SESClient", getEndpointPlugin);
|
|
2549
|
+
const _ep0 = {};
|
|
2550
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2551
|
+
|
|
2552
|
+
class CloneReceiptRuleSetCommand extends command(_ep0, _mw0, "CloneReceiptRuleSet", CloneReceiptRuleSet$) {
|
|
2553
|
+
}
|
|
2554
|
+
|
|
2555
|
+
class CreateConfigurationSetCommand extends command(_ep0, _mw0, "CreateConfigurationSet", CreateConfigurationSet$) {
|
|
2556
|
+
}
|
|
2557
|
+
|
|
2558
|
+
class CreateConfigurationSetEventDestinationCommand extends command(_ep0, _mw0, "CreateConfigurationSetEventDestination", CreateConfigurationSetEventDestination$) {
|
|
2559
|
+
}
|
|
2560
|
+
|
|
2561
|
+
class CreateConfigurationSetTrackingOptionsCommand extends command(_ep0, _mw0, "CreateConfigurationSetTrackingOptions", CreateConfigurationSetTrackingOptions$) {
|
|
2562
|
+
}
|
|
2563
|
+
|
|
2564
|
+
class CreateCustomVerificationEmailTemplateCommand extends command(_ep0, _mw0, "CreateCustomVerificationEmailTemplate", CreateCustomVerificationEmailTemplate$) {
|
|
2565
|
+
}
|
|
2566
|
+
|
|
2567
|
+
class CreateReceiptFilterCommand extends command(_ep0, _mw0, "CreateReceiptFilter", CreateReceiptFilter$) {
|
|
2568
|
+
}
|
|
2569
|
+
|
|
2570
|
+
class CreateReceiptRuleCommand extends command(_ep0, _mw0, "CreateReceiptRule", CreateReceiptRule$) {
|
|
2571
|
+
}
|
|
2572
|
+
|
|
2573
|
+
class CreateReceiptRuleSetCommand extends command(_ep0, _mw0, "CreateReceiptRuleSet", CreateReceiptRuleSet$) {
|
|
2574
|
+
}
|
|
2575
|
+
|
|
2576
|
+
class CreateTemplateCommand extends command(_ep0, _mw0, "CreateTemplate", CreateTemplate$) {
|
|
2577
|
+
}
|
|
2578
|
+
|
|
2579
|
+
class DeleteConfigurationSetCommand extends command(_ep0, _mw0, "DeleteConfigurationSet", DeleteConfigurationSet$) {
|
|
2580
|
+
}
|
|
2581
|
+
|
|
2582
|
+
class DeleteConfigurationSetEventDestinationCommand extends command(_ep0, _mw0, "DeleteConfigurationSetEventDestination", DeleteConfigurationSetEventDestination$) {
|
|
2583
|
+
}
|
|
2584
|
+
|
|
2585
|
+
class DeleteConfigurationSetTrackingOptionsCommand extends command(_ep0, _mw0, "DeleteConfigurationSetTrackingOptions", DeleteConfigurationSetTrackingOptions$) {
|
|
2586
|
+
}
|
|
2587
|
+
|
|
2588
|
+
class DeleteCustomVerificationEmailTemplateCommand extends command(_ep0, _mw0, "DeleteCustomVerificationEmailTemplate", DeleteCustomVerificationEmailTemplate$) {
|
|
2589
|
+
}
|
|
2590
|
+
|
|
2591
|
+
class DeleteIdentityCommand extends command(_ep0, _mw0, "DeleteIdentity", DeleteIdentity$) {
|
|
2592
|
+
}
|
|
2593
|
+
|
|
2594
|
+
class DeleteIdentityPolicyCommand extends command(_ep0, _mw0, "DeleteIdentityPolicy", DeleteIdentityPolicy$) {
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2597
|
+
class DeleteReceiptFilterCommand extends command(_ep0, _mw0, "DeleteReceiptFilter", DeleteReceiptFilter$) {
|
|
2598
|
+
}
|
|
2599
|
+
|
|
2600
|
+
class DeleteReceiptRuleCommand extends command(_ep0, _mw0, "DeleteReceiptRule", DeleteReceiptRule$) {
|
|
2601
|
+
}
|
|
2602
|
+
|
|
2603
|
+
class DeleteReceiptRuleSetCommand extends command(_ep0, _mw0, "DeleteReceiptRuleSet", DeleteReceiptRuleSet$) {
|
|
2604
|
+
}
|
|
2605
|
+
|
|
2606
|
+
class DeleteTemplateCommand extends command(_ep0, _mw0, "DeleteTemplate", DeleteTemplate$) {
|
|
2607
|
+
}
|
|
2608
|
+
|
|
2609
|
+
class DeleteVerifiedEmailAddressCommand extends command(_ep0, _mw0, "DeleteVerifiedEmailAddress", DeleteVerifiedEmailAddress$) {
|
|
2610
|
+
}
|
|
2611
|
+
|
|
2612
|
+
class DescribeActiveReceiptRuleSetCommand extends command(_ep0, _mw0, "DescribeActiveReceiptRuleSet", DescribeActiveReceiptRuleSet$) {
|
|
2613
|
+
}
|
|
2614
|
+
|
|
2615
|
+
class DescribeConfigurationSetCommand extends command(_ep0, _mw0, "DescribeConfigurationSet", DescribeConfigurationSet$) {
|
|
2616
|
+
}
|
|
2617
|
+
|
|
2618
|
+
class DescribeReceiptRuleCommand extends command(_ep0, _mw0, "DescribeReceiptRule", DescribeReceiptRule$) {
|
|
2619
|
+
}
|
|
2620
|
+
|
|
2621
|
+
class DescribeReceiptRuleSetCommand extends command(_ep0, _mw0, "DescribeReceiptRuleSet", DescribeReceiptRuleSet$) {
|
|
2622
|
+
}
|
|
2623
|
+
|
|
2624
|
+
class GetAccountSendingEnabledCommand extends command(_ep0, _mw0, "GetAccountSendingEnabled", GetAccountSendingEnabled$) {
|
|
2625
|
+
}
|
|
2626
|
+
|
|
2627
|
+
class GetCustomVerificationEmailTemplateCommand extends command(_ep0, _mw0, "GetCustomVerificationEmailTemplate", GetCustomVerificationEmailTemplate$) {
|
|
2628
|
+
}
|
|
2629
|
+
|
|
2630
|
+
class GetIdentityDkimAttributesCommand extends command(_ep0, _mw0, "GetIdentityDkimAttributes", GetIdentityDkimAttributes$) {
|
|
2631
|
+
}
|
|
2632
|
+
|
|
2633
|
+
class GetIdentityMailFromDomainAttributesCommand extends command(_ep0, _mw0, "GetIdentityMailFromDomainAttributes", GetIdentityMailFromDomainAttributes$) {
|
|
2634
|
+
}
|
|
2635
|
+
|
|
2636
|
+
class GetIdentityNotificationAttributesCommand extends command(_ep0, _mw0, "GetIdentityNotificationAttributes", GetIdentityNotificationAttributes$) {
|
|
2637
|
+
}
|
|
2638
|
+
|
|
2639
|
+
class GetIdentityPoliciesCommand extends command(_ep0, _mw0, "GetIdentityPolicies", GetIdentityPolicies$) {
|
|
2640
|
+
}
|
|
2641
|
+
|
|
2642
|
+
class GetIdentityVerificationAttributesCommand extends command(_ep0, _mw0, "GetIdentityVerificationAttributes", GetIdentityVerificationAttributes$) {
|
|
2643
|
+
}
|
|
2644
|
+
|
|
2645
|
+
class GetSendQuotaCommand extends command(_ep0, _mw0, "GetSendQuota", GetSendQuota$) {
|
|
2646
|
+
}
|
|
2647
|
+
|
|
2648
|
+
class GetSendStatisticsCommand extends command(_ep0, _mw0, "GetSendStatistics", GetSendStatistics$) {
|
|
2649
|
+
}
|
|
2650
|
+
|
|
2651
|
+
class GetTemplateCommand extends command(_ep0, _mw0, "GetTemplate", GetTemplate$) {
|
|
2652
|
+
}
|
|
2653
|
+
|
|
2654
|
+
class ListConfigurationSetsCommand extends command(_ep0, _mw0, "ListConfigurationSets", ListConfigurationSets$) {
|
|
2655
|
+
}
|
|
2656
|
+
|
|
2657
|
+
class ListCustomVerificationEmailTemplatesCommand extends command(_ep0, _mw0, "ListCustomVerificationEmailTemplates", ListCustomVerificationEmailTemplates$) {
|
|
2658
|
+
}
|
|
2659
|
+
|
|
2660
|
+
class ListIdentitiesCommand extends command(_ep0, _mw0, "ListIdentities", ListIdentities$) {
|
|
2661
|
+
}
|
|
2662
|
+
|
|
2663
|
+
class ListIdentityPoliciesCommand extends command(_ep0, _mw0, "ListIdentityPolicies", ListIdentityPolicies$) {
|
|
2664
|
+
}
|
|
2665
|
+
|
|
2666
|
+
class ListReceiptFiltersCommand extends command(_ep0, _mw0, "ListReceiptFilters", ListReceiptFilters$) {
|
|
2667
|
+
}
|
|
2668
|
+
|
|
2669
|
+
class ListReceiptRuleSetsCommand extends command(_ep0, _mw0, "ListReceiptRuleSets", ListReceiptRuleSets$) {
|
|
2670
|
+
}
|
|
2671
|
+
|
|
2672
|
+
class ListTemplatesCommand extends command(_ep0, _mw0, "ListTemplates", ListTemplates$) {
|
|
2673
|
+
}
|
|
2674
|
+
|
|
2675
|
+
class ListVerifiedEmailAddressesCommand extends command(_ep0, _mw0, "ListVerifiedEmailAddresses", ListVerifiedEmailAddresses$) {
|
|
2676
|
+
}
|
|
2677
|
+
|
|
2678
|
+
class PutConfigurationSetDeliveryOptionsCommand extends command(_ep0, _mw0, "PutConfigurationSetDeliveryOptions", PutConfigurationSetDeliveryOptions$) {
|
|
2679
|
+
}
|
|
2680
|
+
|
|
2681
|
+
class PutIdentityPolicyCommand extends command(_ep0, _mw0, "PutIdentityPolicy", PutIdentityPolicy$) {
|
|
2682
|
+
}
|
|
2683
|
+
|
|
2684
|
+
class ReorderReceiptRuleSetCommand extends command(_ep0, _mw0, "ReorderReceiptRuleSet", ReorderReceiptRuleSet$) {
|
|
2685
|
+
}
|
|
2686
|
+
|
|
2687
|
+
class SendBounceCommand extends command(_ep0, _mw0, "SendBounce", SendBounce$) {
|
|
2688
|
+
}
|
|
2689
|
+
|
|
2690
|
+
class SendBulkTemplatedEmailCommand extends command(_ep0, _mw0, "SendBulkTemplatedEmail", SendBulkTemplatedEmail$) {
|
|
2691
|
+
}
|
|
2692
|
+
|
|
2693
|
+
class SendCustomVerificationEmailCommand extends command(_ep0, _mw0, "SendCustomVerificationEmail", SendCustomVerificationEmail$) {
|
|
2694
|
+
}
|
|
2695
|
+
|
|
2696
|
+
class SendEmailCommand extends command(_ep0, _mw0, "SendEmail", SendEmail$) {
|
|
2697
|
+
}
|
|
2698
|
+
|
|
2699
|
+
class SendRawEmailCommand extends command(_ep0, _mw0, "SendRawEmail", SendRawEmail$) {
|
|
2700
|
+
}
|
|
2701
|
+
|
|
2702
|
+
class SendTemplatedEmailCommand extends command(_ep0, _mw0, "SendTemplatedEmail", SendTemplatedEmail$) {
|
|
2703
|
+
}
|
|
2704
|
+
|
|
2705
|
+
class SetActiveReceiptRuleSetCommand extends command(_ep0, _mw0, "SetActiveReceiptRuleSet", SetActiveReceiptRuleSet$) {
|
|
2706
|
+
}
|
|
2707
|
+
|
|
2708
|
+
class SetIdentityDkimEnabledCommand extends command(_ep0, _mw0, "SetIdentityDkimEnabled", SetIdentityDkimEnabled$) {
|
|
2709
|
+
}
|
|
2710
|
+
|
|
2711
|
+
class SetIdentityFeedbackForwardingEnabledCommand extends command(_ep0, _mw0, "SetIdentityFeedbackForwardingEnabled", SetIdentityFeedbackForwardingEnabled$) {
|
|
2712
|
+
}
|
|
2713
|
+
|
|
2714
|
+
class SetIdentityHeadersInNotificationsEnabledCommand extends command(_ep0, _mw0, "SetIdentityHeadersInNotificationsEnabled", SetIdentityHeadersInNotificationsEnabled$) {
|
|
2715
|
+
}
|
|
2716
|
+
|
|
2717
|
+
class SetIdentityMailFromDomainCommand extends command(_ep0, _mw0, "SetIdentityMailFromDomain", SetIdentityMailFromDomain$) {
|
|
2718
|
+
}
|
|
2719
|
+
|
|
2720
|
+
class SetIdentityNotificationTopicCommand extends command(_ep0, _mw0, "SetIdentityNotificationTopic", SetIdentityNotificationTopic$) {
|
|
2721
|
+
}
|
|
2722
|
+
|
|
2723
|
+
class SetReceiptRulePositionCommand extends command(_ep0, _mw0, "SetReceiptRulePosition", SetReceiptRulePosition$) {
|
|
2724
|
+
}
|
|
2725
|
+
|
|
2726
|
+
class TestRenderTemplateCommand extends command(_ep0, _mw0, "TestRenderTemplate", TestRenderTemplate$) {
|
|
2727
|
+
}
|
|
2728
|
+
|
|
2729
|
+
class UpdateAccountSendingEnabledCommand extends command(_ep0, _mw0, "UpdateAccountSendingEnabled", UpdateAccountSendingEnabled$) {
|
|
2730
|
+
}
|
|
2731
|
+
|
|
2732
|
+
class UpdateConfigurationSetEventDestinationCommand extends command(_ep0, _mw0, "UpdateConfigurationSetEventDestination", UpdateConfigurationSetEventDestination$) {
|
|
2733
|
+
}
|
|
2734
|
+
|
|
2735
|
+
class UpdateConfigurationSetReputationMetricsEnabledCommand extends command(_ep0, _mw0, "UpdateConfigurationSetReputationMetricsEnabled", UpdateConfigurationSetReputationMetricsEnabled$) {
|
|
2736
|
+
}
|
|
2737
|
+
|
|
2738
|
+
class UpdateConfigurationSetSendingEnabledCommand extends command(_ep0, _mw0, "UpdateConfigurationSetSendingEnabled", UpdateConfigurationSetSendingEnabled$) {
|
|
2739
|
+
}
|
|
2740
|
+
|
|
2741
|
+
class UpdateConfigurationSetTrackingOptionsCommand extends command(_ep0, _mw0, "UpdateConfigurationSetTrackingOptions", UpdateConfigurationSetTrackingOptions$) {
|
|
2742
|
+
}
|
|
2743
|
+
|
|
2744
|
+
class UpdateCustomVerificationEmailTemplateCommand extends command(_ep0, _mw0, "UpdateCustomVerificationEmailTemplate", UpdateCustomVerificationEmailTemplate$) {
|
|
2745
|
+
}
|
|
2746
|
+
|
|
2747
|
+
class UpdateReceiptRuleCommand extends command(_ep0, _mw0, "UpdateReceiptRule", UpdateReceiptRule$) {
|
|
2748
|
+
}
|
|
2749
|
+
|
|
2750
|
+
class UpdateTemplateCommand extends command(_ep0, _mw0, "UpdateTemplate", UpdateTemplate$) {
|
|
2751
|
+
}
|
|
2752
|
+
|
|
2753
|
+
class VerifyDomainDkimCommand extends command(_ep0, _mw0, "VerifyDomainDkim", VerifyDomainDkim$) {
|
|
2754
|
+
}
|
|
2755
|
+
|
|
2756
|
+
class VerifyDomainIdentityCommand extends command(_ep0, _mw0, "VerifyDomainIdentity", VerifyDomainIdentity$) {
|
|
2757
|
+
}
|
|
2758
|
+
|
|
2759
|
+
class VerifyEmailAddressCommand extends command(_ep0, _mw0, "VerifyEmailAddress", VerifyEmailAddress$) {
|
|
2760
|
+
}
|
|
2761
|
+
|
|
2762
|
+
class VerifyEmailIdentityCommand extends command(_ep0, _mw0, "VerifyEmailIdentity", VerifyEmailIdentity$) {
|
|
3396
2763
|
}
|
|
3397
2764
|
|
|
3398
2765
|
const paginateListCustomVerificationEmailTemplates = createPaginator(SESClient, ListCustomVerificationEmailTemplatesCommand, "NextToken", "NextToken", "MaxResults");
|