@aws-sdk/client-sesv2 3.708.0 → 3.710.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 +258 -11
- 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 +37 -8
- 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/CreateEmailIdentityCommand.d.ts +2 -1
- package/dist-types/commands/CreateMultiRegionEndpointCommand.d.ts +103 -0
- package/dist-types/commands/DeleteMultiRegionEndpointCommand.d.ts +85 -0
- package/dist-types/commands/GetEmailIdentityCommand.d.ts +2 -2
- 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 +3 -3
- 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 +730 -232
- 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 +92 -44
- 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 +36 -36
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
|
});
|
|
@@ -687,14 +693,36 @@ var _SendingPausedException = class _SendingPausedException extends SESv2Service
|
|
|
687
693
|
};
|
|
688
694
|
__name(_SendingPausedException, "SendingPausedException");
|
|
689
695
|
var SendingPausedException = _SendingPausedException;
|
|
690
|
-
var DkimSigningKeyLength = {
|
|
691
|
-
RSA_1024_BIT: "RSA_1024_BIT",
|
|
692
|
-
RSA_2048_BIT: "RSA_2048_BIT"
|
|
693
|
-
};
|
|
694
696
|
var DkimSigningAttributesOrigin = {
|
|
695
697
|
AWS_SES: "AWS_SES",
|
|
698
|
+
AWS_SES_AF_SOUTH_1: "AWS_SES_AF_SOUTH_1",
|
|
699
|
+
AWS_SES_AP_NORTHEAST_1: "AWS_SES_AP_NORTHEAST_1",
|
|
700
|
+
AWS_SES_AP_NORTHEAST_2: "AWS_SES_AP_NORTHEAST_2",
|
|
701
|
+
AWS_SES_AP_NORTHEAST_3: "AWS_SES_AP_NORTHEAST_3",
|
|
702
|
+
AWS_SES_AP_SOUTHEAST_1: "AWS_SES_AP_SOUTHEAST_1",
|
|
703
|
+
AWS_SES_AP_SOUTHEAST_2: "AWS_SES_AP_SOUTHEAST_2",
|
|
704
|
+
AWS_SES_AP_SOUTHEAST_3: "AWS_SES_AP_SOUTHEAST_3",
|
|
705
|
+
AWS_SES_AP_SOUTH_1: "AWS_SES_AP_SOUTH_1",
|
|
706
|
+
AWS_SES_CA_CENTRAL_1: "AWS_SES_CA_CENTRAL_1",
|
|
707
|
+
AWS_SES_EU_CENTRAL_1: "AWS_SES_EU_CENTRAL_1",
|
|
708
|
+
AWS_SES_EU_NORTH_1: "AWS_SES_EU_NORTH_1",
|
|
709
|
+
AWS_SES_EU_SOUTH_1: "AWS_SES_EU_SOUTH_1",
|
|
710
|
+
AWS_SES_EU_WEST_1: "AWS_SES_EU_WEST_1",
|
|
711
|
+
AWS_SES_EU_WEST_2: "AWS_SES_EU_WEST_2",
|
|
712
|
+
AWS_SES_EU_WEST_3: "AWS_SES_EU_WEST_3",
|
|
713
|
+
AWS_SES_IL_CENTRAL_1: "AWS_SES_IL_CENTRAL_1",
|
|
714
|
+
AWS_SES_ME_SOUTH_1: "AWS_SES_ME_SOUTH_1",
|
|
715
|
+
AWS_SES_SA_EAST_1: "AWS_SES_SA_EAST_1",
|
|
716
|
+
AWS_SES_US_EAST_1: "AWS_SES_US_EAST_1",
|
|
717
|
+
AWS_SES_US_EAST_2: "AWS_SES_US_EAST_2",
|
|
718
|
+
AWS_SES_US_WEST_1: "AWS_SES_US_WEST_1",
|
|
719
|
+
AWS_SES_US_WEST_2: "AWS_SES_US_WEST_2",
|
|
696
720
|
EXTERNAL: "EXTERNAL"
|
|
697
721
|
};
|
|
722
|
+
var DkimSigningKeyLength = {
|
|
723
|
+
RSA_1024_BIT: "RSA_1024_BIT",
|
|
724
|
+
RSA_2048_BIT: "RSA_2048_BIT"
|
|
725
|
+
};
|
|
698
726
|
var DkimStatus = {
|
|
699
727
|
FAILED: "FAILED",
|
|
700
728
|
NOT_STARTED: "NOT_STARTED",
|
|
@@ -731,6 +759,12 @@ var SuppressionListImportAction = {
|
|
|
731
759
|
DELETE: "DELETE",
|
|
732
760
|
PUT: "PUT"
|
|
733
761
|
};
|
|
762
|
+
var Status = {
|
|
763
|
+
CREATING: "CREATING",
|
|
764
|
+
DELETING: "DELETING",
|
|
765
|
+
FAILED: "FAILED",
|
|
766
|
+
READY: "READY"
|
|
767
|
+
};
|
|
734
768
|
var WarmupStatus = {
|
|
735
769
|
DONE: "DONE",
|
|
736
770
|
IN_PROGRESS: "IN_PROGRESS"
|
|
@@ -761,6 +795,11 @@ var VerificationError = {
|
|
|
761
795
|
DNS_SERVER_ERROR: "DNS_SERVER_ERROR",
|
|
762
796
|
HOST_NOT_FOUND: "HOST_NOT_FOUND",
|
|
763
797
|
INVALID_VALUE: "INVALID_VALUE",
|
|
798
|
+
REPLICATION_ACCESS_DENIED: "REPLICATION_ACCESS_DENIED",
|
|
799
|
+
REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED: "REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED",
|
|
800
|
+
REPLICATION_PRIMARY_INVALID_REGION: "REPLICATION_PRIMARY_INVALID_REGION",
|
|
801
|
+
REPLICATION_PRIMARY_NOT_FOUND: "REPLICATION_PRIMARY_NOT_FOUND",
|
|
802
|
+
REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED: "REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED",
|
|
764
803
|
SERVICE_ERROR: "SERVICE_ERROR",
|
|
765
804
|
TYPE_NOT_FOUND: "TYPE_NOT_FOUND"
|
|
766
805
|
};
|
|
@@ -873,10 +912,6 @@ var PutAccountDetailsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
873
912
|
...obj.UseCaseDescription && { UseCaseDescription: import_smithy_client.SENSITIVE_STRING },
|
|
874
913
|
...obj.AdditionalContactEmailAddresses && { AdditionalContactEmailAddresses: import_smithy_client.SENSITIVE_STRING }
|
|
875
914
|
}), "PutAccountDetailsRequestFilterSensitiveLog");
|
|
876
|
-
var PutEmailIdentityDkimSigningAttributesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
877
|
-
...obj,
|
|
878
|
-
...obj.SigningAttributes && { SigningAttributes: DkimSigningAttributesFilterSensitiveLog(obj.SigningAttributes) }
|
|
879
|
-
}), "PutEmailIdentityDkimSigningAttributesRequestFilterSensitiveLog");
|
|
880
915
|
|
|
881
916
|
// src/protocols/Aws_restJson1.ts
|
|
882
917
|
var se_BatchGetMetricDataCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -1117,6 +1152,23 @@ var se_CreateImportJobCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1117
1152
|
b.m("POST").h(headers).b(body);
|
|
1118
1153
|
return b.build();
|
|
1119
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");
|
|
1120
1172
|
var se_DeleteConfigurationSetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1121
1173
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1122
1174
|
const headers = {};
|
|
@@ -1201,6 +1253,15 @@ var se_DeleteEmailTemplateCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1201
1253
|
b.m("DELETE").h(headers).b(body);
|
|
1202
1254
|
return b.build();
|
|
1203
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");
|
|
1204
1265
|
var se_DeleteSuppressedDestinationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1205
1266
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1206
1267
|
const headers = {};
|
|
@@ -1399,6 +1460,15 @@ var se_GetMessageInsightsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1399
1460
|
b.m("GET").h(headers).b(body);
|
|
1400
1461
|
return b.build();
|
|
1401
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");
|
|
1402
1472
|
var se_GetSuppressedDestinationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1403
1473
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1404
1474
|
const headers = {};
|
|
@@ -1560,6 +1630,18 @@ var se_ListImportJobsCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1560
1630
|
b.m("POST").h(headers).b(body);
|
|
1561
1631
|
return b.build();
|
|
1562
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");
|
|
1563
1645
|
var se_ListRecommendationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1564
1646
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1565
1647
|
const headers = {
|
|
@@ -1957,6 +2039,7 @@ var se_SendBulkEmailCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1957
2039
|
ConfigurationSetName: [],
|
|
1958
2040
|
DefaultContent: (_) => (0, import_smithy_client._json)(_),
|
|
1959
2041
|
DefaultEmailTags: (_) => (0, import_smithy_client._json)(_),
|
|
2042
|
+
EndpointId: [],
|
|
1960
2043
|
FeedbackForwardingEmailAddress: [],
|
|
1961
2044
|
FeedbackForwardingEmailAddressIdentityArn: [],
|
|
1962
2045
|
FromEmailAddress: [],
|
|
@@ -1997,6 +2080,7 @@ var se_SendEmailCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1997
2080
|
Content: (_) => se_EmailContent(_, context),
|
|
1998
2081
|
Destination: (_) => (0, import_smithy_client._json)(_),
|
|
1999
2082
|
EmailTags: (_) => (0, import_smithy_client._json)(_),
|
|
2083
|
+
EndpointId: [],
|
|
2000
2084
|
FeedbackForwardingEmailAddress: [],
|
|
2001
2085
|
FeedbackForwardingEmailAddressIdentityArn: [],
|
|
2002
2086
|
FromEmailAddress: [],
|
|
@@ -2322,6 +2406,21 @@ var de_CreateImportJobCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2322
2406
|
Object.assign(contents, doc);
|
|
2323
2407
|
return contents;
|
|
2324
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");
|
|
2325
2424
|
var de_DeleteConfigurationSetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2326
2425
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2327
2426
|
return de_CommandError(output, context);
|
|
@@ -2412,6 +2511,20 @@ var de_DeleteEmailTemplateCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2412
2511
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2413
2512
|
return contents;
|
|
2414
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");
|
|
2415
2528
|
var de_DeleteSuppressedDestinationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2416
2529
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2417
2530
|
return de_CommandError(output, context);
|
|
@@ -2773,6 +2886,25 @@ var de_GetMessageInsightsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2773
2886
|
Object.assign(contents, doc);
|
|
2774
2887
|
return contents;
|
|
2775
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");
|
|
2776
2908
|
var de_GetSuppressedDestinationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2777
2909
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2778
2910
|
return de_CommandError(output, context);
|
|
@@ -2952,6 +3084,21 @@ var de_ListImportJobsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2952
3084
|
Object.assign(contents, doc);
|
|
2953
3085
|
return contents;
|
|
2954
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");
|
|
2955
3102
|
var de_ListRecommendationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2956
3103
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2957
3104
|
return de_CommandError(output, context);
|
|
@@ -3900,6 +4047,22 @@ var de_MetricsDataSource = /* @__PURE__ */ __name((output, context) => {
|
|
|
3900
4047
|
StartDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3901
4048
|
});
|
|
3902
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");
|
|
3903
4066
|
var de_OverallVolume = /* @__PURE__ */ __name((output, context) => {
|
|
3904
4067
|
return (0, import_smithy_client.take)(output, {
|
|
3905
4068
|
DomainIspPlacements: (_) => de_DomainIspPlacements(_, context),
|
|
@@ -4191,6 +4354,20 @@ var _CreateImportJobCommand = class _CreateImportJobCommand extends import_smith
|
|
|
4191
4354
|
__name(_CreateImportJobCommand, "CreateImportJobCommand");
|
|
4192
4355
|
var CreateImportJobCommand = _CreateImportJobCommand;
|
|
4193
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
|
+
|
|
4194
4371
|
// src/commands/DeleteConfigurationSetCommand.ts
|
|
4195
4372
|
|
|
4196
4373
|
|
|
@@ -4317,6 +4494,20 @@ var _DeleteEmailTemplateCommand = class _DeleteEmailTemplateCommand extends impo
|
|
|
4317
4494
|
__name(_DeleteEmailTemplateCommand, "DeleteEmailTemplateCommand");
|
|
4318
4495
|
var DeleteEmailTemplateCommand = _DeleteEmailTemplateCommand;
|
|
4319
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
|
+
|
|
4320
4511
|
// src/commands/DeleteSuppressedDestinationCommand.ts
|
|
4321
4512
|
|
|
4322
4513
|
|
|
@@ -4611,6 +4802,20 @@ var _GetMessageInsightsCommand = class _GetMessageInsightsCommand extends import
|
|
|
4611
4802
|
__name(_GetMessageInsightsCommand, "GetMessageInsightsCommand");
|
|
4612
4803
|
var GetMessageInsightsCommand = _GetMessageInsightsCommand;
|
|
4613
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
|
+
|
|
4614
4819
|
// src/commands/GetSuppressedDestinationCommand.ts
|
|
4615
4820
|
|
|
4616
4821
|
|
|
@@ -4779,6 +4984,20 @@ var _ListImportJobsCommand = class _ListImportJobsCommand extends import_smithy_
|
|
|
4779
4984
|
__name(_ListImportJobsCommand, "ListImportJobsCommand");
|
|
4780
4985
|
var ListImportJobsCommand = _ListImportJobsCommand;
|
|
4781
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
|
+
|
|
4782
5001
|
// src/commands/ListRecommendationsCommand.ts
|
|
4783
5002
|
|
|
4784
5003
|
|
|
@@ -5063,6 +5282,14 @@ var PutEmailIdentityDkimAttributesCommand = _PutEmailIdentityDkimAttributesComma
|
|
|
5063
5282
|
|
|
5064
5283
|
|
|
5065
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
|
|
5066
5293
|
var _PutEmailIdentityDkimSigningAttributesCommand = class _PutEmailIdentityDkimSigningAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5067
5294
|
return [
|
|
5068
5295
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -5119,7 +5346,10 @@ var PutSuppressedDestinationCommand = _PutSuppressedDestinationCommand;
|
|
|
5119
5346
|
|
|
5120
5347
|
|
|
5121
5348
|
|
|
5122
|
-
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) {
|
|
5123
5353
|
return [
|
|
5124
5354
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5125
5355
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5147,7 +5377,10 @@ var SendCustomVerificationEmailCommand = _SendCustomVerificationEmailCommand;
|
|
|
5147
5377
|
|
|
5148
5378
|
|
|
5149
5379
|
|
|
5150
|
-
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) {
|
|
5151
5384
|
return [
|
|
5152
5385
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5153
5386
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5299,6 +5532,7 @@ var commands = {
|
|
|
5299
5532
|
CreateEmailTemplateCommand,
|
|
5300
5533
|
CreateExportJobCommand,
|
|
5301
5534
|
CreateImportJobCommand,
|
|
5535
|
+
CreateMultiRegionEndpointCommand,
|
|
5302
5536
|
DeleteConfigurationSetCommand,
|
|
5303
5537
|
DeleteConfigurationSetEventDestinationCommand,
|
|
5304
5538
|
DeleteContactCommand,
|
|
@@ -5308,6 +5542,7 @@ var commands = {
|
|
|
5308
5542
|
DeleteEmailIdentityCommand,
|
|
5309
5543
|
DeleteEmailIdentityPolicyCommand,
|
|
5310
5544
|
DeleteEmailTemplateCommand,
|
|
5545
|
+
DeleteMultiRegionEndpointCommand,
|
|
5311
5546
|
DeleteSuppressedDestinationCommand,
|
|
5312
5547
|
GetAccountCommand,
|
|
5313
5548
|
GetBlacklistReportsCommand,
|
|
@@ -5329,6 +5564,7 @@ var commands = {
|
|
|
5329
5564
|
GetExportJobCommand,
|
|
5330
5565
|
GetImportJobCommand,
|
|
5331
5566
|
GetMessageInsightsCommand,
|
|
5567
|
+
GetMultiRegionEndpointCommand,
|
|
5332
5568
|
GetSuppressedDestinationCommand,
|
|
5333
5569
|
ListConfigurationSetsCommand,
|
|
5334
5570
|
ListContactListsCommand,
|
|
@@ -5341,6 +5577,7 @@ var commands = {
|
|
|
5341
5577
|
ListEmailTemplatesCommand,
|
|
5342
5578
|
ListExportJobsCommand,
|
|
5343
5579
|
ListImportJobsCommand,
|
|
5580
|
+
ListMultiRegionEndpointsCommand,
|
|
5344
5581
|
ListRecommendationsCommand,
|
|
5345
5582
|
ListSuppressedDestinationsCommand,
|
|
5346
5583
|
ListTagsForResourceCommand,
|
|
@@ -5432,6 +5669,10 @@ var paginateListExportJobs = (0, import_core.createPaginator)(SESv2Client, ListE
|
|
|
5432
5669
|
|
|
5433
5670
|
var paginateListImportJobs = (0, import_core.createPaginator)(SESv2Client, ListImportJobsCommand, "NextToken", "NextToken", "PageSize");
|
|
5434
5671
|
|
|
5672
|
+
// src/pagination/ListMultiRegionEndpointsPaginator.ts
|
|
5673
|
+
|
|
5674
|
+
var paginateListMultiRegionEndpoints = (0, import_core.createPaginator)(SESv2Client, ListMultiRegionEndpointsCommand, "NextToken", "NextToken", "PageSize");
|
|
5675
|
+
|
|
5435
5676
|
// src/pagination/ListRecommendationsPaginator.ts
|
|
5436
5677
|
|
|
5437
5678
|
var paginateListRecommendations = (0, import_core.createPaginator)(SESv2Client, ListRecommendationsCommand, "NextToken", "NextToken", "PageSize");
|
|
@@ -5461,6 +5702,7 @@ var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2C
|
|
|
5461
5702
|
CreateEmailTemplateCommand,
|
|
5462
5703
|
CreateExportJobCommand,
|
|
5463
5704
|
CreateImportJobCommand,
|
|
5705
|
+
CreateMultiRegionEndpointCommand,
|
|
5464
5706
|
DeleteConfigurationSetCommand,
|
|
5465
5707
|
DeleteConfigurationSetEventDestinationCommand,
|
|
5466
5708
|
DeleteContactCommand,
|
|
@@ -5470,6 +5712,7 @@ var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2C
|
|
|
5470
5712
|
DeleteEmailIdentityCommand,
|
|
5471
5713
|
DeleteEmailIdentityPolicyCommand,
|
|
5472
5714
|
DeleteEmailTemplateCommand,
|
|
5715
|
+
DeleteMultiRegionEndpointCommand,
|
|
5473
5716
|
DeleteSuppressedDestinationCommand,
|
|
5474
5717
|
GetAccountCommand,
|
|
5475
5718
|
GetBlacklistReportsCommand,
|
|
@@ -5491,6 +5734,7 @@ var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2C
|
|
|
5491
5734
|
GetExportJobCommand,
|
|
5492
5735
|
GetImportJobCommand,
|
|
5493
5736
|
GetMessageInsightsCommand,
|
|
5737
|
+
GetMultiRegionEndpointCommand,
|
|
5494
5738
|
GetSuppressedDestinationCommand,
|
|
5495
5739
|
ListConfigurationSetsCommand,
|
|
5496
5740
|
ListContactListsCommand,
|
|
@@ -5503,6 +5747,7 @@ var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2C
|
|
|
5503
5747
|
ListEmailTemplatesCommand,
|
|
5504
5748
|
ListExportJobsCommand,
|
|
5505
5749
|
ListImportJobsCommand,
|
|
5750
|
+
ListMultiRegionEndpointsCommand,
|
|
5506
5751
|
ListRecommendationsCommand,
|
|
5507
5752
|
ListSuppressedDestinationsCommand,
|
|
5508
5753
|
ListTagsForResourceCommand,
|
|
@@ -5551,6 +5796,7 @@ var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2C
|
|
|
5551
5796
|
paginateListEmailTemplates,
|
|
5552
5797
|
paginateListExportJobs,
|
|
5553
5798
|
paginateListImportJobs,
|
|
5799
|
+
paginateListMultiRegionEndpoints,
|
|
5554
5800
|
paginateListRecommendations,
|
|
5555
5801
|
paginateListSuppressedDestinations,
|
|
5556
5802
|
ContactLanguage,
|
|
@@ -5585,8 +5831,8 @@ var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2C
|
|
|
5585
5831
|
MailFromDomainNotVerifiedException,
|
|
5586
5832
|
MessageRejected,
|
|
5587
5833
|
SendingPausedException,
|
|
5588
|
-
DkimSigningKeyLength,
|
|
5589
5834
|
DkimSigningAttributesOrigin,
|
|
5835
|
+
DkimSigningKeyLength,
|
|
5590
5836
|
DkimStatus,
|
|
5591
5837
|
IdentityType,
|
|
5592
5838
|
DeliveryEventType,
|
|
@@ -5594,6 +5840,7 @@ var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2C
|
|
|
5594
5840
|
MetricAggregation,
|
|
5595
5841
|
DataFormat,
|
|
5596
5842
|
SuppressionListImportAction,
|
|
5843
|
+
Status,
|
|
5597
5844
|
WarmupStatus,
|
|
5598
5845
|
DeliverabilityDashboardAccountStatus,
|
|
5599
5846
|
ExportSourceType,
|