Skip to content

Commit 987ec95

Browse files
author
awstools
committed
feat(client-ec2): EC2 M2 Pro Mac instances are powered by Apple M2 Pro Mac Mini computers featuring 12 core CPU, 19 core GPU, 32 GiB of memory, and 16 core Apple Neural Engine and uniquely enabled by the AWS Nitro System through high-speed Thunderbolt connections.
1 parent 86bf62a commit 987ec95

26 files changed

+46
-39
lines changed

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: 4 additions & 4 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/DescribeCapacityReservationFleetsCommand.ts

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

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

Lines changed: 4 additions & 4 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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

clients/client-ec2/src/models/models_0.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8839,6 +8839,7 @@ export const _InstanceType = {
88398839
m7i_large: "m7i.large",
88408840
m7i_xlarge: "m7i.xlarge",
88418841
mac1_metal: "mac1.metal",
8842+
mac2_m2pro_metal: "mac2-m2pro.metal",
88428843
mac2_metal: "mac2.metal",
88438844
p2_16xlarge: "p2.16xlarge",
88448845
p2_8xlarge: "p2.8xlarge",

codegen/sdk-codegen/aws-models/ec2.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64479,6 +64479,12 @@
6447964479
"traits": {
6448064480
"smithy.api#enumValue": "c7i.48xlarge"
6448164481
}
64482+
},
64483+
"mac2_m2pro_metal": {
64484+
"target": "smithy.api#Unit",
64485+
"traits": {
64486+
"smithy.api#enumValue": "mac2-m2pro.metal"
64487+
}
6448264488
}
6448364489
}
6448464490
},

0 commit comments

Comments
 (0)