diff --git a/README.md b/README.md index 31ebfea142fb..44566e3abe6e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The SDK provides one crate per AWS service. You must add [Tokio](https://crates. ```toml [dependencies] - aws-config = { version= "1.5.6", features = ["behavior-version-latest"] } + aws-config = { version= "1.5.7", features = ["behavior-version-latest"] } aws-sdk-dynamodb = "1.49.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/examples/cross_service/detect_faces/Cargo.toml b/examples/cross_service/detect_faces/Cargo.toml index 769d85f4183e..19199c4ae23a 100644 --- a/examples/cross_service/detect_faces/Cargo.toml +++ b/examples/cross_service/detect_faces/Cargo.toml @@ -6,10 +6,10 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config" } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config" } aws-sdk-rekognition= { version = "1.48.0", path = "../../../sdk/rekognition" } aws-sdk-s3= { version = "1.54.0", path = "../../../sdk/s3" } -aws-smithy-types= { version = "1.2.6", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] } +aws-smithy-types= { version = "1.2.7", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] } [dependencies.tokio] version = "1.20.1" diff --git a/examples/cross_service/detect_labels/Cargo.toml b/examples/cross_service/detect_labels/Cargo.toml index d774865e1bdd..5369fb77d83b 100644 --- a/examples/cross_service/detect_labels/Cargo.toml +++ b/examples/cross_service/detect_labels/Cargo.toml @@ -7,11 +7,11 @@ publish = false [dependencies] kamadak-exif = "0.5.4" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config" } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config" } aws-sdk-dynamodb= { version = "1.49.0", path = "../../../sdk/dynamodb" } aws-sdk-rekognition= { version = "1.48.0", path = "../../../sdk/rekognition" } aws-sdk-s3= { version = "1.54.0", path = "../../../sdk/s3" } -aws-smithy-types= { version = "1.2.6", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] } +aws-smithy-types= { version = "1.2.7", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] } aws-types= { version = "1.3.3", path = "../../../sdk/aws-types" } [dependencies.tokio] diff --git a/examples/cross_service/photo_asset_management/Cargo.toml b/examples/cross_service/photo_asset_management/Cargo.toml index e5c2402304bb..4cb7b4bfffb0 100644 --- a/examples/cross_service/photo_asset_management/Cargo.toml +++ b/examples/cross_service/photo_asset_management/Cargo.toml @@ -30,7 +30,7 @@ streaming-zip = "0.5.0" tempfile = "3.5.0" tokio-stream = "0.1.12" tracing = "0.1.37" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config" } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config" } aws-sdk-dynamodb= { version = "1.49.0", path = "../../../sdk/dynamodb" } aws-sdk-rekognition= { version = "1.48.0", path = "../../../sdk/rekognition" } aws-sdk-s3= { version = "1.54.0", path = "../../../sdk/s3" } diff --git a/examples/cross_service/photo_asset_management/integration/Cargo.toml b/examples/cross_service/photo_asset_management/integration/Cargo.toml index fd95f223b801..6cdd27caa971 100644 --- a/examples/cross_service/photo_asset_management/integration/Cargo.toml +++ b/examples/cross_service/photo_asset_management/integration/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] tracing = "0.1.37" -aws-config= { version = "1.5.6", path = "../../../../sdk/aws-config" } +aws-config= { version = "1.5.7", path = "../../../../sdk/aws-config" } aws-sdk-dynamodb= { version = "1.49.0", path = "../../../../sdk/dynamodb" } aws-sdk-rekognition= { version = "1.48.0", path = "../../../../sdk/rekognition" } diff --git a/examples/cross_service/rest_ses/Cargo.toml b/examples/cross_service/rest_ses/Cargo.toml index c31cec9bbfea..9adfd4d94864 100644 --- a/examples/cross_service/rest_ses/Cargo.toml +++ b/examples/cross_service/rest_ses/Cargo.toml @@ -29,11 +29,11 @@ tracing-actix-web = "0.7.3" tracing-bunyan-formatter = "0.3.4" tracing-log = "0.1.3" xlsxwriter = "0.6.0" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config" } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config" } aws-sdk-cloudwatchlogs= { version = "1.51.0", path = "../../../sdk/cloudwatchlogs" } aws-sdk-rdsdata= { version = "1.45.0", path = "../../../sdk/rdsdata" } aws-sdk-ses= { version = "1.47.0", path = "../../../sdk/ses" } -aws-smithy-types= { version = "1.2.6", path = "../../../sdk/aws-smithy-types" } +aws-smithy-types= { version = "1.2.7", path = "../../../sdk/aws-smithy-types" } aws-smithy-runtime= { version = "1.7.1", path = "../../../sdk/aws-smithy-runtime" } [dependencies.chrono] diff --git a/examples/cross_service/telephone/Cargo.toml b/examples/cross_service/telephone/Cargo.toml index 945899af6a4b..4ee82d770b9f 100644 --- a/examples/cross_service/telephone/Cargo.toml +++ b/examples/cross_service/telephone/Cargo.toml @@ -11,11 +11,11 @@ anyhow = "1" bytes = "1" reqwest = "0.11.4" serde_json = "1.0" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config" } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config" } aws-sdk-polly= { version = "1.47.0", path = "../../../sdk/polly" } aws-sdk-s3= { version = "1.54.0", path = "../../../sdk/s3" } aws-sdk-transcribe= { version = "1.46.0", path = "../../../sdk/transcribe" } -aws-smithy-types= { version = "1.2.6", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] } +aws-smithy-types= { version = "1.2.7", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] } [dependencies.tokio] version = "1.20.1" diff --git a/examples/examples/apigateway/Cargo.toml b/examples/examples/apigateway/Cargo.toml index b05332b6fc63..64368791598b 100644 --- a/examples/examples/apigateway/Cargo.toml +++ b/examples/examples/apigateway/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] thiserror = "1.0" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-apigateway= { version = "1.46.0", path = "../../../sdk/apigateway" } aws-smithy-types-convert= { version = "0.60.8", path = "../../../sdk/aws-smithy-types-convert", features = ["convert-chrono"] } diff --git a/examples/examples/apigatewaymanagement/Cargo.toml b/examples/examples/apigatewaymanagement/Cargo.toml index e154ac6845e2..b3c1b007e889 100644 --- a/examples/examples/apigatewaymanagement/Cargo.toml +++ b/examples/examples/apigatewaymanagement/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] http = "0.2.5" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-apigatewaymanagement= { version = "1.45.0", path = "../../../sdk/apigatewaymanagement" } [dependencies.tokio] diff --git a/examples/examples/applicationautoscaling/Cargo.toml b/examples/examples/applicationautoscaling/Cargo.toml index 99ff15833f4d..f4d90f0e58cb 100644 --- a/examples/examples/applicationautoscaling/Cargo.toml +++ b/examples/examples/applicationautoscaling/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-applicationautoscaling= { version = "1.49.0", path = "../../../sdk/applicationautoscaling" } [dependencies.tokio] diff --git a/examples/examples/aurora/Cargo.toml b/examples/examples/aurora/Cargo.toml index c3f375a3f4a1..43ddf82b37af 100644 --- a/examples/examples/aurora/Cargo.toml +++ b/examples/examples/aurora/Cargo.toml @@ -13,8 +13,8 @@ inquire = "0.6.2" mockall = "0.11.4" secrecy = "0.8.0" tracing = "0.1.37" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } -aws-smithy-types= { version = "1.2.6", path = "../../../sdk/aws-smithy-types" } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-smithy-types= { version = "1.2.7", path = "../../../sdk/aws-smithy-types" } aws-smithy-runtime-api= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime-api" } aws-sdk-rds= { version = "1.59.0", path = "../../../sdk/rds" } diff --git a/examples/examples/auto-scaling/Cargo.toml b/examples/examples/auto-scaling/Cargo.toml index d3f4a746392f..4ebe9028f4fc 100644 --- a/examples/examples/auto-scaling/Cargo.toml +++ b/examples/examples/auto-scaling/Cargo.toml @@ -10,7 +10,7 @@ publish = false anyhow = "1.0.75" tracing = "0.1.37" tokio-stream = "0.1.14" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-autoscaling= { version = "1.48.0", path = "../../../sdk/autoscaling" } aws-sdk-ec2= { version = "1.77.0", path = "../../../sdk/ec2" } aws-types= { version = "1.3.3", path = "../../../sdk/aws-types" } diff --git a/examples/examples/autoscalingplans/Cargo.toml b/examples/examples/autoscalingplans/Cargo.toml index 8127c7d4dfc4..6b1da0af8946 100644 --- a/examples/examples/autoscalingplans/Cargo.toml +++ b/examples/examples/autoscalingplans/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] aws-sdk-autoscalingplans= { version = "1.45.0", path = "../../../sdk/autoscalingplans" } -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-types= { version = "1.3.3", path = "../../../sdk/aws-types" } [dependencies.tokio] diff --git a/examples/examples/batch/Cargo.toml b/examples/examples/batch/Cargo.toml index 436edab4e31b..fe8a9f15c9be 100644 --- a/examples/examples/batch/Cargo.toml +++ b/examples/examples/batch/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-batch= { version = "1.52.0", path = "../../../sdk/batch" } [dependencies.tokio] diff --git a/examples/examples/bedrock-runtime/Cargo.toml b/examples/examples/bedrock-runtime/Cargo.toml index 11cdcbbe607e..32fade7bf136 100644 --- a/examples/examples/bedrock-runtime/Cargo.toml +++ b/examples/examples/bedrock-runtime/Cargo.toml @@ -11,10 +11,10 @@ serde = "1.0.204" serde_json = "1.0.120" tracing = "0.1.40" tracing-subscriber = "0.3.18" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config" } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config" } aws-sdk-bedrockruntime= { version = "1.53.0", path = "../../../sdk/bedrockruntime" } aws-smithy-runtime-api= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime-api" } -aws-smithy-types= { version = "1.2.6", path = "../../../sdk/aws-smithy-types" } +aws-smithy-types= { version = "1.2.7", path = "../../../sdk/aws-smithy-types" } [dependencies.tokio] version = "1.38.1" diff --git a/examples/examples/cloudformation/Cargo.toml b/examples/examples/cloudformation/Cargo.toml index c45bd3cbe338..7b5b21f2570d 100644 --- a/examples/examples/cloudformation/Cargo.toml +++ b/examples/examples/cloudformation/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-cloudformation= { version = "1.50.0", path = "../../../sdk/cloudformation" } [dependencies.tokio] diff --git a/examples/examples/cloudwatch/Cargo.toml b/examples/examples/cloudwatch/Cargo.toml index f18bc6846593..0bd816a353fd 100644 --- a/examples/examples/cloudwatch/Cargo.toml +++ b/examples/examples/cloudwatch/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-cloudwatch= { version = "1.50.0", path = "../../../sdk/cloudwatch" } [dependencies.tokio] diff --git a/examples/examples/cloudwatchlogs/Cargo.toml b/examples/examples/cloudwatchlogs/Cargo.toml index ad156b648914..c7428f630f59 100644 --- a/examples/examples/cloudwatchlogs/Cargo.toml +++ b/examples/examples/cloudwatchlogs/Cargo.toml @@ -11,7 +11,7 @@ chrono = "0.4.32" tracing = "0.1.40" async-recursion = "1.0.5" futures = "0.3.30" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-cloudwatchlogs= { version = "1.51.0", path = "../../../sdk/cloudwatchlogs", features = ["test-util"] } aws-types= { version = "1.3.3", path = "../../../sdk/aws-types" } diff --git a/examples/examples/cognitoidentity/Cargo.toml b/examples/examples/cognitoidentity/Cargo.toml index bea34b33815b..5bfe1d9f38ac 100644 --- a/examples/examples/cognitoidentity/Cargo.toml +++ b/examples/examples/cognitoidentity/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] chrono = "0.4" thiserror = "1.0" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-cognitoidentity= { version = "1.46.0", path = "../../../sdk/cognitoidentity" } aws-smithy-types-convert= { version = "0.60.8", path = "../../../sdk/aws-smithy-types-convert", features = ["convert-chrono"] } diff --git a/examples/examples/cognitoidentityprovider/Cargo.toml b/examples/examples/cognitoidentityprovider/Cargo.toml index 3b65530d0389..01e9920a959f 100644 --- a/examples/examples/cognitoidentityprovider/Cargo.toml +++ b/examples/examples/cognitoidentityprovider/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] thiserror = "1.0" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-cognitoidentityprovider= { version = "1.53.0", path = "../../../sdk/cognitoidentityprovider" } aws-smithy-types-convert= { version = "0.60.8", path = "../../../sdk/aws-smithy-types-convert", features = ["convert-chrono"] } diff --git a/examples/examples/cognitosync/Cargo.toml b/examples/examples/cognitosync/Cargo.toml index 9bfedbdbe13a..4bdb2803a936 100644 --- a/examples/examples/cognitosync/Cargo.toml +++ b/examples/examples/cognitosync/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] thiserror = "1.0" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-cognitosync= { version = "1.45.0", path = "../../../sdk/cognitosync" } aws-smithy-types-convert= { version = "0.60.8", path = "../../../sdk/aws-smithy-types-convert", features = ["convert-chrono"] } diff --git a/examples/examples/concurrency/Cargo.toml b/examples/examples/concurrency/Cargo.toml index 8ef9e16cc9e8..5a5eb5c05aa4 100644 --- a/examples/examples/concurrency/Cargo.toml +++ b/examples/examples/concurrency/Cargo.toml @@ -25,6 +25,6 @@ features = ["env-filter"] [dev-dependencies] fastrand = "1.8.0" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config" } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config" } aws-sdk-s3= { version = "1.54.0", path = "../../../sdk/s3" } aws-sdk-sqs= { version = "1.45.0", path = "../../../sdk/sqs" } diff --git a/examples/examples/config/Cargo.toml b/examples/examples/config/Cargo.toml index 8961eab0230f..b007730fc8c5 100644 --- a/examples/examples/config/Cargo.toml +++ b/examples/examples/config/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-config= { version = "1.47.0", path = "../../../sdk/config" } [dependencies.tokio] diff --git a/examples/examples/custom-root-certificates/Cargo.toml b/examples/examples/custom-root-certificates/Cargo.toml index 0b94d5987d22..d437673aa84e 100644 --- a/examples/examples/custom-root-certificates/Cargo.toml +++ b/examples/examples/custom-root-certificates/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] rustls = "0.21.9" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-s3= { version = "1.54.0", path = "../../../sdk/s3", default-features = false } aws-smithy-runtime= { version = "1.7.1", path = "../../../sdk/aws-smithy-runtime", features = ["tls-rustls"] } diff --git a/examples/examples/dynamodb/Cargo.toml b/examples/examples/dynamodb/Cargo.toml index 0e18880abfd2..255291419542 100644 --- a/examples/examples/dynamodb/Cargo.toml +++ b/examples/examples/dynamodb/Cargo.toml @@ -16,11 +16,11 @@ serde_json = "1" thiserror = "1.0" tokio-stream = "0.1.8" tracing = "0.1" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-http= { version = "0.60.6", path = "../../../sdk/aws-http" } aws-sdk-dynamodb= { version = "1.49.0", path = "../../../sdk/dynamodb" } aws-smithy-runtime= { version = "1.7.1", path = "../../../sdk/aws-smithy-runtime", features = ["test-util"] } -aws-smithy-types= { version = "1.2.6", path = "../../../sdk/aws-smithy-types" } +aws-smithy-types= { version = "1.2.7", path = "../../../sdk/aws-smithy-types" } [dependencies.clap] version = "~4.4" diff --git a/examples/examples/ebs/Cargo.toml b/examples/examples/ebs/Cargo.toml index a64def43cbe4..1dba90bad5df 100644 --- a/examples/examples/ebs/Cargo.toml +++ b/examples/examples/ebs/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] base64 = "0.13.0" sha2 = "0.9.5" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-ebs= { version = "1.45.0", path = "../../../sdk/ebs" } aws-sdk-ec2= { version = "1.77.0", path = "../../../sdk/ec2" } diff --git a/examples/examples/ec2/Cargo.toml b/examples/examples/ec2/Cargo.toml index 1f36edbe72d0..d0d800d5461a 100644 --- a/examples/examples/ec2/Cargo.toml +++ b/examples/examples/ec2/Cargo.toml @@ -14,7 +14,7 @@ reqwest = "0.12.5" aws-smithy-runtime-api= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime-api" } aws-sdk-ssm= { version = "1.50.0", path = "../../../sdk/ssm" } aws-smithy-async= { version = "1.2.1", path = "../../../sdk/aws-smithy-async" } -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-ec2= { version = "1.77.0", path = "../../../sdk/ec2" } aws-types= { version = "1.3.3", path = "../../../sdk/aws-types" } diff --git a/examples/examples/ecr/Cargo.toml b/examples/examples/ecr/Cargo.toml index 7426ef312e75..1173f1883b8e 100644 --- a/examples/examples/ecr/Cargo.toml +++ b/examples/examples/ecr/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-ecr= { version = "1.48.0", path = "../../../sdk/ecr" } aws-types= { version = "1.3.3", path = "../../../sdk/aws-types" } diff --git a/examples/examples/ecs/Cargo.toml b/examples/examples/ecs/Cargo.toml index 4b19486ef9f0..330d09d3ff39 100644 --- a/examples/examples/ecs/Cargo.toml +++ b/examples/examples/ecs/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-ecs= { version = "1.47.0", path = "../../../sdk/ecs" } [dependencies.tokio] diff --git a/examples/examples/eks/Cargo.toml b/examples/examples/eks/Cargo.toml index 0bf300dc6dbd..ca5dc97db4cd 100644 --- a/examples/examples/eks/Cargo.toml +++ b/examples/examples/eks/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-eks= { version = "1.52.0", path = "../../../sdk/eks" } aws-types= { version = "1.3.3", path = "../../../sdk/aws-types" } diff --git a/examples/examples/firehose/Cargo.toml b/examples/examples/firehose/Cargo.toml index 64027b182a43..4cba209d1ed6 100644 --- a/examples/examples/firehose/Cargo.toml +++ b/examples/examples/firehose/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-firehose= { version = "1.50.0", path = "../../../sdk/firehose" } [dependencies.tokio] diff --git a/examples/examples/globalaccelerator/Cargo.toml b/examples/examples/globalaccelerator/Cargo.toml index 57274ee7a652..5a3a5887de01 100644 --- a/examples/examples/globalaccelerator/Cargo.toml +++ b/examples/examples/globalaccelerator/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] tokio-stream = "0.1.8" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-globalaccelerator= { version = "1.47.0", path = "../../../sdk/globalaccelerator" } [dependencies.tokio] diff --git a/examples/examples/glue/Cargo.toml b/examples/examples/glue/Cargo.toml index cdd2f327bb35..ee3bd5b29882 100644 --- a/examples/examples/glue/Cargo.toml +++ b/examples/examples/glue/Cargo.toml @@ -18,11 +18,11 @@ thiserror = "1.0.37" secrecy = "0.8.0" futures = "0.3.25" tracing-bunyan-formatter = "0.3.4" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-glue= { version = "1.65.0", path = "../../../sdk/glue" } aws-sdk-s3= { version = "1.54.0", path = "../../../sdk/s3" } aws-http= { version = "0.60.6", path = "../../../sdk/aws-http" } -aws-smithy-types= { version = "1.2.6", path = "../../../sdk/aws-smithy-types" } +aws-smithy-types= { version = "1.2.7", path = "../../../sdk/aws-smithy-types" } aws-types= { version = "1.3.3", path = "../../../sdk/aws-types" } [dependencies.tokio] diff --git a/examples/examples/greengrassv2/Cargo.toml b/examples/examples/greengrassv2/Cargo.toml index ba42d02b5fde..86af0c0027ed 100644 --- a/examples/examples/greengrassv2/Cargo.toml +++ b/examples/examples/greengrassv2/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-greengrassv2= { version = "1.46.0", path = "../../../sdk/greengrassv2" } aws-types= { version = "1.3.3", path = "../../../sdk/aws-types" } diff --git a/examples/examples/iam/Cargo.toml b/examples/examples/iam/Cargo.toml index c361c4448e2e..b877e35d9014 100644 --- a/examples/examples/iam/Cargo.toml +++ b/examples/examples/iam/Cargo.toml @@ -21,7 +21,7 @@ http = "0.2.8" futures = "0.3.28" async_once = "0.2.6" lazy_static = "1.4.0" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-credential-types= { version = "1.2.1", path = "../../../sdk/aws-credential-types", features = ["hardcoded-credentials"] } aws-sdk-iam= { version = "1.47.0", path = "../../../sdk/iam" } aws-sdk-s3= { version = "1.54.0", path = "../../../sdk/s3" } diff --git a/examples/examples/iot/Cargo.toml b/examples/examples/iot/Cargo.toml index 25fbaa80a25d..4747b21ab14b 100644 --- a/examples/examples/iot/Cargo.toml +++ b/examples/examples/iot/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-iot= { version = "1.50.0", path = "../../../sdk/iot" } aws-types= { version = "1.3.3", path = "../../../sdk/aws-types" } diff --git a/examples/examples/kinesis/Cargo.toml b/examples/examples/kinesis/Cargo.toml index 1992188ce4ee..4e128cc40bae 100644 --- a/examples/examples/kinesis/Cargo.toml +++ b/examples/examples/kinesis/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-kinesis= { version = "1.47.0", path = "../../../sdk/kinesis" } [dependencies.tokio] diff --git a/examples/examples/kms/Cargo.toml b/examples/examples/kms/Cargo.toml index 8d99ff3890fb..c77d93e9418a 100644 --- a/examples/examples/kms/Cargo.toml +++ b/examples/examples/kms/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] base64 = "0.13.0" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-kms= { version = "1.46.0", path = "../../../sdk/kms" } [dependencies.tokio] diff --git a/examples/examples/lambda/Cargo.toml b/examples/examples/lambda/Cargo.toml index d4bd278c4982..efe91f21efa2 100644 --- a/examples/examples/lambda/Cargo.toml +++ b/examples/examples/lambda/Cargo.toml @@ -11,12 +11,12 @@ serde_json = "1.0.94" anyhow = "1.0.71" lambda_runtime = "0.8.0" serde = "1.0.164" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-ec2= { version = "1.77.0", path = "../../../sdk/ec2" } aws-sdk-iam= { version = "1.47.0", path = "../../../sdk/iam" } aws-sdk-lambda= { version = "1.50.0", path = "../../../sdk/lambda" } aws-sdk-s3= { version = "1.54.0", path = "../../../sdk/s3" } -aws-smithy-types= { version = "1.2.6", path = "../../../sdk/aws-smithy-types" } +aws-smithy-types= { version = "1.2.7", path = "../../../sdk/aws-smithy-types" } aws-types= { version = "1.3.3", path = "../../../sdk/aws-types" } [dependencies.clap] diff --git a/examples/examples/localstack/Cargo.toml b/examples/examples/localstack/Cargo.toml index 027d69f0eb17..aa654bb3bb66 100644 --- a/examples/examples/localstack/Cargo.toml +++ b/examples/examples/localstack/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-s3= { version = "1.54.0", path = "../../../sdk/s3" } [dependencies.tokio] diff --git a/examples/examples/logging/logger/Cargo.toml b/examples/examples/logging/logger/Cargo.toml index 668ddc783bda..86fb792a07ae 100644 --- a/examples/examples/logging/logger/Cargo.toml +++ b/examples/examples/logging/logger/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] env_logger = "0.9.0" -aws-config= { version = "1.5.6", path = "../../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-dynamodb= { version = "1.49.0", path = "../../../../sdk/dynamodb" } [dependencies.clap] diff --git a/examples/examples/logging/tracing/Cargo.toml b/examples/examples/logging/tracing/Cargo.toml index 9ff600364089..63ad0a94c639 100644 --- a/examples/examples/logging/tracing/Cargo.toml +++ b/examples/examples/logging/tracing/Cargo.toml @@ -7,7 +7,7 @@ version = "0.1.0" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-dynamodb= { version = "1.49.0", path = "../../../../sdk/dynamodb" } [dependencies.clap] diff --git a/examples/examples/medialive/Cargo.toml b/examples/examples/medialive/Cargo.toml index bb3e3d9ba34c..fdbe0cecf30b 100644 --- a/examples/examples/medialive/Cargo.toml +++ b/examples/examples/medialive/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-medialive= { version = "1.56.0", path = "../../../sdk/medialive" } [dependencies.tokio] diff --git a/examples/examples/mediapackage/Cargo.toml b/examples/examples/mediapackage/Cargo.toml index 9f7a62fbdb7d..56a9e594678c 100644 --- a/examples/examples/mediapackage/Cargo.toml +++ b/examples/examples/mediapackage/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-mediapackage= { version = "1.45.0", path = "../../../sdk/mediapackage" } [dependencies.tokio] diff --git a/examples/examples/polly/Cargo.toml b/examples/examples/polly/Cargo.toml index 90a2f07b350c..b8959e975a49 100644 --- a/examples/examples/polly/Cargo.toml +++ b/examples/examples/polly/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] bytes = "1" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-polly= { version = "1.47.0", path = "../../../sdk/polly" } [dependencies.tokio] diff --git a/examples/examples/qldb/Cargo.toml b/examples/examples/qldb/Cargo.toml index 54feb8875c23..4e86620d31f4 100644 --- a/examples/examples/qldb/Cargo.toml +++ b/examples/examples/qldb/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-qldb= { version = "1.45.0", path = "../../../sdk/qldb" } aws-sdk-qldbsession= { version = "1.45.0", path = "../../../sdk/qldbsession" } diff --git a/examples/examples/rds/Cargo.toml b/examples/examples/rds/Cargo.toml index de663fb6dbd8..bdd4f33b6251 100644 --- a/examples/examples/rds/Cargo.toml +++ b/examples/examples/rds/Cargo.toml @@ -14,7 +14,7 @@ inquire = "0.6.2" mockall = "0.11.4" secrecy = "0.8.0" tracing = "0.1.37" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-smithy-runtime-api= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime-api" } aws-sdk-rds= { version = "1.59.0", path = "../../../sdk/rds" } diff --git a/examples/examples/rdsdata/Cargo.toml b/examples/examples/rdsdata/Cargo.toml index 3f8dfd5ea884..954ac1609fcb 100644 --- a/examples/examples/rdsdata/Cargo.toml +++ b/examples/examples/rdsdata/Cargo.toml @@ -7,7 +7,7 @@ version = "0.1.0" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-rdsdata= { version = "1.45.0", path = "../../../sdk/rdsdata" } [dependencies.tokio] diff --git a/examples/examples/route53/Cargo.toml b/examples/examples/route53/Cargo.toml index 5f50a95f6f8b..5e07aee6afb0 100644 --- a/examples/examples/route53/Cargo.toml +++ b/examples/examples/route53/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-route53= { version = "1.48.0", path = "../../../sdk/route53" } [dependencies.tokio] diff --git a/examples/examples/s3/Cargo.toml b/examples/examples/s3/Cargo.toml index 42541eb0d45b..dfd86f94f789 100644 --- a/examples/examples/s3/Cargo.toml +++ b/examples/examples/s3/Cargo.toml @@ -23,11 +23,11 @@ tokio-stream = "0.1.8" tracing = "0.1.37" serde_json = "1" chrono = "0.4.38" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-s3= { version = "1.54.0", path = "../../../sdk/s3", features = ["rt-tokio"] } aws-smithy-runtime= { version = "1.7.1", path = "../../../sdk/aws-smithy-runtime" } aws-smithy-runtime-api= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime-api", features = ["client"] } -aws-smithy-types= { version = "1.2.6", path = "../../../sdk/aws-smithy-types", features = ["http-body-0-4-x"] } +aws-smithy-types= { version = "1.2.7", path = "../../../sdk/aws-smithy-types", features = ["http-body-0-4-x"] } [dependencies.sdk-examples-test-utils] path = "../../test-utils" diff --git a/examples/examples/sagemaker/Cargo.toml b/examples/examples/sagemaker/Cargo.toml index c05f7aae4728..3675f4de84cb 100644 --- a/examples/examples/sagemaker/Cargo.toml +++ b/examples/examples/sagemaker/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] thiserror = "1.0" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-sagemaker= { version = "1.79.0", path = "../../../sdk/sagemaker" } aws-smithy-types-convert= { version = "0.60.8", path = "../../../sdk/aws-smithy-types-convert", features = ["convert-chrono"] } diff --git a/examples/examples/sdk-config/Cargo.toml b/examples/examples/sdk-config/Cargo.toml index f0120f893995..8efbfab99581 100644 --- a/examples/examples/sdk-config/Cargo.toml +++ b/examples/examples/sdk-config/Cargo.toml @@ -10,7 +10,7 @@ publish = false lazy_static = "1.4.0" async_once = "0.2.6" tracing = "0.1.37" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-credential-types= { version = "1.2.1", path = "../../../sdk/aws-credential-types" } aws-sdk-s3= { version = "1.54.0", path = "../../../sdk/s3" } diff --git a/examples/examples/secretsmanager/Cargo.toml b/examples/examples/secretsmanager/Cargo.toml index bd34d4b24597..6af133318f7f 100644 --- a/examples/examples/secretsmanager/Cargo.toml +++ b/examples/examples/secretsmanager/Cargo.toml @@ -8,7 +8,7 @@ description = "Example usage of the SecretManager service" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-secretsmanager= { version = "1.49.0", path = "../../../sdk/secretsmanager" } [dependencies.tokio] diff --git a/examples/examples/sending-presigned-requests/Cargo.toml b/examples/examples/sending-presigned-requests/Cargo.toml index 579db80f135c..deb754b34135 100644 --- a/examples/examples/sending-presigned-requests/Cargo.toml +++ b/examples/examples/sending-presigned-requests/Cargo.toml @@ -11,7 +11,7 @@ http = "0.2.6" hyper = "0.14" reqwest = "0.11" hyper-tls = "0.5.0" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-s3= { version = "1.54.0", path = "../../../sdk/s3" } [dependencies.clap] diff --git a/examples/examples/ses/Cargo.toml b/examples/examples/ses/Cargo.toml index ea0e0a4b0ca6..81144db9e5fa 100644 --- a/examples/examples/ses/Cargo.toml +++ b/examples/examples/ses/Cargo.toml @@ -13,7 +13,7 @@ tmpfile = "0.0.2" 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.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-sesv2= { version = "1.49.0", path = "../../../sdk/sesv2", features = ["test-util"] } [dependencies.tokio] diff --git a/examples/examples/sitewise/Cargo.toml b/examples/examples/sitewise/Cargo.toml index c760e7e574bb..267285ed80d6 100644 --- a/examples/examples/sitewise/Cargo.toml +++ b/examples/examples/sitewise/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] thiserror = "1.0" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-iotsitewise= { version = "1.47.0", path = "../../../sdk/iotsitewise" } aws-smithy-types-convert= { version = "0.60.8", path = "../../../sdk/aws-smithy-types-convert", features = ["convert-chrono"] } diff --git a/examples/examples/snowball/Cargo.toml b/examples/examples/snowball/Cargo.toml index 13444fa3efbe..65faba512362 100644 --- a/examples/examples/snowball/Cargo.toml +++ b/examples/examples/snowball/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-snowball= { version = "1.45.0", path = "../../../sdk/snowball" } [dependencies.tokio] diff --git a/examples/examples/sns/Cargo.toml b/examples/examples/sns/Cargo.toml index d20535794060..c4d3950cbbda 100644 --- a/examples/examples/sns/Cargo.toml +++ b/examples/examples/sns/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-sns= { version = "1.46.0", path = "../../../sdk/sns" } [dependencies.tokio] diff --git a/examples/examples/sqs/Cargo.toml b/examples/examples/sqs/Cargo.toml index 25a21a911a38..aa08f2b2e9ee 100644 --- a/examples/examples/sqs/Cargo.toml +++ b/examples/examples/sqs/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-sqs= { version = "1.45.0", path = "../../../sdk/sqs" } [dependencies.tokio] diff --git a/examples/examples/ssm/Cargo.toml b/examples/examples/ssm/Cargo.toml index a690e436254c..23767bed0369 100644 --- a/examples/examples/ssm/Cargo.toml +++ b/examples/examples/ssm/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-ssm= { version = "1.50.0", path = "../../../sdk/ssm" } [dependencies.tokio] diff --git a/examples/examples/stepfunction/Cargo.toml b/examples/examples/stepfunction/Cargo.toml index df96ca20d61d..20d3c9ed5436 100644 --- a/examples/examples/stepfunction/Cargo.toml +++ b/examples/examples/stepfunction/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-sfn= { version = "1.48.0", path = "../../../sdk/sfn" } [dependencies.tokio] diff --git a/examples/examples/sts/Cargo.toml b/examples/examples/sts/Cargo.toml index b88150f7d878..20380362cdf5 100644 --- a/examples/examples/sts/Cargo.toml +++ b/examples/examples/sts/Cargo.toml @@ -7,9 +7,9 @@ edition = "2021" publish = false [dependencies] -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-sts= { version = "1.45.0", path = "../../../sdk/sts" } -aws-smithy-types= { version = "1.2.6", path = "../../../sdk/aws-smithy-types" } +aws-smithy-types= { version = "1.2.7", path = "../../../sdk/aws-smithy-types" } aws-types= { version = "1.3.3", path = "../../../sdk/aws-types" } [dependencies.clap] diff --git a/examples/examples/testing/Cargo.toml b/examples/examples/testing/Cargo.toml index 44e1d7a1ac2a..44337af31b63 100644 --- a/examples/examples/testing/Cargo.toml +++ b/examples/examples/testing/Cargo.toml @@ -15,10 +15,10 @@ async-trait = "0.1.51" http = "0.2.9" mockall = "0.11.4" serde_json = "1" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-credential-types= { version = "1.2.1", path = "../../../sdk/aws-credential-types", features = ["hardcoded-credentials"] } aws-sdk-s3= { version = "1.54.0", path = "../../../sdk/s3" } -aws-smithy-types= { version = "1.2.6", path = "../../../sdk/aws-smithy-types" } +aws-smithy-types= { version = "1.2.7", path = "../../../sdk/aws-smithy-types" } aws-smithy-runtime= { version = "1.7.1", path = "../../../sdk/aws-smithy-runtime", features = ["test-util"] } aws-smithy-runtime-api= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime-api", features = ["test-util"] } aws-types= { version = "1.3.3", path = "../../../sdk/aws-types" } diff --git a/examples/examples/textract/Cargo.toml b/examples/examples/textract/Cargo.toml index 7c9864d89965..f2036c6f83af 100644 --- a/examples/examples/textract/Cargo.toml +++ b/examples/examples/textract/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] thiserror = "1.0.49" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-textract= { version = "1.45.0", path = "../../../sdk/textract" } aws-types= { version = "1.3.3", path = "../../../sdk/aws-types" } diff --git a/examples/examples/tls/Cargo.toml b/examples/examples/tls/Cargo.toml index 4e0601b58b1f..441f70135a94 100644 --- a/examples/examples/tls/Cargo.toml +++ b/examples/examples/tls/Cargo.toml @@ -16,7 +16,7 @@ path = "src/lib.rs" [dependencies] webpki-roots = "0.22.4" rustls = "0.20.6" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-smithy-runtime= { version = "1.7.1", path = "../../../sdk/aws-smithy-runtime" } aws-sdk-kms= { version = "1.46.0", path = "../../../sdk/kms", default-features = false } diff --git a/examples/examples/transcribestreaming/Cargo.toml b/examples/examples/transcribestreaming/Cargo.toml index 803a8cfb9ea2..92c14cdc4a93 100644 --- a/examples/examples/transcribestreaming/Cargo.toml +++ b/examples/examples/transcribestreaming/Cargo.toml @@ -10,7 +10,7 @@ publish = false async-stream = "0.3" bytes = "1" hound = "3.4" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] } aws-sdk-transcribestreaming= { version = "1.45.0", path = "../../../sdk/transcribestreaming" } [dependencies.clap] diff --git a/examples/lambda/calculator/Cargo.toml b/examples/lambda/calculator/Cargo.toml index b3e0d85a0359..ccfec250ed90 100644 --- a/examples/lambda/calculator/Cargo.toml +++ b/examples/lambda/calculator/Cargo.toml @@ -13,7 +13,7 @@ tracing = "0.1.37" serde_json = "1.0.94" anyhow = "1.0.71" serde = "1.0.164" -aws-config= { version = "1.5.6", path = "../../../sdk/aws-config" } +aws-config= { version = "1.5.7", path = "../../../sdk/aws-config" } aws-sdk-ec2= { version = "1.77.0", path = "../../../sdk/ec2" } aws-sdk-lambda= { version = "1.50.0", path = "../../../sdk/lambda" } aws-sdk-s3= { version = "1.54.0", path = "../../../sdk/s3" } diff --git a/examples/test-utils/Cargo.toml b/examples/test-utils/Cargo.toml index 4179c777efc2..3b67b0b39254 100644 --- a/examples/test-utils/Cargo.toml +++ b/examples/test-utils/Cargo.toml @@ -11,8 +11,8 @@ publish = false [dependencies] http = "0.2" tokio = "1.33.0" -aws-config= { version = "1.5.6", path = "../../sdk/aws-config" } -aws-smithy-types= { version = "1.2.6", path = "../../sdk/aws-smithy-types" } +aws-config= { version = "1.5.7", path = "../../sdk/aws-config" } +aws-smithy-types= { version = "1.2.7", path = "../../sdk/aws-smithy-types" } aws-smithy-runtime= { version = "1.7.1", path = "../../sdk/aws-smithy-runtime", features = ["test-util"] } aws-types= { version = "1.3.3", path = "../../sdk/aws-types" } diff --git a/examples/webassembly/Cargo.toml b/examples/webassembly/Cargo.toml index e71f2d9ceb13..22951ab63132 100644 --- a/examples/webassembly/Cargo.toml +++ b/examples/webassembly/Cargo.toml @@ -22,12 +22,12 @@ wasm-bindgen-futures = "0.4.33" wasm-timer = "0.2.5" tracing-wasm = "0.2.1" tracing = "0.1.37" -aws-config= { version = "1.5.6", path = "../../sdk/aws-config", default-features = false } +aws-config= { version = "1.5.7", path = "../../sdk/aws-config", default-features = false } aws-credential-types= { version = "1.2.1", path = "../../sdk/aws-credential-types", features = ["hardcoded-credentials"] } aws-sdk-lambda= { version = "1.50.0", path = "../../sdk/lambda", default-features = false } 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-smithy-types= { version = "1.2.6", path = "../../sdk/aws-smithy-types" } +aws-smithy-types= { version = "1.2.7", path = "../../sdk/aws-smithy-types" } [dependencies.serde] version = "1.0.152" diff --git a/sdk/accessanalyzer/Cargo.toml b/sdk/accessanalyzer/Cargo.toml index 41205ed75cba..129bb8c0a6ce 100644 --- a/sdk/accessanalyzer/Cargo.toml +++ b/sdk/accessanalyzer/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/account/Cargo.toml b/sdk/account/Cargo.toml index 39ba3f7f4ffa..c3387bc16575 100644 --- a/sdk/account/Cargo.toml +++ b/sdk/account/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/acm/Cargo.toml b/sdk/acm/Cargo.toml index eee267db5eb3..4e4ce50277cf 100644 --- a/sdk/acm/Cargo.toml +++ b/sdk/acm/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/acmpca/Cargo.toml b/sdk/acmpca/Cargo.toml index 989bc5c23568..51adaac1d4f5 100644 --- a/sdk/acmpca/Cargo.toml +++ b/sdk/acmpca/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/amp/Cargo.toml b/sdk/amp/Cargo.toml index f4cef7149600..e5afd09abb42 100644 --- a/sdk/amp/Cargo.toml +++ b/sdk/amp/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/amplify/Cargo.toml b/sdk/amplify/Cargo.toml index 004925625e49..bfa6939baf5d 100644 --- a/sdk/amplify/Cargo.toml +++ b/sdk/amplify/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/amplifybackend/Cargo.toml b/sdk/amplifybackend/Cargo.toml index 28562a9105e9..2a18bbe98cb5 100644 --- a/sdk/amplifybackend/Cargo.toml +++ b/sdk/amplifybackend/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/amplifyuibuilder/Cargo.toml b/sdk/amplifyuibuilder/Cargo.toml index 1513e934ab53..fc5de7e537af 100644 --- a/sdk/amplifyuibuilder/Cargo.toml +++ b/sdk/amplifyuibuilder/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/apigateway/Cargo.toml b/sdk/apigateway/Cargo.toml index c6e4629450f0..e5f116a97a24 100644 --- a/sdk/apigateway/Cargo.toml +++ b/sdk/apigateway/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/apigatewaymanagement/Cargo.toml b/sdk/apigatewaymanagement/Cargo.toml index 3ffd857d4be3..82b9cbd50fb5 100644 --- a/sdk/apigatewaymanagement/Cargo.toml +++ b/sdk/apigatewaymanagement/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/apigatewayv2/Cargo.toml b/sdk/apigatewayv2/Cargo.toml index d7ce948248a8..eae65ab38689 100644 --- a/sdk/apigatewayv2/Cargo.toml +++ b/sdk/apigatewayv2/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/appconfig/Cargo.toml b/sdk/appconfig/Cargo.toml index 2b4bd8e78230..0e79f1b13e3f 100644 --- a/sdk/appconfig/Cargo.toml +++ b/sdk/appconfig/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/appconfigdata/Cargo.toml b/sdk/appconfigdata/Cargo.toml index cf1ad32c8783..f46aceda488b 100644 --- a/sdk/appconfigdata/Cargo.toml +++ b/sdk/appconfigdata/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/appfabric/Cargo.toml b/sdk/appfabric/Cargo.toml index c69df26ef3e0..3b60d4c0b005 100644 --- a/sdk/appfabric/Cargo.toml +++ b/sdk/appfabric/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/appflow/Cargo.toml b/sdk/appflow/Cargo.toml index 9f07b63fca9e..4f402bac677c 100644 --- a/sdk/appflow/Cargo.toml +++ b/sdk/appflow/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/appintegrations/Cargo.toml b/sdk/appintegrations/Cargo.toml index 435daf883bc7..220a81c1d9ba 100644 --- a/sdk/appintegrations/Cargo.toml +++ b/sdk/appintegrations/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/applicationautoscaling/Cargo.toml b/sdk/applicationautoscaling/Cargo.toml index 6dcd61cd5d1f..655cde24758f 100644 --- a/sdk/applicationautoscaling/Cargo.toml +++ b/sdk/applicationautoscaling/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/applicationcostprofiler/Cargo.toml b/sdk/applicationcostprofiler/Cargo.toml index 78f75ebba8ab..d1485441f663 100644 --- a/sdk/applicationcostprofiler/Cargo.toml +++ b/sdk/applicationcostprofiler/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/applicationdiscovery/Cargo.toml b/sdk/applicationdiscovery/Cargo.toml index a6d6dc199fb6..2ce4d422c00f 100644 --- a/sdk/applicationdiscovery/Cargo.toml +++ b/sdk/applicationdiscovery/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/applicationinsights/Cargo.toml b/sdk/applicationinsights/Cargo.toml index ec173e5dcd81..69f388a91862 100644 --- a/sdk/applicationinsights/Cargo.toml +++ b/sdk/applicationinsights/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/applicationsignals/Cargo.toml b/sdk/applicationsignals/Cargo.toml index f46fb9ac4823..d9edb52aa381 100644 --- a/sdk/applicationsignals/Cargo.toml +++ b/sdk/applicationsignals/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/appmesh/Cargo.toml b/sdk/appmesh/Cargo.toml index d76efc2422d5..387123307b4f 100644 --- a/sdk/appmesh/Cargo.toml +++ b/sdk/appmesh/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/apprunner/Cargo.toml b/sdk/apprunner/Cargo.toml index 24b44e9b3230..60a6555e380d 100644 --- a/sdk/apprunner/Cargo.toml +++ b/sdk/apprunner/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/appstream/Cargo.toml b/sdk/appstream/Cargo.toml index 34e6db4421d5..329eed4882a2 100644 --- a/sdk/appstream/Cargo.toml +++ b/sdk/appstream/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/appsync/Cargo.toml b/sdk/appsync/Cargo.toml index c73835865e95..cd9415d93cb0 100644 --- a/sdk/appsync/Cargo.toml +++ b/sdk/appsync/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/apptest/Cargo.toml b/sdk/apptest/Cargo.toml index d938860089d5..40a9c7bf4b5d 100644 --- a/sdk/apptest/Cargo.toml +++ b/sdk/apptest/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/arczonalshift/Cargo.toml b/sdk/arczonalshift/Cargo.toml index 7ab9bdc2222d..b056c4a2a186 100644 --- a/sdk/arczonalshift/Cargo.toml +++ b/sdk/arczonalshift/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/artifact/Cargo.toml b/sdk/artifact/Cargo.toml index 26c74bed8bbd..9fac4c3e18f6 100644 --- a/sdk/artifact/Cargo.toml +++ b/sdk/artifact/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/athena/Cargo.toml b/sdk/athena/Cargo.toml index 0fe1285eaefc..804e789ebf29 100644 --- a/sdk/athena/Cargo.toml +++ b/sdk/athena/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/auditmanager/Cargo.toml b/sdk/auditmanager/Cargo.toml index f473b651e742..b5efe1ad82f5 100644 --- a/sdk/auditmanager/Cargo.toml +++ b/sdk/auditmanager/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/autoscaling/Cargo.toml b/sdk/autoscaling/Cargo.toml index 72c2160db30b..4d2ca87df945 100644 --- a/sdk/autoscaling/Cargo.toml +++ b/sdk/autoscaling/Cargo.toml @@ -50,7 +50,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-xml] path = "../aws-smithy-xml" @@ -73,7 +73,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/autoscalingplans/Cargo.toml b/sdk/autoscalingplans/Cargo.toml index 67a78e67f359..7eabb5fa952e 100644 --- a/sdk/autoscalingplans/Cargo.toml +++ b/sdk/autoscalingplans/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/aws-config/Cargo.toml b/sdk/aws-config/Cargo.toml index f08192167274..e1568856ee4f 100644 --- a/sdk/aws-config/Cargo.toml +++ b/sdk/aws-config/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-config" -version = "1.5.6" +version = "1.5.7" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK config and credential provider implementations." edition = "2021" @@ -71,7 +71,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" diff --git a/sdk/aws-config/fuzz/Cargo.toml b/sdk/aws-config/fuzz/Cargo.toml index a5f6cc000fc7..1666683cf4b3 100644 --- a/sdk/aws-config/fuzz/Cargo.toml +++ b/sdk/aws-config/fuzz/Cargo.toml @@ -20,7 +20,7 @@ libfuzzer-sys = "0.4" [dependencies.aws-config] path = ".." -version = "1.5.6" +version = "1.5.7" [dependencies.aws-types] path = "../../../sdk/build/aws-sdk/sdk/aws-types" diff --git a/sdk/aws-credential-types/Cargo.toml b/sdk/aws-credential-types/Cargo.toml index e92dde9a202b..b759cf8db8ec 100644 --- a/sdk/aws-credential-types/Cargo.toml +++ b/sdk/aws-credential-types/Cargo.toml @@ -29,7 +29,7 @@ version = "1.2.1" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-runtime-api] path = "../aws-smithy-runtime-api" diff --git a/sdk/aws-runtime/Cargo.toml b/sdk/aws-runtime/Cargo.toml index fc20aa30a4f1..afed34f80652 100644 --- a/sdk/aws-runtime/Cargo.toml +++ b/sdk/aws-runtime/Cargo.toml @@ -65,7 +65,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -126,7 +126,7 @@ version = "1.7.2" [dev-dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["test-util"] -version = "1.2.6" +version = "1.2.7" [dev-dependencies.futures-util] version = "0.3.29" diff --git a/sdk/aws-sigv4/Cargo.toml b/sdk/aws-sigv4/Cargo.toml index 937e06cfe16a..e951cd5b6378 100644 --- a/sdk/aws-sigv4/Cargo.toml +++ b/sdk/aws-sigv4/Cargo.toml @@ -63,7 +63,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.form_urlencoded] version = "1.0" diff --git a/sdk/aws-smithy-cbor/Cargo.toml b/sdk/aws-smithy-cbor/Cargo.toml index c02d1012c1fe..74dff862d48a 100644 --- a/sdk/aws-smithy-cbor/Cargo.toml +++ b/sdk/aws-smithy-cbor/Cargo.toml @@ -26,7 +26,7 @@ features = ["alloc", "half"] [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dev-dependencies] criterion = "0.5.1" diff --git a/sdk/aws-smithy-checksums/Cargo.toml b/sdk/aws-smithy-checksums/Cargo.toml index 2400528a88ae..79a08ef73b01 100644 --- a/sdk/aws-smithy-checksums/Cargo.toml +++ b/sdk/aws-smithy-checksums/Cargo.toml @@ -32,7 +32,7 @@ version = "0.60.11" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dev-dependencies] bytes-utils = "0.1.2" diff --git a/sdk/aws-smithy-compression/Cargo.toml b/sdk/aws-smithy-compression/Cargo.toml index 56bbec22ba96..ad53aebc18d2 100644 --- a/sdk/aws-smithy-compression/Cargo.toml +++ b/sdk/aws-smithy-compression/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-smithy-compression" -version = "0.0.1" +version = "0.0.2" authors = ["AWS Rust SDK Team ", "Zelda Hessler "] description = "Request compression for smithy clients." edition = "2021" @@ -20,12 +20,13 @@ http-body-1-x = ["dep:http-body-1-0", "dep:http-1-0", "dep:http-body-util", "aws [dependencies] bytes = "1.4.0" flate2 = "1.0.30" +futures-util = "0.3" pin-project-lite = "0.2.14" tracing = "0.1.40" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-runtime-api] path = "../aws-smithy-runtime-api" diff --git a/sdk/aws-smithy-compression/src/body.rs b/sdk/aws-smithy-compression/src/body.rs index a91b3f76ed0d..59a547723e95 100644 --- a/sdk/aws-smithy-compression/src/body.rs +++ b/sdk/aws-smithy-compression/src/body.rs @@ -21,6 +21,7 @@ pub mod compress { #[pin] body: InnerBody, compress_request: CompressionImpl, + is_end_stream: bool, } } @@ -30,6 +31,7 @@ pub mod compress { Self { body, compress_request, + is_end_stream: false, } } } @@ -39,6 +41,7 @@ pub mod compress { pub mod http_body_0_4_x { use super::CompressedBody; use crate::http::http_body_0_4_x::CompressRequest; + use aws_smithy_runtime_api::box_error::BoxError; use aws_smithy_types::body::SdkBody; use http_0_2::HeaderMap; use http_body_0_4::{Body, SizeHint}; @@ -60,7 +63,10 @@ pub mod compress { this.compress_request.compress_bytes(&data[..], &mut out)?; Poll::Ready(Some(Ok(out.into()))) } - Poll::Ready(None) => Poll::Ready(None), + Poll::Ready(None) => { + *this.is_end_stream = true; + Poll::Ready(None) + } Poll::Pending => Poll::Pending, } } @@ -74,11 +80,28 @@ pub mod compress { } fn is_end_stream(&self) -> bool { - self.body.is_end_stream() + self.is_end_stream } fn size_hint(&self) -> SizeHint { - self.body.size_hint() + // We can't return a hint because we don't know exactly how + // compression will affect the content length + SizeHint::default() + } + } + + impl CompressedBody> { + /// Consumes this `CompressedBody` and returns an [`SdkBody`] containing the compressed data. + /// + /// This *requires* that the inner `SdkBody` is in-memory (i.e. not streaming). Otherwise, an error is returned. + /// If compression fails, an error is returned. + pub fn into_compressed_sdk_body(mut self) -> Result { + let mut compressed_body = Vec::new(); + let bytes = self.body.bytes().ok_or_else(|| "`into_compressed_sdk_body` requires that the inner body is 'in-memory', but it was streaming".to_string())?; + + self.compress_request + .compress_bytes(bytes, &mut compressed_body)?; + Ok(SdkBody::from(compressed_body)) } } } @@ -86,7 +109,7 @@ pub mod compress { /// Support for the `http-body-1-0` and `http-1-0` crates. #[cfg(feature = "http-body-1-x")] pub mod http_body_1_x { - use super::CompressedBody; + use crate::body::compress::CompressedBody; use crate::http::http_body_1_x::CompressRequest; use aws_smithy_types::body::SdkBody; use http_body_1_0::{Body, Frame, SizeHint}; @@ -116,16 +139,22 @@ pub mod compress { unreachable!("Frame is either data or trailers") } } + None => { + *this.is_end_stream = true; + None + } other => other, }) } fn is_end_stream(&self) -> bool { - self.body.is_end_stream() + self.is_end_stream } fn size_hint(&self) -> SizeHint { - self.body.size_hint() + // We can't return a hint because we don't know exactly how + // compression will affect the content length + SizeHint::default() } } } @@ -134,6 +163,12 @@ pub mod compress { #[cfg(any(feature = "http-body-0-4-x", feature = "http-body-1-x"))] #[cfg(test)] mod test { + use crate::body::compress::CompressedBody; + use crate::{CompressionAlgorithm, CompressionOptions}; + use aws_smithy_types::body::SdkBody; + use bytes::Buf; + use bytes_utils::SegmentedBuf; + use std::io::Read; const UNCOMPRESSED_INPUT: &[u8] = b"hello world"; const COMPRESSED_OUTPUT: &[u8] = &[ 31, 139, 8, 0, 0, 0, 0, 0, 0, 255, 203, 72, 205, 201, 201, 87, 40, 207, 47, 202, 73, 1, 0, @@ -141,77 +176,89 @@ mod test { ]; #[cfg(feature = "http-body-0-4-x")] - #[tokio::test] - async fn test_compressed_body_http_body_0_4_x() { - use super::super::{CompressionAlgorithm, CompressionOptions}; - use crate::body::compress::CompressedBody; - use aws_smithy_types::body::SdkBody; - use bytes::Buf; - use bytes_utils::SegmentedBuf; + mod http_body_0_4_x { + use super::*; use http_body_0_4::Body; - use std::io::Read; - - let compression_algorithm = CompressionAlgorithm::Gzip; - let compression_options = CompressionOptions::default() - .with_min_compression_size_bytes(0) - .unwrap(); - let compress_request = - compression_algorithm.into_impl_http_body_0_4_x(&compression_options); - let body = SdkBody::from(UNCOMPRESSED_INPUT); - let mut compressed_body = CompressedBody::new(body, compress_request); - - let mut output = SegmentedBuf::new(); - while let Some(buf) = compressed_body.data().await { - output.push(buf.unwrap()); + + #[tokio::test] + async fn test_body_is_compressed() { + let compression_options = CompressionOptions::default() + .with_min_compression_size_bytes(0) + .unwrap(); + let compress_request = + CompressionAlgorithm::Gzip.into_impl_http_body_0_4_x(&compression_options); + let body = SdkBody::from(UNCOMPRESSED_INPUT); + let mut compressed_body = CompressedBody::new(body, compress_request); + + let mut output = SegmentedBuf::new(); + while let Some(buf) = compressed_body.data().await { + output.push(buf.unwrap()); + } + + let mut actual_output = Vec::new(); + output + .reader() + .read_to_end(&mut actual_output) + .expect("Doesn't cause IO errors"); + // Verify data is compressed as expected + assert_eq!(COMPRESSED_OUTPUT, actual_output); } - let mut actual_output = Vec::new(); - output - .reader() - .read_to_end(&mut actual_output) - .expect("Doesn't cause IO errors"); - // Verify data is compressed as expected - assert_eq!(COMPRESSED_OUTPUT, actual_output); + #[tokio::test] + async fn test_into_compressed_sdk_body() { + let compression_options = CompressionOptions::default() + .with_min_compression_size_bytes(0) + .unwrap(); + let compress_request = + CompressionAlgorithm::Gzip.into_impl_http_body_0_4_x(&compression_options); + let body = SdkBody::from(UNCOMPRESSED_INPUT); + let compressed_sdk_body = CompressedBody::new(body, compress_request) + .into_compressed_sdk_body() + .unwrap(); + + // Verify data is compressed as expected + assert_eq!( + COMPRESSED_OUTPUT, + compressed_sdk_body.bytes().expect("body is in-memory") + ); + } } #[cfg(feature = "http-body-1-x")] - #[tokio::test] - async fn test_compressed_body_http_body_1_x() { - use super::super::{CompressionAlgorithm, CompressionOptions}; - use crate::body::compress::CompressedBody; - use aws_smithy_types::body::SdkBody; - use bytes::Buf; - use bytes_utils::SegmentedBuf; + mod http_body_1_x { + use super::*; use http_body_util::BodyExt; - use std::io::Read; - - let compression_algorithm = CompressionAlgorithm::Gzip; - let compression_options = CompressionOptions::default() - .with_min_compression_size_bytes(0) - .unwrap(); - let compress_request = compression_algorithm.into_impl_http_body_1_x(&compression_options); - let body = SdkBody::from(UNCOMPRESSED_INPUT); - let mut compressed_body = CompressedBody::new(body, compress_request); - - let mut output = SegmentedBuf::new(); - - loop { - let data = match compressed_body.frame().await { - Some(Ok(frame)) => frame.into_data(), - Some(Err(e)) => panic!("Error: {}", e), - // No more frames, break out of loop - None => break, + + #[tokio::test] + async fn test_body_is_compressed() { + let compression_options = CompressionOptions::default() + .with_min_compression_size_bytes(0) + .unwrap(); + let compress_request = + CompressionAlgorithm::Gzip.into_impl_http_body_1_x(&compression_options); + let body = SdkBody::from(UNCOMPRESSED_INPUT); + let mut compressed_body = CompressedBody::new(body, compress_request); + + let mut output = SegmentedBuf::new(); + + loop { + let data = match compressed_body.frame().await { + Some(Ok(frame)) => frame.into_data(), + Some(Err(e)) => panic!("Error: {}", e), + // No more frames, break out of loop + None => break, + } + .expect("frame is OK"); + output.push(data); } - .expect("frame is OK"); - output.push(data); - } - let mut actual_output = Vec::new(); - output - .reader() - .read_to_end(&mut actual_output) - .expect("Doesn't cause IO errors"); - // Verify data is compressed as expected - assert_eq!(COMPRESSED_OUTPUT, actual_output); + let mut actual_output = Vec::new(); + output + .reader() + .read_to_end(&mut actual_output) + .expect("Doesn't cause IO errors"); + // Verify data is compressed as expected + assert_eq!(COMPRESSED_OUTPUT, actual_output); + } } } diff --git a/sdk/aws-smithy-eventstream/Cargo.toml b/sdk/aws-smithy-eventstream/Cargo.toml index e0d611f32168..f3c8ef5791dc 100644 --- a/sdk/aws-smithy-eventstream/Cargo.toml +++ b/sdk/aws-smithy-eventstream/Cargo.toml @@ -26,7 +26,7 @@ optional = true [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.derive_arbitrary] version = "1.3" diff --git a/sdk/aws-smithy-eventstream/fuzz/Cargo.toml b/sdk/aws-smithy-eventstream/fuzz/Cargo.toml index 7c4a8ec8170f..f101d8a65362 100644 --- a/sdk/aws-smithy-eventstream/fuzz/Cargo.toml +++ b/sdk/aws-smithy-eventstream/fuzz/Cargo.toml @@ -48,7 +48,7 @@ libfuzzer-sys = "0.4" [dependencies.aws-smithy-types] path = "../../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-eventstream] features = ["derive-arbitrary"] diff --git a/sdk/aws-smithy-experimental/Cargo.toml b/sdk/aws-smithy-experimental/Cargo.toml index 368d6827b3f4..84123bcf14ed 100644 --- a/sdk/aws-smithy-experimental/Cargo.toml +++ b/sdk/aws-smithy-experimental/Cargo.toml @@ -48,7 +48,7 @@ tower = "0.4.1" [dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["http-body-1-x"] -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-runtime-api] features = ["client", "http-1x"] diff --git a/sdk/aws-smithy-http/Cargo.toml b/sdk/aws-smithy-http/Cargo.toml index 9f0bbd9cd479..5b4b7e7db10b 100644 --- a/sdk/aws-smithy-http/Cargo.toml +++ b/sdk/aws-smithy-http/Cargo.toml @@ -40,7 +40,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["byte-stream-poll-next", "http-body-0-4-x"] -version = "1.2.6" +version = "1.2.7" [dependencies.http-02x] package = "http" diff --git a/sdk/aws-smithy-json/Cargo.toml b/sdk/aws-smithy-json/Cargo.toml index 05a2459dff68..adf84f03e165 100644 --- a/sdk/aws-smithy-json/Cargo.toml +++ b/sdk/aws-smithy-json/Cargo.toml @@ -14,7 +14,7 @@ cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"] rustdoc-args = ["--cfg", "docsrs"] [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dev-dependencies] proptest = "1" diff --git a/sdk/aws-smithy-json/fuzz/Cargo.toml b/sdk/aws-smithy-json/fuzz/Cargo.toml index dbe1ba98a2db..398ed7620b9c 100644 --- a/sdk/aws-smithy-json/fuzz/Cargo.toml +++ b/sdk/aws-smithy-json/fuzz/Cargo.toml @@ -30,7 +30,7 @@ version = "0.60.7" [dependencies.aws-smithy-types] path = "../../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.serde_json] version = "1" diff --git a/sdk/aws-smithy-mocks-experimental/Cargo.toml b/sdk/aws-smithy-mocks-experimental/Cargo.toml index aec6f2cb4a96..44b5f0764875 100644 --- a/sdk/aws-smithy-mocks-experimental/Cargo.toml +++ b/sdk/aws-smithy-mocks-experimental/Cargo.toml @@ -18,7 +18,7 @@ cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"] rustdoc-args = ["--cfg", "docsrs"] [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-runtime-api] path = "../aws-smithy-runtime-api" diff --git a/sdk/aws-smithy-query/Cargo.toml b/sdk/aws-smithy-query/Cargo.toml index 7465e02ba1f8..d41d1e70a47e 100644 --- a/sdk/aws-smithy-query/Cargo.toml +++ b/sdk/aws-smithy-query/Cargo.toml @@ -18,4 +18,4 @@ urlencoding = "2.1" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" diff --git a/sdk/aws-smithy-runtime-api/Cargo.toml b/sdk/aws-smithy-runtime-api/Cargo.toml index 22547b2185b7..faac7bc74be0 100644 --- a/sdk/aws-smithy-runtime-api/Cargo.toml +++ b/sdk/aws-smithy-runtime-api/Cargo.toml @@ -35,7 +35,7 @@ version = "1.2.1" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.http-02x] package = "http" diff --git a/sdk/aws-smithy-runtime/Cargo.toml b/sdk/aws-smithy-runtime/Cargo.toml index 8892beabb3da..5cd3311ead60 100644 --- a/sdk/aws-smithy-runtime/Cargo.toml +++ b/sdk/aws-smithy-runtime/Cargo.toml @@ -56,7 +56,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["http-body-0-4-x"] -version = "1.2.6" +version = "1.2.7" [dependencies.h2] version = "0.3" @@ -134,7 +134,7 @@ version = "1.7.2" [dev-dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["test-util"] -version = "1.2.6" +version = "1.2.7" [dev-dependencies.tokio] version = "1.25" diff --git a/sdk/aws-smithy-types-convert/Cargo.toml b/sdk/aws-smithy-types-convert/Cargo.toml index 5863fe12e6a0..7c0b5e08d03f 100644 --- a/sdk/aws-smithy-types-convert/Cargo.toml +++ b/sdk/aws-smithy-types-convert/Cargo.toml @@ -20,7 +20,7 @@ convert-streams = ["aws-smithy-async", "futures-core"] [dependencies.aws-smithy-types] path = "../aws-smithy-types" optional = true -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-async] path = "../aws-smithy-async" diff --git a/sdk/aws-smithy-types/Cargo.toml b/sdk/aws-smithy-types/Cargo.toml index 79e056d3cd90..f1c1db2903ed 100644 --- a/sdk/aws-smithy-types/Cargo.toml +++ b/sdk/aws-smithy-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aws-smithy-types" -version = "1.2.6" +version = "1.2.7" authors = [ "AWS Rust SDK Team ", "Russell Cohen ", diff --git a/sdk/aws-smithy-types/fuzz/Cargo.toml b/sdk/aws-smithy-types/fuzz/Cargo.toml index 67ed549b0001..9e3d5e5881b4 100644 --- a/sdk/aws-smithy-types/fuzz/Cargo.toml +++ b/sdk/aws-smithy-types/fuzz/Cargo.toml @@ -44,7 +44,7 @@ libfuzzer-sys = "0.4" [dependencies.aws-smithy-types] path = ".." -version = "1.2.6" +version = "1.2.7" [workspace] members = ["."] diff --git a/sdk/aws-smithy-types/src/body.rs b/sdk/aws-smithy-types/src/body.rs index 0065043966e1..f4e4285a8c89 100644 --- a/sdk/aws-smithy-types/src/body.rs +++ b/sdk/aws-smithy-types/src/body.rs @@ -234,6 +234,11 @@ impl SdkBody { }) } + /// Return `true` if this SdkBody is streaming, `false` if it is in-memory. + pub fn is_streaming(&self) -> bool { + matches!(self.inner, Inner::Dyn { .. }) + } + /// Return the length, in bytes, of this SdkBody. If this returns `None`, then the body does not /// have a known length. pub fn content_length(&self) -> Option { diff --git a/sdk/aws-smithy-wasm/Cargo.toml b/sdk/aws-smithy-wasm/Cargo.toml index 1a7f5e4a2ce6..838e0d55f361 100644 --- a/sdk/aws-smithy-wasm/Cargo.toml +++ b/sdk/aws-smithy-wasm/Cargo.toml @@ -30,4 +30,4 @@ version = "0.60.11" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" diff --git a/sdk/aws-types/Cargo.toml b/sdk/aws-types/Cargo.toml index a14f047d12d0..0a2f962f8ed7 100644 --- a/sdk/aws-types/Cargo.toml +++ b/sdk/aws-types/Cargo.toml @@ -34,7 +34,7 @@ version = "1.2.1" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-runtime] path = "../aws-smithy-runtime" diff --git a/sdk/b2bi/Cargo.toml b/sdk/b2bi/Cargo.toml index fd0c95a6dcf2..d7e1ce1ccaae 100644 --- a/sdk/b2bi/Cargo.toml +++ b/sdk/b2bi/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/backup/Cargo.toml b/sdk/backup/Cargo.toml index 80b03a11726c..b58c7fd9f98a 100644 --- a/sdk/backup/Cargo.toml +++ b/sdk/backup/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/backupgateway/Cargo.toml b/sdk/backupgateway/Cargo.toml index 255aa2942145..5242abd29eb7 100644 --- a/sdk/backupgateway/Cargo.toml +++ b/sdk/backupgateway/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/batch/Cargo.toml b/sdk/batch/Cargo.toml index 133abca6f51b..e237d37cd972 100644 --- a/sdk/batch/Cargo.toml +++ b/sdk/batch/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/bcmdataexports/Cargo.toml b/sdk/bcmdataexports/Cargo.toml index 3a5647422179..74cd7d9b1e29 100644 --- a/sdk/bcmdataexports/Cargo.toml +++ b/sdk/bcmdataexports/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/bedrock/Cargo.toml b/sdk/bedrock/Cargo.toml index 336a4bc59b6f..64946841fce4 100644 --- a/sdk/bedrock/Cargo.toml +++ b/sdk/bedrock/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/bedrockagent/Cargo.toml b/sdk/bedrockagent/Cargo.toml index e1cec888be9d..c9b78804637b 100644 --- a/sdk/bedrockagent/Cargo.toml +++ b/sdk/bedrockagent/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/bedrockagentruntime/Cargo.toml b/sdk/bedrockagentruntime/Cargo.toml index 920935c4bd23..0bd74b7b6f19 100644 --- a/sdk/bedrockagentruntime/Cargo.toml +++ b/sdk/bedrockagentruntime/Cargo.toml @@ -51,7 +51,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -73,7 +73,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/bedrockruntime/Cargo.toml b/sdk/bedrockruntime/Cargo.toml index 9dffe31a70f0..2ef617eb8dca 100644 --- a/sdk/bedrockruntime/Cargo.toml +++ b/sdk/bedrockruntime/Cargo.toml @@ -51,7 +51,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -73,7 +73,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/billingconductor/Cargo.toml b/sdk/billingconductor/Cargo.toml index 0c2d1316ab50..d1b42dd713ba 100644 --- a/sdk/billingconductor/Cargo.toml +++ b/sdk/billingconductor/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/braket/Cargo.toml b/sdk/braket/Cargo.toml index 3e30776d9496..68edb19e6161 100644 --- a/sdk/braket/Cargo.toml +++ b/sdk/braket/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/budgets/Cargo.toml b/sdk/budgets/Cargo.toml index ddaeae639634..85da03b291a7 100644 --- a/sdk/budgets/Cargo.toml +++ b/sdk/budgets/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/chatbot/Cargo.toml b/sdk/chatbot/Cargo.toml index d31cbfc4809f..e130d55a28a0 100644 --- a/sdk/chatbot/Cargo.toml +++ b/sdk/chatbot/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/chime/Cargo.toml b/sdk/chime/Cargo.toml index 335e9e09cda3..274e47f0aa8a 100644 --- a/sdk/chime/Cargo.toml +++ b/sdk/chime/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/chimesdkidentity/Cargo.toml b/sdk/chimesdkidentity/Cargo.toml index f17806175ee8..43491900eda9 100644 --- a/sdk/chimesdkidentity/Cargo.toml +++ b/sdk/chimesdkidentity/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/chimesdkmediapipelines/Cargo.toml b/sdk/chimesdkmediapipelines/Cargo.toml index 1b1e3304e747..84ec2533ebeb 100644 --- a/sdk/chimesdkmediapipelines/Cargo.toml +++ b/sdk/chimesdkmediapipelines/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/chimesdkmeetings/Cargo.toml b/sdk/chimesdkmeetings/Cargo.toml index 9c9afdbc1206..65152d8bd0cb 100644 --- a/sdk/chimesdkmeetings/Cargo.toml +++ b/sdk/chimesdkmeetings/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/chimesdkmessaging/Cargo.toml b/sdk/chimesdkmessaging/Cargo.toml index 13c17d8e3880..260dc207b678 100644 --- a/sdk/chimesdkmessaging/Cargo.toml +++ b/sdk/chimesdkmessaging/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/chimesdkvoice/Cargo.toml b/sdk/chimesdkvoice/Cargo.toml index 847e2b45ca59..d837b7e04843 100644 --- a/sdk/chimesdkvoice/Cargo.toml +++ b/sdk/chimesdkvoice/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/cleanrooms/Cargo.toml b/sdk/cleanrooms/Cargo.toml index 8dbe85d2eea9..c4f73f2546ba 100644 --- a/sdk/cleanrooms/Cargo.toml +++ b/sdk/cleanrooms/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/cleanroomsml/Cargo.toml b/sdk/cleanroomsml/Cargo.toml index 0366205ce04d..b10855035419 100644 --- a/sdk/cleanroomsml/Cargo.toml +++ b/sdk/cleanroomsml/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/cloud9/Cargo.toml b/sdk/cloud9/Cargo.toml index 50f31cf6b8bf..ba548d2d0d77 100644 --- a/sdk/cloud9/Cargo.toml +++ b/sdk/cloud9/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/cloudcontrol/Cargo.toml b/sdk/cloudcontrol/Cargo.toml index 4225a825efab..3fac16f3a683 100644 --- a/sdk/cloudcontrol/Cargo.toml +++ b/sdk/cloudcontrol/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/clouddirectory/Cargo.toml b/sdk/clouddirectory/Cargo.toml index bde15954a9de..e544bce9e4a1 100644 --- a/sdk/clouddirectory/Cargo.toml +++ b/sdk/clouddirectory/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/cloudformation/Cargo.toml b/sdk/cloudformation/Cargo.toml index 5623cbe0b2ac..74dfbd765a6d 100644 --- a/sdk/cloudformation/Cargo.toml +++ b/sdk/cloudformation/Cargo.toml @@ -50,7 +50,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-xml] path = "../aws-smithy-xml" @@ -76,7 +76,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/cloudfront/Cargo.toml b/sdk/cloudfront/Cargo.toml index 704b6f8673dd..92fa8b897946 100644 --- a/sdk/cloudfront/Cargo.toml +++ b/sdk/cloudfront/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-xml] path = "../aws-smithy-xml" @@ -69,7 +69,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/cloudfrontkeyvaluestore/Cargo.toml b/sdk/cloudfrontkeyvaluestore/Cargo.toml index f43d7af02249..92f903cbbd1d 100644 --- a/sdk/cloudfrontkeyvaluestore/Cargo.toml +++ b/sdk/cloudfrontkeyvaluestore/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1" version = "2.3.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/cloudhsm/Cargo.toml b/sdk/cloudhsm/Cargo.toml index 12fc8406f7a4..200fe344da03 100644 --- a/sdk/cloudhsm/Cargo.toml +++ b/sdk/cloudhsm/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/cloudhsmv2/Cargo.toml b/sdk/cloudhsmv2/Cargo.toml index 8d2a8cb0f66e..9db4b51d4650 100644 --- a/sdk/cloudhsmv2/Cargo.toml +++ b/sdk/cloudhsmv2/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/cloudsearch/Cargo.toml b/sdk/cloudsearch/Cargo.toml index e282e13c0e6e..a1f8f45e5ccd 100644 --- a/sdk/cloudsearch/Cargo.toml +++ b/sdk/cloudsearch/Cargo.toml @@ -50,7 +50,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-xml] path = "../aws-smithy-xml" @@ -73,7 +73,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/cloudsearchdomain/Cargo.toml b/sdk/cloudsearchdomain/Cargo.toml index 32895bb6713d..a6a60ca24e89 100644 --- a/sdk/cloudsearchdomain/Cargo.toml +++ b/sdk/cloudsearchdomain/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/cloudtrail/Cargo.toml b/sdk/cloudtrail/Cargo.toml index 082321ac5640..73f6cb1cce62 100644 --- a/sdk/cloudtrail/Cargo.toml +++ b/sdk/cloudtrail/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/cloudtraildata/Cargo.toml b/sdk/cloudtraildata/Cargo.toml index 44f5be758001..7b67bca3b9ff 100644 --- a/sdk/cloudtraildata/Cargo.toml +++ b/sdk/cloudtraildata/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/cloudwatch/Cargo.toml b/sdk/cloudwatch/Cargo.toml index 943925a9e95d..6bd2e4d5af6b 100644 --- a/sdk/cloudwatch/Cargo.toml +++ b/sdk/cloudwatch/Cargo.toml @@ -29,7 +29,7 @@ version = "1.2.1" [dependencies.aws-smithy-compression] path = "../aws-smithy-compression" features = ["http-body-0-4-x"] -version = "0.0.1" +version = "0.0.2" [dependencies.aws-smithy-http] path = "../aws-smithy-http" @@ -56,7 +56,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["http-body-0-4-x"] -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-xml] path = "../aws-smithy-xml" @@ -85,7 +85,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" @@ -94,7 +94,7 @@ version = "1.2.1" [dev-dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dev-dependencies.tokio] version = "1.23.1" diff --git a/sdk/cloudwatch/src/client_request_compression.rs b/sdk/cloudwatch/src/client_request_compression.rs index 9c18b91c6f4f..6e8476415e63 100644 --- a/sdk/cloudwatch/src/client_request_compression.rs +++ b/sdk/cloudwatch/src/client_request_compression.rs @@ -80,6 +80,7 @@ impl Intercept for RequestCompressionInterceptor { let mut layer = Layer::new("RequestCompressionInterceptor"); layer.store_put(RequestCompressionInterceptorState { options: Some(options) }); + cfg.push_layer(layer); Ok(()) @@ -106,7 +107,8 @@ impl Intercept for RequestCompressionInterceptor { // // Because compressing small amounts of data can actually increase its size, // we check to see if the data is big enough to make compression worthwhile. - if let Some(known_size) = http_body::Body::size_hint(request.body()).exact() { + let size_hint = http_body::Body::size_hint(request.body()).exact(); + if let Some(known_size) = size_hint { if known_size < options.min_compression_size_bytes() as u64 { tracing::trace!( min_compression_size_bytes = options.min_compression_size_bytes(), @@ -115,13 +117,12 @@ impl Intercept for RequestCompressionInterceptor { ); return Ok(()); } - tracing::trace!("compressing non-streaming request body...") + tracing::trace!("compressing sized request body..."); } else { - tracing::trace!("compressing streaming request body..."); + tracing::trace!("compressing unsized request body..."); } wrap_request_body_in_compressed_body(request, CompressionAlgorithm::Gzip.into_impl_http_body_0_4_x(&options))?; - cfg.interceptor_state() .store_append::(SmithySdkFeature::GzipRequestCompression); @@ -135,11 +136,22 @@ fn wrap_request_body_in_compressed_body(request: &mut HttpRequest, request_compr .append(request_compress_impl.header_name(), request_compress_impl.header_value()); let mut body = { let body = mem::replace(request.body_mut(), SdkBody::taken()); - body.map(move |body| { + + if body.is_streaming() { + request.headers_mut().remove(http::header::CONTENT_LENGTH); + body.map(move |body| { + let body = CompressedBody::new(body, request_compress_impl.clone()); + SdkBody::from_body_0_4(body) + }) + } else { let body = CompressedBody::new(body, request_compress_impl.clone()); + let body = body.into_compressed_sdk_body().map_err(BuildError::other)?; + + let content_length = body.content_length().expect("this payload is in-memory"); + request.headers_mut().insert(http::header::CONTENT_LENGTH, content_length.to_string()); - SdkBody::from_body_0_4(body) - }) + body + } }; mem::swap(request.body_mut(), &mut body); diff --git a/sdk/cloudwatchevents/Cargo.toml b/sdk/cloudwatchevents/Cargo.toml index 572a40d9d62e..441fad32724b 100644 --- a/sdk/cloudwatchevents/Cargo.toml +++ b/sdk/cloudwatchevents/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/cloudwatchlogs/Cargo.toml b/sdk/cloudwatchlogs/Cargo.toml index 2dbfb2babe22..d0992a7e752a 100644 --- a/sdk/cloudwatchlogs/Cargo.toml +++ b/sdk/cloudwatchlogs/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/codeartifact/Cargo.toml b/sdk/codeartifact/Cargo.toml index e366c121c94b..00282ee811d7 100644 --- a/sdk/codeartifact/Cargo.toml +++ b/sdk/codeartifact/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/codebuild/Cargo.toml b/sdk/codebuild/Cargo.toml index b5a45a3ba0c4..00d1565fe8c3 100644 --- a/sdk/codebuild/Cargo.toml +++ b/sdk/codebuild/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/codecatalyst/Cargo.toml b/sdk/codecatalyst/Cargo.toml index 740b0a82c223..2aee54d9c50a 100644 --- a/sdk/codecatalyst/Cargo.toml +++ b/sdk/codecatalyst/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" @@ -105,7 +105,7 @@ version = "1.7.2" [dev-dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["test-util"] -version = "1.2.6" +version = "1.2.7" [dev-dependencies.futures-util] version = "0.3.25" diff --git a/sdk/codecommit/Cargo.toml b/sdk/codecommit/Cargo.toml index 87e7236cf936..b564ed8c1632 100644 --- a/sdk/codecommit/Cargo.toml +++ b/sdk/codecommit/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/codeconnections/Cargo.toml b/sdk/codeconnections/Cargo.toml index 71222430058f..ecd25273e7b5 100644 --- a/sdk/codeconnections/Cargo.toml +++ b/sdk/codeconnections/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/codedeploy/Cargo.toml b/sdk/codedeploy/Cargo.toml index 2dd49aef920c..bea2977ce36e 100644 --- a/sdk/codedeploy/Cargo.toml +++ b/sdk/codedeploy/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/codeguruprofiler/Cargo.toml b/sdk/codeguruprofiler/Cargo.toml index b0e3ce6214e3..5a9350b78382 100644 --- a/sdk/codeguruprofiler/Cargo.toml +++ b/sdk/codeguruprofiler/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/codegurureviewer/Cargo.toml b/sdk/codegurureviewer/Cargo.toml index d0cc4f4fa1d5..ee23dc656bd9 100644 --- a/sdk/codegurureviewer/Cargo.toml +++ b/sdk/codegurureviewer/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/codegurusecurity/Cargo.toml b/sdk/codegurusecurity/Cargo.toml index 21d9828c7b7e..6b081ed73b0d 100644 --- a/sdk/codegurusecurity/Cargo.toml +++ b/sdk/codegurusecurity/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/codepipeline/Cargo.toml b/sdk/codepipeline/Cargo.toml index 91897f1c4e3e..8ad221fc5e54 100644 --- a/sdk/codepipeline/Cargo.toml +++ b/sdk/codepipeline/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/codestarconnections/Cargo.toml b/sdk/codestarconnections/Cargo.toml index 0868e3cc98c2..8c8f9577b173 100644 --- a/sdk/codestarconnections/Cargo.toml +++ b/sdk/codestarconnections/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/codestarnotifications/Cargo.toml b/sdk/codestarnotifications/Cargo.toml index b27168c877c7..ff20d809508d 100644 --- a/sdk/codestarnotifications/Cargo.toml +++ b/sdk/codestarnotifications/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/cognitoidentity/Cargo.toml b/sdk/cognitoidentity/Cargo.toml index cabec65abb79..3a856e09afed 100644 --- a/sdk/cognitoidentity/Cargo.toml +++ b/sdk/cognitoidentity/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/cognitoidentityprovider/Cargo.toml b/sdk/cognitoidentityprovider/Cargo.toml index dc0a4c224e53..7078e1f01dc7 100644 --- a/sdk/cognitoidentityprovider/Cargo.toml +++ b/sdk/cognitoidentityprovider/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/cognitosync/Cargo.toml b/sdk/cognitosync/Cargo.toml index 07e7f6e195f2..4e2d9af73e1e 100644 --- a/sdk/cognitosync/Cargo.toml +++ b/sdk/cognitosync/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/comprehend/Cargo.toml b/sdk/comprehend/Cargo.toml index f6226610b7ba..471b5978c4c3 100644 --- a/sdk/comprehend/Cargo.toml +++ b/sdk/comprehend/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/comprehendmedical/Cargo.toml b/sdk/comprehendmedical/Cargo.toml index d45f9df1c537..53289e374d4e 100644 --- a/sdk/comprehendmedical/Cargo.toml +++ b/sdk/comprehendmedical/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/computeoptimizer/Cargo.toml b/sdk/computeoptimizer/Cargo.toml index 0d4c010565e7..d180e6cd9ced 100644 --- a/sdk/computeoptimizer/Cargo.toml +++ b/sdk/computeoptimizer/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/config/Cargo.toml b/sdk/config/Cargo.toml index 456f9a4a1608..a78774f8b7a1 100644 --- a/sdk/config/Cargo.toml +++ b/sdk/config/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/connect/Cargo.toml b/sdk/connect/Cargo.toml index 85c6f293f60a..4781f3bcde9b 100644 --- a/sdk/connect/Cargo.toml +++ b/sdk/connect/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/connectcampaigns/Cargo.toml b/sdk/connectcampaigns/Cargo.toml index 38027c6a826e..a0fe406173f3 100644 --- a/sdk/connectcampaigns/Cargo.toml +++ b/sdk/connectcampaigns/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/connectcases/Cargo.toml b/sdk/connectcases/Cargo.toml index 425bfdc609f0..e4ca3f4c2f88 100644 --- a/sdk/connectcases/Cargo.toml +++ b/sdk/connectcases/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/connectcontactlens/Cargo.toml b/sdk/connectcontactlens/Cargo.toml index 73dfde9a61aa..43101b118ae5 100644 --- a/sdk/connectcontactlens/Cargo.toml +++ b/sdk/connectcontactlens/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/connectparticipant/Cargo.toml b/sdk/connectparticipant/Cargo.toml index 428fdf189806..ed740f3fbd7a 100644 --- a/sdk/connectparticipant/Cargo.toml +++ b/sdk/connectparticipant/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/controlcatalog/Cargo.toml b/sdk/controlcatalog/Cargo.toml index c1bac02d7609..70ebd48efb31 100644 --- a/sdk/controlcatalog/Cargo.toml +++ b/sdk/controlcatalog/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/controltower/Cargo.toml b/sdk/controltower/Cargo.toml index 9c7453d91e42..e454d8a5035d 100644 --- a/sdk/controltower/Cargo.toml +++ b/sdk/controltower/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/costandusagereport/Cargo.toml b/sdk/costandusagereport/Cargo.toml index d966afb5035a..05e9a6e55226 100644 --- a/sdk/costandusagereport/Cargo.toml +++ b/sdk/costandusagereport/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/costexplorer/Cargo.toml b/sdk/costexplorer/Cargo.toml index f19179669e5e..0175e3612508 100644 --- a/sdk/costexplorer/Cargo.toml +++ b/sdk/costexplorer/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/costoptimizationhub/Cargo.toml b/sdk/costoptimizationhub/Cargo.toml index 1a7523554fe5..eabfe8ec457a 100644 --- a/sdk/costoptimizationhub/Cargo.toml +++ b/sdk/costoptimizationhub/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/customerprofiles/Cargo.toml b/sdk/customerprofiles/Cargo.toml index d3d7ab852b2a..7e8f94ca842a 100644 --- a/sdk/customerprofiles/Cargo.toml +++ b/sdk/customerprofiles/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/databasemigration/Cargo.toml b/sdk/databasemigration/Cargo.toml index d4f49c8e2136..92ef851a2e67 100644 --- a/sdk/databasemigration/Cargo.toml +++ b/sdk/databasemigration/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/databrew/Cargo.toml b/sdk/databrew/Cargo.toml index 69f6df294be2..90a94c5cc906 100644 --- a/sdk/databrew/Cargo.toml +++ b/sdk/databrew/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/dataexchange/Cargo.toml b/sdk/dataexchange/Cargo.toml index 7c7389d816f7..5fb250030f1a 100644 --- a/sdk/dataexchange/Cargo.toml +++ b/sdk/dataexchange/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/datapipeline/Cargo.toml b/sdk/datapipeline/Cargo.toml index aa03b9c55071..89a84b994d9d 100644 --- a/sdk/datapipeline/Cargo.toml +++ b/sdk/datapipeline/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/datasync/Cargo.toml b/sdk/datasync/Cargo.toml index ded360d2129f..42c5cdef1631 100644 --- a/sdk/datasync/Cargo.toml +++ b/sdk/datasync/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/datazone/Cargo.toml b/sdk/datazone/Cargo.toml index 811ae55b3c30..de9c4badf6c6 100644 --- a/sdk/datazone/Cargo.toml +++ b/sdk/datazone/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/dax/Cargo.toml b/sdk/dax/Cargo.toml index 1bbbfd49e7ba..48b81e4c4859 100644 --- a/sdk/dax/Cargo.toml +++ b/sdk/dax/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/deadline/Cargo.toml b/sdk/deadline/Cargo.toml index f3f3999b383f..c46a0a88bffb 100644 --- a/sdk/deadline/Cargo.toml +++ b/sdk/deadline/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/detective/Cargo.toml b/sdk/detective/Cargo.toml index a38d835b7c0a..4a1082055d50 100644 --- a/sdk/detective/Cargo.toml +++ b/sdk/detective/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/devicefarm/Cargo.toml b/sdk/devicefarm/Cargo.toml index da6f0e26d136..b837da1de017 100644 --- a/sdk/devicefarm/Cargo.toml +++ b/sdk/devicefarm/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/devopsguru/Cargo.toml b/sdk/devopsguru/Cargo.toml index 25d85095d33a..59073f694dfc 100644 --- a/sdk/devopsguru/Cargo.toml +++ b/sdk/devopsguru/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/directconnect/Cargo.toml b/sdk/directconnect/Cargo.toml index fb9fd9bbf475..38fe67ac31b9 100644 --- a/sdk/directconnect/Cargo.toml +++ b/sdk/directconnect/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/directory/Cargo.toml b/sdk/directory/Cargo.toml index 7f5c071ed3c1..17fd9a77b46b 100644 --- a/sdk/directory/Cargo.toml +++ b/sdk/directory/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/directoryservicedata/Cargo.toml b/sdk/directoryservicedata/Cargo.toml index a43d69082443..6bfd2b5d1f88 100644 --- a/sdk/directoryservicedata/Cargo.toml +++ b/sdk/directoryservicedata/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/dlm/Cargo.toml b/sdk/dlm/Cargo.toml index 680467fdea0c..2affefa30cb7 100644 --- a/sdk/dlm/Cargo.toml +++ b/sdk/dlm/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/docdb/Cargo.toml b/sdk/docdb/Cargo.toml index b1ceff1c1d2c..7ef2bd61f820 100644 --- a/sdk/docdb/Cargo.toml +++ b/sdk/docdb/Cargo.toml @@ -50,7 +50,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-xml] path = "../aws-smithy-xml" @@ -73,7 +73,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/docdbelastic/Cargo.toml b/sdk/docdbelastic/Cargo.toml index cddc9b6bce7a..818beef6caab 100644 --- a/sdk/docdbelastic/Cargo.toml +++ b/sdk/docdbelastic/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/drs/Cargo.toml b/sdk/drs/Cargo.toml index 351ac2c044dc..a57db1bc2c71 100644 --- a/sdk/drs/Cargo.toml +++ b/sdk/drs/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/dynamodb/Cargo.toml b/sdk/dynamodb/Cargo.toml index 4cd2ec4dbecf..25087bc045e9 100644 --- a/sdk/dynamodb/Cargo.toml +++ b/sdk/dynamodb/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -74,7 +74,7 @@ version = "0.5.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" @@ -108,7 +108,7 @@ version = "1.7.2" [dev-dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["test-util"] -version = "1.2.6" +version = "1.2.7" [dev-dependencies.criterion] version = "0.5.0" diff --git a/sdk/dynamodbstreams/Cargo.toml b/sdk/dynamodbstreams/Cargo.toml index 799a7dcec937..6a5baa2b72ef 100644 --- a/sdk/dynamodbstreams/Cargo.toml +++ b/sdk/dynamodbstreams/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/ebs/Cargo.toml b/sdk/ebs/Cargo.toml index 12a54eb07611..acb021497f7d 100644 --- a/sdk/ebs/Cargo.toml +++ b/sdk/ebs/Cargo.toml @@ -50,7 +50,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -75,7 +75,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/ec2/Cargo.toml b/sdk/ec2/Cargo.toml index 2f9cf1d48cbc..a25b338f89f5 100644 --- a/sdk/ec2/Cargo.toml +++ b/sdk/ec2/Cargo.toml @@ -50,7 +50,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-xml] path = "../aws-smithy-xml" @@ -76,7 +76,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" @@ -110,7 +110,7 @@ version = "1.7.2" [dev-dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["test-util"] -version = "1.2.6" +version = "1.2.7" [dev-dependencies.futures-util] version = "0.3.25" diff --git a/sdk/ec2instanceconnect/Cargo.toml b/sdk/ec2instanceconnect/Cargo.toml index cc9a111dd082..560ced1d3ab4 100644 --- a/sdk/ec2instanceconnect/Cargo.toml +++ b/sdk/ec2instanceconnect/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/ecr/Cargo.toml b/sdk/ecr/Cargo.toml index aa4865ec6944..18a9d37e87af 100644 --- a/sdk/ecr/Cargo.toml +++ b/sdk/ecr/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/ecrpublic/Cargo.toml b/sdk/ecrpublic/Cargo.toml index 0c3eabc16790..a518d7f0cc88 100644 --- a/sdk/ecrpublic/Cargo.toml +++ b/sdk/ecrpublic/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/ecs/Cargo.toml b/sdk/ecs/Cargo.toml index 92f3ce284534..33ea244a772b 100644 --- a/sdk/ecs/Cargo.toml +++ b/sdk/ecs/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/efs/Cargo.toml b/sdk/efs/Cargo.toml index 6c118f994351..87047955aa15 100644 --- a/sdk/efs/Cargo.toml +++ b/sdk/efs/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/eks/Cargo.toml b/sdk/eks/Cargo.toml index 7f04acb1710c..1ba3ce50ac68 100644 --- a/sdk/eks/Cargo.toml +++ b/sdk/eks/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/eksauth/Cargo.toml b/sdk/eksauth/Cargo.toml index ee3950eab92a..04980bd910b5 100644 --- a/sdk/eksauth/Cargo.toml +++ b/sdk/eksauth/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/elasticache/Cargo.toml b/sdk/elasticache/Cargo.toml index 2cbb1738943b..bd0e2702e8f3 100644 --- a/sdk/elasticache/Cargo.toml +++ b/sdk/elasticache/Cargo.toml @@ -50,7 +50,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-xml] path = "../aws-smithy-xml" @@ -73,7 +73,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/elasticbeanstalk/Cargo.toml b/sdk/elasticbeanstalk/Cargo.toml index 9c06a4257bc5..f8fcb1fe4e65 100644 --- a/sdk/elasticbeanstalk/Cargo.toml +++ b/sdk/elasticbeanstalk/Cargo.toml @@ -50,7 +50,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-xml] path = "../aws-smithy-xml" @@ -73,7 +73,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/elasticinference/Cargo.toml b/sdk/elasticinference/Cargo.toml index 3b8dc0f775ff..b3bbbc076bba 100644 --- a/sdk/elasticinference/Cargo.toml +++ b/sdk/elasticinference/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/elasticloadbalancing/Cargo.toml b/sdk/elasticloadbalancing/Cargo.toml index 23ade5e8002a..a05f8e1a8fb2 100644 --- a/sdk/elasticloadbalancing/Cargo.toml +++ b/sdk/elasticloadbalancing/Cargo.toml @@ -50,7 +50,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-xml] path = "../aws-smithy-xml" @@ -73,7 +73,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/elasticloadbalancingv2/Cargo.toml b/sdk/elasticloadbalancingv2/Cargo.toml index ed79b04b4aa8..b4dd06282213 100644 --- a/sdk/elasticloadbalancingv2/Cargo.toml +++ b/sdk/elasticloadbalancingv2/Cargo.toml @@ -50,7 +50,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-xml] path = "../aws-smithy-xml" @@ -73,7 +73,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/elasticsearch/Cargo.toml b/sdk/elasticsearch/Cargo.toml index cb6b46952acc..d716bba0257f 100644 --- a/sdk/elasticsearch/Cargo.toml +++ b/sdk/elasticsearch/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/elastictranscoder/Cargo.toml b/sdk/elastictranscoder/Cargo.toml index af23c3811b43..d444c8a6cd58 100644 --- a/sdk/elastictranscoder/Cargo.toml +++ b/sdk/elastictranscoder/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/emr/Cargo.toml b/sdk/emr/Cargo.toml index 6d74765ebb94..6a3006ac0997 100644 --- a/sdk/emr/Cargo.toml +++ b/sdk/emr/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/emrcontainers/Cargo.toml b/sdk/emrcontainers/Cargo.toml index 697051b41019..f0a93e8a9915 100644 --- a/sdk/emrcontainers/Cargo.toml +++ b/sdk/emrcontainers/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/emrserverless/Cargo.toml b/sdk/emrserverless/Cargo.toml index 9bba76617b41..d9963775db33 100644 --- a/sdk/emrserverless/Cargo.toml +++ b/sdk/emrserverless/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/entityresolution/Cargo.toml b/sdk/entityresolution/Cargo.toml index ce57b4409855..af11ed40b11a 100644 --- a/sdk/entityresolution/Cargo.toml +++ b/sdk/entityresolution/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/eventbridge/Cargo.toml b/sdk/eventbridge/Cargo.toml index 70bdf7c2b09a..33153d9c3b54 100644 --- a/sdk/eventbridge/Cargo.toml +++ b/sdk/eventbridge/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/evidently/Cargo.toml b/sdk/evidently/Cargo.toml index ea59ad3a1ae2..0eeb729b8ddc 100644 --- a/sdk/evidently/Cargo.toml +++ b/sdk/evidently/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/finspace/Cargo.toml b/sdk/finspace/Cargo.toml index 30c10386d7a3..d0e09d8c7979 100644 --- a/sdk/finspace/Cargo.toml +++ b/sdk/finspace/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/finspacedata/Cargo.toml b/sdk/finspacedata/Cargo.toml index c63e54541bd5..7bf515ecb97c 100644 --- a/sdk/finspacedata/Cargo.toml +++ b/sdk/finspacedata/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/firehose/Cargo.toml b/sdk/firehose/Cargo.toml index bd4237e2e0c6..8e1cb65fd7c2 100644 --- a/sdk/firehose/Cargo.toml +++ b/sdk/firehose/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/fis/Cargo.toml b/sdk/fis/Cargo.toml index 06c0a6bcdbb8..af97634f2483 100644 --- a/sdk/fis/Cargo.toml +++ b/sdk/fis/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/fms/Cargo.toml b/sdk/fms/Cargo.toml index ce6f84543d08..2597fef787f7 100644 --- a/sdk/fms/Cargo.toml +++ b/sdk/fms/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/forecast/Cargo.toml b/sdk/forecast/Cargo.toml index 2293183bee8a..ba306abbf7ae 100644 --- a/sdk/forecast/Cargo.toml +++ b/sdk/forecast/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/forecastquery/Cargo.toml b/sdk/forecastquery/Cargo.toml index fd65f9681a71..e77d3643160b 100644 --- a/sdk/forecastquery/Cargo.toml +++ b/sdk/forecastquery/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/frauddetector/Cargo.toml b/sdk/frauddetector/Cargo.toml index 08178750d215..6e8d7a6d0eb8 100644 --- a/sdk/frauddetector/Cargo.toml +++ b/sdk/frauddetector/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/freetier/Cargo.toml b/sdk/freetier/Cargo.toml index ebc949804266..ed6032fe5e13 100644 --- a/sdk/freetier/Cargo.toml +++ b/sdk/freetier/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/fsx/Cargo.toml b/sdk/fsx/Cargo.toml index be357b23d84a..3cf33276f36f 100644 --- a/sdk/fsx/Cargo.toml +++ b/sdk/fsx/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/gamelift/Cargo.toml b/sdk/gamelift/Cargo.toml index f622a9245788..f55f63053d24 100644 --- a/sdk/gamelift/Cargo.toml +++ b/sdk/gamelift/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/glacier/Cargo.toml b/sdk/glacier/Cargo.toml index 2643099ed9ba..1dc206c261ba 100644 --- a/sdk/glacier/Cargo.toml +++ b/sdk/glacier/Cargo.toml @@ -50,7 +50,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -78,7 +78,7 @@ version = "0.17.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" @@ -112,7 +112,7 @@ version = "1.7.2" [dev-dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["test-util"] -version = "1.2.6" +version = "1.2.7" [dev-dependencies.futures-util] version = "0.3.25" diff --git a/sdk/globalaccelerator/Cargo.toml b/sdk/globalaccelerator/Cargo.toml index 901cc981b23d..4f2da631ee0f 100644 --- a/sdk/globalaccelerator/Cargo.toml +++ b/sdk/globalaccelerator/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/glue/Cargo.toml b/sdk/glue/Cargo.toml index a910eb00a5ac..7e413fbe5a5b 100644 --- a/sdk/glue/Cargo.toml +++ b/sdk/glue/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/grafana/Cargo.toml b/sdk/grafana/Cargo.toml index 488774a67023..e65df5c5b611 100644 --- a/sdk/grafana/Cargo.toml +++ b/sdk/grafana/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/greengrass/Cargo.toml b/sdk/greengrass/Cargo.toml index be13d465f363..511f958bb6b0 100644 --- a/sdk/greengrass/Cargo.toml +++ b/sdk/greengrass/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/greengrassv2/Cargo.toml b/sdk/greengrassv2/Cargo.toml index 1e0ef64dd64f..71dd28cd9477 100644 --- a/sdk/greengrassv2/Cargo.toml +++ b/sdk/greengrassv2/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/groundstation/Cargo.toml b/sdk/groundstation/Cargo.toml index 9880fcab8b6b..a944a9354641 100644 --- a/sdk/groundstation/Cargo.toml +++ b/sdk/groundstation/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/guardduty/Cargo.toml b/sdk/guardduty/Cargo.toml index 336803224ac4..ffd1fb32e53f 100644 --- a/sdk/guardduty/Cargo.toml +++ b/sdk/guardduty/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/health/Cargo.toml b/sdk/health/Cargo.toml index 029069c66cf4..46c3df77ec43 100644 --- a/sdk/health/Cargo.toml +++ b/sdk/health/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/healthlake/Cargo.toml b/sdk/healthlake/Cargo.toml index 23845cbe3a10..1689a28f77a2 100644 --- a/sdk/healthlake/Cargo.toml +++ b/sdk/healthlake/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/iam/Cargo.toml b/sdk/iam/Cargo.toml index c6a4bc80727e..16852134165c 100644 --- a/sdk/iam/Cargo.toml +++ b/sdk/iam/Cargo.toml @@ -50,7 +50,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-xml] path = "../aws-smithy-xml" @@ -73,7 +73,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" @@ -107,7 +107,7 @@ version = "1.7.2" [dev-dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["test-util"] -version = "1.2.6" +version = "1.2.7" [dev-dependencies.futures-util] version = "0.3.25" diff --git a/sdk/identitystore/Cargo.toml b/sdk/identitystore/Cargo.toml index 24a373da68be..299168b8e2f0 100644 --- a/sdk/identitystore/Cargo.toml +++ b/sdk/identitystore/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/imagebuilder/Cargo.toml b/sdk/imagebuilder/Cargo.toml index fa901d8b7192..c977de91845c 100644 --- a/sdk/imagebuilder/Cargo.toml +++ b/sdk/imagebuilder/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/inspector/Cargo.toml b/sdk/inspector/Cargo.toml index 16ad3ffa130e..c65fb8a635a2 100644 --- a/sdk/inspector/Cargo.toml +++ b/sdk/inspector/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/inspector2/Cargo.toml b/sdk/inspector2/Cargo.toml index 9d43206facc1..1882bde994bc 100644 --- a/sdk/inspector2/Cargo.toml +++ b/sdk/inspector2/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/inspectorscan/Cargo.toml b/sdk/inspectorscan/Cargo.toml index 8b6c1c488e69..2ea017b0ce0a 100644 --- a/sdk/inspectorscan/Cargo.toml +++ b/sdk/inspectorscan/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/internetmonitor/Cargo.toml b/sdk/internetmonitor/Cargo.toml index 22e8eb20a000..1bd9de813aab 100644 --- a/sdk/internetmonitor/Cargo.toml +++ b/sdk/internetmonitor/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/iot/Cargo.toml b/sdk/iot/Cargo.toml index f693accf5765..c9bd57ac98c7 100644 --- a/sdk/iot/Cargo.toml +++ b/sdk/iot/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/iot1clickdevices/Cargo.toml b/sdk/iot1clickdevices/Cargo.toml index 1b150d43874c..0b3918acf19f 100644 --- a/sdk/iot1clickdevices/Cargo.toml +++ b/sdk/iot1clickdevices/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/iot1clickprojects/Cargo.toml b/sdk/iot1clickprojects/Cargo.toml index 65bb98bed725..3a782e068051 100644 --- a/sdk/iot1clickprojects/Cargo.toml +++ b/sdk/iot1clickprojects/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/iotanalytics/Cargo.toml b/sdk/iotanalytics/Cargo.toml index aa1615f0142f..5f6bb1be231d 100644 --- a/sdk/iotanalytics/Cargo.toml +++ b/sdk/iotanalytics/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/iotdataplane/Cargo.toml b/sdk/iotdataplane/Cargo.toml index 89cd8a039097..a42d1e247d15 100644 --- a/sdk/iotdataplane/Cargo.toml +++ b/sdk/iotdataplane/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/iotdeviceadvisor/Cargo.toml b/sdk/iotdeviceadvisor/Cargo.toml index 6c1a2d30fa62..0fdf99659f9b 100644 --- a/sdk/iotdeviceadvisor/Cargo.toml +++ b/sdk/iotdeviceadvisor/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/iotevents/Cargo.toml b/sdk/iotevents/Cargo.toml index ad6c8b752d9d..b6d5799f8f25 100644 --- a/sdk/iotevents/Cargo.toml +++ b/sdk/iotevents/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/ioteventsdata/Cargo.toml b/sdk/ioteventsdata/Cargo.toml index ecb0622d09bc..e6bb02752d83 100644 --- a/sdk/ioteventsdata/Cargo.toml +++ b/sdk/ioteventsdata/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/iotfleethub/Cargo.toml b/sdk/iotfleethub/Cargo.toml index a48b5a2f1c22..b5a197eba78b 100644 --- a/sdk/iotfleethub/Cargo.toml +++ b/sdk/iotfleethub/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/iotfleetwise/Cargo.toml b/sdk/iotfleetwise/Cargo.toml index 9da77e1006f5..2c36abc2cd72 100644 --- a/sdk/iotfleetwise/Cargo.toml +++ b/sdk/iotfleetwise/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/iotjobsdataplane/Cargo.toml b/sdk/iotjobsdataplane/Cargo.toml index 7c8fddae213b..58ad0026ee5e 100644 --- a/sdk/iotjobsdataplane/Cargo.toml +++ b/sdk/iotjobsdataplane/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/iotsecuretunneling/Cargo.toml b/sdk/iotsecuretunneling/Cargo.toml index 95850d61506c..e1fd20312068 100644 --- a/sdk/iotsecuretunneling/Cargo.toml +++ b/sdk/iotsecuretunneling/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/iotsitewise/Cargo.toml b/sdk/iotsitewise/Cargo.toml index d2f97d108acc..2c8f7138be16 100644 --- a/sdk/iotsitewise/Cargo.toml +++ b/sdk/iotsitewise/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/iotthingsgraph/Cargo.toml b/sdk/iotthingsgraph/Cargo.toml index 54a3577f8663..8768c6a271a6 100644 --- a/sdk/iotthingsgraph/Cargo.toml +++ b/sdk/iotthingsgraph/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/iottwinmaker/Cargo.toml b/sdk/iottwinmaker/Cargo.toml index 03b8b7c1cb5b..99fb871c7d95 100644 --- a/sdk/iottwinmaker/Cargo.toml +++ b/sdk/iottwinmaker/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/iotwireless/Cargo.toml b/sdk/iotwireless/Cargo.toml index 7a5c6f0c147e..076448d65a60 100644 --- a/sdk/iotwireless/Cargo.toml +++ b/sdk/iotwireless/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/ivs/Cargo.toml b/sdk/ivs/Cargo.toml index 9553e101c4b2..929122031e9f 100644 --- a/sdk/ivs/Cargo.toml +++ b/sdk/ivs/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/ivschat/Cargo.toml b/sdk/ivschat/Cargo.toml index 423224e63bad..b099f25a1b6a 100644 --- a/sdk/ivschat/Cargo.toml +++ b/sdk/ivschat/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/ivsrealtime/Cargo.toml b/sdk/ivsrealtime/Cargo.toml index a8671664113b..6a9e7f1663e0 100644 --- a/sdk/ivsrealtime/Cargo.toml +++ b/sdk/ivsrealtime/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/kafka/Cargo.toml b/sdk/kafka/Cargo.toml index eaee6ae0fe91..48b3cdd4e44f 100644 --- a/sdk/kafka/Cargo.toml +++ b/sdk/kafka/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/kafkaconnect/Cargo.toml b/sdk/kafkaconnect/Cargo.toml index 700fa5636a07..06b2276ff1f2 100644 --- a/sdk/kafkaconnect/Cargo.toml +++ b/sdk/kafkaconnect/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/kendra/Cargo.toml b/sdk/kendra/Cargo.toml index d505df32cb8b..f9be2c629f71 100644 --- a/sdk/kendra/Cargo.toml +++ b/sdk/kendra/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/kendraranking/Cargo.toml b/sdk/kendraranking/Cargo.toml index 629d9b25ae8b..6ea9b05d3dfb 100644 --- a/sdk/kendraranking/Cargo.toml +++ b/sdk/kendraranking/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/keyspaces/Cargo.toml b/sdk/keyspaces/Cargo.toml index 0311cbf81c80..01ce2744ee7b 100644 --- a/sdk/keyspaces/Cargo.toml +++ b/sdk/keyspaces/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/kinesis/Cargo.toml b/sdk/kinesis/Cargo.toml index a67fe3fbc269..c47e5db240a2 100644 --- a/sdk/kinesis/Cargo.toml +++ b/sdk/kinesis/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/kinesisanalytics/Cargo.toml b/sdk/kinesisanalytics/Cargo.toml index be4569a151dc..2e2fb8c43624 100644 --- a/sdk/kinesisanalytics/Cargo.toml +++ b/sdk/kinesisanalytics/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/kinesisanalyticsv2/Cargo.toml b/sdk/kinesisanalyticsv2/Cargo.toml index b6782b0ff784..e8c715e75889 100644 --- a/sdk/kinesisanalyticsv2/Cargo.toml +++ b/sdk/kinesisanalyticsv2/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/kinesisvideo/Cargo.toml b/sdk/kinesisvideo/Cargo.toml index f0f4b9a21274..7ad8b5afc6ca 100644 --- a/sdk/kinesisvideo/Cargo.toml +++ b/sdk/kinesisvideo/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/kinesisvideoarchivedmedia/Cargo.toml b/sdk/kinesisvideoarchivedmedia/Cargo.toml index 3538f10da6df..152837b51629 100644 --- a/sdk/kinesisvideoarchivedmedia/Cargo.toml +++ b/sdk/kinesisvideoarchivedmedia/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/kinesisvideomedia/Cargo.toml b/sdk/kinesisvideomedia/Cargo.toml index fe788c5ece14..546f5c2e5d01 100644 --- a/sdk/kinesisvideomedia/Cargo.toml +++ b/sdk/kinesisvideomedia/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/kinesisvideosignaling/Cargo.toml b/sdk/kinesisvideosignaling/Cargo.toml index a85cd5115e69..23b674879068 100644 --- a/sdk/kinesisvideosignaling/Cargo.toml +++ b/sdk/kinesisvideosignaling/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/kinesisvideowebrtcstorage/Cargo.toml b/sdk/kinesisvideowebrtcstorage/Cargo.toml index 6e32ecd98c11..9bf672b1cb28 100644 --- a/sdk/kinesisvideowebrtcstorage/Cargo.toml +++ b/sdk/kinesisvideowebrtcstorage/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/kms/Cargo.toml b/sdk/kms/Cargo.toml index d2e6617b5ac9..2f1236c1e2fe 100644 --- a/sdk/kms/Cargo.toml +++ b/sdk/kms/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" @@ -102,7 +102,7 @@ version = "1.7.2" [dev-dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["test-util"] -version = "1.2.6" +version = "1.2.7" [dev-dependencies.futures-util] version = "0.3.25" diff --git a/sdk/lakeformation/Cargo.toml b/sdk/lakeformation/Cargo.toml index a5a0404d935a..39b4f83ec188 100644 --- a/sdk/lakeformation/Cargo.toml +++ b/sdk/lakeformation/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/lambda/Cargo.toml b/sdk/lambda/Cargo.toml index a4aa5a2e0ea9..0dea20347885 100644 --- a/sdk/lambda/Cargo.toml +++ b/sdk/lambda/Cargo.toml @@ -52,7 +52,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -74,7 +74,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" @@ -108,7 +108,7 @@ version = "1.7.2" [dev-dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["test-util"] -version = "1.2.6" +version = "1.2.7" [dev-dependencies.futures-util] version = "0.3.25" diff --git a/sdk/launchwizard/Cargo.toml b/sdk/launchwizard/Cargo.toml index 78f5cce9c730..19f546dc228c 100644 --- a/sdk/launchwizard/Cargo.toml +++ b/sdk/launchwizard/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/lexmodelbuilding/Cargo.toml b/sdk/lexmodelbuilding/Cargo.toml index dfd2d3cd56a5..a2375a1c8579 100644 --- a/sdk/lexmodelbuilding/Cargo.toml +++ b/sdk/lexmodelbuilding/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/lexmodelsv2/Cargo.toml b/sdk/lexmodelsv2/Cargo.toml index 200c2f3ee3b4..533cc9d29a84 100644 --- a/sdk/lexmodelsv2/Cargo.toml +++ b/sdk/lexmodelsv2/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/lexruntime/Cargo.toml b/sdk/lexruntime/Cargo.toml index cfbd4f16c995..38d909d5cf6d 100644 --- a/sdk/lexruntime/Cargo.toml +++ b/sdk/lexruntime/Cargo.toml @@ -50,7 +50,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -72,7 +72,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/lexruntimev2/Cargo.toml b/sdk/lexruntimev2/Cargo.toml index 867790b8cf45..ad09093e43b9 100644 --- a/sdk/lexruntimev2/Cargo.toml +++ b/sdk/lexruntimev2/Cargo.toml @@ -57,7 +57,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["http-body-0-4-x"] -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -83,7 +83,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" @@ -92,7 +92,7 @@ version = "1.2.1" [dev-dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dev-dependencies.tokio] version = "1.23.1" diff --git a/sdk/licensemanager/Cargo.toml b/sdk/licensemanager/Cargo.toml index d2d789dbc394..b4888d06d11d 100644 --- a/sdk/licensemanager/Cargo.toml +++ b/sdk/licensemanager/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/licensemanagerlinuxsubscriptions/Cargo.toml b/sdk/licensemanagerlinuxsubscriptions/Cargo.toml index 3ff5c8d09444..8e1471633c7f 100644 --- a/sdk/licensemanagerlinuxsubscriptions/Cargo.toml +++ b/sdk/licensemanagerlinuxsubscriptions/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/licensemanagerusersubscriptions/Cargo.toml b/sdk/licensemanagerusersubscriptions/Cargo.toml index e2f770e4700d..a13e09a04627 100644 --- a/sdk/licensemanagerusersubscriptions/Cargo.toml +++ b/sdk/licensemanagerusersubscriptions/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/lightsail/Cargo.toml b/sdk/lightsail/Cargo.toml index fd45c65d9d8f..cc0a86abf96d 100644 --- a/sdk/lightsail/Cargo.toml +++ b/sdk/lightsail/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/location/Cargo.toml b/sdk/location/Cargo.toml index 0a85f11aaa49..11d35f6c3a88 100644 --- a/sdk/location/Cargo.toml +++ b/sdk/location/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/lookoutequipment/Cargo.toml b/sdk/lookoutequipment/Cargo.toml index c4cf97f3e5d2..850524129257 100644 --- a/sdk/lookoutequipment/Cargo.toml +++ b/sdk/lookoutequipment/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/lookoutmetrics/Cargo.toml b/sdk/lookoutmetrics/Cargo.toml index a516bb829b0f..e1a98abea901 100644 --- a/sdk/lookoutmetrics/Cargo.toml +++ b/sdk/lookoutmetrics/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/lookoutvision/Cargo.toml b/sdk/lookoutvision/Cargo.toml index 3915a68da0f9..a9f44e491638 100644 --- a/sdk/lookoutvision/Cargo.toml +++ b/sdk/lookoutvision/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/m2/Cargo.toml b/sdk/m2/Cargo.toml index b51951923d48..7af8c50daaf4 100644 --- a/sdk/m2/Cargo.toml +++ b/sdk/m2/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/machinelearning/Cargo.toml b/sdk/machinelearning/Cargo.toml index 5832b40ea307..ce26d5617f37 100644 --- a/sdk/machinelearning/Cargo.toml +++ b/sdk/machinelearning/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/macie2/Cargo.toml b/sdk/macie2/Cargo.toml index 1146d68956c6..3238845c5311 100644 --- a/sdk/macie2/Cargo.toml +++ b/sdk/macie2/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/mailmanager/Cargo.toml b/sdk/mailmanager/Cargo.toml index 79e29cd585f8..bed2b07722b7 100644 --- a/sdk/mailmanager/Cargo.toml +++ b/sdk/mailmanager/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/managedblockchain/Cargo.toml b/sdk/managedblockchain/Cargo.toml index e48ae53c3c65..a85fab8cd2cd 100644 --- a/sdk/managedblockchain/Cargo.toml +++ b/sdk/managedblockchain/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/managedblockchainquery/Cargo.toml b/sdk/managedblockchainquery/Cargo.toml index cb461c22220b..43d8227fdf20 100644 --- a/sdk/managedblockchainquery/Cargo.toml +++ b/sdk/managedblockchainquery/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/marketplaceagreement/Cargo.toml b/sdk/marketplaceagreement/Cargo.toml index 0277faf48929..45fbf4ad40bb 100644 --- a/sdk/marketplaceagreement/Cargo.toml +++ b/sdk/marketplaceagreement/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/marketplacecatalog/Cargo.toml b/sdk/marketplacecatalog/Cargo.toml index 8af16be40cd8..00a0b8a0ff5b 100644 --- a/sdk/marketplacecatalog/Cargo.toml +++ b/sdk/marketplacecatalog/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/marketplacecommerceanalytics/Cargo.toml b/sdk/marketplacecommerceanalytics/Cargo.toml index 6bb6ea5a9c1d..44f67079816c 100644 --- a/sdk/marketplacecommerceanalytics/Cargo.toml +++ b/sdk/marketplacecommerceanalytics/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/marketplacedeployment/Cargo.toml b/sdk/marketplacedeployment/Cargo.toml index 0291f924b770..dbb0a10993d5 100644 --- a/sdk/marketplacedeployment/Cargo.toml +++ b/sdk/marketplacedeployment/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/marketplaceentitlement/Cargo.toml b/sdk/marketplaceentitlement/Cargo.toml index c5ebb2523ac0..c401fbc108bd 100644 --- a/sdk/marketplaceentitlement/Cargo.toml +++ b/sdk/marketplaceentitlement/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/marketplacemetering/Cargo.toml b/sdk/marketplacemetering/Cargo.toml index 77305a38ad83..c150c47a9138 100644 --- a/sdk/marketplacemetering/Cargo.toml +++ b/sdk/marketplacemetering/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/marketplacereporting/Cargo.toml b/sdk/marketplacereporting/Cargo.toml index 9330339fa13b..f65c77a6dde2 100644 --- a/sdk/marketplacereporting/Cargo.toml +++ b/sdk/marketplacereporting/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/mediaconnect/Cargo.toml b/sdk/mediaconnect/Cargo.toml index 954d4f7c824f..98df62f9b55f 100644 --- a/sdk/mediaconnect/Cargo.toml +++ b/sdk/mediaconnect/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/mediaconvert/Cargo.toml b/sdk/mediaconvert/Cargo.toml index db953534eab5..f5a503afecfb 100644 --- a/sdk/mediaconvert/Cargo.toml +++ b/sdk/mediaconvert/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/medialive/Cargo.toml b/sdk/medialive/Cargo.toml index 5e53777ed307..aa54d5ef46aa 100644 --- a/sdk/medialive/Cargo.toml +++ b/sdk/medialive/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/mediapackage/Cargo.toml b/sdk/mediapackage/Cargo.toml index 4cd651b7aee3..627811e1c242 100644 --- a/sdk/mediapackage/Cargo.toml +++ b/sdk/mediapackage/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/mediapackagev2/Cargo.toml b/sdk/mediapackagev2/Cargo.toml index fb4213325b79..4d0bca5ca30d 100644 --- a/sdk/mediapackagev2/Cargo.toml +++ b/sdk/mediapackagev2/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/mediapackagevod/Cargo.toml b/sdk/mediapackagevod/Cargo.toml index e99bd92aaa3c..95945fa9d3df 100644 --- a/sdk/mediapackagevod/Cargo.toml +++ b/sdk/mediapackagevod/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/mediastore/Cargo.toml b/sdk/mediastore/Cargo.toml index 1fde0fda1da7..9409277d9d02 100644 --- a/sdk/mediastore/Cargo.toml +++ b/sdk/mediastore/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/mediastoredata/Cargo.toml b/sdk/mediastoredata/Cargo.toml index 2d6583cc4a00..7091bb05df86 100644 --- a/sdk/mediastoredata/Cargo.toml +++ b/sdk/mediastoredata/Cargo.toml @@ -50,7 +50,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -72,7 +72,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/mediatailor/Cargo.toml b/sdk/mediatailor/Cargo.toml index 5c1915c75dd0..bf247bab9b65 100644 --- a/sdk/mediatailor/Cargo.toml +++ b/sdk/mediatailor/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/medicalimaging/Cargo.toml b/sdk/medicalimaging/Cargo.toml index db697bdd6ae4..2c6153a47c7d 100644 --- a/sdk/medicalimaging/Cargo.toml +++ b/sdk/medicalimaging/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/memorydb/Cargo.toml b/sdk/memorydb/Cargo.toml index 761669abf486..8d8c4483e1d8 100644 --- a/sdk/memorydb/Cargo.toml +++ b/sdk/memorydb/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/mgn/Cargo.toml b/sdk/mgn/Cargo.toml index 5ba38447d7dc..aca27378c4c2 100644 --- a/sdk/mgn/Cargo.toml +++ b/sdk/mgn/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/migrationhub/Cargo.toml b/sdk/migrationhub/Cargo.toml index da79897e7cf0..e2ab454bfe56 100644 --- a/sdk/migrationhub/Cargo.toml +++ b/sdk/migrationhub/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/migrationhubconfig/Cargo.toml b/sdk/migrationhubconfig/Cargo.toml index f319d40388bb..e374ebfbe6d8 100644 --- a/sdk/migrationhubconfig/Cargo.toml +++ b/sdk/migrationhubconfig/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/migrationhuborchestrator/Cargo.toml b/sdk/migrationhuborchestrator/Cargo.toml index 89d792320afd..547ec7e874ee 100644 --- a/sdk/migrationhuborchestrator/Cargo.toml +++ b/sdk/migrationhuborchestrator/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/migrationhubrefactorspaces/Cargo.toml b/sdk/migrationhubrefactorspaces/Cargo.toml index 9b55bcd6de95..a1aa79f6b5a1 100644 --- a/sdk/migrationhubrefactorspaces/Cargo.toml +++ b/sdk/migrationhubrefactorspaces/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/migrationhubstrategy/Cargo.toml b/sdk/migrationhubstrategy/Cargo.toml index 3ed9410cbaa1..149b97c2aa98 100644 --- a/sdk/migrationhubstrategy/Cargo.toml +++ b/sdk/migrationhubstrategy/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/mq/Cargo.toml b/sdk/mq/Cargo.toml index e3e05a719569..b35fd380f435 100644 --- a/sdk/mq/Cargo.toml +++ b/sdk/mq/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/mturk/Cargo.toml b/sdk/mturk/Cargo.toml index d0eb5793105e..0fc0c68623e2 100644 --- a/sdk/mturk/Cargo.toml +++ b/sdk/mturk/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/mwaa/Cargo.toml b/sdk/mwaa/Cargo.toml index 63555d25ace4..8867ece31f47 100644 --- a/sdk/mwaa/Cargo.toml +++ b/sdk/mwaa/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/neptune/Cargo.toml b/sdk/neptune/Cargo.toml index 0e44cbb296ca..d828efd35ccc 100644 --- a/sdk/neptune/Cargo.toml +++ b/sdk/neptune/Cargo.toml @@ -50,7 +50,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-xml] path = "../aws-smithy-xml" @@ -73,7 +73,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/neptunedata/Cargo.toml b/sdk/neptunedata/Cargo.toml index 426e05ee892e..9d846c8fe5d5 100644 --- a/sdk/neptunedata/Cargo.toml +++ b/sdk/neptunedata/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/neptunegraph/Cargo.toml b/sdk/neptunegraph/Cargo.toml index 07d4bc820102..20df2d4bee7f 100644 --- a/sdk/neptunegraph/Cargo.toml +++ b/sdk/neptunegraph/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/networkfirewall/Cargo.toml b/sdk/networkfirewall/Cargo.toml index 55ce1a06095e..dd525cec1001 100644 --- a/sdk/networkfirewall/Cargo.toml +++ b/sdk/networkfirewall/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/networkmanager/Cargo.toml b/sdk/networkmanager/Cargo.toml index e91f81d751af..a1dce43bac4f 100644 --- a/sdk/networkmanager/Cargo.toml +++ b/sdk/networkmanager/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/networkmonitor/Cargo.toml b/sdk/networkmonitor/Cargo.toml index 96097296a7e9..442dfdacf330 100644 --- a/sdk/networkmonitor/Cargo.toml +++ b/sdk/networkmonitor/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/nimble/Cargo.toml b/sdk/nimble/Cargo.toml index cc0b7d138888..4499b3789215 100644 --- a/sdk/nimble/Cargo.toml +++ b/sdk/nimble/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/oam/Cargo.toml b/sdk/oam/Cargo.toml index 003538ceab40..d88924be8507 100644 --- a/sdk/oam/Cargo.toml +++ b/sdk/oam/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/omics/Cargo.toml b/sdk/omics/Cargo.toml index 2b09416f785c..05c9bae6703e 100644 --- a/sdk/omics/Cargo.toml +++ b/sdk/omics/Cargo.toml @@ -50,7 +50,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -75,7 +75,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/opensearch/Cargo.toml b/sdk/opensearch/Cargo.toml index e61f743ec8e4..2d520bef08ee 100644 --- a/sdk/opensearch/Cargo.toml +++ b/sdk/opensearch/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/opensearchserverless/Cargo.toml b/sdk/opensearchserverless/Cargo.toml index 6b792c3fa976..01762de00f24 100644 --- a/sdk/opensearchserverless/Cargo.toml +++ b/sdk/opensearchserverless/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/opsworks/Cargo.toml b/sdk/opsworks/Cargo.toml index 68595f6ee6f0..f440b1d543be 100644 --- a/sdk/opsworks/Cargo.toml +++ b/sdk/opsworks/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/opsworkscm/Cargo.toml b/sdk/opsworkscm/Cargo.toml index 539f3826687b..ec8bcefa32a3 100644 --- a/sdk/opsworkscm/Cargo.toml +++ b/sdk/opsworkscm/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/organizations/Cargo.toml b/sdk/organizations/Cargo.toml index 48447f4862f7..b90024ce55e2 100644 --- a/sdk/organizations/Cargo.toml +++ b/sdk/organizations/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/osis/Cargo.toml b/sdk/osis/Cargo.toml index bd0bb059f831..df8c23643b40 100644 --- a/sdk/osis/Cargo.toml +++ b/sdk/osis/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/outposts/Cargo.toml b/sdk/outposts/Cargo.toml index 0b8d846d1c02..a909b2544d6c 100644 --- a/sdk/outposts/Cargo.toml +++ b/sdk/outposts/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/panorama/Cargo.toml b/sdk/panorama/Cargo.toml index 7693bf01a8fb..afa22849fee9 100644 --- a/sdk/panorama/Cargo.toml +++ b/sdk/panorama/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/paymentcryptography/Cargo.toml b/sdk/paymentcryptography/Cargo.toml index 373af923a527..c6536c4c1f91 100644 --- a/sdk/paymentcryptography/Cargo.toml +++ b/sdk/paymentcryptography/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/paymentcryptographydata/Cargo.toml b/sdk/paymentcryptographydata/Cargo.toml index 4b6397bb0163..3b8fdd23dc85 100644 --- a/sdk/paymentcryptographydata/Cargo.toml +++ b/sdk/paymentcryptographydata/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/pcaconnectorad/Cargo.toml b/sdk/pcaconnectorad/Cargo.toml index cb844a9c92e0..91d2f12e2feb 100644 --- a/sdk/pcaconnectorad/Cargo.toml +++ b/sdk/pcaconnectorad/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/pcaconnectorscep/Cargo.toml b/sdk/pcaconnectorscep/Cargo.toml index 36832d208193..fe9b81724245 100644 --- a/sdk/pcaconnectorscep/Cargo.toml +++ b/sdk/pcaconnectorscep/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/pcs/Cargo.toml b/sdk/pcs/Cargo.toml index 12960ca9cdb2..4e2cdf4fa83e 100644 --- a/sdk/pcs/Cargo.toml +++ b/sdk/pcs/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/personalize/Cargo.toml b/sdk/personalize/Cargo.toml index 6bad77bac4b0..76e176463d0c 100644 --- a/sdk/personalize/Cargo.toml +++ b/sdk/personalize/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/personalizeevents/Cargo.toml b/sdk/personalizeevents/Cargo.toml index 6f56c3c8a41a..add2c3436b95 100644 --- a/sdk/personalizeevents/Cargo.toml +++ b/sdk/personalizeevents/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/personalizeruntime/Cargo.toml b/sdk/personalizeruntime/Cargo.toml index 5496451c704e..76389e73a49a 100644 --- a/sdk/personalizeruntime/Cargo.toml +++ b/sdk/personalizeruntime/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/pi/Cargo.toml b/sdk/pi/Cargo.toml index 631b6c612470..9105e9826749 100644 --- a/sdk/pi/Cargo.toml +++ b/sdk/pi/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/pinpoint/Cargo.toml b/sdk/pinpoint/Cargo.toml index 4e98a2eec0f7..c527798e2b1b 100644 --- a/sdk/pinpoint/Cargo.toml +++ b/sdk/pinpoint/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/pinpointemail/Cargo.toml b/sdk/pinpointemail/Cargo.toml index 8446690c24bf..2c1a104f1a7c 100644 --- a/sdk/pinpointemail/Cargo.toml +++ b/sdk/pinpointemail/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/pinpointsmsvoice/Cargo.toml b/sdk/pinpointsmsvoice/Cargo.toml index c6a2ce326bac..2f6d55e2a245 100644 --- a/sdk/pinpointsmsvoice/Cargo.toml +++ b/sdk/pinpointsmsvoice/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/pinpointsmsvoicev2/Cargo.toml b/sdk/pinpointsmsvoicev2/Cargo.toml index 003f28273759..11a59904b7fd 100644 --- a/sdk/pinpointsmsvoicev2/Cargo.toml +++ b/sdk/pinpointsmsvoicev2/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/pipes/Cargo.toml b/sdk/pipes/Cargo.toml index 1b7562140860..3458cba85898 100644 --- a/sdk/pipes/Cargo.toml +++ b/sdk/pipes/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/polly/Cargo.toml b/sdk/polly/Cargo.toml index f95864e06d77..bb93a2fc2ae1 100644 --- a/sdk/polly/Cargo.toml +++ b/sdk/polly/Cargo.toml @@ -50,7 +50,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -82,7 +82,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" @@ -116,7 +116,7 @@ version = "1.7.2" [dev-dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["test-util"] -version = "1.2.6" +version = "1.2.7" [dev-dependencies.futures-util] version = "0.3.25" diff --git a/sdk/pricing/Cargo.toml b/sdk/pricing/Cargo.toml index 003c309c4dbb..9e73507949f2 100644 --- a/sdk/pricing/Cargo.toml +++ b/sdk/pricing/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/privatenetworks/Cargo.toml b/sdk/privatenetworks/Cargo.toml index 2b80197db905..3d69631dc3f3 100644 --- a/sdk/privatenetworks/Cargo.toml +++ b/sdk/privatenetworks/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/proton/Cargo.toml b/sdk/proton/Cargo.toml index 29275e4fca40..1275069199c5 100644 --- a/sdk/proton/Cargo.toml +++ b/sdk/proton/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/qapps/Cargo.toml b/sdk/qapps/Cargo.toml index 152e0d31f0d2..6da350cae6a7 100644 --- a/sdk/qapps/Cargo.toml +++ b/sdk/qapps/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/qbusiness/Cargo.toml b/sdk/qbusiness/Cargo.toml index c118f719c847..4f047b5a61ba 100644 --- a/sdk/qbusiness/Cargo.toml +++ b/sdk/qbusiness/Cargo.toml @@ -57,7 +57,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["http-body-0-4-x"] -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -86,7 +86,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" @@ -95,7 +95,7 @@ version = "1.2.1" [dev-dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dev-dependencies.tokio] version = "1.23.1" diff --git a/sdk/qconnect/Cargo.toml b/sdk/qconnect/Cargo.toml index a85ec667f63d..1682ebd1d188 100644 --- a/sdk/qconnect/Cargo.toml +++ b/sdk/qconnect/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/qldb/Cargo.toml b/sdk/qldb/Cargo.toml index 8e320be93f50..000261b945d6 100644 --- a/sdk/qldb/Cargo.toml +++ b/sdk/qldb/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/qldbsession/Cargo.toml b/sdk/qldbsession/Cargo.toml index 393fe9a296c2..720392a6e71a 100644 --- a/sdk/qldbsession/Cargo.toml +++ b/sdk/qldbsession/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" @@ -102,7 +102,7 @@ version = "1.7.2" [dev-dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["test-util"] -version = "1.2.6" +version = "1.2.7" [dev-dependencies.futures-util] version = "0.3.25" diff --git a/sdk/quicksight/Cargo.toml b/sdk/quicksight/Cargo.toml index 834d7fe5bbcb..25c9369954bb 100644 --- a/sdk/quicksight/Cargo.toml +++ b/sdk/quicksight/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/ram/Cargo.toml b/sdk/ram/Cargo.toml index 6eb6e2b5312f..94783e9a7c2c 100644 --- a/sdk/ram/Cargo.toml +++ b/sdk/ram/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/rbin/Cargo.toml b/sdk/rbin/Cargo.toml index e67d4595d469..3608da95456a 100644 --- a/sdk/rbin/Cargo.toml +++ b/sdk/rbin/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/rds/Cargo.toml b/sdk/rds/Cargo.toml index a3f22dc85c76..8e626dbcb40a 100644 --- a/sdk/rds/Cargo.toml +++ b/sdk/rds/Cargo.toml @@ -50,7 +50,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-xml] path = "../aws-smithy-xml" @@ -73,7 +73,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/rdsdata/Cargo.toml b/sdk/rdsdata/Cargo.toml index d4fdd352fdee..2afbf9ce18a1 100644 --- a/sdk/rdsdata/Cargo.toml +++ b/sdk/rdsdata/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/redshift/Cargo.toml b/sdk/redshift/Cargo.toml index 353e2e01b167..4d3d4b9bcacf 100644 --- a/sdk/redshift/Cargo.toml +++ b/sdk/redshift/Cargo.toml @@ -50,7 +50,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-xml] path = "../aws-smithy-xml" @@ -73,7 +73,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/redshiftdata/Cargo.toml b/sdk/redshiftdata/Cargo.toml index 0d2b0740aa18..e074f88b10dd 100644 --- a/sdk/redshiftdata/Cargo.toml +++ b/sdk/redshiftdata/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/redshiftserverless/Cargo.toml b/sdk/redshiftserverless/Cargo.toml index 04615d868bf9..d8832d78d20e 100644 --- a/sdk/redshiftserverless/Cargo.toml +++ b/sdk/redshiftserverless/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/rekognition/Cargo.toml b/sdk/rekognition/Cargo.toml index 64393afa58d7..0ac86ab8d1f5 100644 --- a/sdk/rekognition/Cargo.toml +++ b/sdk/rekognition/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/repostspace/Cargo.toml b/sdk/repostspace/Cargo.toml index cb2e615e4d6c..94cfef444577 100644 --- a/sdk/repostspace/Cargo.toml +++ b/sdk/repostspace/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/resiliencehub/Cargo.toml b/sdk/resiliencehub/Cargo.toml index 7fc944912a62..c050653d78b2 100644 --- a/sdk/resiliencehub/Cargo.toml +++ b/sdk/resiliencehub/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/resourceexplorer2/Cargo.toml b/sdk/resourceexplorer2/Cargo.toml index 091e1d775cde..081ed8d61ed0 100644 --- a/sdk/resourceexplorer2/Cargo.toml +++ b/sdk/resourceexplorer2/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/resourcegroups/Cargo.toml b/sdk/resourcegroups/Cargo.toml index 3937d46428eb..aa977cdb2075 100644 --- a/sdk/resourcegroups/Cargo.toml +++ b/sdk/resourcegroups/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/resourcegroupstagging/Cargo.toml b/sdk/resourcegroupstagging/Cargo.toml index c4bddcbcc43b..adeeb8e527bf 100644 --- a/sdk/resourcegroupstagging/Cargo.toml +++ b/sdk/resourcegroupstagging/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/robomaker/Cargo.toml b/sdk/robomaker/Cargo.toml index b5059a3e2d9b..7fe795c58cd9 100644 --- a/sdk/robomaker/Cargo.toml +++ b/sdk/robomaker/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/rolesanywhere/Cargo.toml b/sdk/rolesanywhere/Cargo.toml index 3d643d0cb7db..46a46778fada 100644 --- a/sdk/rolesanywhere/Cargo.toml +++ b/sdk/rolesanywhere/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/route53/Cargo.toml b/sdk/route53/Cargo.toml index bc976ca9d884..3b4c9d860ee5 100644 --- a/sdk/route53/Cargo.toml +++ b/sdk/route53/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-xml] path = "../aws-smithy-xml" @@ -69,7 +69,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/route53domains/Cargo.toml b/sdk/route53domains/Cargo.toml index 07cd2003ceee..6df50c25b7b1 100644 --- a/sdk/route53domains/Cargo.toml +++ b/sdk/route53domains/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/route53profiles/Cargo.toml b/sdk/route53profiles/Cargo.toml index 914366be764f..cc6d291fc729 100644 --- a/sdk/route53profiles/Cargo.toml +++ b/sdk/route53profiles/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/route53recoverycluster/Cargo.toml b/sdk/route53recoverycluster/Cargo.toml index 2ffa9bc80c6e..62a22a8f2f10 100644 --- a/sdk/route53recoverycluster/Cargo.toml +++ b/sdk/route53recoverycluster/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/route53recoverycontrolconfig/Cargo.toml b/sdk/route53recoverycontrolconfig/Cargo.toml index fac43c4c3dd5..0a947896ffc9 100644 --- a/sdk/route53recoverycontrolconfig/Cargo.toml +++ b/sdk/route53recoverycontrolconfig/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/route53recoveryreadiness/Cargo.toml b/sdk/route53recoveryreadiness/Cargo.toml index f036cda06308..abda2f538cad 100644 --- a/sdk/route53recoveryreadiness/Cargo.toml +++ b/sdk/route53recoveryreadiness/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/route53resolver/Cargo.toml b/sdk/route53resolver/Cargo.toml index ce93617897e5..af58bbc8d0a7 100644 --- a/sdk/route53resolver/Cargo.toml +++ b/sdk/route53resolver/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/rum/Cargo.toml b/sdk/rum/Cargo.toml index b2f0399ddbb3..d2947d2621fd 100644 --- a/sdk/rum/Cargo.toml +++ b/sdk/rum/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/s3/Cargo.toml b/sdk/s3/Cargo.toml index fe7a3c897528..b489814f5c1e 100644 --- a/sdk/s3/Cargo.toml +++ b/sdk/s3/Cargo.toml @@ -64,7 +64,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-xml] path = "../aws-smithy-xml" @@ -128,7 +128,7 @@ version = "1.12.0" [dev-dependencies.aws-config] path = "../aws-config" features = ["behavior-version-latest"] -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" @@ -167,7 +167,7 @@ version = "1.7.2" [dev-dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["test-util"] -version = "1.2.6" +version = "1.2.7" [dev-dependencies.bytes-utils] version = "0.1.0" diff --git a/sdk/s3control/Cargo.toml b/sdk/s3control/Cargo.toml index 97d93740740c..d89b53230063 100644 --- a/sdk/s3control/Cargo.toml +++ b/sdk/s3control/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-xml] path = "../aws-smithy-xml" @@ -78,7 +78,7 @@ version = "0.1" version = "2.3.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" @@ -112,7 +112,7 @@ version = "1.7.2" [dev-dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["test-util"] -version = "1.2.6" +version = "1.2.7" [dev-dependencies.futures-util] version = "0.3.25" diff --git a/sdk/s3outposts/Cargo.toml b/sdk/s3outposts/Cargo.toml index 08eb03288439..a5bbb72104b3 100644 --- a/sdk/s3outposts/Cargo.toml +++ b/sdk/s3outposts/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/sagemaker/Cargo.toml b/sdk/sagemaker/Cargo.toml index 51ad5d1b50ff..42e13f09ea6f 100644 --- a/sdk/sagemaker/Cargo.toml +++ b/sdk/sagemaker/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/sagemakera2iruntime/Cargo.toml b/sdk/sagemakera2iruntime/Cargo.toml index d7bc65244338..4bca04b412c0 100644 --- a/sdk/sagemakera2iruntime/Cargo.toml +++ b/sdk/sagemakera2iruntime/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/sagemakeredge/Cargo.toml b/sdk/sagemakeredge/Cargo.toml index dfe70391bc9f..7ec95ff74662 100644 --- a/sdk/sagemakeredge/Cargo.toml +++ b/sdk/sagemakeredge/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/sagemakerfeaturestoreruntime/Cargo.toml b/sdk/sagemakerfeaturestoreruntime/Cargo.toml index cfb4f6727291..38bd35689def 100644 --- a/sdk/sagemakerfeaturestoreruntime/Cargo.toml +++ b/sdk/sagemakerfeaturestoreruntime/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/sagemakergeospatial/Cargo.toml b/sdk/sagemakergeospatial/Cargo.toml index 037a306b2083..73985bda0e2b 100644 --- a/sdk/sagemakergeospatial/Cargo.toml +++ b/sdk/sagemakergeospatial/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/sagemakermetrics/Cargo.toml b/sdk/sagemakermetrics/Cargo.toml index 33f8bc44f87c..0ca87bced890 100644 --- a/sdk/sagemakermetrics/Cargo.toml +++ b/sdk/sagemakermetrics/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/sagemakerruntime/Cargo.toml b/sdk/sagemakerruntime/Cargo.toml index 1ef1935c3c8f..09dc2f4db6e7 100644 --- a/sdk/sagemakerruntime/Cargo.toml +++ b/sdk/sagemakerruntime/Cargo.toml @@ -52,7 +52,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -74,7 +74,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/savingsplans/Cargo.toml b/sdk/savingsplans/Cargo.toml index 05e8efabaeff..1e0c2872b790 100644 --- a/sdk/savingsplans/Cargo.toml +++ b/sdk/savingsplans/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/scheduler/Cargo.toml b/sdk/scheduler/Cargo.toml index cef907ca7f06..d3439b56a017 100644 --- a/sdk/scheduler/Cargo.toml +++ b/sdk/scheduler/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/schemas/Cargo.toml b/sdk/schemas/Cargo.toml index 8ea993e85d79..9df8db2fa45f 100644 --- a/sdk/schemas/Cargo.toml +++ b/sdk/schemas/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/secretsmanager/Cargo.toml b/sdk/secretsmanager/Cargo.toml index 0404d72ecf38..069c9c267b62 100644 --- a/sdk/secretsmanager/Cargo.toml +++ b/sdk/secretsmanager/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/securityhub/Cargo.toml b/sdk/securityhub/Cargo.toml index e9a8227f0300..fc83c1fb6497 100644 --- a/sdk/securityhub/Cargo.toml +++ b/sdk/securityhub/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/securitylake/Cargo.toml b/sdk/securitylake/Cargo.toml index e83350155be4..e842422b6e20 100644 --- a/sdk/securitylake/Cargo.toml +++ b/sdk/securitylake/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/serverlessapplicationrepository/Cargo.toml b/sdk/serverlessapplicationrepository/Cargo.toml index 24e2a918b029..c39fb86874a8 100644 --- a/sdk/serverlessapplicationrepository/Cargo.toml +++ b/sdk/serverlessapplicationrepository/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/servicecatalog/Cargo.toml b/sdk/servicecatalog/Cargo.toml index 8f9f02559894..925058cdc6e5 100644 --- a/sdk/servicecatalog/Cargo.toml +++ b/sdk/servicecatalog/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/servicecatalogappregistry/Cargo.toml b/sdk/servicecatalogappregistry/Cargo.toml index 89c04fa9a953..13ec9f9df5d1 100644 --- a/sdk/servicecatalogappregistry/Cargo.toml +++ b/sdk/servicecatalogappregistry/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/servicediscovery/Cargo.toml b/sdk/servicediscovery/Cargo.toml index edeb355b7687..40b9136da7f1 100644 --- a/sdk/servicediscovery/Cargo.toml +++ b/sdk/servicediscovery/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/servicequotas/Cargo.toml b/sdk/servicequotas/Cargo.toml index 906073b1b22c..35d30f153d46 100644 --- a/sdk/servicequotas/Cargo.toml +++ b/sdk/servicequotas/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/ses/Cargo.toml b/sdk/ses/Cargo.toml index 939f722dc959..3e7e9f79b1b5 100644 --- a/sdk/ses/Cargo.toml +++ b/sdk/ses/Cargo.toml @@ -50,7 +50,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-xml] path = "../aws-smithy-xml" @@ -73,7 +73,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/sesv2/Cargo.toml b/sdk/sesv2/Cargo.toml index b257038a306d..8af86dcbe9cb 100644 --- a/sdk/sesv2/Cargo.toml +++ b/sdk/sesv2/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/sfn/Cargo.toml b/sdk/sfn/Cargo.toml index 1db9da33f2e8..41d6b87ab0ec 100644 --- a/sdk/sfn/Cargo.toml +++ b/sdk/sfn/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/shield/Cargo.toml b/sdk/shield/Cargo.toml index 83a3da5d930c..6faac66c4b61 100644 --- a/sdk/shield/Cargo.toml +++ b/sdk/shield/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/signer/Cargo.toml b/sdk/signer/Cargo.toml index 0306b1231ca9..bafc27fdb9a3 100644 --- a/sdk/signer/Cargo.toml +++ b/sdk/signer/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/simspaceweaver/Cargo.toml b/sdk/simspaceweaver/Cargo.toml index c42b64862413..fd120332430d 100644 --- a/sdk/simspaceweaver/Cargo.toml +++ b/sdk/simspaceweaver/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/sms/Cargo.toml b/sdk/sms/Cargo.toml index 54f7cea97f5a..3298943c0778 100644 --- a/sdk/sms/Cargo.toml +++ b/sdk/sms/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/snowball/Cargo.toml b/sdk/snowball/Cargo.toml index bb349c03d106..1334a40cc6d2 100644 --- a/sdk/snowball/Cargo.toml +++ b/sdk/snowball/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/snowdevicemanagement/Cargo.toml b/sdk/snowdevicemanagement/Cargo.toml index 0ee50474cd6d..b7c2c8f13f33 100644 --- a/sdk/snowdevicemanagement/Cargo.toml +++ b/sdk/snowdevicemanagement/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/sns/Cargo.toml b/sdk/sns/Cargo.toml index 04c8c873a37b..4c96d563d0c1 100644 --- a/sdk/sns/Cargo.toml +++ b/sdk/sns/Cargo.toml @@ -50,7 +50,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-xml] path = "../aws-smithy-xml" @@ -73,7 +73,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/sqs/Cargo.toml b/sdk/sqs/Cargo.toml index 1c26526c3441..fc6305d6d23b 100644 --- a/sdk/sqs/Cargo.toml +++ b/sdk/sqs/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/ssm/Cargo.toml b/sdk/ssm/Cargo.toml index 202117b2b305..940117fc7c24 100644 --- a/sdk/ssm/Cargo.toml +++ b/sdk/ssm/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/ssmcontacts/Cargo.toml b/sdk/ssmcontacts/Cargo.toml index f48bf8c04af9..67b466f7e7b4 100644 --- a/sdk/ssmcontacts/Cargo.toml +++ b/sdk/ssmcontacts/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/ssmincidents/Cargo.toml b/sdk/ssmincidents/Cargo.toml index 2777207525ec..eaac72d56c65 100644 --- a/sdk/ssmincidents/Cargo.toml +++ b/sdk/ssmincidents/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/ssmquicksetup/Cargo.toml b/sdk/ssmquicksetup/Cargo.toml index 1a89d584ee2b..64d4c2eecc68 100644 --- a/sdk/ssmquicksetup/Cargo.toml +++ b/sdk/ssmquicksetup/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/ssmsap/Cargo.toml b/sdk/ssmsap/Cargo.toml index 8ca3d4ad55f8..87ed1084077d 100644 --- a/sdk/ssmsap/Cargo.toml +++ b/sdk/ssmsap/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/sso/Cargo.toml b/sdk/sso/Cargo.toml index b400deb37f62..b470023c5b5a 100644 --- a/sdk/sso/Cargo.toml +++ b/sdk/sso/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" diff --git a/sdk/ssoadmin/Cargo.toml b/sdk/ssoadmin/Cargo.toml index 9cce4f9f40ca..c779c06638ed 100644 --- a/sdk/ssoadmin/Cargo.toml +++ b/sdk/ssoadmin/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/ssooidc/Cargo.toml b/sdk/ssooidc/Cargo.toml index c5bee64c7cd9..cf4d10b33ef7 100644 --- a/sdk/ssooidc/Cargo.toml +++ b/sdk/ssooidc/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" diff --git a/sdk/storagegateway/Cargo.toml b/sdk/storagegateway/Cargo.toml index 802c800338e8..cfbead2b2679 100644 --- a/sdk/storagegateway/Cargo.toml +++ b/sdk/storagegateway/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/sts/Cargo.toml b/sdk/sts/Cargo.toml index 9a70ca180ebd..eea34b39972b 100644 --- a/sdk/sts/Cargo.toml +++ b/sdk/sts/Cargo.toml @@ -50,7 +50,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-smithy-xml] path = "../aws-smithy-xml" @@ -103,7 +103,7 @@ version = "1.7.2" [dev-dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["test-util"] -version = "1.2.6" +version = "1.2.7" [dev-dependencies.futures-util] version = "0.3.25" diff --git a/sdk/supplychain/Cargo.toml b/sdk/supplychain/Cargo.toml index 28811eff5cbb..759a5d8c3b30 100644 --- a/sdk/supplychain/Cargo.toml +++ b/sdk/supplychain/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/support/Cargo.toml b/sdk/support/Cargo.toml index fc07686a5a30..d575c224681e 100644 --- a/sdk/support/Cargo.toml +++ b/sdk/support/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/supportapp/Cargo.toml b/sdk/supportapp/Cargo.toml index 280547d1cd78..07b1fb961fd4 100644 --- a/sdk/supportapp/Cargo.toml +++ b/sdk/supportapp/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/swf/Cargo.toml b/sdk/swf/Cargo.toml index 5aee4dd0b560..04cc287cf612 100644 --- a/sdk/swf/Cargo.toml +++ b/sdk/swf/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/synthetics/Cargo.toml b/sdk/synthetics/Cargo.toml index 65512215fa3e..7ff8bf5be7aa 100644 --- a/sdk/synthetics/Cargo.toml +++ b/sdk/synthetics/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/taxsettings/Cargo.toml b/sdk/taxsettings/Cargo.toml index f73b310eee90..91ed31d2cbad 100644 --- a/sdk/taxsettings/Cargo.toml +++ b/sdk/taxsettings/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/textract/Cargo.toml b/sdk/textract/Cargo.toml index 2c6b0836d9ec..1973274a223c 100644 --- a/sdk/textract/Cargo.toml +++ b/sdk/textract/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/timestreaminfluxdb/Cargo.toml b/sdk/timestreaminfluxdb/Cargo.toml index d6cdc52ad30e..e302e3b4fdaa 100644 --- a/sdk/timestreaminfluxdb/Cargo.toml +++ b/sdk/timestreaminfluxdb/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/timestreamquery/Cargo.toml b/sdk/timestreamquery/Cargo.toml index c65166fd0dcf..216ba8ffc457 100644 --- a/sdk/timestreamquery/Cargo.toml +++ b/sdk/timestreamquery/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -75,7 +75,7 @@ features = ["sync"] version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" @@ -109,7 +109,7 @@ version = "1.7.2" [dev-dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["test-util"] -version = "1.2.6" +version = "1.2.7" [dev-dependencies.futures-util] version = "0.3.25" diff --git a/sdk/timestreamwrite/Cargo.toml b/sdk/timestreamwrite/Cargo.toml index 8ceab6af102c..b4b17150addb 100644 --- a/sdk/timestreamwrite/Cargo.toml +++ b/sdk/timestreamwrite/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -75,7 +75,7 @@ features = ["sync"] version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/tnb/Cargo.toml b/sdk/tnb/Cargo.toml index 487f14b3d743..00b907e00a34 100644 --- a/sdk/tnb/Cargo.toml +++ b/sdk/tnb/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/transcribe/Cargo.toml b/sdk/transcribe/Cargo.toml index 96c127c3a441..f32ff321147e 100644 --- a/sdk/transcribe/Cargo.toml +++ b/sdk/transcribe/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/transcribestreaming/Cargo.toml b/sdk/transcribestreaming/Cargo.toml index c9c8bef3f33f..c116b6f599dd 100644 --- a/sdk/transcribestreaming/Cargo.toml +++ b/sdk/transcribestreaming/Cargo.toml @@ -57,7 +57,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["http-body-0-4-x"] -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -86,7 +86,7 @@ version = "0.3.0" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" @@ -120,7 +120,7 @@ version = "1.7.2" [dev-dependencies.aws-smithy-types] path = "../aws-smithy-types" features = ["test-util"] -version = "1.2.6" +version = "1.2.7" [dev-dependencies.futures-core] version = "0.3.25" diff --git a/sdk/transfer/Cargo.toml b/sdk/transfer/Cargo.toml index 8c9b1f28ff7e..e07e5bae1524 100644 --- a/sdk/transfer/Cargo.toml +++ b/sdk/transfer/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/translate/Cargo.toml b/sdk/translate/Cargo.toml index 63761cda0385..d22420a025e8 100644 --- a/sdk/translate/Cargo.toml +++ b/sdk/translate/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/trustedadvisor/Cargo.toml b/sdk/trustedadvisor/Cargo.toml index 7e185b45c096..d23a3a855a15 100644 --- a/sdk/trustedadvisor/Cargo.toml +++ b/sdk/trustedadvisor/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/verifiedpermissions/Cargo.toml b/sdk/verifiedpermissions/Cargo.toml index fed9a2e117d3..df2948d96384 100644 --- a/sdk/verifiedpermissions/Cargo.toml +++ b/sdk/verifiedpermissions/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/voiceid/Cargo.toml b/sdk/voiceid/Cargo.toml index 0802ce8375fe..c783d80a225f 100644 --- a/sdk/voiceid/Cargo.toml +++ b/sdk/voiceid/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/vpclattice/Cargo.toml b/sdk/vpclattice/Cargo.toml index 7ceba31a9a1a..956c67fed6b3 100644 --- a/sdk/vpclattice/Cargo.toml +++ b/sdk/vpclattice/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/waf/Cargo.toml b/sdk/waf/Cargo.toml index a7037801c970..5a9ac8502963 100644 --- a/sdk/waf/Cargo.toml +++ b/sdk/waf/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/wafregional/Cargo.toml b/sdk/wafregional/Cargo.toml index a19eb920a211..7c8e12efa234 100644 --- a/sdk/wafregional/Cargo.toml +++ b/sdk/wafregional/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/wafv2/Cargo.toml b/sdk/wafv2/Cargo.toml index 8242616cf340..f6b56562cf6c 100644 --- a/sdk/wafv2/Cargo.toml +++ b/sdk/wafv2/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/wellarchitected/Cargo.toml b/sdk/wellarchitected/Cargo.toml index cd83b4df5fe2..0191bfa14ef2 100644 --- a/sdk/wellarchitected/Cargo.toml +++ b/sdk/wellarchitected/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/wisdom/Cargo.toml b/sdk/wisdom/Cargo.toml index ce8ea3e56ada..e3fc2e5ea206 100644 --- a/sdk/wisdom/Cargo.toml +++ b/sdk/wisdom/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/workdocs/Cargo.toml b/sdk/workdocs/Cargo.toml index 0b0cac1f7b9f..79124c841d24 100644 --- a/sdk/workdocs/Cargo.toml +++ b/sdk/workdocs/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/workmail/Cargo.toml b/sdk/workmail/Cargo.toml index 18f943202613..315486ba41a6 100644 --- a/sdk/workmail/Cargo.toml +++ b/sdk/workmail/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/workmailmessageflow/Cargo.toml b/sdk/workmailmessageflow/Cargo.toml index 30b40e0d26e3..56b0f45209f9 100644 --- a/sdk/workmailmessageflow/Cargo.toml +++ b/sdk/workmailmessageflow/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/workspaces/Cargo.toml b/sdk/workspaces/Cargo.toml index 6f72faac3573..cb421412245d 100644 --- a/sdk/workspaces/Cargo.toml +++ b/sdk/workspaces/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/workspacesthinclient/Cargo.toml b/sdk/workspacesthinclient/Cargo.toml index 4e0841c96d50..906a10755055 100644 --- a/sdk/workspacesthinclient/Cargo.toml +++ b/sdk/workspacesthinclient/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/workspacesweb/Cargo.toml b/sdk/workspacesweb/Cargo.toml index 97be3bb917c7..564fba8e5633 100644 --- a/sdk/workspacesweb/Cargo.toml +++ b/sdk/workspacesweb/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -71,7 +71,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/sdk/xray/Cargo.toml b/sdk/xray/Cargo.toml index d8d708ec9869..93cddec11a3f 100644 --- a/sdk/xray/Cargo.toml +++ b/sdk/xray/Cargo.toml @@ -46,7 +46,7 @@ version = "1.7.2" [dependencies.aws-smithy-types] path = "../aws-smithy-types" -version = "1.2.6" +version = "1.2.7" [dependencies.aws-types] path = "../aws-types" @@ -68,7 +68,7 @@ version = "0.1.5" version = "0.1" [dev-dependencies.aws-config] path = "../aws-config" -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-credential-types] path = "../aws-credential-types" diff --git a/tests/no-default-features/Cargo.toml b/tests/no-default-features/Cargo.toml index 4d7754e8657c..cf1a4ae703c5 100644 --- a/tests/no-default-features/Cargo.toml +++ b/tests/no-default-features/Cargo.toml @@ -16,7 +16,7 @@ http = "0.2.9" [dev-dependencies.aws-config] path = "../../sdk/aws-config" default-features = false -version = "1.5.6" +version = "1.5.7" [dev-dependencies.aws-sdk-s3] path = "../../sdk/s3" diff --git a/versions.toml b/versions.toml index 3223fdd41e42..9111c7f37679 100644 --- a/versions.toml +++ b/versions.toml @@ -1,17 +1,17 @@ -smithy_rs_revision = '432e0f9e4cd66aab6964ed5a691e34e6cbb86cc2' +smithy_rs_revision = '37c1cc0b31fa85057bd294707bdc88d7bc91d627' aws_doc_sdk_examples_revision = 'a370cb2bb182ab57f55a6086175273dc863ee9e3' [manual_interventions] crates_to_remove = [] [crates.aws-config] category = 'AwsRuntime' -version = '1.5.6' -source_hash = '6b0641851435bf83ac852241df6f2568da0577e54ca678331266591a0376b659' +version = '1.5.7' +source_hash = '213121ec65e4ffd80d592315c6b8b098bfd6f0e9582d2144bb66a5fdeef8702c' [crates.aws-credential-types] category = 'AwsRuntime' version = '1.2.1' -source_hash = '30d6b5b7d682ea1b8d6bc9ec5da2e25bbb923473f75f905c4d58dd6b35257518' +source_hash = '4a9202b40333fdfd9af9d862f343f53d8b06180a66deab87b1dba1a106e4e13a' [crates.aws-endpoint] category = 'AwsRuntime' @@ -31,7 +31,7 @@ source_hash = '728ed2dae4d74acecaa81829d131ad5911944dac4a3da955b5d17bb1fe2fb4ab' [crates.aws-runtime] category = 'AwsRuntime' version = '1.4.3' -source_hash = '29f937598bf993691176c044ae403d3bbbf573feacf31fce3dc42e90bba62e1c' +source_hash = '77f58c10fd0ccc9f6512a1f47275af05cc685fc6564cbca9ce915270030a84a3' [crates.aws-runtime-api] category = 'AwsRuntime' @@ -41,2317 +41,2317 @@ source_hash = '7caa8ed74da665f093808300182adf679555d0e28ae81e3e7993903a56c4804d' [crates.aws-sdk-accessanalyzer] category = 'AwsSdk' version = '1.48.0' -source_hash = 'b7dd96dd06a8da41aa679a1c0f304842a5f70ad048911e8cfbb0eee98fc961e8' +source_hash = '52e69eb5cd19de48b9ed202ccb1ed042552d3f3e533ec3705b68542fc949846e' model_hash = 'e04616b3b11f1f5e70a8792e9e5e3e3f85f6ef9d4d16617ddc8900a1bb8d8317' [crates.aws-sdk-account] category = 'AwsSdk' version = '1.46.0' -source_hash = '4da326143c3b549ab5b9467d289a680e3c9223614fd8688179db11614947c003' +source_hash = '2930b700684fded1ea996c940dc422187550fc860c564c86edd40d9a3159296e' model_hash = 'e053c02604629231c91529fefa603be657a56e45e1b3bb1af76c165721070ec9' [crates.aws-sdk-acm] category = 'AwsSdk' version = '1.46.0' -source_hash = '94278faa70a69bbc94372ae86cce666ce65d39b8187437d629937bd5772dbb0f' +source_hash = '70fa2594e51ff05d5f23593e944606ff99e0bc2460e74aab40a78e3693f7c87e' model_hash = '707cde7caa30133c4d1e401decfb9815af0805b744e956c8cc125119a3691f83' [crates.aws-sdk-acmpca] category = 'AwsSdk' version = '1.48.0' -source_hash = 'bc15e09fdce179b9e2ede15ce850d2c9b37f0238e328647a2083175204fd7963' +source_hash = 'be586312c42c87b0ee48690813225607b42a409d4832d046fb6765f23d977712' model_hash = '025a4b98ffe521deeb9de0538127e54c9ffc82dc1dfdb7c2839a62de70f4e498' [crates.aws-sdk-amp] category = 'AwsSdk' version = '1.45.0' -source_hash = 'c33d49677bc8a46ebbe0a6bab8e2e5fe6212493cb045cea4aca26aeaf793c979' +source_hash = 'b6282090c0b9e03a5d9c155eabdcd8170f9c8b775ec0bacc7a75c91414d97aa5' model_hash = 'b09b164e9949d95279b977fd962cc347c565b275f84f50e5501256a4d663a525' [crates.aws-sdk-amplify] category = 'AwsSdk' version = '1.48.0' -source_hash = '7b564c31b42d4bd60b25587c6b6bf51b8aeee5e795ec213a3c4e28c8a422d804' +source_hash = '3f5b3096398d6947fcd7be242097647085688939c3c82d28854a349cff08d2a4' model_hash = 'fbd81530124c2b2d85f41580057f724c76559e4ca1fe3cedf9cef0565d656724' [crates.aws-sdk-amplifybackend] category = 'AwsSdk' version = '1.45.0' -source_hash = 'ecc96e7b81f29ccea8b8bcddec9610a87a1c70e5ae3f37b8ad63c4ea660092e2' +source_hash = '08c748d9632ab6e36952c175b8c071e33594f7f0fd25a3f17eb9f7291604323c' model_hash = '55ebcb28813fcd6e41309a5113a3ea35ffec5306a194a215a22bc796cd6d4729' [crates.aws-sdk-amplifyuibuilder] category = 'AwsSdk' version = '1.45.0' -source_hash = 'fa8bc65801517285b6b586c5a884472819e5ba2c2407a7c8610780d4357d9db6' +source_hash = '77250f6a79670ff6f9b57d3fab0ad92b29f4f042d7f7c38c20f91dc0fb445941' model_hash = '711a8d250ce7cfe2729c4838b919afef6eab9efc92d8655f2ebf50b50240db0d' [crates.aws-sdk-apigateway] category = 'AwsSdk' version = '1.46.0' -source_hash = '0621e7455924133250b93c7c4374776dcaa33e015d7ae7a9459931f22d602685' +source_hash = '9d97bb63530f298aa78867c9dcce21a4708a15654358ee746147117b18672c93' model_hash = '2c778f73820eb43354041800296e3a5da5f303ee0127c34d62b311608630b4ca' [crates.aws-sdk-apigatewaymanagement] category = 'AwsSdk' version = '1.45.0' -source_hash = '514399a428deb6325b6ac9be43725e3e5881159ba7dca542b6fde6c98843846c' +source_hash = '8e369d1c4a559020d4ecaa46ea6fcad64e12711776a33db08c735eafd63dae8d' model_hash = 'da3fc1b71d982864cd77e0187eb3078f4443e8d9da188cbb5db04cef126e46b6' [crates.aws-sdk-apigatewayv2] category = 'AwsSdk' version = '1.45.0' -source_hash = '75ebb6647fb6e6f4278fc8c903ee6afe92e9271b56048a8c5449abfd649888d8' +source_hash = 'c6730daa5836ea85b4cf117bb8e13fb498a0fd90186faff56a5dd60ca3adb4cf' model_hash = 'd78aa2f44c0462bc70277b72ba410145023564b98a69babce0b6aa1afa1dedd2' [crates.aws-sdk-appconfig] category = 'AwsSdk' version = '1.47.0' -source_hash = '88b9128165f9a95580248f80d9231b7c29df2483284f2b763c959092adedfed5' +source_hash = '0daf59d5d5c286e092fbc3b4cd3a332edfe7a2eb091288d7c462f3edbccbc2c8' model_hash = '7f3f52347125f8648aa3baf0dc48548ce0fbc66f9882a9c928cdb4d31217e260' [crates.aws-sdk-appconfigdata] category = 'AwsSdk' version = '1.45.0' -source_hash = '1b3a9198f415bd1e6182d563271cedf2dc09d79fd47b4db641de3f179b8c77b4' +source_hash = '2b38f5f033fad1f42f056e215bce2be01c170341344cc0e4acfed326bf21cbd1' model_hash = '208225d7ff61f36e9195dc074364be704b5900d2236611829664a970a087567e' [crates.aws-sdk-appfabric] category = 'AwsSdk' version = '1.45.0' -source_hash = '7bb280adbf23521e6d016ddaf9bc4178b37dd1c9827a2e132bb8f597dbbfec38' +source_hash = '1dc69ed25f3d97f705eafa357a6b99b466e86313be034e60a817b7899814864f' model_hash = '2045e5882967d5ddc7289898cab3875087d7e26abd9522fbabf3f6642e17cd8d' [crates.aws-sdk-appflow] category = 'AwsSdk' version = '1.45.0' -source_hash = '5d802c89b3543cfebf1d69ff898f27897ac87686ae76baadacbc8967b42fa66e' +source_hash = '74fcae985343d80b70292102bf07574fcf9d35235e5eca16fa65139534a688d7' model_hash = '2e052cb3e79396e21e941fefb2445742cf5a666a1b9e0890414357db37678017' [crates.aws-sdk-appintegrations] category = 'AwsSdk' version = '1.46.0' -source_hash = 'e1456dfac501046726b41faafbf383716f4284f9c976ed43b331ba7b4dfde997' +source_hash = 'd8f4469c541a5e43acf7f20d5bbdb01e313ad2f90da7dc21f6f3665fd4193722' model_hash = '37502f0097392597b6f58bbac760da849215fe44aef900f0131c1df890d5578e' [crates.aws-sdk-applicationautoscaling] category = 'AwsSdk' version = '1.49.0' -source_hash = 'ca5cf398c4ca2140f0b98c540791ddd58b38878ef3db990c4a5e3173ddff9dfb' +source_hash = 'a91120f5b1a189b8ef624bc0cc11e93208d9e1f7d41bcf6fd42a23e1e4deb0a2' model_hash = 'f007c857f65786d2018266be61a355e185046e160603a25423908abebb297fd3' [crates.aws-sdk-applicationcostprofiler] category = 'AwsSdk' version = '1.45.0' -source_hash = '056058ad867bf5d16bbe08704c6fcd4b5b36ab6d6b8fffb1c037f875686e1a4c' +source_hash = 'c53a346dfe6e28831ae40b4689de54f6d399ac5df321a4bf89a431f77692913a' model_hash = '87f8b863a2d1b4902b1e5c1f822a2c3c31821a2885534c3080b7cdd70383fb6a' [crates.aws-sdk-applicationdiscovery] category = 'AwsSdk' version = '1.46.0' -source_hash = '13ca6dcbf4b469a449981b9e05f6cddfe9b487088e062ab1d33166df8f6eb940' +source_hash = 'a5035d9717544129df49a8311219fe6143834dfab4d2cfdfe489c7cc583cbe8d' model_hash = 'a8dad1436c2866936fa06b3b7a1ec2c05b3590f5c199894c53856f451fd50ab9' [crates.aws-sdk-applicationinsights] category = 'AwsSdk' version = '1.45.0' -source_hash = 'c3b112f05445009a6f8bdc5bb52da98c8c813b41e2d2322e4fe1888cb96201b1' +source_hash = 'ef64ddc8564de6d86bb3b8b09fcf9dee66887be557fd856ddc99d84a86c596ef' model_hash = '6eeff6c43c2016b1bce909d771fbbe4af9309d22443c32ee68c1684d8ab4f261' [crates.aws-sdk-applicationsignals] category = 'AwsSdk' version = '1.17.0' -source_hash = '0beb061a8ff280d43a269146977ddfdca3d99122e74e7cf9c0d2f0933c15ca02' +source_hash = 'a70e28b527795111280e17525adfdd38b25c20c189f53e81de562d99927abe33' model_hash = 'f0f53630c77b1447f41837041c74c6abc2431d8658bcde39d8e5ef1478bdfc34' [crates.aws-sdk-appmesh] category = 'AwsSdk' version = '1.45.0' -source_hash = '85bfda463b67cb25e56742ec3fbef99335d91bf15c6a4f333676718eb28683ad' +source_hash = '973ee8ced9fc3c5716df32faa22c08cf26b990849f1415f289f4d3fdd9c48486' model_hash = 'c854c811b3717a23d61711e743e914d454dd4096713742a5e66d31ab9c463601' [crates.aws-sdk-apprunner] category = 'AwsSdk' version = '1.46.0' -source_hash = '046ef0199e6c85c4c4beee9e72440794eeb6505bfe6a5fbc8dd54b8b4c1eab16' +source_hash = 'f065b571111e69df4806931900f08e1d7225f2d7cf7c517a055bc5654f1d1b5d' model_hash = 'f9eb666b5c1339269de9f9693e7519c35933d020a9afa77720d087ce5799938b' [crates.aws-sdk-appstream] category = 'AwsSdk' version = '1.48.0' -source_hash = 'f75ed08837b7ceeb99b5ded25a61ed6b7ad7d1a20a8a26c94d533487e8f3bab9' +source_hash = 'e3c4048af0281c7cf6cca1bb4e30edcae521f738afafe281e2662b2567242a18' model_hash = '4bdaa4c0f9e754dda7870119550c177318d7551326b85f9b86109dfaba3db4a4' [crates.aws-sdk-appsync] category = 'AwsSdk' version = '1.51.0' -source_hash = 'a0ed0ab55c2b63cdd1529634d1c0be69e085a4741f595dc8314c16abdc27b916' +source_hash = 'a87052f9cca666c3f3d3090acbef1d3e02044afe7685cdd19eec0007775f817b' model_hash = 'a68207a9a9f8e6b10400c71613ed32ff922d2a59e7115928f76468b1036f6972' [crates.aws-sdk-apptest] category = 'AwsSdk' version = '1.15.0' -source_hash = 'e993e81e3d4e44688c86431c7e3536427ed5fcc80e4458efef9765fa7557c2d6' +source_hash = '219d88c1b718d178304775b4ba530eef29dceac621e0e60f7d945948f3fc9620' model_hash = 'f5961b5b71219d66def6b205f539e8794b44347c0dfd5ef2586f566754f74fe1' [crates.aws-sdk-arczonalshift] category = 'AwsSdk' version = '1.46.0' -source_hash = '0941fa7a3d27abb41db550fc477ec0920bda822d6714b24d9a1729f7784f8038' +source_hash = '3592d3513d407680e1992800cba9afa2a675848ea341a7207d4d2b58c0a902f3' model_hash = '44eb769636e65a66f6a327668b318a47c987fb8f6133ec1de72fc80cf31f2693' [crates.aws-sdk-artifact] category = 'AwsSdk' version = '1.33.0' -source_hash = '56f07d3292f31db337e3f26fc438d12b427ba9484e770812d6aac6f8015eab17' +source_hash = 'b2dc80daa91e665bb30d9f2c42beef68a5010343adec94acc2bbe92146f7b6fa' model_hash = '087de1a1212e7bc995a728e577076f3db9446d0d5de968481b24c144dc0f3d1e' [crates.aws-sdk-athena] category = 'AwsSdk' version = '1.48.0' -source_hash = '23e0d330d15156d8ab6ccf8783fd1a23077bc4e5f1ebd4d86165a6e0f888a3f1' +source_hash = '751191783d9d9cda2ace0fcf11141cdb9269e6ff7f4dd8d08406bd7bfe1a6c55' model_hash = '312bd312e6ac7b071a6a2477b2930a9a3d8e612fb0cd34a5673133a1535e3238' [crates.aws-sdk-auditmanager] category = 'AwsSdk' version = '1.46.0' -source_hash = 'f6686c9c28956a99aeb917c2a4161c959a061005a6f99d31141f28bfe94f2459' +source_hash = 'b84421c5f59bc7c8baff5aa20e31e5ee35a2c11fb7e35b5385366052e2539efc' model_hash = '0d9610c5970f4cdbeb4da161ce893ee8e5d28ce3d1953f74b8b4f0075f43f81a' [crates.aws-sdk-autoscaling] category = 'AwsSdk' version = '1.48.0' -source_hash = '5096fe2bfdc4b3f1f3fd8d9c9ee622e30e3e7f0ab30243f6183ca565635bcf43' +source_hash = '09e9aef8a366c5c67ee9291db4e765574dd2f11804e05a724a726eea451e1b9d' model_hash = 'ece6ef0e5821489321a3b4342708181e45bfd2dbf59ef20e1dda2bb85eeb6d53' [crates.aws-sdk-autoscalingplans] category = 'AwsSdk' version = '1.45.0' -source_hash = '23e2e1b6bf9df9ac56769699dcdeda0ff3de4665eed75055431d0c4c4e1bab25' +source_hash = 'c0cfa644b85d3d53461b50f7e88175cf83c1dc29027f344232da601988f294e9' model_hash = '228b888792ce40aa06e158c9b654f5d46820d2d2a947936808ff6412c1b61b0f' [crates.aws-sdk-b2bi] category = 'AwsSdk' version = '1.47.0' -source_hash = 'f91ea29cd08e58b273daf6496f7d643c26622b4d64be69c1250d7d00a698bf54' +source_hash = '75d1c8652e63b2c0e4ccf4501357fc147f22b94edebd2042e846c319d098377e' model_hash = 'efb665d244b64f318b919cbaccbfdd99e08aa9880ff79800a8b63036685b8520' [crates.aws-sdk-backup] category = 'AwsSdk' version = '1.48.0' -source_hash = '6366fad462ea8101879e863db8dcb8595b353c8324569ad0e907aff27642fb55' +source_hash = '47d4a839759c63db7caad18dc682f6435808d71ff535fd519c5e711ae1b46897' model_hash = '5e23f144ddc51264dda5b42ebe32d43f2ee1cb3733538e9bf4ccd198f539f654' [crates.aws-sdk-backupgateway] category = 'AwsSdk' version = '1.45.0' -source_hash = '17330f73a234d2e4745a7bcb7d098d6b4593364d3e5e01b6e3b5d939a09882b4' +source_hash = 'c6e95697167bb4f23ab27e6ac4bf2c6bb7f2bd061146b7531bfe26b1ac6f3ec1' model_hash = 'f14d6bf655e9a701fb322eef4a961b41aefb3c2686c5f9c48d8203bcda8df0e2' [crates.aws-sdk-batch] category = 'AwsSdk' version = '1.52.0' -source_hash = '609dfefa4f31a1526882a550c3a88caa08bdbb1da0101fad2f50e3336b4a3b45' +source_hash = 'a7f21defdb16565f95ef938ff30b2a77e6ff2ff2e828142732c40c87560b8514' model_hash = '37ba3c868d98ee2da1748f7dc3f0254ee9588b4f663fc3a6539c35fafed628bc' [crates.aws-sdk-bcmdataexports] category = 'AwsSdk' version = '1.43.0' -source_hash = 'e8f42f2fa3fc22915a117ee5e3bbdf96963abe93bc940e185cc35f9abbef6bc6' +source_hash = '0d707994ecf95c7a5f08a4d1daa19dd0baa41214d301397f48e6f840ecc1c4de' model_hash = '141b03c18f7edfe8cccdc3fb7ed6de6aedda05b38a430e7077b86af3e7141660' [crates.aws-sdk-bedrock] category = 'AwsSdk' version = '1.55.0' -source_hash = 'c7da8bdef09b575569a673db8e0a9f47905ee15dca255399e7f9f566f474fcf6' +source_hash = '8efe092f1d7efcbb9a3b7fbab67498ead5dd9d5c63bd7398d7b0c6c06b169fba' model_hash = 'ee7ce05f4abd326f5f12963fd62c955e02472620764afac6b47e091ec56f6361' [crates.aws-sdk-bedrockagent] category = 'AwsSdk' version = '1.55.0' -source_hash = 'a380640292d5ec8a4d5fb042dd6fa8563d746641d655778d14d99acc447c9de8' +source_hash = '85673e26e07562c26def70546dc8f24a02e2410e9eeedcd0df59fe626c90a21c' model_hash = 'cb98a09817562e78993dfeaf573cc43c28036572b92d6c424cb314247c24417c' [crates.aws-sdk-bedrockagentruntime] category = 'AwsSdk' version = '1.53.0' -source_hash = 'b3ca6fe8073f2f9f82cb5fe13d5488781ff85e6ea12c1311e06d729046981c53' +source_hash = 'cce1ed2a4f6b7a1f3efccf52b23413dc3852cc90f15554113509cfe9380e5fa2' model_hash = '4f35d90fa3806e1a1db05f88ea231616181213dbe50980c3ec333b990e12a7b0' [crates.aws-sdk-bedrockruntime] category = 'AwsSdk' version = '1.53.0' -source_hash = 'a4f19081150f004712021431cfff3a7ac509d846dbed6693c1ceaf614d19caa9' +source_hash = '4bc2351a69e6c13be2998f427cc9325410874700b6192478a808d8f500795a74' model_hash = 'bd295a504e4e4fbde17c4e0e71cf73d7b5d68fa64a867779233a60c2bc657499' [crates.aws-sdk-billingconductor] category = 'AwsSdk' version = '1.46.0' -source_hash = '49869ed5b7ace004151ca72921ebb7f19250f367bc5873239c9735c1b6647d7e' +source_hash = 'b94c0d28c152d8d9b32ac4b47fa994b905fb270b7e1bfb3ffa95b248eef7cf09' model_hash = 'cb22cd66668c35501637fe345dbb705752eccd4d91d6b4b8f35eaedaea0ba73c' [crates.aws-sdk-braket] category = 'AwsSdk' version = '1.47.0' -source_hash = '64a4bdbca1f22aeb547d0728d2f6f29848473a5626fad36d29b0bd2d9670caf1' +source_hash = 'ca7fade3e12c04539c88d2f7f5211d87f3376210d103dbf79ec8c53813300024' model_hash = 'c5d0bbeaa9fc98e88cd3cda2df9625e3694bf667d3c20a5f41b01aa3f0bd4be7' [crates.aws-sdk-budgets] category = 'AwsSdk' version = '1.46.0' -source_hash = '7ce2c4dbda77796f67a3ff2c8b94b40b094fd62d068a47ddd820d0a021a74aa4' +source_hash = '7c51d92d03d08d97fbc3703c28a8c02dc2b75cc00e13ad57f6f614354d757ff9' model_hash = 'e64c9d6354c68486e82fa4fd6b954453f2ff2930ad504b135f35eb0ef4baf91e' [crates.aws-sdk-chatbot] category = 'AwsSdk' version = '1.34.0' -source_hash = '2417fed3b0af3b49edcf45b6c53dc965c971b46c93ee27a3358440da3b6affc1' +source_hash = 'ee23336b1bea371c2f4494237cc68cbee3106b091e2da58dcc3d36f489bed778' model_hash = 'c7c9881b99f7aca324c9b83f801cca693bbb4d87f52b775bd8a81eb32640cb4d' [crates.aws-sdk-chime] category = 'AwsSdk' version = '1.45.0' -source_hash = '0fcd5f4f26a8a4159354212c409f1599e5c6272a9b4d82bff682c70941740f33' +source_hash = '86f404cf61a945a8987aa618c12ddd951e8cb0689453d3544e29282ea8f54f20' model_hash = '26c01cbaa804d2bfd474705d4726a7ea82693d0ed5ca5117d11958e9a7feac3c' [crates.aws-sdk-chimesdkidentity] category = 'AwsSdk' version = '1.45.0' -source_hash = '68a822cff8a12b7a6c477d36aeaf933a6f3cb8eefc2061672dcd8168c0ac2017' +source_hash = 'bc88dd2a6d467baab87b899e4f82640a6bc8d279ead3bc51507f5f463ca12224' model_hash = 'bc1618d82f6503a626c4e9f1ddd5a1f2accda511152b4529964a8ea400ca9b2b' [crates.aws-sdk-chimesdkmediapipelines] category = 'AwsSdk' version = '1.46.0' -source_hash = '1289dc3fda20c4e4c71f25a65e6af010ca99d3d432b7c34d3b950734f68fe44b' +source_hash = '27e34df78a8bee90783d08fa30e0c9ea1c8c69369c3764bbb473f9051dc878d3' model_hash = '976cc96f44f2267b0b3673df3c012a0b28aaceb2e31af3ab75402d8361d3151e' [crates.aws-sdk-chimesdkmeetings] category = 'AwsSdk' version = '1.46.0' -source_hash = '228804d056298ed5c17194bb6e42d9d6b89d4d1271d4a362588015fbdf4f1a7b' +source_hash = '3df1a9a6e72773d3a627e942a62744b8159dda083a6a6e6de38cf533684daeba' model_hash = 'ba118c0a684183ba582b0fe25863c68a73a873bf21354738546b7a2eb3ec7205' [crates.aws-sdk-chimesdkmessaging] category = 'AwsSdk' version = '1.45.0' -source_hash = '357e757b34ff42fc979a00367d479de30345d172e0fc19baaf3de8755d7fd782' +source_hash = '3dbd4e4be39ff73100c74a044a1d7f4e00e5c56c74abc3c0c2bced3468e9066f' model_hash = '7df60525433ab8706f92d474d4dad4c5dc972c6c853175a5678045482ef7a25f' [crates.aws-sdk-chimesdkvoice] category = 'AwsSdk' version = '1.46.0' -source_hash = 'a7008f1fb3df119ec8c2327262b6d9df75575e574d4e515b877bd80111134811' +source_hash = 'a4404d3c8aa6b6d35eafdd99b459a84c54b1ce59d990381f5e5a1361efcbb546' model_hash = '3dcc443b9ba6d908edb0bb828d5d8260cf8c86075c928cd24b76c6f8e7df35a3' [crates.aws-sdk-cleanrooms] category = 'AwsSdk' version = '1.50.0' -source_hash = '81421ad0e9c8486d8878f46e9d3b7c6634206df83e652e76c152c7716275a7d3' +source_hash = '3b5a5ba94c7d3b9d69eeae95cb1632bbb1270c857b4323ab056ce92d362d4ffb' model_hash = '85a4611dfac4d0c4e3a5c17626129f56abc756ae6859bf4eb94ca0d24b885f5a' [crates.aws-sdk-cleanroomsml] category = 'AwsSdk' version = '1.44.0' -source_hash = '79bb523f408944bd2379685df89c021e94cd3bdf1cc4a2e0a5ebcdc402e626f2' +source_hash = 'ba08f7313b2d436067eacbb8ae192761b6b2d42565a9ce6291feedddba237d20' model_hash = '22c9c4121c510014912844e66a7d1c77d444b6f8fa211fa285ade545f2e71b2b' [crates.aws-sdk-cloud9] category = 'AwsSdk' version = '1.46.0' -source_hash = '160e2ec72f891065fb00c773ef6facd5ec3954f02780d53329a544b3165e2d52' +source_hash = 'a3e676a1db57fcf5ac4b5a5c1b1e5e5743258b39448878430c884ee368d644ee' model_hash = '21701c28eaecc501f7fd1eb2bae0b1e3014808cc2b41f9dc5014e96a7db50855' [crates.aws-sdk-cloudcontrol] category = 'AwsSdk' version = '1.45.0' -source_hash = 'ef018637ad6c85c3102d28864da4eee00a2979c4a10633a28bfcd88173d13860' +source_hash = 'e143324ebcd77798dc88fb80df85882abc17746b75666e9063b6f3a723bcb289' model_hash = 'ec1e6b9e5b04e006be8d7222cb3269fd17ee775440fe919c6f89f77cb48b6f5d' [crates.aws-sdk-clouddirectory] category = 'AwsSdk' version = '1.45.0' -source_hash = 'a648a5d5215e2fc86a79afb11aeb639939b50db81e4e29bb3ca01845d471ff7c' +source_hash = 'b7a45cc1395159a271197c9fb24f1f9ce94808a2bbc38da60926ff12c0eaef4c' model_hash = '7a57057cb907516c5c5b64751c47c7255f78f8324a5449250158c58472dffba9' [crates.aws-sdk-cloudformation] category = 'AwsSdk' version = '1.50.0' -source_hash = '023c00db8e2fe55dc277f4a26e8fac12175e71dc4a4ab531af09d330791771fd' +source_hash = 'cee392f2035bbaf72ef30eabcaaa87d25d5895bda1a96884a4186a40db00f0d8' model_hash = '628fe1797e3d2cd6dd2ea62efaa6d8c39a96533290610506c79172c2e43eb9fb' [crates.aws-sdk-cloudfront] category = 'AwsSdk' version = '1.47.0' -source_hash = '580d512d71aaba892b6dd8deb0b6f8cea35f2ccf06420f382490e971cf1c461a' +source_hash = '377ba52d9afdb0f05b94e0ce540ef5d79ec79c5cc6ced0dc404472256207802d' model_hash = '8e05f1abd66df4ef5969cbda6de0be6a1d4c0d59c5d18c05e925a809aa0d9db3' [crates.aws-sdk-cloudfrontkeyvaluestore] category = 'AwsSdk' version = '1.45.0' -source_hash = 'df0c7b1b2498046bc39734b571f8855329cbb8e99ee1d5537f061d6007235bfd' +source_hash = '88e73d45ba27091257d5d6bab10cf5020789d3dece2ff2d8d58b4bf4fdb70cc8' model_hash = 'd21f98314e451c6b3cddac8858d487f36fe2d8d9c09898a25626d26b83f106d1' [crates.aws-sdk-cloudhsm] category = 'AwsSdk' version = '1.45.0' -source_hash = '059fc879512b484858db5ec5b9538466887c2fc2e85cfae44f872f4586ff000e' +source_hash = 'f176619b6c32f90603d6688603fb655db1b264bdc3c1ffbc262dab3d62142d0f' model_hash = 'b65bf64ffb06d0d3e137a01014909833b0b4bc6ea9be28676d96e189387419ad' [crates.aws-sdk-cloudhsmv2] category = 'AwsSdk' version = '1.46.0' -source_hash = 'dac9e5ebf1263a05dd99ebd8304f6d65d2a5b7ef3ad40f200fb65b5e1f4f9436' +source_hash = '52f57c1a1b0b629d8099d2d9087ba16a618da9939b9e20bd84afbf5127989d45' model_hash = '99897d9b6715eb29ffeca7a840aef17d30bd22cac2011fd026b79e57b0dd747c' [crates.aws-sdk-cloudsearch] category = 'AwsSdk' version = '1.45.0' -source_hash = '01635ffddd3c147158f45373c90883ba930dd838f2019eb9b5df6ca553b37ecc' +source_hash = '51d43811ee3117980b40379099c280395ffdeea4f70c7f9418ee62797e86ca89' model_hash = '1e81ce3fe0a460ec2087b1501bc19b837e1c829db6f155434cf7c677762b6b1a' [crates.aws-sdk-cloudsearchdomain] category = 'AwsSdk' version = '1.45.0' -source_hash = '9ca0b73f6a9bb24f88c8a0e7010260cbc4bbfd14eafc09a5331c5183cb3e2422' +source_hash = '13ced838f8a44f697b0e5d650cad4fa090402ff5a4dc86aa8cd48576f95a8114' model_hash = 'd47b34a47470d77273ac364c1ce141ff9ff69dde0b023433fd97645c7e5f4fbc' [crates.aws-sdk-cloudtrail] category = 'AwsSdk' version = '1.48.0' -source_hash = 'cecc026891ceff9f7c91519efc4a43d733f1f40d36163cc5eec86710e1c1ac29' +source_hash = '55e07dcaae981af1f13e25de9980614b8b1367a1bf8006eedd6983d86882969e' model_hash = '932553adcd1cabe50f79d64520400d5f5bbae3161e503d6c5db192fa3b7176cf' [crates.aws-sdk-cloudtraildata] category = 'AwsSdk' version = '1.45.0' -source_hash = '4872a2ba43cfdca747f74dfe663a6ba4d4fbe85e5d4da4ea017d6b7530e33944' +source_hash = '64f4010a83b39cfc8923d3483a433f1cd97a55f00614767e3eec976748d72667' model_hash = 'b0fca8401448081d86469d214adf368b56a8a534032015ff2c80fe0bd86f2c7a' [crates.aws-sdk-cloudwatch] category = 'AwsSdk' version = '1.50.0' -source_hash = '61b2d582b96526d86655758078ebf0c0bde521e892181eefa40c377323fa72ed' +source_hash = '217d2fd473757e63976e22845d02294f1618c951bedabcfec5aa1dbdfb0b3b65' model_hash = 'c9013d5660a8e68fe0ec33c271f4beb07b755d2f49fac7908f6af5cb81f2a419' [crates.aws-sdk-cloudwatchevents] category = 'AwsSdk' version = '1.45.0' -source_hash = '47a0870f5bfafee513423a29b59efa1e7298dac75f1781a73ba67266895df6e4' +source_hash = '969272aa1db2fdf4035c6b26e6067ba54752ddde117feee435ee7be812e232cd' model_hash = '5497d1b84409af6543689f08c00475dd0942c86b4e575186d7c587da07ec97a0' [crates.aws-sdk-cloudwatchlogs] category = 'AwsSdk' version = '1.51.0' -source_hash = 'c0f6df7a2c10f5365a1aa8aa321adb351e8d705d3d9f588c8837b500ec91f3e5' +source_hash = '6aa3bdcde2bd34c9d43a34882b88f8f132ec83bb494c739aa2b32e0b285a5f9f' model_hash = '482e7e24cc72eb1e503dbf493b8e9b8de103aa731879ed652845184f4a6e3707' [crates.aws-sdk-codeartifact] category = 'AwsSdk' version = '1.48.0' -source_hash = '8ac73baac197bd1740cb7c07f4d576df6736966adeb0a609ced7b26b9f4be75c' +source_hash = 'e8fc213f2f26dfb245506506a5daffca1893a2d4cc8168cb3e2edea2d39b92be' model_hash = 'b4b741370ba8961708abf7da89928b5db646fa8d605805dbd8d0138d0ff1955f' [crates.aws-sdk-codebuild] category = 'AwsSdk' version = '1.56.0' -source_hash = '9c72c61f0d97e8c9cf81e25e7b439443c20e3d1e48dcc27163081db01fb7d101' +source_hash = '8f66b7a5b270e84fa0ee8c662a8ab186692456114f09328322cdbb48d77a4b28' model_hash = '109da083aae6d025a8134e6d41b9a37bad195c5ade03200342a978c879743d6b' [crates.aws-sdk-codecatalyst] category = 'AwsSdk' version = '1.46.0' -source_hash = '671eb9f3367091c4604aa4595ecb3d85d53084a498ac3d0530be8f8cb9c06a91' +source_hash = '012e8c12c3d421924fa22e642be10e56056b4af414dbbcb7f8fb9fd51fe7305e' model_hash = 'ac0603cd19a357c2cc11529c2ce23e323237154e3a2e84c33f29b4a64faeca8c' [crates.aws-sdk-codecommit] category = 'AwsSdk' version = '1.46.0' -source_hash = '9b4f076c00b250c80d02effef0cb2cee24ef4d9df8b4a940611a3ee329a0c169' +source_hash = 'c23c7a27c40d71707de664438aa679c2451ae279fb3635173ac88f6866075a3d' model_hash = '5078580cc97255fb41e290151a0b1190c45139a6d204a5dc6120faf2ce9c6ec8' [crates.aws-sdk-codeconnections] category = 'AwsSdk' version = '1.28.0' -source_hash = '7b3fc81fbd51baff3c21f26af55a8b54daccfe90cb2550f2586014127e8d835d' +source_hash = 'bf5815fff379790cf077aa6af370a02d8ec1f190fa52c0607ee2f1d39527fb75' model_hash = 'b0fb7635cbeaef4848f482d4378e893ce0f617d09dde2e5d86abdd406011ba3f' [crates.aws-sdk-codedeploy] category = 'AwsSdk' version = '1.47.0' -source_hash = '3fe7013f9eb67f8259b06093956cb47332750c54a286293c256ebd9d63bc443e' +source_hash = '6b611332519b6f88a723315a53e93ee5af15a5650e31e476ffd4e009e10e5b53' model_hash = '2a7f8fe2ef4c9ab04235ee8eb119879f19916038cf94371fe5b15bfdd37c356a' [crates.aws-sdk-codeguruprofiler] category = 'AwsSdk' version = '1.45.0' -source_hash = '503020f1960e05aa610edef39da2d37f2990734bf3f58f924aa67988dce6c9ab' +source_hash = 'd3c2557a17f646bfa23237794414571f64f35c875280324d2fd87f7d0c6030db' model_hash = 'f84648080798b37a359c18027550ebe7cf8dd9451542c6681724fef9799f8efa' [crates.aws-sdk-codegurureviewer] category = 'AwsSdk' version = '1.45.0' -source_hash = '30ef581d892d71bee65a4f6995abe73296ad2017fb2824c959a7f7d48119cc5f' +source_hash = '384c48519ce3c9a7a2b35e9579ed1a9f4238804a5bca6ce6e5d3a82202209436' model_hash = 'fac22fabaf522bd84c34df1072d443821576dc651eade9cc63a740cc396fe7f2' [crates.aws-sdk-codegurusecurity] category = 'AwsSdk' version = '1.46.0' -source_hash = 'bfaa64b88ae86de43787cfff5cae3c6ed72818462c6578802eb5fe4a2adeffd4' +source_hash = '820a3adcdcf662b98be58c8ff9aaf8bccaa84224f0f79e32250508d2cca33725' model_hash = 'c6db5c090a27a7b7c92113bc8827999fff3130e382c9f5970fae1d1e4c81cda6' [crates.aws-sdk-codepipeline] category = 'AwsSdk' version = '1.50.0' -source_hash = 'f8c22ccd0c70920352142a5e8130448ce4a201f3a5c26e0ebe412aa4bff5caee' +source_hash = '979ceb8004a3ecc44dc79d803ff969364be5383bda344a5c7f1e85105b27a75e' model_hash = 'bcc51c72c42512ec379a7fc52bf3e5100d76d47a4725313ef12ac4996880f660' [crates.aws-sdk-codestarconnections] category = 'AwsSdk' version = '1.47.0' -source_hash = 'f26affc3b3819c20ad1210422531b55bdfe0274ee286e9df7a4cddf897de79d1' +source_hash = 'f2a7bd6d2b6c45fc689be20d21dd5f0bec107b48b183f293a0ace2179389c937' model_hash = '2f2267305388055154ccbe8246feeee77cfc1d0f9afb83d6c4572a8344c67c0a' [crates.aws-sdk-codestarnotifications] category = 'AwsSdk' version = '1.45.0' -source_hash = 'e297424e5d73dfad4e7a00948925fdc1193712a5eb68e74c38e1088a6b88954c' +source_hash = '1a3cb0ae11146febd66dd33801790405632daad09bca0bde03dc78c558fab1ad' model_hash = '41e883a4dfd884874dd4c1039124b10cb9632c1bd91ce70a6ff6d7207720168e' [crates.aws-sdk-cognitoidentity] category = 'AwsSdk' version = '1.46.0' -source_hash = 'c9e940984af4d7f1fa6ffdd0e69563129115652ab5f2023236ff3b97700637a9' +source_hash = 'a5f911704790c475d87178caefcdd474f833e046eaa06129090dc8e3fbb68b7b' model_hash = '366fb4965781346e6167a86700b99dd3d55cc618325f3af6156e4569ef9f55fc' [crates.aws-sdk-cognitoidentityprovider] category = 'AwsSdk' version = '1.53.0' -source_hash = '1ef659cdafa16e2a61be7101e1e13a0eedae7a4593333b54b489dc5fb81ff815' +source_hash = '8966c70afb628ad337a05831f9989d0064446f9ddb84d49fedbc2c5103962af2' model_hash = '5d79cc77cf8615e487e31e237d329a85ba7aba4adeeb5ce6f74346a1c50758d0' [crates.aws-sdk-cognitosync] category = 'AwsSdk' version = '1.45.0' -source_hash = '7f574e2244cf6db3a39aa56c0dd815e5f33c07a7ae47f7365e3974d848bde01b' +source_hash = 'cd4bba49244ec155373ba112fa9ae0fe9ad98e9def092d889b310287a1cfab60' model_hash = 'af13ffa672d43db8d997a90a103b2b55b98f64cc5c8537e635c94194c37cfea7' [crates.aws-sdk-comprehend] category = 'AwsSdk' version = '1.45.0' -source_hash = '3362f1389373577e12d45018fdbed1bd2bbd9e60990bb3d7c9d62f7dbbea7c9f' +source_hash = '5036e2034853b04c956e2e5f2bf5ce715e17f627b06e2b59d9b337318ad8bf5f' model_hash = 'e4f45ca7a946c347371022179e1be451afbdd3b9b47c6c9bedb01cf3a847f000' [crates.aws-sdk-comprehendmedical] category = 'AwsSdk' version = '1.45.0' -source_hash = 'aa860d0feb1284ef212dbf524be0dd42b802aa0a7a729c9867ac0b5db63093e4' +source_hash = '7da4e8bfc1a7081538ed149a9ba1b05d54870e5b6a72ffbbe3d6696604a15a1e' model_hash = 'b81682cd531559dab9989fe4a677f37e04eb416285824284c0514a03fa20f06f' [crates.aws-sdk-computeoptimizer] category = 'AwsSdk' version = '1.46.0' -source_hash = 'a1ded677cc4ca0b60218fdbb05af57fca38c61cd2821d582a90e19deb980e89f' +source_hash = '5598ff7f575ec602f38334e650f1aa82df1b358e65eeb172bdc98d802dbc3f9a' model_hash = '3f0a03d5ba8f6443dc84371703338bc1801c07ca6cb478034e5bbfb05bfe2dd3' [crates.aws-sdk-config] category = 'AwsSdk' version = '1.47.0' -source_hash = '12516dcc67faf60db26cf6e80c967f733995d6e7feced45627bac2c705948a44' +source_hash = '67e780b5d02bb3940b8b001b0af416ec27c72a35f91a6a01a377afa36cc8d23f' model_hash = '4bf6769b47c07c668f56f454e1e3e9a90985aa7789dcc15fae40733c1cd7446d' [crates.aws-sdk-connect] category = 'AwsSdk' version = '1.67.0' -source_hash = '3907ae1de9a8907064ac67dd5e9234c7446ac07dbbc9a9f0c6303431ace4b0a4' +source_hash = 'deedabc7ba34b119880e9088a23de4eba7de45a930306a20e5b4c1c1d02c5d34' model_hash = '38ab2d4c6bbff713a870b61c96341ba751981f410ce9f59c2b751673e7650c7e' [crates.aws-sdk-connectcampaigns] category = 'AwsSdk' version = '1.47.0' -source_hash = '8e2b692173fe01f589dd159ce99d2259269b6a583fe6271b77997a2cdf53f4d2' +source_hash = 'f97b7369ea4dd8129fe4941de1155ad58ffd6fd0de773f6b99cb7879b9c420bb' model_hash = '37ecc34e51a30d7479c2b73c944fb8932f6e75bda9db27439bfb4e149a2eec47' [crates.aws-sdk-connectcases] category = 'AwsSdk' version = '1.48.0' -source_hash = 'ee4ff1e81fbc18095c6d4451a9f398d65731e5949c77ec91e47cc781ccf4eb29' +source_hash = 'b9fa587cc6c2c0b07832626d2dd69be860959f45e48ec62f37b3909daa9348d9' model_hash = 'c93bea065821a11a7f70bed666ba3134835e9ee894671644f70dfc32895ac822' [crates.aws-sdk-connectcontactlens] category = 'AwsSdk' version = '1.46.0' -source_hash = '5fda00af986365c65bcd1e60ce797b26c6d60f9024e71bf1210046f4046c0aa4' +source_hash = 'fcdc401e1ab09ea5847deae119394303f448ef3f9683c4635b4bb179a91fc6aa' model_hash = 'd21e272c0bc0b4494ce7249d98d72a39a1cb27886f4ee2b3ef7802bda1e642fe' [crates.aws-sdk-connectparticipant] category = 'AwsSdk' version = '1.46.0' -source_hash = '20a2504da987aa894239e646a1b967805e9b2959272f890ce1c808b871f40618' +source_hash = '357b8b39e05e7b78f0989ae285c2fcc58bd65a4082c714e0922d720d350e1b5f' model_hash = 'd328bded4142e408e91902c3d2c913c331c3e62b83e9c122b939cbcde39204ca' [crates.aws-sdk-controlcatalog] category = 'AwsSdk' version = '1.27.0' -source_hash = '5fac1cfe26b69f1e19a460873a9c310a5d1b904ce16d7ef1300ff0b5c3a81804' +source_hash = '5fa604d858c55241fc862f52c629dd60fa3bcbf805e25477c478ec537e5851e1' model_hash = '6e3f93e317e9a408c554b89534b74edeb85a555b91190e73f4a7760417e0901e' [crates.aws-sdk-controltower] category = 'AwsSdk' version = '1.48.0' -source_hash = '52c6f9ace1ba82b1fe16300dd0b09887bb9778b4b14923ed699e4c3545b0000e' +source_hash = 'c80c8b965dc47a8941c6050e51474c5a9e20495b4e05a19010e235e3bf50d0ad' model_hash = '148426782aff69dc092c789fc298aa05c71c8c38456414a1c99924278494fcdb' [crates.aws-sdk-costandusagereport] category = 'AwsSdk' version = '1.46.0' -source_hash = '909f8208f8ac685e565d1d3191ec66102366eeecb0ffb5699ec887ed769518a1' +source_hash = '3668664f9411a70b9d145a32c5cb4dc1fc16172f961bd36991c199e491899f22' model_hash = 'bf4538c4a88e7593ec09204cc1424a979ccc4bed2885498a403e0650d1607c9d' [crates.aws-sdk-costexplorer] category = 'AwsSdk' version = '1.48.0' -source_hash = '2e236937995ba3540cf6f709cdfa1ff725de3417ecea1f32ef815a932a186325' +source_hash = 'e64d14b3d25651f3fe11172b59354efe06e4f5ec6390722451e6bd851ce1db2e' model_hash = '05964d8f2e4103b837f97f31b74f24daac274eab58ec15724511c38da67e9007' [crates.aws-sdk-costoptimizationhub] category = 'AwsSdk' version = '1.45.0' -source_hash = '5eaa146e7ca5a236ea554b315a61a9abc64cdbe1381d7fc26c6bf88d62c18a1a' +source_hash = '6b3ab6331b3a0050c19253440130a12e139e442b417054a05662318f355b5090' model_hash = '72ffb15e34df15a32ab9dafd7a1d12f17ead85d8c45e60f73d8408f2a6ebee9d' [crates.aws-sdk-customerprofiles] category = 'AwsSdk' version = '1.48.0' -source_hash = '6b1b17ebacf933c947af2c745fbc47ad4bb3f424b41da49ad131499973f12111' +source_hash = 'a1f6951f39b41f41267402c8fa45271cceb8211d93a1a0b2fc2d9f39c8ae1833' model_hash = 'ae1580fbf0ebe79f362c9c77e619ffeff1770cbef0d7161324a33b440246544f' [crates.aws-sdk-databasemigration] category = 'AwsSdk' version = '1.46.0' -source_hash = '880ab4f412f004dc19cf94df11b70620a875f687726264c0a0e00ddfc372ad10' +source_hash = 'b9f35db94e359798dbb708c40d26afe215aafb552151327f52a487eab2bea457' model_hash = '3a8173758444a7a2d59bfccf6764308b0d4e16ddc38c991c987af8b0acece08e' [crates.aws-sdk-databrew] category = 'AwsSdk' version = '1.45.0' -source_hash = '324e0727c01c06412d4ade91e2f3cea5a2df4a90c9ef745de8b4e3ce28a02a16' +source_hash = '1561702293987715f6076dde423c6b6dadcc6b08f4fdca8b966e60ac7c31a61a' model_hash = 'be1b2b6b61f567d2234f7f1d8af10e0828f59498bad2f47c3a2a7c0f7f045256' [crates.aws-sdk-dataexchange] category = 'AwsSdk' version = '1.45.0' -source_hash = '5cb294893e49927b10461b3ca7d1ed1ba468c09da252a43b7319e9afecc1faf9' +source_hash = '7726ef31b25f7eb6f679828c6f358b21ebfcc9f5960e059b4842fd2eb10f5e6a' model_hash = '62420d5308207dc07b633cee4a765e4c096063b6305d6f18f8768129e0f49803' [crates.aws-sdk-datapipeline] category = 'AwsSdk' version = '1.45.0' -source_hash = 'fb67d261e52c43c50b2d4f6401ae341b7ee7d448b5772c10d8ac3a13dc2f1a47' +source_hash = '40bddc3c7301bdfee126f3646efb0bd7fb5c90c36e4e83ff035ad4a89d24af4e' model_hash = '481a634abb604c1cff5824bd15503ce726661dec63a755e44575bb41e20190d6' [crates.aws-sdk-datasync] category = 'AwsSdk' version = '1.48.0' -source_hash = 'eb5f2c83a2d4a499ee62b66037b3f1757c000e3e23f9a2bfa9e774db3f43746b' +source_hash = '89d4e76d843bcf171f3ff2c5355641c60d40d2b9129881d3ce12cd7db3147481' model_hash = '40f0a86328c451691eea9e1a9c567fd28d6e747acb4bad386ed917e420e40bb3' [crates.aws-sdk-datazone] category = 'AwsSdk' version = '1.56.0' -source_hash = '6521fae7cf7d0e73a7b22dbcaeda8872b5eb55f13d0514d496f23a2b421c9d82' +source_hash = '78d672463df4b6c098230003de5790251060f5e1afe0f397026e104d2d46f750' model_hash = '01de776e551afa6b85680a7bc8a2040cc739081ff09d3bf0aa0703687b0daf5e' [crates.aws-sdk-dax] category = 'AwsSdk' version = '1.45.0' -source_hash = '3ae5fbebd9a07fea5a55798f8c9e716ccea7833c3a047f9c800756383e85272b' +source_hash = 'd56f07bbed93fdb26e1f98e38f01243726042f6000232295d02bd83ac2e3fdb8' model_hash = 'd7e14b3d73a945fd26374cb4679d329da7495f9664f9add2a2b129d431b1ea6c' [crates.aws-sdk-deadline] category = 'AwsSdk' version = '1.28.0' -source_hash = '7742ebb93eaf6cab10c24aa09c5ca7d1b942dbf2d97dae7e7fc6ebbd2d4ca4e5' +source_hash = 'c874c83c5e6aa589e844ac4adaa937a7e1744fc3b4890ae31db219742d4f24b7' model_hash = 'f8de951c0d7713ac3b39d34d3f125d5a93b5a2322fcbff40eeefb51bc0703ca3' [crates.aws-sdk-detective] category = 'AwsSdk' version = '1.45.0' -source_hash = '43550bc028a7fa3fad7876f63b44b87826941ce59b2e33dee4f41ad099e5bfd0' +source_hash = '2ac878cc86c0bffd857a2211cf1a2d5b0f3e9a10a39ee8d5b878c911b7b84de3' model_hash = '65b7dc670d32345f2b139fffa66d2e83c31874719632be4f17a5e0e68fe8d141' [crates.aws-sdk-devicefarm] category = 'AwsSdk' version = '1.47.0' -source_hash = 'fd2c31e814f1762f0ee7f60216c882e5104ace4122dac18adef27d14cf8be4c4' +source_hash = '8a0e8dcd1bbc1cf0da75935a01d18cac3596c68b9b0a8a27d7edc38ef1b980d2' model_hash = '64957658452872b610a66576f191ef674983cb27dd3a57603a097d1d2df5757c' [crates.aws-sdk-devopsguru] category = 'AwsSdk' version = '1.45.0' -source_hash = 'b004d90a98a0b7ac239bdb31ecee1c895f3ff5960069a6d36578fb5af2c47131' +source_hash = '6800393c5bf3561802c8691f881d88c4aa25b8485c09f28dee22ec4b127a7257' model_hash = 'b3acf0a59884b7504ce6f196736993338aa9ea89ac46237d1ed8beaf31cc50aa' [crates.aws-sdk-directconnect] category = 'AwsSdk' version = '1.46.0' -source_hash = '6042b11fd5c60ac36a6b090f195bf0d49d4645541de5bea2b784a929163e0e97' +source_hash = 'd8fd4119a7d4fb35799e4724dc8b2965bf85557cd382e06dff653bf962f33043' model_hash = '72e64ece15c7f5f5b0d3baef12cae6f68c1b69455cec29dc1632f1074475be95' [crates.aws-sdk-directory] category = 'AwsSdk' version = '1.47.0' -source_hash = 'db321c646409e575bd687504692ded362581352819965b154f61f9f594c6f388' +source_hash = 'f3167ca802cf0f03c2f8bee084c0f21d68cf4eb3e03d1822333328d516632a26' model_hash = 'cdb908c138dca9350f62713b5d9a95c6b587cd1fb712919647531d9fcb4ad5b0' [crates.aws-sdk-directoryservicedata] category = 'AwsSdk' version = '1.2.0' -source_hash = '36e6244a00bb25df54e716fef11bfca48ed8504076365ac2b0689f99f2197267' +source_hash = 'c7fc436c0394fff0e359171764e6f426b6d1a2dc19528cde2668ba717016a8b0' model_hash = 'fdc5fb2884d3340748cf105624142f2241d55495905f61c3f5842eb9abfb70e8' [crates.aws-sdk-dlm] category = 'AwsSdk' version = '1.45.0' -source_hash = 'fdce1bd54ae72d4229e9939e4971d49bcaa635d219903d8333e73a5516e8e4dd' +source_hash = '47294b719c7e27269a7214048a90ef6a63b78e2c9305b5594568a98056d56d5b' model_hash = '160031ba89cb5682380ca6afcd0ce9974e6b2d70fa0bd69c792ddc231a0624c6' [crates.aws-sdk-docdb] category = 'AwsSdk' version = '1.48.0' -source_hash = 'f40131c1e674c3838e80b21964b1a373f4342462c76f1832ee7ce102c85c50e6' +source_hash = 'd3a1af98ba6581f6c2afdc80c3570e1dec9717e22725d5127d394332b27c12b6' model_hash = 'a5fdf9755f5c76961b757ae99f416ede8338733f334878550ff737893ff08610' [crates.aws-sdk-docdbelastic] category = 'AwsSdk' version = '1.46.0' -source_hash = 'f12a4d415a964629365cec41fbf8bd272caf7dfedf2f2823bc9389dca1570cee' +source_hash = 'ec740ca6e166d7f5472b87cd7f88dbdda90474be09279ca6413a9cd4f57f44d3' model_hash = '70521b40dce919f019db7df39bdbfd9499f186a4205d1d55ccc85c8f68fc2ae6' [crates.aws-sdk-drs] category = 'AwsSdk' version = '1.48.0' -source_hash = '807bd1cb0516e279c6e4e482acf944fc292fcb6e6a7cad9df74a1cd6b407f962' +source_hash = 'fd11ecb5f255649a7fc2a93b8df181b76bc8f7dc2621e7e19f16d6f332778e6c' model_hash = '8fb73e1979de38a6fe2ffed3fd6295dac350ef807a1131d8cc093b73c3d80ece' [crates.aws-sdk-dynamodb] category = 'AwsSdk' version = '1.49.0' -source_hash = '56db9b4dbfd1df38dc4d875cff621e4564ae9d7a69a3c82b95242ce51dc15e01' +source_hash = '06aba685fa51f831a394440b01f04e5d2590337b5d655d1ea8568754988234d8' model_hash = '526cf30e2a3853c5bec6a8f5dd0fc23470d7b0755341fbf9ffa12d308023a1ea' [crates.aws-sdk-dynamodbstreams] category = 'AwsSdk' version = '1.45.0' -source_hash = 'c83fb9fe5be22d0a642124357d34af7d83e137c7d7eb3b807a7a9917238d229d' +source_hash = '2e365f691dea387875f9e293bb0b40f4c63fc7213501ebd9aba90840c820e45b' model_hash = '508c489fe7138b1db4f13650f3dd7dcad2fe2a24e9ec7c6fd4dc56ec7b2a6afe' [crates.aws-sdk-ebs] category = 'AwsSdk' version = '1.45.0' -source_hash = '8d4dddeef5c373c9cf234936d1934de7bedb142f4e32db77a8f52900fbf47572' +source_hash = '5a103dd6836b0335188999662bead950c48220fc99dc91bf97f0f358ae2f205f' model_hash = '5ec7004d46e2bb30c8d974da3846e960c6d52a00307ee4cc8a62b95566a1fc84' [crates.aws-sdk-ec2] category = 'AwsSdk' version = '1.77.0' -source_hash = 'dcfa7863c3fa69b88e84fedfa1129853ce2459b572747d78289ebaac88535898' +source_hash = '59444911d4b771ea2fcdae92673ad76b279dba1d4d4af966b9687fdc16e84826' model_hash = '989da0c7a7865d11a5d37caae0bf28843b3657c1b434bbe46caa1af68e717a3e' [crates.aws-sdk-ec2instanceconnect] category = 'AwsSdk' version = '1.45.0' -source_hash = '57f2db8fda44f1e92ed85cf5176b3cefc053cbcbb9c394de187a13cc5231c75f' +source_hash = '3d2b49c053daa049dced1dcca02c062451154195422a63852bf8565a834c088a' model_hash = '98c64ac19e5b1b6d648e7f1555abd77e32558f86abd1a37ba610fed06c0e7ca4' [crates.aws-sdk-ecr] category = 'AwsSdk' version = '1.48.0' -source_hash = 'eb16c3535c9570d879db73395485db4391fcacfa812eb88a9d39937fbbd02235' +source_hash = '3f493a18c609259cf2f9b6973e892aa914f92291ce6db8dfc44dc715c37a6bea' model_hash = 'fc05f42481b46847ffd694f7d0613fd54751f8230e63c424d16ee39d008a04f5' [crates.aws-sdk-ecrpublic] category = 'AwsSdk' version = '1.45.0' -source_hash = '6509e7a1e58be198a96fdab562d880ec5b86cf058609e153373e4c7871ce5bd6' +source_hash = 'edc5e08bae698d370399cd5452f39f0243ed60ba998a964a2371b2c46fc45ea4' model_hash = 'b6e23be351cb44f9f2b57d80f227604694a8bac84ed1467add8d019c824ac349' [crates.aws-sdk-ecs] category = 'AwsSdk' version = '1.47.0' -source_hash = '4f51dfd9980c18f395b1d2cdd7d93b10bbba22ebcf2ecf14dfa71d4d0936a39f' +source_hash = '1779329f92036281fb47a134619cf0096d5a98c901f28e5982216e3fe24291d7' model_hash = '3238332dddb6909cf5be962b1b2ad41fc74bec9889984e5abbb7b326d4f5bc50' [crates.aws-sdk-efs] category = 'AwsSdk' version = '1.46.0' -source_hash = 'b32d38b1f1ad98ce49f1317bc6a5859149fff6f17546c10695d04b088c3e4802' +source_hash = 'a95bab718bf1c00efe4c212b14cd3acd4c5fa878247ab2fded2284cbbc151869' model_hash = '1df5d12573216378531a4700129e08d3626155bd9c6d994dc473e3d549c68a40' [crates.aws-sdk-eks] category = 'AwsSdk' version = '1.52.0' -source_hash = '2b0bbf6c7cd6c7c86c6c1081f52d8eb2a5fc8c2b0e66bfe297a7f918d910dfd9' +source_hash = '293531ae2018d87149e9ecba51b6f6a8ae457296e4bfa3937694f98085fd34c1' model_hash = '94b81ab4376d80c45e3961f511a9f8510aee4cd445de2ba60fd3d195861aeb1c' [crates.aws-sdk-eksauth] category = 'AwsSdk' version = '1.43.0' -source_hash = '69d4602a0d015ea20b3238046a8b6d648b0f719bc445d5d4e3e1c4cd0b5128f6' +source_hash = '173f7efe8f6f2329b539dce318ea3147b52db684056cacb880079fcc4780751f' model_hash = '5625a9633fc7b484b461f531792a1dcfa447e92f65815e55ef86e028221dd038' [crates.aws-sdk-elasticache] category = 'AwsSdk' version = '1.48.0' -source_hash = '7373153179cebdd80a7119339fec59f8da3415dd2da755918f24e10848dc84ff' +source_hash = '5cd7a119fc16cc073b8bcf76a3b9ba651f1f24d7b95ab7aa9c453dafca056ddc' model_hash = 'c68ec317bdcd747230a4c86fe1198ce41cc582e20cd93902f264d72604f9b5c5' [crates.aws-sdk-elasticbeanstalk] category = 'AwsSdk' version = '1.46.0' -source_hash = 'd25041cfb2409509dadd693bba757b4f2317abbb875ee1f783ed297c1394fbc8' +source_hash = '0eb01750a8b174e6c5ec77be4b4f3f403a9e9727ddfee6bf97e188420aa7a2c5' model_hash = 'e55bce3fdf06277dce4fbe4512bf5caf9a0c369b23608f66e24113e6dba91b75' [crates.aws-sdk-elasticinference] category = 'AwsSdk' version = '1.45.0' -source_hash = '13eb16c9b3bb10d973e58db0139819134127ee803d52caf01a0d696dc792d7b7' +source_hash = '1bf87681a16c44412a03ce603ec70904f70f7c272d955cf65256ebb47872ccab' model_hash = '237abbdf572e7a7a4fc9891f05db5f8c0664c1c757dda0d6ac4707b88ba5e120' [crates.aws-sdk-elasticloadbalancing] category = 'AwsSdk' version = '1.46.0' -source_hash = 'c68fe74b69bdf4db69ab7ff377582101a06c202e7cca2bec20fb1d2584bd20fb' +source_hash = 'b0196ab2f4bb5a2305fbe645bcc8f4674fb69511df77aa6462b023cf695d4997' model_hash = '7f91a38b80c50460dca9144e3bf6fc8e10873598c7607b1f63642c6c75c7d8a1' [crates.aws-sdk-elasticloadbalancingv2] category = 'AwsSdk' version = '1.50.0' -source_hash = 'e759cbc4e75a36166ed5c5ad2033be637cce33e89f5b6f6622cd3198ccc64fe8' +source_hash = 'b49adcbf856f113952986a9a7867da1998f4747a275bb1a4e06a573cfa186d64' model_hash = 'c6c2e405da78afa144d8686413524256fd2816c7310ff74684e31e7f83a5e53c' [crates.aws-sdk-elasticsearch] category = 'AwsSdk' version = '1.48.0' -source_hash = '33dfa45cea846727c01353285f0e92183da9e75f0c9ab8f19a9a35e92e71a991' +source_hash = '9acde583676972f2ef604717d18811e71c025514d17ff098f10e271f1285746c' model_hash = 'ded061c95ce077f80122192eccb1583fe814c598ae681e9338f44b17ff506265' [crates.aws-sdk-elastictranscoder] category = 'AwsSdk' version = '1.46.0' -source_hash = 'deea84956b9749242053cade692c08177a991ae003bae0e7d529a83281c74899' +source_hash = '7c12b3aeae4dc42b31367d57c0bf3b1045a697cc0de5dbf91d5d90d08eadd1af' model_hash = '6c1c1db4ee5d4030b2cbf681db8bf4cccdfdae9a32cac73ee86fb7329c167049' [crates.aws-sdk-emr] category = 'AwsSdk' version = '1.49.0' -source_hash = '7cfcad8de5c1b3de9158f518c2ee007d46a79fa1f40eb469f39bc9795fb87fe6' +source_hash = '80b7f2ea6bdfe401a78feef603f29e1aad4d9d174e65ddf5d357d8ecfa6bb9ef' model_hash = 'f4f2d2a6bc098ebe9488a05d2f929291add84a7b7b1f96fd13c9c045e241ef7b' [crates.aws-sdk-emrcontainers] category = 'AwsSdk' version = '1.49.0' -source_hash = '8f5b203c902611622e33381b28127346ea593d3230357d19b3c9fbfb22a509c7' +source_hash = '8f334b3964d33659c94b8fd280490644b4930bcbdfd8c19dcad4444a1e37136e' model_hash = 'e01331983fdcb25639be7ab206764bb644f490965875e69dc078c0e6f8ae05fc' [crates.aws-sdk-emrserverless] category = 'AwsSdk' version = '1.49.0' -source_hash = '5c82abe3366525500751cd9f4cc6cbff723235c79ffa289d63f54e2391cbfde9' +source_hash = '78797b99aa3353c530ffb218d4b9c96c769bac107179e2b21e4f76e2b46b1fe1' model_hash = '8dfb9cf56e609d4a26b8e11b77ac367114fad72b4607f039f6ee31844376c7f0' [crates.aws-sdk-entityresolution] category = 'AwsSdk' version = '1.49.0' -source_hash = '3ca75ebc03b2d70a669d7ef69317343e6a02b5f04f78581fd25d50ce36ee91f8' +source_hash = 'c0a4c2157772a4e1baa03d0d69f82b0d9d7c100deb3d85e07015ed873a523b0f' model_hash = '8c37e22f177aebd819c4901539af64454a5e77407af044725d81b20ffb75d7d3' [crates.aws-sdk-eventbridge] category = 'AwsSdk' version = '1.47.0' -source_hash = '2598e5a6ee888563f3889bf168a5d9f3056985804fa69e038074b0989d35b3ad' +source_hash = 'c8f89f73ab66c0887ba51a55dfc51cab5d1dada107bbc507f3895a38b2140013' model_hash = '5ae4797c0958fc2a0dbb4df3c9c973ba5e047f3548610a09c9f453d44b055770' [crates.aws-sdk-evidently] category = 'AwsSdk' version = '1.45.0' -source_hash = 'cdf381c7b3248e2533a12ee750b29c0ddae74a87446bca65747db5d0975f1a2c' +source_hash = 'd2096b71ac885305f7f42b80f7d2a8ae2e6d1af87367eff26575f31f40c13a19' model_hash = '46ccb563d968d97801d539b55901e369c43eb44ec86ad0c6aea95ae44317eb44' [crates.aws-sdk-finspace] category = 'AwsSdk' version = '1.48.0' -source_hash = '5a542f9777731c4d9d12f9e56263e805b090b16514cd27093bbd50b25f761f08' +source_hash = '69edbc7bbbeef30adf1f3379a2d2db281bf0e1af9ce949657caa03b4cd99740c' model_hash = '39581c8d7c5ad143c6b1d78863629385d8ee3d43133d7d56589a4851f7a2160e' [crates.aws-sdk-finspacedata] category = 'AwsSdk' version = '1.45.0' -source_hash = 'a85fdf7ae59cff40f8f3c0acaf27cf8656df48320c6ec6888711da0f10d81a36' +source_hash = 'd0dc6bf12b2a2b59f2c97730b9eb72fdc1a35979ab16ce915a7c325867b7e05d' model_hash = '7f6485b3b7f33a01ea75793400c905e7e18daa4a2d67f26456bc700c119455ed' [crates.aws-sdk-firehose] category = 'AwsSdk' version = '1.50.0' -source_hash = '0683a44f240936a380e7630011ad9cbdf1cd792f4bdd4d4e2eed820970d4252b' +source_hash = 'b755ce6dde8d81ae664722ed272f8001ae06ab833d9c27c647c783eebd2f2b6f' model_hash = '4ebebc5febd6ffa03eba5a3dbdf3b6c226c8a08c07b7a61c5138d62ff5804ed3' [crates.aws-sdk-fis] category = 'AwsSdk' version = '1.47.0' -source_hash = 'fc37a403905483bbf7922389f948f3520e3554c1e1f3eed3db1addbbd1489482' +source_hash = '49ca5f1606575ce0fbd351b06c4dae14d12021c489308b21a0338e66f8f96c84' model_hash = 'f72575db7caa52977a7fa0183b0f4d181ab4ef5181b6f06e6ae3b855b446480f' [crates.aws-sdk-fms] category = 'AwsSdk' version = '1.48.0' -source_hash = '139d594f70fea811f25ffadd09228863ff24866c09e2c46487ad66e1579d1338' +source_hash = '03981092324cae4db7f43ee6d1e7157d07930139b48e3bc89ab26bc5cb4d5dad' model_hash = 'edc54c706580be596c972acfce9e5157489f466b37233ee977d721b9c6fa2103' [crates.aws-sdk-forecast] category = 'AwsSdk' version = '1.45.0' -source_hash = '15495d9634e6e4a04698fda86b3c3a81b363d74f9e027837e40516a55687905d' +source_hash = 'dc031e339f153e6695533e8f2c8e0935b560c2ffd3ea5e53ed30736279a2a582' model_hash = '3c92c6c2c8844f08d25fd063a1ccbb94f0ab0ea0f1c1c3469adcf7c870d8bfa2' [crates.aws-sdk-forecastquery] category = 'AwsSdk' version = '1.45.0' -source_hash = '4ac4294149f3c8e1092a71c03ef88598c47788471a7cedd578eb88fa8105f740' +source_hash = '3f7652ae6570e8e27b2274c5cc242396b6d852e61765576a0b0148c6d9b15e0f' model_hash = 'cd74ffeea730f02e0805832659d2d88713e61d588faae22786d41261205841a8' [crates.aws-sdk-frauddetector] category = 'AwsSdk' version = '1.45.0' -source_hash = '827ba157f98fc2f345a645415488cb8ed5cdcb92dfbf9f7c123bc9dda9d24311' +source_hash = 'a4a5b542562db519f34b83fe3dea466ee623ebc2ee30a561036bc387a9abbee1' model_hash = '4a429ec61afe2d8f7f9acea01da3c7a57bc65443c0f93325600ae2cc58109084' [crates.aws-sdk-freetier] category = 'AwsSdk' version = '1.43.0' -source_hash = '4af21b98014019d4cd782dccdbd2680b7d3a3e2739c8d582b63b86129654351e' +source_hash = '249d7aa47a250989c45602cc99bbfa15347049f2cd6d1af34a67141f02c55bcb' model_hash = '4a7fa6312753c4f167f61399f428b49f35283a29bf54f8c0c128ff96dac00471' [crates.aws-sdk-fsx] category = 'AwsSdk' version = '1.49.0' -source_hash = '8dc87202a512336a7214fb9581eb89277435ecfd46219cd6ea5238307282abfa' +source_hash = '8b7a2a7579a907cf4ef82318816fbe3811f8d6d13753f2b7d0f74862cc9bb496' model_hash = 'd6fa85ebaefe26e1ca14e9948c1492a66a993d62bc9cbd57e2593c3e59b8631f' [crates.aws-sdk-gamelift] category = 'AwsSdk' version = '1.48.0' -source_hash = '11e4cd523bfdba96ad185f0022d008f9ff848a68fc04c6c3d4d486dc5698cc22' +source_hash = 'c220a3e71a0c3659b1ef7a5617d246450bfca71b168b8b77500e7e9d09bf766a' model_hash = '45fdb2d9fb3feff1f9ce74fa43eb889c8a88db85b713e8156ee1b0d47a11569e' [crates.aws-sdk-glacier] category = 'AwsSdk' version = '1.45.0' -source_hash = '24c55898dc60c2c74fa28a7460e91280210724cf3583fdeedfae422baa807ffb' +source_hash = 'c8758c49ed0a6650439ee4045328ef43ff6f12bb51c66c5f94fc3d572547aa4a' model_hash = 'dca44bc00b97fbb20fbb7412538d6aa5f7ff23a66ea8ff12693cdd6c869ce299' [crates.aws-sdk-globalaccelerator] category = 'AwsSdk' version = '1.47.0' -source_hash = 'f9674d1a9808afd5b1298795036e0a9a5bf4d05db31ffcc27e3f0c58b40dd4b0' +source_hash = '7beab04c96af1677f0366b08f40cb77e15dbad84f4b5a3c7f038c1358a3998fe' model_hash = '7a8bc11f1498fcf202e15dad74c422522285ca4c8f290e50f7d08d42f31ccf26' [crates.aws-sdk-glue] category = 'AwsSdk' version = '1.65.0' -source_hash = '08a7a25365c89714332652fedefcfffd84abdaa3120369a51e9a37b16884fdf3' +source_hash = 'ca30b3cc0029a8918b0a4ec9daf30f4049759116815a6b72e7fc2e2fe0d6344f' model_hash = '53936fdd1b7ff5fd2b2246a8d1f2327216f0dcc30fcbc34512b0ba9160baed1f' [crates.aws-sdk-grafana] category = 'AwsSdk' version = '1.47.0' -source_hash = 'ccba2a5b2250f53de68564e5efd51a000b376a940ca7ed2016810b1741a8261f' +source_hash = 'b39796892f7a51bdc87566648098854b1301c77ddd3dfdd658c11166de342e26' model_hash = '45388b4930a5d5bea7684f3324feeb0632f7b6e581fd28d90c6e39a88a46d129' [crates.aws-sdk-greengrass] category = 'AwsSdk' version = '1.45.0' -source_hash = 'cf4fa4f1ae4a2fe796837d9b03bc25d540f06da55d83c5d4dc979eec6ba3026d' +source_hash = 'cab59cae04d1d134de6a2362dd3e04b8bca97062aaec790fa01e2496bc4a86ed' model_hash = '8f3a10c55aa9df63e30165c77677ef2e9648dd03d3cfe4105750a626c83a22df' [crates.aws-sdk-greengrassv2] category = 'AwsSdk' version = '1.46.0' -source_hash = 'b454e3ae45da0af76d89829823344c8d5d8935f07ba736371b413d03f60ea4f3' +source_hash = '019bc9c71108e1f42e35025d03e0439919b15ca02262c2d0f9b82876042f7258' model_hash = '55ab93af36191d8e3cd615b8766ac0bb932878cdb0b05712992cb1863192dbf7' [crates.aws-sdk-groundstation] category = 'AwsSdk' version = '1.46.0' -source_hash = '80c8025da270f14d1714ad30d01896112d1406d6fe705e1056230fab7ff709e3' +source_hash = '0b4e7f89765f28848b417ea4ab1b534100b59f2df87321fa2dc074af1f365748' model_hash = '2c97f5de5fc40115222b8f4b2eadc768ed5f4107083921c1a4efc05ee74ad219' [crates.aws-sdk-guardduty] category = 'AwsSdk' version = '1.52.0' -source_hash = '72fc44a4e0ae85fee5d77e318f1d19f34c3063358d712b30d8789a9244f17771' +source_hash = 'bdb27d20d2ca59cff056ce85793e9cac8729cd4c6a8c185d046718c2034a3d1d' model_hash = 'ec2ff0b87ca2f4d0e4c5ec6691ef70903799eeb3880c7827ad0d594d213fac72' [crates.aws-sdk-health] category = 'AwsSdk' version = '1.45.0' -source_hash = 'ab5386ddd9e632b8b23aec5851f85fba140450dad5651bc445c15919a3239e84' +source_hash = '0fd800b015720b2eebdfe80db9b742f2be8b3d01a81bfe023b53aab0d782ac39' model_hash = '007f1728e05ba8197e7a685d6c4b9708ff63a40ec20a2ad256d12a2d4b022664' [crates.aws-sdk-healthlake] category = 'AwsSdk' version = '1.46.0' -source_hash = '652c175b62497da5a62d7469a5e1c7b0df0fa4942e2af999fd088a1a3d9040af' +source_hash = '33934f2791a8e129eee55a2505b0ebbdee3a03d470730b5c5d8f7396e7f96773' model_hash = '6a39608a02b9eafec57c1842eee8fe75c075a1ac4523bf3f73d62e7292783218' [crates.aws-sdk-iam] category = 'AwsSdk' version = '1.47.0' -source_hash = '7bf18962dfd980b7d5ae8a9ff73765e502d939d4fde1629a3677f5b1c9b67ded' +source_hash = '6a0674a90fee56b4f3c75dd2f88fe62bda87d56c0db849a33748559dad3734fa' model_hash = 'a25bc1d1ff8d5e28adc0541c15d1c147169294cd2d4edda2c80c1963514c63b2' [crates.aws-sdk-identitystore] category = 'AwsSdk' version = '1.45.0' -source_hash = '6fe85b6566ac80516e2e1f0b270d6813ffd9cb12270e346047c18fbe98f78797' +source_hash = '8df01adcf95eafd5f4563aef1f904f3f848f00871f8ee081f78370ed93047005' model_hash = 'abd0728cd0c7060cf5e676f42e09b2a177eea6729e727c62b19b84e35304f7b2' [crates.aws-sdk-imagebuilder] category = 'AwsSdk' version = '1.46.0' -source_hash = '0d05cecc75a548b63b89807936f535b766401dedc11c66a221a4e83fb3edab91' +source_hash = '7f679db95d804d7825b5e87189346e3155e6b4cad8967b695c4a5c9a165ceb66' model_hash = '4d979ebc15aaf2d4c614796710bc1dc21d36535653f840bee206b08c295104d4' [crates.aws-sdk-inspector] category = 'AwsSdk' version = '1.45.0' -source_hash = '92358815334ecc0f1ac9826c37fcc7b48f2caab04082545a3c46de45ef0e7eb8' +source_hash = 'a6fd13b4744bc5a6180b99734af83fb587a1c9d0235a1e4d1861e461d24a73f1' model_hash = '70886218ed0115b5c85b366be76a361d4b27fa844847e5a2f902cce0b8f7ba5d' [crates.aws-sdk-inspector2] category = 'AwsSdk' version = '1.50.0' -source_hash = '1fcc6bc64b5cdbf56463b9a46ebb458f588d89063852133d0ce2f491b5c1c387' +source_hash = 'ca38b37eef06d04b471db510b9029f09e400187176f4b0c152834043c729698d' model_hash = '24d5391151869c8d7ec89a792aefbf49d244b94aa4cdbb84e95e557327ccdae3' [crates.aws-sdk-inspectorscan] category = 'AwsSdk' version = '1.45.0' -source_hash = 'd789cfbcd433fefbf9cf54a2db52bac910214cb3176b6030106a2f0bb91d3514' +source_hash = '46d7ef027df3c7a5c1f472afee68c16ed3244884acc7be8d153cf10e66e299a9' model_hash = '2caa013a9be3248e6f9d486f9c939588dbd041fb54938465981cded9a212bb24' [crates.aws-sdk-internetmonitor] category = 'AwsSdk' version = '1.49.0' -source_hash = '7ad9785a4c546de0aae613a43dacc8e2fdc9eff10e205665e10c13372b5a7569' +source_hash = 'cbbcd9341920e03912f18cc3a4f2b00b546125649081a2325bc0e7360a8d71ce' model_hash = '29a916242fdadbdc8aa9bbe176961f0c577cd94d67b31d782ec3a7c688643b38' [crates.aws-sdk-iot] category = 'AwsSdk' version = '1.50.0' -source_hash = '838f2118a95c8fd35ffb5ade5d50e9d47339233b5d202858d6fbebbf40f08c51' +source_hash = '4b9d7089b3843575a1fd113a1f0bd19d66a3c166f7a7e692444f73eb42d37925' model_hash = '1ae222094ee72517cfad2a0fee70285fe801f72ea2dec6413fb7dcba8926fd19' [crates.aws-sdk-iot1clickdevices] category = 'AwsSdk' version = '1.45.0' -source_hash = 'dfb5d5e9297c0934c00272c28e9df37e5233ef665ccf9f64489355081a8ed090' +source_hash = '629022b6f9f858c4e9dc60f2725493f0bd55cef533a0cfb9ef10d475adf73045' model_hash = 'e93cd40d38ef410280773561dd132f8444af0624521002cac3d75add302e2628' [crates.aws-sdk-iot1clickprojects] category = 'AwsSdk' version = '1.45.0' -source_hash = '0c97d79dedd542671db7ee7222252113a0a8f01bdad71bcc6be37bc3b32b2931' +source_hash = '561f99fc3581d54c056b4b04f4e9e5dad61fcae930443e5af27f90b47f7c00a0' model_hash = '405130e1bbe04f96d330ba7b447a87a23cfdcc8e8a7eef724327e3c2567e12bf' [crates.aws-sdk-iotanalytics] category = 'AwsSdk' version = '1.45.0' -source_hash = '78aec402e1ad8801a2ac812b6f3418537c6954f64b731e450b5b7c118c1bd0f8' +source_hash = 'b1e0ec66f93eb480fc2536e5219f11f4825a624dc2a91165b235eee095ccda51' model_hash = '8b7402d76f582f5fa80d28816367eb766bf53a7d78502626ed14defd1943e0fb' [crates.aws-sdk-iotdataplane] category = 'AwsSdk' version = '1.45.0' -source_hash = '7db5a8f6a48af08784db8b0d7ab41593ac4b44d92d59892bb3c6d9de51d09421' +source_hash = '8a078d28396c28d5d674b5edaa662f761fbfebbd9fb7bae40c37d6e6f20079bf' model_hash = '3b983cfeaff668f43c046ba541674ed11c5466da9ccf7044b85f01486ce73abe' [crates.aws-sdk-iotdeviceadvisor] category = 'AwsSdk' version = '1.46.0' -source_hash = '3734710cac2525a1c1c8dd23964e7f4cc0afc8406abb88d49fdbb06bead50081' +source_hash = '87586dc6907bcfe2b022e9f55dcdb77c098db96736b44816a13d2519173c767f' model_hash = '99d32f01133399392aa3da0f7b077acbd6b0b79b691072590b0f38a1bc638d8a' [crates.aws-sdk-iotevents] category = 'AwsSdk' version = '1.46.0' -source_hash = '5e9eb080c378105c14e2645a9e7b3f1a333cc0bb8496ea58a88401870498aa9a' +source_hash = 'c8b4b636b15aa02808a22900170a8318caf0baf60fbccfc215190b0a2e797ff6' model_hash = '9ccbabcf94662e87248d6f723c25fe396c8275c1d7f8f8ea0e724628440256ea' [crates.aws-sdk-ioteventsdata] category = 'AwsSdk' version = '1.45.0' -source_hash = '4fdabf92f124053f44097d960016249851b2ab5e329c9ec04e216a5005371c3c' +source_hash = '869c5e7ab5faaf794c6aa198968d32695ed474ec4bfca75ba745b15ce675c125' model_hash = 'a492223e4a57806608f4d604075e4b24a6704eea1f1cad70cb9fc77c9f04c9a8' [crates.aws-sdk-iotfleethub] category = 'AwsSdk' version = '1.45.0' -source_hash = '40ffac758b279c38fa46542130c2a5283d75e737ade57adc77aebc4e874943f5' +source_hash = 'bcac1f0a6a194cf3e7dbda880077beb08602daca907adec1df7b9e778d0218f8' model_hash = '445ebd849fd5c7031c93b5e6f57b120d23bcb3ea42ac713b4ebd321203611c2c' [crates.aws-sdk-iotfleetwise] category = 'AwsSdk' version = '1.47.0' -source_hash = '1d13d3e2634bd3aed70872d01ba586fd877bf84ef06ca0071226dcb04bfd7ce6' +source_hash = 'cdbbcabf2f99a9afd4d955458e9fe683bb52dbd5ef90120728e2c2a60fe0daa1' model_hash = '493d5e0d94be5e43a623cf091c89c86da29873827e61b0b149aa960ef7263d46' [crates.aws-sdk-iotjobsdataplane] category = 'AwsSdk' version = '1.45.0' -source_hash = '1d542e475657598c10687ba81ff71e4a4d54836ce3c8724b87a5fd52d3a6102a' +source_hash = 'acfd039e51269c2183655e21d8d10cd79559c3ed8c17d78b70338f1d020f2fd6' model_hash = '3d077de4462602736c84fad7a2296c47b72b438bb462f5fed750378ad992059e' [crates.aws-sdk-iotsecuretunneling] category = 'AwsSdk' version = '1.45.0' -source_hash = '39c7a12162e143a406da4f186c3c5ce7ba7874b128426defcfaac8ce7e6dfb84' +source_hash = '4ab0572ac34dfb28dc1f4e1afccc68c876ccb049b540c8c71bcbee63b22237fa' model_hash = '260b1b95d87fb1ced3c57c054ea243ea803537b1e73b98f1db9f47a913dc185e' [crates.aws-sdk-iotsitewise] category = 'AwsSdk' version = '1.47.0' -source_hash = 'dc8c2ee970b1dc235553691bc1586c0074f1cd6e96da4c79eaa19ee3a4f02cb9' +source_hash = 'a63e923d7a68b99fe3beaa16812e88f285a846f9c99c7902b7e49afb37a55fc8' model_hash = '90d1ef3499bfe14d53376817cc28c1300102e5915b6609596f37c29586567c27' [crates.aws-sdk-iotthingsgraph] category = 'AwsSdk' version = '1.45.0' -source_hash = '9ea24b56312c9865e8637f261cce9bd295f00a6cbc9f8ec2dbfe4a05c4b1acbd' +source_hash = '055d6d148c14a9ba629d744f16a7cf2ce7b827b8157085e8e92952188678b250' model_hash = 'd6c9b8a53d9eef739f2a7aa03c80b5bf7d572b551172dabbd429d06975d9855b' [crates.aws-sdk-iottwinmaker] category = 'AwsSdk' version = '1.45.0' -source_hash = 'd9b5e863b5bc3761907954bc2958e3c55d5f3807e7d317e7231fc604475bbbb1' +source_hash = '4e6a76926bb088029c1c79bba77eee9fbe3f97a617ba02cb723acb47e266eec6' model_hash = '98b47a7ac187f7010d7e41ab484e78c12e1968053677f414c2c854bd2401cac0' [crates.aws-sdk-iotwireless] category = 'AwsSdk' version = '1.48.0' -source_hash = '5d63ea0164e2453f512a714d3799a6797a5a8a99fb4ba8122cb49051dcce2f43' +source_hash = '754e6c00a29c5acc2c91df2aa6c981a06804af4c46c3584725689b17f68ea46a' model_hash = 'd5188ed4e7d4519292d5c875131c9c126b458f156a01dff216fe1d53b8aa5727' [crates.aws-sdk-ivs] category = 'AwsSdk' version = '1.49.0' -source_hash = '391b502766a1c6d4a49d70f89ad2ae67edce8ddc60d9435278d262b7ac5db24d' +source_hash = '2edf39ffc37ffdc001206a09a5bb08dfc55bbd359a45b755188f1e9e7eeaf60d' model_hash = '1a0ce39901805df899ca3631be8dfd8f4e505e6b18f3b76b63be3041da3af66b' [crates.aws-sdk-ivschat] category = 'AwsSdk' version = '1.46.0' -source_hash = 'bf9e9042b3b4cf1c23a93448c202c0ea379d95dacf3d3b5b720705acf054b9da' +source_hash = '402c63e580aff748bafda5c6d1a092f19e6e18c48a3858e1718f784dbd3d4248' model_hash = '8b1d12eaea48deeed8e7048d8b61c17cfc1d620a6f71e3b4db6ab4bce3970b78' [crates.aws-sdk-ivsrealtime] category = 'AwsSdk' version = '1.50.0' -source_hash = '804881ebdbf52fbcca87aa4ccfdb53144d1c4a626734f84eaf4993910d351103' +source_hash = '63ad65db048347f29cbdc58fe5beba44ae2b28ac1b55694b2b5fb2f7648d4142' model_hash = 'ccc71211c2d9ad804b492cb909987b6fe3d186b5613d99d9ef4a7b9279bb5bdc' [crates.aws-sdk-kafka] category = 'AwsSdk' version = '1.49.0' -source_hash = 'c2bff599cbd1cc83bd6a9a8136c4796e8809faf4f2a164ba0c91a98f0777fe06' +source_hash = '3f2e189a1e7983a1d2800b7c6e17c720f7cba73312c8cba84d36fa945a6238d1' model_hash = '955e0d0a0f73641c11ce9df2ac7e71c565c58d422f9e420588d97e527bfa6290' [crates.aws-sdk-kafkaconnect] category = 'AwsSdk' version = '1.46.0' -source_hash = '055c22eb506f0a17347e47829796ecb82d49c5440c4001be74bc345e431e9a2e' +source_hash = '66ea08c7590318bfc63e56cfd43faeb55e58e67f783695d05012182b54863a61' model_hash = 'bed1a4346b9a2f7c5d854c793cffe9cec7d214c711b4e7b1b4db4d5f2af29e09' [crates.aws-sdk-kendra] category = 'AwsSdk' version = '1.46.0' -source_hash = '2fb86552fc3bc0b296f1789f512f57d0a2f232fc93313333b0617f9bb7bae29f' +source_hash = '0a620eb524aa58e2a39505cdeeb7b6d12b6b5911dac158a354f85982fecb5a24' model_hash = 'dd11663af2a41deb578c12a88704e9066c3aa6db5a49541be2b2b16ed53a4498' [crates.aws-sdk-kendraranking] category = 'AwsSdk' version = '1.45.0' -source_hash = 'c8869f47e66d802d06e8eee85d4fd5a0ca8820b25ff2407c742d29da14433b3f' +source_hash = '165b847c0fb16d7bf533b8402ce3660fe99bc4a8649d81db99bafd2452427283' model_hash = '1dc43d3164c0d60b6fff3ea824b56a6e5213bb665812174fa1754dc554bf727f' [crates.aws-sdk-keyspaces] category = 'AwsSdk' version = '1.46.0' -source_hash = 'a801068e377589bfd66b908bd0930b34dd9387644f64450353e3330437493688' +source_hash = 'a85be7b40ca1b2f370e3c86d5f11189548666cef9e11a22aa7481630c43c8cd3' model_hash = 'a0ab42656eb6160a5056522f2ae5bec183d7f14cb8b45cffd4f7a7946c11bb65' [crates.aws-sdk-kinesis] category = 'AwsSdk' version = '1.47.0' -source_hash = 'dc47df80c8bc9b9024baa063c8ba9512fd740aa21f9549f48845318dd84beba4' +source_hash = 'ac9917bf55e6446d01f42f864eea34fd8cd23680ff7301950cfb99c389019399' model_hash = 'abf1178906fa8c611da544d8678f059ce021a1311e8192af4aca1b8da7ec2abd' [crates.aws-sdk-kinesisanalytics] category = 'AwsSdk' version = '1.45.0' -source_hash = '5164263e93a57756eccff154d56b019ed7e9d4e966c3e53b8d5c759e6ea69f97' +source_hash = 'e99f2ec08c97ad0eb7c476b2db8c37962cd23b55724a243aea8dfba628d9acfe' model_hash = '494c858c1a3082e73ca9efefa8188ae4f43abafc2d3efccf9bc7bea48f289c38' [crates.aws-sdk-kinesisanalyticsv2] category = 'AwsSdk' version = '1.49.0' -source_hash = '6897551813d31bb63503beabcd363a064f77ae1d2076beba9727421f28129c47' +source_hash = '9b4f32c6c25f8975a513e00f10d27553d95869fdc67ebe38185232eed044045c' model_hash = '433204537e94a0f3300c532c216b0ea19e110c1e5ef3c91942e4f042de1fe90e' [crates.aws-sdk-kinesisvideo] category = 'AwsSdk' version = '1.46.0' -source_hash = '84e59e79f6d90d12dffd67fc676dbe942693ef98092e4c0f45b0b799c6c8e02d' +source_hash = '9b1d06b4a494b6f971ffa77838bb8f27649cd21eebe8b52f093eca01690d1738' model_hash = '2737109e2095ba3e0257b5540756b05b5f49369abcb0d8a724b37a0dfe9c350e' [crates.aws-sdk-kinesisvideoarchivedmedia] category = 'AwsSdk' version = '1.46.0' -source_hash = '7559fd97d8dc67b0eee90d2fedbb290eb577053bef9129c637570357197a3035' +source_hash = 'd4d79c9dffde5b741b4f396ed01a925f8c006d49b7bca8c4c41b6e4143d4af4d' model_hash = '02eef95d6727bbe68310100c8966aa979b37d38771ccb09f7f6dd5462e649d1e' [crates.aws-sdk-kinesisvideomedia] category = 'AwsSdk' version = '1.45.0' -source_hash = '830212ef54d2bf60c8d61142af0cc01e8b15035ee3ee0079113f897826045852' +source_hash = '0cbf8bb6fedf8af680f37aa0670e45b4bb9c6508452ef7ea6171d3457a55577a' model_hash = '671f36d68e0e0b0c15bc9fd98f50cdcf5578d20da693d49d6d590279ec6fee36' [crates.aws-sdk-kinesisvideosignaling] category = 'AwsSdk' version = '1.45.0' -source_hash = '40d906d5d46245e1caf16579052a92fcddf4849d3ee95e5bc5230c07d927368e' +source_hash = 'f6b41a56275f1a1e51fb3e4419deb953a36d0a3d94b66cc522207e70456e89f0' model_hash = '7c4b92ed6a5934c6461b55720aeb89ee62a506f030532e26cb2ddf8d84b37aff' [crates.aws-sdk-kinesisvideowebrtcstorage] category = 'AwsSdk' version = '1.46.0' -source_hash = '3919d3b50550dabba99df6727e8a7705d263cc1f109f5327a3ac1ef8d0c1b37e' +source_hash = '6b6301a4d44391a31c94339d9d23b5a24baed0876c72330e3ad2ec9caf6e4472' model_hash = 'ab864ee19799d8bd5f2a1e3ffe05edb0cd3b787eeadb1f466dd6ff3b95acf051' [crates.aws-sdk-kms] category = 'AwsSdk' version = '1.46.0' -source_hash = 'b011d2a03c7e06223a98d2b427ce35dc808b5490a0cd0695e9f4913b4efb31f3' +source_hash = 'fd2756db93d69b7d997ebe3ada6c94d3ff9490eed81f5a4785261e459481405c' model_hash = '323c47067b76444e7a3e8e162a90e92325ca666e74d68f6d16b6860b799f4b53' [crates.aws-sdk-lakeformation] category = 'AwsSdk' version = '1.48.0' -source_hash = 'b188b34de67c57969220b4df318434cd7340b3daa029cae1980e6f4fb8e5cd4f' +source_hash = '95209c18e9ad40f89e62f53b7d541a5782ba8f1d98a2dd904173b6faac36b1cf' model_hash = '1ac04b59a5e828393dfbaf53d353cd7615e325048e93c609a907b449a90e623c' [crates.aws-sdk-lambda] category = 'AwsSdk' version = '1.50.0' -source_hash = '6942b7e8bd937c60afb36e0c690a6efd106e6ed97a200a536e2f09d952e38c1c' +source_hash = '43ba125e3e5f45a4af601566c1ad5b3bbb849fb9cd117d9cc792223dd591fa9b' model_hash = '00136aa5b8cfefdafb7e2f9a8573dae3eba572ebb1431b2a10cc472b8e3efdba' [crates.aws-sdk-launchwizard] category = 'AwsSdk' version = '1.46.0' -source_hash = '9eb69c777f1c93853d0fce7640cf5aac7cb5c195fed585c5b382ae23f48883a6' +source_hash = '34ed30f6c3ee0b17b5d4ea5bf27fe5499bfb524e24cab1db252b872d5fcffbb1' model_hash = 'ca4cec5f5ad4f42d1d843e75f54522589613c05353931976635558072b005f72' [crates.aws-sdk-lexmodelbuilding] category = 'AwsSdk' version = '1.45.0' -source_hash = '0b140044713e0de76503c4a9b1d6d0a36ce25146261f2e5878fd7a94f4d67653' +source_hash = 'b64f2f7feedb1eb2904d1fedb382b47b2438e4418605c4dfe98a59c5dcaa68b4' model_hash = '35c3a19d228343d030ddd9373b5bed448dc3d27fd807c3f716c95e6f30bffaec' [crates.aws-sdk-lexmodelsv2] category = 'AwsSdk' version = '1.49.0' -source_hash = '7106143fee40c799979458c6ceca6cb5e257c0fc152afd227198025a234ca76f' +source_hash = '27582d7f61bcbbf53703f37c25450782a9287fe45c9d3e32a5c1c77b41187d6d' model_hash = '590fbbf15947d084ab1f3d6cd00716bbd5f039f765cfacc808de0d11776e289c' [crates.aws-sdk-lexruntime] category = 'AwsSdk' version = '1.45.0' -source_hash = '612ae6d82725e3a6cb835398b0ce3adedb7af99aa478b59582e36dec772d1eea' +source_hash = '063545af42bbbb52fca09518437db75f62d7ef6bcf0ec3492d1fe25eaeead22b' model_hash = '596a20ac4ea87fa620ce112c5335a475c8dce6ebd097c824fc284a59d8d9e664' [crates.aws-sdk-lexruntimev2] category = 'AwsSdk' version = '1.45.0' -source_hash = '806ad6232cc2195d73e9e95fc08de77b108ba3fe5dc813626b12d2dfec62eaf1' +source_hash = 'a66a969e92014921971ad373c1aeaccbf8d872912360373ce2676a3322e8479e' model_hash = 'd652b1bc3e185d17736cd4ee27d84dcd5ef073fb77edb09d8722872b64c097fd' [crates.aws-sdk-licensemanager] category = 'AwsSdk' version = '1.45.0' -source_hash = '0035e3f36fa020f92cb35e55a5d74f71691a4c815652ab06ba4d2a2fd930bf9e' +source_hash = '1ef7d00dfa47a81471988ad568e2fa5db263f7f2abfaf35c9edffaa98399e289' model_hash = '24fbeae2a2d682fff95e6a5b8ffaea36d02db2d983a60a420d8172596e15b2c4' [crates.aws-sdk-licensemanagerlinuxsubscriptions] category = 'AwsSdk' version = '1.46.0' -source_hash = 'bf6b392f2b9088ed1a52dd61a4e601645205d5ac805fd326d9c94cacac9d8740' +source_hash = '53cc835321191d5732f7e2eff758b771f828cb19bade6545e75b7a7b92258bba' model_hash = '7c43a524389f318abc311ca9224b01cd2056473497898285394e83b8dc8cb87b' [crates.aws-sdk-licensemanagerusersubscriptions] category = 'AwsSdk' version = '1.45.0' -source_hash = 'd4030decfc069d232253c5f11dd0db8188cf597462aeec223770a230b5547836' +source_hash = '8f8733f9ec394bff67f4baba7777e21cb8e2c1c8b492cc5ca15e30775ad44a97' model_hash = '16446970b85eea4a8a7ba6488541f28cdad132ecd2fd0de394d3db9a3ed1b89f' [crates.aws-sdk-lightsail] category = 'AwsSdk' version = '1.49.0' -source_hash = '81707fb0d06946eb645d5e8fcc1d0008d7a11a8e5b86a4bed0078179ee216c4e' +source_hash = '25fbfad704a671dbe51acc2da322d5d53e21cf1a92fb289df1023c599a9c67dd' model_hash = '20034586b4bf43804a277bc8fbf9906b8e87e3cf35eb2d86c4b8a24475a1d846' [crates.aws-sdk-location] category = 'AwsSdk' version = '1.48.0' -source_hash = '3076c906f139f5428681b89522d2509d8b28267b351a8ab068a0795511af0686' +source_hash = 'eb3cb8505dcccd12dd7aa494be8966c19ac09895b3a7a51dcbcc391a6d130a7b' model_hash = '549f6392c5362239d7495baed3bca82bcfbf494e7dd359421261fc5ade7a7850' [crates.aws-sdk-lookoutequipment] category = 'AwsSdk' version = '1.47.0' -source_hash = '1c744d02d9f114f578ee2c9047412ea2f0988c0be55fed00fb34f0d47d615a27' +source_hash = '8521624296e7c76de53a3481d5479c894a32c78c0fd111bd17f5d019ff1406ae' model_hash = '0fc423a89aa11cad2bf7fe8b8469a06ccbb8fb2cae9c9aa57e83e4701e38050b' [crates.aws-sdk-lookoutmetrics] category = 'AwsSdk' version = '1.45.0' -source_hash = '1bd9a14b014fa48188d358d16372a1fca645336387494a8a5c34b24c15deac1d' +source_hash = '9abde82953c60592937aa54e2840a93231f0a7d4fe728fa684b3150e6aee6500' model_hash = '6049c3732af55ae19aaca27dd9e669f7d3b99e3c1fddc43a3a4f1541a933e83a' [crates.aws-sdk-lookoutvision] category = 'AwsSdk' version = '1.45.0' -source_hash = 'c7868c220d89e3542a90b5dbba15a8f6a813abfb81af75c7c0bc29d560967d1a' +source_hash = '6a7892b8ecec252545906d5911f30763b0ae37723609b3a6fceba0fa897602d6' model_hash = 'ad9b57505093a165cbe3fe1e84c3252c99cca170ba2de812a5c5ddad055219d4' [crates.aws-sdk-m2] category = 'AwsSdk' version = '1.46.0' -source_hash = '8d3af02e03b84f7ba051d9ce1218305de36c98779377f37ec1454f03fa57b566' +source_hash = '21fdd6defe9d6786bc433f130031eac58532cda591097f3d3d201faa6ed9dc87' model_hash = '55e47f57eaa6548ad8d31cbb68e3840e882f229f656a989a97b68783e2305052' [crates.aws-sdk-machinelearning] category = 'AwsSdk' version = '1.45.0' -source_hash = 'be4893a991c36095337a2b68a3645acdefd5999b5afb4a7416e50b5ba2575eb9' +source_hash = 'c37f7e0f5733f6ab6fa418323bb7255fc1bfdec0dc5fd57203f0e4775ded4d2f' model_hash = 'd4699b73b87a37092a5c012f626266886aea7e13302c6279f82c4c81f7106744' [crates.aws-sdk-macie2] category = 'AwsSdk' version = '1.47.0' -source_hash = '259c4e228d3514cfd5856882d1693bced311ae933f87d9e6bd60fee06fc3446e' +source_hash = 'f3c6d33ea60989f8d18839579e3a9f52b60b7acc2e93dfccbddf94de4c3a30d8' model_hash = 'cb991d1bbb4e7c18871035295cdf0aa3ade08068c49cb1bb4686c3113c55c1d9' [crates.aws-sdk-mailmanager] category = 'AwsSdk' version = '1.21.0' -source_hash = 'effc94217ffbcd02f4f07edf7eb9bfd4679c56f71f8fdc015e46873d59945732' +source_hash = '4a536abc3a4b10d608e10508d07bad47800a6d6c20a8c852f7dcc413acc37662' model_hash = '5c2d67f8b4a34bd9ebcfc1dcfac85426d70babb032257304dedc67640416d71a' [crates.aws-sdk-managedblockchain] category = 'AwsSdk' version = '1.45.0' -source_hash = 'c1997a4f31a0f65c4f96994ec96fa8ea0ea8e475cab6e1b0ca236f41ed34d89f' +source_hash = 'cb5ae6e72d3f9d689bc7619ed2890bb68309133353a87cdb5c82cc19923ba43d' model_hash = '7f632d2ba193be0fc05df066cec5ad5b24be4b5dba19888fcf5a015fd3b4e8bf' [crates.aws-sdk-managedblockchainquery] category = 'AwsSdk' version = '1.48.0' -source_hash = 'b037f89c0804c33ed03ef813251770fa5b0b36ce568927710ebb97afd7df0f9e' +source_hash = '8be2dd58eafa9fb12866befe40b5338d7e87bc443ac4d3ca41716467ef9cccae' model_hash = '75e95fc63e28951777b9e51399dd8409595c2c851a3e77cfa0ff9e3db4106373' [crates.aws-sdk-marketplaceagreement] category = 'AwsSdk' version = '1.42.0' -source_hash = '52677211be19ecb6a5c4de73fb87ff2c52f5a2f51fd17b0e01370ddb6b9a2264' +source_hash = 'b56e14a7ebe25db60a38e263e740e93f697329e45645add8a0dd33962ee1c067' model_hash = '7628550e920b50e1c9e3e9a0318647c0a33fb2c0d8d7bf6baa29e4a7d711b860' [crates.aws-sdk-marketplacecatalog] category = 'AwsSdk' version = '1.49.0' -source_hash = '3a6144acf5feed369bf10e5a23f1e3d4f8a8fc97578c5d9cbd4fb7dd85765ada' +source_hash = '549f0c48f145cd095b292ae4a8b809c067af3301032cdcba1c95bc55bc9d82cc' model_hash = '20635490bdaaefe00af6cfa09367091e2cd51b2ffdaab8a00dcb1a6bb8061478' [crates.aws-sdk-marketplacecommerceanalytics] category = 'AwsSdk' version = '1.45.0' -source_hash = '881d1476a012e6e645577e484e9b2f2c9324cd0e84b5b629604674cc80e04579' +source_hash = '431d5603f4553df1679e4bf507d8a68059c2944873c21814a70216b36763f7ff' model_hash = '169990f7ee1b7e3faefaccacaf3063153e33541d0d5522567d9902b3332fd29e' [crates.aws-sdk-marketplacedeployment] category = 'AwsSdk' version = '1.42.0' -source_hash = '839c254623d549a8569391f1238886cc9e651b321b333b9bdfc6e31cbcad0907' +source_hash = '04219a1e9aa2042693d08f51f8d9a3c1cacae71953f4ef53f4d38cb4aad4dfac' model_hash = '137500e567737e786370a4438e395d8a57cc902cd4b29cccbea258e7fa4e077f' [crates.aws-sdk-marketplaceentitlement] category = 'AwsSdk' version = '1.46.0' -source_hash = '845ed5850f6374409d28b072aecdef826c1a98c9470ef7b8131a92ef6fdb2edf' +source_hash = 'c80784cbe183007a0ebd08b8a0ac2d39325078899d0979046ce0a2475b3496d8' model_hash = 'c2d5b87511e219ae968e949e62a6d027a526a86332d1ea0bcedafb8175c0e13d' [crates.aws-sdk-marketplacemetering] category = 'AwsSdk' version = '1.45.0' -source_hash = '53cffe371bbb2a06298a7a829616670f29d736acfb5cdfb5192b9fab83b83d1a' +source_hash = '19dcbe272fefe8378f406bb2a565ed9fa8c881b4c462b2d529ae841e472655b6' model_hash = 'fe75e39451e44295d1ad9f365568e20f949776b676536aec5d13f5f5db0663d4' [crates.aws-sdk-marketplacereporting] category = 'AwsSdk' version = '1.1.0' -source_hash = 'e56049bf15242c64d0b731630216dbe918d1518e700de606f01122acd8ce84da' +source_hash = '36fd0bf31e2b53ba388fb64d959f87748e672f2aee5cfd8490b248abf19fb955' model_hash = '1311796d649373f1543523c691e4c9ca1769649831675c4f1ffbec07b7b5d27c' [crates.aws-sdk-mediaconnect] category = 'AwsSdk' version = '1.47.0' -source_hash = 'e0601903bfc9bfc7bf51a15cdacf026a06cd934c3f902e61a4d11f34ee928462' +source_hash = '47b5a042952a318837177fffa038bae007abd608cb2a5b3dce9d8c476177bbac' model_hash = '27482e5629702c2c5bd2c9227c617f2e71e4b5fb4a156db13721faf13c401dc4' [crates.aws-sdk-mediaconvert] category = 'AwsSdk' version = '1.52.0' -source_hash = 'ac4fa08aeb9b6beebea9eef01fc916f0a10c51edb652d42bb84deb04e0ab4145' +source_hash = '8de599b9f04081e0403a7d2fe4a5cb57e6458aa22cb25b483185626bafa30557' model_hash = '1935b189fb72c2b07f88279beccd7f5edf886eb718bc71f4de3cb5841f1048a4' [crates.aws-sdk-medialive] category = 'AwsSdk' version = '1.56.0' -source_hash = '469ee60d5f14502d4041946ed6c31a2812b22878766741c6d23b17802745bf49' +source_hash = 'fa35fae188e2435d7e4ebc4483faef8621b44fa83c7dcfb1ff284796bd51f5c6' model_hash = '6754129589bd77b14bfcd2aaac507c366724ca45b80d956eaca56630782499d0' [crates.aws-sdk-mediapackage] category = 'AwsSdk' version = '1.45.0' -source_hash = '1e4e697ac1296d927337fd86332b8fbf0fd447c92e5dac423883d26974ef0a30' +source_hash = '97befed507cdee14a80dd3381994195e4fe764e0dc46fe961bc16a7ee9d5563d' model_hash = '6b1f33b67ca3b4d994b5180e1e84382e43a2e48852907d8628429009f5be0d00' [crates.aws-sdk-mediapackagev2] category = 'AwsSdk' version = '1.49.0' -source_hash = 'bfe5c72252b9b09eceed047cc75267ae12646b9deb1a0d6a76b94698ac03a549' +source_hash = '90e5bd4ff380a03b008c12499510cd5f14c87108abfbc9d0688ab8e22b7d2520' model_hash = '7b066552cd88c8cef0bbdd0c131670a634e08ee4120a8b1667892874dfc14069' [crates.aws-sdk-mediapackagevod] category = 'AwsSdk' version = '1.45.0' -source_hash = '16749115542f5c05fee0b4368a3480640d166aa85113e58e4c3d905da5edbc41' +source_hash = 'a9ac0a61361aa0b79879eea1f2d47399212ece0957532123b912c8b49a281346' model_hash = '26ac5422bc7566d50c746c8990a9fdd77ae3aa6a4a1da500d251222be4d9b731' [crates.aws-sdk-mediastore] category = 'AwsSdk' version = '1.45.0' -source_hash = '0111c1543d35827a3b9bd9beed9ce25e0a746613dfd72a5d6bfaf0eda1ec684e' +source_hash = '569b25235f06e0dba9200945b2a4e002a66867390dea86f5baa865cd21141a09' model_hash = '4c2a839b494422238ecfe7aed4b9ef4af99728044a9c9c74d3f67dd30698b16a' [crates.aws-sdk-mediastoredata] category = 'AwsSdk' version = '1.45.0' -source_hash = '275b206d1c36972328bb2995e2be045377b16e5568db98f815f476450946e9fb' +source_hash = '4df9d2dec8a42fcdcd9e3e361d4992b728a5f0b83c5625eba21d42faaf196331' model_hash = '5f37ca20e94fbb48d218b6a952a3b36c008b645c17f4eb2aee562342137b4d51' [crates.aws-sdk-mediatailor] category = 'AwsSdk' version = '1.47.0' -source_hash = 'a5ad83bb4f4e59572be55e043477622d86fc465207631bb038a4fa5b2a8907d4' +source_hash = 'cddbcd91ef575436e6ae52ee22b53c5b6d30ce6093e4b3e8af028b3226495f8a' model_hash = '53459c76efd167d51bff31c90dfcf1b32cc5c534fdcf0210f680e3e6c43aea47' [crates.aws-sdk-medicalimaging] category = 'AwsSdk' version = '1.48.0' -source_hash = '45a91dbf9015c768c361aeedd03c30d75e6f3347b3eebc941cf038a1361f80b7' +source_hash = 'e7d5f12509e4d2c6aeafffd850717de92bfce2d6526952f9b3880960949be4f8' model_hash = '9e1fdd813daddf3df399b2498e19ef42edc473af4ef010b5c573152e9af0f7a3' [crates.aws-sdk-memorydb] category = 'AwsSdk' version = '1.45.0' -source_hash = 'ca310cbd61d8d6a5f7d2c5f56784d9f7bbe98971b6aeb943f30716d827ecd200' +source_hash = '775a30a1e91ecc0d4c232f9917bca629ed89b7098fcbb2dde51085e5e54ad3b2' model_hash = '12bc70d394ec6f0159e26c9dcbe96d8aa0ead366f2e94499d88447453eeb91ae' [crates.aws-sdk-mgn] category = 'AwsSdk' version = '1.45.0' -source_hash = '48de9b87f1831f49fae6402e3d9d06f065adec75be549ac27d4d3d7d12901bd0' +source_hash = '0ecc75faad5701e31c35bc292a9d4cc5a960bd3f9685bb81b5071ad2d5704c11' model_hash = '32d5a10deec24263409839a3a8b236aa1f0bd6c6407269034b5bd0be6995739a' [crates.aws-sdk-migrationhub] category = 'AwsSdk' version = '1.45.0' -source_hash = '3ef0e4f843c1bea78f9cbe4f2501810103d3a42d779f62415e89a3f8cec768c3' +source_hash = 'c8dd65b807819a1ff64e95a2719c61d066cb4bbc7cd811d2a59ec7e57a37e678' model_hash = '7e0bddfc3eade68674fdf4c34f28de74c330606c83b9ff807f53597f15ba80da' [crates.aws-sdk-migrationhubconfig] category = 'AwsSdk' version = '1.45.0' -source_hash = '5230f2432aa623fb277676dec0b08f16d67512511603c164c29f23239f0213d3' +source_hash = '1b0b3689952164b9ef2627e27567b74940415e72143971c70b61d1a339e06c0a' model_hash = '703bdad748102aaa909f7ca665e0bdfe9b9f56a12bbf0c355241a129a0352223' [crates.aws-sdk-migrationhuborchestrator] category = 'AwsSdk' version = '1.46.0' -source_hash = '769c334de8b394a27781b4f2e558b6560acdc0346262d7e569d8e3aad5820133' +source_hash = '7a274c7d7445787b03db39bc6d9f1865b645e6b695457881e823c29a885c457b' model_hash = '106fc037ea6900399cd4ba71fb57d608c8016d5b9b25697806a187e24eed9c38' [crates.aws-sdk-migrationhubrefactorspaces] category = 'AwsSdk' version = '1.45.0' -source_hash = '6f1d4c68b10f35471aa5546c57f2b414bcc29d1a45a57e174a108a43f3fc82af' +source_hash = 'b895d91676f7f87defeebe6623fc3ed41530b7016ca5ba2f695d7e812e32036f' model_hash = '7ac3f9a38041a038768928b8100787a2e8fb8909f742c501a68e561f8ae5489c' [crates.aws-sdk-migrationhubstrategy] category = 'AwsSdk' version = '1.45.0' -source_hash = '58885f7bb1dbc746cd0d396cc028d9ec841bce1101bc80be7cb9c99b0115045d' +source_hash = '784100a7fafa06fb84220bdd8670ef3da5652478c7c18bcf3d34a659895a3663' model_hash = '0b2b9ed320222b207b03eea464800c2ec5d7fb929a6348978e837e88144ed886' [crates.aws-sdk-mq] category = 'AwsSdk' version = '1.46.0' -source_hash = 'b660d55a9e59454e14b5de14d225c701ede5ab6a6fcfcde0a53151e9e47aa4b8' +source_hash = '47bc4b19ef31bb894d8a48ebdb4e3825e9c16186c695bb883385dd94c5264bb8' model_hash = 'caaac7bf7f77d48137b33eaea004094a8546635ca4e545409b07ffeadad836ef' [crates.aws-sdk-mturk] category = 'AwsSdk' version = '1.45.0' -source_hash = '780b29d5f25bb44ff183f3f21a71dd6f7bd23e36d3f4e2b83616fc598fbce61c' +source_hash = '26957908dd88ae9c02b7a7730ae790d466b2396308e65734bbb877ffacb7815d' model_hash = '1cd1e08bdab2e0bd55d6d6ea1e5d4e7ca54f6855513da0051007316cb9e923db' [crates.aws-sdk-mwaa] category = 'AwsSdk' version = '1.48.0' -source_hash = '6bf49b537ac57126853f2d62b101743357c91637ae2f1f7ac792602fdade4ea2' +source_hash = 'cb106a9b44c22746fab718f2ef62b90ef9a79a5b57274ea1503a1611d09118fd' model_hash = '2e294349959fcc21a582dc5185ac027a5b00a300160e4da801d74d4ad1b3d591' [crates.aws-sdk-neptune] category = 'AwsSdk' version = '1.47.0' -source_hash = '191f0717c25af337ddfd080df7d45cbbaf61cc77def115fd44a4b155c4acd39e' +source_hash = 'a913796a443006a8bab3ae5283c4d0722ab003e579e7bfd2aee65a8654dd667f' model_hash = '2253b467182a0bfc5336862a3e5d5e810ca3655286d8aaa0d8c1c75b80d7be47' [crates.aws-sdk-neptunedata] category = 'AwsSdk' version = '1.45.0' -source_hash = '1d22056247d31af13a58a2e591ffcce35d50e06304ab9504f10da2c90d2191e2' +source_hash = 'a32208e81c2592c122296786e03a28cd9499864e04f569ad96be99f49f64f2a7' model_hash = '3b83cd13db92df4ca24a11f8978d16f9aaebaaaf6144a282feba7c369d65c248' [crates.aws-sdk-neptunegraph] category = 'AwsSdk' version = '1.43.0' -source_hash = 'bdf9963b55561046f71a06183214782d9b20b07d264e547e2d080122883a3f9b' +source_hash = '4af75af32ee8347f1855efb44b1cdc5000d94d484b666028f632495d7383a7d9' model_hash = '3ef2a3f0060980140db2f222152f02c92371144d972bdfc765cce105c1c37f93' [crates.aws-sdk-networkfirewall] category = 'AwsSdk' version = '1.46.0' -source_hash = 'cc3e752327e32533e38d56a5b1c70417554e9456249b35001d73167deb0c5c9b' +source_hash = 'e7922817f84c5c166eccf34afab11fd43e629a033d3da6ccbf99902a8f486663' model_hash = '89824e331e516928d754ab5ebcd754a829618848bef10093f3d92d83179c6079' [crates.aws-sdk-networkmanager] category = 'AwsSdk' version = '1.47.0' -source_hash = 'ac7d86a50548b5a1d3a9b7e7848783dc23976bb3f9567b1562d17f66b4a63685' +source_hash = '60219d5885cd8a7cc48d41eba850a13693cdd7c55899c60b64e8f3b1887035ce' model_hash = '3af5cd3615c95ab6a7e630f8c5ab5d143c54c72528804bbc60bfc745cf0078d5' [crates.aws-sdk-networkmonitor] category = 'AwsSdk' version = '1.36.0' -source_hash = '489c812e659bacb76acc7830f359fed3774f6eb7112e8d08a965e38b52e515a5' +source_hash = '9d791993e29698358a10cb5c29b62fe78d1d3996a67cbdceb52489c76f47141e' model_hash = 'e2250a3f4396355c255b731f2a05eaed3d226d73b68131702375e2a9426c2a93' [crates.aws-sdk-nimble] category = 'AwsSdk' version = '1.45.0' -source_hash = '8cde8b8e48c3f59f6ac17e56bbb2ac290eeb7c61772feece687c4557e4968656' +source_hash = '8ceaed29ecb231960d266744cc9f0803e3956f2216f57c71b1f5cd2d2a18e196' model_hash = '85dec651b166eebea43bfaf1b96db842ad1c930667f6959601501b29b37072b4' [crates.aws-sdk-oam] category = 'AwsSdk' version = '1.47.0' -source_hash = '07157215bf476ef7f21f5bd9b87904358500b31b6ec9a6df08ea53b630635216' +source_hash = '7e818f0b58beffabc4b9c78c1f091d3d8b58f4a006eeda913f5f63420618ecfe' model_hash = '4bb49ed52f75326de3303b715606a2bdbc31cce525de08d52f72ca40c1cdf065' [crates.aws-sdk-omics] category = 'AwsSdk' version = '1.48.0' -source_hash = '792b4b6e8626dc644c68c8447cc8c7e9d6ec49e2fc6fd3114f411a7e8b6a3cf6' +source_hash = '7fb2bb2dcf30945d6d84f77264cdfacad6cd986082d052832c65d3b8791b15ae' model_hash = '8f0c2cfcab958417a9f65daa8690a11eed243f92ff5a422660f32f9c33cf4f53' [crates.aws-sdk-opensearch] category = 'AwsSdk' version = '1.54.0' -source_hash = '4660e86423013fcccc212c8199af2a3de3f6cfff7d2f59f636bf75ebd475732d' +source_hash = '971fd817390cc579aa81987c5e99d9e033d38cd5783a16aa0ffdc8cce295e37d' model_hash = '38dc0f1625438475d642495ec19fc2361dc6a0b1543bca12888b1222a11b5d01' [crates.aws-sdk-opensearchserverless] category = 'AwsSdk' version = '1.47.0' -source_hash = '9103d20f8c0e6fb162ededd22e6cc6173bf66d9542938f7daa5815ed1991c23b' +source_hash = '71df3e94ce086e65c33ac6618f654fab5e39683aac20d3b7e612924ed2639a25' model_hash = '029ff5a075d5496504ea0bc9daecc0ed81b139829ecf219c064c9d213a32d9b7' [crates.aws-sdk-opsworks] category = 'AwsSdk' version = '1.45.0' -source_hash = '1f318f721ffda20437a20768d92fbb780c88ef51db6d568e232a08cb6e78e8ba' +source_hash = '93110d0f15b906d971d92e4ae3c1332060aa592407dc896dff04a676180b032e' model_hash = '482612bd4d21e5fb4d55bb3da0b24cdea41341b4069255926a92f11dfc721901' [crates.aws-sdk-opsworkscm] category = 'AwsSdk' version = '1.45.0' -source_hash = '832d51890e5d479ae921ba4c7dacf437d4491555d0eb20e35665ab5dfe5273f7' +source_hash = '476483728fac6949f0bd0e13bec63313e4b5dcb602f90c74bc9c4e0760c2896e' model_hash = '94fae3de41f095f1626b2624ea61356b9e50a130845f08ed021b777cd63a0063' [crates.aws-sdk-organizations] category = 'AwsSdk' version = '1.50.0' -source_hash = 'a18e11238fdf333ff22159ae47ec61c1045dc507e45b619a63a2d249068e71f2' +source_hash = '99da0244f3ce3055c76be87555e6ac475c8ffc1c1e8d577d1051650c364d8e39' model_hash = '8ac4242ecc09f2f564ac362417a39f16a62a26032ec4bf1c328f945b33f80d1f' [crates.aws-sdk-osis] category = 'AwsSdk' version = '1.47.0' -source_hash = '478004d3c9641f8b1f9965f386579da71be5d852cede49326e57ff685b02d690' +source_hash = '99fd21eb06ec5f5a2892a709ab4dbd23d67e3d1f6ba483ead522090982e2acf2' model_hash = '4d2917fd5fa3eb1748b771abcc3273a96d4646cd7715aa010eb7e98c766648d6' [crates.aws-sdk-outposts] category = 'AwsSdk' version = '1.48.0' -source_hash = 'd8c8ad6da4e2899c25bc355ee85c6315283025819f7417bfe5ea24e7df48909d' +source_hash = 'a35e825c19fb16bdc07a80858b5fd1db406dfaf9ddec7228e9e879d8bc2df190' model_hash = 'ba872fbc48ac336af94042c9d874858c96be2079c87c66ba39f2a2427e87cd00' [crates.aws-sdk-panorama] category = 'AwsSdk' version = '1.45.0' -source_hash = '983757340ad751491443241ea5bf4cf07f532d13b1be2e1b63b354abe037a034' +source_hash = '1fada6502e0be6532b11281d53d68d0edfcd592919f414843c95a74359c476ff' model_hash = 'febaa3d19e9d98c7c7888395b77777d20b9914187a054b1443a86e9a0a5ab35f' [crates.aws-sdk-paymentcryptography] category = 'AwsSdk' version = '1.48.0' -source_hash = 'a7cffe7e00c4300d1dd09e7541d674b404b0808262fc4ccf03541c622cdfd539' +source_hash = 'c490997b16d3cb8441ce6afbe6f4247718fee8a1389bbd356e21d845b89bef34' model_hash = 'a5416e406d0f0ba22fc39bb3564e3a32be6b24b68e737bb7d1347b66c545b51b' [crates.aws-sdk-paymentcryptographydata] category = 'AwsSdk' version = '1.47.0' -source_hash = 'a4199fbbf7770e8bfc241ccb228356fb2e3ec3c676d30096cea5e34c554d306e' +source_hash = 'fb23c62fc1aa9ef18cdc19b5619576c3566fb3e7fb5389b48d51f2edcef896b8' model_hash = 'ab7bcf531ac90cd0587e87e0439ef031e6bbcd69482b584151869f5ec9f155d3' [crates.aws-sdk-pcaconnectorad] category = 'AwsSdk' version = '1.45.0' -source_hash = '2d16a6070b19b540a406a9882c85be9595067801d18c562efe376a2ef66516d7' +source_hash = '60e2b1d9ef4080dcc9142ae2e9be7bbe259591e8c078379d2def4a201fa22e5a' model_hash = 'dcd33f1b50d80dc3d4502f1f156b4d6d74444f011da309c399ea95b0e99f6e47' [crates.aws-sdk-pcaconnectorscep] category = 'AwsSdk' version = '1.15.0' -source_hash = 'e6fd56cefc78ba2918761c66404d67b7b1b165f682c0226aff1688176d1baff8' +source_hash = 'edaf77161695aad5e5856901b03a8634b736c64550944fc2caa36d2744e6df43' model_hash = '9cb3036f3a1c09cfdcbb58bef2cb67410014b4d1416536847bc4544729cc4c07' [crates.aws-sdk-pcs] category = 'AwsSdk' version = '1.6.0' -source_hash = '63702e7ae99d1e6518fcf032d96cc38a7a0cd3772135fe00f99a57c7b9345feb' +source_hash = 'd3e4ae6692748388eb8771b3135f35eb15f3918ba4142afe1a210687faa69e5e' model_hash = 'fdf496818519ba8b266215231e9b0eea6fb2ca59f54e908bfb926390a033d019' [crates.aws-sdk-personalize] category = 'AwsSdk' version = '1.47.0' -source_hash = 'ae68cf6a7d473f5b8dde17e1d9d4c8501ee3eba011b7083fec571ac41b2e3ef5' +source_hash = 'd11170d7999813efb2fa2366f7d783915ccdf9424f96232b01057003b7f9a9a5' model_hash = '71d9ddec91a1ab33002f9677cb81d4da2ead87f08672e11815347f3395e31782' [crates.aws-sdk-personalizeevents] category = 'AwsSdk' version = '1.45.0' -source_hash = 'f2fd1ddb65abf9b54426d467652a87939ab996f34ae69c3a18321e5e8b13b1e6' +source_hash = 'b4091e3d448d889cf7dcdc116477dd8146b0564438c954bd175728336492a3de' model_hash = '8e2153df706ce4b9296ecf1d978beb680242f0c3ab63ecd7fa7b1eaf37a59b81' [crates.aws-sdk-personalizeruntime] category = 'AwsSdk' version = '1.45.0' -source_hash = 'c6c573b8f616b961d956868f4eab0b0c70deb8f6101670e4fe0e1ffc3f6d11ad' +source_hash = 'dfa27747600197e2ce9563fe35660a9b3d42e6780f237909a710ff0ce9c550d4' model_hash = 'b8c4fd06d11418021696adfddb3788a0e8d753692f5d09479f81d47646c416bd' [crates.aws-sdk-pi] category = 'AwsSdk' version = '1.46.0' -source_hash = '087422b1f2bcd0d3d11b94fce9080fd36e11f3f36b5803714cf612ff4377f68e' +source_hash = '42cb5e5c15f89e0bddda091ab1a3f2742738661e4b60d2bcbf89e1a89d556b46' model_hash = '7000b11004b6b8656719217d0a5356b8a63d293f622b4c48dbac28e9fe98b4ba' [crates.aws-sdk-pinpoint] category = 'AwsSdk' version = '1.47.0' -source_hash = '168894d226265b41440bf3665acc5de5f4b04be088083e3d6a6d8db900496975' +source_hash = 'fe701d99c14bbc49dac1670a1acb4adb7051dfa4794d853ba2a916358522d6aa' model_hash = '5dcd132f83db800cc081868f261520f370e7b489b27dfca65856eceee0456cfb' [crates.aws-sdk-pinpointemail] category = 'AwsSdk' version = '1.45.0' -source_hash = 'aa5c3c2fe6ef6710dadc38aa5639d574c1bb9bb437160efd6c1456e6cf030e36' +source_hash = 'd3b81adab1ad9a62d96c033cc74f3c555cc7cd9a3119de977d386efedd55a3ff' model_hash = '2e3995f2bf969329f1afec93f33bce0cd529a890b5f86d84ee5f538d138e5b56' [crates.aws-sdk-pinpointsmsvoice] category = 'AwsSdk' version = '1.45.0' -source_hash = '42a5ddcc183fc56151b3ee68060156bffe4d273e610266c78bc6944e87415b9b' +source_hash = '301fb2fdb6dcd540b7855429f9cb6f624bac8e02acd4ab835d63efa5e15714c4' model_hash = '1c88a67d16451b4c40c3e7f51f3020b6961f62187c4503fc4788187849855a80' [crates.aws-sdk-pinpointsmsvoicev2] category = 'AwsSdk' version = '1.47.0' -source_hash = '45c58759798a2726b0506b21a623cbcd4e746f97293f5769dbd232161138abc4' +source_hash = '198fa5532672abd90777fe20662cff1320cc48bf6dbdb938127c1a5d89409048' model_hash = 'f7193ffb0ab51c8e74d68349da8d2d0f56ee5669b2db4f70db176e77f73856ff' [crates.aws-sdk-pipes] category = 'AwsSdk' version = '1.47.0' -source_hash = '7bf0dba7759de9eb58eeb2e6afbe31991f40a0d9c89189f17cc4f2dd4561d291' +source_hash = 'de487033519ba609b8d3acfe3e047d323f260b319913288629b324299512c015' model_hash = 'fb30d8140dc6c97dce278f65e1fa28df9b2baa17c5e2dd8e69441b42c74673fb' [crates.aws-sdk-polly] category = 'AwsSdk' version = '1.47.0' -source_hash = 'd65ea94417c0d0cd2f54e76146e37541ebed0be9eb02445e2a1c031a7c51590a' +source_hash = '772abae7cddd849d9c3efdfa9c29f2eb767669c92487558c8b37aa676209f892' model_hash = 'f8f5e8ceafd806636aad9426ded4cc9ca78dc85a5b662bd6997e207d1ae5637c' [crates.aws-sdk-pricing] category = 'AwsSdk' version = '1.47.0' -source_hash = '33d2ad1c01ae736a9a1b72c97354ace3c283248e1d8261a6464afed8db6b9856' +source_hash = '864c56b3dc07b0788df712a2fd86eb80d7a01169f6c084fc7714ad4d6094923a' model_hash = 'baa3c965304ceb0626617d6b157a32086c28a72100f77377a446f5ea207d61c2' [crates.aws-sdk-privatenetworks] category = 'AwsSdk' version = '1.45.0' -source_hash = '0f36477e5e6a2cd4b80f39b498834d45ec6e682ee5dfd4919c8250151b5f8ee9' +source_hash = '3cc66193c69162a6d5a2500ea9b63654d4eb3ee04f803bd59a3c1584c6fd4fa8' model_hash = 'c9861594f0c5119053f730a377bec52cb857608804185ab3a19d5a5027765a69' [crates.aws-sdk-proton] category = 'AwsSdk' version = '1.45.0' -source_hash = '07d938d5416c134a67a481dc45843aa4b8fbed4669de6b0203788271d0c7df60' +source_hash = '753998996cd1f88b8052027533d07b300926d99ded5f632ddec55c6c7e0b670b' model_hash = '70d8c095cad5fe369c404229900eba9fbc267d4db2cfd7fb925fe0bc65181dcb' [crates.aws-sdk-qapps] category = 'AwsSdk' version = '1.12.0' -source_hash = '45edbcc8655812e2d31742269b4c4b6f8e991a00702d4b91d3e4c5d5ce1607f5' +source_hash = '02aaaff5daefb4813f1d03f40a5ecad39de66a5c2038bb22ae0513eca44829ae' model_hash = '6d11b7d8a01ef7932592fdc8f7052861fdc7ceeb63e00198a9fbc0cebb80412a' [crates.aws-sdk-qbusiness] category = 'AwsSdk' version = '1.47.0' -source_hash = 'c321f1e53ccd7123554e122cb49ff6226411d4f2cc33ca20ad3a9c1ee178cae7' +source_hash = '5d9d1faa1eca1c18496ac544e465f00f8664cae52c820f3788400148a35c57ce' model_hash = '6186b07626b30210d8d1f38d4538e5522500285118bf1854a9f98a770559eaa6' [crates.aws-sdk-qconnect] category = 'AwsSdk' version = '1.48.0' -source_hash = '5da78c8db89b9f32074b0a5d967149cb4f516b430379a461be789c38805e8171' +source_hash = '32b7342aac12131964586f0118878ccc2c70efc3c8bea6845082b78be2537cdc' model_hash = '20bb3b9b29dd142fc5afe66ee9386664679f73152bbd2e5fc5b6b01a663886ca' [crates.aws-sdk-qldb] category = 'AwsSdk' version = '1.45.0' -source_hash = 'dd34eb4e1fcce69279270ccaf5c6d29b913a6333805dd00ed5606339927a28f7' +source_hash = '9d25abcea8edb1acd082b209929f9c115eae481372a9f6d4248db579a73c309e' model_hash = '0ac33c66515f6895195e98e8a73acf044632275e51c573f02a0330379da08122' [crates.aws-sdk-qldbsession] category = 'AwsSdk' version = '1.45.0' -source_hash = 'c6271297c82d62453666731c781ec33f51dc7d82c06eb98e0a00963c9a1c921f' +source_hash = 'fd2767aef9cbedcd7697f1350078d52ce855f89ee135256e2b09bf90387cdec8' model_hash = '27c9e9e5a0761cc6e79648630e51a0d6faf2ea5dea8826c722bcc5005fa36786' [crates.aws-sdk-quicksight] category = 'AwsSdk' version = '1.57.0' -source_hash = '31fe05a6fddbed83d68419e08a5f933711d1c167dc23bd300a4c8f4ad4ded1ad' +source_hash = 'c97c01ba0d3a2166238683a782119e23c19a8e7fbdb3c8d0cf4a918378540d57' model_hash = '419f5fa1bc85a05ecba6cd69fe29479632ff2cf3daf9daddf7b9096da0d4d034' [crates.aws-sdk-ram] category = 'AwsSdk' version = '1.45.0' -source_hash = 'f0d4e57cd67b79596584ef88488a63fe0fa86381b51db7904de27ad342c599e1' +source_hash = '4f9c1897c4a276a0dad70629756890fbcde40cf1606e6f9eab7cbd55babc2120' model_hash = '089a8b12162eb3a3ad06adcef9c96f68661e8a54206da0150dd56557476513ef' [crates.aws-sdk-rbin] category = 'AwsSdk' version = '1.46.0' -source_hash = '499c43e65faf33e1aa1f2e19178c404b179a7e120c3cd422f133011444ce30a6' +source_hash = '2e24cd9f87f7f2c28f904c65c6df396d7a75a82ad639ac220787f110cdc176af' model_hash = '33137a772550764a4312631b5ad37b61e0232d622a5d0bca86b20efd5bb76105' [crates.aws-sdk-rds] category = 'AwsSdk' version = '1.59.0' -source_hash = 'a4a965f04b6c4a110de21a1d38a1a9148c97cacd19a496b687625bc6b1a25129' +source_hash = 'af13fca8f9cfeac7d9c933ab4261e33f0b8686844d8ae3825dc9062b325ba3df' model_hash = 'e68ef5a21a4d5151b992967b3c47393077c136d6b17592993d0877c70e508efe' [crates.aws-sdk-rdsdata] category = 'AwsSdk' version = '1.45.0' -source_hash = 'db473141a7e88224584eb8c7421277ec1f76e99827275be3f8f5b733bb2c9a3f' +source_hash = 'c8e80ae18ef545095ee6b5666985393c1982975a511c70d0c4fd6532bf8c100d' model_hash = 'c370f10f5f99430d39a75265920c500967f0c98b12193a6c5e803eaca50ee427' [crates.aws-sdk-redshift] category = 'AwsSdk' version = '1.46.0' -source_hash = 'c6adfa28c6c818919b318b4a928b273c5e92ea5b6691453e0b9f437898170eb1' +source_hash = '07bb841c8d1205a36a33e2065bfaeb68d29204e63063e2bccbea1b46dc440207' model_hash = 'd0f596349e42c550f92b6bf886f20e7d41061cf0e1824136fb7a3618640e8a86' [crates.aws-sdk-redshiftdata] category = 'AwsSdk' version = '1.46.0' -source_hash = '22933ca19e3941427406ddeeff0c3b895896ef0b0277e6858a2de94840ca9662' +source_hash = 'd869144457316703a3a70586b406e0fffb0d3e1ae318be1c5673a116c6ab825d' model_hash = '28afc376a980266468bc9c3c4a04efa9de6b548a25c0eb567447a3da1f857043' [crates.aws-sdk-redshiftserverless] category = 'AwsSdk' version = '1.47.0' -source_hash = '3e333b97058e8e320c80b5f07e3a0038dc92bc1b71fd9d873cf8a08cff2c6448' +source_hash = 'f5422b392f0ba5ce52365d4f3dcae29ac59769aafc4222be672f1a831e5ceec9' model_hash = '683c3560b7a684128f565777c0604c1e13fbcb75e59b565c4ef8f3b9a3c9180d' [crates.aws-sdk-rekognition] category = 'AwsSdk' version = '1.48.0' -source_hash = 'b214d58dc8ac0f9078223746595a6920a6a7d0068c1a9d2ac21fd06ed889d2ce' +source_hash = '18ff3f9fb1bf5481b3f2c8c8bb4268e64f9ebcd667a01af5b5c2501cdb2d8673' model_hash = 'aa17b6ae5b12d56dc2a00dc0ee4e5ceaa5090eed279819c0e7e298f2906b01a6' [crates.aws-sdk-repostspace] category = 'AwsSdk' version = '1.43.0' -source_hash = '50f1e6caab83d3ef7b795e88bc994ebbf7c25b3bc13a01711e8c2ba34e1b7b12' +source_hash = 'b7a6fdcbff36ae0e9885057b288741fcc34e090f5ba58f14a81e9fd559b6afbb' model_hash = '1740a029d9327517f19ade84759349b7d729ad38260dd0f96afcfea396d670ba' [crates.aws-sdk-resiliencehub] category = 'AwsSdk' version = '1.46.0' -source_hash = '506f023345f8aebb379382123cc498bb64a0992822e4a4cc32edf6882ebba5f3' +source_hash = '451bc7a72409270a703220266284b9380f6ca8fb9c9acf82425db05a69d1b729' model_hash = 'f6d3ffac49e08d6dfb82c328b681198eb8ab082ab849ad421ea5ceaf1fc13ab0' [crates.aws-sdk-resourceexplorer2] category = 'AwsSdk' version = '1.47.0' -source_hash = 'e453b1cf50a7d392821b60c3fb5232e96d8a1f1b165705d2c539fcd08af98aec' +source_hash = 'f6f385b969301b3bcd05f5b9e3004fcb6bdf983915abb6ef74f72e46c5df75b9' model_hash = '771441df2790469587d9b65006086e2e51ad12fa4db1cc65f53a8d8297ec6910' [crates.aws-sdk-resourcegroups] category = 'AwsSdk' version = '1.47.0' -source_hash = '045a305aa98750e0573b8145c4ec93be1d05256e5a5d5e3e3518c09aaf9cdfee' +source_hash = '43fe46b696b920dc9a2f5797da0d04839ff5ea6a713b85cc48399e91fafebed5' model_hash = 'd2e8e4e859cc947d3cdd7b832316930d0c55e39b899ff4ac4eb03b32aae8657a' [crates.aws-sdk-resourcegroupstagging] category = 'AwsSdk' version = '1.45.0' -source_hash = 'a20a1c15f9989b4b160e1478d39297685f1c4b54f56bd7cc83188455ebcc026b' +source_hash = '1407ee840a2740264f3849318fbc235a6ede8d5918e41e7466be9026cb178615' model_hash = '773005ed64bcc3a4f67673721a30cfb108d00260fcbb83bfa2a79afc4898eb85' [crates.aws-sdk-robomaker] category = 'AwsSdk' version = '1.45.0' -source_hash = 'dcb90d3b4c856dc0b6b157af6d67e194841587d0d23d9269c1071f4e945d1c4d' +source_hash = 'fa0880c251fc577d66739c849879a4a3afc9b5bb60c1f18a4970b122cfe419f4' model_hash = '7359c8d832a65dbb4b1fdc7692fb5179067e18cf531d92b5cc5e2c70fb1de4c6' [crates.aws-sdk-rolesanywhere] category = 'AwsSdk' version = '1.49.0' -source_hash = 'd2d39b3aa1c4d3bb3382b2c616748f32c069fdd293e0b644fa7d698a58d55480' +source_hash = '6d90a6a0794af8784df413e6fad121916cbe5d51258b6e40798e22f7d1296640' model_hash = '6f5fa488cec83ad13ba61601a55dbb9572afd2acaff4fbe555da2e6893c25206' [crates.aws-sdk-route53] category = 'AwsSdk' version = '1.48.0' -source_hash = '6550bf457ad231ea7d2c53a231f8eedeca8fa59abf8b709fc2eb8e032abe090b' +source_hash = '2fb74f335212894b0def4beeb6841edb5826d3afc6519cd1e581a7c27b20988d' model_hash = '7cf8f32a1aa94f5f390b371b46ad762796bbc9664196d57c9a72d39d99aab14c' [crates.aws-sdk-route53domains] category = 'AwsSdk' version = '1.47.0' -source_hash = '7c8ded9172a2c49140cad746b47b82abaf11da192a6a576eff36aa2cdb962e8e' +source_hash = '5f507d2fc58ccd22fc432894cfd3248318b4ab317d2259947eeaf7cd819a5eb8' model_hash = '6a2b83b80594f75c4d04402267bf84981f3e3035069910f959524811144372c2' [crates.aws-sdk-route53profiles] category = 'AwsSdk' version = '1.24.0' -source_hash = '9ce643ecfb5aea27d8d4d9e4ac0695aea90c8a47f074ecd907f3f55668b31726' +source_hash = 'ed35702e097b4237d004ba7298c40e4402ace3cc7274b142057dd887791a5221' model_hash = '3f9fa5cb10c43eac77cce90b40fbcb9e988bd15e862a89864bd20954333601ae' [crates.aws-sdk-route53recoverycluster] category = 'AwsSdk' version = '1.45.0' -source_hash = '6cd297780ed4385b6a67f0d7ca2919a9e62810f2933ffb1f9ed256f3415e50df' +source_hash = '953c78aed44fba24bec9ba6b30aac8567fbfa160994ce6ab95992f7512d38058' model_hash = '59a6c922197a539b1e1a8aea103f29d753556151a64c5ca951273df2cb2e1dc0' [crates.aws-sdk-route53recoverycontrolconfig] category = 'AwsSdk' version = '1.45.0' -source_hash = '8ae5cbdd38893a259aebf4ca272c394bcba5a0ea34188908bced5fd2f0b048c4' +source_hash = 'a9aff4a57ce793ca4053cdc94b066d1ffeec6b7c91408452c2842d8626261b2d' model_hash = 'e7a24052acc9c9375be129e14884058334a3fe0be09ca9c509f92c77f1c67388' [crates.aws-sdk-route53recoveryreadiness] category = 'AwsSdk' version = '1.45.0' -source_hash = 'bcc0e986f3f68c1680db8ade61b65afcde3d41337d59997f056280f1a00b2049' +source_hash = '553d8d295e231fb7404e873992b6f1dbc73bfa2e10c598aaf058dcc2b34a3899' model_hash = '4174e800015b430563a53761759735a4db5bc924a4107ae11d034af8e9c6625d' [crates.aws-sdk-route53resolver] category = 'AwsSdk' version = '1.49.0' -source_hash = 'e875e3beb1faf52321ebc09f8b9abdd346dc1641f1f43c49c9076287fd1d0b76' +source_hash = '2fcbb51a222df269ef8328efc222b2aa11890ec27899e7c0588b5713fc80fee9' model_hash = 'd87597f0e84a64ae799be3ec7e60022644afe1208f49bd5db1b9a8e4571ed7d3' [crates.aws-sdk-rum] category = 'AwsSdk' version = '1.45.0' -source_hash = '489918ad05611280026e6a1d2237dc140e7ae3eb3ad753862ef6acc655e10809' +source_hash = '25559d7b39cedb170ddde0342488040759e7497a473ad0a979a9dadba1fc5404' model_hash = '34648839402316ab9da4bef0fe11beb9bc3ec1d05b3ff7d09664ab74c0cb3d2b' [crates.aws-sdk-s3] category = 'AwsSdk' version = '1.54.0' -source_hash = 'eab49a7f976e2a34a57437884e9ff8367127925b4743c82347e3b0b72fafb6c6' +source_hash = 'd01865d98c4042ebbf30aeb9f8c5b6569480face4664ba5052cc037a3479549d' model_hash = '6fb7a51610fa33e0b3078657bf270a896ed3ad73214e4a168a4ac708fd0efd38' [crates.aws-sdk-s3control] category = 'AwsSdk' version = '1.48.0' -source_hash = 'a713e9e920de0f18ef4446ac130263e58b5e3c9071d4c695a089c58fbac49b00' +source_hash = '9449235c7319e8704739b44ba84a3bd5b9d22c941af3a79a06b4b4dd0f3c29c0' model_hash = '8f2c946afe60ca44f2e896a61b09d776b0207430fec4eef78c255f049d2baf79' [crates.aws-sdk-s3outposts] category = 'AwsSdk' version = '1.45.0' -source_hash = '3b74b2694f9a2f263bbde5b0dacb54c6dc6d6f223ddd3fde22d1c53663eadf62' +source_hash = '1e8e61741b95c5e84a25117e3dda921547724f0bb6f50e9d3b09bbe384e673fb' model_hash = 'f9e4b75c464276658ad02e6fb32ece96389662d9e55fe7db3a5a057bd9fb5b03' [crates.aws-sdk-sagemaker] category = 'AwsSdk' version = '1.79.0' -source_hash = '5497641d186a768db6dc586d9ad8007a5d1d9987e43df515235195de6cb3278c' +source_hash = '4765792692d359035cdfc00b41056001462596f4ef322cc02af537123a8bcb8f' model_hash = 'c0b4dfd00c945c5d864a997f09b7ba1c1eeaa603baf24102522e94efc4e51785' [crates.aws-sdk-sagemakera2iruntime] category = 'AwsSdk' version = '1.45.0' -source_hash = 'c0350b588c293e45b3b74fba2a7ddf4b05a1139a4b0dc52bf75084b3b93fd6cb' +source_hash = '61a8869e53ffc1542b6449f69496a4961916fd5ed0de4507e452bd99b2217ad1' model_hash = '1ea1bea294abe5fddbef9ea896f194d8ede696c31556e3da9906e7b103a58469' [crates.aws-sdk-sagemakeredge] category = 'AwsSdk' version = '1.45.0' -source_hash = 'ccbecdcee440a8c9440b965cb4d5a3f8eb7b1b3027b5be01e3f5796f06af13ae' +source_hash = 'ac008416bb2d5e21e60d03acf6100ea255007e2b19fbed553ba13d4c9faf85b2' model_hash = '656f873c16479eab5c6c210edffb7cb0584d9c3958b0ad5b07215375a8d843f4' [crates.aws-sdk-sagemakerfeaturestoreruntime] category = 'AwsSdk' version = '1.46.0' -source_hash = '761b885080b26a93eb5e933a015ed58cd79b4a5873475087b0c8d4b11c8efa8b' +source_hash = '219b05aa774341ee31ed7aa1bf5e6b59d04ac95c578caa14f8f9891edcb242a9' model_hash = '7262dd6b37b7ed626f1276a3c4a2479c454283d9046211e79e1edbf90d8a8a4d' [crates.aws-sdk-sagemakergeospatial] category = 'AwsSdk' version = '1.45.0' -source_hash = '1ec6ad28cb0d30e5c0e7a780453e6e61802173c665ce0c7a078499e9e4fcb6ec' +source_hash = '8af5140e3139f2b68b8692da291b051fbf156597d2edab7afaaa48f2f9a37dcb' model_hash = '1374a50b7b671cf6aa6d404bc228204bbf8bf663ed8781a90c31f10b1d9891bc' [crates.aws-sdk-sagemakermetrics] category = 'AwsSdk' version = '1.46.0' -source_hash = '081eb209fa88c80bf9c36cb661f9c2f0dac67d984ec43be6cd24aa10043d547b' +source_hash = '6df5b92cbd134c6312ac69e09ee7e681a43d74bdb998ffd46bf16070f925b470' model_hash = '6e1532a57ac64cbb43d330ebfb658769df59bbcb86009dd8bde567af8c6e0666' [crates.aws-sdk-sagemakerruntime] category = 'AwsSdk' version = '1.47.0' -source_hash = '4b357f33ae8c9dacf805e6402174bdc3ce89f1f5501114fbbdafc164dc828799' +source_hash = 'e5e3e767017e293947678c132eb5327857e17efb64513e3d00d6bc3fa8377b30' model_hash = '5a6ac8af6a4a50227fe146699e23dda4798c011e01acc07a97b184004ea973a4' [crates.aws-sdk-savingsplans] category = 'AwsSdk' version = '1.46.0' -source_hash = '91f98aa1f36220661a081074feef95d130f37365a025338f35040adce0a7a85e' +source_hash = '4bf78ec36f5b8b80108b5c15d23bc3ff629a8172b21ba209b30434d4e65a563e' model_hash = '6f3f06cde8d55546a24c9b33c006eb14b4da2518039c7aa5e7fa91235e9d9955' [crates.aws-sdk-scheduler] category = 'AwsSdk' version = '1.45.0' -source_hash = 'f76fc81413a3aaaab9b07f617e7c2d22afe49d07fc65f7712e5eaa85d9fdf88c' +source_hash = 'ca578127a0362c67b60605da2155a3aba20ab49976d899ab5ac8a15ee4afa4ab' model_hash = 'a2cc9a2ba86218f1943a36c8c0a0d7fc5d6877a1b7993f3b1487412d2cf9d1ed' [crates.aws-sdk-schemas] category = 'AwsSdk' version = '1.45.0' -source_hash = '87a8dc636a08b18fbaa8ecadae2feab8d2ec5c018c3ae6eb16877535241ac1fe' +source_hash = '16f8da6f57e0cf5ed054a4e0cef89216dff7d5287e6441145e537be201153b64' model_hash = 'f1ac740bbf221d07009cb31840d1d0cc731e30ff3d153b018b1706258e5619f2' [crates.aws-sdk-secretsmanager] category = 'AwsSdk' version = '1.49.0' -source_hash = '32b203b8c1e075bd9cc9070221b956b31699b589acf2169867897c2d432bc962' +source_hash = '385397d492e1d4fad37f6b0f8ab54526e66f4be59abfaf87841359643f45b2b3' model_hash = '38c9e5e795416e436816ff34ca2e8c33e9deaf5e682fa6ac31f7c99a32ca6f67' [crates.aws-sdk-securityhub] category = 'AwsSdk' version = '1.48.0' -source_hash = '22be441af6a2e536262fd27d58e9cc65cd5a0f2153f832ad2cc5e4fde7b9d9e2' +source_hash = '44befdaad9b5b5d8f0fabacf7b543ccaceb629db9f7db15930e02b051da70414' model_hash = '5cb289bdc8e973259e9d2a797699233db8a3d98986ec1ce5d3114ad851ab41ed' [crates.aws-sdk-securitylake] category = 'AwsSdk' version = '1.47.0' -source_hash = '8abbf497547c02f9f3499272a0faf859bae7112e9acd5adacda75027fea5c681' +source_hash = 'e0c7d476b681d781bcce1569c4061b27bb7691c782a1463845bf21e1ac0ec87d' model_hash = '6266a322fcb347e423324d19fe6c76789aa9ae6ad45ba112869df790a1845c13' [crates.aws-sdk-serverlessapplicationrepository] category = 'AwsSdk' version = '1.45.0' -source_hash = 'c129efd051bedd364aec4699dd09d78439ece045f3c9acf397b06412b7408f01' +source_hash = '26408f5393039d91575833b497ca4300fc83af5f238e2fc347236da3b99e6b04' model_hash = '822f44c97fdfaa85c3ee6febd57426ef08199ee9e623b5aeaee154705bea5e9c' [crates.aws-sdk-servicecatalog] category = 'AwsSdk' version = '1.46.0' -source_hash = '83a31b260891a3490ed8c88e1e956e2f998bcb925eefe8fbfe7acedd1556c53b' +source_hash = 'b374961662d65cdadb140d83673321ddd605a50a3e0e1503d3cffcf1d1ca40f4' model_hash = '1ef3aa9780c079a91c7bbeadf6fff1f6779bb3821f9ffe10f87cf70feb9f1f21' [crates.aws-sdk-servicecatalogappregistry] category = 'AwsSdk' version = '1.45.0' -source_hash = '0b001f9e6eaecb456efea74d1d06821a6942c991c5915b0160e5c684ef2a04b5' +source_hash = 'da3400b89a48b640a93ce156d10520c9955e1eb0bd2e39c83c76783dc045ffd4' model_hash = 'c63e3916a6662a06c0529acd65673fd2d96100fa137c40154ccd23807661c012' [crates.aws-sdk-servicediscovery] category = 'AwsSdk' version = '1.45.0' -source_hash = 'a0f458cfa3918a19a64da0e2de0290ef7c685eed9c4129f9d8250d81753727c4' +source_hash = '5068a07b11e1d5d874d6dc32bb203e91310368216f3586b5118d6397043f6bb2' model_hash = '5b1be1b41a74b0420a8cc678ed474c7f05abf941ea89e1793cd07bb0adf0ced0' [crates.aws-sdk-servicequotas] category = 'AwsSdk' version = '1.45.0' -source_hash = '2e96d89bb4b98d41b8beb6bd20c971196ce7f1ee39e6f609b34474eb3459d155' +source_hash = '4def0a2814fff36be47df942fe089dc0800a83803d4d3288718d31ce87f62f2f' model_hash = '13b9bfd192ebff6750f9102a2a9dbae7ef3727afff2326c2b21a547e96d91285' [crates.aws-sdk-ses] category = 'AwsSdk' version = '1.47.0' -source_hash = '337c69a923c43332f094b3de21186b2a77b593b01d47c0399b158684003e3fef' +source_hash = '25c26d5f6e4fdbb5535b0f11d5dc79492c79c95d600f3c4159bcca16c7215d0a' model_hash = '05afe3697ea0d7837dccd1080758a223eda571422c0d38f94f66337c9cd4a613' [crates.aws-sdk-sesv2] category = 'AwsSdk' version = '1.49.0' -source_hash = 'c072acbd9a2f5d4b94eed7692936977bdb58dd82d37daf9394d2d94b928de895' +source_hash = '5aa436f6ff535c27960b0f0720430e09dd2eeb34ffdb5ce00850c943b6e80b63' model_hash = '9f9a5adb8715c471c39859f3c71543b099b2eff5e5c297d40892f9d0948495ab' [crates.aws-sdk-sfn] category = 'AwsSdk' version = '1.48.0' -source_hash = 'aa63a4d9ad2aefb1076478f055c4e264157d1fde86d0f625d02e606f756e8efe' +source_hash = 'a66820b362d53d72a067b8dad1e6e7ca79c606df6679449b54bc1f644b3cdf36' model_hash = 'cb5f20b6e8601bdccf01b6bd54045b69e02e4a2599b8cdb3d40137f90215dcd2' [crates.aws-sdk-shield] category = 'AwsSdk' version = '1.45.0' -source_hash = 'd865bb38e2963b9916d9d9d1ae0fff2e5595feee3494177a3dd50fe4b6bca47c' +source_hash = 'c2fdb3f200f1c3eb60b8dc18c7ecfdda2362cf86e1672d149a602df008e94752' model_hash = '23c541cca0767fd5971203d0b04e4c7cc0e9ed9fb284e914f9b1f4c9b92c6d3c' [crates.aws-sdk-signer] category = 'AwsSdk' version = '1.45.0' -source_hash = '01c0b250158f3d7ea56fe25b5668bfa278f0c18ff6fe73c39601e1ae6c521009' +source_hash = '4341a57d0d133ee1783c9e2a7ec7d642a140c3a77602c5090100a118dcb15eb9' model_hash = '53ebac909a6d869619c8dfaf03764039e34b6a844ebb0c5ccef802c831d0adfb' [crates.aws-sdk-simspaceweaver] category = 'AwsSdk' version = '1.45.0' -source_hash = '0d766001fd8c0acd5fbafadb229fab6863765fd605c55ddeeb974b64028d2baf' +source_hash = 'a0eec7b7586db3eeec96e843d994f5db4a423a337f7e88a9ef3adbfa260053e4' model_hash = '533e82156505729b8d145bb443d469e37968adce23515d1a90ee2a597bd5447d' [crates.aws-sdk-sms] category = 'AwsSdk' version = '1.45.0' -source_hash = 'ae49ddbb3d8267dd806a02738d6dd582a4d3c48676fb23a584598919d43499df' +source_hash = '4f13b42828e02e887a909de0d481d00d9df09d736d5c2b2e8be8840792f06225' model_hash = 'ca2de1f7c9f67ac9aa065738dc673137ca4b2e8e86373c413da2a41c7f42f232' [crates.aws-sdk-snowball] category = 'AwsSdk' version = '1.45.0' -source_hash = '0c0156673f0d3642bd7bb86e85c7b27d27572fcb94b34328260cc5d9d82442cc' +source_hash = '21853d470a3acfd86010c9dde276e8c764ddd898161715b3a93d93e5283c33f8' model_hash = '814a7d7f292cf3586bd5a242716f07fe194f83a9fa1075bac34093ba5ea349ba' [crates.aws-sdk-snowdevicemanagement] category = 'AwsSdk' version = '1.45.0' -source_hash = '95fe9f15ed077a01d7896f8334f7fae0d56e82fb6ee688666a5e70ece7e69c42' +source_hash = 'b939b5426c84374414f3d158f48ba15fb358264375236e2b1790f67e9b1c2f9c' model_hash = '171cb2c324ef8098f094220d7fe04469ccaadb534fa5658d8b9d7a816252815a' [crates.aws-sdk-sns] category = 'AwsSdk' version = '1.46.0' -source_hash = 'e27870693bc44d993a7b8da624e8e8ebfb5ad21acdee81b3c65321f5f7598310' +source_hash = '8ef9d52bfdc58f2b99fd9835d7a54d34289a2a942ea400152dff7f08327b8431' model_hash = 'bf653eadb796f2eeff0c0277d293bc0b970f6de5aaea4f73229d70a87f0acf57' [crates.aws-sdk-sqs] category = 'AwsSdk' version = '1.45.0' -source_hash = 'c0679f91b03809fe973ae5454cfce6994278fc0ea274465e96d1df6d130df60e' +source_hash = 'de193a0fd22f05f30b507b30076a65ee2fa685d3b896e78365f401b4da0c91d5' model_hash = 'c2eff84dddd98c06be5de8a651c63dba5409cba342fc07ff0dccf8eae7479930' [crates.aws-sdk-ssm] category = 'AwsSdk' version = '1.50.0' -source_hash = '56f2c37662b2f24f2c2041c4f134d6bc21f02a8950d2f7e1c710d81fa9433b57' +source_hash = '6cc6666a6f5bcd812fdbdc5cb64d65a69d69d94f9ca8e0d37c127890dd5b8b56' model_hash = 'e8f7e17388c1762a9f281d030b81d6100336d0ebcbb5d87b980706d6527b1f93' [crates.aws-sdk-ssmcontacts] category = 'AwsSdk' version = '1.45.0' -source_hash = 'b291b78e4b793e497f02a58fe581ff1fc8f1854f50a1e190ed4a18eb76c8bdcd' +source_hash = '110460c3d91b8fc169cc2f60e9c984258d1f46ee98825f5a7927012be9b27ac8' model_hash = '7917a0daad67c7ac35a49446f890181b3f303a4c536b7b141a03060795eb101f' [crates.aws-sdk-ssmincidents] category = 'AwsSdk' version = '1.45.0' -source_hash = '0060e9f2b5a10ffb79961aa3b24bb82eb9a1c619792346041f634c324b00cc2c' +source_hash = '0498b705a94a0c2539c03b917befae0248407b2ebec065a0705326f02af83398' model_hash = '1a3b6d948b2383d38212f7fb9a27d8b81f548a2f0a612687f1a376c21a705e2a' [crates.aws-sdk-ssmquicksetup] category = 'AwsSdk' version = '1.9.0' -source_hash = 'd0cb3007c71979f25642aa214f13b3043e5d31958dfa6347bd7f7d347a796371' +source_hash = 'fd8ac864c1cda9e6402b9a4835fdf07b07ac1798a1f8e1fd96ceb530417bd5dc' model_hash = '300b780aaf3aec76395e64ff015af706c657825bd7b830de3ea55df4f52fa115' [crates.aws-sdk-ssmsap] category = 'AwsSdk' version = '1.47.0' -source_hash = 'ba58e26665a880e8044e059527a0be728e6ee036556c8e901465a0a6601fdec3' +source_hash = 'daac9ea47d53082db390f6212dbd29d81767f18e119837f32ce9ff0b7373386d' model_hash = '4cf5e82c9ce6ffe7852c92e814d914607b40a2f98a81716465217ce3ed610c25' [crates.aws-sdk-sso] category = 'AwsSdk' version = '1.45.0' -source_hash = '9690febbc57cd372674484e938cbdbdb4a63b9f329f65fb163360145759f007e' +source_hash = '951a184a6262106870254037438beb7e69b64e75a32526c2a36f1c8660864262' model_hash = '9e59beae18125c2c7ec98cb3e1c1d88a68f2dd71b43249a780704b4ae0fab357' [crates.aws-sdk-ssoadmin] category = 'AwsSdk' version = '1.45.0' -source_hash = '40ddd84e7cc97734762dc9004308f9ba0555fb353525db00ef722d8778b8e949' +source_hash = 'ae84bc1db05dcdb249d148182500df0071ea06842bbbd5a4fa6857dfa38052f9' model_hash = '4f703cdad534196e863a1b9ab0090dfc93fab2e33eb662db8da716c95811a72b' [crates.aws-sdk-ssooidc] category = 'AwsSdk' version = '1.46.0' -source_hash = '0c050caa16ea0a00573e8754958711811d7bd208c764f57a81e5daa11ab569e9' +source_hash = 'f0b2bd56fc1ead5546279fef7e8aa39a02829232a626a12dbd51890b8878a134' model_hash = 'ab2cae07b5d916ae421b910b40155b670023cedc1ce3b7db719862c5d6800772' [crates.aws-sdk-storagegateway] category = 'AwsSdk' version = '1.49.0' -source_hash = '22bd0e2f0866d94c74bfca8c72ecd64bec7ecf278d8b58744ec9570cb57b21b3' +source_hash = '2ed91f72b9078fba8ec7407cd90c4a1c07eea33bb62450918ec0e46ee8471ca4' model_hash = '2e6fd6b37077c59eaa5bbeb9487b97fa6782291e8a63338d4dca40721470edab' [crates.aws-sdk-sts] category = 'AwsSdk' version = '1.45.0' -source_hash = 'ad7387eaf9b6e2660e06cc7a64fa11822804ea3c8833f74924d43d367efa98ee' +source_hash = '0a90a211b1bceef65e9a941c90df64e20c01ab6b9d30ec7516047dc14ae5f330' model_hash = 'ab8d3824f81b0cb119625a47f0eaa5474ff2b8d551f26c63dc0a3d68343519e3' [crates.aws-sdk-supplychain] category = 'AwsSdk' version = '1.37.0' -source_hash = '00a3695809c1b76d4af6539bb413f99c4ffacbf97a08ad488cfbf5aaac62a393' +source_hash = 'f499b75bda07bc0a7c7685fd4f793085395e002b9f787e491a31e03a817925c0' model_hash = 'c51ac7f8c5b9967fed4d31b50f6d74621af28da29a044fd2ffd15dac3360ee36' [crates.aws-sdk-support] category = 'AwsSdk' version = '1.46.0' -source_hash = '5f5213e18ce1e9f9fcfe6adb6c18d6da4ede30239866a37548e657ff7f704e2f' +source_hash = '5020febaf628770c5722ad0b5bd05f369c08cdb388a204b691897ede64c5cf87' model_hash = '4ac7a952bef4e46eb6bd24a1b54248c6bd17898f5f52c8c8d02d9d42f84dc200' [crates.aws-sdk-supportapp] category = 'AwsSdk' version = '1.45.0' -source_hash = '6d36727e525abd29072c2de1eb28b6c68a806169ffddfec9655fb65b1028673d' +source_hash = '457a3e93e709d756bd75bde8c6cf155c856de43d872ca75f5be027d21f0a59fc' model_hash = '9c99c40c7f7afedcc9d6351198ddbe8ff1193e6b6abe1d6582612e046d4ae8da' [crates.aws-sdk-swf] category = 'AwsSdk' version = '1.47.0' -source_hash = 'c37aca11d5b4c3c52e4565088b76bbe2be0ae5685891d1d167b6e916a96509d5' +source_hash = 'ed9eaee62f7a4370628c1818fdf08fece00ec0f4b45d01035347c5bd43b97396' model_hash = '4cafdfff1443f955a809c0c1f164e38c2c54307ace206332dd666c7d1db33e85' [crates.aws-sdk-synthetics] category = 'AwsSdk' version = '1.46.0' -source_hash = '6832bbdd7c294e8483e633d1a652f87914f39192703cc220046ad9dfd16c9e1b' +source_hash = '44b5b61eabd2f666a92998cee1b533821a3f73f48ecbb8be706f97df02b7c1d4' model_hash = '0e4f53df700720382c3e5c4231ae5a0921a6482fc694c7d7a6c7b13e428d74ab' [crates.aws-sdk-taxsettings] category = 'AwsSdk' version = '1.17.0' -source_hash = 'd8ff7084c05960a1f381179fc0b3b4b588d832ca6b494f7e2620e9e9fd141590' +source_hash = 'a7175a70b60500e6f3440ed91335470eda1353aa093b4619fc8851e81f8ffdd3' model_hash = '1f3c5763cdbd91908d6f73650fcf4a29f1b4f4d0f2ead697e5c871b9e6c21a55' [crates.aws-sdk-textract] category = 'AwsSdk' version = '1.45.0' -source_hash = '11d1ce0f89e0ce8a687e48b80e7b3d43f056d6ae84a5843735eac4787f356048' +source_hash = '009fccb79015d667882b7c7210cd790bce6936c3eec8f3d2e0e66b8b3a4bb15f' model_hash = 'a53d78aba76a9e4ea3ea54db9720f8c1bf9a20b349516a5afce390bb40f55a9f' [crates.aws-sdk-timestreaminfluxdb] category = 'AwsSdk' version = '1.29.0' -source_hash = 'da6b0bed8595806aa105a388ac1f8f05f16494b7ae362328d7dbcde75c7f23c4' +source_hash = '2ed8edd8b86cd10481e2f4de3d6581bbe6bea4bb28c89b38b404f76fd3997cfd' model_hash = '5d1138bceacb3e9fa2621832706c419b5f76f7092ca11e328a0d42f0bbd9e773' [crates.aws-sdk-timestreamquery] category = 'AwsSdk' version = '1.46.0' -source_hash = '1d0cdd37900f95447302d77629695d996d1795cf2d94ab10ea62aef169c04d78' +source_hash = '59f20b07deac99898741e0e0d533ca001be117a07c664e35b587ebfbe291e882' model_hash = 'd549dc10c59fe077dea1de34bb86e6ea091c51a18a8f94c36835b813cb51c5c3' [crates.aws-sdk-timestreamwrite] category = 'AwsSdk' version = '1.45.0' -source_hash = '0a500e47682481aaa7fe2ab10ae14b74dd66b9fc2332233fbc28e043d9562563' +source_hash = 'c3e97a91a866d7f267b1b15e050784d775603c77ae83e11d7bf66df17d3c92e5' model_hash = 'a1f3262010b114c954ec3ebca471c6aff8b2957af4969be36e5ac081683a3c7e' [crates.aws-sdk-tnb] category = 'AwsSdk' version = '1.46.0' -source_hash = '523bde918aca6ce50c071d8b4bc7fb80c04d9d6ec54c2e4744e9ea3ce2df57b5' +source_hash = 'afc7647e64f15ca122e6d56e472c326f69b4bd30fcab1686aaef859c1067ec39' model_hash = '7c715cfce689a28f2886c2c7df1b2228b55f11a7b51be95da1143f08f93c2e3e' [crates.aws-sdk-transcribe] category = 'AwsSdk' version = '1.46.0' -source_hash = '45372d033a0a56db4cb493d2e5a7dec81b60e3fb20c0ff9880afd9cdb6708b6d' +source_hash = '292c6b762c924ae8aef42e008e490f2c136b80bcbdf3a4464888b9e3410de2fc' model_hash = 'e15ab454daa167dfa2eb8b08a1bd9ae6960f92e1f8195ce5d259e278a10dcf48' [crates.aws-sdk-transcribestreaming] category = 'AwsSdk' version = '1.45.0' -source_hash = '8b0ea461a3a3b41e04605103fa8fbca53a7edb5dee24bc06379c2437f36bfce4' +source_hash = '2c54dfcee7626d2fb1aedf26ba5d31ffe32779111b153a9acc0b7cce62ee7d9a' model_hash = 'b6e54b8b7c1dfefaa67fbc4f5c237a2bbaad7916305a9b588ce31a4134abbce1' [crates.aws-sdk-transfer] category = 'AwsSdk' version = '1.49.0' -source_hash = '77da85c87d845db343b0426b9e9aa68f4b46fd5676d82b9a388d4fb27ac278c1' +source_hash = '0a25d6c478f5d3faab86790c1bfdd9188fad64581632d2aa36e42e9e5210ac9e' model_hash = '098dde42baec44e53cfe9c93b9be1db5c6078f50e193aaede0fa7e4d23670337' [crates.aws-sdk-translate] category = 'AwsSdk' version = '1.45.0' -source_hash = '17e58860381fed9d48231fd94c1a04f6d569e1208162ca65228acc1896a864f0' +source_hash = 'e0e73844dd05ed7b8be54d69d99797b239ac2253ee915944551063bc351c95c6' model_hash = '07e1d4a125bceac820fa7ba3ba4314903c47c463bd1c600a953038ab8dd1975f' [crates.aws-sdk-trustedadvisor] category = 'AwsSdk' version = '1.46.0' -source_hash = '7ada239e31b0042ca13449d559a088e661c846a5e752884d359cf02f7c346745' +source_hash = 'd0c23f48e0f32857cf74f5651f6fda38ba182587272b3147a0ec6a004006fc98' model_hash = 'ffb68f74e946dc2e4c4d51ff67ed5a078ed71b245da3baa52784e356fcda1885' [crates.aws-sdk-verifiedpermissions] category = 'AwsSdk' version = '1.51.0' -source_hash = 'd007104755b6fe683a3f08b5a9b32b670655f83db486391d7ceeb5542d0c33d1' +source_hash = '80ab5731790938e3d151323efb1064199729a33189d2c7c29343cd9f0bc6575a' model_hash = 'f2fddfa188b34fb79bd65faa9ae1717789d727162978d18ae4dfdc60c0c2a8b3' [crates.aws-sdk-voiceid] category = 'AwsSdk' version = '1.45.0' -source_hash = '2b35bf414e09ddf28b36af6ae97afff8fd8db0f52713e02755cbe5e768541017' +source_hash = 'b9568135587fdc25b54fa3b18a671e011b2875dede0c479391781f9abb5f4995' model_hash = 'babc302a2d66181ccf27747be08198131836d1c11d345693aaf744dc8963f667' [crates.aws-sdk-vpclattice] category = 'AwsSdk' version = '1.46.0' -source_hash = '748fd0baa80fab5e6244d1bdffe5c088707601ab666f070df971fd891f90f9ba' +source_hash = '778f36bfd22ff7992098c5a1bb608ba5a9e732f046c81a3b19ad93d81880868c' model_hash = 'a0cc6fdf91351d1e517c9a56272fc7c278ade9df97f1c0fb9182b978e8dea1e8' [crates.aws-sdk-waf] category = 'AwsSdk' version = '1.46.0' -source_hash = '039f869db51105fcad7186b99460a7e959ce264f37afbc2176480b2d6cf8d5f9' +source_hash = '676e7e61f835a7fa3893bd2468a63db7f020aaa164811a50261900ceecf5cc87' model_hash = '9e247d4ebf41e6c247c610b66cfc65b776149b663a4c9d92ae102590173a1fb5' [crates.aws-sdk-wafregional] category = 'AwsSdk' version = '1.46.0' -source_hash = '1f3bfaba0bfbb24366a0b65a20311fbb41f94edc4f3d86039596429388d3176f' +source_hash = '5dd41c1b73d744021a0d12f93df97bac9363801c35c36ead9826d9ae6225e41b' model_hash = 'a67bf96b3b9d3c1539004d2923b5c1288efbf55dab3ae2005ef9ff620db85e6e' [crates.aws-sdk-wafv2] category = 'AwsSdk' version = '1.49.0' -source_hash = '1c46efbe91755f0f5bb58821f07dc4ff6764a0358cea1a32133ac9e99a494eb0' +source_hash = 'af3b409a0e5185b08a729f39b98cc8490146c4f56eb0dd61b592eb8f7ec48134' model_hash = 'dbee6e0710bc87b3b82b5c6579a71f0cf8c76f4732b87929e311650cdda316e7' [crates.aws-sdk-wellarchitected] category = 'AwsSdk' version = '1.46.0' -source_hash = '677fb5225dc96e3cb8c689bf74a0a61e57020703f08cb2c0179691ed861de6d6' +source_hash = '9bb935b159e743543ea8435f9577fd206c6fd742f9e342b43740158a030fadbc' model_hash = '10a6d6b88e100fa4dbff0c1396633b87fbe41ebc7ed7e18f5c34127a64478e37' [crates.aws-sdk-wisdom] category = 'AwsSdk' version = '1.46.0' -source_hash = '52e9e7d688c69d97d1a2bcb11e915504bf85e57d43d2d914efb49f482ed0a57e' +source_hash = 'beba134ee905b4967141aa3558800e70c18b5c197c9dc8547371d1eaafcedb2e' model_hash = 'e3e524636b5719b1512c04d81a9fddbfd04b305febf1b3f83562af6d240bb657' [crates.aws-sdk-workdocs] category = 'AwsSdk' version = '1.45.0' -source_hash = 'd80e26ce4ade066834cfba46010fa78c1106803ac554b933f74bbd58933adaa7' +source_hash = '6c9db9cab4668cfae716b03ec53ef4003ee643cde38e575674df2f61d3bfc8b6' model_hash = '3089c7f60a3c27474e6d041d518345ba73f9cf14a14e0c48cc1d54e720cc4ac5' [crates.aws-sdk-workmail] category = 'AwsSdk' version = '1.45.0' -source_hash = 'afbaafa23b8843caad2557dfbd2237272da2f83133d1be5ac11ddb3586d4855c' +source_hash = '634ef7f0c056fb6f1f596cc3e1a8262e0c069bdb234fae9912dc032c78804d4b' model_hash = '269012e20ea0de0e65f3b0e1b33bb1ec8ee344571e723132480608d6e0d04b5e' [crates.aws-sdk-workmailmessageflow] category = 'AwsSdk' version = '1.45.0' -source_hash = '212aaed6de7522d54d9c9d9bb5eb1f99ffa6b1e946200836981064b09305dd79' +source_hash = '5b71a93458dc611bbf37a14e7e83168d5a88c6aff065972424c3eb9fcd28480b' model_hash = 'eab0659c4890363f26af020432f7d7c661fd228f3baeef3a52d77f80a1c13287' [crates.aws-sdk-workspaces] category = 'AwsSdk' version = '1.52.0' -source_hash = '5b5a6c440f35dfdc4cbd02b2812df9c3c4a1202a0b8958961e8034fe078d74b9' +source_hash = '6a3569b85c01ec7b9512838b3bcc92b83bac68adb8af9b1c0f8ed348f34ef693' model_hash = 'cbe3931e7f9ccfc9820bbca4bd42d426cef8ab318cbb32b9fed0f8c78eda789a' [crates.aws-sdk-workspacesthinclient] category = 'AwsSdk' version = '1.46.0' -source_hash = '12175c1d2d2b4ab7e6c183b6f1c008d9dc79e69f5bb4e15fa65f37c083ad693e' +source_hash = '20110757ec4cb57f69de81860b7713db79d3f24f504f2e4545bc03a4eaf642c5' model_hash = 'b6d68be4c9197a9bd597738ba1bc80da3294c783070aa1a0a58ba7e504f9c212' [crates.aws-sdk-workspacesweb] category = 'AwsSdk' version = '1.48.0' -source_hash = '9e10646cfd435019e8c05eeb497f2f3914b78d894fc5d4a384bec531493ee3a7' +source_hash = 'dd4a222a77ce5371e6651d93a00fd2eaba5d69336be2859dbbee1acf738c0ffd' model_hash = 'e9fae6e7af701ba8f2fbc077946f49d1e7d123473ba77523fb0261d78fb5221d' [crates.aws-sdk-xray] category = 'AwsSdk' version = '1.45.0' -source_hash = '113d892e987228913ae695e40fa3fa2c49b05577554a51fc08472134adf21cb3' +source_hash = '2e9679e9e912989e552cf07548e448c919e2af977f5b739702234f1a0535f477' model_hash = '25c4c2af8e9c134e34445bd47d23fc5f8a03662b3d89e4dc40d1762486069be3' [crates.aws-sig-auth] @@ -2362,7 +2362,7 @@ source_hash = 'b748a6dfc4629c516cbb0ef8338767426913e055e2cebff9f112c4df7533f2d2' [crates.aws-sigv4] category = 'AwsRuntime' version = '1.2.4' -source_hash = '990584a4159ebb8a0c33b26071fcdcfe86ee72e642f0d3532273fe0e605586dc' +source_hash = 'c571d7d8a5a36b9e60439f37d37b79cf60d8cf908a4b2561822d24fca412cdb7' [crates.aws-smithy-async] category = 'SmithyRuntime' @@ -2372,12 +2372,12 @@ source_hash = '33cb29b54a11a1da433395f004bdbe756a039f6c3489385f6001ea54b8af5703' [crates.aws-smithy-cbor] category = 'SmithyRuntime' version = '0.60.7' -source_hash = '38ad05130227a54c0949353f8bd87dfec698d8a26a7eabf33f21e3580dd3a1ac' +source_hash = 'f838ca6351447050e0731e0d53c59d48130cfcd4c7e2263f2657b86c2a2cd123' [crates.aws-smithy-checksums] category = 'SmithyRuntime' version = '0.60.12' -source_hash = '74abcd3e37c5ad5877e5c7aebb878334292405f497b9120f1eaf1179966488e4' +source_hash = '8112b1d47d2b06d7e636d438d65f0a80f2ce172434d90976f7263b746517c368' [crates.aws-smithy-client] category = 'SmithyRuntime' @@ -2386,28 +2386,28 @@ source_hash = '457f90aafb2642e8cd32274a527e61482f2fc97ec03928338b760501066eeadc' [crates.aws-smithy-compression] category = 'SmithyRuntime' -version = '0.0.1' -source_hash = 'd87a5fb258422b7a66c35ee0dade141bfed9e4999ba196262148d62dc83219b1' +version = '0.0.2' +source_hash = 'a730ef0336eebbf8f3413fb617a710e1aa85f9010e4fde7e23c85c2058603b5a' [crates.aws-smithy-eventstream] category = 'SmithyRuntime' version = '0.60.5' -source_hash = '1c10467bc6589f3e2fdaf8367055bfb18a676f7f744b12295b62707a8ecc0580' +source_hash = '4bc6b44ac92841b12e9c99edbcc59192654c53555ca877b872db24082f7d1daa' [crates.aws-smithy-eventstream-fuzz] category = 'SmithyRuntime' version = '0.1.0' -source_hash = '1a2a402df6db881a52e74ddac120963facebd30b36e6183462b7146cf011831c' +source_hash = 'e83f97c1ed65218f44fbf075092d3bc91b6b2fadfe0342b2a4dda57f0eaa33ec' [crates.aws-smithy-experimental] category = 'SmithyRuntime' version = '0.1.4' -source_hash = '80396a13917932419e5c7163a8cf80ff0dc1a8044341f781b3aa250eb69f412b' +source_hash = '1014c882e399d5bf212c231c510189ba25962454aa226e067bb022606b01e265' [crates.aws-smithy-http] category = 'SmithyRuntime' version = '0.60.11' -source_hash = 'baaddade04a4ac2fc236c42a6c15b13887e5b116c74694c108dc012634def85a' +source_hash = '3b10b02aed4532faa208645e84f6fc24b3dcbacbd78e5acc0435d59dc363c12f' [crates.aws-smithy-http-auth] category = 'SmithyRuntime' @@ -2427,17 +2427,17 @@ source_hash = '782efee1d7db47f5948d8e418c9c5803404ad87df09492a85c6409ed423870af' [crates.aws-smithy-json] category = 'SmithyRuntime' version = '0.60.7' -source_hash = 'e3e358c0c8cdfe35c0c7322f8c231753cd0d846e10b9811472548bcf264da4f6' +source_hash = 'f26ce06899c8fbaa54dedd98e8277c843a0244ca9f12a6dc5d6e3a25c9793ba5' [crates.aws-smithy-json-fuzz] category = 'SmithyRuntime' version = '0.0.0' -source_hash = '6d5db45ede0bdaed138de59abef5168af229f6bb00dd940012a2c93e877c753a' +source_hash = 'd9e8ed1404ba44dc1cafc5fe4966cb5827a21f5e0634ef62e9898bb920db5a55' [crates.aws-smithy-mocks-experimental] category = 'SmithyRuntime' version = '0.2.1' -source_hash = '7058521544959a42cd0817879fe123307d3c0531fa9b089a92eff91e2f726dfe' +source_hash = '80a01e9f42035ef5a81785a0c725ae89852c3d26e1519613526cec1d12620f8a' [crates.aws-smithy-protocol-test] category = 'SmithyRuntime' @@ -2447,37 +2447,37 @@ source_hash = 'cae222ad87d9880cbe5edb29ffd0f043fd03880b2ae62ec728ab69439f804eb3' [crates.aws-smithy-query] category = 'SmithyRuntime' version = '0.60.7' -source_hash = 'c3b13e0dbf8ed19b2992dde40a9ea121b9e2e23ea2336a7eab6ef5b73963b79f' +source_hash = '02b3fd982c873d959f9d3790b4c5d22c63c475d694abba819d75983424212db3' [crates.aws-smithy-runtime] category = 'SmithyRuntime' version = '1.7.1' -source_hash = '6f0b5517e0f5c140c3badc895ff15fce57769520e0889f4374e03dab4ab30c4f' +source_hash = '65104c047871fc2c43fffd11de4f40e5c9a34438fa4078428da6e81e037895d8' [crates.aws-smithy-runtime-api] category = 'SmithyRuntime' version = '1.7.2' -source_hash = '5c05fddf3ef006352d3d96b32e9c34ae833a0156b944ed8ee12b2106d2cebc35' +source_hash = '39586d4d70d334907c19a893f8febe3d553b2c2a7f138cdfd593e778840c1768' [crates.aws-smithy-types] category = 'SmithyRuntime' -version = '1.2.6' -source_hash = '00287106a4f90f2b70ef8387aeb2abaac0902031bbd1a48acae59a1ea85d3469' +version = '1.2.7' +source_hash = '63d0032fb5f24b1e1367ade10ce85689120bc3ae9b6f38dfd6e5d31f828cb6af' [crates.aws-smithy-types-convert] category = 'SmithyRuntime' version = '0.60.8' -source_hash = 'be4187b87416e5401c5a1c282a8c5b2bf4981f58c13631359fc2e42a832eb37c' +source_hash = '6d2b5745a5aab7bda91f06f6c3c510e12cad8ad30c1ceb11d7b68ed4355d6984' [crates.aws-smithy-types-fuzz] category = 'SmithyRuntime' version = '0.0.0' -source_hash = '3ce1c7cfd251ec969b5da0085e35423863239d3b091390964a6c99a105a4441f' +source_hash = '42e66a1b9e8888f7bb69411ea0dbf4daa24c7253d893f4f9afb05464a605b8e8' [crates.aws-smithy-wasm] category = 'SmithyRuntime' version = '0.1.3' -source_hash = '02742e99655dcb2a5dd635406d2ef969a4afaaca2eeca5dcee09b2558595a7f8' +source_hash = '985567db2559ddd5e79769c894f5b25ecbb1aa9be5ecea0c880c06ec5e508370' [crates.aws-smithy-xml] category = 'SmithyRuntime' @@ -2487,14 +2487,13 @@ source_hash = '7f5ef56a01a8afdaafe37950149df5ef3a7b4792777ad9d286658cf9a07abb07' [crates.aws-types] category = 'AwsRuntime' version = '1.3.3' -source_hash = 'db7face08f400b930054e717f7ee7a6a153796d82cbf0529f5a8846e4ed9ca67' +source_hash = 'e229261bc0f8ca2575df733f699c55d19b49a32c3a09e2e37b8192c2ec424edb' [crates.aws-types-fuzz] category = 'AwsRuntime' version = '0.0.0' -source_hash = 'e73be5cd8fa313370338d1d6cd7c32fffb873cc96e2d73ed45f7f44f06b00c50' +source_hash = 'd4495c0ccf3d7620d84e271073e7db354cf2cd07962d32ac4f1a8f34a03327cb' [release.crates] -aws-config = '1.5.6' aws-sdk-accessanalyzer = '1.48.0' aws-sdk-account = '1.46.0' aws-sdk-acm = '1.46.0' @@ -2881,5 +2880,3 @@ aws-sdk-workspaces = '1.52.0' aws-sdk-workspacesthinclient = '1.46.0' aws-sdk-workspacesweb = '1.48.0' aws-sdk-xray = '1.45.0' -aws-smithy-compression = '0.0.1' -aws-smithy-types = '1.2.6'