@aws-sdk/client-sesv2 3.848.0 → 3.855.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 +2 -1
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/commands/GetDedicatedIpCommand.d.ts +1 -1
- package/dist-types/commands/GetDedicatedIpsCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +18 -2
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -44,7 +44,7 @@ declare const GetDedicatedIpCommand_base: {
|
|
|
44
44
|
* // { // GetDedicatedIpResponse
|
|
45
45
|
* // DedicatedIp: { // DedicatedIp
|
|
46
46
|
* // Ip: "STRING_VALUE", // required
|
|
47
|
-
* // WarmupStatus: "IN_PROGRESS" || "DONE", // required
|
|
47
|
+
* // WarmupStatus: "IN_PROGRESS" || "DONE" || "NOT_APPLICABLE", // required
|
|
48
48
|
* // WarmupPercentage: Number("int"), // required
|
|
49
49
|
* // PoolName: "STRING_VALUE",
|
|
50
50
|
* // },
|
|
@@ -46,7 +46,7 @@ declare const GetDedicatedIpsCommand_base: {
|
|
|
46
46
|
* // DedicatedIps: [ // DedicatedIpList
|
|
47
47
|
* // { // DedicatedIp
|
|
48
48
|
* // Ip: "STRING_VALUE", // required
|
|
49
|
-
* // WarmupStatus: "IN_PROGRESS" || "DONE", // required
|
|
49
|
+
* // WarmupStatus: "IN_PROGRESS" || "DONE" || "NOT_APPLICABLE", // required
|
|
50
50
|
* // WarmupPercentage: Number("int"), // required
|
|
51
51
|
* // PoolName: "STRING_VALUE",
|
|
52
52
|
* // },
|
|
@@ -3587,6 +3587,7 @@ export interface DashboardAttributes {
|
|
|
3587
3587
|
export declare const WarmupStatus: {
|
|
3588
3588
|
readonly DONE: "DONE";
|
|
3589
3589
|
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
3590
|
+
readonly NOT_APPLICABLE: "NOT_APPLICABLE";
|
|
3590
3591
|
};
|
|
3591
3592
|
/**
|
|
3592
3593
|
* @public
|
|
@@ -3620,13 +3621,28 @@ export interface DedicatedIp {
|
|
|
3620
3621
|
* <code>DONE</code> – The dedicated IP warm-up process is complete, and
|
|
3621
3622
|
* the IP address is ready to use.</p>
|
|
3622
3623
|
* </li>
|
|
3624
|
+
* <li>
|
|
3625
|
+
* <p>
|
|
3626
|
+
* <code>NOT_APPLICABLE</code> – The warm-up status doesn't apply to this IP address.
|
|
3627
|
+
* This status is used for IP addresses in managed dedicated IP pools, where Amazon SES automatically
|
|
3628
|
+
* handles the warm-up process.</p>
|
|
3629
|
+
* </li>
|
|
3623
3630
|
* </ul>
|
|
3624
3631
|
* @public
|
|
3625
3632
|
*/
|
|
3626
3633
|
WarmupStatus: WarmupStatus | undefined;
|
|
3627
3634
|
/**
|
|
3628
|
-
* <p>Indicates
|
|
3629
|
-
*
|
|
3635
|
+
* <p>Indicates the progress of your dedicated IP warm-up:</p>
|
|
3636
|
+
* <ul>
|
|
3637
|
+
* <li>
|
|
3638
|
+
* <p>
|
|
3639
|
+
* <code>0-100</code> – For standard dedicated IP addresses, this shows the warm-up completion percentage. A value of 100 means the IP address is fully warmed up and ready for use.</p>
|
|
3640
|
+
* </li>
|
|
3641
|
+
* <li>
|
|
3642
|
+
* <p>
|
|
3643
|
+
* <code>-1</code> – Appears for IP addresses in managed dedicated pools where Amazon SES automatically handles the warm-up process, making the percentage not applicable.</p>
|
|
3644
|
+
* </li>
|
|
3645
|
+
* </ul>
|
|
3630
3646
|
* @public
|
|
3631
3647
|
*/
|
|
3632
3648
|
WarmupPercentage: number | undefined;
|
|
@@ -755,6 +755,7 @@ export interface DashboardAttributes {
|
|
|
755
755
|
export declare const WarmupStatus: {
|
|
756
756
|
readonly DONE: "DONE";
|
|
757
757
|
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
758
|
+
readonly NOT_APPLICABLE: "NOT_APPLICABLE";
|
|
758
759
|
};
|
|
759
760
|
export type WarmupStatus = (typeof WarmupStatus)[keyof typeof WarmupStatus];
|
|
760
761
|
export interface DedicatedIp {
|
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.855.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,18 +20,18 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.855.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.855.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.855.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
30
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
30
|
+
"@aws-sdk/signature-v4-multi-region": "3.855.0",
|
|
31
31
|
"@aws-sdk/types": "3.840.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.855.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.1.4",
|
|
36
36
|
"@smithy/core": "^3.7.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.1.0",
|