File tree Expand file tree Collapse file tree 3 files changed +42
-0
lines changed
clients/client-ec2/src/models
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 3 files changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -6199,9 +6199,13 @@ export enum _InstanceType {
6199
6199
t4g_nano = "t4g.nano" ,
6200
6200
t4g_small = "t4g.small" ,
6201
6201
t4g_xlarge = "t4g.xlarge" ,
6202
+ trn1_2xlarge = "trn1.2xlarge" ,
6203
+ trn1_32xlarge = "trn1.32xlarge" ,
6202
6204
u_12tb1_112xlarge = "u-12tb1.112xlarge" ,
6203
6205
u_12tb1_metal = "u-12tb1.metal" ,
6206
+ u_18tb1_112xlarge = "u-18tb1.112xlarge" ,
6204
6207
u_18tb1_metal = "u-18tb1.metal" ,
6208
+ u_24tb1_112xlarge = "u-24tb1.112xlarge" ,
6205
6209
u_24tb1_metal = "u-24tb1.metal" ,
6206
6210
u_3tb1_56xlarge = "u-3tb1.56xlarge" ,
6207
6211
u_6tb1_112xlarge = "u-6tb1.112xlarge" ,
Original file line number Diff line number Diff line change @@ -5419,6 +5419,7 @@ export interface DescribeImagesRequest {
5419
5419
5420
5420
export enum ArchitectureValues {
5421
5421
arm64 = "arm64" ,
5422
+ arm64_mac = "arm64_mac" ,
5422
5423
i386 = "i386" ,
5423
5424
x86_64 = "x86_64" ,
5424
5425
x86_64_mac = "x86_64_mac" ,
@@ -8813,6 +8814,7 @@ export interface PlacementGroupInfo {
8813
8814
8814
8815
export enum ArchitectureType {
8815
8816
arm64 = "arm64" ,
8817
+ arm64_mac = "arm64_mac" ,
8816
8818
i386 = "i386" ,
8817
8819
x86_64 = "x86_64" ,
8818
8820
x86_64_mac = "x86_64_mac" ,
Original file line number Diff line number Diff line change 6345
6345
"traits": {
6346
6346
"smithy.api#enumValue": "x86_64_mac"
6347
6347
}
6348
+ },
6349
+ "arm64_mac": {
6350
+ "target": "smithy.api#Unit",
6351
+ "traits": {
6352
+ "smithy.api#enumValue": "arm64_mac"
6353
+ }
6348
6354
}
6349
6355
}
6350
6356
},
6398
6404
"traits": {
6399
6405
"smithy.api#enumValue": "x86_64_mac"
6400
6406
}
6407
+ },
6408
+ "arm64_mac": {
6409
+ "target": "smithy.api#Unit",
6410
+ "traits": {
6411
+ "smithy.api#enumValue": "arm64_mac"
6412
+ }
6401
6413
}
6402
6414
}
6403
6415
},
55587
55599
"traits": {
55588
55600
"smithy.api#enumValue": "u-3tb1.56xlarge"
55589
55601
}
55602
+ },
55603
+ "u_18tb1_112xlarge": {
55604
+ "target": "smithy.api#Unit",
55605
+ "traits": {
55606
+ "smithy.api#enumValue": "u-18tb1.112xlarge"
55607
+ }
55608
+ },
55609
+ "u_24tb1_112xlarge": {
55610
+ "target": "smithy.api#Unit",
55611
+ "traits": {
55612
+ "smithy.api#enumValue": "u-24tb1.112xlarge"
55613
+ }
55614
+ },
55615
+ "trn1_2xlarge": {
55616
+ "target": "smithy.api#Unit",
55617
+ "traits": {
55618
+ "smithy.api#enumValue": "trn1.2xlarge"
55619
+ }
55620
+ },
55621
+ "trn1_32xlarge": {
55622
+ "target": "smithy.api#Unit",
55623
+ "traits": {
55624
+ "smithy.api#enumValue": "trn1.32xlarge"
55625
+ }
55590
55626
}
55591
55627
}
55592
55628
},
You can’t perform that action at this time.
0 commit comments