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 27501
27501
"c7i.16xlarge",
27502
27502
"c7i.24xlarge",
27503
27503
"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"
27505
27513
]
27506
27514
},
27507
27515
"InstanceTypeHypervisor":{
Original file line number Diff line number Diff line change 35539
35539
"c7i.16xlarge",
35540
35540
"c7i.24xlarge",
35541
35541
"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"
35543
35551
]
35544
35552
},
35545
35553
"InstanceTypeHypervisor":{
Original file line number Diff line number Diff line change @@ -10119,6 +10119,38 @@ public class InstanceType : ConstantClass
10119
10119
/// </summary>
10120
10120
public static readonly InstanceType R7gXlarge = new InstanceType("r7g.xlarge");
10121
10121
/// <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>
10122
10154
/// Constant T1Micro for InstanceType
10123
10155
/// </summary>
10124
10156
public static readonly InstanceType T1Micro = new InstanceType("t1.micro");
You can’t perform that action at this time.
0 commit comments