@aws-sdk/client-ec2 3.845.0 → 3.848.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
@@ -50457,6 +50457,9 @@ var de_Image = /* @__PURE__ */ __name((output, context) => {
50457
50457
  if (output[_sIR] != null) {
50458
50458
  contents[_SIRo] = (0, import_smithy_client.expectString)(output[_sIR]);
50459
50459
  }
50460
+ if (output[_fTE] != null) {
50461
+ contents[_FTE] = (0, import_smithy_client.parseBoolean)(output[_fTE]);
50462
+ }
50460
50463
  if (output[_iIma] != null) {
50461
50464
  contents[_IIma] = (0, import_smithy_client.expectString)(output[_iIma]);
50462
50465
  }
@@ -49437,6 +49437,9 @@ const de_Image = (output, context) => {
49437
49437
  if (output[_sIR] != null) {
49438
49438
  contents[_SIRo] = __expectString(output[_sIR]);
49439
49439
  }
49440
+ if (output[_fTE] != null) {
49441
+ contents[_FTE] = __parseBoolean(output[_fTE]);
49442
+ }
49440
49443
  if (output[_iIma] != null) {
49441
49444
  contents[_IIma] = __expectString(output[_iIma]);
49442
49445
  }
@@ -142,6 +142,7 @@ declare const DescribeImagesCommand_base: {
142
142
  * // ImageAllowed: true || false,
143
143
  * // SourceImageId: "STRING_VALUE",
144
144
  * // SourceImageRegion: "STRING_VALUE",
145
+ * // FreeTierEligible: true || false,
145
146
  * // ImageId: "STRING_VALUE",
146
147
  * // ImageLocation: "STRING_VALUE",
147
148
  * // State: "pending" || "available" || "invalid" || "deregistered" || "transient" || "failed" || "error" || "disabled",
@@ -4801,6 +4801,11 @@ export interface DescribeImagesRequest {
4801
4801
  * </li>
4802
4802
  * <li>
4803
4803
  * <p>
4804
+ * <code>free-tier-eligible</code> - A Boolean that indicates whether this image can be
4805
+ * used under the Amazon Web Services Free Tier (<code>true</code> | <code>false</code>).</p>
4806
+ * </li>
4807
+ * <li>
4808
+ * <p>
4804
4809
  * <code>hypervisor</code> - The hypervisor type (<code>ovm</code> |
4805
4810
  * <code>xen</code>).</p>
4806
4811
  * </li>
@@ -5212,6 +5217,20 @@ export interface Image {
5212
5217
  * @public
5213
5218
  */
5214
5219
  SourceImageRegion?: string | undefined;
5220
+ /**
5221
+ * <p>Indicates whether the image is eligible for Amazon Web Services Free Tier.</p>
5222
+ * <ul>
5223
+ * <li>
5224
+ * <p>If <code>true</code>, the AMI is eligible for Free Tier and can be used to launch
5225
+ * instances under the Free Tier limits.</p>
5226
+ * </li>
5227
+ * <li>
5228
+ * <p>If <code>false</code>, the AMI is not eligible for Free Tier.</p>
5229
+ * </li>
5230
+ * </ul>
5231
+ * @public
5232
+ */
5233
+ FreeTierEligible?: boolean | undefined;
5215
5234
  /**
5216
5235
  * <p>The ID of the AMI.</p>
5217
5236
  * @public
@@ -1097,6 +1097,7 @@ export interface Image {
1097
1097
  ImageAllowed?: boolean | undefined;
1098
1098
  SourceImageId?: string | undefined;
1099
1099
  SourceImageRegion?: string | undefined;
1100
+ FreeTierEligible?: boolean | undefined;
1100
1101
  ImageId?: string | undefined;
1101
1102
  ImageLocation?: string | undefined;
1102
1103
  State?: ImageState | undefined;
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.845.0",
4
+ "version": "3.848.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",
@@ -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.845.0",
24
- "@aws-sdk/credential-provider-node": "3.845.0",
23
+ "@aws-sdk/core": "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
28
  "@aws-sdk/middleware-sdk-ec2": "3.845.0",
29
- "@aws-sdk/middleware-user-agent": "3.845.0",
29
+ "@aws-sdk/middleware-user-agent": "3.848.0",
30
30
  "@aws-sdk/region-config-resolver": "3.840.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.845.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",