Skip to content

Commit a99738f

Browse files
author
awstools
committed
feat(client-ec2): Amazon EC2 G6e instances powered by NVIDIA L40S Tensor Core GPUs are the most cost-efficient GPU instances for deploying generative AI models and the highest performance GPU instances for spatial computing workloads.
1 parent 5428b83 commit a99738f

32 files changed

+133
-67
lines changed

clients/client-ec2/src/commands/CancelConversionTaskCommand.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ export interface CancelConversionTaskCommandOutput extends __MetadataBearer {}
3131
* <p>Cancels an active conversion task. The task can be the import of an instance or volume. The action removes all
3232
* artifacts of the conversion, including a partially uploaded volume or instance. If the conversion is complete or is
3333
* in the process of transferring the final disk image, the command fails and returns an exception.</p>
34-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/ec2-cli-vmimport-export.html">Importing a Virtual Machine Using the Amazon
35-
* EC2 CLI</a>.</p>
3634
* @example
3735
* Use a bare-bones client and the command you need to make an API call.
3836
* ```javascript

clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

clients/client-ec2/src/commands/CreateFleetCommand.ts

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeCapacityBlockOfferingsCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ export interface DescribeCapacityBlockOfferingsCommandOutput
4242
* const client = new EC2Client(config);
4343
* const input = { // DescribeCapacityBlockOfferingsRequest
4444
* DryRun: true || false,
45-
* InstanceType: "STRING_VALUE", // required
46-
* InstanceCount: Number("int"), // required
45+
* InstanceType: "STRING_VALUE",
46+
* InstanceCount: Number("int"),
4747
* StartDateRange: new Date("TIMESTAMP"),
4848
* EndDateRange: new Date("TIMESTAMP"),
4949
* CapacityDurationHours: Number("int"), // required

clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeFleetsCommand.ts

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeInstanceTypeOfferingsCommand.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeInstanceTypesCommand.ts

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)