@aws-sdk/client-ec2 3.868.0 → 3.872.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
@@ -76064,7 +76064,8 @@ var VolumeStatusName = {
76064
76064
  var VolumeStatusInfoStatus = {
76065
76065
  impaired: "impaired",
76066
76066
  insufficient_data: "insufficient-data",
76067
- ok: "ok"
76067
+ ok: "ok",
76068
+ warning: "warning"
76068
76069
  };
76069
76070
  var VpcAttributeName = {
76070
76071
  enableDnsHostnames: "enableDnsHostnames",
@@ -135,6 +135,7 @@ export const VolumeStatusInfoStatus = {
135
135
  impaired: "impaired",
136
136
  insufficient_data: "insufficient-data",
137
137
  ok: "ok",
138
+ warning: "warning",
138
139
  };
139
140
  export const VpcAttributeName = {
140
141
  enableDnsHostnames: "enableDnsHostnames",
@@ -122,7 +122,7 @@ declare const DescribeVolumeStatusCommand_base: {
122
122
  * // Status: "STRING_VALUE",
123
123
  * // },
124
124
  * // ],
125
- * // Status: "ok" || "impaired" || "insufficient-data",
125
+ * // Status: "ok" || "impaired" || "insufficient-data" || "warning",
126
126
  * // },
127
127
  * // AttachmentStatuses: [ // VolumeStatusAttachmentStatusList
128
128
  * // { // VolumeStatusAttachmentStatus
@@ -10446,6 +10446,7 @@ export declare const VolumeStatusInfoStatus: {
10446
10446
  readonly impaired: "impaired";
10447
10447
  readonly insufficient_data: "insufficient-data";
10448
10448
  readonly ok: "ok";
10449
+ readonly warning: "warning";
10449
10450
  };
10450
10451
  /**
10451
10452
  * @public
@@ -1879,6 +1879,7 @@ export declare const VolumeStatusInfoStatus: {
1879
1879
  readonly impaired: "impaired";
1880
1880
  readonly insufficient_data: "insufficient-data";
1881
1881
  readonly ok: "ok";
1882
+ readonly warning: "warning";
1882
1883
  };
1883
1884
  export type VolumeStatusInfoStatus =
1884
1885
  (typeof VolumeStatusInfoStatus)[keyof typeof VolumeStatusInfoStatus];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
3
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4
- "version": "3.868.0",
4
+ "version": "3.872.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-ec2",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.864.0",
24
- "@aws-sdk/credential-provider-node": "3.864.0",
24
+ "@aws-sdk/credential-provider-node": "3.872.0",
25
25
  "@aws-sdk/middleware-host-header": "3.862.0",
26
26
  "@aws-sdk/middleware-logger": "3.862.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.862.0",