@aws-sdk/client-ec2 3.750.0 → 3.757.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 (68) hide show
  1. package/dist-cjs/index.js +158 -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 +139 -1
  7. package/dist-types/commands/CopyImageCommand.d.ts +1 -0
  8. package/dist-types/commands/CreateFleetCommand.d.ts +51 -0
  9. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
  10. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -2
  13. package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteFleetsCommand.d.ts +14 -12
  16. package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
  17. package/dist-types/commands/DeregisterImageCommand.d.ts +2 -2
  18. package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -2
  20. package/dist-types/commands/DescribeFleetsCommand.d.ts +51 -0
  21. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeRegionsCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
  24. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  25. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  26. package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -2
  27. package/dist-types/commands/ModifyFleetCommand.d.ts +17 -0
  28. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -1
  29. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  30. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  31. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  32. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  33. package/dist-types/models/models_0.d.ts +12 -0
  34. package/dist-types/models/models_1.d.ts +412 -191
  35. package/dist-types/models/models_2.d.ts +132 -55
  36. package/dist-types/models/models_3.d.ts +59 -244
  37. package/dist-types/models/models_4.d.ts +247 -106
  38. package/dist-types/models/models_5.d.ts +106 -101
  39. package/dist-types/models/models_6.d.ts +95 -91
  40. package/dist-types/models/models_7.d.ts +94 -109
  41. package/dist-types/models/models_8.d.ts +105 -1
  42. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -4
  43. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +4 -2
  44. package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +7 -2
  47. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +2 -4
  48. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +4 -2
  49. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +2 -4
  50. package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +4 -2
  54. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -4
  55. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  60. package/dist-types/ts3.4/models/models_1.d.ts +44 -41
  61. package/dist-types/ts3.4/models/models_2.d.ts +31 -17
  62. package/dist-types/ts3.4/models/models_3.d.ts +17 -31
  63. package/dist-types/ts3.4/models/models_4.d.ts +32 -29
  64. package/dist-types/ts3.4/models/models_5.d.ts +27 -26
  65. package/dist-types/ts3.4/models/models_6.d.ts +24 -26
  66. package/dist-types/ts3.4/models/models_7.d.ts +28 -26
  67. package/dist-types/ts3.4/models/models_8.d.ts +26 -1
  68. package/package.json +1 -1
@@ -30,12 +30,12 @@ declare const CreateLaunchTemplateCommand_base: {
30
30
  * <p>Creates a launch template.</p>
31
31
  * <p>A launch template contains the parameters to launch an instance. When you launch an
32
32
  * instance using <a>RunInstances</a>, you can specify a launch template instead
33
- * of providing the launch parameters in the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html">Launch
34
- * an instance from a launch template</a> in the
33
+ * of providing the launch parameters in the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html">Store
34
+ * instance launch parameters in Amazon EC2 launch templates</a> in the
35
35
  * <i>Amazon EC2 User Guide</i>.</p>
36
36
  * <p>To clone an existing launch template as the basis for a new launch template, use the
37
37
  * Amazon EC2 console. The API, SDKs, and CLI do not support cloning a template. For more
38
- * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#create-launch-template-from-existing-launch-template">Create a launch template from an existing launch template</a> in the
38
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-launch-template.html#create-launch-template-from-existing-launch-template">Create a launch template from an existing launch template</a> in the
39
39
  * <i>Amazon EC2 User Guide</i>.</p>
40
40
  * @example
41
41
  * Use a bare-bones client and the command you need to make an API call.
@@ -35,7 +35,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
35
35
  * <p>Launch templates are immutable; after you create a launch template, you can't modify
36
36
  * it. Instead, you can create a new version of the launch template that includes the
37
37
  * changes that you require.</p>
38
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#manage-launch-template-versions">Modify a launch template (manage launch template versions)</a> in the
38
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-launch-template-versions.html">Modify a launch template (manage launch template versions)</a> in the
39
39
  * <i>Amazon EC2 User Guide</i>.</p>
40
40
  * @example
41
41
  * Use a bare-bones client and the command you need to make an API call.
@@ -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 { CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest, CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult } from "../models/models_1";
4
+ import { CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest } from "../models/models_1";
5
+ import { CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult } from "../models/models_2";
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 { 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
  */
@@ -7337,6 +7337,18 @@ export interface CopyImageRequest {
7337
7337
  * @public
7338
7338
  */
7339
7339
  TagSpecifications?: TagSpecification[] | undefined;
7340
+ /**
7341
+ * <p>Specify a completion duration, in 15 minute increments, to initiate a time-based
7342
+ * AMI copy. The specified completion duration applies to each of the snapshots associated
7343
+ * with the AMI. Each snapshot associated with the AMI will be completed within the
7344
+ * specified completion duration, regardless of their size.</p>
7345
+ * <p>If you do not specify a value, the AMI copy operation is completed on a best-effort
7346
+ * basis.</p>
7347
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/time-based-copies.html">
7348
+ * Time-based copies</a>.</p>
7349
+ * @public
7350
+ */
7351
+ SnapshotCopyCompletionDurationMinutes?: number | undefined;
7340
7352
  /**
7341
7353
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
7342
7354
  * and provides an error response. If you have the required permissions, the error response is