Skip to content

Commit 8bca88a

Browse files
Release Model Changes:
51f08ea6-b72f-4308-892d-6a0f531e486e
1 parent 45e73b9 commit 8bca88a

File tree

2 files changed

+69
-8
lines changed

2 files changed

+69
-8
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
model.all.version=1.0.169
1+
model.all.version=1.0.170
22
model.accessanalyzer.version=1.0.4
33
model.account.version=1.0.3
44
model.acm.version=1.0.3
@@ -124,7 +124,7 @@ model.dsql.version=1.0.5
124124
model.dynamodb.version=1.0.9
125125
model.dynamodb-streams.version=1.0.4
126126
model.ebs.version=1.0.2
127-
model.ec2.version=1.0.64
127+
model.ec2.version=1.0.65
128128
model.ec2-instance-connect.version=1.0.2
129129
model.ecr.version=1.0.8
130130
model.ecr-public.version=1.0.2

models/ec2/service/2016-11-15/ec2-2016-11-15.json

Lines changed: 67 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16728,6 +16728,14 @@
1672816728
"smithy.api#documentation": "<p>Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see \n <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html\">AMD SEV-SNP</a>.</p>",
1672916729
"smithy.api#xmlName": "amdSevSnp"
1673016730
}
16731+
},
16732+
"NestedVirtualization": {
16733+
"target": "com.amazonaws.ec2#NestedVirtualizationSpecification",
16734+
"traits": {
16735+
"aws.protocols#ec2QueryName": "NestedVirtualization",
16736+
"smithy.api#documentation": "<p>Indicates whether the instance is enabled for nested virtualization.</p>",
16737+
"smithy.api#xmlName": "nestedVirtualization"
16738+
}
1673116739
}
1673216740
},
1673316741
"traits": {
@@ -16754,6 +16762,12 @@
1675416762
"traits": {
1675516763
"smithy.api#documentation": "<p>Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported \n with M6a, R6a, and C6a instance types only. For more information, see \n <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html\">AMD SEV-SNP</a>.</p>"
1675616764
}
16765+
},
16766+
"NestedVirtualization": {
16767+
"target": "com.amazonaws.ec2#NestedVirtualizationSpecification",
16768+
"traits": {
16769+
"smithy.api#documentation": "<p>Indicates whether to enable the instance for nested virtualization.\n Nested virtualization is supported only on 8th generation Intel-based instance types (c8i, m8i, r8i, and their flex variants).\n When nested virtualization is enabled, Virtual Secure Mode (VSM) is automatically disabled for the instance.</p>"
16770+
}
1675716771
}
1675816772
},
1675916773
"traits": {
@@ -89222,6 +89236,14 @@
8922289236
"smithy.api#documentation": "<p>Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see\n <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html\">AMD SEV-SNP\n for Amazon EC2 instances</a>.</p>",
8922389237
"smithy.api#xmlName": "amdSevSnp"
8922489238
}
89239+
},
89240+
"NestedVirtualization": {
89241+
"target": "com.amazonaws.ec2#NestedVirtualizationSpecification",
89242+
"traits": {
89243+
"aws.protocols#ec2QueryName": "NestedVirtualization",
89244+
"smithy.api#documentation": "<p>Indicates whether the instance is enabled for nested virtualization. </p>",
89245+
"smithy.api#xmlName": "nestedVirtualization"
89246+
}
8922589247
}
8922689248
},
8922789249
"traits": {
@@ -89248,6 +89270,12 @@
8924889270
"traits": {
8924989271
"smithy.api#documentation": "<p>Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported\n with M6a, R6a, and C6a instance types only. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html\">AMD SEV-SNP for\n Amazon EC2 instances</a>.</p>"
8925089272
}
89273+
},
89274+
"NestedVirtualization": {
89275+
"target": "com.amazonaws.ec2#NestedVirtualizationSpecification",
89276+
"traits": {
89277+
"smithy.api#documentation": "<p>Indicates whether to enable the instance for nested virtualization.\n Nested virtualization is supported only on 8th generation Intel-based instance types (c8i, m8i, r8i, and their flex variants).\n When nested virtualization is enabled, Virtual Secure Mode (VSM) is automatically disabled for the instance.</p>"
89278+
}
8925189279
}
8925289280
},
8925389281
"traits": {
@@ -95447,17 +95475,19 @@
9544795475
"CoreCount": {
9544895476
"target": "com.amazonaws.ec2#Integer",
9544995477
"traits": {
95450-
"smithy.api#clientOptional": {},
95451-
"smithy.api#documentation": "<p>The number of CPU cores to activate for the specified instance.</p>",
95452-
"smithy.api#required": {}
95478+
"smithy.api#documentation": "<p>The number of CPU cores to activate for the specified instance.</p>"
9545395479
}
9545495480
},
9545595481
"ThreadsPerCore": {
9545695482
"target": "com.amazonaws.ec2#Integer",
9545795483
"traits": {
95458-
"smithy.api#clientOptional": {},
95459-
"smithy.api#documentation": "<p>The number of threads to run for each CPU core.</p>",
95460-
"smithy.api#required": {}
95484+
"smithy.api#documentation": "<p>The number of threads to run for each CPU core.</p>"
95485+
}
95486+
},
95487+
"NestedVirtualization": {
95488+
"target": "com.amazonaws.ec2#NestedVirtualizationSpecification",
95489+
"traits": {
95490+
"smithy.api#documentation": "<p>Indicates whether to enable or disable nested virtualization for the instance.\n When nested virtualization is enabled, Virtual Secure Mode (VSM) is automatically disabled for the instance.</p>"
9546195491
}
9546295492
},
9546395493
"DryRun": {
@@ -95497,6 +95527,14 @@
9549795527
"smithy.api#documentation": "<p>The number of threads that are running per CPU core for the specified \n\t\t\tinstance after the update.</p>",
9549895528
"smithy.api#xmlName": "threadsPerCore"
9549995529
}
95530+
},
95531+
"NestedVirtualization": {
95532+
"target": "com.amazonaws.ec2#NestedVirtualizationSpecification",
95533+
"traits": {
95534+
"aws.protocols#ec2QueryName": "NestedVirtualization",
95535+
"smithy.api#documentation": "<p>Indicates whether nested virtualization has been enabled or disabled.</p>",
95536+
"smithy.api#xmlName": "nestedVirtualization"
95537+
}
9550095538
}
9550195539
},
9550295540
"traits": {
@@ -101615,6 +101653,23 @@
101615101653
"smithy.api#documentation": "<p>Describes the OpenID Connect (OIDC) options.</p>"
101616101654
}
101617101655
},
101656+
"com.amazonaws.ec2#NestedVirtualizationSpecification": {
101657+
"type": "enum",
101658+
"members": {
101659+
"enabled": {
101660+
"target": "smithy.api#Unit",
101661+
"traits": {
101662+
"smithy.api#enumValue": "enabled"
101663+
}
101664+
},
101665+
"disabled": {
101666+
"target": "smithy.api#Unit",
101667+
"traits": {
101668+
"smithy.api#enumValue": "disabled"
101669+
}
101670+
}
101671+
}
101672+
},
101618101673
"com.amazonaws.ec2#NetmaskLength": {
101619101674
"type": "integer"
101620101675
},
@@ -123501,6 +123556,12 @@
123501123556
"traits": {
123502123557
"smithy.api#enumValue": "amd-sev-snp"
123503123558
}
123559+
},
123560+
"NESTED_VIRTUALIZATION": {
123561+
"target": "smithy.api#Unit",
123562+
"traits": {
123563+
"smithy.api#enumValue": "nested-virtualization"
123564+
}
123504123565
}
123505123566
}
123506123567
},

0 commit comments

Comments
 (0)