@aws-sdk/client-sesv2 3.708.0 → 3.709.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/dist-cjs/index.js +32 -5
- package/dist-es/models/models_0.js +31 -4
- package/dist-types/commands/CreateEmailIdentityCommand.d.ts +2 -1
- package/dist-types/commands/GetEmailIdentityCommand.d.ts +2 -2
- package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +400 -12
- package/dist-types/ts3.4/models/models_0.d.ts +34 -6
- package/package.json +36 -36
package/dist-cjs/index.js
CHANGED
|
@@ -687,14 +687,36 @@ var _SendingPausedException = class _SendingPausedException extends SESv2Service
|
|
|
687
687
|
};
|
|
688
688
|
__name(_SendingPausedException, "SendingPausedException");
|
|
689
689
|
var SendingPausedException = _SendingPausedException;
|
|
690
|
-
var DkimSigningKeyLength = {
|
|
691
|
-
RSA_1024_BIT: "RSA_1024_BIT",
|
|
692
|
-
RSA_2048_BIT: "RSA_2048_BIT"
|
|
693
|
-
};
|
|
694
690
|
var DkimSigningAttributesOrigin = {
|
|
695
691
|
AWS_SES: "AWS_SES",
|
|
692
|
+
AWS_SES_AF_SOUTH_1: "AWS_SES_AF_SOUTH_1",
|
|
693
|
+
AWS_SES_AP_NORTHEAST_1: "AWS_SES_AP_NORTHEAST_1",
|
|
694
|
+
AWS_SES_AP_NORTHEAST_2: "AWS_SES_AP_NORTHEAST_2",
|
|
695
|
+
AWS_SES_AP_NORTHEAST_3: "AWS_SES_AP_NORTHEAST_3",
|
|
696
|
+
AWS_SES_AP_SOUTHEAST_1: "AWS_SES_AP_SOUTHEAST_1",
|
|
697
|
+
AWS_SES_AP_SOUTHEAST_2: "AWS_SES_AP_SOUTHEAST_2",
|
|
698
|
+
AWS_SES_AP_SOUTHEAST_3: "AWS_SES_AP_SOUTHEAST_3",
|
|
699
|
+
AWS_SES_AP_SOUTH_1: "AWS_SES_AP_SOUTH_1",
|
|
700
|
+
AWS_SES_CA_CENTRAL_1: "AWS_SES_CA_CENTRAL_1",
|
|
701
|
+
AWS_SES_EU_CENTRAL_1: "AWS_SES_EU_CENTRAL_1",
|
|
702
|
+
AWS_SES_EU_NORTH_1: "AWS_SES_EU_NORTH_1",
|
|
703
|
+
AWS_SES_EU_SOUTH_1: "AWS_SES_EU_SOUTH_1",
|
|
704
|
+
AWS_SES_EU_WEST_1: "AWS_SES_EU_WEST_1",
|
|
705
|
+
AWS_SES_EU_WEST_2: "AWS_SES_EU_WEST_2",
|
|
706
|
+
AWS_SES_EU_WEST_3: "AWS_SES_EU_WEST_3",
|
|
707
|
+
AWS_SES_IL_CENTRAL_1: "AWS_SES_IL_CENTRAL_1",
|
|
708
|
+
AWS_SES_ME_SOUTH_1: "AWS_SES_ME_SOUTH_1",
|
|
709
|
+
AWS_SES_SA_EAST_1: "AWS_SES_SA_EAST_1",
|
|
710
|
+
AWS_SES_US_EAST_1: "AWS_SES_US_EAST_1",
|
|
711
|
+
AWS_SES_US_EAST_2: "AWS_SES_US_EAST_2",
|
|
712
|
+
AWS_SES_US_WEST_1: "AWS_SES_US_WEST_1",
|
|
713
|
+
AWS_SES_US_WEST_2: "AWS_SES_US_WEST_2",
|
|
696
714
|
EXTERNAL: "EXTERNAL"
|
|
697
715
|
};
|
|
716
|
+
var DkimSigningKeyLength = {
|
|
717
|
+
RSA_1024_BIT: "RSA_1024_BIT",
|
|
718
|
+
RSA_2048_BIT: "RSA_2048_BIT"
|
|
719
|
+
};
|
|
698
720
|
var DkimStatus = {
|
|
699
721
|
FAILED: "FAILED",
|
|
700
722
|
NOT_STARTED: "NOT_STARTED",
|
|
@@ -761,6 +783,11 @@ var VerificationError = {
|
|
|
761
783
|
DNS_SERVER_ERROR: "DNS_SERVER_ERROR",
|
|
762
784
|
HOST_NOT_FOUND: "HOST_NOT_FOUND",
|
|
763
785
|
INVALID_VALUE: "INVALID_VALUE",
|
|
786
|
+
REPLICATION_ACCESS_DENIED: "REPLICATION_ACCESS_DENIED",
|
|
787
|
+
REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED: "REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED",
|
|
788
|
+
REPLICATION_PRIMARY_INVALID_REGION: "REPLICATION_PRIMARY_INVALID_REGION",
|
|
789
|
+
REPLICATION_PRIMARY_NOT_FOUND: "REPLICATION_PRIMARY_NOT_FOUND",
|
|
790
|
+
REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED: "REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED",
|
|
764
791
|
SERVICE_ERROR: "SERVICE_ERROR",
|
|
765
792
|
TYPE_NOT_FOUND: "TYPE_NOT_FOUND"
|
|
766
793
|
};
|
|
@@ -5585,8 +5612,8 @@ var paginateListSuppressedDestinations = (0, import_core.createPaginator)(SESv2C
|
|
|
5585
5612
|
MailFromDomainNotVerifiedException,
|
|
5586
5613
|
MessageRejected,
|
|
5587
5614
|
SendingPausedException,
|
|
5588
|
-
DkimSigningKeyLength,
|
|
5589
5615
|
DkimSigningAttributesOrigin,
|
|
5616
|
+
DkimSigningKeyLength,
|
|
5590
5617
|
DkimStatus,
|
|
5591
5618
|
IdentityType,
|
|
5592
5619
|
DeliveryEventType,
|
|
@@ -257,14 +257,36 @@ export class SendingPausedException extends __BaseException {
|
|
|
257
257
|
Object.setPrototypeOf(this, SendingPausedException.prototype);
|
|
258
258
|
}
|
|
259
259
|
}
|
|
260
|
-
export const DkimSigningKeyLength = {
|
|
261
|
-
RSA_1024_BIT: "RSA_1024_BIT",
|
|
262
|
-
RSA_2048_BIT: "RSA_2048_BIT",
|
|
263
|
-
};
|
|
264
260
|
export const DkimSigningAttributesOrigin = {
|
|
265
261
|
AWS_SES: "AWS_SES",
|
|
262
|
+
AWS_SES_AF_SOUTH_1: "AWS_SES_AF_SOUTH_1",
|
|
263
|
+
AWS_SES_AP_NORTHEAST_1: "AWS_SES_AP_NORTHEAST_1",
|
|
264
|
+
AWS_SES_AP_NORTHEAST_2: "AWS_SES_AP_NORTHEAST_2",
|
|
265
|
+
AWS_SES_AP_NORTHEAST_3: "AWS_SES_AP_NORTHEAST_3",
|
|
266
|
+
AWS_SES_AP_SOUTHEAST_1: "AWS_SES_AP_SOUTHEAST_1",
|
|
267
|
+
AWS_SES_AP_SOUTHEAST_2: "AWS_SES_AP_SOUTHEAST_2",
|
|
268
|
+
AWS_SES_AP_SOUTHEAST_3: "AWS_SES_AP_SOUTHEAST_3",
|
|
269
|
+
AWS_SES_AP_SOUTH_1: "AWS_SES_AP_SOUTH_1",
|
|
270
|
+
AWS_SES_CA_CENTRAL_1: "AWS_SES_CA_CENTRAL_1",
|
|
271
|
+
AWS_SES_EU_CENTRAL_1: "AWS_SES_EU_CENTRAL_1",
|
|
272
|
+
AWS_SES_EU_NORTH_1: "AWS_SES_EU_NORTH_1",
|
|
273
|
+
AWS_SES_EU_SOUTH_1: "AWS_SES_EU_SOUTH_1",
|
|
274
|
+
AWS_SES_EU_WEST_1: "AWS_SES_EU_WEST_1",
|
|
275
|
+
AWS_SES_EU_WEST_2: "AWS_SES_EU_WEST_2",
|
|
276
|
+
AWS_SES_EU_WEST_3: "AWS_SES_EU_WEST_3",
|
|
277
|
+
AWS_SES_IL_CENTRAL_1: "AWS_SES_IL_CENTRAL_1",
|
|
278
|
+
AWS_SES_ME_SOUTH_1: "AWS_SES_ME_SOUTH_1",
|
|
279
|
+
AWS_SES_SA_EAST_1: "AWS_SES_SA_EAST_1",
|
|
280
|
+
AWS_SES_US_EAST_1: "AWS_SES_US_EAST_1",
|
|
281
|
+
AWS_SES_US_EAST_2: "AWS_SES_US_EAST_2",
|
|
282
|
+
AWS_SES_US_WEST_1: "AWS_SES_US_WEST_1",
|
|
283
|
+
AWS_SES_US_WEST_2: "AWS_SES_US_WEST_2",
|
|
266
284
|
EXTERNAL: "EXTERNAL",
|
|
267
285
|
};
|
|
286
|
+
export const DkimSigningKeyLength = {
|
|
287
|
+
RSA_1024_BIT: "RSA_1024_BIT",
|
|
288
|
+
RSA_2048_BIT: "RSA_2048_BIT",
|
|
289
|
+
};
|
|
268
290
|
export const DkimStatus = {
|
|
269
291
|
FAILED: "FAILED",
|
|
270
292
|
NOT_STARTED: "NOT_STARTED",
|
|
@@ -331,6 +353,11 @@ export const VerificationError = {
|
|
|
331
353
|
DNS_SERVER_ERROR: "DNS_SERVER_ERROR",
|
|
332
354
|
HOST_NOT_FOUND: "HOST_NOT_FOUND",
|
|
333
355
|
INVALID_VALUE: "INVALID_VALUE",
|
|
356
|
+
REPLICATION_ACCESS_DENIED: "REPLICATION_ACCESS_DENIED",
|
|
357
|
+
REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED: "REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED",
|
|
358
|
+
REPLICATION_PRIMARY_INVALID_REGION: "REPLICATION_PRIMARY_INVALID_REGION",
|
|
359
|
+
REPLICATION_PRIMARY_NOT_FOUND: "REPLICATION_PRIMARY_NOT_FOUND",
|
|
360
|
+
REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED: "REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED",
|
|
334
361
|
SERVICE_ERROR: "SERVICE_ERROR",
|
|
335
362
|
TYPE_NOT_FOUND: "TYPE_NOT_FOUND",
|
|
336
363
|
};
|
|
@@ -71,6 +71,7 @@ declare const CreateEmailIdentityCommand_base: {
|
|
|
71
71
|
* DomainSigningSelector: "STRING_VALUE",
|
|
72
72
|
* DomainSigningPrivateKey: "STRING_VALUE",
|
|
73
73
|
* NextSigningKeyLength: "RSA_1024_BIT" || "RSA_2048_BIT",
|
|
74
|
+
* DomainSigningAttributesOrigin: "AWS_SES" || "EXTERNAL" || "AWS_SES_AF_SOUTH_1" || "AWS_SES_EU_NORTH_1" || "AWS_SES_AP_SOUTH_1" || "AWS_SES_EU_WEST_3" || "AWS_SES_EU_WEST_2" || "AWS_SES_EU_SOUTH_1" || "AWS_SES_EU_WEST_1" || "AWS_SES_AP_NORTHEAST_3" || "AWS_SES_AP_NORTHEAST_2" || "AWS_SES_ME_SOUTH_1" || "AWS_SES_AP_NORTHEAST_1" || "AWS_SES_IL_CENTRAL_1" || "AWS_SES_SA_EAST_1" || "AWS_SES_CA_CENTRAL_1" || "AWS_SES_AP_SOUTHEAST_1" || "AWS_SES_AP_SOUTHEAST_2" || "AWS_SES_AP_SOUTHEAST_3" || "AWS_SES_EU_CENTRAL_1" || "AWS_SES_US_EAST_1" || "AWS_SES_US_EAST_2" || "AWS_SES_US_WEST_1" || "AWS_SES_US_WEST_2",
|
|
74
75
|
* },
|
|
75
76
|
* ConfigurationSetName: "STRING_VALUE",
|
|
76
77
|
* };
|
|
@@ -85,7 +86,7 @@ declare const CreateEmailIdentityCommand_base: {
|
|
|
85
86
|
* // Tokens: [ // DnsTokenList
|
|
86
87
|
* // "STRING_VALUE",
|
|
87
88
|
* // ],
|
|
88
|
-
* // SigningAttributesOrigin: "AWS_SES" || "EXTERNAL",
|
|
89
|
+
* // SigningAttributesOrigin: "AWS_SES" || "EXTERNAL" || "AWS_SES_AF_SOUTH_1" || "AWS_SES_EU_NORTH_1" || "AWS_SES_AP_SOUTH_1" || "AWS_SES_EU_WEST_3" || "AWS_SES_EU_WEST_2" || "AWS_SES_EU_SOUTH_1" || "AWS_SES_EU_WEST_1" || "AWS_SES_AP_NORTHEAST_3" || "AWS_SES_AP_NORTHEAST_2" || "AWS_SES_ME_SOUTH_1" || "AWS_SES_AP_NORTHEAST_1" || "AWS_SES_IL_CENTRAL_1" || "AWS_SES_SA_EAST_1" || "AWS_SES_CA_CENTRAL_1" || "AWS_SES_AP_SOUTHEAST_1" || "AWS_SES_AP_SOUTHEAST_2" || "AWS_SES_AP_SOUTHEAST_3" || "AWS_SES_EU_CENTRAL_1" || "AWS_SES_US_EAST_1" || "AWS_SES_US_EAST_2" || "AWS_SES_US_WEST_1" || "AWS_SES_US_WEST_2",
|
|
89
90
|
* // NextSigningKeyLength: "RSA_1024_BIT" || "RSA_2048_BIT",
|
|
90
91
|
* // CurrentSigningKeyLength: "RSA_1024_BIT" || "RSA_2048_BIT",
|
|
91
92
|
* // LastKeyGenerationTimestamp: new Date("TIMESTAMP"),
|
|
@@ -51,7 +51,7 @@ declare const GetEmailIdentityCommand_base: {
|
|
|
51
51
|
* // Tokens: [ // DnsTokenList
|
|
52
52
|
* // "STRING_VALUE",
|
|
53
53
|
* // ],
|
|
54
|
-
* // SigningAttributesOrigin: "AWS_SES" || "EXTERNAL",
|
|
54
|
+
* // SigningAttributesOrigin: "AWS_SES" || "EXTERNAL" || "AWS_SES_AF_SOUTH_1" || "AWS_SES_EU_NORTH_1" || "AWS_SES_AP_SOUTH_1" || "AWS_SES_EU_WEST_3" || "AWS_SES_EU_WEST_2" || "AWS_SES_EU_SOUTH_1" || "AWS_SES_EU_WEST_1" || "AWS_SES_AP_NORTHEAST_3" || "AWS_SES_AP_NORTHEAST_2" || "AWS_SES_ME_SOUTH_1" || "AWS_SES_AP_NORTHEAST_1" || "AWS_SES_IL_CENTRAL_1" || "AWS_SES_SA_EAST_1" || "AWS_SES_CA_CENTRAL_1" || "AWS_SES_AP_SOUTHEAST_1" || "AWS_SES_AP_SOUTHEAST_2" || "AWS_SES_AP_SOUTHEAST_3" || "AWS_SES_EU_CENTRAL_1" || "AWS_SES_US_EAST_1" || "AWS_SES_US_EAST_2" || "AWS_SES_US_WEST_1" || "AWS_SES_US_WEST_2",
|
|
55
55
|
* // NextSigningKeyLength: "RSA_1024_BIT" || "RSA_2048_BIT",
|
|
56
56
|
* // CurrentSigningKeyLength: "RSA_1024_BIT" || "RSA_2048_BIT",
|
|
57
57
|
* // LastKeyGenerationTimestamp: new Date("TIMESTAMP"),
|
|
@@ -75,7 +75,7 @@ declare const GetEmailIdentityCommand_base: {
|
|
|
75
75
|
* // VerificationInfo: { // VerificationInfo
|
|
76
76
|
* // LastCheckedTimestamp: new Date("TIMESTAMP"),
|
|
77
77
|
* // LastSuccessTimestamp: new Date("TIMESTAMP"),
|
|
78
|
-
* // ErrorType: "SERVICE_ERROR" || "DNS_SERVER_ERROR" || "HOST_NOT_FOUND" || "TYPE_NOT_FOUND" || "INVALID_VALUE",
|
|
78
|
+
* // ErrorType: "SERVICE_ERROR" || "DNS_SERVER_ERROR" || "HOST_NOT_FOUND" || "TYPE_NOT_FOUND" || "INVALID_VALUE" || "REPLICATION_ACCESS_DENIED" || "REPLICATION_PRIMARY_NOT_FOUND" || "REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED" || "REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED" || "REPLICATION_PRIMARY_INVALID_REGION",
|
|
79
79
|
* // SOARecord: { // SOARecord
|
|
80
80
|
* // PrimaryNameServer: "STRING_VALUE",
|
|
81
81
|
* // AdminEmail: "STRING_VALUE",
|
|
@@ -59,11 +59,12 @@ declare const PutEmailIdentityDkimSigningAttributesCommand_base: {
|
|
|
59
59
|
* const client = new SESv2Client(config);
|
|
60
60
|
* const input = { // PutEmailIdentityDkimSigningAttributesRequest
|
|
61
61
|
* EmailIdentity: "STRING_VALUE", // required
|
|
62
|
-
* SigningAttributesOrigin: "AWS_SES" || "EXTERNAL", // required
|
|
62
|
+
* SigningAttributesOrigin: "AWS_SES" || "EXTERNAL" || "AWS_SES_AF_SOUTH_1" || "AWS_SES_EU_NORTH_1" || "AWS_SES_AP_SOUTH_1" || "AWS_SES_EU_WEST_3" || "AWS_SES_EU_WEST_2" || "AWS_SES_EU_SOUTH_1" || "AWS_SES_EU_WEST_1" || "AWS_SES_AP_NORTHEAST_3" || "AWS_SES_AP_NORTHEAST_2" || "AWS_SES_ME_SOUTH_1" || "AWS_SES_AP_NORTHEAST_1" || "AWS_SES_IL_CENTRAL_1" || "AWS_SES_SA_EAST_1" || "AWS_SES_CA_CENTRAL_1" || "AWS_SES_AP_SOUTHEAST_1" || "AWS_SES_AP_SOUTHEAST_2" || "AWS_SES_AP_SOUTHEAST_3" || "AWS_SES_EU_CENTRAL_1" || "AWS_SES_US_EAST_1" || "AWS_SES_US_EAST_2" || "AWS_SES_US_WEST_1" || "AWS_SES_US_WEST_2", // required
|
|
63
63
|
* SigningAttributes: { // DkimSigningAttributes
|
|
64
64
|
* DomainSigningSelector: "STRING_VALUE",
|
|
65
65
|
* DomainSigningPrivateKey: "STRING_VALUE",
|
|
66
66
|
* NextSigningKeyLength: "RSA_1024_BIT" || "RSA_2048_BIT",
|
|
67
|
+
* DomainSigningAttributesOrigin: "AWS_SES" || "EXTERNAL" || "AWS_SES_AF_SOUTH_1" || "AWS_SES_EU_NORTH_1" || "AWS_SES_AP_SOUTH_1" || "AWS_SES_EU_WEST_3" || "AWS_SES_EU_WEST_2" || "AWS_SES_EU_SOUTH_1" || "AWS_SES_EU_WEST_1" || "AWS_SES_AP_NORTHEAST_3" || "AWS_SES_AP_NORTHEAST_2" || "AWS_SES_ME_SOUTH_1" || "AWS_SES_AP_NORTHEAST_1" || "AWS_SES_IL_CENTRAL_1" || "AWS_SES_SA_EAST_1" || "AWS_SES_CA_CENTRAL_1" || "AWS_SES_AP_SOUTHEAST_1" || "AWS_SES_AP_SOUTHEAST_2" || "AWS_SES_AP_SOUTHEAST_3" || "AWS_SES_EU_CENTRAL_1" || "AWS_SES_US_EAST_1" || "AWS_SES_US_EAST_2" || "AWS_SES_US_WEST_1" || "AWS_SES_US_WEST_2",
|
|
67
68
|
* },
|
|
68
69
|
* };
|
|
69
70
|
* const command = new PutEmailIdentityDkimSigningAttributesCommand(input);
|
|
@@ -2117,6 +2117,40 @@ export declare class SendingPausedException extends __BaseException {
|
|
|
2117
2117
|
*/
|
|
2118
2118
|
constructor(opts: __ExceptionOptionType<SendingPausedException, __BaseException>);
|
|
2119
2119
|
}
|
|
2120
|
+
/**
|
|
2121
|
+
* @public
|
|
2122
|
+
* @enum
|
|
2123
|
+
*/
|
|
2124
|
+
export declare const DkimSigningAttributesOrigin: {
|
|
2125
|
+
readonly AWS_SES: "AWS_SES";
|
|
2126
|
+
readonly AWS_SES_AF_SOUTH_1: "AWS_SES_AF_SOUTH_1";
|
|
2127
|
+
readonly AWS_SES_AP_NORTHEAST_1: "AWS_SES_AP_NORTHEAST_1";
|
|
2128
|
+
readonly AWS_SES_AP_NORTHEAST_2: "AWS_SES_AP_NORTHEAST_2";
|
|
2129
|
+
readonly AWS_SES_AP_NORTHEAST_3: "AWS_SES_AP_NORTHEAST_3";
|
|
2130
|
+
readonly AWS_SES_AP_SOUTHEAST_1: "AWS_SES_AP_SOUTHEAST_1";
|
|
2131
|
+
readonly AWS_SES_AP_SOUTHEAST_2: "AWS_SES_AP_SOUTHEAST_2";
|
|
2132
|
+
readonly AWS_SES_AP_SOUTHEAST_3: "AWS_SES_AP_SOUTHEAST_3";
|
|
2133
|
+
readonly AWS_SES_AP_SOUTH_1: "AWS_SES_AP_SOUTH_1";
|
|
2134
|
+
readonly AWS_SES_CA_CENTRAL_1: "AWS_SES_CA_CENTRAL_1";
|
|
2135
|
+
readonly AWS_SES_EU_CENTRAL_1: "AWS_SES_EU_CENTRAL_1";
|
|
2136
|
+
readonly AWS_SES_EU_NORTH_1: "AWS_SES_EU_NORTH_1";
|
|
2137
|
+
readonly AWS_SES_EU_SOUTH_1: "AWS_SES_EU_SOUTH_1";
|
|
2138
|
+
readonly AWS_SES_EU_WEST_1: "AWS_SES_EU_WEST_1";
|
|
2139
|
+
readonly AWS_SES_EU_WEST_2: "AWS_SES_EU_WEST_2";
|
|
2140
|
+
readonly AWS_SES_EU_WEST_3: "AWS_SES_EU_WEST_3";
|
|
2141
|
+
readonly AWS_SES_IL_CENTRAL_1: "AWS_SES_IL_CENTRAL_1";
|
|
2142
|
+
readonly AWS_SES_ME_SOUTH_1: "AWS_SES_ME_SOUTH_1";
|
|
2143
|
+
readonly AWS_SES_SA_EAST_1: "AWS_SES_SA_EAST_1";
|
|
2144
|
+
readonly AWS_SES_US_EAST_1: "AWS_SES_US_EAST_1";
|
|
2145
|
+
readonly AWS_SES_US_EAST_2: "AWS_SES_US_EAST_2";
|
|
2146
|
+
readonly AWS_SES_US_WEST_1: "AWS_SES_US_WEST_1";
|
|
2147
|
+
readonly AWS_SES_US_WEST_2: "AWS_SES_US_WEST_2";
|
|
2148
|
+
readonly EXTERNAL: "EXTERNAL";
|
|
2149
|
+
};
|
|
2150
|
+
/**
|
|
2151
|
+
* @public
|
|
2152
|
+
*/
|
|
2153
|
+
export type DkimSigningAttributesOrigin = (typeof DkimSigningAttributesOrigin)[keyof typeof DkimSigningAttributesOrigin];
|
|
2120
2154
|
/**
|
|
2121
2155
|
* @public
|
|
2122
2156
|
* @enum
|
|
@@ -2154,6 +2188,186 @@ export interface DkimSigningAttributes {
|
|
|
2154
2188
|
* @public
|
|
2155
2189
|
*/
|
|
2156
2190
|
NextSigningKeyLength?: DkimSigningKeyLength | undefined;
|
|
2191
|
+
/**
|
|
2192
|
+
* <p>The attribute to use for configuring DKIM for the identity depends on the
|
|
2193
|
+
* operation:
|
|
2194
|
+
* </p>
|
|
2195
|
+
* <ol>
|
|
2196
|
+
* <li>
|
|
2197
|
+
* <p>For <code>PutEmailIdentityDkimSigningAttributes</code>:
|
|
2198
|
+
* </p>
|
|
2199
|
+
* <ul>
|
|
2200
|
+
* <li>
|
|
2201
|
+
* <p>None of the values are allowed - use the
|
|
2202
|
+
* <a href="https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutEmailIdentityDkimSigningAttributes.html#SES-PutEmailIdentityDkimSigningAttributes-request-SigningAttributesOrigin">
|
|
2203
|
+
* <code>SigningAttributesOrigin</code>
|
|
2204
|
+
* </a>
|
|
2205
|
+
* parameter instead
|
|
2206
|
+
* </p>
|
|
2207
|
+
* </li>
|
|
2208
|
+
* </ul>
|
|
2209
|
+
* </li>
|
|
2210
|
+
* <li>
|
|
2211
|
+
* <p>For <code>CreateEmailIdentity</code> when replicating a parent identity's DKIM
|
|
2212
|
+
* configuration:
|
|
2213
|
+
* </p>
|
|
2214
|
+
* <ul>
|
|
2215
|
+
* <li>
|
|
2216
|
+
* <p>Allowed values: All values except <code>AWS_SES</code> and
|
|
2217
|
+
* <code>EXTERNAL</code>
|
|
2218
|
+
* </p>
|
|
2219
|
+
* </li>
|
|
2220
|
+
* </ul>
|
|
2221
|
+
* </li>
|
|
2222
|
+
* </ol>
|
|
2223
|
+
* <ul>
|
|
2224
|
+
* <li>
|
|
2225
|
+
* <p>
|
|
2226
|
+
* <code>AWS_SES</code> – Configure DKIM for the identity by using Easy DKIM.
|
|
2227
|
+
* </p>
|
|
2228
|
+
* </li>
|
|
2229
|
+
* <li>
|
|
2230
|
+
* <p>
|
|
2231
|
+
* <code>EXTERNAL</code> – Configure DKIM for the identity by using Bring Your Own DKIM
|
|
2232
|
+
* (BYODKIM).
|
|
2233
|
+
* </p>
|
|
2234
|
+
* </li>
|
|
2235
|
+
* <li>
|
|
2236
|
+
* <p>
|
|
2237
|
+
* <code>AWS_SES_AF_SOUTH_1</code> – Configure DKIM for the identity by replicating from a parent
|
|
2238
|
+
* identity in Africa (Cape Town) region using Deterministic Easy-DKIM (DEED).
|
|
2239
|
+
* </p>
|
|
2240
|
+
* </li>
|
|
2241
|
+
* <li>
|
|
2242
|
+
* <p>
|
|
2243
|
+
* <code>AWS_SES_EU_NORTH_1</code> – Configure DKIM for the identity by replicating from a parent
|
|
2244
|
+
* identity in Europe (Stockholm) region using Deterministic Easy-DKIM (DEED).
|
|
2245
|
+
* </p>
|
|
2246
|
+
* </li>
|
|
2247
|
+
* <li>
|
|
2248
|
+
* <p>
|
|
2249
|
+
* <code>AWS_SES_AP_SOUTH_1</code> – Configure DKIM for the identity by replicating from a parent
|
|
2250
|
+
* identity in Asia Pacific (Mumbai) region using Deterministic Easy-DKIM (DEED).
|
|
2251
|
+
* </p>
|
|
2252
|
+
* </li>
|
|
2253
|
+
* <li>
|
|
2254
|
+
* <p>
|
|
2255
|
+
* <code>AWS_SES_EU_WEST_3</code> – Configure DKIM for the identity by replicating from a parent
|
|
2256
|
+
* identity in Europe (Paris) region using Deterministic Easy-DKIM (DEED).
|
|
2257
|
+
* </p>
|
|
2258
|
+
* </li>
|
|
2259
|
+
* <li>
|
|
2260
|
+
* <p>
|
|
2261
|
+
* <code>AWS_SES_EU_WEST_2</code> – Configure DKIM for the identity by replicating from a parent
|
|
2262
|
+
* identity in Europe (London) region using Deterministic Easy-DKIM (DEED).
|
|
2263
|
+
* </p>
|
|
2264
|
+
* </li>
|
|
2265
|
+
* <li>
|
|
2266
|
+
* <p>
|
|
2267
|
+
* <code>AWS_SES_EU_SOUTH_1</code> – Configure DKIM for the identity by replicating from a parent
|
|
2268
|
+
* identity in Europe (Milan) region using Deterministic Easy-DKIM (DEED).
|
|
2269
|
+
* </p>
|
|
2270
|
+
* </li>
|
|
2271
|
+
* <li>
|
|
2272
|
+
* <p>
|
|
2273
|
+
* <code>AWS_SES_EU_WEST_1</code> – Configure DKIM for the identity by replicating from a parent
|
|
2274
|
+
* identity in Europe (Ireland) region using Deterministic Easy-DKIM (DEED).
|
|
2275
|
+
* </p>
|
|
2276
|
+
* </li>
|
|
2277
|
+
* <li>
|
|
2278
|
+
* <p>
|
|
2279
|
+
* <code>AWS_SES_AP_NORTHEAST_3</code> – Configure DKIM for the identity by replicating from a
|
|
2280
|
+
* parent identity in Asia Pacific (Osaka) region using Deterministic Easy-DKIM (DEED).
|
|
2281
|
+
* </p>
|
|
2282
|
+
* </li>
|
|
2283
|
+
* <li>
|
|
2284
|
+
* <p>
|
|
2285
|
+
* <code>AWS_SES_AP_NORTHEAST_2</code> – Configure DKIM for the identity by replicating from a
|
|
2286
|
+
* parent identity in Asia Pacific (Seoul) region using Deterministic Easy-DKIM (DEED).
|
|
2287
|
+
* </p>
|
|
2288
|
+
* </li>
|
|
2289
|
+
* <li>
|
|
2290
|
+
* <p>
|
|
2291
|
+
* <code>AWS_SES_ME_SOUTH_1</code> – Configure DKIM for the identity by replicating from a parent
|
|
2292
|
+
* identity in Middle East (Bahrain) region using Deterministic Easy-DKIM (DEED).
|
|
2293
|
+
* </p>
|
|
2294
|
+
* </li>
|
|
2295
|
+
* <li>
|
|
2296
|
+
* <p>
|
|
2297
|
+
* <code>AWS_SES_AP_NORTHEAST_1</code> – Configure DKIM for the identity by replicating from a
|
|
2298
|
+
* parent identity in Asia Pacific (Tokyo) region using Deterministic Easy-DKIM (DEED).
|
|
2299
|
+
* </p>
|
|
2300
|
+
* </li>
|
|
2301
|
+
* <li>
|
|
2302
|
+
* <p>
|
|
2303
|
+
* <code>AWS_SES_IL_CENTRAL_1</code> – Configure DKIM for the identity by replicating from a
|
|
2304
|
+
* parent identity in Israel (Tel Aviv) region using Deterministic Easy-DKIM (DEED).
|
|
2305
|
+
* </p>
|
|
2306
|
+
* </li>
|
|
2307
|
+
* <li>
|
|
2308
|
+
* <p>
|
|
2309
|
+
* <code>AWS_SES_SA_EAST_1</code> – Configure DKIM for the identity by replicating from a parent
|
|
2310
|
+
* identity in South America (São Paulo) region using Deterministic Easy-DKIM (DEED).
|
|
2311
|
+
* </p>
|
|
2312
|
+
* </li>
|
|
2313
|
+
* <li>
|
|
2314
|
+
* <p>
|
|
2315
|
+
* <code>AWS_SES_CA_CENTRAL_1</code> – Configure DKIM for the identity by replicating from a
|
|
2316
|
+
* parent identity in Canada (Central) region using Deterministic Easy-DKIM (DEED).
|
|
2317
|
+
* </p>
|
|
2318
|
+
* </li>
|
|
2319
|
+
* <li>
|
|
2320
|
+
* <p>
|
|
2321
|
+
* <code>AWS_SES_AP_SOUTHEAST_1</code> – Configure DKIM for the identity by replicating from a
|
|
2322
|
+
* parent identity in Asia Pacific (Singapore) region using Deterministic Easy-DKIM (DEED).
|
|
2323
|
+
* </p>
|
|
2324
|
+
* </li>
|
|
2325
|
+
* <li>
|
|
2326
|
+
* <p>
|
|
2327
|
+
* <code>AWS_SES_AP_SOUTHEAST_2</code> – Configure DKIM for the identity by replicating from a
|
|
2328
|
+
* parent identity in Asia Pacific (Sydney) region using Deterministic Easy-DKIM (DEED).
|
|
2329
|
+
* </p>
|
|
2330
|
+
* </li>
|
|
2331
|
+
* <li>
|
|
2332
|
+
* <p>
|
|
2333
|
+
* <code>AWS_SES_AP_SOUTHEAST_3</code> – Configure DKIM for the identity by replicating from a
|
|
2334
|
+
* parent identity in Asia Pacific (Jakarta) region using Deterministic Easy-DKIM (DEED).
|
|
2335
|
+
* </p>
|
|
2336
|
+
* </li>
|
|
2337
|
+
* <li>
|
|
2338
|
+
* <p>
|
|
2339
|
+
* <code>AWS_SES_EU_CENTRAL_1</code> – Configure DKIM for the identity by replicating from a
|
|
2340
|
+
* parent identity in Europe (Frankfurt) region using Deterministic Easy-DKIM (DEED).
|
|
2341
|
+
* </p>
|
|
2342
|
+
* </li>
|
|
2343
|
+
* <li>
|
|
2344
|
+
* <p>
|
|
2345
|
+
* <code>AWS_SES_US_EAST_1</code> – Configure DKIM for the identity by replicating from a parent
|
|
2346
|
+
* identity in US East (N. Virginia) region using Deterministic Easy-DKIM (DEED).
|
|
2347
|
+
* </p>
|
|
2348
|
+
* </li>
|
|
2349
|
+
* <li>
|
|
2350
|
+
* <p>
|
|
2351
|
+
* <code>AWS_SES_US_EAST_2</code> – Configure DKIM for the identity by replicating from a parent
|
|
2352
|
+
* identity in US East (Ohio) region using Deterministic Easy-DKIM (DEED).
|
|
2353
|
+
* </p>
|
|
2354
|
+
* </li>
|
|
2355
|
+
* <li>
|
|
2356
|
+
* <p>
|
|
2357
|
+
* <code>AWS_SES_US_WEST_1</code> – Configure DKIM for the identity by replicating from a parent
|
|
2358
|
+
* identity in US West (N. California) region using Deterministic Easy-DKIM (DEED).
|
|
2359
|
+
* </p>
|
|
2360
|
+
* </li>
|
|
2361
|
+
* <li>
|
|
2362
|
+
* <p>
|
|
2363
|
+
* <code>AWS_SES_US_WEST_2</code> – Configure DKIM for the identity by replicating from a parent
|
|
2364
|
+
* identity in US West (Oregon) region using Deterministic Easy-DKIM (DEED).
|
|
2365
|
+
* </p>
|
|
2366
|
+
* </li>
|
|
2367
|
+
* </ul>
|
|
2368
|
+
* @public
|
|
2369
|
+
*/
|
|
2370
|
+
DomainSigningAttributesOrigin?: DkimSigningAttributesOrigin | undefined;
|
|
2157
2371
|
}
|
|
2158
2372
|
/**
|
|
2159
2373
|
* <p>A request to begin the verification process for an email identity (an email address or
|
|
@@ -2189,18 +2403,6 @@ export interface CreateEmailIdentityRequest {
|
|
|
2189
2403
|
*/
|
|
2190
2404
|
ConfigurationSetName?: string | undefined;
|
|
2191
2405
|
}
|
|
2192
|
-
/**
|
|
2193
|
-
* @public
|
|
2194
|
-
* @enum
|
|
2195
|
-
*/
|
|
2196
|
-
export declare const DkimSigningAttributesOrigin: {
|
|
2197
|
-
readonly AWS_SES: "AWS_SES";
|
|
2198
|
-
readonly EXTERNAL: "EXTERNAL";
|
|
2199
|
-
};
|
|
2200
|
-
/**
|
|
2201
|
-
* @public
|
|
2202
|
-
*/
|
|
2203
|
-
export type DkimSigningAttributesOrigin = (typeof DkimSigningAttributesOrigin)[keyof typeof DkimSigningAttributesOrigin];
|
|
2204
2406
|
/**
|
|
2205
2407
|
* @public
|
|
2206
2408
|
* @enum
|
|
@@ -2298,6 +2500,152 @@ export interface DkimAttributes {
|
|
|
2298
2500
|
* <code>EXTERNAL</code> – Indicates that DKIM was configured for the
|
|
2299
2501
|
* identity by using Bring Your Own DKIM (BYODKIM).</p>
|
|
2300
2502
|
* </li>
|
|
2503
|
+
* <li>
|
|
2504
|
+
* <p>
|
|
2505
|
+
* <code>AWS_SES_AF_SOUTH_1</code> – Indicates that DKIM was configured for the identity by
|
|
2506
|
+
* replicating signing attributes from a parent identity in Africa (Cape Town) region using Deterministic Easy-DKIM
|
|
2507
|
+
* (DEED).
|
|
2508
|
+
* </p>
|
|
2509
|
+
* </li>
|
|
2510
|
+
* <li>
|
|
2511
|
+
* <p>
|
|
2512
|
+
* <code>AWS_SES_EU_NORTH_1</code> – Indicates that DKIM was configured for the identity by
|
|
2513
|
+
* replicating signing attributes from a parent identity in Europe (Stockholm) region using Deterministic Easy-DKIM
|
|
2514
|
+
* (DEED).
|
|
2515
|
+
* </p>
|
|
2516
|
+
* </li>
|
|
2517
|
+
* <li>
|
|
2518
|
+
* <p>
|
|
2519
|
+
* <code>AWS_SES_AP_SOUTH_1</code> – Indicates that DKIM was configured for the identity by
|
|
2520
|
+
* replicating signing attributes from a parent identity in Asia Pacific (Mumbai) region using Deterministic Easy-DKIM
|
|
2521
|
+
* (DEED).
|
|
2522
|
+
* </p>
|
|
2523
|
+
* </li>
|
|
2524
|
+
* <li>
|
|
2525
|
+
* <p>
|
|
2526
|
+
* <code>AWS_SES_EU_WEST_3</code> – Indicates that DKIM was configured for the identity by
|
|
2527
|
+
* replicating signing attributes from a parent identity in Europe (Paris) region using Deterministic Easy-DKIM (DEED).
|
|
2528
|
+
* </p>
|
|
2529
|
+
* </li>
|
|
2530
|
+
* <li>
|
|
2531
|
+
* <p>
|
|
2532
|
+
* <code>AWS_SES_EU_WEST_2</code> – Indicates that DKIM was configured for the identity by
|
|
2533
|
+
* replicating signing attributes from a parent identity in Europe (London) region using Deterministic Easy-DKIM (DEED).
|
|
2534
|
+
* </p>
|
|
2535
|
+
* </li>
|
|
2536
|
+
* <li>
|
|
2537
|
+
* <p>
|
|
2538
|
+
* <code>AWS_SES_EU_SOUTH_1</code> – Indicates that DKIM was configured for the identity by
|
|
2539
|
+
* replicating signing attributes from a parent identity in Europe (Milan) region using Deterministic Easy-DKIM (DEED).
|
|
2540
|
+
* </p>
|
|
2541
|
+
* </li>
|
|
2542
|
+
* <li>
|
|
2543
|
+
* <p>
|
|
2544
|
+
* <code>AWS_SES_EU_WEST_1</code> – Indicates that DKIM was configured for the identity by
|
|
2545
|
+
* replicating signing attributes from a parent identity in Europe (Ireland) region using Deterministic Easy-DKIM (DEED).
|
|
2546
|
+
* </p>
|
|
2547
|
+
* </li>
|
|
2548
|
+
* <li>
|
|
2549
|
+
* <p>
|
|
2550
|
+
* <code>AWS_SES_AP_NORTHEAST_3</code> – Indicates that DKIM was configured for the identity by
|
|
2551
|
+
* replicating signing attributes from a parent identity in Asia Pacific (Osaka) region using Deterministic Easy-DKIM
|
|
2552
|
+
* (DEED).
|
|
2553
|
+
* </p>
|
|
2554
|
+
* </li>
|
|
2555
|
+
* <li>
|
|
2556
|
+
* <p>
|
|
2557
|
+
* <code>AWS_SES_AP_NORTHEAST_2</code> – Indicates that DKIM was configured for the identity by
|
|
2558
|
+
* replicating signing attributes from a parent identity in Asia Pacific (Seoul) region using Deterministic Easy-DKIM
|
|
2559
|
+
* (DEED).
|
|
2560
|
+
* </p>
|
|
2561
|
+
* </li>
|
|
2562
|
+
* <li>
|
|
2563
|
+
* <p>
|
|
2564
|
+
* <code>AWS_SES_ME_SOUTH_1</code> – Indicates that DKIM was configured for the identity by
|
|
2565
|
+
* replicating signing attributes from a parent identity in Middle East (Bahrain) region using Deterministic Easy-DKIM
|
|
2566
|
+
* (DEED).
|
|
2567
|
+
* </p>
|
|
2568
|
+
* </li>
|
|
2569
|
+
* <li>
|
|
2570
|
+
* <p>
|
|
2571
|
+
* <code>AWS_SES_AP_NORTHEAST_1</code> – Indicates that DKIM was configured for the identity by
|
|
2572
|
+
* replicating signing attributes from a parent identity in Asia Pacific (Tokyo) region using Deterministic Easy-DKIM
|
|
2573
|
+
* (DEED).
|
|
2574
|
+
* </p>
|
|
2575
|
+
* </li>
|
|
2576
|
+
* <li>
|
|
2577
|
+
* <p>
|
|
2578
|
+
* <code>AWS_SES_IL_CENTRAL_1</code> – Indicates that DKIM was configured for the identity by
|
|
2579
|
+
* replicating signing attributes from a parent identity in Israel (Tel Aviv) region using Deterministic Easy-DKIM (DEED).
|
|
2580
|
+
* </p>
|
|
2581
|
+
* </li>
|
|
2582
|
+
* <li>
|
|
2583
|
+
* <p>
|
|
2584
|
+
* <code>AWS_SES_SA_EAST_1</code> – Indicates that DKIM was configured for the identity by
|
|
2585
|
+
* replicating signing attributes from a parent identity in South America (São Paulo) region using Deterministic Easy-DKIM
|
|
2586
|
+
* (DEED).
|
|
2587
|
+
* </p>
|
|
2588
|
+
* </li>
|
|
2589
|
+
* <li>
|
|
2590
|
+
* <p>
|
|
2591
|
+
* <code>AWS_SES_CA_CENTRAL_1</code> – Indicates that DKIM was configured for the identity by
|
|
2592
|
+
* replicating signing attributes from a parent identity in Canada (Central) region using Deterministic Easy-DKIM (DEED).
|
|
2593
|
+
* </p>
|
|
2594
|
+
* </li>
|
|
2595
|
+
* <li>
|
|
2596
|
+
* <p>
|
|
2597
|
+
* <code>AWS_SES_AP_SOUTHEAST_1</code> – Indicates that DKIM was configured for the identity by
|
|
2598
|
+
* replicating signing attributes from a parent identity in Asia Pacific (Singapore) region using Deterministic Easy-DKIM
|
|
2599
|
+
* (DEED).
|
|
2600
|
+
* </p>
|
|
2601
|
+
* </li>
|
|
2602
|
+
* <li>
|
|
2603
|
+
* <p>
|
|
2604
|
+
* <code>AWS_SES_AP_SOUTHEAST_2</code> – Indicates that DKIM was configured for the identity by
|
|
2605
|
+
* replicating signing attributes from a parent identity in Asia Pacific (Sydney) region using Deterministic Easy-DKIM
|
|
2606
|
+
* (DEED).
|
|
2607
|
+
* </p>
|
|
2608
|
+
* </li>
|
|
2609
|
+
* <li>
|
|
2610
|
+
* <p>
|
|
2611
|
+
* <code>AWS_SES_AP_SOUTHEAST_3</code> – Indicates that DKIM was configured for the identity by
|
|
2612
|
+
* replicating signing attributes from a parent identity in Asia Pacific (Jakarta) region using Deterministic Easy-DKIM
|
|
2613
|
+
* (DEED).
|
|
2614
|
+
* </p>
|
|
2615
|
+
* </li>
|
|
2616
|
+
* <li>
|
|
2617
|
+
* <p>
|
|
2618
|
+
* <code>AWS_SES_EU_CENTRAL_1</code> – Indicates that DKIM was configured for the identity by
|
|
2619
|
+
* replicating signing attributes from a parent identity in Europe (Frankfurt) region using Deterministic Easy-DKIM
|
|
2620
|
+
* (DEED).
|
|
2621
|
+
* </p>
|
|
2622
|
+
* </li>
|
|
2623
|
+
* <li>
|
|
2624
|
+
* <p>
|
|
2625
|
+
* <code>AWS_SES_US_EAST_1</code> – Indicates that DKIM was configured for the identity by
|
|
2626
|
+
* replicating signing attributes from a parent identity in US East (N. Virginia) region using Deterministic Easy-DKIM
|
|
2627
|
+
* (DEED).
|
|
2628
|
+
* </p>
|
|
2629
|
+
* </li>
|
|
2630
|
+
* <li>
|
|
2631
|
+
* <p>
|
|
2632
|
+
* <code>AWS_SES_US_EAST_2</code> – Indicates that DKIM was configured for the identity by
|
|
2633
|
+
* replicating signing attributes from a parent identity in US East (Ohio) region using Deterministic Easy-DKIM (DEED).
|
|
2634
|
+
* </p>
|
|
2635
|
+
* </li>
|
|
2636
|
+
* <li>
|
|
2637
|
+
* <p>
|
|
2638
|
+
* <code>AWS_SES_US_WEST_1</code> – Indicates that DKIM was configured for the identity by
|
|
2639
|
+
* replicating signing attributes from a parent identity in US West (N. California) region using Deterministic Easy-DKIM
|
|
2640
|
+
* (DEED).
|
|
2641
|
+
* </p>
|
|
2642
|
+
* </li>
|
|
2643
|
+
* <li>
|
|
2644
|
+
* <p>
|
|
2645
|
+
* <code>AWS_SES_US_WEST_2</code> – Indicates that DKIM was configured for the identity by
|
|
2646
|
+
* replicating signing attributes from a parent identity in US West (Oregon) region using Deterministic Easy-DKIM (DEED).
|
|
2647
|
+
* </p>
|
|
2648
|
+
* </li>
|
|
2301
2649
|
* </ul>
|
|
2302
2650
|
* @public
|
|
2303
2651
|
*/
|
|
@@ -4699,6 +5047,11 @@ export declare const VerificationError: {
|
|
|
4699
5047
|
readonly DNS_SERVER_ERROR: "DNS_SERVER_ERROR";
|
|
4700
5048
|
readonly HOST_NOT_FOUND: "HOST_NOT_FOUND";
|
|
4701
5049
|
readonly INVALID_VALUE: "INVALID_VALUE";
|
|
5050
|
+
readonly REPLICATION_ACCESS_DENIED: "REPLICATION_ACCESS_DENIED";
|
|
5051
|
+
readonly REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED: "REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED";
|
|
5052
|
+
readonly REPLICATION_PRIMARY_INVALID_REGION: "REPLICATION_PRIMARY_INVALID_REGION";
|
|
5053
|
+
readonly REPLICATION_PRIMARY_NOT_FOUND: "REPLICATION_PRIMARY_NOT_FOUND";
|
|
5054
|
+
readonly REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED: "REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED";
|
|
4702
5055
|
readonly SERVICE_ERROR: "SERVICE_ERROR";
|
|
4703
5056
|
readonly TYPE_NOT_FOUND: "TYPE_NOT_FOUND";
|
|
4704
5057
|
};
|
|
@@ -4776,6 +5129,41 @@ export interface VerificationInfo {
|
|
|
4776
5129
|
* <code>DNS_SERVER_ERROR</code> – The DNS server encountered an issue and
|
|
4777
5130
|
* was unable to complete the request.</p>
|
|
4778
5131
|
* </li>
|
|
5132
|
+
* <li>
|
|
5133
|
+
* <p>
|
|
5134
|
+
* <code>REPLICATION_ACCESS_DENIED</code> – The verification failed because the user does not
|
|
5135
|
+
* have the required permissions to replicate the DKIM key from the primary region. Ensure you have the
|
|
5136
|
+
* necessary permissions in both primary and replica regions.
|
|
5137
|
+
* </p>
|
|
5138
|
+
* </li>
|
|
5139
|
+
* <li>
|
|
5140
|
+
* <p>
|
|
5141
|
+
* <code>REPLICATION_PRIMARY_NOT_FOUND</code> – The verification failed because no corresponding
|
|
5142
|
+
* identity was found in the specified primary region. Ensure the identity exists in the primary region
|
|
5143
|
+
* before attempting replication.
|
|
5144
|
+
* </p>
|
|
5145
|
+
* </li>
|
|
5146
|
+
* <li>
|
|
5147
|
+
* <p>
|
|
5148
|
+
* <code>REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED</code> – The verification failed because the
|
|
5149
|
+
* identity in the primary region is configured with Bring Your Own DKIM (BYODKIM). DKIM key
|
|
5150
|
+
* replication is only supported for identities using Easy DKIM.
|
|
5151
|
+
* </p>
|
|
5152
|
+
* </li>
|
|
5153
|
+
* <li>
|
|
5154
|
+
* <p>
|
|
5155
|
+
* <code>REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED</code> – The verification failed because
|
|
5156
|
+
* the specified primary identity is a replica of another identity, and multi-level replication is not
|
|
5157
|
+
* supported; the primary identity must be a non-replica identity.
|
|
5158
|
+
* </p>
|
|
5159
|
+
* </li>
|
|
5160
|
+
* <li>
|
|
5161
|
+
* <p>
|
|
5162
|
+
* <code>REPLICATION_PRIMARY_INVALID_REGION</code> – The verification failed due to an invalid
|
|
5163
|
+
* primary region specified. Ensure you provide a valid AWS region where Amazon SES is available and different
|
|
5164
|
+
* from the replica region.
|
|
5165
|
+
* </p>
|
|
5166
|
+
* </li>
|
|
4779
5167
|
* </ul>
|
|
4780
5168
|
* @public
|
|
4781
5169
|
*/
|
|
@@ -494,6 +494,34 @@ export declare class SendingPausedException extends __BaseException {
|
|
|
494
494
|
opts: __ExceptionOptionType<SendingPausedException, __BaseException>
|
|
495
495
|
);
|
|
496
496
|
}
|
|
497
|
+
export declare const DkimSigningAttributesOrigin: {
|
|
498
|
+
readonly AWS_SES: "AWS_SES";
|
|
499
|
+
readonly AWS_SES_AF_SOUTH_1: "AWS_SES_AF_SOUTH_1";
|
|
500
|
+
readonly AWS_SES_AP_NORTHEAST_1: "AWS_SES_AP_NORTHEAST_1";
|
|
501
|
+
readonly AWS_SES_AP_NORTHEAST_2: "AWS_SES_AP_NORTHEAST_2";
|
|
502
|
+
readonly AWS_SES_AP_NORTHEAST_3: "AWS_SES_AP_NORTHEAST_3";
|
|
503
|
+
readonly AWS_SES_AP_SOUTHEAST_1: "AWS_SES_AP_SOUTHEAST_1";
|
|
504
|
+
readonly AWS_SES_AP_SOUTHEAST_2: "AWS_SES_AP_SOUTHEAST_2";
|
|
505
|
+
readonly AWS_SES_AP_SOUTHEAST_3: "AWS_SES_AP_SOUTHEAST_3";
|
|
506
|
+
readonly AWS_SES_AP_SOUTH_1: "AWS_SES_AP_SOUTH_1";
|
|
507
|
+
readonly AWS_SES_CA_CENTRAL_1: "AWS_SES_CA_CENTRAL_1";
|
|
508
|
+
readonly AWS_SES_EU_CENTRAL_1: "AWS_SES_EU_CENTRAL_1";
|
|
509
|
+
readonly AWS_SES_EU_NORTH_1: "AWS_SES_EU_NORTH_1";
|
|
510
|
+
readonly AWS_SES_EU_SOUTH_1: "AWS_SES_EU_SOUTH_1";
|
|
511
|
+
readonly AWS_SES_EU_WEST_1: "AWS_SES_EU_WEST_1";
|
|
512
|
+
readonly AWS_SES_EU_WEST_2: "AWS_SES_EU_WEST_2";
|
|
513
|
+
readonly AWS_SES_EU_WEST_3: "AWS_SES_EU_WEST_3";
|
|
514
|
+
readonly AWS_SES_IL_CENTRAL_1: "AWS_SES_IL_CENTRAL_1";
|
|
515
|
+
readonly AWS_SES_ME_SOUTH_1: "AWS_SES_ME_SOUTH_1";
|
|
516
|
+
readonly AWS_SES_SA_EAST_1: "AWS_SES_SA_EAST_1";
|
|
517
|
+
readonly AWS_SES_US_EAST_1: "AWS_SES_US_EAST_1";
|
|
518
|
+
readonly AWS_SES_US_EAST_2: "AWS_SES_US_EAST_2";
|
|
519
|
+
readonly AWS_SES_US_WEST_1: "AWS_SES_US_WEST_1";
|
|
520
|
+
readonly AWS_SES_US_WEST_2: "AWS_SES_US_WEST_2";
|
|
521
|
+
readonly EXTERNAL: "EXTERNAL";
|
|
522
|
+
};
|
|
523
|
+
export type DkimSigningAttributesOrigin =
|
|
524
|
+
(typeof DkimSigningAttributesOrigin)[keyof typeof DkimSigningAttributesOrigin];
|
|
497
525
|
export declare const DkimSigningKeyLength: {
|
|
498
526
|
readonly RSA_1024_BIT: "RSA_1024_BIT";
|
|
499
527
|
readonly RSA_2048_BIT: "RSA_2048_BIT";
|
|
@@ -504,6 +532,7 @@ export interface DkimSigningAttributes {
|
|
|
504
532
|
DomainSigningSelector?: string | undefined;
|
|
505
533
|
DomainSigningPrivateKey?: string | undefined;
|
|
506
534
|
NextSigningKeyLength?: DkimSigningKeyLength | undefined;
|
|
535
|
+
DomainSigningAttributesOrigin?: DkimSigningAttributesOrigin | undefined;
|
|
507
536
|
}
|
|
508
537
|
export interface CreateEmailIdentityRequest {
|
|
509
538
|
EmailIdentity: string | undefined;
|
|
@@ -511,12 +540,6 @@ export interface CreateEmailIdentityRequest {
|
|
|
511
540
|
DkimSigningAttributes?: DkimSigningAttributes | undefined;
|
|
512
541
|
ConfigurationSetName?: string | undefined;
|
|
513
542
|
}
|
|
514
|
-
export declare const DkimSigningAttributesOrigin: {
|
|
515
|
-
readonly AWS_SES: "AWS_SES";
|
|
516
|
-
readonly EXTERNAL: "EXTERNAL";
|
|
517
|
-
};
|
|
518
|
-
export type DkimSigningAttributesOrigin =
|
|
519
|
-
(typeof DkimSigningAttributesOrigin)[keyof typeof DkimSigningAttributesOrigin];
|
|
520
543
|
export declare const DkimStatus: {
|
|
521
544
|
readonly FAILED: "FAILED";
|
|
522
545
|
readonly NOT_STARTED: "NOT_STARTED";
|
|
@@ -1011,6 +1034,11 @@ export declare const VerificationError: {
|
|
|
1011
1034
|
readonly DNS_SERVER_ERROR: "DNS_SERVER_ERROR";
|
|
1012
1035
|
readonly HOST_NOT_FOUND: "HOST_NOT_FOUND";
|
|
1013
1036
|
readonly INVALID_VALUE: "INVALID_VALUE";
|
|
1037
|
+
readonly REPLICATION_ACCESS_DENIED: "REPLICATION_ACCESS_DENIED";
|
|
1038
|
+
readonly REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED: "REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED";
|
|
1039
|
+
readonly REPLICATION_PRIMARY_INVALID_REGION: "REPLICATION_PRIMARY_INVALID_REGION";
|
|
1040
|
+
readonly REPLICATION_PRIMARY_NOT_FOUND: "REPLICATION_PRIMARY_NOT_FOUND";
|
|
1041
|
+
readonly REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED: "REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED";
|
|
1014
1042
|
readonly SERVICE_ERROR: "SERVICE_ERROR";
|
|
1015
1043
|
readonly TYPE_NOT_FOUND: "TYPE_NOT_FOUND";
|
|
1016
1044
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sesv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sesv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.709.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sesv2",
|
|
@@ -20,44 +20,44 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
-
"@smithy/config-resolver": "^3.0.
|
|
38
|
-
"@smithy/core": "^2.5.
|
|
39
|
-
"@smithy/fetch-http-handler": "^4.1.
|
|
40
|
-
"@smithy/hash-node": "^3.0.
|
|
41
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
42
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
43
|
-
"@smithy/middleware-endpoint": "^3.2.
|
|
44
|
-
"@smithy/middleware-retry": "^3.0.
|
|
45
|
-
"@smithy/middleware-serde": "^3.0.
|
|
46
|
-
"@smithy/middleware-stack": "^3.0.
|
|
47
|
-
"@smithy/node-config-provider": "^3.1.
|
|
48
|
-
"@smithy/node-http-handler": "^3.3.
|
|
49
|
-
"@smithy/protocol-http": "^4.1.
|
|
50
|
-
"@smithy/smithy-client": "^3.
|
|
51
|
-
"@smithy/types": "^3.7.
|
|
52
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.709.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.709.0",
|
|
25
|
+
"@aws-sdk/core": "3.709.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.709.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.709.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.709.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.709.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.709.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.709.0",
|
|
32
|
+
"@aws-sdk/signature-v4-multi-region": "3.709.0",
|
|
33
|
+
"@aws-sdk/types": "3.709.0",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.709.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "3.709.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.709.0",
|
|
37
|
+
"@smithy/config-resolver": "^3.0.13",
|
|
38
|
+
"@smithy/core": "^2.5.5",
|
|
39
|
+
"@smithy/fetch-http-handler": "^4.1.2",
|
|
40
|
+
"@smithy/hash-node": "^3.0.11",
|
|
41
|
+
"@smithy/invalid-dependency": "^3.0.11",
|
|
42
|
+
"@smithy/middleware-content-length": "^3.0.13",
|
|
43
|
+
"@smithy/middleware-endpoint": "^3.2.5",
|
|
44
|
+
"@smithy/middleware-retry": "^3.0.30",
|
|
45
|
+
"@smithy/middleware-serde": "^3.0.11",
|
|
46
|
+
"@smithy/middleware-stack": "^3.0.11",
|
|
47
|
+
"@smithy/node-config-provider": "^3.1.12",
|
|
48
|
+
"@smithy/node-http-handler": "^3.3.2",
|
|
49
|
+
"@smithy/protocol-http": "^4.1.8",
|
|
50
|
+
"@smithy/smithy-client": "^3.5.0",
|
|
51
|
+
"@smithy/types": "^3.7.2",
|
|
52
|
+
"@smithy/url-parser": "^3.0.11",
|
|
53
53
|
"@smithy/util-base64": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
58
|
-
"@smithy/util-endpoints": "^2.1.
|
|
59
|
-
"@smithy/util-middleware": "^3.0.
|
|
60
|
-
"@smithy/util-retry": "^3.0.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^3.0.30",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^3.0.30",
|
|
58
|
+
"@smithy/util-endpoints": "^2.1.7",
|
|
59
|
+
"@smithy/util-middleware": "^3.0.11",
|
|
60
|
+
"@smithy/util-retry": "^3.0.11",
|
|
61
61
|
"@smithy/util-utf8": "^3.0.0",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|