Skip to content

Commit 8cee30d

Browse files
aws-sdk-rust-cijdisantiiampkmonercohZelda Hessler
committed
[smithy-rs] Rollup of 19 commits
NOTE: Some commits failed to build: 19648ace, 1ea9d055, c43fc71c, 166f0e29, 68ab5698, ae52b695 Includes commits: 4187b639 Adding impl Display for enum (#3391) bcfabede Fix rustdoc CI (#3395) 5761d1fe Make it possible to customize presigned requests (#3385) ae52b695 Upgrade Smithy Gradle Plugin to 0.9 (#3394) 66f5eba6 Merge smithy-rs-release-1.x.y back into main (#3401) 68ab5698 Upgrade Smithy to 1.44 (#3397) 0be5cb32 Add CI step to release workflow to check for semver hazards (#3383) df1103d1 Implement and test retry classifier sorting (#3392) 166f0e29 Cap the max jitter fraction for cache refresh buffer time to 0.5 (#3402) f573cc22 Only create inner chain provider once in profile creds provider (#3387) c43fc71c Fix the canary by using edit distance (#3406) fa61448b Remove warning banner code (#3407) 1ea9d055 Change timeout settings to merge them when configuration is merged (#3405) 30421e13 Support unchanging versions in the versioner (#3414) 1f7d70e8 fix flaky timeout test (#3415) 40358026 Upgrade the smithy-rs runtime crates version to 1.1.6 19648ace Update changelog 8db8f4b0 Fix task dependency (#3420) e0e35d9a Fix release-mode warnings in aws-smithy-runtime-api (#3423) Co-authored-by: AWS SDK Rust Bot <[email protected]> Co-authored-by: AWS SDK Rust Bot <[email protected]> Co-authored-by: John DiSanti <[email protected]> Co-authored-by: Prince Kumar Maurya <[email protected]> Co-authored-by: Russell Cohen <[email protected]> Co-authored-by: Zelda Hessler <[email protected]> Co-authored-by: ysaito1001 <[email protected]>
1 parent 29d6644 commit 8cee30d

File tree

10,190 files changed

+109466
-14946
lines changed

Some content is hidden

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

10,190 files changed

+109466
-14946
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ To update it, edit the `aws/SDK_README.md.hb` Handlebars template in that reposi
88

99
This repo contains the AWS SDK for Rust and its [public roadmap](https://github.com/orgs/awslabs/projects/50/views/1).
1010

11-
1211
The SDK is code generated from [Smithy models](https://smithy.io/2.0/index.html) that represent each AWS service.
1312
The code used to generate the SDK can be found in [smithy-rs](https://github.com/smithy-lang/smithy-rs).
1413

@@ -25,7 +24,7 @@ The SDK provides one crate per AWS service. You must add [Tokio](https://crates.
2524

2625
```toml
2726
[dependencies]
28-
aws-config = { version= "1.1.4", features = ["behavior-version-latest"] }
27+
aws-config = { version= "1.1.6", features = ["behavior-version-latest"] }
2928
aws-sdk-dynamodb = "1.15.0"
3029
tokio = { version = "1", features = ["full"] }
3130
```

examples/cross_service/detect_faces/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ edition = "2021"
66
publish = false
77

88
[dependencies]
9-
aws-config= { version = "1.1.4", path = "../../../sdk/aws-config" }
9+
aws-config= { version = "1.1.6", path = "../../../sdk/aws-config" }
1010
aws-sdk-rekognition= { version = "1.15.0", path = "../../../sdk/rekognition" }
1111
aws-sdk-s3= { version = "1.16.0", path = "../../../sdk/s3" }
12-
aws-smithy-types= { version = "1.1.4", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] }
12+
aws-smithy-types= { version = "1.1.6", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] }
1313

1414
[dependencies.tokio]
1515
version = "1.20.1"

examples/cross_service/detect_labels/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ publish = false
77

88
[dependencies]
99
kamadak-exif = "0.5.4"
10-
aws-config= { version = "1.1.4", path = "../../../sdk/aws-config" }
10+
aws-config= { version = "1.1.6", path = "../../../sdk/aws-config" }
1111
aws-sdk-dynamodb= { version = "1.15.0", path = "../../../sdk/dynamodb" }
1212
aws-sdk-rekognition= { version = "1.15.0", path = "../../../sdk/rekognition" }
1313
aws-sdk-s3= { version = "1.16.0", path = "../../../sdk/s3" }
14-
aws-smithy-types= { version = "1.1.4", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] }
15-
aws-types= { version = "1.1.4", path = "../../../sdk/aws-types" }
14+
aws-smithy-types= { version = "1.1.6", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] }
15+
aws-types= { version = "1.1.6", path = "../../../sdk/aws-types" }
1616

1717
[dependencies.tokio]
1818
version = "1.20.1"

examples/cross_service/photo_asset_management/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ streaming-zip = "0.5.0"
3030
tempfile = "3.5.0"
3131
tokio-stream = "0.1.12"
3232
tracing = "0.1.37"
33-
aws-config= { version = "1.1.4", path = "../../../sdk/aws-config" }
33+
aws-config= { version = "1.1.6", path = "../../../sdk/aws-config" }
3434
aws-sdk-dynamodb= { version = "1.15.0", path = "../../../sdk/dynamodb" }
3535
aws-sdk-rekognition= { version = "1.15.0", path = "../../../sdk/rekognition" }
3636
aws-sdk-s3= { version = "1.16.0", path = "../../../sdk/s3" }
3737
aws-sdk-sns= { version = "1.15.0", path = "../../../sdk/sns" }
38-
aws-smithy-runtime= { version = "1.1.4", path = "../../../sdk/aws-smithy-runtime" }
39-
aws-smithy-types-convert= { version = "0.60.4", path = "../../../sdk/aws-smithy-types-convert", features = ["convert-chrono"] }
38+
aws-smithy-runtime= { version = "1.1.6", path = "../../../sdk/aws-smithy-runtime" }
39+
aws-smithy-types-convert= { version = "0.60.5", path = "../../../sdk/aws-smithy-types-convert", features = ["convert-chrono"] }
4040

4141
[dependencies.aws_lambda_events]
4242
version = "0.11.1"

examples/cross_service/photo_asset_management/integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99

1010
[dependencies]
1111
tracing = "0.1.37"
12-
aws-config= { version = "1.1.4", path = "../../../../sdk/aws-config" }
12+
aws-config= { version = "1.1.6", path = "../../../../sdk/aws-config" }
1313
aws-sdk-dynamodb= { version = "1.15.0", path = "../../../../sdk/dynamodb" }
1414
aws-sdk-rekognition= { version = "1.15.0", path = "../../../../sdk/rekognition" }
1515

examples/cross_service/rest_ses/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ tracing-actix-web = "0.7.3"
2929
tracing-bunyan-formatter = "0.3.4"
3030
tracing-log = "0.1.3"
3131
xlsxwriter = "0.6.0"
32-
aws-config= { version = "1.1.4", path = "../../../sdk/aws-config" }
32+
aws-config= { version = "1.1.6", path = "../../../sdk/aws-config" }
3333
aws-sdk-cloudwatchlogs= { version = "1.16.0", path = "../../../sdk/cloudwatchlogs" }
3434
aws-sdk-rdsdata= { version = "1.14.0", path = "../../../sdk/rdsdata" }
3535
aws-sdk-ses= { version = "1.14.0", path = "../../../sdk/ses" }
36-
aws-smithy-types= { version = "1.1.4", path = "../../../sdk/aws-smithy-types" }
37-
aws-smithy-runtime= { version = "1.1.4", path = "../../../sdk/aws-smithy-runtime" }
36+
aws-smithy-types= { version = "1.1.6", path = "../../../sdk/aws-smithy-types" }
37+
aws-smithy-runtime= { version = "1.1.6", path = "../../../sdk/aws-smithy-runtime" }
3838

3939
[dependencies.chrono]
4040
version = "0.4.22"
@@ -69,7 +69,7 @@ features = ["v4", "serde"]
6969
once_cell = "1.15.0"
7070
rand = "0.8.5"
7171
wiremock = "0.5.15"
72-
aws-smithy-runtime= { version = "1.1.4", path = "../../../sdk/aws-smithy-runtime" }
72+
aws-smithy-runtime= { version = "1.1.6", path = "../../../sdk/aws-smithy-runtime" }
7373

7474
[dev-dependencies.fake]
7575
version = "2.5.0"

examples/cross_service/telephone/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ anyhow = "1"
1111
bytes = "1"
1212
reqwest = "0.11.4"
1313
serde_json = "1.0"
14-
aws-config= { version = "1.1.4", path = "../../../sdk/aws-config" }
14+
aws-config= { version = "1.1.6", path = "../../../sdk/aws-config" }
1515
aws-sdk-polly= { version = "1.15.0", path = "../../../sdk/polly" }
1616
aws-sdk-s3= { version = "1.16.0", path = "../../../sdk/s3" }
1717
aws-sdk-transcribe= { version = "1.14.0", path = "../../../sdk/transcribe" }
18-
aws-smithy-types= { version = "1.1.4", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] }
18+
aws-smithy-types= { version = "1.1.6", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] }
1919

2020
[dependencies.tokio]
2121
version = "1.20.1"

examples/examples/apigateway/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ publish = false
77

88
[dependencies]
99
thiserror = "1.0"
10-
aws-config= { version = "1.1.4", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
10+
aws-config= { version = "1.1.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
1111
aws-sdk-apigateway= { version = "1.14.0", path = "../../../sdk/apigateway" }
12-
aws-smithy-types-convert= { version = "0.60.4", path = "../../../sdk/aws-smithy-types-convert", features = ["convert-chrono"] }
12+
aws-smithy-types-convert= { version = "0.60.5", path = "../../../sdk/aws-smithy-types-convert", features = ["convert-chrono"] }
1313

1414
[dependencies.clap]
1515
version = "~4.4"

examples/examples/apigatewaymanagement/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88

99
[dependencies]
1010
http = "0.2.5"
11-
aws-config= { version = "1.1.4", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
11+
aws-config= { version = "1.1.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
1212
aws-sdk-apigatewaymanagement= { version = "1.14.0", path = "../../../sdk/apigatewaymanagement" }
1313

1414
[dependencies.tokio]

examples/examples/applicationautoscaling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
publish = false
88

99
[dependencies]
10-
aws-config= { version = "1.1.4", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
10+
aws-config= { version = "1.1.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
1111
aws-sdk-applicationautoscaling= { version = "1.15.0", path = "../../../sdk/applicationautoscaling" }
1212

1313
[dependencies.tokio]

0 commit comments

Comments
 (0)