@aws-sdk/client-sesv2 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 +84 -0
- package/dist-cjs/endpoints.js +90 -8
- package/dist-cjs/index.js +4 -96
- package/dist-cjs/pagination/index.js +16 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/commands/index.js +81 -0
- package/dist-es/endpoints.js +90 -8
- package/dist-es/index.js +4 -96
- package/dist-es/pagination/index.js +13 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/SESv2Client.d.ts +8 -0
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/commands/CreateContactListCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateEmailIdentityCommand.d.ts +1 -1
- package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateImportJobCommand.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/DeleteContactCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContactListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSuppressedDestinationCommand.d.ts +1 -1
- package/dist-types/commands/GetAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetBlacklistReportsCommand.d.ts +1 -1
- package/dist-types/commands/GetConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +1 -1
- package/dist-types/commands/GetContactCommand.d.ts +1 -1
- package/dist-types/commands/GetContactListCommand.d.ts +1 -1
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetDedicatedIpCommand.d.ts +1 -1
- package/dist-types/commands/GetDedicatedIpsCommand.d.ts +1 -1
- package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +1 -1
- package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +1 -1
- package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +1 -1
- package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +1 -1
- package/dist-types/commands/GetEmailIdentityCommand.d.ts +1 -1
- package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/GetEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetImportJobCommand.d.ts +1 -1
- package/dist-types/commands/GetSuppressedDestinationCommand.d.ts +1 -1
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListContactListsCommand.d.ts +1 -1
- package/dist-types/commands/ListContactsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +1 -1
- package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +1 -1
- package/dist-types/commands/ListEmailTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountDetailsCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +1 -1
- package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +1 -1
- package/dist-types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +1 -1
- package/dist-types/commands/SendBulkEmailCommand.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/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactListCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +81 -0
- package/dist-types/index.d.ts +4 -96
- package/dist-types/pagination/index.d.ts +13 -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/SESv2Client.d.ts +4 -0
- package/dist-types/ts3.4/commands/index.d.ts +81 -0
- package/dist-types/ts3.4/index.d.ts +4 -96
- package/dist-types/ts3.4/pagination/index.d.ts +13 -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/package.json +26 -26
package/dist-es/index.js
CHANGED
|
@@ -1,97 +1,5 @@
|
|
|
1
|
-
export * from "./SESv2Client";
|
|
2
1
|
export * from "./SESv2";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateCustomVerificationEmailTemplateCommand";
|
|
8
|
-
export * from "./commands/CreateDedicatedIpPoolCommand";
|
|
9
|
-
export * from "./commands/CreateDeliverabilityTestReportCommand";
|
|
10
|
-
export * from "./commands/CreateEmailIdentityCommand";
|
|
11
|
-
export * from "./commands/CreateEmailIdentityPolicyCommand";
|
|
12
|
-
export * from "./commands/CreateEmailTemplateCommand";
|
|
13
|
-
export * from "./commands/CreateImportJobCommand";
|
|
14
|
-
export * from "./commands/DeleteConfigurationSetCommand";
|
|
15
|
-
export * from "./commands/DeleteConfigurationSetEventDestinationCommand";
|
|
16
|
-
export * from "./commands/DeleteContactCommand";
|
|
17
|
-
export * from "./commands/DeleteContactListCommand";
|
|
18
|
-
export * from "./commands/DeleteCustomVerificationEmailTemplateCommand";
|
|
19
|
-
export * from "./commands/DeleteDedicatedIpPoolCommand";
|
|
20
|
-
export * from "./commands/DeleteEmailIdentityCommand";
|
|
21
|
-
export * from "./commands/DeleteEmailIdentityPolicyCommand";
|
|
22
|
-
export * from "./commands/DeleteEmailTemplateCommand";
|
|
23
|
-
export * from "./commands/DeleteSuppressedDestinationCommand";
|
|
24
|
-
export * from "./commands/GetAccountCommand";
|
|
25
|
-
export * from "./commands/GetBlacklistReportsCommand";
|
|
26
|
-
export * from "./commands/GetConfigurationSetCommand";
|
|
27
|
-
export * from "./commands/GetConfigurationSetEventDestinationsCommand";
|
|
28
|
-
export * from "./commands/GetContactCommand";
|
|
29
|
-
export * from "./commands/GetContactListCommand";
|
|
30
|
-
export * from "./commands/GetCustomVerificationEmailTemplateCommand";
|
|
31
|
-
export * from "./commands/GetDedicatedIpCommand";
|
|
32
|
-
export * from "./commands/GetDedicatedIpsCommand";
|
|
33
|
-
export * from "./pagination/GetDedicatedIpsPaginator";
|
|
34
|
-
export * from "./commands/GetDeliverabilityDashboardOptionsCommand";
|
|
35
|
-
export * from "./commands/GetDeliverabilityTestReportCommand";
|
|
36
|
-
export * from "./commands/GetDomainDeliverabilityCampaignCommand";
|
|
37
|
-
export * from "./commands/GetDomainStatisticsReportCommand";
|
|
38
|
-
export * from "./commands/GetEmailIdentityCommand";
|
|
39
|
-
export * from "./commands/GetEmailIdentityPoliciesCommand";
|
|
40
|
-
export * from "./commands/GetEmailTemplateCommand";
|
|
41
|
-
export * from "./commands/GetImportJobCommand";
|
|
42
|
-
export * from "./commands/GetSuppressedDestinationCommand";
|
|
43
|
-
export * from "./commands/ListConfigurationSetsCommand";
|
|
44
|
-
export * from "./pagination/ListConfigurationSetsPaginator";
|
|
45
|
-
export * from "./commands/ListContactListsCommand";
|
|
46
|
-
export * from "./pagination/ListContactListsPaginator";
|
|
47
|
-
export * from "./commands/ListContactsCommand";
|
|
48
|
-
export * from "./pagination/ListContactsPaginator";
|
|
49
|
-
export * from "./commands/ListCustomVerificationEmailTemplatesCommand";
|
|
50
|
-
export * from "./pagination/ListCustomVerificationEmailTemplatesPaginator";
|
|
51
|
-
export * from "./commands/ListDedicatedIpPoolsCommand";
|
|
52
|
-
export * from "./pagination/ListDedicatedIpPoolsPaginator";
|
|
53
|
-
export * from "./commands/ListDeliverabilityTestReportsCommand";
|
|
54
|
-
export * from "./pagination/ListDeliverabilityTestReportsPaginator";
|
|
55
|
-
export * from "./commands/ListDomainDeliverabilityCampaignsCommand";
|
|
56
|
-
export * from "./pagination/ListDomainDeliverabilityCampaignsPaginator";
|
|
57
|
-
export * from "./commands/ListEmailIdentitiesCommand";
|
|
58
|
-
export * from "./pagination/ListEmailIdentitiesPaginator";
|
|
59
|
-
export * from "./commands/ListEmailTemplatesCommand";
|
|
60
|
-
export * from "./pagination/ListEmailTemplatesPaginator";
|
|
61
|
-
export * from "./commands/ListImportJobsCommand";
|
|
62
|
-
export * from "./pagination/ListImportJobsPaginator";
|
|
63
|
-
export * from "./commands/ListSuppressedDestinationsCommand";
|
|
64
|
-
export * from "./pagination/ListSuppressedDestinationsPaginator";
|
|
65
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
66
|
-
export * from "./commands/PutAccountDedicatedIpWarmupAttributesCommand";
|
|
67
|
-
export * from "./commands/PutAccountDetailsCommand";
|
|
68
|
-
export * from "./commands/PutAccountSendingAttributesCommand";
|
|
69
|
-
export * from "./commands/PutAccountSuppressionAttributesCommand";
|
|
70
|
-
export * from "./commands/PutConfigurationSetDeliveryOptionsCommand";
|
|
71
|
-
export * from "./commands/PutConfigurationSetReputationOptionsCommand";
|
|
72
|
-
export * from "./commands/PutConfigurationSetSendingOptionsCommand";
|
|
73
|
-
export * from "./commands/PutConfigurationSetSuppressionOptionsCommand";
|
|
74
|
-
export * from "./commands/PutConfigurationSetTrackingOptionsCommand";
|
|
75
|
-
export * from "./commands/PutDedicatedIpInPoolCommand";
|
|
76
|
-
export * from "./commands/PutDedicatedIpWarmupAttributesCommand";
|
|
77
|
-
export * from "./commands/PutDeliverabilityDashboardOptionCommand";
|
|
78
|
-
export * from "./commands/PutEmailIdentityConfigurationSetAttributesCommand";
|
|
79
|
-
export * from "./commands/PutEmailIdentityDkimAttributesCommand";
|
|
80
|
-
export * from "./commands/PutEmailIdentityDkimSigningAttributesCommand";
|
|
81
|
-
export * from "./commands/PutEmailIdentityFeedbackAttributesCommand";
|
|
82
|
-
export * from "./commands/PutEmailIdentityMailFromAttributesCommand";
|
|
83
|
-
export * from "./commands/PutSuppressedDestinationCommand";
|
|
84
|
-
export * from "./commands/SendBulkEmailCommand";
|
|
85
|
-
export * from "./commands/SendCustomVerificationEmailCommand";
|
|
86
|
-
export * from "./commands/SendEmailCommand";
|
|
87
|
-
export * from "./commands/TagResourceCommand";
|
|
88
|
-
export * from "./commands/TestRenderEmailTemplateCommand";
|
|
89
|
-
export * from "./commands/UntagResourceCommand";
|
|
90
|
-
export * from "./commands/UpdateConfigurationSetEventDestinationCommand";
|
|
91
|
-
export * from "./commands/UpdateContactCommand";
|
|
92
|
-
export * from "./commands/UpdateContactListCommand";
|
|
93
|
-
export * from "./commands/UpdateCustomVerificationEmailTemplateCommand";
|
|
94
|
-
export * from "./commands/UpdateEmailIdentityPolicyCommand";
|
|
95
|
-
export * from "./commands/UpdateEmailTemplateCommand";
|
|
96
|
-
export * from "./pagination/Interfaces";
|
|
97
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./SESv2Client";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export * from "./GetDedicatedIpsPaginator";
|
|
2
|
+
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListConfigurationSetsPaginator";
|
|
4
|
+
export * from "./ListContactListsPaginator";
|
|
5
|
+
export * from "./ListContactsPaginator";
|
|
6
|
+
export * from "./ListCustomVerificationEmailTemplatesPaginator";
|
|
7
|
+
export * from "./ListDedicatedIpPoolsPaginator";
|
|
8
|
+
export * from "./ListDeliverabilityTestReportsPaginator";
|
|
9
|
+
export * from "./ListDomainDeliverabilityCampaignsPaginator";
|
|
10
|
+
export * from "./ListEmailIdentitiesPaginator";
|
|
11
|
+
export * from "./ListEmailTemplatesPaginator";
|
|
12
|
+
export * from "./ListImportJobsPaginator";
|
|
13
|
+
export * from "./ListSuppressedDestinationsPaginator";
|
|
@@ -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
|
};
|
|
@@ -157,6 +157,14 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
157
157
|
* Optional logger for logging debug/info/warn/error.
|
|
158
158
|
*/
|
|
159
159
|
logger?: __Logger;
|
|
160
|
+
/**
|
|
161
|
+
* Enables IPv6/IPv4 dualstack endpoint.
|
|
162
|
+
*/
|
|
163
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
164
|
+
/**
|
|
165
|
+
* Enables FIPS compatible endpoints.
|
|
166
|
+
*/
|
|
167
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
160
168
|
/**
|
|
161
169
|
* Unique service identifier.
|
|
162
170
|
* @internal
|
|
@@ -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 SESv2ClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class CreateConfigurationSetCommand extends $Command<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface CreateConfigurationSetEventDestinationCommandOutput extends Cre
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link CreateConfigurationSetEventDestinationCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link CreateConfigurationSetEventDestinationCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class CreateConfigurationSetEventDestinationCommand extends $Command<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreateContactCommandOutput extends CreateContactResponse, __Met
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateContactCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateContactCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class CreateContactCommand extends $Command<CreateContactCommandInput, CreateContactCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateContactListCommandOutput extends CreateContactListRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateContactListCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateContactListCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateContactListCommand extends $Command<CreateContactListCommandInput, CreateContactListCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateCustomVerificationEmailTemplateCommandOutput extends Crea
|
|
|
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 SESv2ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateCustomVerificationEmailTemplateCommand extends $Command<CreateCustomVerificationEmailTemplateCommandInput, CreateCustomVerificationEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateDedicatedIpPoolCommandOutput extends CreateDedicatedIpPoo
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateDedicatedIpPoolCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateDedicatedIpPoolCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateDedicatedIpPoolCommand extends $Command<CreateDedicatedIpPoolCommandInput, CreateDedicatedIpPoolCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface CreateDeliverabilityTestReportCommandOutput extends CreateDeliv
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link CreateDeliverabilityTestReportCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link CreateDeliverabilityTestReportCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class CreateDeliverabilityTestReportCommand extends $Command<CreateDeliverabilityTestReportCommandInput, CreateDeliverabilityTestReportCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -45,7 +45,7 @@ export interface CreateEmailIdentityCommandOutput extends CreateEmailIdentityRes
|
|
|
45
45
|
*
|
|
46
46
|
* @see {@link CreateEmailIdentityCommandInput} for command's `input` shape.
|
|
47
47
|
* @see {@link CreateEmailIdentityCommandOutput} for command's `response` shape.
|
|
48
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
48
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
export declare class CreateEmailIdentityCommand extends $Command<CreateEmailIdentityCommandInput, CreateEmailIdentityCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface CreateEmailIdentityPolicyCommandOutput extends CreateEmailIdent
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link CreateEmailIdentityPolicyCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link CreateEmailIdentityPolicyCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class CreateEmailIdentityPolicyCommand extends $Command<CreateEmailIdentityPolicyCommandInput, CreateEmailIdentityPolicyCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateEmailTemplateCommandOutput extends CreateEmailTemplateRes
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateEmailTemplateCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateEmailTemplateCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateEmailTemplateCommand extends $Command<CreateEmailTemplateCommandInput, CreateEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateImportJobCommandOutput extends CreateImportJobResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateImportJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateImportJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateImportJobCommand extends $Command<CreateImportJobCommandInput, CreateImportJobCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DeleteConfigurationSetCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DeleteConfigurationSetCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class DeleteConfigurationSetCommand extends $Command<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface DeleteConfigurationSetEventDestinationCommandOutput extends Del
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link DeleteConfigurationSetEventDestinationCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link DeleteConfigurationSetEventDestinationCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class DeleteConfigurationSetEventDestinationCommand extends $Command<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteContactCommandOutput extends DeleteContactResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteContactCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteContactCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteContactCommand extends $Command<DeleteContactCommandInput, DeleteContactCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteContactListCommandOutput extends DeleteContactListRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteContactListCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteContactListCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteContactListCommand extends $Command<DeleteContactListCommandInput, DeleteContactListCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteCustomVerificationEmailTemplateCommandOutput extends Dele
|
|
|
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 SESv2ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteCustomVerificationEmailTemplateCommand extends $Command<DeleteCustomVerificationEmailTemplateCommandInput, DeleteCustomVerificationEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteDedicatedIpPoolCommandOutput extends DeleteDedicatedIpPoo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteDedicatedIpPoolCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteDedicatedIpPoolCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteDedicatedIpPoolCommand extends $Command<DeleteDedicatedIpPoolCommandInput, DeleteDedicatedIpPoolCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteEmailIdentityCommandOutput extends DeleteEmailIdentityRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteEmailIdentityCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteEmailIdentityCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteEmailIdentityCommand extends $Command<DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface DeleteEmailIdentityPolicyCommandOutput extends DeleteEmailIdent
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link DeleteEmailIdentityPolicyCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link DeleteEmailIdentityPolicyCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class DeleteEmailIdentityPolicyCommand extends $Command<DeleteEmailIdentityPolicyCommandInput, DeleteEmailIdentityPolicyCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteEmailTemplateCommandOutput extends DeleteEmailTemplateRes
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteEmailTemplateCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteEmailTemplateCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteEmailTemplateCommand extends $Command<DeleteEmailTemplateCommandInput, DeleteEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteSuppressedDestinationCommandOutput extends DeleteSuppress
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteSuppressedDestinationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteSuppressedDestinationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteSuppressedDestinationCommand extends $Command<DeleteSuppressedDestinationCommandInput, DeleteSuppressedDestinationCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataB
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetAccountCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetAccountCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetAccountCommand extends $Command<GetAccountCommandInput, GetAccountCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetBlacklistReportsCommandOutput extends GetBlacklistReportsRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetBlacklistReportsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetBlacklistReportsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetBlacklistReportsCommand extends $Command<GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface GetConfigurationSetCommandOutput extends GetConfigurationSetRes
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link GetConfigurationSetCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link GetConfigurationSetCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class GetConfigurationSetCommand extends $Command<GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface GetConfigurationSetEventDestinationsCommandOutput extends GetCo
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link GetConfigurationSetEventDestinationsCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link GetConfigurationSetEventDestinationsCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class GetConfigurationSetEventDestinationsCommand extends $Command<GetConfigurationSetEventDestinationsCommandInput, GetConfigurationSetEventDestinationsCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetContactCommandOutput extends GetContactResponse, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetContactCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetContactCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetContactCommand extends $Command<GetContactCommandInput, GetContactCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetContactListCommandOutput extends GetContactListResponse, __M
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetContactListCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetContactListCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetContactListCommand extends $Command<GetContactListCommandInput, GetContactListCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -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 SESv2ClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class GetCustomVerificationEmailTemplateCommand extends $Command<GetCustomVerificationEmailTemplateCommandInput, GetCustomVerificationEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface GetDedicatedIpCommandOutput extends GetDedicatedIpResponse, __M
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link GetDedicatedIpCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link GetDedicatedIpCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class GetDedicatedIpCommand extends $Command<GetDedicatedIpCommandInput, GetDedicatedIpCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetDedicatedIpsCommandOutput extends GetDedicatedIpsResponse, _
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetDedicatedIpsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetDedicatedIpsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetDedicatedIpsCommand extends $Command<GetDedicatedIpsCommandInput, GetDedicatedIpsCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface GetDeliverabilityDashboardOptionsCommandOutput extends GetDeliv
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link GetDeliverabilityDashboardOptionsCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link GetDeliverabilityDashboardOptionsCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class GetDeliverabilityDashboardOptionsCommand extends $Command<GetDeliverabilityDashboardOptionsCommandInput, GetDeliverabilityDashboardOptionsCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDeliverabilityTestReportCommandOutput extends GetDeliverabil
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDeliverabilityTestReportCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDeliverabilityTestReportCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDeliverabilityTestReportCommand extends $Command<GetDeliverabilityTestReportCommandInput, GetDeliverabilityTestReportCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface GetDomainDeliverabilityCampaignCommandOutput extends GetDomainD
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link GetDomainDeliverabilityCampaignCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link GetDomainDeliverabilityCampaignCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class GetDomainDeliverabilityCampaignCommand extends $Command<GetDomainDeliverabilityCampaignCommandInput, GetDomainDeliverabilityCampaignCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetDomainStatisticsReportCommandOutput extends GetDomainStatist
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetDomainStatisticsReportCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetDomainStatisticsReportCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetDomainStatisticsReportCommand extends $Command<GetDomainStatisticsReportCommandInput, GetDomainStatisticsReportCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface GetEmailIdentityCommandOutput extends GetEmailIdentityResponse,
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link GetEmailIdentityCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link GetEmailIdentityCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class GetEmailIdentityCommand extends $Command<GetEmailIdentityCommandInput, GetEmailIdentityCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface GetEmailIdentityPoliciesCommandOutput extends GetEmailIdentityP
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link GetEmailIdentityPoliciesCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link GetEmailIdentityPoliciesCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class GetEmailIdentityPoliciesCommand extends $Command<GetEmailIdentityPoliciesCommandInput, GetEmailIdentityPoliciesCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetEmailTemplateCommandOutput extends GetEmailTemplateResponse,
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetEmailTemplateCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetEmailTemplateCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetEmailTemplateCommand extends $Command<GetEmailTemplateCommandInput, GetEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetImportJobCommandOutput extends GetImportJobResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetImportJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetImportJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetImportJobCommand extends $Command<GetImportJobCommandInput, GetImportJobCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetSuppressedDestinationCommandOutput extends GetSuppressedDest
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetSuppressedDestinationCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetSuppressedDestinationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetSuppressedDestinationCommand extends $Command<GetSuppressedDestinationCommandInput, GetSuppressedDestinationCommandOutput, SESv2ClientResolvedConfig> {
|