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

Update SDK models

parent 4564fedd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
[workspace]
resolver = "2"
exclude = [
    "tests/webassembly",
    "tests/telemetry",
    "tests/no-default-features",
    "tests/webassembly"
    "tests/no-default-features"
]
members = [
    "sdk/accessanalyzer",
+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.10", features = ["behavior-version-latest"] }
    aws-sdk-dynamodb = "1.99.0"
    aws-config = { version= "1.8.11", features = ["behavior-version-latest"] }
    aws-sdk-dynamodb = "1.100.0"
    tokio = { version = "1", features = ["full"] }
    ```

+6 −6
Original line number Diff line number Diff line
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[package]
name = "aws-sdk-accessanalyzer"
version = "1.96.0"
version = "1.97.0"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "AWS SDK for Access Analyzer"
edition = "2021"
@@ -10,18 +10,18 @@ repository = "https://github.com/awslabs/aws-sdk-rust"
rust-version = "1.88.0"
readme = "README.md"
[package.metadata.smithy]
codegen-version = "d427add46df4d13ff7d8ff6a5e39590b12585a32"
codegen-version = "3fd37ae13e9c9cb1089614536b3e27d0157b339c"
protocol = "aws.protocols#restJson1"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
[dependencies.aws-credential-types]
path = "../aws-credential-types"
version = "1.2.9"
version = "1.2.10"

[dependencies.aws-runtime]
path = "../aws-runtime"
version = "1.5.14"
version = "1.5.16"

[dependencies.aws-smithy-async]
path = "../aws-smithy-async"
@@ -69,12 +69,12 @@ version = "0.1.5"
version = "0.1"
[dev-dependencies.aws-config]
path = "../aws-config"
version = "1.8.10"
version = "1.8.11"

[dev-dependencies.aws-credential-types]
path = "../aws-credential-types"
features = ["test-util"]
version = "1.2.9"
version = "1.2.10"

[dev-dependencies.proptest]
version = "1"
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ your project, add the following to your **Cargo.toml** file:
```toml
[dependencies]
aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
aws-sdk-accessanalyzer = "1.96.0"
aws-sdk-accessanalyzer = "1.97.0"
tokio = { version = "1", features = ["full"] }
```

+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
//! ```toml
//! [dependencies]
//! aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
//! aws-sdk-accessanalyzer = "1.96.0"
//! aws-sdk-accessanalyzer = "1.97.0"
//! tokio = { version = "1", features = ["full"] }
//! ```
//!
Loading