Skip to content

Commit 524df8a

Browse files
Update SDK models
1 parent 79d5eb0 commit 524df8a

File tree

1,486 files changed

+8814
-7857
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,486 files changed

+8814
-7857
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/telemetry",
4+
"tests/webassembly",
55
"tests/no-default-features",
6-
"tests/webassembly"
6+
"tests/telemetry"
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.7", features = ["behavior-version-latest"] }
28-
aws-sdk-dynamodb = "1.94.0"
27+
aws-config = { version= "1.8.8", features = ["behavior-version-latest"] }
28+
aws-sdk-dynamodb = "1.95.0"
2929
tokio = { version = "1", features = ["full"] }
3030
```
3131

aws-models/proton.json

Lines changed: 352 additions & 4 deletions
Large diffs are not rendered by default.

aws-models/sdk-endpoints.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16974,6 +16974,7 @@
1697416974
"ap-southeast-3" : { },
1697516975
"ap-southeast-4" : { },
1697616976
"ap-southeast-5" : { },
16977+
"ap-southeast-6" : { },
1697716978
"ap-southeast-7" : { },
1697816979
"ca-central-1" : {
1697916980
"variants" : [ {

sdk/accessanalyzer/Cargo.toml

Lines changed: 13 additions & 13 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.92.0"
4+
version = "1.93.0"
55
authors = ["AWS Rust SDK Team <[email protected]>", "Russell Cohen <[email protected]>"]
66
description = "AWS SDK for Access Analyzer"
77
edition = "2021"
@@ -10,47 +10,47 @@ repository = "https://github.com/awslabs/aws-sdk-rust"
1010
rust-version = "1.86.0"
1111
readme = "README.md"
1212
[package.metadata.smithy]
13-
codegen-version = "0dacca86f5e718006dd390312c7e3d6e87c1b2ed"
13+
codegen-version = "bf4f9971ff6464d32a9736222de31f7af6357c79"
1414
[package.metadata.docs.rs]
1515
all-features = true
1616
targets = ["x86_64-unknown-linux-gnu"]
1717
[dependencies.aws-credential-types]
1818
path = "../aws-credential-types"
19-
version = "1.2.7"
19+
version = "1.2.8"
2020

2121
[dependencies.aws-runtime]
2222
path = "../aws-runtime"
23-
version = "1.5.11"
23+
version = "1.5.12"
2424

2525
[dependencies.aws-smithy-async]
2626
path = "../aws-smithy-async"
27-
version = "1.2.5"
27+
version = "1.2.6"
2828

2929
[dependencies.aws-smithy-http]
3030
path = "../aws-smithy-http"
31-
version = "0.62.3"
31+
version = "0.62.4"
3232

3333
[dependencies.aws-smithy-json]
3434
path = "../aws-smithy-json"
35-
version = "0.61.5"
35+
version = "0.61.6"
3636

3737
[dependencies.aws-smithy-runtime]
3838
path = "../aws-smithy-runtime"
3939
features = ["client"]
40-
version = "1.9.2"
40+
version = "1.9.3"
4141

4242
[dependencies.aws-smithy-runtime-api]
4343
path = "../aws-smithy-runtime-api"
4444
features = ["client", "http-02x"]
45-
version = "1.9.0"
45+
version = "1.9.1"
4646

4747
[dependencies.aws-smithy-types]
4848
path = "../aws-smithy-types"
49-
version = "1.3.2"
49+
version = "1.3.3"
5050

5151
[dependencies.aws-types]
5252
path = "../aws-types"
53-
version = "1.3.8"
53+
version = "1.3.9"
5454

5555
[dependencies.bytes]
5656
version = "1.4.0"
@@ -68,12 +68,12 @@ version = "0.1.5"
6868
version = "0.1"
6969
[dev-dependencies.aws-config]
7070
path = "../aws-config"
71-
version = "1.8.7"
71+
version = "1.8.8"
7272

7373
[dev-dependencies.aws-credential-types]
7474
path = "../aws-credential-types"
7575
features = ["test-util"]
76-
version = "1.2.7"
76+
version = "1.2.8"
7777

7878
[dev-dependencies.tokio]
7979
version = "1.23.1"

sdk/accessanalyzer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ your project, add the following to your **Cargo.toml** file:
2222
```toml
2323
[dependencies]
2424
aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
25-
aws-sdk-accessanalyzer = "1.92.0"
25+
aws-sdk-accessanalyzer = "1.93.0"
2626
tokio = { version = "1", features = ["full"] }
2727
```
2828

sdk/accessanalyzer/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#![allow(rustdoc::invalid_html_tags)]
1919
#![forbid(unsafe_code)]
2020
#![warn(missing_docs)]
21-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
21+
#![cfg_attr(docsrs, feature(doc_cfg))]
2222
//! Identity and Access Management Access Analyzer helps you to set, verify, and refine your IAM policies by providing a suite of capabilities. Its features include findings for external and unused access, basic and custom policy checks for validating policies, and policy generation to generate fine-grained policies. To start using IAM Access Analyzer to identify external or unused access, you first need to create an analyzer.
2323
//!
2424
//! __External access analyzers__ help identify potential risks of accessing resources by enabling you to identify any resource policies that grant access to an external principal. It does this by using logic-based reasoning to analyze resource-based policies in your Amazon Web Services environment. An external principal can be another Amazon Web Services account, a root user, an IAM user or role, a federated user, an Amazon Web Services service, or an anonymous user. You can also use IAM Access Analyzer to preview public and cross-account access to your resources before deploying permissions changes.
@@ -41,7 +41,7 @@
4141
//! ```toml
4242
//! [dependencies]
4343
//! aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
44-
//! aws-sdk-accessanalyzer = "1.92.0"
44+
//! aws-sdk-accessanalyzer = "1.93.0"
4545
//! tokio = { version = "1", features = ["full"] }
4646
//! ```
4747
//!

sdk/account/Cargo.toml

Lines changed: 13 additions & 13 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.88.0"
4+
version = "1.89.0"
55
authors = ["AWS Rust SDK Team <[email protected]>", "Russell Cohen <[email protected]>"]
66
description = "AWS SDK for AWS Account"
77
edition = "2021"
@@ -10,47 +10,47 @@ repository = "https://github.com/awslabs/aws-sdk-rust"
1010
rust-version = "1.86.0"
1111
readme = "README.md"
1212
[package.metadata.smithy]
13-
codegen-version = "0dacca86f5e718006dd390312c7e3d6e87c1b2ed"
13+
codegen-version = "bf4f9971ff6464d32a9736222de31f7af6357c79"
1414
[package.metadata.docs.rs]
1515
all-features = true
1616
targets = ["x86_64-unknown-linux-gnu"]
1717
[dependencies.aws-credential-types]
1818
path = "../aws-credential-types"
19-
version = "1.2.7"
19+
version = "1.2.8"
2020

2121
[dependencies.aws-runtime]
2222
path = "../aws-runtime"
23-
version = "1.5.11"
23+
version = "1.5.12"
2424

2525
[dependencies.aws-smithy-async]
2626
path = "../aws-smithy-async"
27-
version = "1.2.5"
27+
version = "1.2.6"
2828

2929
[dependencies.aws-smithy-http]
3030
path = "../aws-smithy-http"
31-
version = "0.62.3"
31+
version = "0.62.4"
3232

3333
[dependencies.aws-smithy-json]
3434
path = "../aws-smithy-json"
35-
version = "0.61.5"
35+
version = "0.61.6"
3636

3737
[dependencies.aws-smithy-runtime]
3838
path = "../aws-smithy-runtime"
3939
features = ["client"]
40-
version = "1.9.2"
40+
version = "1.9.3"
4141

4242
[dependencies.aws-smithy-runtime-api]
4343
path = "../aws-smithy-runtime-api"
4444
features = ["client", "http-02x"]
45-
version = "1.9.0"
45+
version = "1.9.1"
4646

4747
[dependencies.aws-smithy-types]
4848
path = "../aws-smithy-types"
49-
version = "1.3.2"
49+
version = "1.3.3"
5050

5151
[dependencies.aws-types]
5252
path = "../aws-types"
53-
version = "1.3.8"
53+
version = "1.3.9"
5454

5555
[dependencies.bytes]
5656
version = "1.4.0"
@@ -68,12 +68,12 @@ version = "0.1.5"
6868
version = "0.1"
6969
[dev-dependencies.aws-config]
7070
path = "../aws-config"
71-
version = "1.8.7"
71+
version = "1.8.8"
7272

7373
[dev-dependencies.aws-credential-types]
7474
path = "../aws-credential-types"
7575
features = ["test-util"]
76-
version = "1.2.7"
76+
version = "1.2.8"
7777

7878
[dev-dependencies.tokio]
7979
version = "1.23.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.88.0"
17+
aws-sdk-account = "1.89.0"
1818
tokio = { version = "1", features = ["full"] }
1919
```
2020

sdk/account/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#![allow(rustdoc::invalid_html_tags)]
1919
#![forbid(unsafe_code)]
2020
#![warn(missing_docs)]
21-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
21+
#![cfg_attr(docsrs, feature(doc_cfg))]
2222
//! Operations for Amazon Web Services Account Management
2323
//!
2424
//! ## Getting Started
@@ -33,7 +33,7 @@
3333
//! ```toml
3434
//! [dependencies]
3535
//! aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
36-
//! aws-sdk-account = "1.88.0"
36+
//! aws-sdk-account = "1.89.0"
3737
//! tokio = { version = "1", features = ["full"] }
3838
//! ```
3939
//!

0 commit comments

Comments
 (0)