@aws-sdk/client-ec2 3.756.0 → 3.758.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 (65) hide show
  1. package/dist-cjs/index.js +154 -23
  2. package/dist-es/models/models_1.js +9 -9
  3. package/dist-es/models/models_3.js +0 -5
  4. package/dist-es/models/models_4.js +5 -4
  5. package/dist-es/models/models_5.js +4 -0
  6. package/dist-es/protocols/Aws_ec2.js +135 -1
  7. package/dist-types/commands/CreateFleetCommand.d.ts +51 -0
  8. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
  9. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -2
  12. package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteFleetsCommand.d.ts +14 -12
  15. package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
  16. package/dist-types/commands/DeregisterImageCommand.d.ts +2 -2
  17. package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -2
  19. package/dist-types/commands/DescribeFleetsCommand.d.ts +51 -0
  20. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeRegionsCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
  23. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  24. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  25. package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -2
  26. package/dist-types/commands/ModifyFleetCommand.d.ts +17 -0
  27. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -1
  28. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  29. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  30. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  31. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  32. package/dist-types/models/models_1.d.ts +412 -191
  33. package/dist-types/models/models_2.d.ts +130 -53
  34. package/dist-types/models/models_3.d.ts +59 -244
  35. package/dist-types/models/models_4.d.ts +247 -106
  36. package/dist-types/models/models_5.d.ts +105 -97
  37. package/dist-types/models/models_6.d.ts +95 -91
  38. package/dist-types/models/models_7.d.ts +94 -109
  39. package/dist-types/models/models_8.d.ts +105 -1
  40. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -4
  41. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +4 -2
  42. package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +7 -2
  45. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +2 -4
  46. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +4 -2
  47. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +2 -4
  48. package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +4 -2
  52. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -4
  53. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/models/models_1.d.ts +44 -41
  58. package/dist-types/ts3.4/models/models_2.d.ts +31 -17
  59. package/dist-types/ts3.4/models/models_3.d.ts +17 -31
  60. package/dist-types/ts3.4/models/models_4.d.ts +32 -29
  61. package/dist-types/ts3.4/models/models_5.d.ts +27 -26
  62. package/dist-types/ts3.4/models/models_6.d.ts +24 -26
  63. package/dist-types/ts3.4/models/models_7.d.ts +28 -26
  64. package/dist-types/ts3.4/models/models_8.d.ts +26 -1
  65. package/package.json +13 -13
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { CreateLocalGatewayRouteTableVpcAssociationRequest } from "../models/models_1";
5
- import { CreateLocalGatewayRouteTableVpcAssociationResult } from "../models/models_2";
4
+ import { CreateLocalGatewayRouteTableVpcAssociationRequest, CreateLocalGatewayRouteTableVpcAssociationResult } from "../models/models_2";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DeleteCarrierGatewayRequest, DeleteCarrierGatewayResult } from "../models/models_2";
4
+ import { DeleteCarrierGatewayRequest, DeleteCarrierGatewayResult } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DeleteClientVpnEndpointRequest, DeleteClientVpnEndpointResult } from "../models/models_2";
4
+ import { DeleteClientVpnEndpointRequest, DeleteClientVpnEndpointResult } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -27,16 +27,18 @@ declare const DeleteFleetsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes the specified EC2 Fleets.</p>
31
- * <p>After you delete an EC2 Fleet, it launches no new instances.</p>
32
- * <p>You must also specify whether a deleted EC2 Fleet should terminate its instances. If you
33
- * choose to terminate the instances, the EC2 Fleet enters the <code>deleted_terminating</code>
34
- * state. Otherwise, the EC2 Fleet enters the <code>deleted_running</code> state, and the instances
35
- * continue to run until they are interrupted or you terminate them manually.</p>
36
- * <p>For <code>instant</code> fleets, EC2 Fleet must terminate the instances when the fleet is
37
- * deleted. Up to 1000 instances can be terminated in a single request to delete
38
- * <code>instant</code> fleets. A deleted <code>instant</code> fleet with running instances
39
- * is not supported.</p>
30
+ * <p>Deletes the specified EC2 Fleet request.</p>
31
+ * <p>After you delete an EC2 Fleet request, it launches no new instances.</p>
32
+ * <p>You must also specify whether a deleted EC2 Fleet request should terminate its instances. If
33
+ * you choose to terminate the instances, the EC2 Fleet request enters the
34
+ * <code>deleted_terminating</code> state. Otherwise, it enters the
35
+ * <code>deleted_running</code> state, and the instances continue to run until they are
36
+ * interrupted or you terminate them manually.</p>
37
+ * <p>A deleted <code>instant</code> fleet with running instances is not supported. When you
38
+ * delete an <code>instant</code> fleet, Amazon EC2 automatically terminates all its instances. For
39
+ * fleets with more than 1000 instances, the deletion request might fail. If your fleet has
40
+ * more than 1000 instances, first terminate most of the instances manually, leaving 1000 or
41
+ * fewer. Then delete the fleet, and the remaining instances will be terminated automatically.</p>
40
42
  * <p class="title">
41
43
  * <b>Restrictions</b>
42
44
  * </p>
@@ -58,8 +60,8 @@ declare const DeleteFleetsCommand_base: {
58
60
  * deleted.</p>
59
61
  * </li>
60
62
  * </ul>
61
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#delete-fleet">Delete an EC2
62
- * Fleet</a> in the <i>Amazon EC2 User Guide</i>.</p>
63
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/delete-fleet.html">Delete an EC2 Fleet request and the instances
64
+ * in the fleet</a> in the <i>Amazon EC2 User Guide</i>.</p>
63
65
  * @example
64
66
  * Use a bare-bones client and the command you need to make an API call.
65
67
  * ```javascript
@@ -34,7 +34,7 @@ declare const DeleteLaunchTemplateVersionsCommand_base: {
34
34
  * <p>You can delete up to 200 launch template versions in a single request. To delete more
35
35
  * than 200 versions in a single request, use <a>DeleteLaunchTemplate</a>, which
36
36
  * deletes the launch template and all of its versions.</p>
37
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-launch-template-versions.html#delete-launch-template-version">Delete a launch template version</a> in the
37
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/delete-launch-template.html#delete-launch-template-version">Delete a launch template version</a> in the
38
38
  * <i>Amazon EC2 User Guide</i>.</p>
39
39
  * @example
40
40
  * Use a bare-bones client and the command you need to make an API call.
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DeregisterImageRequest } from "../models/models_3";
4
+ import { DeregisterImageRequest, DeregisterImageResult } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -19,7 +19,7 @@ export interface DeregisterImageCommandInput extends DeregisterImageRequest {
19
19
  *
20
20
  * The output of {@link DeregisterImageCommand}.
21
21
  */
22
- export interface DeregisterImageCommandOutput extends __MetadataBearer {
22
+ export interface DeregisterImageCommandOutput extends DeregisterImageResult, __MetadataBearer {
23
23
  }
24
24
  declare const DeregisterImageCommand_base: {
25
25
  new (input: DeregisterImageCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterImageCommandInput, DeregisterImageCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DescribeFastSnapshotRestoresRequest, DescribeFastSnapshotRestoresResult } from "../models/models_3";
4
+ import { DescribeFastSnapshotRestoresRequest } from "../models/models_3";
5
+ import { DescribeFastSnapshotRestoresResult } from "../models/models_4";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DescribeFleetHistoryRequest } from "../models/models_3";
5
- import { DescribeFleetHistoryResult } from "../models/models_4";
4
+ import { DescribeFleetHistoryRequest, DescribeFleetHistoryResult } from "../models/models_4";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -167,6 +167,23 @@ declare const DescribeFleetsCommand_base: {
167
167
  * // },
168
168
  * // },
169
169
  * // ImageId: "STRING_VALUE",
170
+ * // BlockDeviceMappings: [ // BlockDeviceMappingResponseList
171
+ * // { // BlockDeviceMappingResponse
172
+ * // DeviceName: "STRING_VALUE",
173
+ * // VirtualName: "STRING_VALUE",
174
+ * // Ebs: { // EbsBlockDeviceResponse
175
+ * // Encrypted: true || false,
176
+ * // DeleteOnTermination: true || false,
177
+ * // Iops: Number("int"),
178
+ * // Throughput: Number("int"),
179
+ * // KmsKeyId: "STRING_VALUE",
180
+ * // SnapshotId: "STRING_VALUE",
181
+ * // VolumeSize: Number("int"),
182
+ * // VolumeType: "standard" || "io1" || "io2" || "gp2" || "sc1" || "st1" || "gp3",
183
+ * // },
184
+ * // NoDevice: "STRING_VALUE",
185
+ * // },
186
+ * // ],
170
187
  * // },
171
188
  * // ],
172
189
  * // },
@@ -311,6 +328,23 @@ declare const DescribeFleetsCommand_base: {
311
328
  * // },
312
329
  * // },
313
330
  * // ImageId: "STRING_VALUE",
331
+ * // BlockDeviceMappings: [
332
+ * // {
333
+ * // DeviceName: "STRING_VALUE",
334
+ * // VirtualName: "STRING_VALUE",
335
+ * // Ebs: {
336
+ * // Encrypted: true || false,
337
+ * // DeleteOnTermination: true || false,
338
+ * // Iops: Number("int"),
339
+ * // Throughput: Number("int"),
340
+ * // KmsKeyId: "STRING_VALUE",
341
+ * // SnapshotId: "STRING_VALUE",
342
+ * // VolumeSize: Number("int"),
343
+ * // VolumeType: "standard" || "io1" || "io2" || "gp2" || "sc1" || "st1" || "gp3",
344
+ * // },
345
+ * // NoDevice: "STRING_VALUE",
346
+ * // },
347
+ * // ],
314
348
  * // },
315
349
  * // },
316
350
  * // Lifecycle: "spot" || "on-demand",
@@ -415,6 +449,23 @@ declare const DescribeFleetsCommand_base: {
415
449
  * // },
416
450
  * // },
417
451
  * // ImageId: "STRING_VALUE",
452
+ * // BlockDeviceMappings: [
453
+ * // {
454
+ * // DeviceName: "STRING_VALUE",
455
+ * // VirtualName: "STRING_VALUE",
456
+ * // Ebs: {
457
+ * // Encrypted: true || false,
458
+ * // DeleteOnTermination: true || false,
459
+ * // Iops: Number("int"),
460
+ * // Throughput: Number("int"),
461
+ * // KmsKeyId: "STRING_VALUE",
462
+ * // SnapshotId: "STRING_VALUE",
463
+ * // VolumeSize: Number("int"),
464
+ * // VolumeType: "standard" || "io1" || "io2" || "gp2" || "sc1" || "st1" || "gp3",
465
+ * // },
466
+ * // NoDevice: "STRING_VALUE",
467
+ * // },
468
+ * // ],
418
469
  * // },
419
470
  * // },
420
471
  * // Lifecycle: "spot" || "on-demand",
@@ -31,7 +31,7 @@ declare const DescribeNetworkInterfacesCommand_base: {
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>,
34
- * <code>private-dns-name</code>, <code>subnet-id</code>, or <code>vpc-id</code>.</p>
34
+ * <code>subnet-id</code>, or <code>vpc-id</code>.</p>
35
35
  * <important>
36
36
  * <p>We strongly recommend using only paginated requests. Unpaginated requests are
37
37
  * susceptible to throttling and timeouts.</p>
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DescribeRegionsRequest, DescribeRegionsResult } from "../models/models_4";
4
+ import { DescribeRegionsRequest } from "../models/models_4";
5
+ import { DescribeRegionsResult } from "../models/models_5";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DescribeReplaceRootVolumeTasksRequest, DescribeReplaceRootVolumeTasksResult } from "../models/models_4";
4
+ import { DescribeReplaceRootVolumeTasksRequest, DescribeReplaceRootVolumeTasksResult } from "../models/models_5";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DisassociateTrunkInterfaceRequest, DisassociateTrunkInterfaceResult } from "../models/models_5";
4
+ import { DisassociateTrunkInterfaceRequest, DisassociateTrunkInterfaceResult } from "../models/models_6";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DisassociateVpcCidrBlockRequest, DisassociateVpcCidrBlockResult } from "../models/models_5";
4
+ import { DisassociateVpcCidrBlockRequest, DisassociateVpcCidrBlockResult } from "../models/models_6";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { EnableAddressTransferRequest } from "../models/models_5";
5
- import { EnableAddressTransferResult } from "../models/models_6";
4
+ import { EnableAddressTransferRequest, EnableAddressTransferResult } from "../models/models_6";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -84,6 +84,23 @@ declare const ModifyFleetCommand_base: {
84
84
  * GroupId: "STRING_VALUE",
85
85
  * AvailabilityZone: "STRING_VALUE",
86
86
  * },
87
+ * BlockDeviceMappings: [ // FleetBlockDeviceMappingRequestList
88
+ * { // FleetBlockDeviceMappingRequest
89
+ * DeviceName: "STRING_VALUE",
90
+ * VirtualName: "STRING_VALUE",
91
+ * Ebs: { // FleetEbsBlockDeviceRequest
92
+ * Encrypted: true || false,
93
+ * DeleteOnTermination: true || false,
94
+ * Iops: Number("int"),
95
+ * Throughput: Number("int"),
96
+ * KmsKeyId: "STRING_VALUE",
97
+ * SnapshotId: "STRING_VALUE",
98
+ * VolumeSize: Number("int"),
99
+ * VolumeType: "standard" || "io1" || "io2" || "gp2" || "sc1" || "st1" || "gp3",
100
+ * },
101
+ * NoDevice: "STRING_VALUE",
102
+ * },
103
+ * ],
87
104
  * InstanceRequirements: { // InstanceRequirementsRequest
88
105
  * VCpuCount: { // VCpuCountRangeRequest
89
106
  * Min: Number("int"), // required
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ModifyInstanceCreditSpecificationRequest, ModifyInstanceCreditSpecificationResult } from "../models/models_6";
4
+ import { ModifyInstanceCreditSpecificationRequest } from "../models/models_6";
5
+ import { ModifyInstanceCreditSpecificationResult } from "../models/models_7";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ModifyInstanceEventStartTimeRequest, ModifyInstanceEventStartTimeResult } from "../models/models_6";
4
+ import { ModifyInstanceEventStartTimeRequest, ModifyInstanceEventStartTimeResult } from "../models/models_7";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { UnassignIpv6AddressesRequest, UnassignIpv6AddressesResult } from "../models/models_7";
4
+ import { UnassignIpv6AddressesRequest, UnassignIpv6AddressesResult } from "../models/models_8";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { UnassignPrivateIpAddressesRequest } from "../models/models_7";
4
+ import { UnassignPrivateIpAddressesRequest } from "../models/models_8";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { UnassignPrivateNatGatewayAddressRequest, UnassignPrivateNatGatewayAddressResult } from "../models/models_7";
4
+ import { UnassignPrivateNatGatewayAddressRequest, UnassignPrivateNatGatewayAddressResult } from "../models/models_8";
5
5
  /**
6
6
  * @public
7
7
  */