File tree Expand file tree Collapse file tree 3 files changed +50
-2
lines changed
generator/ServiceModels/ec2
sdk/src/Services/EC2/Generated Expand file tree Collapse file tree 3 files changed +50
-2
lines changed Original file line number Diff line number Diff line change 2750127501 "c7i.16xlarge",
2750227502 "c7i.24xlarge",
2750327503 "c7i.48xlarge",
27504- "mac2-m2pro.metal"
27504+ "mac2-m2pro.metal",
27505+ "r7iz.large",
27506+ "r7iz.xlarge",
27507+ "r7iz.2xlarge",
27508+ "r7iz.4xlarge",
27509+ "r7iz.8xlarge",
27510+ "r7iz.12xlarge",
27511+ "r7iz.16xlarge",
27512+ "r7iz.32xlarge"
2750527513 ]
2750627514 },
2750727515 "InstanceTypeHypervisor":{
Original file line number Diff line number Diff line change 3553935539 "c7i.16xlarge",
3554035540 "c7i.24xlarge",
3554135541 "c7i.48xlarge",
35542- "mac2-m2pro.metal"
35542+ "mac2-m2pro.metal",
35543+ "r7iz.large",
35544+ "r7iz.xlarge",
35545+ "r7iz.2xlarge",
35546+ "r7iz.4xlarge",
35547+ "r7iz.8xlarge",
35548+ "r7iz.12xlarge",
35549+ "r7iz.16xlarge",
35550+ "r7iz.32xlarge"
3554335551 ]
3554435552 },
3554535553 "InstanceTypeHypervisor":{
Original file line number Diff line number Diff line change @@ -10119,6 +10119,38 @@ public class InstanceType : ConstantClass
1011910119 /// </summary>
1012010120 public static readonly InstanceType R7gXlarge = new InstanceType("r7g.xlarge");
1012110121 /// <summary>
10122+ /// Constant R7iz12xlarge for InstanceType
10123+ /// </summary>
10124+ public static readonly InstanceType R7iz12xlarge = new InstanceType("r7iz.12xlarge");
10125+ /// <summary>
10126+ /// Constant R7iz16xlarge for InstanceType
10127+ /// </summary>
10128+ public static readonly InstanceType R7iz16xlarge = new InstanceType("r7iz.16xlarge");
10129+ /// <summary>
10130+ /// Constant R7iz2xlarge for InstanceType
10131+ /// </summary>
10132+ public static readonly InstanceType R7iz2xlarge = new InstanceType("r7iz.2xlarge");
10133+ /// <summary>
10134+ /// Constant R7iz32xlarge for InstanceType
10135+ /// </summary>
10136+ public static readonly InstanceType R7iz32xlarge = new InstanceType("r7iz.32xlarge");
10137+ /// <summary>
10138+ /// Constant R7iz4xlarge for InstanceType
10139+ /// </summary>
10140+ public static readonly InstanceType R7iz4xlarge = new InstanceType("r7iz.4xlarge");
10141+ /// <summary>
10142+ /// Constant R7iz8xlarge for InstanceType
10143+ /// </summary>
10144+ public static readonly InstanceType R7iz8xlarge = new InstanceType("r7iz.8xlarge");
10145+ /// <summary>
10146+ /// Constant R7izLarge for InstanceType
10147+ /// </summary>
10148+ public static readonly InstanceType R7izLarge = new InstanceType("r7iz.large");
10149+ /// <summary>
10150+ /// Constant R7izXlarge for InstanceType
10151+ /// </summary>
10152+ public static readonly InstanceType R7izXlarge = new InstanceType("r7iz.xlarge");
10153+ /// <summary>
1012210154 /// Constant T1Micro for InstanceType
1012310155 /// </summary>
1012410156 public static readonly InstanceType T1Micro = new InstanceType("t1.micro");
You can’t perform that action at this time.
0 commit comments