@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.
- package/dist-cjs/index.js +154 -23
- package/dist-es/models/models_1.js +9 -9
- package/dist-es/models/models_3.js +0 -5
- package/dist-es/models/models_4.js +5 -4
- package/dist-es/models/models_5.js +4 -0
- package/dist-es/protocols/Aws_ec2.js +135 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +51 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -2
- package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +14 -12
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterImageCommand.d.ts +2 -2
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -2
- package/dist-types/commands/DescribeFleetsCommand.d.ts +51 -0
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -2
- package/dist-types/commands/ModifyFleetCommand.d.ts +17 -0
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -1
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +412 -191
- package/dist-types/models/models_2.d.ts +130 -53
- package/dist-types/models/models_3.d.ts +59 -244
- package/dist-types/models/models_4.d.ts +247 -106
- package/dist-types/models/models_5.d.ts +105 -97
- package/dist-types/models/models_6.d.ts +95 -91
- package/dist-types/models/models_7.d.ts +94 -109
- package/dist-types/models/models_8.d.ts +105 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +7 -2
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +44 -41
- package/dist-types/ts3.4/models/models_2.d.ts +31 -17
- package/dist-types/ts3.4/models/models_3.d.ts +17 -31
- package/dist-types/ts3.4/models/models_4.d.ts +32 -29
- package/dist-types/ts3.4/models/models_5.d.ts +27 -26
- package/dist-types/ts3.4/models/models_6.d.ts +24 -26
- package/dist-types/ts3.4/models/models_7.d.ts +28 -26
- package/dist-types/ts3.4/models/models_8.d.ts +26 -1
- 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/
|
|
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/
|
|
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/
|
|
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
|
|
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
|
|
33
|
-
* choose to terminate the instances, the EC2 Fleet enters the
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
* deleted
|
|
38
|
-
*
|
|
39
|
-
*
|
|
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/
|
|
62
|
-
*
|
|
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/
|
|
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
|
|
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/
|
|
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>
|
|
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
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
4
|
+
import { UnassignPrivateNatGatewayAddressRequest, UnassignPrivateNatGatewayAddressResult } from "../models/models_8";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|