File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
generator/ServiceModels/eks
sdk/src/Services/EKS/Generated Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 930
930
" AL2023_x86_64_STANDARD" ,
931
931
" AL2023_ARM_64_STANDARD" ,
932
932
" AL2023_x86_64_NEURON" ,
933
- " AL2023_x86_64_NVIDIA"
933
+ " AL2023_x86_64_NVIDIA" ,
934
+ " AL2023_ARM_64_NVIDIA"
934
935
]
935
936
},
936
937
"AccessConfigResponse" :{
Original file line number Diff line number Diff line change 987
987
" AL2023_x86_64_STANDARD" ,
988
988
" AL2023_ARM_64_STANDARD" ,
989
989
" AL2023_x86_64_NEURON" ,
990
- " AL2023_x86_64_NVIDIA"
990
+ " AL2023_x86_64_NVIDIA" ,
991
+ " AL2023_ARM_64_NVIDIA"
991
992
]
992
993
},
993
994
"AccessConfigResponse" :{
Original file line number Diff line number Diff line change @@ -249,6 +249,10 @@ public class AMITypes : ConstantClass
249
249
/// </summary>
250
250
public static readonly AMITypes AL2_x86_64_GPU = new AMITypes ( "AL2_x86_64_GPU" ) ;
251
251
/// <summary>
252
+ /// Constant AL2023_ARM_64_NVIDIA for AMITypes
253
+ /// </summary>
254
+ public static readonly AMITypes AL2023_ARM_64_NVIDIA = new AMITypes ( "AL2023_ARM_64_NVIDIA" ) ;
255
+ /// <summary>
252
256
/// Constant AL2023_ARM_64_STANDARD for AMITypes
253
257
/// </summary>
254
258
public static readonly AMITypes AL2023_ARM_64_STANDARD = new AMITypes ( "AL2023_ARM_64_STANDARD" ) ;
You can’t perform that action at this time.
0 commit comments