@@ -40,21 +40,21 @@ const (
4040 Al2023x86_64 ManagedMachineAMIType = "AL2023_x86_64_STANDARD"
4141 // Al2023Arm64 is the AL2023 Arm AMI type.
4242 Al2023Arm64 ManagedMachineAMIType = "AL2023_ARM_64_STANDARD"
43- // Al2023 x86 Neuron GPU type
43+ // Al2023x86_64Neuron is the Neuron GPU type
4444 Al2023x86_64Neuron ManagedMachineAMIType = "AL2023_x86_64_NEURON"
45- // Al2023 x86 Nvidia GPU type
45+ // Al2023x86_64Nvidia is the Nvidia GPU type
4646 Al2023x86_64Nvidia ManagedMachineAMIType = "AL2023_x86_64_NVIDIA"
47- // BottleRocket ARM64 AMI type
47+ // BottleRocketArm64 is the ARM64 AMI type
4848 BottleRocketArm64 ManagedMachineAMIType = "BOTTLEROCKET_ARM_64"
49- // BottleRocket x86 AMI type
50- BottleRocketx86_6 ManagedMachineAMIType = "BOTTLEROCKET_x86_64"
51- // BottleRocket Arm64 Fips AMI type
49+ // BottleRocketx86_64 is the BottleRocket x86 AMI type
50+ BottleRocketx86_64 ManagedMachineAMIType = "BOTTLEROCKET_x86_64"
51+ // BottleRocketArm64Fips is the BottleRocket Arm64 Fips AMI type
5252 BottleRocketArm64Fips ManagedMachineAMIType = "BOTTLEROCKET_ARM_64_FIPS"
53- // BottleRocket x86 Fips AMI type
53+ // BottleRocketx86_64Fips is the BottleRocket x86 Fips AMI type
5454 BottleRocketx86_64Fips ManagedMachineAMIType = "BOTTLEROCKET_x86_64_FIPS"
55- // BottleRocket Arm Nvidia AMI type
55+ // BottleRocketArm64Nvidia is the BottleRocket Arm Nvidia AMI type
5656 BottleRocketArm64Nvidia ManagedMachineAMIType = "BOTTLEROCKET_ARM_64_NVIDIA"
57- // BottleRocket x86 Nvidia AMI type
57+ // BottleRocketx86_64Nvidia is the BottleRocket x86 Nvidia AMI type
5858 BottleRocketx86_64Nvidia ManagedMachineAMIType = "BOTTLEROCKET_x86_64_NVIDIA"
5959)
6060
0 commit comments