Skip to content

Commit

Permalink
feat(client-ec2): EC2 M2 Pro Mac instances are powered by Apple M2 Pr…
Browse files Browse the repository at this point in the history
…o 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.
  • Loading branch information
awstools committed Sep 22, 2023
1 parent 86bf62a commit 987ec95
Show file tree
Hide file tree
Showing 26 changed files with 46 additions and 39 deletions.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions clients/client-ec2/src/commands/CreateFleetCommand.ts

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions clients/client-ec2/src/commands/DescribeFleetsCommand.ts

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clients/client-ec2/src/commands/ImportInstanceCommand.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clients/client-ec2/src/commands/ModifyFleetCommand.ts

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions clients/client-ec2/src/commands/RequestSpotFleetCommand.ts

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions clients/client-ec2/src/commands/RunInstancesCommand.ts

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions clients/client-ec2/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8839,6 +8839,7 @@ export const _InstanceType = {
m7i_large: "m7i.large",
m7i_xlarge: "m7i.xlarge",
mac1_metal: "mac1.metal",
mac2_m2pro_metal: "mac2-m2pro.metal",
mac2_metal: "mac2.metal",
p2_16xlarge: "p2.16xlarge",
p2_8xlarge: "p2.8xlarge",
Expand Down
6 changes: 6 additions & 0 deletions codegen/sdk-codegen/aws-models/ec2.json
Original file line number Diff line number Diff line change
Expand Up @@ -64479,6 +64479,12 @@
"traits": {
"smithy.api#enumValue": "c7i.48xlarge"
}
},
"mac2_m2pro_metal": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "mac2-m2pro.metal"
}
}
}
},
Expand Down

0 comments on commit 987ec95

Please sign in to comment.