@aws-sdk/client-ec2 3.731.1 → 3.737.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 (27) hide show
  1. package/dist-cjs/index.js +4 -0
  2. package/dist-es/models/models_0.js +1 -0
  3. package/dist-es/protocols/Aws_ec2.js +3 -0
  4. package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +4 -4
  5. package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +3 -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/DescribeCapacityReservationsCommand.d.ts +1 -1
  14. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  15. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +2 -2
  16. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  17. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  18. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  19. package/dist-types/models/models_0.d.ts +4 -3
  20. package/dist-types/models/models_1.d.ts +4 -2
  21. package/dist-types/models/models_2.d.ts +1 -1
  22. package/dist-types/models/models_3.d.ts +5 -2
  23. package/dist-types/models/models_4.d.ts +0 -11
  24. package/dist-types/models/models_5.d.ts +2 -3
  25. package/dist-types/models/models_7.d.ts +4 -1
  26. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  27. package/package.json +35 -35
package/dist-cjs/index.js CHANGED
@@ -18880,6 +18880,9 @@ var se_CreateFleetRequest = /* @__PURE__ */ __name((input, context) => {
18880
18880
  if (input[_DRr] != null) {
18881
18881
  entries[_DRr] = input[_DRr];
18882
18882
  }
18883
+ if (input[_CTl] === void 0) {
18884
+ input[_CTl] = (0, import_uuid.v4)();
18885
+ }
18883
18886
  if (input[_CTl] != null) {
18884
18887
  entries[_CTl] = input[_CTl];
18885
18888
  }
@@ -65709,6 +65712,7 @@ var AllocationStrategy = {
65709
65712
  PRICE_CAPACITY_OPTIMIZED: "priceCapacityOptimized"
65710
65713
  };
65711
65714
  var AllocationType = {
65715
+ future: "future",
65712
65716
  used: "used"
65713
65717
  };
65714
65718
  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 = {
@@ -17360,6 +17360,9 @@ const se_CreateFleetRequest = (input, context) => {
17360
17360
  if (input[_DRr] != null) {
17361
17361
  entries[_DRr] = input[_DRr];
17362
17362
  }
17363
+ if (input[_CTl] === undefined) {
17364
+ input[_CTl] = generateIdempotencyToken();
17365
+ }
17363
17366
  if (input[_CTl] != null) {
17364
17367
  entries[_CTl] = input[_CTl];
17365
17368
  }
@@ -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
@@ -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
@@ -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
  * // ],
@@ -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;
@@ -4682,7 +4682,9 @@ export interface CreateFleetRequest {
4682
4682
  DryRun?: boolean | undefined;
4683
4683
  /**
4684
4684
  * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
4685
- * request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
4685
+ * request. If you do not specify a client token, a randomly generated token is used for
4686
+ * the request to ensure idempotency.</p>
4687
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
4686
4688
  * idempotency</a>.</p>
4687
4689
  * @public
4688
4690
  */
@@ -8746,7 +8748,7 @@ export interface InstanceIpv6AddressRequest {
8746
8748
  Ipv6Address?: string | undefined;
8747
8749
  }
8748
8750
  /**
8749
- * <p>Describes the IPv6 prefix option for a network interface.</p>
8751
+ * <p>Describes the IPv4 prefix option for a network interface.</p>
8750
8752
  * @public
8751
8753
  */
8752
8754
  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;
@@ -6931,8 +6931,11 @@ export interface EventInformation {
6931
6931
  * </li>
6932
6932
  * <li>
6933
6933
  * <p>
6934
- * <code>launchSpecUnusable</code> - The price in a launch specification is not
6935
- * valid because it is below the Spot price.</p>
6934
+ * <code>launchSpecUnusable</code> - The price specified in a launch specification
6935
+ * is not valid because it is below the Spot price for the requested Spot pools.</p>
6936
+ * <p>Note: Even if a fleet with the <code>maintain</code> request type is in the process
6937
+ * of being canceled, it may still publish a <code>launchSpecUnusable</code> event. This
6938
+ * does not mean that the canceled fleet is attempting to launch a new instance.</p>
6936
6939
  * </li>
6937
6940
  * <li>
6938
6941
  * <p>
@@ -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;
@@ -6537,6 +6537,9 @@ export interface SpotMarketOptions {
6537
6537
  * <important>
6538
6538
  * <p>If you specify a maximum price, your Spot Instances will be interrupted more
6539
6539
  * frequently than if you do not specify this parameter.</p>
6540
+ * <p>If you specify a maximum price, it must be more than USD $0.001. Specifying a value
6541
+ * below USD $0.001 will result in an <code>InvalidParameterValue</code> error
6542
+ * message.</p>
6540
6543
  * </important>
6541
6544
  * @public
6542
6545
  */
@@ -8238,7 +8241,7 @@ export interface UnassignIpv6AddressesResult {
8238
8241
  */
8239
8242
  UnassignedIpv6Addresses?: string[] | undefined;
8240
8243
  /**
8241
- * <p>The IPv6 prefixes that have been unassigned from the network interface.</p>
8244
+ * <p>The IPv4 prefixes that have been unassigned from the network interface.</p>
8242
8245
  * @public
8243
8246
  */
8244
8247
  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.1",
4
+ "version": "3.737.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.1",
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"