Skip to content

Commit 6fc13d4

Browse files
Update SDK models
1 parent fd8b075 commit 6fc13d4

File tree

71 files changed

+1484
-803
lines changed

Some content is hidden

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

71 files changed

+1484
-803
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[workspace]
22
exclude = [
3+
"examples/lambda",
34
"examples/cross_service",
45
"examples/examples",
56
"examples/webassembly",
67
"examples/test-utils",
7-
"examples/lambda",
8-
"tests/webassembly",
9-
"tests/no-default-features"
8+
"tests/no-default-features",
9+
"tests/webassembly"
1010
]
1111
members = [
1212
"sdk/accessanalyzer",

aws-models/connect.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24797,7 +24797,7 @@
2479724797
"traits": {
2479824798
"smithy.api#length": {
2479924799
"min": 1,
24800-
"max": 128
24800+
"max": 64
2480124801
}
2480224802
}
2480324803
},
@@ -24841,7 +24841,7 @@
2484124841
"traits": {
2484224842
"smithy.api#length": {
2484324843
"min": 1,
24844-
"max": 128
24844+
"max": 64
2484524845
}
2484624846
}
2484724847
},
@@ -24853,7 +24853,7 @@
2485324853
"traits": {
2485424854
"smithy.api#length": {
2485524855
"min": 1,
24856-
"max": 75
24856+
"max": 128
2485724857
}
2485824858
}
2485924859
},

aws-models/inspector2.json

Lines changed: 121 additions & 58 deletions
Large diffs are not rendered by default.

aws-models/sagemaker.json

Lines changed: 70 additions & 39 deletions
Large diffs are not rendered by default.

examples/examples/sagemaker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
[dependencies]
1010
thiserror = "1.0"
1111
aws-config= { version = "1.1.4", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
12-
aws-sdk-sagemaker= { version = "1.18.0", path = "../../../sdk/sagemaker" }
12+
aws-sdk-sagemaker= { version = "1.19.0", path = "../../../sdk/sagemaker" }
1313
aws-smithy-types-convert= { version = "0.60.4", path = "../../../sdk/aws-smithy-types-convert", features = ["convert-chrono"] }
1414

1515
[dependencies.clap]

sdk/connect/Cargo.toml

Lines changed: 1 addition & 1 deletion
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-connect"
4-
version = "1.19.0"
4+
version = "1.20.0"
55
authors = ["AWS Rust SDK Team <[email protected]>", "Russell Cohen <[email protected]>"]
66
description = "AWS SDK for Amazon Connect Service"
77
edition = "2021"

sdk/connect/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ your project, add the following to your **Cargo.toml** file:
2020
```toml
2121
[dependencies]
2222
aws-config = { version = "1.1.4", features = ["behavior-version-latest"] }
23-
aws-sdk-connect = "1.19.0"
23+
aws-sdk-connect = "1.20.0"
2424
tokio = { version = "1", features = ["full"] }
2525
```
2626

sdk/connect/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
//! ```toml
3636
//! [dependencies]
3737
//! aws-config = { version = "1.1.4", features = ["behavior-version-latest"] }
38-
//! aws-sdk-connect = "1.19.0"
38+
//! aws-sdk-connect = "1.20.0"
3939
//! tokio = { version = "1", features = ["full"] }
4040
//! ```
4141
//!

sdk/inspector2/Cargo.toml

Lines changed: 1 addition & 1 deletion
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-inspector2"
4-
version = "1.13.0"
4+
version = "1.14.0"
55
authors = ["AWS Rust SDK Team <[email protected]>", "Russell Cohen <[email protected]>"]
66
description = "AWS SDK for Inspector2"
77
edition = "2021"

sdk/inspector2/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.4", features = ["behavior-version-latest"] }
17-
aws-sdk-inspector2 = "1.13.0"
17+
aws-sdk-inspector2 = "1.14.0"
1818
tokio = { version = "1", features = ["full"] }
1919
```
2020

0 commit comments

Comments
 (0)