@aws-sdk/client-sesv2 3.36.1 → 3.40.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 +83 -9
- 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 +83 -9
- 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/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 +32 -32
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
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
export * from "./CreateConfigurationSetCommand";
|
|
2
|
+
export * from "./CreateConfigurationSetEventDestinationCommand";
|
|
3
|
+
export * from "./CreateContactCommand";
|
|
4
|
+
export * from "./CreateContactListCommand";
|
|
5
|
+
export * from "./CreateCustomVerificationEmailTemplateCommand";
|
|
6
|
+
export * from "./CreateDedicatedIpPoolCommand";
|
|
7
|
+
export * from "./CreateDeliverabilityTestReportCommand";
|
|
8
|
+
export * from "./CreateEmailIdentityCommand";
|
|
9
|
+
export * from "./CreateEmailIdentityPolicyCommand";
|
|
10
|
+
export * from "./CreateEmailTemplateCommand";
|
|
11
|
+
export * from "./CreateImportJobCommand";
|
|
12
|
+
export * from "./DeleteConfigurationSetCommand";
|
|
13
|
+
export * from "./DeleteConfigurationSetEventDestinationCommand";
|
|
14
|
+
export * from "./DeleteContactCommand";
|
|
15
|
+
export * from "./DeleteContactListCommand";
|
|
16
|
+
export * from "./DeleteCustomVerificationEmailTemplateCommand";
|
|
17
|
+
export * from "./DeleteDedicatedIpPoolCommand";
|
|
18
|
+
export * from "./DeleteEmailIdentityCommand";
|
|
19
|
+
export * from "./DeleteEmailIdentityPolicyCommand";
|
|
20
|
+
export * from "./DeleteEmailTemplateCommand";
|
|
21
|
+
export * from "./DeleteSuppressedDestinationCommand";
|
|
22
|
+
export * from "./GetAccountCommand";
|
|
23
|
+
export * from "./GetBlacklistReportsCommand";
|
|
24
|
+
export * from "./GetConfigurationSetCommand";
|
|
25
|
+
export * from "./GetConfigurationSetEventDestinationsCommand";
|
|
26
|
+
export * from "./GetContactCommand";
|
|
27
|
+
export * from "./GetContactListCommand";
|
|
28
|
+
export * from "./GetCustomVerificationEmailTemplateCommand";
|
|
29
|
+
export * from "./GetDedicatedIpCommand";
|
|
30
|
+
export * from "./GetDedicatedIpsCommand";
|
|
31
|
+
export * from "./GetDeliverabilityDashboardOptionsCommand";
|
|
32
|
+
export * from "./GetDeliverabilityTestReportCommand";
|
|
33
|
+
export * from "./GetDomainDeliverabilityCampaignCommand";
|
|
34
|
+
export * from "./GetDomainStatisticsReportCommand";
|
|
35
|
+
export * from "./GetEmailIdentityCommand";
|
|
36
|
+
export * from "./GetEmailIdentityPoliciesCommand";
|
|
37
|
+
export * from "./GetEmailTemplateCommand";
|
|
38
|
+
export * from "./GetImportJobCommand";
|
|
39
|
+
export * from "./GetSuppressedDestinationCommand";
|
|
40
|
+
export * from "./ListConfigurationSetsCommand";
|
|
41
|
+
export * from "./ListContactListsCommand";
|
|
42
|
+
export * from "./ListContactsCommand";
|
|
43
|
+
export * from "./ListCustomVerificationEmailTemplatesCommand";
|
|
44
|
+
export * from "./ListDedicatedIpPoolsCommand";
|
|
45
|
+
export * from "./ListDeliverabilityTestReportsCommand";
|
|
46
|
+
export * from "./ListDomainDeliverabilityCampaignsCommand";
|
|
47
|
+
export * from "./ListEmailIdentitiesCommand";
|
|
48
|
+
export * from "./ListEmailTemplatesCommand";
|
|
49
|
+
export * from "./ListImportJobsCommand";
|
|
50
|
+
export * from "./ListSuppressedDestinationsCommand";
|
|
51
|
+
export * from "./ListTagsForResourceCommand";
|
|
52
|
+
export * from "./PutAccountDedicatedIpWarmupAttributesCommand";
|
|
53
|
+
export * from "./PutAccountDetailsCommand";
|
|
54
|
+
export * from "./PutAccountSendingAttributesCommand";
|
|
55
|
+
export * from "./PutAccountSuppressionAttributesCommand";
|
|
56
|
+
export * from "./PutConfigurationSetDeliveryOptionsCommand";
|
|
57
|
+
export * from "./PutConfigurationSetReputationOptionsCommand";
|
|
58
|
+
export * from "./PutConfigurationSetSendingOptionsCommand";
|
|
59
|
+
export * from "./PutConfigurationSetSuppressionOptionsCommand";
|
|
60
|
+
export * from "./PutConfigurationSetTrackingOptionsCommand";
|
|
61
|
+
export * from "./PutDedicatedIpInPoolCommand";
|
|
62
|
+
export * from "./PutDedicatedIpWarmupAttributesCommand";
|
|
63
|
+
export * from "./PutDeliverabilityDashboardOptionCommand";
|
|
64
|
+
export * from "./PutEmailIdentityConfigurationSetAttributesCommand";
|
|
65
|
+
export * from "./PutEmailIdentityDkimAttributesCommand";
|
|
66
|
+
export * from "./PutEmailIdentityDkimSigningAttributesCommand";
|
|
67
|
+
export * from "./PutEmailIdentityFeedbackAttributesCommand";
|
|
68
|
+
export * from "./PutEmailIdentityMailFromAttributesCommand";
|
|
69
|
+
export * from "./PutSuppressedDestinationCommand";
|
|
70
|
+
export * from "./SendBulkEmailCommand";
|
|
71
|
+
export * from "./SendCustomVerificationEmailCommand";
|
|
72
|
+
export * from "./SendEmailCommand";
|
|
73
|
+
export * from "./TagResourceCommand";
|
|
74
|
+
export * from "./TestRenderEmailTemplateCommand";
|
|
75
|
+
export * from "./UntagResourceCommand";
|
|
76
|
+
export * from "./UpdateConfigurationSetEventDestinationCommand";
|
|
77
|
+
export * from "./UpdateContactCommand";
|
|
78
|
+
export * from "./UpdateContactListCommand";
|
|
79
|
+
export * from "./UpdateCustomVerificationEmailTemplateCommand";
|
|
80
|
+
export * from "./UpdateEmailIdentityPolicyCommand";
|
|
81
|
+
export * from "./UpdateEmailTemplateCommand";
|
package/dist-types/index.d.ts
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";
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
|
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
19
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
20
|
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
23
|
serviceId: string;
|
|
22
24
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
@@ -119,6 +119,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
119
119
|
|
|
120
120
|
logger?: __Logger;
|
|
121
121
|
|
|
122
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
123
|
+
|
|
124
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
125
|
+
|
|
122
126
|
serviceId?: string;
|
|
123
127
|
|
|
124
128
|
region?: string | __Provider<string>;
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
export * from "./CreateConfigurationSetCommand";
|
|
2
|
+
export * from "./CreateConfigurationSetEventDestinationCommand";
|
|
3
|
+
export * from "./CreateContactCommand";
|
|
4
|
+
export * from "./CreateContactListCommand";
|
|
5
|
+
export * from "./CreateCustomVerificationEmailTemplateCommand";
|
|
6
|
+
export * from "./CreateDedicatedIpPoolCommand";
|
|
7
|
+
export * from "./CreateDeliverabilityTestReportCommand";
|
|
8
|
+
export * from "./CreateEmailIdentityCommand";
|
|
9
|
+
export * from "./CreateEmailIdentityPolicyCommand";
|
|
10
|
+
export * from "./CreateEmailTemplateCommand";
|
|
11
|
+
export * from "./CreateImportJobCommand";
|
|
12
|
+
export * from "./DeleteConfigurationSetCommand";
|
|
13
|
+
export * from "./DeleteConfigurationSetEventDestinationCommand";
|
|
14
|
+
export * from "./DeleteContactCommand";
|
|
15
|
+
export * from "./DeleteContactListCommand";
|
|
16
|
+
export * from "./DeleteCustomVerificationEmailTemplateCommand";
|
|
17
|
+
export * from "./DeleteDedicatedIpPoolCommand";
|
|
18
|
+
export * from "./DeleteEmailIdentityCommand";
|
|
19
|
+
export * from "./DeleteEmailIdentityPolicyCommand";
|
|
20
|
+
export * from "./DeleteEmailTemplateCommand";
|
|
21
|
+
export * from "./DeleteSuppressedDestinationCommand";
|
|
22
|
+
export * from "./GetAccountCommand";
|
|
23
|
+
export * from "./GetBlacklistReportsCommand";
|
|
24
|
+
export * from "./GetConfigurationSetCommand";
|
|
25
|
+
export * from "./GetConfigurationSetEventDestinationsCommand";
|
|
26
|
+
export * from "./GetContactCommand";
|
|
27
|
+
export * from "./GetContactListCommand";
|
|
28
|
+
export * from "./GetCustomVerificationEmailTemplateCommand";
|
|
29
|
+
export * from "./GetDedicatedIpCommand";
|
|
30
|
+
export * from "./GetDedicatedIpsCommand";
|
|
31
|
+
export * from "./GetDeliverabilityDashboardOptionsCommand";
|
|
32
|
+
export * from "./GetDeliverabilityTestReportCommand";
|
|
33
|
+
export * from "./GetDomainDeliverabilityCampaignCommand";
|
|
34
|
+
export * from "./GetDomainStatisticsReportCommand";
|
|
35
|
+
export * from "./GetEmailIdentityCommand";
|
|
36
|
+
export * from "./GetEmailIdentityPoliciesCommand";
|
|
37
|
+
export * from "./GetEmailTemplateCommand";
|
|
38
|
+
export * from "./GetImportJobCommand";
|
|
39
|
+
export * from "./GetSuppressedDestinationCommand";
|
|
40
|
+
export * from "./ListConfigurationSetsCommand";
|
|
41
|
+
export * from "./ListContactListsCommand";
|
|
42
|
+
export * from "./ListContactsCommand";
|
|
43
|
+
export * from "./ListCustomVerificationEmailTemplatesCommand";
|
|
44
|
+
export * from "./ListDedicatedIpPoolsCommand";
|
|
45
|
+
export * from "./ListDeliverabilityTestReportsCommand";
|
|
46
|
+
export * from "./ListDomainDeliverabilityCampaignsCommand";
|
|
47
|
+
export * from "./ListEmailIdentitiesCommand";
|
|
48
|
+
export * from "./ListEmailTemplatesCommand";
|
|
49
|
+
export * from "./ListImportJobsCommand";
|
|
50
|
+
export * from "./ListSuppressedDestinationsCommand";
|
|
51
|
+
export * from "./ListTagsForResourceCommand";
|
|
52
|
+
export * from "./PutAccountDedicatedIpWarmupAttributesCommand";
|
|
53
|
+
export * from "./PutAccountDetailsCommand";
|
|
54
|
+
export * from "./PutAccountSendingAttributesCommand";
|
|
55
|
+
export * from "./PutAccountSuppressionAttributesCommand";
|
|
56
|
+
export * from "./PutConfigurationSetDeliveryOptionsCommand";
|
|
57
|
+
export * from "./PutConfigurationSetReputationOptionsCommand";
|
|
58
|
+
export * from "./PutConfigurationSetSendingOptionsCommand";
|
|
59
|
+
export * from "./PutConfigurationSetSuppressionOptionsCommand";
|
|
60
|
+
export * from "./PutConfigurationSetTrackingOptionsCommand";
|
|
61
|
+
export * from "./PutDedicatedIpInPoolCommand";
|
|
62
|
+
export * from "./PutDedicatedIpWarmupAttributesCommand";
|
|
63
|
+
export * from "./PutDeliverabilityDashboardOptionCommand";
|
|
64
|
+
export * from "./PutEmailIdentityConfigurationSetAttributesCommand";
|
|
65
|
+
export * from "./PutEmailIdentityDkimAttributesCommand";
|
|
66
|
+
export * from "./PutEmailIdentityDkimSigningAttributesCommand";
|
|
67
|
+
export * from "./PutEmailIdentityFeedbackAttributesCommand";
|
|
68
|
+
export * from "./PutEmailIdentityMailFromAttributesCommand";
|
|
69
|
+
export * from "./PutSuppressedDestinationCommand";
|
|
70
|
+
export * from "./SendBulkEmailCommand";
|
|
71
|
+
export * from "./SendCustomVerificationEmailCommand";
|
|
72
|
+
export * from "./SendEmailCommand";
|
|
73
|
+
export * from "./TagResourceCommand";
|
|
74
|
+
export * from "./TestRenderEmailTemplateCommand";
|
|
75
|
+
export * from "./UntagResourceCommand";
|
|
76
|
+
export * from "./UpdateConfigurationSetEventDestinationCommand";
|
|
77
|
+
export * from "./UpdateContactCommand";
|
|
78
|
+
export * from "./UpdateContactListCommand";
|
|
79
|
+
export * from "./UpdateCustomVerificationEmailTemplateCommand";
|
|
80
|
+
export * from "./UpdateEmailIdentityPolicyCommand";
|
|
81
|
+
export * from "./UpdateEmailTemplateCommand";
|
|
@@ -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";
|