Commit d928fbf7 authored by AWS SDK Rust Bot's avatar AWS SDK Rust Bot
Browse files

Update SDK models

parent f855dd2c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
[workspace]
resolver = "2"
exclude = [
    "tests/no-default-features",
    "tests/webassembly",
    "tests/telemetry"
    "tests/telemetry",
    "tests/no-default-features"
]
members = [
    "sdk/accessanalyzer",
+302 −13

File changed.

Preview size limit exceeded, changes collapsed.

+8 −0
Original line number Diff line number Diff line
@@ -53511,6 +53511,14 @@
                        "smithy.api#documentation": "<p>The public DNS names of the endpoint.</p>",
                        "smithy.api#xmlName": "publicDnsNames"
                    }
                },
                "AvailabilityZoneId": {
                    "target": "com.amazonaws.ec2#AvailabilityZoneId",
                    "traits": {
                        "aws.protocols#ec2QueryName": "AvailabilityZoneId",
                        "smithy.api#documentation": "<p>The ID of the Availability Zone of the EC2 Instance Connect Endpoint.</p>",
                        "smithy.api#xmlName": "availabilityZoneId"
                    }
                }
            },
            "traits": {
+2 −4
Original line number Diff line number Diff line
@@ -1510,8 +1510,7 @@
                "components": {
                    "target": "com.amazonaws.imagebuilder#ComponentConfigurationList",
                    "traits": {
                        "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>",
                        "smithy.api#required": {}
                        "smithy.api#documentation": "<p>The components included in the container recipe.</p>"
                    }
                },
                "instanceConfiguration": {
@@ -2042,8 +2041,7 @@
                "components": {
                    "target": "com.amazonaws.imagebuilder#ComponentConfigurationList",
                    "traits": {
                        "smithy.api#documentation": "<p>The components included in the image recipe.</p>",
                        "smithy.api#required": {}
                        "smithy.api#documentation": "<p>The components included in the image recipe.</p>"
                    }
                },
                "parentImage": {
+100 −475

File changed.

Preview size limit exceeded, changes collapsed.

Loading