Skip to content

Commit d928fbf

Browse files
Update SDK models
1 parent f855dd2 commit d928fbf

File tree

99 files changed

+2192
-663
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+2192
-663
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[workspace]
22
resolver = "2"
33
exclude = [
4-
"tests/no-default-features",
54
"tests/webassembly",
6-
"tests/telemetry"
5+
"tests/telemetry",
6+
"tests/no-default-features"
77
]
88
members = [
99
"sdk/accessanalyzer",

aws-models/datazone.json

Lines changed: 302 additions & 13 deletions
Large diffs are not rendered by default.

aws-models/ec2.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53511,6 +53511,14 @@
5351153511
"smithy.api#documentation": "<p>The public DNS names of the endpoint.</p>",
5351253512
"smithy.api#xmlName": "publicDnsNames"
5351353513
}
53514+
},
53515+
"AvailabilityZoneId": {
53516+
"target": "com.amazonaws.ec2#AvailabilityZoneId",
53517+
"traits": {
53518+
"aws.protocols#ec2QueryName": "AvailabilityZoneId",
53519+
"smithy.api#documentation": "<p>The ID of the Availability Zone of the EC2 Instance Connect Endpoint.</p>",
53520+
"smithy.api#xmlName": "availabilityZoneId"
53521+
}
5351453522
}
5351553523
},
5351653524
"traits": {

aws-models/imagebuilder.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,8 +1510,7 @@
15101510
"components": {
15111511
"target": "com.amazonaws.imagebuilder#ComponentConfigurationList",
15121512
"traits": {
1513-
"smithy.api#documentation": "<p>Components for build and test that are included in the container recipe.\n\t\t\tRecipes require a minimum of one build component, and can \n\t\t\thave a maximum of 20 build and test components in any combination.</p>",
1514-
"smithy.api#required": {}
1513+
"smithy.api#documentation": "<p>The components included in the container recipe.</p>"
15151514
}
15161515
},
15171516
"instanceConfiguration": {
@@ -2042,8 +2041,7 @@
20422041
"components": {
20432042
"target": "com.amazonaws.imagebuilder#ComponentConfigurationList",
20442043
"traits": {
2045-
"smithy.api#documentation": "<p>The components included in the image recipe.</p>",
2046-
"smithy.api#required": {}
2044+
"smithy.api#documentation": "<p>The components included in the image recipe.</p>"
20472045
}
20482046
},
20492047
"parentImage": {

0 commit comments

Comments
 (0)