@aws-sdk/client-sesv2 3.709.0 → 3.712.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/README.md +32 -0
- package/dist-cjs/endpoint/endpointResolver.js +1 -1
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/index.js +226 -6
- package/dist-es/SESv2.js +8 -0
- package/dist-es/commands/CreateMultiRegionEndpointCommand.js +22 -0
- package/dist-es/commands/DeleteMultiRegionEndpointCommand.js +22 -0
- package/dist-es/commands/GetMultiRegionEndpointCommand.js +22 -0
- package/dist-es/commands/ListMultiRegionEndpointsCommand.js +22 -0
- package/dist-es/commands/PutEmailIdentityDkimSigningAttributesCommand.js +1 -1
- package/dist-es/commands/SendBulkEmailCommand.js +4 -1
- package/dist-es/commands/SendEmailCommand.js +4 -1
- package/dist-es/commands/index.js +4 -0
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +6 -4
- package/dist-es/models/models_1.js +5 -1
- package/dist-es/pagination/ListMultiRegionEndpointsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +128 -0
- package/dist-types/SESv2.d.ts +29 -0
- package/dist-types/SESv2Client.d.ts +6 -2
- package/dist-types/commands/CreateMultiRegionEndpointCommand.d.ts +103 -0
- package/dist-types/commands/DeleteMultiRegionEndpointCommand.d.ts +85 -0
- package/dist-types/commands/GetMultiRegionEndpointCommand.d.ts +91 -0
- package/dist-types/commands/ListMultiRegionEndpointsCommand.d.ts +92 -0
- package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +1 -1
- package/dist-types/commands/PutDedicatedIpPoolScalingAttributesCommand.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 -2
- package/dist-types/commands/SendBulkEmailCommand.d.ts +1 -0
- package/dist-types/commands/SendEmailCommand.d.ts +1 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +305 -195
- package/dist-types/models/models_1.d.ts +206 -1
- package/dist-types/pagination/ListMultiRegionEndpointsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
- package/dist-types/ts3.4/SESv2.d.ts +69 -0
- package/dist-types/ts3.4/SESv2Client.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateMultiRegionEndpointCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteMultiRegionEndpointCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMultiRegionEndpointCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListMultiRegionEndpointsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDedicatedIpPoolScalingAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +58 -38
- package/dist-types/ts3.4/models/models_1.d.ts +44 -0
- package/dist-types/ts3.4/pagination/ListMultiRegionEndpointsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -321,6 +321,14 @@ CreateImportJob
|
|
|
321
321
|
|
|
322
322
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/CreateImportJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateImportJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateImportJobCommandOutput/)
|
|
323
323
|
|
|
324
|
+
</details>
|
|
325
|
+
<details>
|
|
326
|
+
<summary>
|
|
327
|
+
CreateMultiRegionEndpoint
|
|
328
|
+
</summary>
|
|
329
|
+
|
|
330
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/CreateMultiRegionEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateMultiRegionEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateMultiRegionEndpointCommandOutput/)
|
|
331
|
+
|
|
324
332
|
</details>
|
|
325
333
|
<details>
|
|
326
334
|
<summary>
|
|
@@ -393,6 +401,14 @@ DeleteEmailTemplate
|
|
|
393
401
|
|
|
394
402
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/DeleteEmailTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteEmailTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteEmailTemplateCommandOutput/)
|
|
395
403
|
|
|
404
|
+
</details>
|
|
405
|
+
<details>
|
|
406
|
+
<summary>
|
|
407
|
+
DeleteMultiRegionEndpoint
|
|
408
|
+
</summary>
|
|
409
|
+
|
|
410
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/DeleteMultiRegionEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteMultiRegionEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteMultiRegionEndpointCommandOutput/)
|
|
411
|
+
|
|
396
412
|
</details>
|
|
397
413
|
<details>
|
|
398
414
|
<summary>
|
|
@@ -561,6 +577,14 @@ GetMessageInsights
|
|
|
561
577
|
|
|
562
578
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetMessageInsightsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetMessageInsightsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetMessageInsightsCommandOutput/)
|
|
563
579
|
|
|
580
|
+
</details>
|
|
581
|
+
<details>
|
|
582
|
+
<summary>
|
|
583
|
+
GetMultiRegionEndpoint
|
|
584
|
+
</summary>
|
|
585
|
+
|
|
586
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetMultiRegionEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetMultiRegionEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetMultiRegionEndpointCommandOutput/)
|
|
587
|
+
|
|
564
588
|
</details>
|
|
565
589
|
<details>
|
|
566
590
|
<summary>
|
|
@@ -657,6 +681,14 @@ ListImportJobs
|
|
|
657
681
|
|
|
658
682
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/ListImportJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListImportJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListImportJobsCommandOutput/)
|
|
659
683
|
|
|
684
|
+
</details>
|
|
685
|
+
<details>
|
|
686
|
+
<summary>
|
|
687
|
+
ListMultiRegionEndpoints
|
|
688
|
+
</summary>
|
|
689
|
+
|
|
690
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/ListMultiRegionEndpointsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListMultiRegionEndpointsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListMultiRegionEndpointsCommandOutput/)
|
|
691
|
+
|
|
660
692
|
</details>
|
|
661
693
|
<details>
|
|
662
694
|
<summary>
|
|
@@ -6,7 +6,7 @@ const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
|
6
6
|
const ruleset_1 = require("./ruleset");
|
|
7
7
|
const cache = new util_endpoints_2.EndpointCache({
|
|
8
8
|
size: 50,
|
|
9
|
-
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
9
|
+
params: ["Endpoint", "EndpointId", "Region", "UseDualStack", "UseFIPS"],
|
|
10
10
|
});
|
|
11
11
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
12
12
|
return cache.get(endpointParams, () => (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a =
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [
|
|
4
|
+
const z = "required", A = "type", B = "fn", C = "argv", D = "ref";
|
|
5
|
+
const a = false, b = true, c = "isSet", d = "booleanEquals", e = "endpoint", f = "tree", g = "error", h = { [z]: false, [A]: "String" }, i = { [z]: true, "default": false, [A]: "Boolean" }, j = { [D]: "EndpointId" }, k = { [B]: c, [C]: [{ [D]: "Region" }] }, l = { [B]: "aws.partition", [C]: [{ [D]: "Region" }], "assign": "PartitionResult" }, m = { [D]: "UseFIPS" }, n = { [D]: "Endpoint" }, o = { "authSchemes": [{ "name": "sigv4a", "signingName": "ses", "signingRegionSet": ["*"] }] }, p = {}, q = { [B]: d, [C]: [{ [D]: "UseDualStack" }, true] }, r = { [B]: d, [C]: [true, { [B]: "getAttr", [C]: [{ [D]: "PartitionResult" }, "supportsDualStack"] }] }, s = { [g]: "DualStack is enabled but this partition does not support DualStack", [A]: g }, t = { [B]: d, [C]: [m, true] }, u = { [B]: "getAttr", [C]: [{ [D]: "PartitionResult" }, "supportsFIPS"] }, v = [{ [B]: c, [C]: [n] }], w = [q], x = [r], y = [t];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h, EndpointId: h }, rules: [{ conditions: [{ [B]: c, [C]: [j] }, k, l], rules: [{ conditions: [{ [B]: "isValidHostLabel", [C]: [j, b] }], rules: [{ conditions: [{ [B]: d, [C]: [m, a] }], rules: [{ conditions: v, endpoint: { url: n, properties: o, headers: p }, [A]: e }, { conditions: w, rules: [{ conditions: x, rules: [{ endpoint: { url: "https://{EndpointId}.endpoints.email.{PartitionResult#dualStackDnsSuffix}", properties: o, headers: p }, [A]: e }], [A]: f }, s], [A]: f }, { endpoint: { url: "https://{EndpointId}.endpoints.email.{PartitionResult#dnsSuffix}", properties: o, headers: p }, [A]: e }], [A]: f }, { error: "Invalid Configuration: FIPS is not supported with multi-region endpoints", [A]: g }], [A]: f }, { error: "EndpointId must be a valid host label", [A]: g }], [A]: f }, { conditions: v, rules: [{ conditions: y, error: "Invalid Configuration: FIPS and custom endpoint are not supported", [A]: g }, { conditions: w, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", [A]: g }, { endpoint: { url: n, properties: p, headers: p }, [A]: e }], [A]: f }, { conditions: [k], rules: [{ conditions: [l], rules: [{ conditions: [t, q], rules: [{ conditions: [{ [B]: d, [C]: [b, u] }, r], rules: [{ endpoint: { url: "https://email-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: p, headers: p }, [A]: e }], [A]: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", [A]: g }], [A]: f }, { conditions: y, rules: [{ conditions: [{ [B]: d, [C]: [u, b] }], rules: [{ endpoint: { url: "https://email-fips.{Region}.{PartitionResult#dnsSuffix}", properties: p, headers: p }, [A]: e }], [A]: f }, { error: "FIPS is enabled but this partition does not support FIPS", [A]: g }], [A]: f }, { conditions: w, rules: [{ conditions: x, rules: [{ endpoint: { url: "https://email.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: p, headers: p }, [A]: e }], [A]: f }, s], [A]: f }, { endpoint: { url: "https://email.{Region}.{PartitionResult#dnsSuffix}", properties: p, headers: p }, [A]: e }], [A]: f }], [A]: f }, { error: "Invalid Configuration: Missing Region", [A]: g }] };
|
|
7
7
|
exports.ruleSet = _data;
|
package/dist-cjs/index.js
CHANGED
|
@@ -48,6 +48,7 @@ __export(src_exports, {
|
|
|
48
48
|
CreateExportJobCommand: () => CreateExportJobCommand,
|
|
49
49
|
CreateExportJobRequestFilterSensitiveLog: () => CreateExportJobRequestFilterSensitiveLog,
|
|
50
50
|
CreateImportJobCommand: () => CreateImportJobCommand,
|
|
51
|
+
CreateMultiRegionEndpointCommand: () => CreateMultiRegionEndpointCommand,
|
|
51
52
|
DataFormat: () => DataFormat,
|
|
52
53
|
DeleteConfigurationSetCommand: () => DeleteConfigurationSetCommand,
|
|
53
54
|
DeleteConfigurationSetEventDestinationCommand: () => DeleteConfigurationSetEventDestinationCommand,
|
|
@@ -58,6 +59,7 @@ __export(src_exports, {
|
|
|
58
59
|
DeleteEmailIdentityCommand: () => DeleteEmailIdentityCommand,
|
|
59
60
|
DeleteEmailIdentityPolicyCommand: () => DeleteEmailIdentityPolicyCommand,
|
|
60
61
|
DeleteEmailTemplateCommand: () => DeleteEmailTemplateCommand,
|
|
62
|
+
DeleteMultiRegionEndpointCommand: () => DeleteMultiRegionEndpointCommand,
|
|
61
63
|
DeleteSuppressedDestinationCommand: () => DeleteSuppressedDestinationCommand,
|
|
62
64
|
DeliverabilityDashboardAccountStatus: () => DeliverabilityDashboardAccountStatus,
|
|
63
65
|
DeliverabilityTestStatus: () => DeliverabilityTestStatus,
|
|
@@ -96,6 +98,7 @@ __export(src_exports, {
|
|
|
96
98
|
GetImportJobCommand: () => GetImportJobCommand,
|
|
97
99
|
GetMessageInsightsCommand: () => GetMessageInsightsCommand,
|
|
98
100
|
GetMessageInsightsResponseFilterSensitiveLog: () => GetMessageInsightsResponseFilterSensitiveLog,
|
|
101
|
+
GetMultiRegionEndpointCommand: () => GetMultiRegionEndpointCommand,
|
|
99
102
|
GetSuppressedDestinationCommand: () => GetSuppressedDestinationCommand,
|
|
100
103
|
HttpsPolicy: () => HttpsPolicy,
|
|
101
104
|
IdentityType: () => IdentityType,
|
|
@@ -115,6 +118,7 @@ __export(src_exports, {
|
|
|
115
118
|
ListEmailTemplatesCommand: () => ListEmailTemplatesCommand,
|
|
116
119
|
ListExportJobsCommand: () => ListExportJobsCommand,
|
|
117
120
|
ListImportJobsCommand: () => ListImportJobsCommand,
|
|
121
|
+
ListMultiRegionEndpointsCommand: () => ListMultiRegionEndpointsCommand,
|
|
118
122
|
ListRecommendationsCommand: () => ListRecommendationsCommand,
|
|
119
123
|
ListRecommendationsFilterKey: () => ListRecommendationsFilterKey,
|
|
120
124
|
ListSuppressedDestinationsCommand: () => ListSuppressedDestinationsCommand,
|
|
@@ -166,6 +170,7 @@ __export(src_exports, {
|
|
|
166
170
|
SendCustomVerificationEmailCommand: () => SendCustomVerificationEmailCommand,
|
|
167
171
|
SendEmailCommand: () => SendEmailCommand,
|
|
168
172
|
SendingPausedException: () => SendingPausedException,
|
|
173
|
+
Status: () => Status,
|
|
169
174
|
SubscriptionStatus: () => SubscriptionStatus,
|
|
170
175
|
SuppressionListImportAction: () => SuppressionListImportAction,
|
|
171
176
|
SuppressionListReason: () => SuppressionListReason,
|
|
@@ -196,6 +201,7 @@ __export(src_exports, {
|
|
|
196
201
|
paginateListEmailTemplates: () => paginateListEmailTemplates,
|
|
197
202
|
paginateListExportJobs: () => paginateListExportJobs,
|
|
198
203
|
paginateListImportJobs: () => paginateListImportJobs,
|
|
204
|
+
paginateListMultiRegionEndpoints: () => paginateListMultiRegionEndpoints,
|
|
199
205
|
paginateListRecommendations: () => paginateListRecommendations,
|
|
200
206
|
paginateListSuppressedDestinations: () => paginateListSuppressedDestinations
|
|
201
207
|
});
|
|
@@ -753,6 +759,12 @@ var SuppressionListImportAction = {
|
|
|
753
759
|
DELETE: "DELETE",
|
|
754
760
|
PUT: "PUT"
|
|
755
761
|
};
|
|
762
|
+
var Status = {
|
|
763
|
+
CREATING: "CREATING",
|
|
764
|
+
DELETING: "DELETING",
|
|
765
|
+
FAILED: "FAILED",
|
|
766
|
+
READY: "READY"
|
|
767
|
+
};
|
|
756
768
|
var WarmupStatus = {
|
|
757
769
|
DONE: "DONE",
|
|
758
770
|
IN_PROGRESS: "IN_PROGRESS"
|
|
@@ -900,10 +912,6 @@ var PutAccountDetailsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
900
912
|
...obj.UseCaseDescription && { UseCaseDescription: import_smithy_client.SENSITIVE_STRING },
|
|
901
913
|
...obj.AdditionalContactEmailAddresses && { AdditionalContactEmailAddresses: import_smithy_client.SENSITIVE_STRING }
|
|
902
914
|
}), "PutAccountDetailsRequestFilterSensitiveLog");
|
|
903
|
-
var PutEmailIdentityDkimSigningAttributesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
904
|
-
...obj,
|
|
905
|
-
...obj.SigningAttributes && { SigningAttributes: DkimSigningAttributesFilterSensitiveLog(obj.SigningAttributes) }
|
|
906
|
-
}), "PutEmailIdentityDkimSigningAttributesRequestFilterSensitiveLog");
|
|
907
915
|
|
|
908
916
|
// src/protocols/Aws_restJson1.ts
|
|
909
917
|
var se_BatchGetMetricDataCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -1144,6 +1152,23 @@ var se_CreateImportJobCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1144
1152
|
b.m("POST").h(headers).b(body);
|
|
1145
1153
|
return b.build();
|
|
1146
1154
|
}, "se_CreateImportJobCommand");
|
|
1155
|
+
var se_CreateMultiRegionEndpointCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1156
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1157
|
+
const headers = {
|
|
1158
|
+
"content-type": "application/json"
|
|
1159
|
+
};
|
|
1160
|
+
b.bp("/v2/email/multi-region-endpoints");
|
|
1161
|
+
let body;
|
|
1162
|
+
body = JSON.stringify(
|
|
1163
|
+
(0, import_smithy_client.take)(input, {
|
|
1164
|
+
Details: (_) => (0, import_smithy_client._json)(_),
|
|
1165
|
+
EndpointName: [],
|
|
1166
|
+
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1167
|
+
})
|
|
1168
|
+
);
|
|
1169
|
+
b.m("POST").h(headers).b(body);
|
|
1170
|
+
return b.build();
|
|
1171
|
+
}, "se_CreateMultiRegionEndpointCommand");
|
|
1147
1172
|
var se_DeleteConfigurationSetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1148
1173
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1149
1174
|
const headers = {};
|
|
@@ -1228,6 +1253,15 @@ var se_DeleteEmailTemplateCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1228
1253
|
b.m("DELETE").h(headers).b(body);
|
|
1229
1254
|
return b.build();
|
|
1230
1255
|
}, "se_DeleteEmailTemplateCommand");
|
|
1256
|
+
var se_DeleteMultiRegionEndpointCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1257
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1258
|
+
const headers = {};
|
|
1259
|
+
b.bp("/v2/email/multi-region-endpoints/{EndpointName}");
|
|
1260
|
+
b.p("EndpointName", () => input.EndpointName, "{EndpointName}", false);
|
|
1261
|
+
let body;
|
|
1262
|
+
b.m("DELETE").h(headers).b(body);
|
|
1263
|
+
return b.build();
|
|
1264
|
+
}, "se_DeleteMultiRegionEndpointCommand");
|
|
1231
1265
|
var se_DeleteSuppressedDestinationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1232
1266
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1233
1267
|
const headers = {};
|
|
@@ -1426,6 +1460,15 @@ var se_GetMessageInsightsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1426
1460
|
b.m("GET").h(headers).b(body);
|
|
1427
1461
|
return b.build();
|
|
1428
1462
|
}, "se_GetMessageInsightsCommand");
|
|
1463
|
+
var se_GetMultiRegionEndpointCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1464
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1465
|
+
const headers = {};
|
|
1466
|
+
b.bp("/v2/email/multi-region-endpoints/{EndpointName}");
|
|
1467
|
+
b.p("EndpointName", () => input.EndpointName, "{EndpointName}", false);
|
|
1468
|
+
let body;
|
|
1469
|
+
b.m("GET").h(headers).b(body);
|
|
1470
|
+
return b.build();
|
|
1471
|
+
}, "se_GetMultiRegionEndpointCommand");
|
|
1429
1472
|
var se_GetSuppressedDestinationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1430
1473
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1431
1474
|
const headers = {};
|
|
@@ -1587,6 +1630,18 @@ var se_ListImportJobsCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1587
1630
|
b.m("POST").h(headers).b(body);
|
|
1588
1631
|
return b.build();
|
|
1589
1632
|
}, "se_ListImportJobsCommand");
|
|
1633
|
+
var se_ListMultiRegionEndpointsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1634
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1635
|
+
const headers = {};
|
|
1636
|
+
b.bp("/v2/email/multi-region-endpoints");
|
|
1637
|
+
const query = (0, import_smithy_client.map)({
|
|
1638
|
+
[_NT]: [, input[_NT]],
|
|
1639
|
+
[_PS]: [() => input.PageSize !== void 0, () => input[_PS].toString()]
|
|
1640
|
+
});
|
|
1641
|
+
let body;
|
|
1642
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1643
|
+
return b.build();
|
|
1644
|
+
}, "se_ListMultiRegionEndpointsCommand");
|
|
1590
1645
|
var se_ListRecommendationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1591
1646
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1592
1647
|
const headers = {
|
|
@@ -1984,6 +2039,7 @@ var se_SendBulkEmailCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1984
2039
|
ConfigurationSetName: [],
|
|
1985
2040
|
DefaultContent: (_) => (0, import_smithy_client._json)(_),
|
|
1986
2041
|
DefaultEmailTags: (_) => (0, import_smithy_client._json)(_),
|
|
2042
|
+
EndpointId: [],
|
|
1987
2043
|
FeedbackForwardingEmailAddress: [],
|
|
1988
2044
|
FeedbackForwardingEmailAddressIdentityArn: [],
|
|
1989
2045
|
FromEmailAddress: [],
|
|
@@ -2024,6 +2080,7 @@ var se_SendEmailCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2024
2080
|
Content: (_) => se_EmailContent(_, context),
|
|
2025
2081
|
Destination: (_) => (0, import_smithy_client._json)(_),
|
|
2026
2082
|
EmailTags: (_) => (0, import_smithy_client._json)(_),
|
|
2083
|
+
EndpointId: [],
|
|
2027
2084
|
FeedbackForwardingEmailAddress: [],
|
|
2028
2085
|
FeedbackForwardingEmailAddressIdentityArn: [],
|
|
2029
2086
|
FromEmailAddress: [],
|
|
@@ -2349,6 +2406,21 @@ var de_CreateImportJobCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2349
2406
|
Object.assign(contents, doc);
|
|
2350
2407
|
return contents;
|
|
2351
2408
|
}, "de_CreateImportJobCommand");
|
|
2409
|
+
var de_CreateMultiRegionEndpointCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2410
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2411
|
+
return de_CommandError(output, context);
|
|
2412
|
+
}
|
|
2413
|
+
const contents = (0, import_smithy_client.map)({
|
|
2414
|
+
$metadata: deserializeMetadata(output)
|
|
2415
|
+
});
|
|
2416
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2417
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2418
|
+
EndpointId: import_smithy_client.expectString,
|
|
2419
|
+
Status: import_smithy_client.expectString
|
|
2420
|
+
});
|
|
2421
|
+
Object.assign(contents, doc);
|
|
2422
|
+
return contents;
|
|
2423
|
+
}, "de_CreateMultiRegionEndpointCommand");
|
|
2352
2424
|
var de_DeleteConfigurationSetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2353
2425
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2354
2426
|
return de_CommandError(output, context);
|
|
@@ -2439,6 +2511,20 @@ var de_DeleteEmailTemplateCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2439
2511
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2440
2512
|
return contents;
|
|
2441
2513
|
}, "de_DeleteEmailTemplateCommand");
|
|
2514
|
+
var de_DeleteMultiRegionEndpointCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2515
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2516
|
+
return de_CommandError(output, context);
|
|
2517
|
+
}
|
|
2518
|
+
const contents = (0, import_smithy_client.map)({
|
|
2519
|
+
$metadata: deserializeMetadata(output)
|
|
2520
|
+
});
|
|
2521
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2522
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2523
|
+
Status: import_smithy_client.expectString
|
|
2524
|
+
});
|
|
2525
|
+
Object.assign(contents, doc);
|
|
2526
|
+
return contents;
|
|
2527
|
+
}, "de_DeleteMultiRegionEndpointCommand");
|
|
2442
2528
|
var de_DeleteSuppressedDestinationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2443
2529
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2444
2530
|
return de_CommandError(output, context);
|
|
@@ -2800,6 +2886,25 @@ var de_GetMessageInsightsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2800
2886
|
Object.assign(contents, doc);
|
|
2801
2887
|
return contents;
|
|
2802
2888
|
}, "de_GetMessageInsightsCommand");
|
|
2889
|
+
var de_GetMultiRegionEndpointCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2890
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2891
|
+
return de_CommandError(output, context);
|
|
2892
|
+
}
|
|
2893
|
+
const contents = (0, import_smithy_client.map)({
|
|
2894
|
+
$metadata: deserializeMetadata(output)
|
|
2895
|
+
});
|
|
2896
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2897
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2898
|
+
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2899
|
+
EndpointId: import_smithy_client.expectString,
|
|
2900
|
+
EndpointName: import_smithy_client.expectString,
|
|
2901
|
+
LastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2902
|
+
Routes: import_smithy_client._json,
|
|
2903
|
+
Status: import_smithy_client.expectString
|
|
2904
|
+
});
|
|
2905
|
+
Object.assign(contents, doc);
|
|
2906
|
+
return contents;
|
|
2907
|
+
}, "de_GetMultiRegionEndpointCommand");
|
|
2803
2908
|
var de_GetSuppressedDestinationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2804
2909
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2805
2910
|
return de_CommandError(output, context);
|
|
@@ -2979,6 +3084,21 @@ var de_ListImportJobsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2979
3084
|
Object.assign(contents, doc);
|
|
2980
3085
|
return contents;
|
|
2981
3086
|
}, "de_ListImportJobsCommand");
|
|
3087
|
+
var de_ListMultiRegionEndpointsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3088
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3089
|
+
return de_CommandError(output, context);
|
|
3090
|
+
}
|
|
3091
|
+
const contents = (0, import_smithy_client.map)({
|
|
3092
|
+
$metadata: deserializeMetadata(output)
|
|
3093
|
+
});
|
|
3094
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3095
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3096
|
+
MultiRegionEndpoints: (_) => de_MultiRegionEndpoints(_, context),
|
|
3097
|
+
NextToken: import_smithy_client.expectString
|
|
3098
|
+
});
|
|
3099
|
+
Object.assign(contents, doc);
|
|
3100
|
+
return contents;
|
|
3101
|
+
}, "de_ListMultiRegionEndpointsCommand");
|
|
2982
3102
|
var de_ListRecommendationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2983
3103
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2984
3104
|
return de_CommandError(output, context);
|
|
@@ -3927,6 +4047,22 @@ var de_MetricsDataSource = /* @__PURE__ */ __name((output, context) => {
|
|
|
3927
4047
|
StartDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3928
4048
|
});
|
|
3929
4049
|
}, "de_MetricsDataSource");
|
|
4050
|
+
var de_MultiRegionEndpoint = /* @__PURE__ */ __name((output, context) => {
|
|
4051
|
+
return (0, import_smithy_client.take)(output, {
|
|
4052
|
+
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4053
|
+
EndpointId: import_smithy_client.expectString,
|
|
4054
|
+
EndpointName: import_smithy_client.expectString,
|
|
4055
|
+
LastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4056
|
+
Regions: import_smithy_client._json,
|
|
4057
|
+
Status: import_smithy_client.expectString
|
|
4058
|
+
});
|
|
4059
|
+
}, "de_MultiRegionEndpoint");
|
|
4060
|
+
var de_MultiRegionEndpoints = /* @__PURE__ */ __name((output, context) => {
|
|
4061
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
4062
|
+
return de_MultiRegionEndpoint(entry, context);
|
|
4063
|
+
});
|
|
4064
|
+
return retVal;
|
|
4065
|
+
}, "de_MultiRegionEndpoints");
|
|
3930
4066
|
var de_OverallVolume = /* @__PURE__ */ __name((output, context) => {
|
|
3931
4067
|
return (0, import_smithy_client.take)(output, {
|
|
3932
4068
|
DomainIspPlacements: (_) => de_DomainIspPlacements(_, context),
|
|
@@ -4218,6 +4354,20 @@ var _CreateImportJobCommand = class _CreateImportJobCommand extends import_smith
|
|
|
4218
4354
|
__name(_CreateImportJobCommand, "CreateImportJobCommand");
|
|
4219
4355
|
var CreateImportJobCommand = _CreateImportJobCommand;
|
|
4220
4356
|
|
|
4357
|
+
// src/commands/CreateMultiRegionEndpointCommand.ts
|
|
4358
|
+
|
|
4359
|
+
|
|
4360
|
+
|
|
4361
|
+
var _CreateMultiRegionEndpointCommand = class _CreateMultiRegionEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4362
|
+
return [
|
|
4363
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4364
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4365
|
+
];
|
|
4366
|
+
}).s("SimpleEmailService_v2", "CreateMultiRegionEndpoint", {}).n("SESv2Client", "CreateMultiRegionEndpointCommand").f(void 0, void 0).ser(se_CreateMultiRegionEndpointCommand).de(de_CreateMultiRegionEndpointCommand).build() {
|
|
4367
|
+
};
|
|
4368
|
+
__name(_CreateMultiRegionEndpointCommand, "CreateMultiRegionEndpointCommand");
|
|
4369
|
+
var CreateMultiRegionEndpointCommand = _CreateMultiRegionEndpointCommand;
|
|
4370
|
+
|
|
4221
4371
|
// src/commands/DeleteConfigurationSetCommand.ts
|
|
4222
4372
|
|
|
4223
4373
|
|
|
@@ -4344,6 +4494,20 @@ var _DeleteEmailTemplateCommand = class _DeleteEmailTemplateCommand extends impo
|
|
|
4344
4494
|
__name(_DeleteEmailTemplateCommand, "DeleteEmailTemplateCommand");
|
|
4345
4495
|
var DeleteEmailTemplateCommand = _DeleteEmailTemplateCommand;
|
|
4346
4496
|
|
|
4497
|
+
// src/commands/DeleteMultiRegionEndpointCommand.ts
|
|
4498
|
+
|
|
4499
|
+
|
|
4500
|
+
|
|
4501
|
+
var _DeleteMultiRegionEndpointCommand = class _DeleteMultiRegionEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4502
|
+
return [
|
|
4503
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4504
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4505
|
+
];
|
|
4506
|
+
}).s("SimpleEmailService_v2", "DeleteMultiRegionEndpoint", {}).n("SESv2Client", "DeleteMultiRegionEndpointCommand").f(void 0, void 0).ser(se_DeleteMultiRegionEndpointCommand).de(de_DeleteMultiRegionEndpointCommand).build() {
|
|
4507
|
+
};
|
|
4508
|
+
__name(_DeleteMultiRegionEndpointCommand, "DeleteMultiRegionEndpointCommand");
|
|
4509
|
+
var DeleteMultiRegionEndpointCommand = _DeleteMultiRegionEndpointCommand;
|
|
4510
|
+
|
|
4347
4511
|
// src/commands/DeleteSuppressedDestinationCommand.ts
|
|
4348
4512
|
|
|
4349
4513
|
|
|
@@ -4638,6 +4802,20 @@ var _GetMessageInsightsCommand = class _GetMessageInsightsCommand extends import
|
|
|
4638
4802
|
__name(_GetMessageInsightsCommand, "GetMessageInsightsCommand");
|
|
4639
4803
|
var GetMessageInsightsCommand = _GetMessageInsightsCommand;
|
|
4640
4804
|
|
|
4805
|
+
// src/commands/GetMultiRegionEndpointCommand.ts
|
|
4806
|
+
|
|
4807
|
+
|
|
4808
|
+
|
|
4809
|
+
var _GetMultiRegionEndpointCommand = class _GetMultiRegionEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4810
|
+
return [
|
|
4811
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4812
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4813
|
+
];
|
|
4814
|
+
}).s("SimpleEmailService_v2", "GetMultiRegionEndpoint", {}).n("SESv2Client", "GetMultiRegionEndpointCommand").f(void 0, void 0).ser(se_GetMultiRegionEndpointCommand).de(de_GetMultiRegionEndpointCommand).build() {
|
|
4815
|
+
};
|
|
4816
|
+
__name(_GetMultiRegionEndpointCommand, "GetMultiRegionEndpointCommand");
|
|
4817
|
+
var GetMultiRegionEndpointCommand = _GetMultiRegionEndpointCommand;
|
|
4818
|
+
|
|
4641
4819
|
// src/commands/GetSuppressedDestinationCommand.ts
|
|
4642
4820
|
|
|
4643
4821
|
|
|
@@ -4806,6 +4984,20 @@ var _ListImportJobsCommand = class _ListImportJobsCommand extends import_smithy_
|
|
|
4806
4984
|
__name(_ListImportJobsCommand, "ListImportJobsCommand");
|
|
4807
4985
|
var ListImportJobsCommand = _ListImportJobsCommand;
|
|
4808
4986
|
|
|
4987
|
+
// src/commands/ListMultiRegionEndpointsCommand.ts
|
|
4988
|
+
|
|
4989
|
+
|
|
4990
|
+
|
|
4991
|
+
var _ListMultiRegionEndpointsCommand = class _ListMultiRegionEndpointsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4992
|
+
return [
|
|
4993
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4994
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4995
|
+
];
|
|
4996
|
+
}).s("SimpleEmailService_v2", "ListMultiRegionEndpoints", {}).n("SESv2Client", "ListMultiRegionEndpointsCommand").f(void 0, void 0).ser(se_ListMultiRegionEndpointsCommand).de(de_ListMultiRegionEndpointsCommand).build() {
|
|
4997
|
+
};
|
|
4998
|
+
__name(_ListMultiRegionEndpointsCommand, "ListMultiRegionEndpointsCommand");
|
|
4999
|
+
var ListMultiRegionEndpointsCommand = _ListMultiRegionEndpointsCommand;
|
|
5000
|
+
|
|
4809
5001
|
// src/commands/ListRecommendationsCommand.ts
|
|
4810
5002
|
|
|
4811
5003
|
|
|
@@ -5090,6 +5282,14 @@ var PutEmailIdentityDkimAttributesCommand = _PutEmailIdentityDkimAttributesComma
|
|
|
5090
5282
|
|
|
5091
5283
|
|
|
5092
5284
|
|
|
5285
|
+
|
|
5286
|
+
// src/models/models_1.ts
|
|
5287
|
+
var PutEmailIdentityDkimSigningAttributesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5288
|
+
...obj,
|
|
5289
|
+
...obj.SigningAttributes && { SigningAttributes: DkimSigningAttributesFilterSensitiveLog(obj.SigningAttributes) }
|
|
5290
|
+
}), "PutEmailIdentityDkimSigningAttributesRequestFilterSensitiveLog");
|
|
5291
|
+
|
|
5292
|
+
// src/commands/PutEmailIdentityDkimSigningAttributesCommand.ts
|
|
5093
5293
|
var _PutEmailIdentityDkimSigningAttributesCommand = class _PutEmailIdentityDkimSigningAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5094
5294
|
return [
|
|
5095
5295
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -5146,7 +5346,10 @@ var PutSuppressedDestinationCommand = _PutSuppressedDestinationCommand;
|
|
|
5146
5346
|
|
|
5147
5347
|
|
|
5148
5348
|
|
|
5149
|
-
var _SendBulkEmailCommand = class _SendBulkEmailCommand extends import_smithy_client.Command.classBuilder().ep(
|
|
5349
|
+
var _SendBulkEmailCommand = class _SendBulkEmailCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5350
|
+
...commonParams,
|
|
5351
|
+
EndpointId: { type: "contextParams", name: "EndpointId" }
|
|
5352
|
+
}).m(function(Command, cs, config, o) {
|
|
5150
5353
|
return [
|
|
5151
5354
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5152
5355
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5174,7 +5377,10 @@ var SendCustomVerificationEmailCommand = _SendCustomVerificationEmailCommand;
|
|
|
5174
5377
|
|
|
5175
5378
|
|
|
5176
5379
|
|
|
5177
|
-
var _SendEmailCommand = class _SendEmailCommand extends import_smithy_client.Command.classBuilder().ep(
|
|
5380
|
+
var _SendEmailCommand = class _SendEmailCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5381
|
+
...commonParams,
|
|
5382
|
+
EndpointId: { type: "contextParams", name: "EndpointId" }
|
|
5383
|
+
}).m(function(Command, cs, config, o) {
|
|
5178
5384
|
return [
|
|
5179
5385
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5180
5386
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5326,6 +5532,7 @@ var commands = {
|
|
|
5326
5532
|
CreateEmailTemplateCommand,
|
|
5327
5533
|
CreateExportJobCommand,
|
|
5328
5534
|
CreateImportJobCommand,
|
|
5535
|
+
CreateMultiRegionEndpointCommand,
|
|
5329
5536
|
DeleteConfigurationSetCommand,
|
|
5330
5537
|
DeleteConfigurationSetEventDestinationCommand,
|
|
5331
5538
|
DeleteContactCommand,
|
|
@@ -5335,6 +5542,7 @@ var commands = {
|
|
|
5335
5542
|
DeleteEmailIdentityCommand,
|
|
5336
5543
|
DeleteEmailIdentityPolicyCommand,
|
|
5337
5544
|
DeleteEmailTemplateCommand,
|
|
5545
|
+
DeleteMultiRegionEndpointCommand,
|
|
5338
5546
|
DeleteSuppressedDestinationCommand,
|
|
5339
5547
|
GetAccountCommand,
|
|
5340
5548
|
GetBlacklistReportsCommand,
|
|
@@ -5356,6 +5564,7 @@ var commands = {
|
|
|
5356
5564
|
GetExportJobCommand,
|
|
5357
5565
|
GetImportJobCommand,
|
|
5358
5566
|
GetMessageInsightsCommand,
|
|
5567
|
+
GetMultiRegionEndpointCommand,
|
|
5359
5568
|
GetSuppressedDestinationCommand,
|
|
5360
5569
|
ListConfigurationSetsCommand,
|
|
5361
5570
|
ListContactListsCommand,
|
|
@@ -5368,6 +5577,7 @@ var commands = {
|
|
|
5368
5577
|
ListEmailTemplatesCommand,
|
|
5369
5578
|
ListExportJobsCommand,
|
|
5370
5579
|
ListImportJobsCommand,
|
|
5580
|
+
ListMultiRegionEndpointsCommand,
|
|
5371
5581
|
ListRecommendationsCommand,
|
|
5372
5582
|
ListSuppressedDestinationsCommand,
|
|
5373
5583
|
ListTagsForResourceCommand,
|
|
@@ -5459,6 +5669,10 @@ var paginateListExportJobs = (0, import_core.createPaginator)(SESv2Client, ListE
|
|
|
5459
5669
|
|
|
5460
5670
|
var paginateListImportJobs = (0, import_core.createPaginator)(SESv2Client, ListImportJobsCommand, "NextToken", "NextToken", "PageSize");
|
|
5461
5671
|
|
|
5672
|
+
// src/pagination/ListMultiRegionEndpointsPaginator.ts
|
|
5673
|
+
|
|
5674
|
+
var paginateListMultiRegionEndpoints = (0, import_core.createPaginator)(SESv2Client, ListMultiRegionEndpointsCommand, "NextToken", "NextToken", "PageSize");
|
|
5675
|
+
|
|
5462
5676
|
// src/pagination/ListRecommendationsPaginator.ts
|
|
5463
5677
|
|
|
5464
5678
|
var paginateListRecommendations = (0, import_core.createPaginator)(SESv2Client, ListRecommendationsCommand, "NextToken", "NextToken", "PageSize");
|
|
@@ -5488,6 +5702,7 @@ var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2C
|
|
|
5488
5702
|
CreateEmailTemplateCommand,
|
|
5489
5703
|
CreateExportJobCommand,
|
|
5490
5704
|
CreateImportJobCommand,
|
|
5705
|
+
CreateMultiRegionEndpointCommand,
|
|
5491
5706
|
DeleteConfigurationSetCommand,
|
|
5492
5707
|
DeleteConfigurationSetEventDestinationCommand,
|
|
5493
5708
|
DeleteContactCommand,
|
|
@@ -5497,6 +5712,7 @@ var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2C
|
|
|
5497
5712
|
DeleteEmailIdentityCommand,
|
|
5498
5713
|
DeleteEmailIdentityPolicyCommand,
|
|
5499
5714
|
DeleteEmailTemplateCommand,
|
|
5715
|
+
DeleteMultiRegionEndpointCommand,
|
|
5500
5716
|
DeleteSuppressedDestinationCommand,
|
|
5501
5717
|
GetAccountCommand,
|
|
5502
5718
|
GetBlacklistReportsCommand,
|
|
@@ -5518,6 +5734,7 @@ var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2C
|
|
|
5518
5734
|
GetExportJobCommand,
|
|
5519
5735
|
GetImportJobCommand,
|
|
5520
5736
|
GetMessageInsightsCommand,
|
|
5737
|
+
GetMultiRegionEndpointCommand,
|
|
5521
5738
|
GetSuppressedDestinationCommand,
|
|
5522
5739
|
ListConfigurationSetsCommand,
|
|
5523
5740
|
ListContactListsCommand,
|
|
@@ -5530,6 +5747,7 @@ var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2C
|
|
|
5530
5747
|
ListEmailTemplatesCommand,
|
|
5531
5748
|
ListExportJobsCommand,
|
|
5532
5749
|
ListImportJobsCommand,
|
|
5750
|
+
ListMultiRegionEndpointsCommand,
|
|
5533
5751
|
ListRecommendationsCommand,
|
|
5534
5752
|
ListSuppressedDestinationsCommand,
|
|
5535
5753
|
ListTagsForResourceCommand,
|
|
@@ -5578,6 +5796,7 @@ var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2C
|
|
|
5578
5796
|
paginateListEmailTemplates,
|
|
5579
5797
|
paginateListExportJobs,
|
|
5580
5798
|
paginateListImportJobs,
|
|
5799
|
+
paginateListMultiRegionEndpoints,
|
|
5581
5800
|
paginateListRecommendations,
|
|
5582
5801
|
paginateListSuppressedDestinations,
|
|
5583
5802
|
ContactLanguage,
|
|
@@ -5621,6 +5840,7 @@ var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2C
|
|
|
5621
5840
|
MetricAggregation,
|
|
5622
5841
|
DataFormat,
|
|
5623
5842
|
SuppressionListImportAction,
|
|
5843
|
+
Status,
|
|
5624
5844
|
WarmupStatus,
|
|
5625
5845
|
DeliverabilityDashboardAccountStatus,
|
|
5626
5846
|
ExportSourceType,
|
package/dist-es/SESv2.js
CHANGED
|
@@ -13,6 +13,7 @@ import { CreateEmailIdentityPolicyCommand, } from "./commands/CreateEmailIdentit
|
|
|
13
13
|
import { CreateEmailTemplateCommand, } from "./commands/CreateEmailTemplateCommand";
|
|
14
14
|
import { CreateExportJobCommand, } from "./commands/CreateExportJobCommand";
|
|
15
15
|
import { CreateImportJobCommand, } from "./commands/CreateImportJobCommand";
|
|
16
|
+
import { CreateMultiRegionEndpointCommand, } from "./commands/CreateMultiRegionEndpointCommand";
|
|
16
17
|
import { DeleteConfigurationSetCommand, } from "./commands/DeleteConfigurationSetCommand";
|
|
17
18
|
import { DeleteConfigurationSetEventDestinationCommand, } from "./commands/DeleteConfigurationSetEventDestinationCommand";
|
|
18
19
|
import { DeleteContactCommand, } from "./commands/DeleteContactCommand";
|
|
@@ -22,6 +23,7 @@ import { DeleteDedicatedIpPoolCommand, } from "./commands/DeleteDedicatedIpPoolC
|
|
|
22
23
|
import { DeleteEmailIdentityCommand, } from "./commands/DeleteEmailIdentityCommand";
|
|
23
24
|
import { DeleteEmailIdentityPolicyCommand, } from "./commands/DeleteEmailIdentityPolicyCommand";
|
|
24
25
|
import { DeleteEmailTemplateCommand, } from "./commands/DeleteEmailTemplateCommand";
|
|
26
|
+
import { DeleteMultiRegionEndpointCommand, } from "./commands/DeleteMultiRegionEndpointCommand";
|
|
25
27
|
import { DeleteSuppressedDestinationCommand, } from "./commands/DeleteSuppressedDestinationCommand";
|
|
26
28
|
import { GetAccountCommand } from "./commands/GetAccountCommand";
|
|
27
29
|
import { GetBlacklistReportsCommand, } from "./commands/GetBlacklistReportsCommand";
|
|
@@ -43,6 +45,7 @@ import { GetEmailTemplateCommand, } from "./commands/GetEmailTemplateCommand";
|
|
|
43
45
|
import { GetExportJobCommand, } from "./commands/GetExportJobCommand";
|
|
44
46
|
import { GetImportJobCommand, } from "./commands/GetImportJobCommand";
|
|
45
47
|
import { GetMessageInsightsCommand, } from "./commands/GetMessageInsightsCommand";
|
|
48
|
+
import { GetMultiRegionEndpointCommand, } from "./commands/GetMultiRegionEndpointCommand";
|
|
46
49
|
import { GetSuppressedDestinationCommand, } from "./commands/GetSuppressedDestinationCommand";
|
|
47
50
|
import { ListConfigurationSetsCommand, } from "./commands/ListConfigurationSetsCommand";
|
|
48
51
|
import { ListContactListsCommand, } from "./commands/ListContactListsCommand";
|
|
@@ -55,6 +58,7 @@ import { ListEmailIdentitiesCommand, } from "./commands/ListEmailIdentitiesComma
|
|
|
55
58
|
import { ListEmailTemplatesCommand, } from "./commands/ListEmailTemplatesCommand";
|
|
56
59
|
import { ListExportJobsCommand, } from "./commands/ListExportJobsCommand";
|
|
57
60
|
import { ListImportJobsCommand, } from "./commands/ListImportJobsCommand";
|
|
61
|
+
import { ListMultiRegionEndpointsCommand, } from "./commands/ListMultiRegionEndpointsCommand";
|
|
58
62
|
import { ListRecommendationsCommand, } from "./commands/ListRecommendationsCommand";
|
|
59
63
|
import { ListSuppressedDestinationsCommand, } from "./commands/ListSuppressedDestinationsCommand";
|
|
60
64
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
@@ -107,6 +111,7 @@ const commands = {
|
|
|
107
111
|
CreateEmailTemplateCommand,
|
|
108
112
|
CreateExportJobCommand,
|
|
109
113
|
CreateImportJobCommand,
|
|
114
|
+
CreateMultiRegionEndpointCommand,
|
|
110
115
|
DeleteConfigurationSetCommand,
|
|
111
116
|
DeleteConfigurationSetEventDestinationCommand,
|
|
112
117
|
DeleteContactCommand,
|
|
@@ -116,6 +121,7 @@ const commands = {
|
|
|
116
121
|
DeleteEmailIdentityCommand,
|
|
117
122
|
DeleteEmailIdentityPolicyCommand,
|
|
118
123
|
DeleteEmailTemplateCommand,
|
|
124
|
+
DeleteMultiRegionEndpointCommand,
|
|
119
125
|
DeleteSuppressedDestinationCommand,
|
|
120
126
|
GetAccountCommand,
|
|
121
127
|
GetBlacklistReportsCommand,
|
|
@@ -137,6 +143,7 @@ const commands = {
|
|
|
137
143
|
GetExportJobCommand,
|
|
138
144
|
GetImportJobCommand,
|
|
139
145
|
GetMessageInsightsCommand,
|
|
146
|
+
GetMultiRegionEndpointCommand,
|
|
140
147
|
GetSuppressedDestinationCommand,
|
|
141
148
|
ListConfigurationSetsCommand,
|
|
142
149
|
ListContactListsCommand,
|
|
@@ -149,6 +156,7 @@ const commands = {
|
|
|
149
156
|
ListEmailTemplatesCommand,
|
|
150
157
|
ListExportJobsCommand,
|
|
151
158
|
ListImportJobsCommand,
|
|
159
|
+
ListMultiRegionEndpointsCommand,
|
|
152
160
|
ListRecommendationsCommand,
|
|
153
161
|
ListSuppressedDestinationsCommand,
|
|
154
162
|
ListTagsForResourceCommand,
|