@aws-sdk/client-ec2 3.731.0 → 3.734.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.
Files changed (29) hide show
  1. package/dist-cjs/index.js +1 -0
  2. package/dist-es/models/models_0.js +1 -0
  3. package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +4 -4
  4. package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +3 -3
  5. package/dist-types/commands/CancelCapacityReservationCommand.d.ts +0 -3
  6. package/dist-types/commands/CopySnapshotCommand.d.ts +5 -4
  7. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +2 -2
  8. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateSnapshotCommand.d.ts +4 -3
  11. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +0 -14
  14. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +1 -2
  16. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  17. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +2 -2
  18. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  19. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  20. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  21. package/dist-types/models/models_0.d.ts +4 -3
  22. package/dist-types/models/models_1.d.ts +4 -10
  23. package/dist-types/models/models_2.d.ts +1 -1
  24. package/dist-types/models/models_4.d.ts +0 -11
  25. package/dist-types/models/models_5.d.ts +2 -3
  26. package/dist-types/models/models_6.d.ts +1 -1
  27. package/dist-types/models/models_7.d.ts +1 -1
  28. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  29. package/package.json +35 -35
package/dist-cjs/index.js CHANGED
@@ -65709,6 +65709,7 @@ var AllocationStrategy = {
65709
65709
  PRICE_CAPACITY_OPTIMIZED: "priceCapacityOptimized"
65710
65710
  };
65711
65711
  var AllocationType = {
65712
+ future: "future",
65712
65713
  used: "used"
65713
65714
  };
65714
65715
  var AllowedImagesSettingsDisabledState = {
@@ -279,6 +279,7 @@ export const AllocationStrategy = {
279
279
  PRICE_CAPACITY_OPTIMIZED: "priceCapacityOptimized",
280
280
  };
281
281
  export const AllocationType = {
282
+ future: "future",
282
283
  used: "used",
283
284
  };
284
285
  export const AllowedImagesSettingsDisabledState = {
@@ -27,11 +27,11 @@ declare const AssignIpv6AddressesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Assigns the specified IPv6 addresses to the specified network interface. You can
31
- * specify specific IPv6 addresses, or you can specify the number of IPv6
32
- * addresses to be automatically assigned from the subnet's IPv6 CIDR block range.
30
+ * <p>Assigns one or more IPv6 addresses to the specified network interface. You can
31
+ * specify one or more specific IPv6 addresses, or you can specify the number of IPv6
32
+ * addresses to be automatically assigned from within the subnet's IPv6 CIDR block range.
33
33
  * You can assign as many IPv6 addresses to a network interface as you can assign private
34
- * IPv4 addresses, and the limit varies by instance type.</p>
34
+ * IPv4 addresses, and the limit varies per instance type.</p>
35
35
  * <p>You must specify either the IPv6 addresses or the IPv6 address count in the request. </p>
36
36
  * <p>You can optionally use Prefix Delegation on the network interface. You must specify
37
37
  * either the IPV6 Prefix Delegation prefixes, or the IPv6 Prefix Delegation count. For
@@ -27,9 +27,9 @@ declare const AssignPrivateIpAddressesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Assigns the specified secondary private IP addresses to the specified network interface.</p>
31
- * <p>You can specify specific secondary IP addresses, or you can specify the number
32
- * of secondary IP addresses to be automatically assigned from the subnet's CIDR block range.
30
+ * <p>Assigns one or more secondary private IP addresses to the specified network interface.</p>
31
+ * <p>You can specify one or more specific secondary IP addresses, or you can specify the number
32
+ * of secondary IP addresses to be automatically assigned within the subnet's CIDR block range.
33
33
  * The number of secondary IP addresses that you can assign to an instance varies by instance type.
34
34
  * For more information about Elastic IP addresses, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html">Elastic IP Addresses</a> in the <i>Amazon EC2 User Guide</i>.</p>
35
35
  * <p>When you move a secondary private IP address to another network interface, any Elastic IP address
@@ -42,9 +42,6 @@ declare const CancelCapacityReservationCommand_base: {
42
42
  * duration has elapsed. You can't cancel a future-dated Capacity Reservation during the commitment duration.</p>
43
43
  * </li>
44
44
  * </ul>
45
- * <note>
46
- * <p>You can't modify or cancel a Capacity Block. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-capacity-blocks.html">Capacity Blocks for ML</a>.</p>
47
- * </note>
48
45
  * <p>If a future-dated Capacity Reservation enters the <code>delayed</code> state, the commitment
49
46
  * duration is waived, and you can cancel it as soon as it enters the <code>active</code> state.</p>
50
47
  * <p>Instances running in the reserved capacity continue running until you stop them. Stopped
@@ -38,10 +38,11 @@ declare const CopySnapshotCommand_base: {
38
38
  * however, you can specify a different KMS key. To copy an encrypted
39
39
  * snapshot that has been shared from another account, you must have permissions for the KMS key
40
40
  * used to encrypt the snapshot.</p>
41
- * <p>Snapshots copied to an Outpost are encrypted by default using the default encryption key
42
- * for the Region, or a different key that you specify in the request using <b>KmsKeyId</b>. Outposts do not support unencrypted snapshots. For more information,
43
- * see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#ami">Amazon EBS
44
- * local snapshots on Outposts</a> in the <i>Amazon EBS User Guide</i>.</p>
41
+ * <p>Snapshots copied to an Outpost are encrypted by default using the default
42
+ * encryption key for the Region, or a different key that you specify in the request using
43
+ * <b>KmsKeyId</b>. Outposts do not support unencrypted
44
+ * snapshots. For more information, <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#ami">
45
+ * Amazon EBS local snapshots on Outposts</a> in the <i>Amazon EBS User Guide</i>.</p>
45
46
  * <p>Snapshots created by copying another snapshot have an arbitrary volume ID that should not
46
47
  * be used for any purpose.</p>
47
48
  * <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-copy-snapshot.html">Copy an Amazon EBS snapshot</a> in the
@@ -87,7 +87,7 @@ declare const CreateCapacityReservationBySplittingCommand_base: {
87
87
  * // PlacementGroupArn: "STRING_VALUE",
88
88
  * // CapacityAllocations: [ // CapacityAllocations
89
89
  * // { // CapacityAllocation
90
- * // AllocationType: "used",
90
+ * // AllocationType: "used" || "future",
91
91
  * // Count: Number("int"),
92
92
  * // },
93
93
  * // ],
@@ -129,7 +129,7 @@ declare const CreateCapacityReservationBySplittingCommand_base: {
129
129
  * // PlacementGroupArn: "STRING_VALUE",
130
130
  * // CapacityAllocations: [
131
131
  * // {
132
- * // AllocationType: "used",
132
+ * // AllocationType: "used" || "future",
133
133
  * // Count: Number("int"),
134
134
  * // },
135
135
  * // ],
@@ -119,7 +119,7 @@ declare const CreateCapacityReservationCommand_base: {
119
119
  * // PlacementGroupArn: "STRING_VALUE",
120
120
  * // CapacityAllocations: [ // CapacityAllocations
121
121
  * // { // CapacityAllocation
122
- * // AllocationType: "used",
122
+ * // AllocationType: "used" || "future",
123
123
  * // Count: Number("int"),
124
124
  * // },
125
125
  * // ],
@@ -27,7 +27,7 @@ declare const CreateManagedPrefixListCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a managed prefix list. You can specify entries for the prefix list.
30
+ * <p>Creates a managed prefix list. You can specify one or more entries for the prefix list.
31
31
  * Each entry consists of a CIDR block and an optional description.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
@@ -37,8 +37,8 @@ declare const CreateSnapshotCommand_base: {
37
37
  * Region as the volume.</p>
38
38
  * </li>
39
39
  * <li>
40
- * <p>If the source volume is in a Local Zone, you can create the snapshot in the same Local
41
- * Zone or in its parent Amazon Web Services Region.</p>
40
+ * <p>If the source volume is in a Local Zone, you can create the snapshot in the same
41
+ * Local Zone or in parent Amazon Web Services Region.</p>
42
42
  * </li>
43
43
  * <li>
44
44
  * <p>If the source volume is on an Outpost, you can create the snapshot on the same
@@ -59,7 +59,8 @@ declare const CreateSnapshotCommand_base: {
59
59
  * that you stop the instance before taking the snapshot.</p>
60
60
  * <p>Snapshots that are taken from encrypted volumes are automatically encrypted. Volumes that
61
61
  * are created from encrypted snapshots are also automatically encrypted. Your encrypted volumes
62
- * and any associated snapshots always remain protected. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a>
62
+ * and any associated snapshots always remain protected. For more information,
63
+ * <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a>
63
64
  * in the <i>Amazon EBS User Guide</i>.</p>
64
65
  * @example
65
66
  * Use a bare-bones client and the command you need to make an API call.
@@ -40,7 +40,7 @@ declare const CreateSnapshotsCommand_base: {
40
40
  * </li>
41
41
  * <li>
42
42
  * <p>If the source instance is in a Local Zone, you can create the snapshots in the same
43
- * Local Zone or in its parent Amazon Web Services Region.</p>
43
+ * Local Zone or in parent Amazon Web Services Region.</p>
44
44
  * </li>
45
45
  * <li>
46
46
  * <p>If the source instance is on an Outpost, you can create the snapshots on the same
@@ -34,7 +34,7 @@ declare const DeleteSnapshotCommand_base: {
34
34
  * regardless of which prior snapshots have been deleted, all active snapshots will have access
35
35
  * to all the information needed to restore the volume.</p>
36
36
  * <p>You cannot delete a snapshot of the root device of an EBS volume used by a registered AMI.
37
- * You must first deregister the AMI before you can delete the snapshot.</p>
37
+ * You must first de-register the AMI before you can delete the snapshot.</p>
38
38
  * <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-deleting-snapshot.html">Delete an Amazon EBS snapshot</a> in the
39
39
  * <i>Amazon EBS User Guide</i>.</p>
40
40
  * @example
@@ -29,20 +29,6 @@ declare const DescribeCapacityBlockOfferingsCommand_base: {
29
29
  /**
30
30
  * <p>Describes Capacity Block offerings available for purchase in the Amazon Web Services Region that you're currently using. With Capacity Blocks, you purchase a
31
31
  * specific instance type for a period of time.</p>
32
- * <p>To search for an available Capacity Block offering, you specify a reservation duration
33
- * and instance count. You must select one of the following options.</p>
34
- * <ul>
35
- * <li>
36
- * <p>For reservation durations<b> 1-day increments
37
- * up 14 days and 7-day increments up to 182 days total</b>
38
- * </p>
39
- * </li>
40
- * <li>
41
- * <p>For instance count<b> 1, 2, 4, 8, 16, 32, or
42
- * 64 instances</b>
43
- * </p>
44
- * </li>
45
- * </ul>
46
32
  * @example
47
33
  * Use a bare-bones client and the command you need to make an API call.
48
34
  * ```javascript
@@ -87,7 +87,7 @@ declare const DescribeCapacityReservationsCommand_base: {
87
87
  * // PlacementGroupArn: "STRING_VALUE",
88
88
  * // CapacityAllocations: [ // CapacityAllocations
89
89
  * // { // CapacityAllocation
90
- * // AllocationType: "used",
90
+ * // AllocationType: "used" || "future",
91
91
  * // Count: Number("int"),
92
92
  * // },
93
93
  * // ],
@@ -68,8 +68,7 @@ declare const DescribeInstanceTopologyCommand_base: {
68
68
  * <li>
69
69
  * <p>
70
70
  * <code>trn1.2xlarge</code> | <code>trn1.32xlarge</code> |
71
- * <code>trn1n.32xlarge</code> | <code>trn2.48xlarge</code> |
72
- * <code>trn2u.48xlarge</code>
71
+ * <code>trn1n.32xlarge</code>
73
72
  * </p>
74
73
  * </li>
75
74
  * </ul>
@@ -27,7 +27,7 @@ declare const DescribeNetworkInterfacesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Describes the specified network interfaces or all your network interfaces.</p>
30
+ * <p>Describes one or more of your network interfaces.</p>
31
31
  * <p>If you have a large number of network interfaces, the operation fails unless
32
32
  * you use pagination or one of the following filters: <code>group-id</code>,
33
33
  * <code>mac-address</code>, <code>private-dns-name</code>, <code>private-ip-address</code>,
@@ -97,7 +97,7 @@ declare const MoveCapacityReservationInstancesCommand_base: {
97
97
  * // PlacementGroupArn: "STRING_VALUE",
98
98
  * // CapacityAllocations: [ // CapacityAllocations
99
99
  * // { // CapacityAllocation
100
- * // AllocationType: "used",
100
+ * // AllocationType: "used" || "future",
101
101
  * // Count: Number("int"),
102
102
  * // },
103
103
  * // ],
@@ -139,7 +139,7 @@ declare const MoveCapacityReservationInstancesCommand_base: {
139
139
  * // PlacementGroupArn: "STRING_VALUE",
140
140
  * // CapacityAllocations: [
141
141
  * // {
142
- * // AllocationType: "used",
142
+ * // AllocationType: "used" || "future",
143
143
  * // Count: Number("int"),
144
144
  * // },
145
145
  * // ],
@@ -85,7 +85,7 @@ declare const PurchaseCapacityBlockCommand_base: {
85
85
  * // PlacementGroupArn: "STRING_VALUE",
86
86
  * // CapacityAllocations: [ // CapacityAllocations
87
87
  * // { // CapacityAllocation
88
- * // AllocationType: "used",
88
+ * // AllocationType: "used" || "future",
89
89
  * // Count: Number("int"),
90
90
  * // },
91
91
  * // ],
@@ -27,7 +27,7 @@ declare const UnassignIpv6AddressesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Unassigns the specified IPv6 addresses or Prefix Delegation prefixes from a network interface.</p>
30
+ * <p>Unassigns one or more IPv6 addresses IPv4 Prefix Delegation prefixes from a network interface.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const UnassignPrivateIpAddressesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Unassigns the specified secondary private IP addresses or IPv4 Prefix Delegation prefixes from a
30
+ * <p>Unassigns one or more secondary private IP addresses, or IPv4 Prefix Delegation prefixes from a
31
31
  * network interface.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
@@ -3278,6 +3278,7 @@ export type AllocationStrategy = (typeof AllocationStrategy)[keyof typeof Alloca
3278
3278
  * @enum
3279
3279
  */
3280
3280
  export declare const AllocationType: {
3281
+ readonly future: "future";
3281
3282
  readonly used: "used";
3282
3283
  };
3283
3284
  /**
@@ -3414,7 +3415,7 @@ export interface AssignIpv6AddressesRequest {
3414
3415
  */
3415
3416
  Ipv6PrefixCount?: number | undefined;
3416
3417
  /**
3417
- * <p>One or more IPv6 prefixes assigned to the network interface. You can't use this option if you use the <code>Ipv6PrefixCount</code> option.</p>
3418
+ * <p>One or more IPv6 prefixes assigned to the network interface. You cannot use this option if you use the <code>Ipv6PrefixCount</code> option.</p>
3418
3419
  * @public
3419
3420
  */
3420
3421
  Ipv6Prefixes?: string[] | undefined;
@@ -3465,12 +3466,12 @@ export interface AssignIpv6AddressesResult {
3465
3466
  */
3466
3467
  export interface AssignPrivateIpAddressesRequest {
3467
3468
  /**
3468
- * <p>One or more IPv4 prefixes assigned to the network interface. You can't use this option if you use the <code>Ipv4PrefixCount</code> option.</p>
3469
+ * <p>One or more IPv4 prefixes assigned to the network interface. You cannot use this option if you use the <code>Ipv4PrefixCount</code> option.</p>
3469
3470
  * @public
3470
3471
  */
3471
3472
  Ipv4Prefixes?: string[] | undefined;
3472
3473
  /**
3473
- * <p>The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface. You can't use this option if you use the <code>Ipv4 Prefixes</code> option.</p>
3474
+ * <p>The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface. You cannot use this option if you use the <code>Ipv4 Prefixes</code> option.</p>
3474
3475
  * @public
3475
3476
  */
3476
3477
  Ipv4PrefixCount?: number | undefined;
@@ -3865,13 +3865,10 @@ export interface InstanceRequirementsRequest {
3865
3865
  * <p>The accelerator types that must be on the instance type.</p>
3866
3866
  * <ul>
3867
3867
  * <li>
3868
- * <p>For instance types with FPGA accelerators, specify <code>fpga</code>.</p>
3868
+ * <p>To include instance types with GPU hardware, specify <code>gpu</code>.</p>
3869
3869
  * </li>
3870
3870
  * <li>
3871
- * <p>For instance types with GPU accelerators, specify <code>gpu</code>.</p>
3872
- * </li>
3873
- * <li>
3874
- * <p>For instance types with Inference accelerators, specify <code>inference</code>.</p>
3871
+ * <p>To include instance types with FPGA hardware, specify <code>fpga</code>.</p>
3875
3872
  * </li>
3876
3873
  * </ul>
3877
3874
  * <p>Default: Any accelerator type</p>
@@ -5327,13 +5324,10 @@ export interface InstanceRequirements {
5327
5324
  * <p>The accelerator types that must be on the instance type.</p>
5328
5325
  * <ul>
5329
5326
  * <li>
5330
- * <p>For instance types with FPGA accelerators, specify <code>fpga</code>.</p>
5331
- * </li>
5332
- * <li>
5333
5327
  * <p>For instance types with GPU accelerators, specify <code>gpu</code>.</p>
5334
5328
  * </li>
5335
5329
  * <li>
5336
- * <p>For instance types with Inference accelerators, specify <code>inference</code>.</p>
5330
+ * <p>For instance types with FPGA accelerators, specify <code>fpga</code>.</p>
5337
5331
  * </li>
5338
5332
  * </ul>
5339
5333
  * <p>Default: Any accelerator type</p>
@@ -8746,7 +8740,7 @@ export interface InstanceIpv6AddressRequest {
8746
8740
  Ipv6Address?: string | undefined;
8747
8741
  }
8748
8742
  /**
8749
- * <p>Describes the IPv6 prefix option for a network interface.</p>
8743
+ * <p>Describes the IPv4 prefix option for a network interface.</p>
8750
8744
  * @public
8751
8745
  */
8752
8746
  export interface Ipv6PrefixSpecificationRequest {
@@ -1097,7 +1097,7 @@ export interface CreateNetworkInterfaceRequest {
1097
1097
  */
1098
1098
  PrivateIpAddress?: string | undefined;
1099
1099
  /**
1100
- * <p>The IDs of the security groups.</p>
1100
+ * <p>The IDs of one or more security groups.</p>
1101
1101
  * @public
1102
1102
  */
1103
1103
  Groups?: string[] | undefined;
@@ -10576,17 +10576,6 @@ export interface DescribeNetworkInterfacesRequest {
10576
10576
  * </li>
10577
10577
  * <li>
10578
10578
  * <p>
10579
- * <code>operator.managed</code> - A Boolean that indicates whether this is a
10580
- * managed network interface.</p>
10581
- * </li>
10582
- * <li>
10583
- * <p>
10584
- * <code>operator.principal</code> - The principal that manages the network
10585
- * interface. Only valid for managed network interfaces, where <code>managed</code>
10586
- * is <code>true</code>.</p>
10587
- * </li>
10588
- * <li>
10589
- * <p>
10590
10579
  * <code>owner-id</code> - The Amazon Web Services account ID of the network interface owner.</p>
10591
10580
  * </li>
10592
10581
  * <li>
@@ -2543,9 +2543,8 @@ export interface InstanceNetworkInterfaceSpecification {
2543
2543
  */
2544
2544
  PrivateIpAddresses?: PrivateIpAddressSpecification[] | undefined;
2545
2545
  /**
2546
- * <p>The number of secondary private IPv4 addresses. You cant specify this parameter and
2547
- * also specify a secondary private IP address using the <code>PrivateIpAddress</code>
2548
- * parameter.</p>
2546
+ * <p>The number of secondary private IPv4 addresses. You can't specify this option and specify more than one private IP address using the private IP addresses option. You cannot specify this option if you're
2547
+ * launching more than one instance in a <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a> request.</p>
2549
2548
  * @public
2550
2549
  */
2551
2550
  SecondaryPrivateIpAddressCount?: number | undefined;
@@ -7437,7 +7437,7 @@ export interface InstanceBlockDeviceMappingSpecification {
7437
7437
  */
7438
7438
  VirtualName?: string | undefined;
7439
7439
  /**
7440
- * <p>Suppresses the specified device included in the block device mapping.</p>
7440
+ * <p>suppress the specified device included in the block device mapping.</p>
7441
7441
  * @public
7442
7442
  */
7443
7443
  NoDevice?: string | undefined;
@@ -8238,7 +8238,7 @@ export interface UnassignIpv6AddressesResult {
8238
8238
  */
8239
8239
  UnassignedIpv6Addresses?: string[] | undefined;
8240
8240
  /**
8241
- * <p>The IPv6 prefixes that have been unassigned from the network interface.</p>
8241
+ * <p>The IPv4 prefixes that have been unassigned from the network interface.</p>
8242
8242
  * @public
8243
8243
  */
8244
8244
  UnassignedIpv6Prefixes?: string[] | undefined;
@@ -904,6 +904,7 @@ export declare const AllocationStrategy: {
904
904
  export type AllocationStrategy =
905
905
  (typeof AllocationStrategy)[keyof typeof AllocationStrategy];
906
906
  export declare const AllocationType: {
907
+ readonly future: "future";
907
908
  readonly used: "used";
908
909
  };
909
910
  export type AllocationType =
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.731.0",
4
+ "version": "3.734.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,44 +20,44 @@
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.731.0",
24
- "@aws-sdk/credential-provider-node": "3.731.0",
25
- "@aws-sdk/middleware-host-header": "3.731.0",
26
- "@aws-sdk/middleware-logger": "3.731.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.731.0",
28
- "@aws-sdk/middleware-sdk-ec2": "3.731.0",
29
- "@aws-sdk/middleware-user-agent": "3.731.0",
30
- "@aws-sdk/region-config-resolver": "3.731.0",
31
- "@aws-sdk/types": "3.731.0",
32
- "@aws-sdk/util-endpoints": "3.731.0",
33
- "@aws-sdk/util-user-agent-browser": "3.731.0",
34
- "@aws-sdk/util-user-agent-node": "3.731.0",
35
- "@smithy/config-resolver": "^4.0.0",
36
- "@smithy/core": "^3.0.0",
37
- "@smithy/fetch-http-handler": "^5.0.0",
38
- "@smithy/hash-node": "^4.0.0",
39
- "@smithy/invalid-dependency": "^4.0.0",
40
- "@smithy/middleware-content-length": "^4.0.0",
41
- "@smithy/middleware-endpoint": "^4.0.0",
42
- "@smithy/middleware-retry": "^4.0.0",
43
- "@smithy/middleware-serde": "^4.0.0",
44
- "@smithy/middleware-stack": "^4.0.0",
45
- "@smithy/node-config-provider": "^4.0.0",
46
- "@smithy/node-http-handler": "^4.0.0",
47
- "@smithy/protocol-http": "^5.0.0",
48
- "@smithy/smithy-client": "^4.0.0",
49
- "@smithy/types": "^4.0.0",
50
- "@smithy/url-parser": "^4.0.0",
23
+ "@aws-sdk/core": "3.734.0",
24
+ "@aws-sdk/credential-provider-node": "3.734.0",
25
+ "@aws-sdk/middleware-host-header": "3.734.0",
26
+ "@aws-sdk/middleware-logger": "3.734.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
+ "@aws-sdk/middleware-sdk-ec2": "3.734.0",
29
+ "@aws-sdk/middleware-user-agent": "3.734.0",
30
+ "@aws-sdk/region-config-resolver": "3.734.0",
31
+ "@aws-sdk/types": "3.734.0",
32
+ "@aws-sdk/util-endpoints": "3.734.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.734.0",
34
+ "@aws-sdk/util-user-agent-node": "3.734.0",
35
+ "@smithy/config-resolver": "^4.0.1",
36
+ "@smithy/core": "^3.1.1",
37
+ "@smithy/fetch-http-handler": "^5.0.1",
38
+ "@smithy/hash-node": "^4.0.1",
39
+ "@smithy/invalid-dependency": "^4.0.1",
40
+ "@smithy/middleware-content-length": "^4.0.1",
41
+ "@smithy/middleware-endpoint": "^4.0.2",
42
+ "@smithy/middleware-retry": "^4.0.3",
43
+ "@smithy/middleware-serde": "^4.0.1",
44
+ "@smithy/middleware-stack": "^4.0.1",
45
+ "@smithy/node-config-provider": "^4.0.1",
46
+ "@smithy/node-http-handler": "^4.0.2",
47
+ "@smithy/protocol-http": "^5.0.1",
48
+ "@smithy/smithy-client": "^4.1.2",
49
+ "@smithy/types": "^4.1.0",
50
+ "@smithy/url-parser": "^4.0.1",
51
51
  "@smithy/util-base64": "^4.0.0",
52
52
  "@smithy/util-body-length-browser": "^4.0.0",
53
53
  "@smithy/util-body-length-node": "^4.0.0",
54
- "@smithy/util-defaults-mode-browser": "^4.0.0",
55
- "@smithy/util-defaults-mode-node": "^4.0.0",
56
- "@smithy/util-endpoints": "^3.0.0",
57
- "@smithy/util-middleware": "^4.0.0",
58
- "@smithy/util-retry": "^4.0.0",
54
+ "@smithy/util-defaults-mode-browser": "^4.0.3",
55
+ "@smithy/util-defaults-mode-node": "^4.0.3",
56
+ "@smithy/util-endpoints": "^3.0.1",
57
+ "@smithy/util-middleware": "^4.0.1",
58
+ "@smithy/util-retry": "^4.0.1",
59
59
  "@smithy/util-utf8": "^4.0.0",
60
- "@smithy/util-waiter": "^4.0.0",
60
+ "@smithy/util-waiter": "^4.0.2",
61
61
  "@types/uuid": "^9.0.1",
62
62
  "tslib": "^2.6.2",
63
63
  "uuid": "^9.0.1"