@aws-sdk/client-ses 3.37.0 → 3.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +42 -0
- package/dist-cjs/commands/index.js +74 -0
- package/dist-cjs/endpoints.js +90 -8
- package/dist-cjs/index.js +5 -77
- package/dist-cjs/pagination/index.js +6 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-cjs/waiters/index.js +4 -0
- package/dist-es/commands/index.js +71 -0
- package/dist-es/endpoints.js +90 -8
- package/dist-es/index.js +5 -77
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-es/waiters/index.js +1 -0
- package/dist-types/SESClient.d.ts +8 -0
- package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateReceiptFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateReceiptRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIdentityCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +1 -1
- package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +1 -1
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetSendQuotaCommand.d.ts +1 -1
- package/dist-types/commands/GetSendStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentitiesCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListReceiptFiltersCommand.d.ts +1 -1
- package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutIdentityPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/SendBounceCommand.d.ts +1 -1
- package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +1 -1
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +1 -1
- package/dist-types/commands/SendEmailCommand.d.ts +1 -1
- package/dist-types/commands/SendRawEmailCommand.d.ts +1 -1
- package/dist-types/commands/SendTemplatedEmailCommand.d.ts +1 -1
- package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +1 -1
- package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +1 -1
- package/dist-types/commands/TestRenderTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/commands/VerifyDomainDkimCommand.d.ts +1 -1
- package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +1 -1
- package/dist-types/commands/VerifyEmailAddressCommand.d.ts +1 -1
- package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +71 -0
- package/dist-types/index.d.ts +5 -77
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/SESClient.d.ts +4 -0
- package/dist-types/ts3.4/commands/index.d.ts +71 -0
- package/dist-types/ts3.4/index.d.ts +5 -77
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/package.json +27 -27
package/dist-es/index.js
CHANGED
|
@@ -1,78 +1,6 @@
|
|
|
1
|
-
export * from "./SESClient";
|
|
2
1
|
export * from "./SES";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CreateReceiptFilterCommand";
|
|
9
|
-
export * from "./commands/CreateReceiptRuleCommand";
|
|
10
|
-
export * from "./commands/CreateReceiptRuleSetCommand";
|
|
11
|
-
export * from "./commands/CreateTemplateCommand";
|
|
12
|
-
export * from "./commands/DeleteConfigurationSetCommand";
|
|
13
|
-
export * from "./commands/DeleteConfigurationSetEventDestinationCommand";
|
|
14
|
-
export * from "./commands/DeleteConfigurationSetTrackingOptionsCommand";
|
|
15
|
-
export * from "./commands/DeleteCustomVerificationEmailTemplateCommand";
|
|
16
|
-
export * from "./commands/DeleteIdentityCommand";
|
|
17
|
-
export * from "./commands/DeleteIdentityPolicyCommand";
|
|
18
|
-
export * from "./commands/DeleteReceiptFilterCommand";
|
|
19
|
-
export * from "./commands/DeleteReceiptRuleCommand";
|
|
20
|
-
export * from "./commands/DeleteReceiptRuleSetCommand";
|
|
21
|
-
export * from "./commands/DeleteTemplateCommand";
|
|
22
|
-
export * from "./commands/DeleteVerifiedEmailAddressCommand";
|
|
23
|
-
export * from "./commands/DescribeActiveReceiptRuleSetCommand";
|
|
24
|
-
export * from "./commands/DescribeConfigurationSetCommand";
|
|
25
|
-
export * from "./commands/DescribeReceiptRuleCommand";
|
|
26
|
-
export * from "./commands/DescribeReceiptRuleSetCommand";
|
|
27
|
-
export * from "./commands/GetAccountSendingEnabledCommand";
|
|
28
|
-
export * from "./commands/GetCustomVerificationEmailTemplateCommand";
|
|
29
|
-
export * from "./commands/GetIdentityDkimAttributesCommand";
|
|
30
|
-
export * from "./commands/GetIdentityMailFromDomainAttributesCommand";
|
|
31
|
-
export * from "./commands/GetIdentityNotificationAttributesCommand";
|
|
32
|
-
export * from "./commands/GetIdentityPoliciesCommand";
|
|
33
|
-
export * from "./commands/GetIdentityVerificationAttributesCommand";
|
|
34
|
-
export * from "./waiters/waitForIdentityExists";
|
|
35
|
-
export * from "./commands/GetSendQuotaCommand";
|
|
36
|
-
export * from "./commands/GetSendStatisticsCommand";
|
|
37
|
-
export * from "./commands/GetTemplateCommand";
|
|
38
|
-
export * from "./commands/ListConfigurationSetsCommand";
|
|
39
|
-
export * from "./commands/ListCustomVerificationEmailTemplatesCommand";
|
|
40
|
-
export * from "./pagination/ListCustomVerificationEmailTemplatesPaginator";
|
|
41
|
-
export * from "./commands/ListIdentitiesCommand";
|
|
42
|
-
export * from "./pagination/ListIdentitiesPaginator";
|
|
43
|
-
export * from "./commands/ListIdentityPoliciesCommand";
|
|
44
|
-
export * from "./commands/ListReceiptFiltersCommand";
|
|
45
|
-
export * from "./commands/ListReceiptRuleSetsCommand";
|
|
46
|
-
export * from "./commands/ListTemplatesCommand";
|
|
47
|
-
export * from "./commands/ListVerifiedEmailAddressesCommand";
|
|
48
|
-
export * from "./commands/PutConfigurationSetDeliveryOptionsCommand";
|
|
49
|
-
export * from "./commands/PutIdentityPolicyCommand";
|
|
50
|
-
export * from "./commands/ReorderReceiptRuleSetCommand";
|
|
51
|
-
export * from "./commands/SendBounceCommand";
|
|
52
|
-
export * from "./commands/SendBulkTemplatedEmailCommand";
|
|
53
|
-
export * from "./commands/SendCustomVerificationEmailCommand";
|
|
54
|
-
export * from "./commands/SendEmailCommand";
|
|
55
|
-
export * from "./commands/SendRawEmailCommand";
|
|
56
|
-
export * from "./commands/SendTemplatedEmailCommand";
|
|
57
|
-
export * from "./commands/SetActiveReceiptRuleSetCommand";
|
|
58
|
-
export * from "./commands/SetIdentityDkimEnabledCommand";
|
|
59
|
-
export * from "./commands/SetIdentityFeedbackForwardingEnabledCommand";
|
|
60
|
-
export * from "./commands/SetIdentityHeadersInNotificationsEnabledCommand";
|
|
61
|
-
export * from "./commands/SetIdentityMailFromDomainCommand";
|
|
62
|
-
export * from "./commands/SetIdentityNotificationTopicCommand";
|
|
63
|
-
export * from "./commands/SetReceiptRulePositionCommand";
|
|
64
|
-
export * from "./commands/TestRenderTemplateCommand";
|
|
65
|
-
export * from "./commands/UpdateAccountSendingEnabledCommand";
|
|
66
|
-
export * from "./commands/UpdateConfigurationSetEventDestinationCommand";
|
|
67
|
-
export * from "./commands/UpdateConfigurationSetReputationMetricsEnabledCommand";
|
|
68
|
-
export * from "./commands/UpdateConfigurationSetSendingEnabledCommand";
|
|
69
|
-
export * from "./commands/UpdateConfigurationSetTrackingOptionsCommand";
|
|
70
|
-
export * from "./commands/UpdateCustomVerificationEmailTemplateCommand";
|
|
71
|
-
export * from "./commands/UpdateReceiptRuleCommand";
|
|
72
|
-
export * from "./commands/UpdateTemplateCommand";
|
|
73
|
-
export * from "./commands/VerifyDomainDkimCommand";
|
|
74
|
-
export * from "./commands/VerifyDomainIdentityCommand";
|
|
75
|
-
export * from "./commands/VerifyEmailAddressCommand";
|
|
76
|
-
export * from "./commands/VerifyEmailIdentityCommand";
|
|
77
|
-
export * from "./pagination/Interfaces";
|
|
78
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./SESClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import packageInfo from "../package.json";
|
|
3
3
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
|
|
4
5
|
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
6
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
6
7
|
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/middleware-retry";
|
|
@@ -10,7 +11,7 @@ import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
|
10
11
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
11
12
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
13
|
export var getRuntimeConfig = function (config) {
|
|
13
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
14
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
14
15
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
15
|
-
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector,
|
|
16
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (function () { return Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT); }), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (function () { return Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT); }), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
16
17
|
};
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import packageInfo from "../package.json";
|
|
3
3
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
|
-
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
|
|
4
|
+
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver";
|
|
5
5
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
6
6
|
import { Hash } from "@aws-sdk/hash-node";
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
|
|
@@ -14,8 +14,8 @@ import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
|
14
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
15
|
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
16
16
|
export var getRuntimeConfig = function (config) {
|
|
17
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
17
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
18
18
|
emitWarningIfUnsupportedVersion(process.version);
|
|
19
19
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
20
|
-
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector,
|
|
20
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
21
21
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./waitForIdentityExists";
|
|
@@ -147,6 +147,14 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
147
147
|
* Optional logger for logging debug/info/warn/error.
|
|
148
148
|
*/
|
|
149
149
|
logger?: __Logger;
|
|
150
|
+
/**
|
|
151
|
+
* Enables IPv6/IPv4 dualstack endpoint.
|
|
152
|
+
*/
|
|
153
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
154
|
+
/**
|
|
155
|
+
* Enables FIPS compatible endpoints.
|
|
156
|
+
*/
|
|
157
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
150
158
|
/**
|
|
151
159
|
* Unique service identifier.
|
|
152
160
|
* @internal
|
|
@@ -25,7 +25,7 @@ export interface CloneReceiptRuleSetCommandOutput extends CloneReceiptRuleSetRes
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link CloneReceiptRuleSetCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link CloneReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class CloneReceiptRuleSetCommand extends $Command<CloneReceiptRuleSetCommandInput, CloneReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface CreateConfigurationSetCommandOutput extends CreateConfiguration
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link CreateConfigurationSetCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link CreateConfigurationSetCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class CreateConfigurationSetCommand extends $Command<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, SESClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface CreateConfigurationSetEventDestinationCommandOutput extends Cre
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link CreateConfigurationSetEventDestinationCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link CreateConfigurationSetEventDestinationCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class CreateConfigurationSetEventDestinationCommand extends $Command<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, SESClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface CreateConfigurationSetTrackingOptionsCommandOutput extends Crea
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link CreateConfigurationSetTrackingOptionsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link CreateConfigurationSetTrackingOptionsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class CreateConfigurationSetTrackingOptionsCommand extends $Command<CreateConfigurationSetTrackingOptionsCommandInput, CreateConfigurationSetTrackingOptionsCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateCustomVerificationEmailTemplateCommandOutput extends __Me
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateCustomVerificationEmailTemplateCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateCustomVerificationEmailTemplateCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateCustomVerificationEmailTemplateCommand extends $Command<CreateCustomVerificationEmailTemplateCommandInput, CreateCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface CreateReceiptFilterCommandOutput extends CreateReceiptFilterRes
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link CreateReceiptFilterCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link CreateReceiptFilterCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class CreateReceiptFilterCommand extends $Command<CreateReceiptFilterCommandInput, CreateReceiptFilterCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateReceiptRuleCommandOutput extends CreateReceiptRuleRespons
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateReceiptRuleCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateReceiptRuleCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateReceiptRuleCommand extends $Command<CreateReceiptRuleCommandInput, CreateReceiptRuleCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateReceiptRuleSetCommandOutput extends CreateReceiptRuleSetR
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateReceiptRuleSetCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateReceiptRuleSetCommand extends $Command<CreateReceiptRuleSetCommandInput, CreateReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateTemplateCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateTemplateCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateTemplateCommand extends $Command<CreateTemplateCommandInput, CreateTemplateCommandOutput, SESClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteConfigurationSetCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteConfigurationSetCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteConfigurationSetCommand extends $Command<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteConfigurationSetEventDestinationCommandOutput extends Del
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteConfigurationSetEventDestinationCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteConfigurationSetEventDestinationCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteConfigurationSetEventDestinationCommand extends $Command<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, SESClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface DeleteConfigurationSetTrackingOptionsCommandOutput extends Dele
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link DeleteConfigurationSetTrackingOptionsCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link DeleteConfigurationSetTrackingOptionsCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class DeleteConfigurationSetTrackingOptionsCommand extends $Command<DeleteConfigurationSetTrackingOptionsCommandInput, DeleteConfigurationSetTrackingOptionsCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteCustomVerificationEmailTemplateCommandOutput extends __Me
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteCustomVerificationEmailTemplateCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteCustomVerificationEmailTemplateCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteCustomVerificationEmailTemplateCommand extends $Command<DeleteCustomVerificationEmailTemplateCommandInput, DeleteCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteIdentityCommandOutput extends DeleteIdentityResponse, __M
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteIdentityCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteIdentityCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteIdentityCommand extends $Command<DeleteIdentityCommandInput, DeleteIdentityCommandOutput, SESClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface DeleteIdentityPolicyCommandOutput extends DeleteIdentityPolicyR
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link DeleteIdentityPolicyCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link DeleteIdentityPolicyCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class DeleteIdentityPolicyCommand extends $Command<DeleteIdentityPolicyCommandInput, DeleteIdentityPolicyCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteReceiptFilterCommandOutput extends DeleteReceiptFilterRes
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteReceiptFilterCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteReceiptFilterCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteReceiptFilterCommand extends $Command<DeleteReceiptFilterCommandInput, DeleteReceiptFilterCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteReceiptRuleCommandOutput extends DeleteReceiptRuleRespons
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteReceiptRuleCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteReceiptRuleCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteReceiptRuleCommand extends $Command<DeleteReceiptRuleCommandInput, DeleteReceiptRuleCommandOutput, SESClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface DeleteReceiptRuleSetCommandOutput extends DeleteReceiptRuleSetR
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link DeleteReceiptRuleSetCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link DeleteReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class DeleteReceiptRuleSetCommand extends $Command<DeleteReceiptRuleSetCommandInput, DeleteReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __M
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteTemplateCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteTemplateCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteTemplateCommand extends $Command<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, SESClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteVerifiedEmailAddressCommandOutput extends __MetadataBeare
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteVerifiedEmailAddressCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteVerifiedEmailAddressCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteVerifiedEmailAddressCommand extends $Command<DeleteVerifiedEmailAddressCommandInput, DeleteVerifiedEmailAddressCommandOutput, SESClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DescribeActiveReceiptRuleSetCommandOutput extends DescribeActiv
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DescribeActiveReceiptRuleSetCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DescribeActiveReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DescribeActiveReceiptRuleSetCommand extends $Command<DescribeActiveReceiptRuleSetCommandInput, DescribeActiveReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DescribeConfigurationSetCommandOutput extends DescribeConfigura
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DescribeConfigurationSetCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DescribeConfigurationSetCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DescribeConfigurationSetCommand extends $Command<DescribeConfigurationSetCommandInput, DescribeConfigurationSetCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DescribeReceiptRuleCommandOutput extends DescribeReceiptRuleRes
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DescribeReceiptRuleCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DescribeReceiptRuleCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DescribeReceiptRuleCommand extends $Command<DescribeReceiptRuleCommandInput, DescribeReceiptRuleCommandOutput, SESClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeReceiptRuleSetCommandOutput extends DescribeReceiptRule
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeReceiptRuleSetCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeReceiptRuleSetCommand extends $Command<DescribeReceiptRuleSetCommandInput, DescribeReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetAccountSendingEnabledCommandOutput extends GetAccountSending
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetAccountSendingEnabledCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetAccountSendingEnabledCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetAccountSendingEnabledCommand extends $Command<GetAccountSendingEnabledCommandInput, GetAccountSendingEnabledCommandOutput, SESClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface GetCustomVerificationEmailTemplateCommandOutput extends GetCust
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link GetCustomVerificationEmailTemplateCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link GetCustomVerificationEmailTemplateCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class GetCustomVerificationEmailTemplateCommand extends $Command<GetCustomVerificationEmailTemplateCommandInput, GetCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig> {
|
|
@@ -42,7 +42,7 @@ export interface GetIdentityDkimAttributesCommandOutput extends GetIdentityDkimA
|
|
|
42
42
|
*
|
|
43
43
|
* @see {@link GetIdentityDkimAttributesCommandInput} for command's `input` shape.
|
|
44
44
|
* @see {@link GetIdentityDkimAttributesCommandOutput} for command's `response` shape.
|
|
45
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
45
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
export declare class GetIdentityDkimAttributesCommand extends $Command<GetIdentityDkimAttributesCommandInput, GetIdentityDkimAttributesCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetIdentityMailFromDomainAttributesCommandOutput extends GetIde
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetIdentityMailFromDomainAttributesCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetIdentityMailFromDomainAttributesCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetIdentityMailFromDomainAttributesCommand extends $Command<GetIdentityMailFromDomainAttributesCommandInput, GetIdentityMailFromDomainAttributesCommandOutput, SESClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface GetIdentityNotificationAttributesCommandOutput extends GetIdent
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link GetIdentityNotificationAttributesCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link GetIdentityNotificationAttributesCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class GetIdentityNotificationAttributesCommand extends $Command<GetIdentityNotificationAttributesCommandInput, GetIdentityNotificationAttributesCommandOutput, SESClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface GetIdentityPoliciesCommandOutput extends GetIdentityPoliciesRes
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link GetIdentityPoliciesCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link GetIdentityPoliciesCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class GetIdentityPoliciesCommand extends $Command<GetIdentityPoliciesCommandInput, GetIdentityPoliciesCommandOutput, SESClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface GetIdentityVerificationAttributesCommandOutput extends GetIdent
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link GetIdentityVerificationAttributesCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link GetIdentityVerificationAttributesCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class GetIdentityVerificationAttributesCommand extends $Command<GetIdentityVerificationAttributesCommandInput, GetIdentityVerificationAttributesCommandOutput, SESClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetSendQuotaCommandOutput extends GetSendQuotaResponse, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetSendQuotaCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetSendQuotaCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetSendQuotaCommand extends $Command<GetSendQuotaCommandInput, GetSendQuotaCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetSendStatisticsCommandOutput extends GetSendStatisticsRespons
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetSendStatisticsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetSendStatisticsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetSendStatisticsCommand extends $Command<GetSendStatisticsCommandInput, GetSendStatisticsCommandOutput, SESClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface GetTemplateCommandOutput extends GetTemplateResponse, __Metadat
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link GetTemplateCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link GetTemplateCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class GetTemplateCommand extends $Command<GetTemplateCommandInput, GetTemplateCommandOutput, SESClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface ListConfigurationSetsCommandOutput extends ListConfigurationSet
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link ListConfigurationSetsCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link ListConfigurationSetsCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class ListConfigurationSetsCommand extends $Command<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, SESClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface ListCustomVerificationEmailTemplatesCommandOutput extends ListC
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ListCustomVerificationEmailTemplatesCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ListCustomVerificationEmailTemplatesCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class ListCustomVerificationEmailTemplatesCommand extends $Command<ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput, SESClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListIdentitiesCommandOutput extends ListIdentitiesResponse, __M
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListIdentitiesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListIdentitiesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListIdentitiesCommand extends $Command<ListIdentitiesCommandInput, ListIdentitiesCommandOutput, SESClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface ListIdentityPoliciesCommandOutput extends ListIdentityPoliciesR
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link ListIdentityPoliciesCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link ListIdentityPoliciesCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class ListIdentityPoliciesCommand extends $Command<ListIdentityPoliciesCommandInput, ListIdentityPoliciesCommandOutput, SESClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface ListReceiptFiltersCommandOutput extends ListReceiptFiltersRespo
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ListReceiptFiltersCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ListReceiptFiltersCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class ListReceiptFiltersCommand extends $Command<ListReceiptFiltersCommandInput, ListReceiptFiltersCommandOutput, SESClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface ListReceiptRuleSetsCommandOutput extends ListReceiptRuleSetsRes
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link ListReceiptRuleSetsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link ListReceiptRuleSetsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class ListReceiptRuleSetsCommand extends $Command<ListReceiptRuleSetsCommandInput, ListReceiptRuleSetsCommandOutput, SESClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __Met
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListTemplatesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListTemplatesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListTemplatesCommand extends $Command<ListTemplatesCommandInput, ListTemplatesCommandOutput, SESClientResolvedConfig> {
|