Skip to content

Commit 910b79b

Browse files
Update SDK models
1 parent 4564fed commit 910b79b

File tree

1,263 files changed

+7436
-4570
lines changed

Some content is hidden

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

1,263 files changed

+7436
-4570
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/webassembly",
45
"tests/telemetry",
5-
"tests/no-default-features",
6-
"tests/webassembly"
6+
"tests/no-default-features"
77
]
88
members = [
99
"sdk/accessanalyzer",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The SDK provides one crate per AWS service. You must add [Tokio](https://crates.
2424

2525
```toml
2626
[dependencies]
27-
aws-config = { version= "1.8.10", features = ["behavior-version-latest"] }
28-
aws-sdk-dynamodb = "1.99.0"
27+
aws-config = { version= "1.8.11", features = ["behavior-version-latest"] }
28+
aws-sdk-dynamodb = "1.100.0"
2929
tokio = { version = "1", features = ["full"] }
3030
```
3131

sdk/accessanalyzer/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
22
[package]
33
name = "aws-sdk-accessanalyzer"
4-
version = "1.96.0"
4+
version = "1.97.0"
55
authors = ["AWS Rust SDK Team <[email protected]>", "Russell Cohen <[email protected]>"]
66
description = "AWS SDK for Access Analyzer"
77
edition = "2021"
@@ -10,18 +10,18 @@ repository = "https://github.com/awslabs/aws-sdk-rust"
1010
rust-version = "1.88.0"
1111
readme = "README.md"
1212
[package.metadata.smithy]
13-
codegen-version = "d427add46df4d13ff7d8ff6a5e39590b12585a32"
13+
codegen-version = "3fd37ae13e9c9cb1089614536b3e27d0157b339c"
1414
protocol = "aws.protocols#restJson1"
1515
[package.metadata.docs.rs]
1616
all-features = true
1717
targets = ["x86_64-unknown-linux-gnu"]
1818
[dependencies.aws-credential-types]
1919
path = "../aws-credential-types"
20-
version = "1.2.9"
20+
version = "1.2.10"
2121

2222
[dependencies.aws-runtime]
2323
path = "../aws-runtime"
24-
version = "1.5.14"
24+
version = "1.5.16"
2525

2626
[dependencies.aws-smithy-async]
2727
path = "../aws-smithy-async"
@@ -69,12 +69,12 @@ version = "0.1.5"
6969
version = "0.1"
7070
[dev-dependencies.aws-config]
7171
path = "../aws-config"
72-
version = "1.8.10"
72+
version = "1.8.11"
7373

7474
[dev-dependencies.aws-credential-types]
7575
path = "../aws-credential-types"
7676
features = ["test-util"]
77-
version = "1.2.9"
77+
version = "1.2.10"
7878

7979
[dev-dependencies.proptest]
8080
version = "1"

sdk/accessanalyzer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ your project, add the following to your **Cargo.toml** file:
2424
```toml
2525
[dependencies]
2626
aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
27-
aws-sdk-accessanalyzer = "1.96.0"
27+
aws-sdk-accessanalyzer = "1.97.0"
2828
tokio = { version = "1", features = ["full"] }
2929
```
3030

sdk/accessanalyzer/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
//! ```toml
4444
//! [dependencies]
4545
//! aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
46-
//! aws-sdk-accessanalyzer = "1.96.0"
46+
//! aws-sdk-accessanalyzer = "1.97.0"
4747
//! tokio = { version = "1", features = ["full"] }
4848
//! ```
4949
//!

sdk/account/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
22
[package]
33
name = "aws-sdk-account"
4-
version = "1.92.0"
4+
version = "1.93.0"
55
authors = ["AWS Rust SDK Team <[email protected]>", "Russell Cohen <[email protected]>"]
66
description = "AWS SDK for AWS Account"
77
edition = "2021"
@@ -10,18 +10,18 @@ repository = "https://github.com/awslabs/aws-sdk-rust"
1010
rust-version = "1.88.0"
1111
readme = "README.md"
1212
[package.metadata.smithy]
13-
codegen-version = "d427add46df4d13ff7d8ff6a5e39590b12585a32"
13+
codegen-version = "3fd37ae13e9c9cb1089614536b3e27d0157b339c"
1414
protocol = "aws.protocols#restJson1"
1515
[package.metadata.docs.rs]
1616
all-features = true
1717
targets = ["x86_64-unknown-linux-gnu"]
1818
[dependencies.aws-credential-types]
1919
path = "../aws-credential-types"
20-
version = "1.2.9"
20+
version = "1.2.10"
2121

2222
[dependencies.aws-runtime]
2323
path = "../aws-runtime"
24-
version = "1.5.14"
24+
version = "1.5.16"
2525

2626
[dependencies.aws-smithy-async]
2727
path = "../aws-smithy-async"
@@ -69,12 +69,12 @@ version = "0.1.5"
6969
version = "0.1"
7070
[dev-dependencies.aws-config]
7171
path = "../aws-config"
72-
version = "1.8.10"
72+
version = "1.8.11"
7373

7474
[dev-dependencies.aws-credential-types]
7575
path = "../aws-credential-types"
7676
features = ["test-util"]
77-
version = "1.2.9"
77+
version = "1.2.10"
7878

7979
[dev-dependencies.proptest]
8080
version = "1"

sdk/account/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ your project, add the following to your **Cargo.toml** file:
1414
```toml
1515
[dependencies]
1616
aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
17-
aws-sdk-account = "1.92.0"
17+
aws-sdk-account = "1.93.0"
1818
tokio = { version = "1", features = ["full"] }
1919
```
2020

sdk/account/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
//! ```toml
3434
//! [dependencies]
3535
//! aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
36-
//! aws-sdk-account = "1.92.0"
36+
//! aws-sdk-account = "1.93.0"
3737
//! tokio = { version = "1", features = ["full"] }
3838
//! ```
3939
//!

sdk/acm/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
22
[package]
33
name = "aws-sdk-acm"
4-
version = "1.92.0"
4+
version = "1.93.0"
55
authors = ["AWS Rust SDK Team <[email protected]>", "Russell Cohen <[email protected]>"]
66
description = "AWS SDK for AWS Certificate Manager"
77
edition = "2021"
@@ -10,18 +10,18 @@ repository = "https://github.com/awslabs/aws-sdk-rust"
1010
rust-version = "1.88.0"
1111
readme = "README.md"
1212
[package.metadata.smithy]
13-
codegen-version = "d427add46df4d13ff7d8ff6a5e39590b12585a32"
13+
codegen-version = "3fd37ae13e9c9cb1089614536b3e27d0157b339c"
1414
protocol = "aws.protocols#awsJson1_1"
1515
[package.metadata.docs.rs]
1616
all-features = true
1717
targets = ["x86_64-unknown-linux-gnu"]
1818
[dependencies.aws-credential-types]
1919
path = "../aws-credential-types"
20-
version = "1.2.9"
20+
version = "1.2.10"
2121

2222
[dependencies.aws-runtime]
2323
path = "../aws-runtime"
24-
version = "1.5.14"
24+
version = "1.5.16"
2525

2626
[dependencies.aws-smithy-async]
2727
path = "../aws-smithy-async"
@@ -69,12 +69,12 @@ version = "0.1.5"
6969
version = "0.1"
7070
[dev-dependencies.aws-config]
7171
path = "../aws-config"
72-
version = "1.8.10"
72+
version = "1.8.11"
7373

7474
[dev-dependencies.aws-credential-types]
7575
path = "../aws-credential-types"
7676
features = ["test-util"]
77-
version = "1.2.9"
77+
version = "1.2.10"
7878

7979
[dev-dependencies.proptest]
8080
version = "1"

sdk/acm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ your project, add the following to your **Cargo.toml** file:
1414
```toml
1515
[dependencies]
1616
aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
17-
aws-sdk-acm = "1.92.0"
17+
aws-sdk-acm = "1.93.0"
1818
tokio = { version = "1", features = ["full"] }
1919
```
2020

0 commit comments

Comments
 (0)