Skip to content

Commit

Permalink
feat(client-ec2): Added support for EC2 M1 Mac instances. For more in…
Browse files Browse the repository at this point in the history
…formation, please visit aws.amazon.com/mac.
  • Loading branch information
awstools committed Jul 22, 2022
1 parent bb17b0c commit 23fdb65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
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 @@ -7146,6 +7146,7 @@ export type _InstanceType =
| "m6i.metal"
| "m6i.xlarge"
| "mac1.metal"
| "mac2.metal"
| "p2.16xlarge"
| "p2.8xlarge"
| "p2.xlarge"
Expand Down
4 changes: 4 additions & 0 deletions codegen/sdk-codegen/aws-models/ec2.json
Original file line number Diff line number Diff line change
Expand Up @@ -48343,6 +48343,10 @@
{
"value": "c7g.16xlarge",
"name": "c7g_16xlarge"
},
{
"value": "mac2.metal",
"name": "mac2_metal"
}
]
}
Expand Down

0 comments on commit 23fdb65

Please sign in to comment.