You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>The DKIM authentication status of the identity. Amazon SES determines the authentication
7378
-
* status by searching for specific records in the DNS configuration for your domain. If
7379
-
* you used <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html">Easy
7380
-
* DKIM</a> to set up DKIM authentication, Amazon SES tries to find three unique CNAME
7381
-
* records in the DNS configuration for your domain.</p>
7382
-
* <p>If you provided a public key to perform DKIM authentication, Amazon SES tries to find a TXT
7383
-
* record that uses the selector that you specified. The value of the TXT record must be a
7384
-
* public key that's paired with the private key that you specified in the process of
7385
-
* creating the identity.</p>
7386
-
* <p>The status can be one of the following:</p>
7387
-
* <ul>
7388
-
* <li>
7389
-
* <p>
7390
-
* <code>PENDING</code> – The verification process was initiated, but Amazon SES
7391
-
* hasn't yet detected the DKIM records in the DNS configuration for the
7392
-
* domain.</p>
7393
-
* </li>
7394
-
* <li>
7395
-
* <p>
7396
-
* <code>SUCCESS</code> – The verification process completed
7397
-
* successfully.</p>
7398
-
* </li>
7399
-
* <li>
7400
-
* <p>
7401
-
* <code>FAILED</code> – The verification process failed. This typically
7402
-
* occurs when Amazon SES fails to find the DKIM records in the DNS configuration of the
7403
-
* domain.</p>
7404
-
* </li>
7405
-
* <li>
7406
-
* <p>
7407
-
* <code>TEMPORARY_FAILURE</code> – A temporary issue is preventing Amazon SES
7408
-
* from determining the DKIM authentication status of the domain.</p>
7409
-
* </li>
7410
-
* <li>
7411
-
* <p>
7412
-
* <code>NOT_STARTED</code> – The DKIM verification process hasn't been
7413
-
* initiated for the domain.</p>
7414
-
* </li>
7415
-
* </ul>
7416
-
* @public
7417
-
*/
7418
-
DkimStatus?: DkimStatus;
7419
-
7420
-
/**
7421
-
* <p>If you used <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html">Easy DKIM</a> to configure DKIM authentication for the domain, then this object
7422
-
* contains a set of unique strings that you use to create a set of CNAME records that you
7423
-
* add to the DNS configuration for your domain. When Amazon SES detects these records in the
7424
-
* DNS configuration for your domain, the DKIM authentication process is complete.</p>
7425
-
* <p>If you configured DKIM authentication for the domain by providing your own
7426
-
* public-private key pair, then this object contains the selector that's associated with
7427
-
* your public key.</p>
7428
-
* <p>Regardless of the DKIM authentication method you use, Amazon SES searches for the
7429
-
* appropriate records in the DNS configuration of the domain for up to 72 hours.</p>
* <p>The DKIM authentication status of the identity. Amazon SES determines the authentication
28
+
* status by searching for specific records in the DNS configuration for your domain. If
29
+
* you used <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html">Easy
30
+
* DKIM</a> to set up DKIM authentication, Amazon SES tries to find three unique CNAME
31
+
* records in the DNS configuration for your domain.</p>
32
+
* <p>If you provided a public key to perform DKIM authentication, Amazon SES tries to find a TXT
33
+
* record that uses the selector that you specified. The value of the TXT record must be a
34
+
* public key that's paired with the private key that you specified in the process of
35
+
* creating the identity.</p>
36
+
* <p>The status can be one of the following:</p>
37
+
* <ul>
38
+
* <li>
39
+
* <p>
40
+
* <code>PENDING</code> – The verification process was initiated, but Amazon SES
41
+
* hasn't yet detected the DKIM records in the DNS configuration for the
42
+
* domain.</p>
43
+
* </li>
44
+
* <li>
45
+
* <p>
46
+
* <code>SUCCESS</code> – The verification process completed
47
+
* successfully.</p>
48
+
* </li>
49
+
* <li>
50
+
* <p>
51
+
* <code>FAILED</code> – The verification process failed. This typically
52
+
* occurs when Amazon SES fails to find the DKIM records in the DNS configuration of the
53
+
* domain.</p>
54
+
* </li>
55
+
* <li>
56
+
* <p>
57
+
* <code>TEMPORARY_FAILURE</code> – A temporary issue is preventing Amazon SES
58
+
* from determining the DKIM authentication status of the domain.</p>
59
+
* </li>
60
+
* <li>
61
+
* <p>
62
+
* <code>NOT_STARTED</code> – The DKIM verification process hasn't been
63
+
* initiated for the domain.</p>
64
+
* </li>
65
+
* </ul>
66
+
* @public
67
+
*/
68
+
DkimStatus?: DkimStatus;
69
+
70
+
/**
71
+
* <p>If you used <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html">Easy DKIM</a> to configure DKIM authentication for the domain, then this object
72
+
* contains a set of unique strings that you use to create a set of CNAME records that you
73
+
* add to the DNS configuration for your domain. When Amazon SES detects these records in the
74
+
* DNS configuration for your domain, the DKIM authentication process is complete.</p>
75
+
* <p>If you configured DKIM authentication for the domain by providing your own
76
+
* public-private key pair, then this object contains the selector that's associated with
77
+
* your public key.</p>
78
+
* <p>Regardless of the DKIM authentication method you use, Amazon SES searches for the
79
+
* appropriate records in the DNS configuration of the domain for up to 72 hours.</p>
80
+
* @public
81
+
*/
82
+
DkimTokens?: string[];
83
+
}
84
+
19
85
/**
20
86
* <p>A request to set the attributes that control how bounce and complaint events are
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/sesv2.json
+35
Original file line number
Diff line number
Diff line change
@@ -5696,6 +5696,32 @@
5696
5696
"smithy.api#documentation": "<p>An object containing additional settings for your VDM configuration as applicable to\n the Guardian.</p>"
5697
5697
}
5698
5698
},
5699
+
"com.amazonaws.sesv2#HttpsPolicy": {
5700
+
"type": "enum",
5701
+
"members": {
5702
+
"REQUIRE": {
5703
+
"target": "smithy.api#Unit",
5704
+
"traits": {
5705
+
"smithy.api#enumValue": "REQUIRE"
5706
+
}
5707
+
},
5708
+
"REQUIRE_OPEN_ONLY": {
5709
+
"target": "smithy.api#Unit",
5710
+
"traits": {
5711
+
"smithy.api#enumValue": "REQUIRE_OPEN_ONLY"
5712
+
}
5713
+
},
5714
+
"OPTIONAL": {
5715
+
"target": "smithy.api#Unit",
5716
+
"traits": {
5717
+
"smithy.api#enumValue": "OPTIONAL"
5718
+
}
5719
+
}
5720
+
},
5721
+
"traits": {
5722
+
"smithy.api#documentation": "<p>The https policy to use for tracking open and click events. If the value is OPTIONAL or HttpsPolicy is not\n specified, the open trackers use HTTP and click tracker use the original protocol of the link.\n If the value is REQUIRE, both open and click tracker uses HTTPS and if the value is REQUIRE_OPEN_ONLY\n open tracker uses HTTPS and link tracker is same as original protocol of the link.\n </p>"
5723
+
}
5724
+
},
5699
5725
"com.amazonaws.sesv2#Identity": {
5700
5726
"type": "string",
5701
5727
"traits": {
@@ -8693,6 +8719,9 @@
8693
8719
"traits": {
8694
8720
"smithy.api#documentation": "<p>The domain to use to track open and click events.</p>"
8695
8721
}
8722
+
},
8723
+
"HttpsPolicy": {
8724
+
"target": "com.amazonaws.sesv2#HttpsPolicy"
8696
8725
}
8697
8726
},
8698
8727
"traits": {
@@ -11953,6 +11982,12 @@
11953
11982
"smithy.api#documentation": "<p>The domain to use for tracking open and click events.</p>",
11954
11983
"smithy.api#required": {}
11955
11984
}
11985
+
},
11986
+
"HttpsPolicy": {
11987
+
"target": "com.amazonaws.sesv2#HttpsPolicy",
11988
+
"traits": {
11989
+
"smithy.api#documentation": "<p>The https policy to use for tracking open and click events.</p>"
0 commit comments