Skip to content

Commit

Permalink
Update SDK models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-rust-ci committed Sep 28, 2024
1 parent a54a3c4 commit c73c2be
Show file tree
Hide file tree
Showing 18 changed files with 37 additions and 425 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[workspace]
resolver = "2"
exclude = [
"examples/test-utils",
"examples/examples",
"examples/cross_service",
"examples/lambda",
"examples/examples",
"examples/webassembly",
"examples/test-utils",
"tests/no-default-features",
"tests/webassembly"
]
Expand Down
8 changes: 4 additions & 4 deletions examples/examples/bedrock-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ edition = "2021"
publish = false

[dependencies]
aws-config = { version = "1.5.7", path = "../../../sdk/aws-config" }
aws-sdk-bedrockruntime = { version = "1.51.0", path = "../../../sdk/bedrockruntime" }
aws-smithy-runtime-api = { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime-api" }
aws-smithy-types = { version = "1.2.7", path = "../../../sdk/aws-smithy-types" }
reqwest = "0.12.5"
serde = "1.0.204"
serde_json = "1.0.120"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
aws-config= { version = "1.5.7", path = "../../../sdk/aws-config" }
aws-sdk-bedrockruntime= { version = "1.51.0", path = "../../../sdk/bedrockruntime" }
aws-smithy-runtime-api= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime-api" }
aws-smithy-types= { version = "1.2.7", path = "../../../sdk/aws-smithy-types" }

[dependencies.tokio]
version = "1.38.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/examples/cloudwatchlogs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ path = "../../test-utils"
version = "0.1.0"

[dev-dependencies]
aws-smithy-mocks-experimental = { version = "0.2.1", path = "../../../sdk/aws-smithy-mocks-experimental" }
aws-smithy-mocks-experimental= { version = "0.2.1", path = "../../../sdk/aws-smithy-mocks-experimental" }
6 changes: 3 additions & 3 deletions examples/examples/ec2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ publish = false

[dependencies]
tracing = "0.1.40"
aws-smithy-runtime-api = { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime-api" }
mockall = "0.13.0"
inquire = "0.7.5"
reqwest = "0.12.5"
aws-sdk-ssm = { version = "1.49.0", path = "../../../sdk/ssm" }
aws-smithy-async = { version = "1.2.1", path = "../../../sdk/aws-smithy-async" }
aws-smithy-runtime-api= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime-api" }
aws-sdk-ssm= { version = "1.49.0", path = "../../../sdk/ssm" }
aws-smithy-async= { version = "1.2.1", path = "../../../sdk/aws-smithy-async" }
aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
aws-sdk-ec2= { version = "1.75.0", path = "../../../sdk/ec2" }
aws-types= { version = "1.3.3", path = "../../../sdk/aws-types" }
Expand Down
6 changes: 3 additions & 3 deletions examples/examples/ses/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ publish = false
anyhow = "1.0.81"
tracing = "0.1.40"
tmpfile = "0.0.2"
aws-smithy-http = { version = "0.60.11", path = "../../../sdk/aws-smithy-http" }
aws-smithy-mocks-experimental = { version = "0.2.1", path = "../../../sdk/aws-smithy-mocks-experimental" }
open = "5.1.2"
aws-smithy-http= { version = "0.60.11", path = "../../../sdk/aws-smithy-http" }
aws-smithy-mocks-experimental= { version = "0.2.1", path = "../../../sdk/aws-smithy-mocks-experimental" }
aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
aws-sdk-sesv2= { version = "1.47.0", path = "../../../sdk/sesv2", features = ["test-util"] }
aws-sdk-sesv2= { version = "1.48.0", path = "../../../sdk/sesv2", features = ["test-util"] }

[dependencies.tokio]
version = "1.20.1"
Expand Down
2 changes: 1 addition & 1 deletion sdk/customerprofiles/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[package]
name = "aws-sdk-customerprofiles"
version = "1.46.0"
version = "1.47.0"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "AWS SDK for Amazon Connect Customer Profiles"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion sdk/customerprofiles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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-customerprofiles = "1.46.0"
aws-sdk-customerprofiles = "1.47.0"
tokio = { version = "1", features = ["full"] }
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/customerprofiles/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
//! ```toml
//! [dependencies]
//! aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
//! aws-sdk-customerprofiles = "1.46.0"
//! aws-sdk-customerprofiles = "1.47.0"
//! tokio = { version = "1", features = ["full"] }
//! ```
//!
Expand Down
2 changes: 1 addition & 1 deletion sdk/quicksight/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[package]
name = "aws-sdk-quicksight"
version = "1.54.0"
version = "1.55.0"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "AWS SDK for Amazon QuickSight"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion sdk/quicksight/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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-quicksight = "1.54.0"
aws-sdk-quicksight = "1.55.0"
tokio = { version = "1", features = ["full"] }
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/quicksight/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
//! ```toml
//! [dependencies]
//! aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
//! aws-sdk-quicksight = "1.54.0"
//! aws-sdk-quicksight = "1.55.0"
//! tokio = { version = "1", features = ["full"] }
//! ```
//!
Expand Down
2 changes: 1 addition & 1 deletion sdk/securityhub/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[package]
name = "aws-sdk-securityhub"
version = "1.47.0"
version = "1.47.1"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "AWS SDK for AWS SecurityHub"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion sdk/securityhub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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-securityhub = "1.47.0"
aws-sdk-securityhub = "1.47.1"
tokio = { version = "1", features = ["full"] }
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/securityhub/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
//! ```toml
//! [dependencies]
//! aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
//! aws-sdk-securityhub = "1.47.0"
//! aws-sdk-securityhub = "1.47.1"
//! tokio = { version = "1", features = ["full"] }
//! ```
//!
Expand Down
2 changes: 1 addition & 1 deletion sdk/sesv2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[package]
name = "aws-sdk-sesv2"
version = "1.47.0"
version = "1.48.0"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "AWS SDK for Amazon Simple Email Service"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion sdk/sesv2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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-sesv2 = "1.47.0"
aws-sdk-sesv2 = "1.48.0"
tokio = { version = "1", features = ["full"] }
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/sesv2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
//! ```toml
//! [dependencies]
//! aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
//! aws-sdk-sesv2 = "1.47.0"
//! aws-sdk-sesv2 = "1.48.0"
//! tokio = { version = "1", features = ["full"] }
//! ```
//!
Expand Down
Loading

0 comments on commit c73c2be

Please sign in to comment.