@aws-sdk/client-sesv2 3.1091.0 → 3.1093.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 CHANGED
@@ -29,13 +29,16 @@ const _data = {
29
29
  [e, [{ [m]: "UseFIPS" }, b]],
30
30
  [e, [{ [m]: "UseDualStack" }, b]],
31
31
  [e, [{ fn: f, argv: [i, "supportsDualStack"] }, b]],
32
+ ["stringEquals", [{ fn: f, argv: [i, "name"] }, "aws-us-gov"]],
32
33
  [e, [{ fn: f, argv: [i, "supportsFIPS"] }, b]]
33
34
  ],
34
35
  results: [
35
36
  [a],
36
37
  [h, j],
37
- ["https://{EndpointId}.endpoints.email.global.{PartitionResult#dualStackDnsSuffix}", j],
38
+ ["https://{EndpointId}.endpoints.email.us-gov.{PartitionResult#dualStackDnsSuffix}", j],
38
39
  [a, "DualStack is enabled but this partition does not support DualStack"],
40
+ ["https://{EndpointId}.endpoints.email.us-gov.{PartitionResult#dnsSuffix}", j],
41
+ ["https://{EndpointId}.endpoints.email.global.{PartitionResult#dualStackDnsSuffix}", j],
39
42
  ["https://{EndpointId}.endpoints.email.{PartitionResult#dnsSuffix}", j],
40
43
  [a, "Invalid Configuration: FIPS is not supported with multi-region endpoints"],
41
44
  [a, "EndpointId must be a valid host label"],
@@ -57,24 +60,26 @@ const nodes = new Int32Array([
57
60
  -1, 1, -1,
58
61
  0, 3, 4,
59
62
  1, 5, 4,
60
- 4, 14, r + 16,
63
+ 4, 14, r + 18,
61
64
  2, 16, 6,
62
65
  4, 14, 7,
63
66
  5, 10, 8,
64
- 6, 9, r + 15,
65
- 7, r + 14, r + 3,
67
+ 6, 9, r + 17,
68
+ 7, r + 16, r + 3,
66
69
  6, 12, 11,
67
- 8, r + 12, r + 13,
68
- 7, 13, r + 11,
69
- 8, r + 10, r + 11,
70
- 5, r + 7, 15,
71
- 6, r + 8, r + 9,
72
- 3, 17, r + 6,
73
- 4, 21, 18,
74
- 5, r + 5, 19,
75
- 6, 20, r + 4,
76
- 7, r + 2, r + 3,
77
- 5, r + 5, r + 1,
70
+ 9, r + 14, r + 15,
71
+ 7, 13, r + 13,
72
+ 9, r + 12, r + 13,
73
+ 5, r + 9, 15,
74
+ 6, r + 10, r + 11,
75
+ 3, 17, r + 8,
76
+ 4, 23, 18,
77
+ 5, r + 7, 19,
78
+ 6, 21, 20,
79
+ 8, r + 4, r + 6,
80
+ 7, 22, r + 3,
81
+ 8, r + 2, r + 5,
82
+ 5, r + 7, r + 1,
78
83
  ]);
79
84
  const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
80
85
 
@@ -222,7 +227,7 @@ const commonParams = {
222
227
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
223
228
  };
224
229
 
225
- var version = "3.1090.0";
230
+ var version = "3.1092.0";
226
231
  var packageInfo = {
227
232
  version: version};
228
233
 
@@ -4288,6 +4293,8 @@ const DkimSigningAttributesOrigin = {
4288
4293
  AWS_SES_SA_EAST_1: "AWS_SES_SA_EAST_1",
4289
4294
  AWS_SES_US_EAST_1: "AWS_SES_US_EAST_1",
4290
4295
  AWS_SES_US_EAST_2: "AWS_SES_US_EAST_2",
4296
+ AWS_SES_US_GOV_EAST_1: "AWS_SES_US_GOV_EAST_1",
4297
+ AWS_SES_US_GOV_WEST_1: "AWS_SES_US_GOV_WEST_1",
4291
4298
  AWS_SES_US_WEST_1: "AWS_SES_US_WEST_1",
4292
4299
  AWS_SES_US_WEST_2: "AWS_SES_US_WEST_2",
4293
4300
  EXTERNAL: "EXTERNAL",
@@ -11,13 +11,16 @@ const _data = {
11
11
  [e, [{ [m]: "UseFIPS" }, b]],
12
12
  [e, [{ [m]: "UseDualStack" }, b]],
13
13
  [e, [{ fn: f, argv: [i, "supportsDualStack"] }, b]],
14
+ ["stringEquals", [{ fn: f, argv: [i, "name"] }, "aws-us-gov"]],
14
15
  [e, [{ fn: f, argv: [i, "supportsFIPS"] }, b]]
15
16
  ],
16
17
  results: [
17
18
  [a],
18
19
  [h, j],
19
- ["https://{EndpointId}.endpoints.email.global.{PartitionResult#dualStackDnsSuffix}", j],
20
+ ["https://{EndpointId}.endpoints.email.us-gov.{PartitionResult#dualStackDnsSuffix}", j],
20
21
  [a, "DualStack is enabled but this partition does not support DualStack"],
22
+ ["https://{EndpointId}.endpoints.email.us-gov.{PartitionResult#dnsSuffix}", j],
23
+ ["https://{EndpointId}.endpoints.email.global.{PartitionResult#dualStackDnsSuffix}", j],
21
24
  ["https://{EndpointId}.endpoints.email.{PartitionResult#dnsSuffix}", j],
22
25
  [a, "Invalid Configuration: FIPS is not supported with multi-region endpoints"],
23
26
  [a, "EndpointId must be a valid host label"],
@@ -39,23 +42,25 @@ const nodes = new Int32Array([
39
42
  -1, 1, -1,
40
43
  0, 3, 4,
41
44
  1, 5, 4,
42
- 4, 14, r + 16,
45
+ 4, 14, r + 18,
43
46
  2, 16, 6,
44
47
  4, 14, 7,
45
48
  5, 10, 8,
46
- 6, 9, r + 15,
47
- 7, r + 14, r + 3,
49
+ 6, 9, r + 17,
50
+ 7, r + 16, r + 3,
48
51
  6, 12, 11,
49
- 8, r + 12, r + 13,
50
- 7, 13, r + 11,
51
- 8, r + 10, r + 11,
52
- 5, r + 7, 15,
53
- 6, r + 8, r + 9,
54
- 3, 17, r + 6,
55
- 4, 21, 18,
56
- 5, r + 5, 19,
57
- 6, 20, r + 4,
58
- 7, r + 2, r + 3,
59
- 5, r + 5, r + 1,
52
+ 9, r + 14, r + 15,
53
+ 7, 13, r + 13,
54
+ 9, r + 12, r + 13,
55
+ 5, r + 9, 15,
56
+ 6, r + 10, r + 11,
57
+ 3, 17, r + 8,
58
+ 4, 23, 18,
59
+ 5, r + 7, 19,
60
+ 6, 21, 20,
61
+ 8, r + 4, r + 6,
62
+ 7, 22, r + 3,
63
+ 8, r + 2, r + 5,
64
+ 5, r + 7, r + 1,
60
65
  ]);
61
66
  export const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
@@ -156,6 +156,8 @@ export const DkimSigningAttributesOrigin = {
156
156
  AWS_SES_SA_EAST_1: "AWS_SES_SA_EAST_1",
157
157
  AWS_SES_US_EAST_1: "AWS_SES_US_EAST_1",
158
158
  AWS_SES_US_EAST_2: "AWS_SES_US_EAST_2",
159
+ AWS_SES_US_GOV_EAST_1: "AWS_SES_US_GOV_EAST_1",
160
+ AWS_SES_US_GOV_WEST_1: "AWS_SES_US_GOV_WEST_1",
159
161
  AWS_SES_US_WEST_1: "AWS_SES_US_WEST_1",
160
162
  AWS_SES_US_WEST_2: "AWS_SES_US_WEST_2",
161
163
  EXTERNAL: "EXTERNAL",
@@ -70,7 +70,7 @@ declare const CreateEmailIdentityCommand_base: {
70
70
  * DomainSigningSelector: "STRING_VALUE",
71
71
  * DomainSigningPrivateKey: "STRING_VALUE",
72
72
  * NextSigningKeyLength: "RSA_1024_BIT" || "RSA_2048_BIT",
73
- * 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" || "AWS_SES_ME_CENTRAL_1" || "AWS_SES_AP_SOUTH_2" || "AWS_SES_EU_CENTRAL_2" || "AWS_SES_AP_SOUTHEAST_5" || "AWS_SES_CA_WEST_1",
73
+ * 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" || "AWS_SES_ME_CENTRAL_1" || "AWS_SES_AP_SOUTH_2" || "AWS_SES_EU_CENTRAL_2" || "AWS_SES_AP_SOUTHEAST_5" || "AWS_SES_CA_WEST_1" || "AWS_SES_US_GOV_EAST_1" || "AWS_SES_US_GOV_WEST_1",
74
74
  * },
75
75
  * ConfigurationSetName: "STRING_VALUE",
76
76
  * };
@@ -86,7 +86,7 @@ declare const CreateEmailIdentityCommand_base: {
86
86
  * // "STRING_VALUE",
87
87
  * // ],
88
88
  * // SigningHostedZone: "STRING_VALUE",
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" || "AWS_SES_ME_CENTRAL_1" || "AWS_SES_AP_SOUTH_2" || "AWS_SES_EU_CENTRAL_2" || "AWS_SES_AP_SOUTHEAST_5" || "AWS_SES_CA_WEST_1",
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" || "AWS_SES_ME_CENTRAL_1" || "AWS_SES_AP_SOUTH_2" || "AWS_SES_EU_CENTRAL_2" || "AWS_SES_AP_SOUTHEAST_5" || "AWS_SES_CA_WEST_1" || "AWS_SES_US_GOV_EAST_1" || "AWS_SES_US_GOV_WEST_1",
90
90
  * // NextSigningKeyLength: "RSA_1024_BIT" || "RSA_2048_BIT",
91
91
  * // CurrentSigningKeyLength: "RSA_1024_BIT" || "RSA_2048_BIT",
92
92
  * // LastKeyGenerationTimestamp: new Date("TIMESTAMP"),
@@ -51,7 +51,7 @@ declare const GetEmailIdentityCommand_base: {
51
51
  * // "STRING_VALUE",
52
52
  * // ],
53
53
  * // SigningHostedZone: "STRING_VALUE",
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" || "AWS_SES_ME_CENTRAL_1" || "AWS_SES_AP_SOUTH_2" || "AWS_SES_EU_CENTRAL_2" || "AWS_SES_AP_SOUTHEAST_5" || "AWS_SES_CA_WEST_1",
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" || "AWS_SES_ME_CENTRAL_1" || "AWS_SES_AP_SOUTH_2" || "AWS_SES_EU_CENTRAL_2" || "AWS_SES_AP_SOUTHEAST_5" || "AWS_SES_CA_WEST_1" || "AWS_SES_US_GOV_EAST_1" || "AWS_SES_US_GOV_WEST_1",
55
55
  * // NextSigningKeyLength: "RSA_1024_BIT" || "RSA_2048_BIT",
56
56
  * // CurrentSigningKeyLength: "RSA_1024_BIT" || "RSA_2048_BIT",
57
57
  * // LastKeyGenerationTimestamp: new Date("TIMESTAMP"),
@@ -57,12 +57,12 @@ declare const PutEmailIdentityDkimSigningAttributesCommand_base: {
57
57
  * const client = new SESv2Client(config);
58
58
  * const input = { // PutEmailIdentityDkimSigningAttributesRequest
59
59
  * EmailIdentity: "STRING_VALUE", // required
60
- * 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" || "AWS_SES_ME_CENTRAL_1" || "AWS_SES_AP_SOUTH_2" || "AWS_SES_EU_CENTRAL_2" || "AWS_SES_AP_SOUTHEAST_5" || "AWS_SES_CA_WEST_1", // required
60
+ * 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" || "AWS_SES_ME_CENTRAL_1" || "AWS_SES_AP_SOUTH_2" || "AWS_SES_EU_CENTRAL_2" || "AWS_SES_AP_SOUTHEAST_5" || "AWS_SES_CA_WEST_1" || "AWS_SES_US_GOV_EAST_1" || "AWS_SES_US_GOV_WEST_1", // required
61
61
  * SigningAttributes: { // DkimSigningAttributes
62
62
  * DomainSigningSelector: "STRING_VALUE",
63
63
  * DomainSigningPrivateKey: "STRING_VALUE",
64
64
  * NextSigningKeyLength: "RSA_1024_BIT" || "RSA_2048_BIT",
65
- * 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" || "AWS_SES_ME_CENTRAL_1" || "AWS_SES_AP_SOUTH_2" || "AWS_SES_EU_CENTRAL_2" || "AWS_SES_AP_SOUTHEAST_5" || "AWS_SES_CA_WEST_1",
65
+ * 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" || "AWS_SES_ME_CENTRAL_1" || "AWS_SES_AP_SOUTH_2" || "AWS_SES_EU_CENTRAL_2" || "AWS_SES_AP_SOUTHEAST_5" || "AWS_SES_CA_WEST_1" || "AWS_SES_US_GOV_EAST_1" || "AWS_SES_US_GOV_WEST_1",
66
66
  * },
67
67
  * };
68
68
  * const command = new PutEmailIdentityDkimSigningAttributesCommand(input);
@@ -352,6 +352,8 @@ export declare const DkimSigningAttributesOrigin: {
352
352
  readonly AWS_SES_SA_EAST_1: "AWS_SES_SA_EAST_1";
353
353
  readonly AWS_SES_US_EAST_1: "AWS_SES_US_EAST_1";
354
354
  readonly AWS_SES_US_EAST_2: "AWS_SES_US_EAST_2";
355
+ readonly AWS_SES_US_GOV_EAST_1: "AWS_SES_US_GOV_EAST_1";
356
+ readonly AWS_SES_US_GOV_WEST_1: "AWS_SES_US_GOV_WEST_1";
355
357
  readonly AWS_SES_US_WEST_1: "AWS_SES_US_WEST_1";
356
358
  readonly AWS_SES_US_WEST_2: "AWS_SES_US_WEST_2";
357
359
  readonly EXTERNAL: "EXTERNAL";
@@ -2081,6 +2081,18 @@ export interface DkimSigningAttributes {
2081
2081
  * identity in US West (Oregon) region using Deterministic Easy-DKIM (DEED).
2082
2082
  * </p>
2083
2083
  * </li>
2084
+ * <li>
2085
+ * <p>
2086
+ * <code>AWS_SES_US_GOV_EAST_1</code> – Configure DKIM for the identity by replicating from a parent
2087
+ * identity in AWS GovCloud (US-East) region using Deterministic Easy-DKIM (DEED).
2088
+ * </p>
2089
+ * </li>
2090
+ * <li>
2091
+ * <p>
2092
+ * <code>AWS_SES_US_GOV_WEST_1</code> – Configure DKIM for the identity by replicating from a parent
2093
+ * identity in AWS GovCloud (US-West) region using Deterministic Easy-DKIM (DEED).
2094
+ * </p>
2095
+ * </li>
2084
2096
  * </ul>
2085
2097
  * @public
2086
2098
  */
@@ -2401,6 +2413,18 @@ export interface DkimAttributes {
2401
2413
  * replicating signing attributes from a parent identity in US West (Oregon) region using Deterministic Easy-DKIM (DEED).
2402
2414
  * </p>
2403
2415
  * </li>
2416
+ * <li>
2417
+ * <p>
2418
+ * <code>AWS_SES_US_GOV_EAST_1</code> – Indicates that DKIM was configured for the identity by
2419
+ * replicating signing attributes from a parent identity in AWS GovCloud (US-East) region using Deterministic Easy-DKIM (DEED).
2420
+ * </p>
2421
+ * </li>
2422
+ * <li>
2423
+ * <p>
2424
+ * <code>AWS_SES_US_GOV_WEST_1</code> – Indicates that DKIM was configured for the identity by
2425
+ * replicating signing attributes from a parent identity in AWS GovCloud (US-West) region using Deterministic Easy-DKIM (DEED).
2426
+ * </p>
2427
+ * </li>
2404
2428
  * </ul>
2405
2429
  * @public
2406
2430
  */
@@ -186,6 +186,8 @@ export declare const DkimSigningAttributesOrigin: {
186
186
  readonly AWS_SES_SA_EAST_1: "AWS_SES_SA_EAST_1";
187
187
  readonly AWS_SES_US_EAST_1: "AWS_SES_US_EAST_1";
188
188
  readonly AWS_SES_US_EAST_2: "AWS_SES_US_EAST_2";
189
+ readonly AWS_SES_US_GOV_EAST_1: "AWS_SES_US_GOV_EAST_1";
190
+ readonly AWS_SES_US_GOV_WEST_1: "AWS_SES_US_GOV_WEST_1";
189
191
  readonly AWS_SES_US_WEST_1: "AWS_SES_US_WEST_1";
190
192
  readonly AWS_SES_US_WEST_2: "AWS_SES_US_WEST_2";
191
193
  readonly EXTERNAL: "EXTERNAL";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sesv2",
3
- "version": "3.1091.0",
3
+ "version": "3.1093.0",
4
4
  "description": "AWS SDK for JavaScript Sesv2 Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sesv2",
6
6
  "license": "Apache-2.0",
@@ -46,8 +46,8 @@
46
46
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
47
47
  },
48
48
  "dependencies": {
49
- "@aws-sdk/core": "^3.975.3",
50
- "@aws-sdk/credential-provider-node": "^3.972.70",
49
+ "@aws-sdk/core": "^3.976.0",
50
+ "@aws-sdk/credential-provider-node": "^3.972.71",
51
51
  "@aws-sdk/signature-v4-multi-region": "^3.996.41",
52
52
  "@aws-sdk/types": "^3.974.2",
53
53
  "@smithy/core": "^3.29.4",