@aws-sdk/client-sesv2 3.846.0 → 3.849.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
@@ -799,7 +799,8 @@ var Status = {
799
799
  };
800
800
  var WarmupStatus = {
801
801
  DONE: "DONE",
802
- IN_PROGRESS: "IN_PROGRESS"
802
+ IN_PROGRESS: "IN_PROGRESS",
803
+ NOT_APPLICABLE: "NOT_APPLICABLE"
803
804
  };
804
805
  var DeliverabilityDashboardAccountStatus = {
805
806
  ACTIVE: "ACTIVE",
@@ -344,6 +344,7 @@ export const Status = {
344
344
  export const WarmupStatus = {
345
345
  DONE: "DONE",
346
346
  IN_PROGRESS: "IN_PROGRESS",
347
+ NOT_APPLICABLE: "NOT_APPLICABLE",
347
348
  };
348
349
  export const DeliverabilityDashboardAccountStatus = {
349
350
  ACTIVE: "ACTIVE",
@@ -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 how complete the dedicated IP warm-up process is. When this value equals 1,
3629
- * the address has completed the warm-up process and is ready for use.</p>
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.846.0",
4
+ "version": "3.849.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",
@@ -21,17 +21,17 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.846.0",
24
- "@aws-sdk/credential-provider-node": "3.846.0",
24
+ "@aws-sdk/credential-provider-node": "3.848.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.846.0",
28
+ "@aws-sdk/middleware-user-agent": "3.848.0",
29
29
  "@aws-sdk/region-config-resolver": "3.840.0",
30
30
  "@aws-sdk/signature-v4-multi-region": "3.846.0",
31
31
  "@aws-sdk/types": "3.840.0",
32
- "@aws-sdk/util-endpoints": "3.845.0",
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.846.0",
34
+ "@aws-sdk/util-user-agent-node": "3.848.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",