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

Update SDK models

parent a4dd9b29
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
[workspace]
resolver = "2"
exclude = [
    "tests/telemetry",
    "tests/webassembly",
    "tests/telemetry",
    "tests/no-default-features"
]
members = [
@@ -54,6 +54,7 @@ members = [
    "sdk/aws-smithy-http",
    "sdk/aws-smithy-http-client",
    "sdk/aws-smithy-json",
    "sdk/aws-smithy-legacy-http",
    "sdk/aws-smithy-mocks",
    "sdk/aws-smithy-observability",
    "sdk/aws-smithy-observability-otel",
+2 −2
Original line number Diff line number Diff line
@@ -24,8 +24,8 @@ The SDK provides one crate per AWS service. You must add [Tokio](https://crates.

    ```toml
    [dependencies]
    aws-config = { version= "1.8.11", features = ["behavior-version-latest"] }
    aws-sdk-dynamodb = "1.100.0"
    aws-config = { version= "1.8.12", features = ["behavior-version-latest"] }
    aws-sdk-dynamodb = "1.101.0"
    tokio = { version = "1", features = ["full"] }
    ```

+205 −69

File changed.

Preview size limit exceeded, changes collapsed.

+4 −2
Original line number Diff line number Diff line
@@ -2661,7 +2661,8 @@
                "eventConfig": {
                    "target": "com.amazonaws.appsync#EventConfig",
                    "traits": {
                        "smithy.api#documentation": "<p>The Event API configuration. This includes the default authorization configuration for\n         connecting, publishing, and subscribing to an Event API.</p>"
                        "smithy.api#documentation": "<p>The Event API configuration. This includes the default authorization configuration for\n         connecting, publishing, and subscribing to an Event API.</p>",
                        "smithy.api#required": {}
                    }
                }
            },
@@ -9831,7 +9832,8 @@
                "eventConfig": {
                    "target": "com.amazonaws.appsync#EventConfig",
                    "traits": {
                        "smithy.api#documentation": "<p>The new event configuration. This includes the default authorization configuration for\n         connecting, publishing, and subscribing to an Event API.</p>"
                        "smithy.api#documentation": "<p>The new event configuration. This includes the default authorization configuration for\n         connecting, publishing, and subscribing to an Event API.</p>",
                        "smithy.api#required": {}
                    }
                }
            },
+2 −1
Original line number Diff line number Diff line
@@ -5449,7 +5449,8 @@
                "Version": {
                    "target": "com.amazonaws.guardduty#LaunchTemplateVersion",
                    "traits": {
                        "smithy.api#documentation": "<p>Version of the EC2 launch template.</p>"
                        "smithy.api#documentation": "<p>Version of the EC2 launch template.</p>",
                        "smithy.api#jsonName": "version"
                    }
                }
            },
Loading