diff --git a/README.md b/README.md index 9722a4899427..be0acfba3b86 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The SDK provides one crate per AWS service. You must add [Tokio](https://crates. ```toml [dependencies] aws-config = "0.54.1" - aws-sdk-dynamodb = "0.25.0" + aws-sdk-dynamodb = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/examples/apigateway/Cargo.toml b/examples/apigateway/Cargo.toml index fd0303c0edac..00ce586e302f 100644 --- a/examples/apigateway/Cargo.toml +++ b/examples/apigateway/Cargo.toml @@ -13,7 +13,7 @@ version = "0.54.1" [dependencies.aws-sdk-apigateway] path = "../../sdk/apigateway" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-smithy-types-convert] features = ["convert-chrono"] diff --git a/examples/apigatewaymanagement/Cargo.toml b/examples/apigatewaymanagement/Cargo.toml index c7c9003bb702..1baddfae10b3 100644 --- a/examples/apigatewaymanagement/Cargo.toml +++ b/examples/apigatewaymanagement/Cargo.toml @@ -14,7 +14,7 @@ version = "0.54.1" [dependencies.aws-sdk-apigatewaymanagement] path = "../../sdk/apigatewaymanagement" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/applicationautoscaling/Cargo.toml b/examples/applicationautoscaling/Cargo.toml index a1c13156ec6b..36a5d3bb4a58 100644 --- a/examples/applicationautoscaling/Cargo.toml +++ b/examples/applicationautoscaling/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-applicationautoscaling] path = "../../sdk/applicationautoscaling" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/autoscaling/Cargo.toml b/examples/autoscaling/Cargo.toml index 901d3515b1f0..9a7d610864ca 100644 --- a/examples/autoscaling/Cargo.toml +++ b/examples/autoscaling/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-autoscaling] path = "../../sdk/autoscaling" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/autoscalingplans/Cargo.toml b/examples/autoscalingplans/Cargo.toml index f4c64ceec26d..c1aaa47bb479 100644 --- a/examples/autoscalingplans/Cargo.toml +++ b/examples/autoscalingplans/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies.aws-sdk-autoscalingplans] path = "../../sdk/autoscalingplans" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-config] path = "../../sdk/aws-config" diff --git a/examples/batch/Cargo.toml b/examples/batch/Cargo.toml index 8ee55665fd75..3ffe5f810c3a 100644 --- a/examples/batch/Cargo.toml +++ b/examples/batch/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-batch] path = "../../sdk/batch" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/cloudformation/Cargo.toml b/examples/cloudformation/Cargo.toml index 532da1f1c8a3..a42fe5188d60 100644 --- a/examples/cloudformation/Cargo.toml +++ b/examples/cloudformation/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-cloudformation] path = "../../sdk/cloudformation" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/cloudwatch/Cargo.toml b/examples/cloudwatch/Cargo.toml index 0b09d4035bf2..e1b873d5aa80 100644 --- a/examples/cloudwatch/Cargo.toml +++ b/examples/cloudwatch/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-cloudwatch] path = "../../sdk/cloudwatch" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/cloudwatchlogs/Cargo.toml b/examples/cloudwatchlogs/Cargo.toml index d6ca65b7af4a..2db2ccaf6635 100644 --- a/examples/cloudwatchlogs/Cargo.toml +++ b/examples/cloudwatchlogs/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-cloudwatchlogs] path = "../../sdk/cloudwatchlogs" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-types] path = "../../sdk/aws-types" diff --git a/examples/cognitoidentity/Cargo.toml b/examples/cognitoidentity/Cargo.toml index 27095016e3a1..3712005af36f 100644 --- a/examples/cognitoidentity/Cargo.toml +++ b/examples/cognitoidentity/Cargo.toml @@ -15,7 +15,7 @@ version = "0.54.1" [dependencies.aws-sdk-cognitoidentity] path = "../../sdk/cognitoidentity" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-smithy-types-convert] features = ["convert-chrono"] diff --git a/examples/cognitoidentityprovider/Cargo.toml b/examples/cognitoidentityprovider/Cargo.toml index bc069c27d11d..0f124c4e8bbd 100644 --- a/examples/cognitoidentityprovider/Cargo.toml +++ b/examples/cognitoidentityprovider/Cargo.toml @@ -14,7 +14,7 @@ version = "0.54.1" [dependencies.aws-sdk-cognitoidentityprovider] path = "../../sdk/cognitoidentityprovider" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-smithy-types-convert] features = ["convert-chrono"] diff --git a/examples/cognitosync/Cargo.toml b/examples/cognitosync/Cargo.toml index 773e19e8fa6f..8fb04575434e 100644 --- a/examples/cognitosync/Cargo.toml +++ b/examples/cognitosync/Cargo.toml @@ -14,7 +14,7 @@ version = "0.54.1" [dependencies.aws-sdk-cognitosync] path = "../../sdk/cognitosync" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-smithy-types-convert] features = ["convert-chrono"] diff --git a/examples/concurrency/Cargo.toml b/examples/concurrency/Cargo.toml index 0303acfa43a0..874741153c04 100644 --- a/examples/concurrency/Cargo.toml +++ b/examples/concurrency/Cargo.toml @@ -31,8 +31,8 @@ version = "0.54.1" [dev-dependencies.aws-sdk-s3] path = "../../sdk/s3" -version = "0.25.0" +version = "0.26.0" [dev-dependencies.aws-sdk-sqs] path = "../../sdk/sqs" -version = "0.25.0" +version = "0.26.0" diff --git a/examples/config/Cargo.toml b/examples/config/Cargo.toml index 0db80c7e0e19..f36dbcfa1307 100644 --- a/examples/config/Cargo.toml +++ b/examples/config/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-config] path = "../../sdk/config" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/custom-root-certificates/Cargo.toml b/examples/custom-root-certificates/Cargo.toml index 0e9150aca2a2..9f92835afc1b 100644 --- a/examples/custom-root-certificates/Cargo.toml +++ b/examples/custom-root-certificates/Cargo.toml @@ -20,7 +20,7 @@ version = "0.54.1" [dependencies.aws-sdk-s3] default-features = false path = "../../sdk/s3" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.21.2" diff --git a/examples/dynamodb/Cargo.toml b/examples/dynamodb/Cargo.toml index e71e9aaffc99..94acb5010836 100644 --- a/examples/dynamodb/Cargo.toml +++ b/examples/dynamodb/Cargo.toml @@ -22,7 +22,7 @@ version = "0.54.1" [dependencies.aws-sdk-dynamodb] path = "../../sdk/dynamodb" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-http] path = "../../sdk/aws-http" diff --git a/examples/ebs/Cargo.toml b/examples/ebs/Cargo.toml index 029b68f375ca..3c59c22c4531 100644 --- a/examples/ebs/Cargo.toml +++ b/examples/ebs/Cargo.toml @@ -15,11 +15,11 @@ version = "0.54.1" [dependencies.aws-sdk-ebs] path = "../../sdk/ebs" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-sdk-ec2] path = "../../sdk/ec2" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/ec2/Cargo.toml b/examples/ec2/Cargo.toml index c40102d4cc7f..7c9d65621056 100644 --- a/examples/ec2/Cargo.toml +++ b/examples/ec2/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-ec2] path = "../../sdk/ec2" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-types] path = "../../sdk/aws-types" diff --git a/examples/ecr/Cargo.toml b/examples/ecr/Cargo.toml index 595a46911a4a..b10d9fde24bf 100644 --- a/examples/ecr/Cargo.toml +++ b/examples/ecr/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-ecr] path = "../../sdk/ecr" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-types] path = "../../sdk/aws-types" diff --git a/examples/ecs/Cargo.toml b/examples/ecs/Cargo.toml index 1997f5961f87..90278f7b9505 100644 --- a/examples/ecs/Cargo.toml +++ b/examples/ecs/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-ecs] path = "../../sdk/ecs" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/eks/Cargo.toml b/examples/eks/Cargo.toml index 27bd41aef190..52a74df22516 100644 --- a/examples/eks/Cargo.toml +++ b/examples/eks/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-eks] path = "../../sdk/eks" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-types] path = "../../sdk/aws-types" diff --git a/examples/globalaccelerator/Cargo.toml b/examples/globalaccelerator/Cargo.toml index 1c231663b5e9..2c2514bbb34f 100644 --- a/examples/globalaccelerator/Cargo.toml +++ b/examples/globalaccelerator/Cargo.toml @@ -14,7 +14,7 @@ version = "0.54.1" [dependencies.aws-sdk-globalaccelerator] path = "../../sdk/globalaccelerator" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/glue/Cargo.toml b/examples/glue/Cargo.toml index abde16f34965..ef7ce0717704 100644 --- a/examples/glue/Cargo.toml +++ b/examples/glue/Cargo.toml @@ -25,11 +25,11 @@ version = "0.54.1" [dependencies.aws-sdk-glue] path = "../../sdk/glue" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-sdk-s3] path = "../../sdk/s3" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-http] path = "../../sdk/aws-http" diff --git a/examples/greengrassv2/Cargo.toml b/examples/greengrassv2/Cargo.toml index 0f7b0ec9aeb9..0c203ab044c4 100644 --- a/examples/greengrassv2/Cargo.toml +++ b/examples/greengrassv2/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-greengrassv2] path = "../../sdk/greengrassv2" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-types] path = "../../sdk/aws-types" diff --git a/examples/iam/Cargo.toml b/examples/iam/Cargo.toml index 93bba2df6960..387a28b93035 100644 --- a/examples/iam/Cargo.toml +++ b/examples/iam/Cargo.toml @@ -33,15 +33,15 @@ version = "0.54.1" [dependencies.aws-sdk-iam] path = "../../sdk/iam" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-sdk-s3] path = "../../sdk/s3" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-sdk-sts] path = "../../sdk/sts" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-smithy-client] features = ["test-util"] diff --git a/examples/iot/Cargo.toml b/examples/iot/Cargo.toml index e5dfd3a0ce03..38ee5dc2f927 100644 --- a/examples/iot/Cargo.toml +++ b/examples/iot/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-iot] path = "../../sdk/iot" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-types] path = "../../sdk/aws-types" diff --git a/examples/kinesis/Cargo.toml b/examples/kinesis/Cargo.toml index 2ad73f42ded0..af28dccfa1b7 100644 --- a/examples/kinesis/Cargo.toml +++ b/examples/kinesis/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-kinesis] path = "../../sdk/kinesis" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/kms/Cargo.toml b/examples/kms/Cargo.toml index 338b5657f0e4..2e45a0b5f8a4 100644 --- a/examples/kms/Cargo.toml +++ b/examples/kms/Cargo.toml @@ -15,7 +15,7 @@ version = "0.54.1" [dependencies.aws-sdk-kms] path = "../../sdk/kms" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-smithy-client] features = ["client-hyper", "rustls", "rt-tokio"] diff --git a/examples/lambda/Cargo.toml b/examples/lambda/Cargo.toml index e16ed591b398..5438c5c2a607 100644 --- a/examples/lambda/Cargo.toml +++ b/examples/lambda/Cargo.toml @@ -16,15 +16,15 @@ version = "0.54.1" [dependencies.aws-sdk-ec2] path = "../../sdk/ec2" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-sdk-lambda] path = "../../sdk/lambda" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-sdk-s3] path = "../../sdk/s3" -version = "0.25.0" +version = "0.26.0" [dependencies.serde] version = "1" diff --git a/examples/localstack/Cargo.toml b/examples/localstack/Cargo.toml index 689ccc264a55..e6b3df0542d9 100644 --- a/examples/localstack/Cargo.toml +++ b/examples/localstack/Cargo.toml @@ -14,11 +14,11 @@ version = "0.54.1" [dependencies.aws-sdk-s3] path = "../../sdk/s3" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-sdk-sqs] path = "../../sdk/sqs" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/medialive/Cargo.toml b/examples/medialive/Cargo.toml index 53e017991fd1..81c51de9914b 100644 --- a/examples/medialive/Cargo.toml +++ b/examples/medialive/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-medialive] path = "../../sdk/medialive" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/mediapackage/Cargo.toml b/examples/mediapackage/Cargo.toml index a633e021a95b..6555ecef3d98 100644 --- a/examples/mediapackage/Cargo.toml +++ b/examples/mediapackage/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-mediapackage] path = "../../sdk/mediapackage" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/polly/Cargo.toml b/examples/polly/Cargo.toml index 6db2cddcb968..02528da0cbbf 100644 --- a/examples/polly/Cargo.toml +++ b/examples/polly/Cargo.toml @@ -14,7 +14,7 @@ version = "0.54.1" [dependencies.aws-sdk-polly] path = "../../sdk/polly" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/qldb/Cargo.toml b/examples/qldb/Cargo.toml index 9a3d4181ebcd..1864f7adc700 100644 --- a/examples/qldb/Cargo.toml +++ b/examples/qldb/Cargo.toml @@ -10,11 +10,11 @@ version = "0.54.1" [dependencies.aws-sdk-qldb] path = "../../sdk/qldb" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-sdk-qldbsession] path = "../../sdk/qldbsession" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/rds/Cargo.toml b/examples/rds/Cargo.toml index ea13c5c6674e..e40d8cc7f49f 100644 --- a/examples/rds/Cargo.toml +++ b/examples/rds/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-rds] path = "../../sdk/rds" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/rdsdata/Cargo.toml b/examples/rdsdata/Cargo.toml index 1eebd53b90fa..de25bf3e3641 100644 --- a/examples/rdsdata/Cargo.toml +++ b/examples/rdsdata/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-rdsdata] path = "../../sdk/rdsdata" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/route53/Cargo.toml b/examples/route53/Cargo.toml index a6cc2f2657b0..5a71ca17295a 100644 --- a/examples/route53/Cargo.toml +++ b/examples/route53/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-route53] path = "../../sdk/route53" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/s3/Cargo.toml b/examples/s3/Cargo.toml index 4da5245d4289..5469345ebe5c 100644 --- a/examples/s3/Cargo.toml +++ b/examples/s3/Cargo.toml @@ -37,7 +37,7 @@ version = "0.54.1" [dependencies.aws-sdk-s3] path = "../../sdk/s3" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-smithy-http] features = ["rt-tokio"] diff --git a/examples/sagemaker/Cargo.toml b/examples/sagemaker/Cargo.toml index 7327082f376b..9226df30798d 100644 --- a/examples/sagemaker/Cargo.toml +++ b/examples/sagemaker/Cargo.toml @@ -14,7 +14,7 @@ version = "0.54.1" [dependencies.aws-sdk-sagemaker] path = "../../sdk/sagemaker" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-smithy-types-convert] features = ["convert-chrono"] diff --git a/examples/sdk-config/Cargo.toml b/examples/sdk-config/Cargo.toml index 0401f853d972..219e314d6d98 100644 --- a/examples/sdk-config/Cargo.toml +++ b/examples/sdk-config/Cargo.toml @@ -16,7 +16,7 @@ version = "0.54.1" [dependencies.aws-sdk-s3] path = "../../sdk/s3" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/secretsmanager/Cargo.toml b/examples/secretsmanager/Cargo.toml index 6c5e788dea29..16d45c126575 100644 --- a/examples/secretsmanager/Cargo.toml +++ b/examples/secretsmanager/Cargo.toml @@ -11,7 +11,7 @@ version = "0.54.1" [dependencies.aws-sdk-secretsmanager] path = "../../sdk/secretsmanager" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/sending-presigned-requests/Cargo.toml b/examples/sending-presigned-requests/Cargo.toml index 2d117f4e7cc5..b4d173278c6c 100644 --- a/examples/sending-presigned-requests/Cargo.toml +++ b/examples/sending-presigned-requests/Cargo.toml @@ -16,7 +16,7 @@ version = "0.54.1" [dependencies.aws-sdk-s3] path = "../../sdk/s3" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-smithy-client] path = "../../sdk/aws-smithy-client" diff --git a/examples/ses/Cargo.toml b/examples/ses/Cargo.toml index a5efcbe0ed43..c7f2c976fea5 100644 --- a/examples/ses/Cargo.toml +++ b/examples/ses/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-sesv2] path = "../../sdk/sesv2" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/sitewise/Cargo.toml b/examples/sitewise/Cargo.toml index 3adb8e508bbc..d043273b1487 100644 --- a/examples/sitewise/Cargo.toml +++ b/examples/sitewise/Cargo.toml @@ -14,7 +14,7 @@ version = "0.54.1" [dependencies.aws-sdk-iotsitewise] path = "../../sdk/iotsitewise" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-smithy-types-convert] features = ["convert-chrono"] diff --git a/examples/snowball/Cargo.toml b/examples/snowball/Cargo.toml index bce64a7c0134..6193850c4f0e 100644 --- a/examples/snowball/Cargo.toml +++ b/examples/snowball/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-snowball] path = "../../sdk/snowball" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/sns/Cargo.toml b/examples/sns/Cargo.toml index 7f53787492c7..5825b686aba3 100644 --- a/examples/sns/Cargo.toml +++ b/examples/sns/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-sns] path = "../../sdk/sns" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/sqs/Cargo.toml b/examples/sqs/Cargo.toml index a5ce425cddcc..6000722945c5 100644 --- a/examples/sqs/Cargo.toml +++ b/examples/sqs/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-sqs] path = "../../sdk/sqs" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/ssm/Cargo.toml b/examples/ssm/Cargo.toml index e81c24aa4efa..d963814f34b6 100644 --- a/examples/ssm/Cargo.toml +++ b/examples/ssm/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-ssm] path = "../../sdk/ssm" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/stepfunction/Cargo.toml b/examples/stepfunction/Cargo.toml index 15dc6a441fa7..494ea5f4b59e 100644 --- a/examples/stepfunction/Cargo.toml +++ b/examples/stepfunction/Cargo.toml @@ -10,7 +10,7 @@ version = "0.54.1" [dependencies.aws-sdk-sfn] path = "../../sdk/sfn" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/testing/Cargo.toml b/examples/testing/Cargo.toml index 9d581dce5821..629224fde9e3 100644 --- a/examples/testing/Cargo.toml +++ b/examples/testing/Cargo.toml @@ -19,7 +19,7 @@ version = "0.54.1" [dependencies.aws-sdk-s3] path = "../../sdk/s3" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-smithy-client] features = ["test-util"] diff --git a/examples/tls/Cargo.toml b/examples/tls/Cargo.toml index 5e72484db994..ce46649d6fb9 100644 --- a/examples/tls/Cargo.toml +++ b/examples/tls/Cargo.toml @@ -27,7 +27,7 @@ version = "0.54.1" [dependencies.aws-sdk-kms] default-features = false path = "../../sdk/kms" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/examples/transcribestreaming/Cargo.toml b/examples/transcribestreaming/Cargo.toml index e316c9cf94bc..4ca06f78c2f6 100644 --- a/examples/transcribestreaming/Cargo.toml +++ b/examples/transcribestreaming/Cargo.toml @@ -16,7 +16,7 @@ version = "0.54.1" [dependencies.aws-sdk-transcribestreaming] path = "../../sdk/transcribestreaming" -version = "0.25.0" +version = "0.26.0" [dependencies.structopt] version = "0.3" diff --git a/examples/using-native-tls-instead-of-rustls/Cargo.toml b/examples/using-native-tls-instead-of-rustls/Cargo.toml index 4d06970fd12c..040ce549176a 100644 --- a/examples/using-native-tls-instead-of-rustls/Cargo.toml +++ b/examples/using-native-tls-instead-of-rustls/Cargo.toml @@ -14,13 +14,13 @@ version = "0.54.1" features = ["native-tls"] default-features = false path = "../../sdk/s3" -version = "0.25.0" +version = "0.26.0" [dependencies.aws-sdk-sts] features = ["native-tls"] default-features = false path = "../../sdk/sts" -version = "0.25.0" +version = "0.26.0" [dependencies.tokio] version = "1.20.1" diff --git a/sdk/accessanalyzer/Cargo.toml b/sdk/accessanalyzer/Cargo.toml index 0a2e500d3064..9b7ec5cbfbb6 100644 --- a/sdk/accessanalyzer/Cargo.toml +++ b/sdk/accessanalyzer/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-accessanalyzer" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Access Analyzer" edition = "2021" diff --git a/sdk/accessanalyzer/README.md b/sdk/accessanalyzer/README.md index ea14478f12f0..a62840acd94b 100644 --- a/sdk/accessanalyzer/README.md +++ b/sdk/accessanalyzer/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-accessanalyzer = "0.25.0" +aws-sdk-accessanalyzer = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/account/Cargo.toml b/sdk/account/Cargo.toml index 26cca6a4c107..a5c9fd228bac 100644 --- a/sdk/account/Cargo.toml +++ b/sdk/account/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-account" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Account" edition = "2021" diff --git a/sdk/account/README.md b/sdk/account/README.md index 4cb242209fbd..5b4942b95236 100644 --- a/sdk/account/README.md +++ b/sdk/account/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-account = "0.25.0" +aws-sdk-account = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/acm/Cargo.toml b/sdk/acm/Cargo.toml index d551bc4ea7d6..e3641294e17b 100644 --- a/sdk/acm/Cargo.toml +++ b/sdk/acm/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-acm" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Certificate Manager" edition = "2021" diff --git a/sdk/acm/README.md b/sdk/acm/README.md index e13d832c9644..258b9b763b15 100644 --- a/sdk/acm/README.md +++ b/sdk/acm/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-acm = "0.25.0" +aws-sdk-acm = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/acmpca/Cargo.toml b/sdk/acmpca/Cargo.toml index 92a9a0180883..fb139a760d0a 100644 --- a/sdk/acmpca/Cargo.toml +++ b/sdk/acmpca/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-acmpca" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Certificate Manager Private Certificate Authority" edition = "2021" diff --git a/sdk/acmpca/README.md b/sdk/acmpca/README.md index 0931ec94bb6f..07596c692436 100644 --- a/sdk/acmpca/README.md +++ b/sdk/acmpca/README.md @@ -23,7 +23,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-acmpca = "0.25.0" +aws-sdk-acmpca = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/alexaforbusiness/Cargo.toml b/sdk/alexaforbusiness/Cargo.toml index 2f5085dd69d0..4e7845e2ba92 100644 --- a/sdk/alexaforbusiness/Cargo.toml +++ b/sdk/alexaforbusiness/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-alexaforbusiness" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Alexa For Business" edition = "2021" diff --git a/sdk/alexaforbusiness/README.md b/sdk/alexaforbusiness/README.md index f07dcc74e94b..63927ce1d9e1 100644 --- a/sdk/alexaforbusiness/README.md +++ b/sdk/alexaforbusiness/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-alexaforbusiness = "0.25.0" +aws-sdk-alexaforbusiness = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/amp/Cargo.toml b/sdk/amp/Cargo.toml index ef17025b4ff6..779faec3fda0 100644 --- a/sdk/amp/Cargo.toml +++ b/sdk/amp/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-amp" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Prometheus Service" edition = "2021" diff --git a/sdk/amp/README.md b/sdk/amp/README.md index 1f05d56e7bce..067fd0e0d246 100644 --- a/sdk/amp/README.md +++ b/sdk/amp/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-amp = "0.25.0" +aws-sdk-amp = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/amplify/Cargo.toml b/sdk/amplify/Cargo.toml index b3de46759dd6..875629f938fd 100644 --- a/sdk/amplify/Cargo.toml +++ b/sdk/amplify/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-amplify" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Amplify" edition = "2021" diff --git a/sdk/amplify/README.md b/sdk/amplify/README.md index 4c2416e57c08..b46b015c33d9 100644 --- a/sdk/amplify/README.md +++ b/sdk/amplify/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-amplify = "0.25.0" +aws-sdk-amplify = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/amplifybackend/Cargo.toml b/sdk/amplifybackend/Cargo.toml index 97e5029d1a69..86b6961149c0 100644 --- a/sdk/amplifybackend/Cargo.toml +++ b/sdk/amplifybackend/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-amplifybackend" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AmplifyBackend" edition = "2021" diff --git a/sdk/amplifybackend/README.md b/sdk/amplifybackend/README.md index 99e47dd63261..1c142bcbb95e 100644 --- a/sdk/amplifybackend/README.md +++ b/sdk/amplifybackend/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-amplifybackend = "0.25.0" +aws-sdk-amplifybackend = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/amplifyuibuilder/Cargo.toml b/sdk/amplifyuibuilder/Cargo.toml index 34107c656f7e..ee3979860227 100644 --- a/sdk/amplifyuibuilder/Cargo.toml +++ b/sdk/amplifyuibuilder/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-amplifyuibuilder" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Amplify UI Builder" edition = "2021" diff --git a/sdk/amplifyuibuilder/README.md b/sdk/amplifyuibuilder/README.md index 375c73d8de64..dfe6bb9b3099 100644 --- a/sdk/amplifyuibuilder/README.md +++ b/sdk/amplifyuibuilder/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-amplifyuibuilder = "0.25.0" +aws-sdk-amplifyuibuilder = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/apigateway/Cargo.toml b/sdk/apigateway/Cargo.toml index 52fb500400aa..b65c87812f51 100644 --- a/sdk/apigateway/Cargo.toml +++ b/sdk/apigateway/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-apigateway" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon API Gateway" edition = "2021" diff --git a/sdk/apigateway/README.md b/sdk/apigateway/README.md index 973841438da5..6afd0a38dffe 100644 --- a/sdk/apigateway/README.md +++ b/sdk/apigateway/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-apigateway = "0.25.0" +aws-sdk-apigateway = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/apigatewaymanagement/Cargo.toml b/sdk/apigatewaymanagement/Cargo.toml index 509f5e71f2ae..ad00dcfa9925 100644 --- a/sdk/apigatewaymanagement/Cargo.toml +++ b/sdk/apigatewaymanagement/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-apigatewaymanagement" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AmazonApiGatewayManagementApi" edition = "2021" diff --git a/sdk/apigatewaymanagement/README.md b/sdk/apigatewaymanagement/README.md index ef2262e43be3..141426984ba6 100644 --- a/sdk/apigatewaymanagement/README.md +++ b/sdk/apigatewaymanagement/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-apigatewaymanagement = "0.25.0" +aws-sdk-apigatewaymanagement = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/apigatewayv2/Cargo.toml b/sdk/apigatewayv2/Cargo.toml index 673aab1d1751..573f12661f33 100644 --- a/sdk/apigatewayv2/Cargo.toml +++ b/sdk/apigatewayv2/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-apigatewayv2" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AmazonApiGatewayV2" edition = "2021" diff --git a/sdk/apigatewayv2/README.md b/sdk/apigatewayv2/README.md index 10dc73eff18b..37fb4d6b197d 100644 --- a/sdk/apigatewayv2/README.md +++ b/sdk/apigatewayv2/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-apigatewayv2 = "0.25.0" +aws-sdk-apigatewayv2 = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/appconfig/Cargo.toml b/sdk/appconfig/Cargo.toml index 0d01f2c995e9..dd70cbfaa7aa 100644 --- a/sdk/appconfig/Cargo.toml +++ b/sdk/appconfig/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-appconfig" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon AppConfig" edition = "2021" diff --git a/sdk/appconfig/README.md b/sdk/appconfig/README.md index cb2918c5b81f..51de8c3a7365 100644 --- a/sdk/appconfig/README.md +++ b/sdk/appconfig/README.md @@ -29,7 +29,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-appconfig = "0.25.0" +aws-sdk-appconfig = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/appconfigdata/Cargo.toml b/sdk/appconfigdata/Cargo.toml index 2f5d80ba93f5..c3727d1f2b97 100644 --- a/sdk/appconfigdata/Cargo.toml +++ b/sdk/appconfigdata/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-appconfigdata" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS AppConfig Data" edition = "2021" diff --git a/sdk/appconfigdata/README.md b/sdk/appconfigdata/README.md index 6942a4877c6d..9ab3050c9956 100644 --- a/sdk/appconfigdata/README.md +++ b/sdk/appconfigdata/README.md @@ -32,7 +32,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-appconfigdata = "0.25.0" +aws-sdk-appconfigdata = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/appflow/Cargo.toml b/sdk/appflow/Cargo.toml index a3cd95550ba2..ae002aec56ed 100644 --- a/sdk/appflow/Cargo.toml +++ b/sdk/appflow/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-appflow" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Appflow" edition = "2021" diff --git a/sdk/appflow/README.md b/sdk/appflow/README.md index 0feaefc9a5e9..c7cf691ea1e0 100644 --- a/sdk/appflow/README.md +++ b/sdk/appflow/README.md @@ -29,7 +29,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-appflow = "0.25.0" +aws-sdk-appflow = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/appintegrations/Cargo.toml b/sdk/appintegrations/Cargo.toml index 9dad364cfe30..296cd9b8e3c5 100644 --- a/sdk/appintegrations/Cargo.toml +++ b/sdk/appintegrations/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-appintegrations" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon AppIntegrations Service" edition = "2021" diff --git a/sdk/appintegrations/README.md b/sdk/appintegrations/README.md index 836ecfba32a3..5f0f7ff2537e 100644 --- a/sdk/appintegrations/README.md +++ b/sdk/appintegrations/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-appintegrations = "0.25.0" +aws-sdk-appintegrations = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/applicationautoscaling/Cargo.toml b/sdk/applicationautoscaling/Cargo.toml index a2942d329efd..73fd9632bc7d 100644 --- a/sdk/applicationautoscaling/Cargo.toml +++ b/sdk/applicationautoscaling/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-applicationautoscaling" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Application Auto Scaling" edition = "2021" diff --git a/sdk/applicationautoscaling/README.md b/sdk/applicationautoscaling/README.md index 1e4f20da9739..0f75540a922e 100644 --- a/sdk/applicationautoscaling/README.md +++ b/sdk/applicationautoscaling/README.md @@ -40,7 +40,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-applicationautoscaling = "0.25.0" +aws-sdk-applicationautoscaling = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/applicationcostprofiler/Cargo.toml b/sdk/applicationcostprofiler/Cargo.toml index 4c09060198b5..20a858aa524b 100644 --- a/sdk/applicationcostprofiler/Cargo.toml +++ b/sdk/applicationcostprofiler/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-applicationcostprofiler" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Application Cost Profiler" edition = "2021" diff --git a/sdk/applicationcostprofiler/README.md b/sdk/applicationcostprofiler/README.md index ea241318791a..c9743e84897a 100644 --- a/sdk/applicationcostprofiler/README.md +++ b/sdk/applicationcostprofiler/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-applicationcostprofiler = "0.25.0" +aws-sdk-applicationcostprofiler = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/applicationdiscovery/Cargo.toml b/sdk/applicationdiscovery/Cargo.toml index ca031e48de61..0b95fe954073 100644 --- a/sdk/applicationdiscovery/Cargo.toml +++ b/sdk/applicationdiscovery/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-applicationdiscovery" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Application Discovery Service" edition = "2021" diff --git a/sdk/applicationdiscovery/README.md b/sdk/applicationdiscovery/README.md index ee84dfb68c3a..14bf0d18fe0d 100644 --- a/sdk/applicationdiscovery/README.md +++ b/sdk/applicationdiscovery/README.md @@ -40,7 +40,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-applicationdiscovery = "0.25.0" +aws-sdk-applicationdiscovery = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/applicationinsights/Cargo.toml b/sdk/applicationinsights/Cargo.toml index 80852238ce4f..2c6bc4cfa11e 100644 --- a/sdk/applicationinsights/Cargo.toml +++ b/sdk/applicationinsights/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-applicationinsights" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon CloudWatch Application Insights" edition = "2021" diff --git a/sdk/applicationinsights/README.md b/sdk/applicationinsights/README.md index 77c35c82f63e..e79ba0fecdc2 100644 --- a/sdk/applicationinsights/README.md +++ b/sdk/applicationinsights/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-applicationinsights = "0.25.0" +aws-sdk-applicationinsights = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/appmesh/Cargo.toml b/sdk/appmesh/Cargo.toml index 1f20d14d9ffc..7f5992bebe64 100644 --- a/sdk/appmesh/Cargo.toml +++ b/sdk/appmesh/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-appmesh" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS App Mesh" edition = "2021" diff --git a/sdk/appmesh/README.md b/sdk/appmesh/README.md index ca62fc80e272..266faa53c7f3 100644 --- a/sdk/appmesh/README.md +++ b/sdk/appmesh/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-appmesh = "0.25.0" +aws-sdk-appmesh = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/apprunner/Cargo.toml b/sdk/apprunner/Cargo.toml index c8d5d106c3f7..a20cf8d3a88c 100644 --- a/sdk/apprunner/Cargo.toml +++ b/sdk/apprunner/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-apprunner" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS App Runner" edition = "2021" diff --git a/sdk/apprunner/README.md b/sdk/apprunner/README.md index 3f123f8a1648..e3f93939693e 100644 --- a/sdk/apprunner/README.md +++ b/sdk/apprunner/README.md @@ -27,7 +27,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-apprunner = "0.25.0" +aws-sdk-apprunner = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/appstream/Cargo.toml b/sdk/appstream/Cargo.toml index 8805786de8a0..ccbc82f93e55 100644 --- a/sdk/appstream/Cargo.toml +++ b/sdk/appstream/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-appstream" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon AppStream" edition = "2021" diff --git a/sdk/appstream/README.md b/sdk/appstream/README.md index c3eded12d7f0..d5bb23947f98 100644 --- a/sdk/appstream/README.md +++ b/sdk/appstream/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-appstream = "0.25.0" +aws-sdk-appstream = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/appsync/Cargo.toml b/sdk/appsync/Cargo.toml index 1c37d3ec3209..0c6b3ea7ecec 100644 --- a/sdk/appsync/Cargo.toml +++ b/sdk/appsync/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-appsync" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS AppSync" edition = "2021" diff --git a/sdk/appsync/README.md b/sdk/appsync/README.md index 6412cdb95693..4f7c3f7939a2 100644 --- a/sdk/appsync/README.md +++ b/sdk/appsync/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-appsync = "0.25.0" +aws-sdk-appsync = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/arczonalshift/Cargo.toml b/sdk/arczonalshift/Cargo.toml index 969fde86ff39..879420fd5390 100644 --- a/sdk/arczonalshift/Cargo.toml +++ b/sdk/arczonalshift/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-arczonalshift" -version = "0.3.0" +version = "0.4.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS ARC - Zonal Shift" edition = "2021" diff --git a/sdk/arczonalshift/README.md b/sdk/arczonalshift/README.md index 240cb9848913..34bb203617bb 100644 --- a/sdk/arczonalshift/README.md +++ b/sdk/arczonalshift/README.md @@ -27,7 +27,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-arczonalshift = "0.3.0" +aws-sdk-arczonalshift = "0.4.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/athena/Cargo.toml b/sdk/athena/Cargo.toml index 58fd5a2bc79b..65cb89fd6700 100644 --- a/sdk/athena/Cargo.toml +++ b/sdk/athena/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-athena" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Athena" edition = "2021" diff --git a/sdk/athena/README.md b/sdk/athena/README.md index 3959a84ae9f5..89b87611b5b6 100644 --- a/sdk/athena/README.md +++ b/sdk/athena/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-athena = "0.25.0" +aws-sdk-athena = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/auditmanager/Cargo.toml b/sdk/auditmanager/Cargo.toml index cd88e1115fa5..4305162522e9 100644 --- a/sdk/auditmanager/Cargo.toml +++ b/sdk/auditmanager/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-auditmanager" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Audit Manager" edition = "2021" diff --git a/sdk/auditmanager/README.md b/sdk/auditmanager/README.md index 20d3bf449686..746dab20491f 100644 --- a/sdk/auditmanager/README.md +++ b/sdk/auditmanager/README.md @@ -29,7 +29,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-auditmanager = "0.25.0" +aws-sdk-auditmanager = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/autoscaling/Cargo.toml b/sdk/autoscaling/Cargo.toml index 40c030a6305b..6105af4f2f6f 100644 --- a/sdk/autoscaling/Cargo.toml +++ b/sdk/autoscaling/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-autoscaling" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Auto Scaling" edition = "2021" diff --git a/sdk/autoscaling/README.md b/sdk/autoscaling/README.md index 3a5af93fff74..259f4f98a129 100644 --- a/sdk/autoscaling/README.md +++ b/sdk/autoscaling/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-autoscaling = "0.25.0" +aws-sdk-autoscaling = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/autoscalingplans/Cargo.toml b/sdk/autoscalingplans/Cargo.toml index 35a22ac86fc0..d81fbbdb4bee 100644 --- a/sdk/autoscalingplans/Cargo.toml +++ b/sdk/autoscalingplans/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-autoscalingplans" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Auto Scaling Plans" edition = "2021" diff --git a/sdk/autoscalingplans/README.md b/sdk/autoscalingplans/README.md index 2e44b60a49eb..a722890f8fd4 100644 --- a/sdk/autoscalingplans/README.md +++ b/sdk/autoscalingplans/README.md @@ -29,7 +29,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-autoscalingplans = "0.25.0" +aws-sdk-autoscalingplans = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/aws-config/Cargo.toml b/sdk/aws-config/Cargo.toml index c6734711ad3a..0f028354e88d 100644 --- a/sdk/aws-config/Cargo.toml +++ b/sdk/aws-config/Cargo.toml @@ -39,12 +39,12 @@ version = "0.54.1" [dependencies.aws-sdk-sso] path = "../sso" default-features = false -version = "0.25.0" +version = "0.26.0" [dependencies.aws-sdk-sts] path = "../sts" default-features = false -version = "0.25.0" +version = "0.26.0" [dependencies.aws-smithy-async] path = "../aws-smithy-async" diff --git a/sdk/backup/Cargo.toml b/sdk/backup/Cargo.toml index 7cfdc19ca17a..6b90fb7ee812 100644 --- a/sdk/backup/Cargo.toml +++ b/sdk/backup/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-backup" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Backup" edition = "2021" diff --git a/sdk/backup/README.md b/sdk/backup/README.md index 38a4a559bcb0..112328550d79 100644 --- a/sdk/backup/README.md +++ b/sdk/backup/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-backup = "0.25.0" +aws-sdk-backup = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/backupgateway/Cargo.toml b/sdk/backupgateway/Cargo.toml index cb524eae459a..d3e9911a1cf0 100644 --- a/sdk/backupgateway/Cargo.toml +++ b/sdk/backupgateway/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-backupgateway" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Backup Gateway" edition = "2021" diff --git a/sdk/backupgateway/README.md b/sdk/backupgateway/README.md index b22134849f45..83bbd99f630c 100644 --- a/sdk/backupgateway/README.md +++ b/sdk/backupgateway/README.md @@ -23,7 +23,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-backupgateway = "0.25.0" +aws-sdk-backupgateway = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/backupstorage/Cargo.toml b/sdk/backupstorage/Cargo.toml index cdd7e35c98bb..67996e6e259d 100644 --- a/sdk/backupstorage/Cargo.toml +++ b/sdk/backupstorage/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-backupstorage" -version = "0.8.0" +version = "0.9.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Backup Storage" edition = "2021" diff --git a/sdk/backupstorage/README.md b/sdk/backupstorage/README.md index 5ca35e6286c4..28ac32f8a84b 100644 --- a/sdk/backupstorage/README.md +++ b/sdk/backupstorage/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-backupstorage = "0.8.0" +aws-sdk-backupstorage = "0.9.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/batch/Cargo.toml b/sdk/batch/Cargo.toml index 7cc8a332a3de..2ded7cf2f9f6 100644 --- a/sdk/batch/Cargo.toml +++ b/sdk/batch/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-batch" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Batch" edition = "2021" diff --git a/sdk/batch/README.md b/sdk/batch/README.md index 6d98afdee3e0..99b04e38e3af 100644 --- a/sdk/batch/README.md +++ b/sdk/batch/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-batch = "0.25.0" +aws-sdk-batch = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/billingconductor/Cargo.toml b/sdk/billingconductor/Cargo.toml index bc589b6fd6c4..9f2fee5e10d3 100644 --- a/sdk/billingconductor/Cargo.toml +++ b/sdk/billingconductor/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-billingconductor" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWSBillingConductor" edition = "2021" diff --git a/sdk/billingconductor/README.md b/sdk/billingconductor/README.md index 744e71771a47..a48658319103 100644 --- a/sdk/billingconductor/README.md +++ b/sdk/billingconductor/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-billingconductor = "0.25.0" +aws-sdk-billingconductor = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/braket/Cargo.toml b/sdk/braket/Cargo.toml index 065fd58ae48c..53d7f41884c9 100644 --- a/sdk/braket/Cargo.toml +++ b/sdk/braket/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-braket" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Braket" edition = "2021" diff --git a/sdk/braket/README.md b/sdk/braket/README.md index 1b4e300fbb22..cd6a22738064 100644 --- a/sdk/braket/README.md +++ b/sdk/braket/README.md @@ -20,7 +20,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-braket = "0.25.0" +aws-sdk-braket = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/budgets/Cargo.toml b/sdk/budgets/Cargo.toml index 323cf4903dba..b54ed53d9693 100644 --- a/sdk/budgets/Cargo.toml +++ b/sdk/budgets/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-budgets" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Budgets" edition = "2021" diff --git a/sdk/budgets/README.md b/sdk/budgets/README.md index e7a03eba8b0a..ef53ea287442 100644 --- a/sdk/budgets/README.md +++ b/sdk/budgets/README.md @@ -36,7 +36,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-budgets = "0.25.0" +aws-sdk-budgets = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/chime/Cargo.toml b/sdk/chime/Cargo.toml index 918588bc6f5f..b96cd7a6553e 100644 --- a/sdk/chime/Cargo.toml +++ b/sdk/chime/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-chime" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Chime" edition = "2021" diff --git a/sdk/chime/README.md b/sdk/chime/README.md index 0f5935928b2b..285adab7e163 100644 --- a/sdk/chime/README.md +++ b/sdk/chime/README.md @@ -34,7 +34,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-chime = "0.25.0" +aws-sdk-chime = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/chimesdkidentity/Cargo.toml b/sdk/chimesdkidentity/Cargo.toml index 6e602c25b90d..048e8e2a79bb 100644 --- a/sdk/chimesdkidentity/Cargo.toml +++ b/sdk/chimesdkidentity/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-chimesdkidentity" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Chime SDK Identity" edition = "2021" diff --git a/sdk/chimesdkidentity/README.md b/sdk/chimesdkidentity/README.md index db3a27dfcd64..a196cbfda529 100644 --- a/sdk/chimesdkidentity/README.md +++ b/sdk/chimesdkidentity/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-chimesdkidentity = "0.25.0" +aws-sdk-chimesdkidentity = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/chimesdkmediapipelines/Cargo.toml b/sdk/chimesdkmediapipelines/Cargo.toml index e5409d7dbb4f..3ef5a35687cb 100644 --- a/sdk/chimesdkmediapipelines/Cargo.toml +++ b/sdk/chimesdkmediapipelines/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-chimesdkmediapipelines" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Chime SDK Media Pipelines" edition = "2021" diff --git a/sdk/chimesdkmediapipelines/README.md b/sdk/chimesdkmediapipelines/README.md index c500be555f4b..2c1b3a6d006f 100644 --- a/sdk/chimesdkmediapipelines/README.md +++ b/sdk/chimesdkmediapipelines/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-chimesdkmediapipelines = "0.25.0" +aws-sdk-chimesdkmediapipelines = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/chimesdkmeetings/Cargo.toml b/sdk/chimesdkmeetings/Cargo.toml index 550e7a245532..bc3e9e72c491 100644 --- a/sdk/chimesdkmeetings/Cargo.toml +++ b/sdk/chimesdkmeetings/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-chimesdkmeetings" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Chime SDK Meetings" edition = "2021" diff --git a/sdk/chimesdkmeetings/README.md b/sdk/chimesdkmeetings/README.md index 6445e93d137a..539eee71f7ed 100644 --- a/sdk/chimesdkmeetings/README.md +++ b/sdk/chimesdkmeetings/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-chimesdkmeetings = "0.25.0" +aws-sdk-chimesdkmeetings = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/chimesdkmessaging/Cargo.toml b/sdk/chimesdkmessaging/Cargo.toml index 1a6ea9dbffc5..02db75075147 100644 --- a/sdk/chimesdkmessaging/Cargo.toml +++ b/sdk/chimesdkmessaging/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-chimesdkmessaging" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Chime SDK Messaging" edition = "2021" diff --git a/sdk/chimesdkmessaging/README.md b/sdk/chimesdkmessaging/README.md index f114051f16f2..f56fee57ecfd 100644 --- a/sdk/chimesdkmessaging/README.md +++ b/sdk/chimesdkmessaging/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-chimesdkmessaging = "0.25.0" +aws-sdk-chimesdkmessaging = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/chimesdkvoice/Cargo.toml b/sdk/chimesdkvoice/Cargo.toml index 74adf2718635..79dde7cde670 100644 --- a/sdk/chimesdkvoice/Cargo.toml +++ b/sdk/chimesdkvoice/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-chimesdkvoice" -version = "0.3.0" +version = "0.4.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Chime SDK Voice" edition = "2021" diff --git a/sdk/chimesdkvoice/README.md b/sdk/chimesdkvoice/README.md index 032fb44294b3..6c01c814dccc 100644 --- a/sdk/chimesdkvoice/README.md +++ b/sdk/chimesdkvoice/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-chimesdkvoice = "0.3.0" +aws-sdk-chimesdkvoice = "0.4.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/cleanrooms/Cargo.toml b/sdk/cleanrooms/Cargo.toml index 0b83e2029258..8f229a339629 100644 --- a/sdk/cleanrooms/Cargo.toml +++ b/sdk/cleanrooms/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-cleanrooms" -version = "0.2.0" +version = "0.3.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Clean Rooms Service" edition = "2021" diff --git a/sdk/cleanrooms/README.md b/sdk/cleanrooms/README.md index 7e0b99db7455..12ccbfa3900e 100644 --- a/sdk/cleanrooms/README.md +++ b/sdk/cleanrooms/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-cleanrooms = "0.2.0" +aws-sdk-cleanrooms = "0.3.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/cloud9/Cargo.toml b/sdk/cloud9/Cargo.toml index 7140f8440be8..4bc08fc27894 100644 --- a/sdk/cloud9/Cargo.toml +++ b/sdk/cloud9/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-cloud9" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Cloud9" edition = "2021" diff --git a/sdk/cloud9/README.md b/sdk/cloud9/README.md index 7c0f5846505f..4cef65e0c913 100644 --- a/sdk/cloud9/README.md +++ b/sdk/cloud9/README.md @@ -34,7 +34,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-cloud9 = "0.25.0" +aws-sdk-cloud9 = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/cloudcontrol/Cargo.toml b/sdk/cloudcontrol/Cargo.toml index 8e517721bca5..ffe9c41e3196 100644 --- a/sdk/cloudcontrol/Cargo.toml +++ b/sdk/cloudcontrol/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-cloudcontrol" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Cloud Control API" edition = "2021" diff --git a/sdk/cloudcontrol/README.md b/sdk/cloudcontrol/README.md index ce856cb4e36a..695c357ce4b4 100644 --- a/sdk/cloudcontrol/README.md +++ b/sdk/cloudcontrol/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-cloudcontrol = "0.25.0" +aws-sdk-cloudcontrol = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/clouddirectory/Cargo.toml b/sdk/clouddirectory/Cargo.toml index 21b9e30d53ed..f92906947788 100644 --- a/sdk/clouddirectory/Cargo.toml +++ b/sdk/clouddirectory/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-clouddirectory" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon CloudDirectory" edition = "2021" diff --git a/sdk/clouddirectory/README.md b/sdk/clouddirectory/README.md index 8fb7f0ae83fe..bd0c7ef3e616 100644 --- a/sdk/clouddirectory/README.md +++ b/sdk/clouddirectory/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-clouddirectory = "0.25.0" +aws-sdk-clouddirectory = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/cloudformation/Cargo.toml b/sdk/cloudformation/Cargo.toml index 84c9f8594a60..5f12abdf9882 100644 --- a/sdk/cloudformation/Cargo.toml +++ b/sdk/cloudformation/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-cloudformation" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS CloudFormation" edition = "2021" diff --git a/sdk/cloudformation/README.md b/sdk/cloudformation/README.md index 3f5086daf7c0..8a5150fb2782 100644 --- a/sdk/cloudformation/README.md +++ b/sdk/cloudformation/README.md @@ -23,7 +23,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-cloudformation = "0.25.0" +aws-sdk-cloudformation = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/cloudfront/Cargo.toml b/sdk/cloudfront/Cargo.toml index 636ff84880d1..43ae32a01314 100644 --- a/sdk/cloudfront/Cargo.toml +++ b/sdk/cloudfront/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-cloudfront" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon CloudFront" edition = "2021" diff --git a/sdk/cloudfront/README.md b/sdk/cloudfront/README.md index b70d2e0634a2..84a66fd89f5d 100644 --- a/sdk/cloudfront/README.md +++ b/sdk/cloudfront/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-cloudfront = "0.25.0" +aws-sdk-cloudfront = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/cloudhsm/Cargo.toml b/sdk/cloudhsm/Cargo.toml index 26715f96c740..cf391a3f126b 100644 --- a/sdk/cloudhsm/Cargo.toml +++ b/sdk/cloudhsm/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-cloudhsm" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon CloudHSM" edition = "2021" diff --git a/sdk/cloudhsm/README.md b/sdk/cloudhsm/README.md index f14eb21583af..2dc18454069e 100644 --- a/sdk/cloudhsm/README.md +++ b/sdk/cloudhsm/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-cloudhsm = "0.25.0" +aws-sdk-cloudhsm = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/cloudhsmv2/Cargo.toml b/sdk/cloudhsmv2/Cargo.toml index b89765464ac3..c74444efb85f 100644 --- a/sdk/cloudhsmv2/Cargo.toml +++ b/sdk/cloudhsmv2/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-cloudhsmv2" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS CloudHSM V2" edition = "2021" diff --git a/sdk/cloudhsmv2/README.md b/sdk/cloudhsmv2/README.md index c721e3fd1c87..9a385e8b2f47 100644 --- a/sdk/cloudhsmv2/README.md +++ b/sdk/cloudhsmv2/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-cloudhsmv2 = "0.25.0" +aws-sdk-cloudhsmv2 = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/cloudsearch/Cargo.toml b/sdk/cloudsearch/Cargo.toml index 13a7ba595cc1..429bdc2b6649 100644 --- a/sdk/cloudsearch/Cargo.toml +++ b/sdk/cloudsearch/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-cloudsearch" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon CloudSearch" edition = "2021" diff --git a/sdk/cloudsearch/README.md b/sdk/cloudsearch/README.md index e659cc080dd4..44849ab5a5c8 100644 --- a/sdk/cloudsearch/README.md +++ b/sdk/cloudsearch/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-cloudsearch = "0.25.0" +aws-sdk-cloudsearch = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/cloudsearchdomain/Cargo.toml b/sdk/cloudsearchdomain/Cargo.toml index 4cb5b138666b..27a7bca3cdc5 100644 --- a/sdk/cloudsearchdomain/Cargo.toml +++ b/sdk/cloudsearchdomain/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-cloudsearchdomain" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon CloudSearch Domain" edition = "2021" diff --git a/sdk/cloudsearchdomain/README.md b/sdk/cloudsearchdomain/README.md index 57ca993245bc..980df379ebf6 100644 --- a/sdk/cloudsearchdomain/README.md +++ b/sdk/cloudsearchdomain/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-cloudsearchdomain = "0.25.0" +aws-sdk-cloudsearchdomain = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/cloudtrail/Cargo.toml b/sdk/cloudtrail/Cargo.toml index 88ec05a6546a..8be8027d9e3d 100644 --- a/sdk/cloudtrail/Cargo.toml +++ b/sdk/cloudtrail/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-cloudtrail" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS CloudTrail" edition = "2021" diff --git a/sdk/cloudtrail/README.md b/sdk/cloudtrail/README.md index 1c5659a8e1c2..b32712c2c7a9 100644 --- a/sdk/cloudtrail/README.md +++ b/sdk/cloudtrail/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-cloudtrail = "0.25.0" +aws-sdk-cloudtrail = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/cloudwatch/Cargo.toml b/sdk/cloudwatch/Cargo.toml index 837a7815d820..e44d1d0916b9 100644 --- a/sdk/cloudwatch/Cargo.toml +++ b/sdk/cloudwatch/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-cloudwatch" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon CloudWatch" edition = "2021" diff --git a/sdk/cloudwatch/README.md b/sdk/cloudwatch/README.md index ce0c3089da22..8b79bfdd8335 100644 --- a/sdk/cloudwatch/README.md +++ b/sdk/cloudwatch/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-cloudwatch = "0.25.0" +aws-sdk-cloudwatch = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/cloudwatchevents/Cargo.toml b/sdk/cloudwatchevents/Cargo.toml index 7037f026b039..3a86aadc63af 100644 --- a/sdk/cloudwatchevents/Cargo.toml +++ b/sdk/cloudwatchevents/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-cloudwatchevents" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon CloudWatch Events" edition = "2021" diff --git a/sdk/cloudwatchevents/README.md b/sdk/cloudwatchevents/README.md index d7866e3e247c..2eaa1ce5b8b3 100644 --- a/sdk/cloudwatchevents/README.md +++ b/sdk/cloudwatchevents/README.md @@ -22,7 +22,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-cloudwatchevents = "0.25.0" +aws-sdk-cloudwatchevents = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/cloudwatchlogs/Cargo.toml b/sdk/cloudwatchlogs/Cargo.toml index 80d8e6bf1703..05c7b34feef7 100644 --- a/sdk/cloudwatchlogs/Cargo.toml +++ b/sdk/cloudwatchlogs/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-cloudwatchlogs" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon CloudWatch Logs" edition = "2021" diff --git a/sdk/cloudwatchlogs/README.md b/sdk/cloudwatchlogs/README.md index 6dd7bc60eb8e..c3a6e6ae9231 100644 --- a/sdk/cloudwatchlogs/README.md +++ b/sdk/cloudwatchlogs/README.md @@ -22,7 +22,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-cloudwatchlogs = "0.25.0" +aws-sdk-cloudwatchlogs = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/codeartifact/Cargo.toml b/sdk/codeartifact/Cargo.toml index b4452536603e..d1458fd9464c 100644 --- a/sdk/codeartifact/Cargo.toml +++ b/sdk/codeartifact/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-codeartifact" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for CodeArtifact" edition = "2021" diff --git a/sdk/codeartifact/README.md b/sdk/codeartifact/README.md index 639ecdd83e8d..9a3ae98611a6 100644 --- a/sdk/codeartifact/README.md +++ b/sdk/codeartifact/README.md @@ -72,7 +72,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-codeartifact = "0.25.0" +aws-sdk-codeartifact = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/codebuild/Cargo.toml b/sdk/codebuild/Cargo.toml index 782c40bd384b..17439253f884 100644 --- a/sdk/codebuild/Cargo.toml +++ b/sdk/codebuild/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-codebuild" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS CodeBuild" edition = "2021" diff --git a/sdk/codebuild/README.md b/sdk/codebuild/README.md index 150df9bb826b..4c7490814352 100644 --- a/sdk/codebuild/README.md +++ b/sdk/codebuild/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-codebuild = "0.25.0" +aws-sdk-codebuild = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/codecatalyst/Cargo.toml b/sdk/codecatalyst/Cargo.toml index 75b486fe4b8f..d5371406ec01 100644 --- a/sdk/codecatalyst/Cargo.toml +++ b/sdk/codecatalyst/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-codecatalyst" -version = "0.3.0" +version = "0.4.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon CodeCatalyst" edition = "2021" diff --git a/sdk/codecatalyst/README.md b/sdk/codecatalyst/README.md index a14ac487ad33..34508c5d54b6 100644 --- a/sdk/codecatalyst/README.md +++ b/sdk/codecatalyst/README.md @@ -44,7 +44,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-codecatalyst = "0.3.0" +aws-sdk-codecatalyst = "0.4.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/codecommit/Cargo.toml b/sdk/codecommit/Cargo.toml index b13805c7c777..8b41a9327de3 100644 --- a/sdk/codecommit/Cargo.toml +++ b/sdk/codecommit/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-codecommit" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS CodeCommit" edition = "2021" diff --git a/sdk/codecommit/README.md b/sdk/codecommit/README.md index b3c0cf02fa57..f8a4ef542eef 100644 --- a/sdk/codecommit/README.md +++ b/sdk/codecommit/README.md @@ -118,7 +118,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-codecommit = "0.25.0" +aws-sdk-codecommit = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/codedeploy/Cargo.toml b/sdk/codedeploy/Cargo.toml index 9e9e4e874c2d..de90c25f36c4 100644 --- a/sdk/codedeploy/Cargo.toml +++ b/sdk/codedeploy/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-codedeploy" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS CodeDeploy" edition = "2021" diff --git a/sdk/codedeploy/README.md b/sdk/codedeploy/README.md index 811e4e694207..c86c4499d297 100644 --- a/sdk/codedeploy/README.md +++ b/sdk/codedeploy/README.md @@ -38,7 +38,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-codedeploy = "0.25.0" +aws-sdk-codedeploy = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/codeguruprofiler/Cargo.toml b/sdk/codeguruprofiler/Cargo.toml index 7bb540939321..1a05cecaf22c 100644 --- a/sdk/codeguruprofiler/Cargo.toml +++ b/sdk/codeguruprofiler/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-codeguruprofiler" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon CodeGuru Profiler" edition = "2021" diff --git a/sdk/codeguruprofiler/README.md b/sdk/codeguruprofiler/README.md index 161b3b15cb92..394789371dfd 100644 --- a/sdk/codeguruprofiler/README.md +++ b/sdk/codeguruprofiler/README.md @@ -23,7 +23,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-codeguruprofiler = "0.25.0" +aws-sdk-codeguruprofiler = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/codegurureviewer/Cargo.toml b/sdk/codegurureviewer/Cargo.toml index 1d6cfd847224..e8d93ecad31d 100644 --- a/sdk/codegurureviewer/Cargo.toml +++ b/sdk/codegurureviewer/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-codegurureviewer" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon CodeGuru Reviewer" edition = "2021" diff --git a/sdk/codegurureviewer/README.md b/sdk/codegurureviewer/README.md index 515a11f65d36..cb9e36c8ffcb 100644 --- a/sdk/codegurureviewer/README.md +++ b/sdk/codegurureviewer/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-codegurureviewer = "0.25.0" +aws-sdk-codegurureviewer = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/codepipeline/Cargo.toml b/sdk/codepipeline/Cargo.toml index 74701c83c95b..c530196eca4b 100644 --- a/sdk/codepipeline/Cargo.toml +++ b/sdk/codepipeline/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-codepipeline" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS CodePipeline" edition = "2021" diff --git a/sdk/codepipeline/README.md b/sdk/codepipeline/README.md index 85f4b6d4f6cb..511c130f2c50 100644 --- a/sdk/codepipeline/README.md +++ b/sdk/codepipeline/README.md @@ -74,7 +74,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-codepipeline = "0.25.0" +aws-sdk-codepipeline = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/codestar/Cargo.toml b/sdk/codestar/Cargo.toml index c8208daf467b..3c188978b313 100644 --- a/sdk/codestar/Cargo.toml +++ b/sdk/codestar/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-codestar" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS CodeStar" edition = "2021" diff --git a/sdk/codestar/README.md b/sdk/codestar/README.md index c20f37a4e8f2..439c97f2d62b 100644 --- a/sdk/codestar/README.md +++ b/sdk/codestar/README.md @@ -42,7 +42,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-codestar = "0.25.0" +aws-sdk-codestar = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/codestarconnections/Cargo.toml b/sdk/codestarconnections/Cargo.toml index d12b6b0bce4a..f92fd4d2cac9 100644 --- a/sdk/codestarconnections/Cargo.toml +++ b/sdk/codestarconnections/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-codestarconnections" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS CodeStar connections" edition = "2021" diff --git a/sdk/codestarconnections/README.md b/sdk/codestarconnections/README.md index 5bcc37459607..bb88a89c3623 100644 --- a/sdk/codestarconnections/README.md +++ b/sdk/codestarconnections/README.md @@ -42,7 +42,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-codestarconnections = "0.25.0" +aws-sdk-codestarconnections = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/codestarnotifications/Cargo.toml b/sdk/codestarnotifications/Cargo.toml index 48163d18b57c..2cd9989652a8 100644 --- a/sdk/codestarnotifications/Cargo.toml +++ b/sdk/codestarnotifications/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-codestarnotifications" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS CodeStar Notifications" edition = "2021" diff --git a/sdk/codestarnotifications/README.md b/sdk/codestarnotifications/README.md index bfadd25fed67..60e774bfe68a 100644 --- a/sdk/codestarnotifications/README.md +++ b/sdk/codestarnotifications/README.md @@ -40,7 +40,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-codestarnotifications = "0.25.0" +aws-sdk-codestarnotifications = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/cognitoidentity/Cargo.toml b/sdk/cognitoidentity/Cargo.toml index 57ce8a9f33ea..4a2c6b718bc7 100644 --- a/sdk/cognitoidentity/Cargo.toml +++ b/sdk/cognitoidentity/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-cognitoidentity" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Cognito Identity" edition = "2021" diff --git a/sdk/cognitoidentity/README.md b/sdk/cognitoidentity/README.md index 10c42e603a9f..fea042073cbf 100644 --- a/sdk/cognitoidentity/README.md +++ b/sdk/cognitoidentity/README.md @@ -23,7 +23,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-cognitoidentity = "0.25.0" +aws-sdk-cognitoidentity = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/cognitoidentityprovider/Cargo.toml b/sdk/cognitoidentityprovider/Cargo.toml index b507a9ab6b63..4e27fa89607f 100644 --- a/sdk/cognitoidentityprovider/Cargo.toml +++ b/sdk/cognitoidentityprovider/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-cognitoidentityprovider" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Cognito Identity Provider" edition = "2021" diff --git a/sdk/cognitoidentityprovider/README.md b/sdk/cognitoidentityprovider/README.md index 098bbb7f31bd..69a1fb72af18 100644 --- a/sdk/cognitoidentityprovider/README.md +++ b/sdk/cognitoidentityprovider/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-cognitoidentityprovider = "0.25.0" +aws-sdk-cognitoidentityprovider = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/cognitosync/Cargo.toml b/sdk/cognitosync/Cargo.toml index 1e465b7f3725..c33a141c6238 100644 --- a/sdk/cognitosync/Cargo.toml +++ b/sdk/cognitosync/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-cognitosync" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Cognito Sync" edition = "2021" diff --git a/sdk/cognitosync/README.md b/sdk/cognitosync/README.md index 16a18254ba92..914829c4e1ea 100644 --- a/sdk/cognitosync/README.md +++ b/sdk/cognitosync/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-cognitosync = "0.25.0" +aws-sdk-cognitosync = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/comprehend/Cargo.toml b/sdk/comprehend/Cargo.toml index 099ae182a5a6..4fa4e82ad980 100644 --- a/sdk/comprehend/Cargo.toml +++ b/sdk/comprehend/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-comprehend" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Comprehend" edition = "2021" diff --git a/sdk/comprehend/README.md b/sdk/comprehend/README.md index 1ea5e880bab0..025a01162778 100644 --- a/sdk/comprehend/README.md +++ b/sdk/comprehend/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-comprehend = "0.25.0" +aws-sdk-comprehend = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/comprehendmedical/Cargo.toml b/sdk/comprehendmedical/Cargo.toml index 86ff230094ec..5cd8636dd57f 100644 --- a/sdk/comprehendmedical/Cargo.toml +++ b/sdk/comprehendmedical/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-comprehendmedical" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Comprehend Medical" edition = "2021" diff --git a/sdk/comprehendmedical/README.md b/sdk/comprehendmedical/README.md index 2c27a8e5146b..4f2ca65311b2 100644 --- a/sdk/comprehendmedical/README.md +++ b/sdk/comprehendmedical/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-comprehendmedical = "0.25.0" +aws-sdk-comprehendmedical = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/computeoptimizer/Cargo.toml b/sdk/computeoptimizer/Cargo.toml index 7c7a93437e30..ca1877a1cfce 100644 --- a/sdk/computeoptimizer/Cargo.toml +++ b/sdk/computeoptimizer/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-computeoptimizer" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Compute Optimizer" edition = "2021" diff --git a/sdk/computeoptimizer/README.md b/sdk/computeoptimizer/README.md index 526373da6512..6b2b62639a82 100644 --- a/sdk/computeoptimizer/README.md +++ b/sdk/computeoptimizer/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-computeoptimizer = "0.25.0" +aws-sdk-computeoptimizer = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/config/Cargo.toml b/sdk/config/Cargo.toml index dac66c30aa9a..907043720711 100644 --- a/sdk/config/Cargo.toml +++ b/sdk/config/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-config" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Config" edition = "2021" diff --git a/sdk/config/README.md b/sdk/config/README.md index 2c39ab2c9756..1c53050a8794 100644 --- a/sdk/config/README.md +++ b/sdk/config/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-config = "0.25.0" +aws-sdk-config = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/connect/Cargo.toml b/sdk/connect/Cargo.toml index 67a1e5180651..a2b0091b513e 100644 --- a/sdk/connect/Cargo.toml +++ b/sdk/connect/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-connect" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Connect Service" edition = "2021" diff --git a/sdk/connect/README.md b/sdk/connect/README.md index b4546b362ea3..88dac560d2ca 100644 --- a/sdk/connect/README.md +++ b/sdk/connect/README.md @@ -23,7 +23,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-connect = "0.25.0" +aws-sdk-connect = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/connectcampaigns/Cargo.toml b/sdk/connectcampaigns/Cargo.toml index 6acc56e85b7c..48f3966614d4 100644 --- a/sdk/connectcampaigns/Cargo.toml +++ b/sdk/connectcampaigns/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-connectcampaigns" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AmazonConnectCampaignService" edition = "2021" diff --git a/sdk/connectcampaigns/README.md b/sdk/connectcampaigns/README.md index 8e92e7634280..b34dbf1f0ce8 100644 --- a/sdk/connectcampaigns/README.md +++ b/sdk/connectcampaigns/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-connectcampaigns = "0.25.0" +aws-sdk-connectcampaigns = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/connectcases/Cargo.toml b/sdk/connectcases/Cargo.toml index 5491b063c224..eb74f333e49f 100644 --- a/sdk/connectcases/Cargo.toml +++ b/sdk/connectcases/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-connectcases" -version = "0.6.0" +version = "0.7.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Connect Cases" edition = "2021" diff --git a/sdk/connectcases/README.md b/sdk/connectcases/README.md index 4cb5b88ac924..2519df9ad677 100644 --- a/sdk/connectcases/README.md +++ b/sdk/connectcases/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-connectcases = "0.6.0" +aws-sdk-connectcases = "0.7.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/connectcontactlens/Cargo.toml b/sdk/connectcontactlens/Cargo.toml index 4cdd852ab65f..1c336b9f15c5 100644 --- a/sdk/connectcontactlens/Cargo.toml +++ b/sdk/connectcontactlens/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-connectcontactlens" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Connect Contact Lens" edition = "2021" diff --git a/sdk/connectcontactlens/README.md b/sdk/connectcontactlens/README.md index 79a2a1025fa2..0dd593a27ac4 100644 --- a/sdk/connectcontactlens/README.md +++ b/sdk/connectcontactlens/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-connectcontactlens = "0.25.0" +aws-sdk-connectcontactlens = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/connectparticipant/Cargo.toml b/sdk/connectparticipant/Cargo.toml index 2e7ca84d47e8..25e9570945cd 100644 --- a/sdk/connectparticipant/Cargo.toml +++ b/sdk/connectparticipant/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-connectparticipant" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Connect Participant Service" edition = "2021" diff --git a/sdk/connectparticipant/README.md b/sdk/connectparticipant/README.md index f2f80604bac1..5267170d7fb2 100644 --- a/sdk/connectparticipant/README.md +++ b/sdk/connectparticipant/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-connectparticipant = "0.25.0" +aws-sdk-connectparticipant = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/controltower/Cargo.toml b/sdk/controltower/Cargo.toml index 75682791f8c0..0d8a21a148fd 100644 --- a/sdk/controltower/Cargo.toml +++ b/sdk/controltower/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-controltower" -version = "0.6.0" +version = "0.7.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Control Tower" edition = "2021" diff --git a/sdk/controltower/README.md b/sdk/controltower/README.md index 8b5d21b3ccfa..80c20da25fe5 100644 --- a/sdk/controltower/README.md +++ b/sdk/controltower/README.md @@ -41,7 +41,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-controltower = "0.6.0" +aws-sdk-controltower = "0.7.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/costandusagereport/Cargo.toml b/sdk/costandusagereport/Cargo.toml index b51f9712f37d..3fcd63c6e608 100644 --- a/sdk/costandusagereport/Cargo.toml +++ b/sdk/costandusagereport/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-costandusagereport" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Cost and Usage Report Service" edition = "2021" diff --git a/sdk/costandusagereport/README.md b/sdk/costandusagereport/README.md index e3e33600d170..e59b38758c58 100644 --- a/sdk/costandusagereport/README.md +++ b/sdk/costandusagereport/README.md @@ -24,7 +24,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-costandusagereport = "0.25.0" +aws-sdk-costandusagereport = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/costexplorer/Cargo.toml b/sdk/costexplorer/Cargo.toml index 5d7ea872808f..b0983042c562 100644 --- a/sdk/costexplorer/Cargo.toml +++ b/sdk/costexplorer/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-costexplorer" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Cost Explorer Service" edition = "2021" diff --git a/sdk/costexplorer/README.md b/sdk/costexplorer/README.md index 75445a2f35c1..8454f3c5afe0 100644 --- a/sdk/costexplorer/README.md +++ b/sdk/costexplorer/README.md @@ -24,7 +24,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-costexplorer = "0.25.0" +aws-sdk-costexplorer = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/customerprofiles/Cargo.toml b/sdk/customerprofiles/Cargo.toml index 7012f8ad53ca..d8698ab8ed7a 100644 --- a/sdk/customerprofiles/Cargo.toml +++ b/sdk/customerprofiles/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-customerprofiles" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Connect Customer Profiles" edition = "2021" diff --git a/sdk/customerprofiles/README.md b/sdk/customerprofiles/README.md index 931101ea62e4..08a53e791f51 100644 --- a/sdk/customerprofiles/README.md +++ b/sdk/customerprofiles/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-customerprofiles = "0.25.0" +aws-sdk-customerprofiles = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/databasemigration/Cargo.toml b/sdk/databasemigration/Cargo.toml index 842265ee2f40..b8ceaa953270 100644 --- a/sdk/databasemigration/Cargo.toml +++ b/sdk/databasemigration/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-databasemigration" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Database Migration Service" edition = "2021" diff --git a/sdk/databasemigration/README.md b/sdk/databasemigration/README.md index 26a089c2d4e5..203f60093d62 100644 --- a/sdk/databasemigration/README.md +++ b/sdk/databasemigration/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-databasemigration = "0.25.0" +aws-sdk-databasemigration = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/databrew/Cargo.toml b/sdk/databrew/Cargo.toml index 07cc535c8a6e..7bc390fc8073 100644 --- a/sdk/databrew/Cargo.toml +++ b/sdk/databrew/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-databrew" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Glue DataBrew" edition = "2021" diff --git a/sdk/databrew/README.md b/sdk/databrew/README.md index eb235b9ff0ab..8c8b4566f26b 100644 --- a/sdk/databrew/README.md +++ b/sdk/databrew/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-databrew = "0.25.0" +aws-sdk-databrew = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/dataexchange/Cargo.toml b/sdk/dataexchange/Cargo.toml index 31216aee6a5a..b56b8f1fe637 100644 --- a/sdk/dataexchange/Cargo.toml +++ b/sdk/dataexchange/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-dataexchange" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Data Exchange" edition = "2021" diff --git a/sdk/dataexchange/README.md b/sdk/dataexchange/README.md index 938b24315cfa..3f079df0882b 100644 --- a/sdk/dataexchange/README.md +++ b/sdk/dataexchange/README.md @@ -23,7 +23,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-dataexchange = "0.25.0" +aws-sdk-dataexchange = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/datapipeline/Cargo.toml b/sdk/datapipeline/Cargo.toml index 9dd5b6ff3d1a..f815a22ed81c 100644 --- a/sdk/datapipeline/Cargo.toml +++ b/sdk/datapipeline/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-datapipeline" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Data Pipeline" edition = "2021" diff --git a/sdk/datapipeline/README.md b/sdk/datapipeline/README.md index aa4be65309e3..0e3b83e3bd0d 100644 --- a/sdk/datapipeline/README.md +++ b/sdk/datapipeline/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-datapipeline = "0.25.0" +aws-sdk-datapipeline = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/datasync/Cargo.toml b/sdk/datasync/Cargo.toml index c95e05a5e1e8..c774848c1c1e 100644 --- a/sdk/datasync/Cargo.toml +++ b/sdk/datasync/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-datasync" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS DataSync" edition = "2021" diff --git a/sdk/datasync/README.md b/sdk/datasync/README.md index b65cce6d97c4..e3f757eda982 100644 --- a/sdk/datasync/README.md +++ b/sdk/datasync/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-datasync = "0.25.0" +aws-sdk-datasync = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/dax/Cargo.toml b/sdk/dax/Cargo.toml index 86b5413cc209..4bb2e9c9670e 100644 --- a/sdk/dax/Cargo.toml +++ b/sdk/dax/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-dax" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon DynamoDB Accelerator (DAX)" edition = "2021" diff --git a/sdk/dax/README.md b/sdk/dax/README.md index 26c4af7984d5..62055e6878eb 100644 --- a/sdk/dax/README.md +++ b/sdk/dax/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-dax = "0.25.0" +aws-sdk-dax = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/detective/Cargo.toml b/sdk/detective/Cargo.toml index 497566767852..d6551d17a891 100644 --- a/sdk/detective/Cargo.toml +++ b/sdk/detective/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-detective" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Detective" edition = "2021" diff --git a/sdk/detective/README.md b/sdk/detective/README.md index 222099ea24fc..4ecb3c3f5343 100644 --- a/sdk/detective/README.md +++ b/sdk/detective/README.md @@ -48,7 +48,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-detective = "0.25.0" +aws-sdk-detective = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/devicefarm/Cargo.toml b/sdk/devicefarm/Cargo.toml index 1ef09bb685b5..103242983247 100644 --- a/sdk/devicefarm/Cargo.toml +++ b/sdk/devicefarm/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-devicefarm" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Device Farm" edition = "2021" diff --git a/sdk/devicefarm/README.md b/sdk/devicefarm/README.md index 87552b370131..024be972985f 100644 --- a/sdk/devicefarm/README.md +++ b/sdk/devicefarm/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-devicefarm = "0.25.0" +aws-sdk-devicefarm = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/devopsguru/Cargo.toml b/sdk/devopsguru/Cargo.toml index 88ebd34bff36..ab3d1d70a8aa 100644 --- a/sdk/devopsguru/Cargo.toml +++ b/sdk/devopsguru/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-devopsguru" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon DevOps Guru" edition = "2021" diff --git a/sdk/devopsguru/README.md b/sdk/devopsguru/README.md index 2fb4921f6ee9..d99f4440ca88 100644 --- a/sdk/devopsguru/README.md +++ b/sdk/devopsguru/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-devopsguru = "0.25.0" +aws-sdk-devopsguru = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/directconnect/Cargo.toml b/sdk/directconnect/Cargo.toml index cf393c16dfc1..2825ddd512af 100644 --- a/sdk/directconnect/Cargo.toml +++ b/sdk/directconnect/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-directconnect" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Direct Connect" edition = "2021" diff --git a/sdk/directconnect/README.md b/sdk/directconnect/README.md index 57efdcbae3c3..1babb5f1d2fb 100644 --- a/sdk/directconnect/README.md +++ b/sdk/directconnect/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-directconnect = "0.25.0" +aws-sdk-directconnect = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/directory/Cargo.toml b/sdk/directory/Cargo.toml index 87b1be3be1f1..87e87447e737 100644 --- a/sdk/directory/Cargo.toml +++ b/sdk/directory/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-directory" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Directory Service" edition = "2021" diff --git a/sdk/directory/README.md b/sdk/directory/README.md index dea1fde30835..673903015b3b 100644 --- a/sdk/directory/README.md +++ b/sdk/directory/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-directory = "0.25.0" +aws-sdk-directory = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/dlm/Cargo.toml b/sdk/dlm/Cargo.toml index d999019b6391..b8bb6e27603c 100644 --- a/sdk/dlm/Cargo.toml +++ b/sdk/dlm/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-dlm" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Data Lifecycle Manager" edition = "2021" diff --git a/sdk/dlm/README.md b/sdk/dlm/README.md index e8cb3e959418..1c800ab34271 100644 --- a/sdk/dlm/README.md +++ b/sdk/dlm/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-dlm = "0.25.0" +aws-sdk-dlm = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/docdb/Cargo.toml b/sdk/docdb/Cargo.toml index 4d8c31769911..b1f13ed2d07d 100644 --- a/sdk/docdb/Cargo.toml +++ b/sdk/docdb/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-docdb" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon DocumentDB with MongoDB compatibility" edition = "2021" diff --git a/sdk/docdb/README.md b/sdk/docdb/README.md index d287f1e8bcb2..82b246d8ce2c 100644 --- a/sdk/docdb/README.md +++ b/sdk/docdb/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-docdb = "0.25.0" +aws-sdk-docdb = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/docdbelastic/Cargo.toml b/sdk/docdbelastic/Cargo.toml index 9b8975bd1248..40050ea4892f 100644 --- a/sdk/docdbelastic/Cargo.toml +++ b/sdk/docdbelastic/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-docdbelastic" -version = "0.3.0" +version = "0.4.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon DocumentDB Elastic Clusters" edition = "2021" diff --git a/sdk/docdbelastic/README.md b/sdk/docdbelastic/README.md index 3ed8107e7d12..53a272b742fc 100644 --- a/sdk/docdbelastic/README.md +++ b/sdk/docdbelastic/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-docdbelastic = "0.3.0" +aws-sdk-docdbelastic = "0.4.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/drs/Cargo.toml b/sdk/drs/Cargo.toml index 9fa336849477..2da9163b4570 100644 --- a/sdk/drs/Cargo.toml +++ b/sdk/drs/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-drs" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Elastic Disaster Recovery Service" edition = "2021" diff --git a/sdk/drs/README.md b/sdk/drs/README.md index 5d12af3a4cb8..0ee4c329fa5e 100644 --- a/sdk/drs/README.md +++ b/sdk/drs/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-drs = "0.25.0" +aws-sdk-drs = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/dynamodb/Cargo.toml b/sdk/dynamodb/Cargo.toml index 69aa5522121e..a98edd149bb8 100644 --- a/sdk/dynamodb/Cargo.toml +++ b/sdk/dynamodb/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-dynamodb" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon DynamoDB" edition = "2021" diff --git a/sdk/dynamodb/README.md b/sdk/dynamodb/README.md index 03594727b91a..657341c059c5 100644 --- a/sdk/dynamodb/README.md +++ b/sdk/dynamodb/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-dynamodb = "0.25.0" +aws-sdk-dynamodb = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/dynamodbstreams/Cargo.toml b/sdk/dynamodbstreams/Cargo.toml index 667667340425..cdca0172b167 100644 --- a/sdk/dynamodbstreams/Cargo.toml +++ b/sdk/dynamodbstreams/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-dynamodbstreams" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon DynamoDB Streams" edition = "2021" diff --git a/sdk/dynamodbstreams/README.md b/sdk/dynamodbstreams/README.md index da73cec63724..eefc9ce701a8 100644 --- a/sdk/dynamodbstreams/README.md +++ b/sdk/dynamodbstreams/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-dynamodbstreams = "0.25.0" +aws-sdk-dynamodbstreams = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/ebs/Cargo.toml b/sdk/ebs/Cargo.toml index ea0f057088ca..81036ac8d669 100644 --- a/sdk/ebs/Cargo.toml +++ b/sdk/ebs/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-ebs" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Elastic Block Store" edition = "2021" diff --git a/sdk/ebs/README.md b/sdk/ebs/README.md index 2067dc14b429..422adfb2c0b5 100644 --- a/sdk/ebs/README.md +++ b/sdk/ebs/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-ebs = "0.25.0" +aws-sdk-ebs = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/ec2/Cargo.toml b/sdk/ec2/Cargo.toml index c964f0a54808..ae7809d1bff5 100644 --- a/sdk/ec2/Cargo.toml +++ b/sdk/ec2/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-ec2" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Elastic Compute Cloud" edition = "2021" diff --git a/sdk/ec2/README.md b/sdk/ec2/README.md index 9daf393a6b32..597a272748e6 100644 --- a/sdk/ec2/README.md +++ b/sdk/ec2/README.md @@ -23,7 +23,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-ec2 = "0.25.0" +aws-sdk-ec2 = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/ec2instanceconnect/Cargo.toml b/sdk/ec2instanceconnect/Cargo.toml index 17070279861c..a3872ac7115c 100644 --- a/sdk/ec2instanceconnect/Cargo.toml +++ b/sdk/ec2instanceconnect/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-ec2instanceconnect" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS EC2 Instance Connect" edition = "2021" diff --git a/sdk/ec2instanceconnect/README.md b/sdk/ec2instanceconnect/README.md index 55c7282552e4..68bff8c7a839 100644 --- a/sdk/ec2instanceconnect/README.md +++ b/sdk/ec2instanceconnect/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-ec2instanceconnect = "0.25.0" +aws-sdk-ec2instanceconnect = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/ecr/Cargo.toml b/sdk/ecr/Cargo.toml index 419073482919..38e75062156b 100644 --- a/sdk/ecr/Cargo.toml +++ b/sdk/ecr/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-ecr" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon EC2 Container Registry" edition = "2021" diff --git a/sdk/ecr/README.md b/sdk/ecr/README.md index 530a7fae21e9..49d052d6bd2b 100644 --- a/sdk/ecr/README.md +++ b/sdk/ecr/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-ecr = "0.25.0" +aws-sdk-ecr = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/ecrpublic/Cargo.toml b/sdk/ecrpublic/Cargo.toml index 05d399502c26..dfd7f4442f09 100644 --- a/sdk/ecrpublic/Cargo.toml +++ b/sdk/ecrpublic/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-ecrpublic" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Elastic Container Registry Public" edition = "2021" diff --git a/sdk/ecrpublic/README.md b/sdk/ecrpublic/README.md index 8f77e844f669..6b8214927e18 100644 --- a/sdk/ecrpublic/README.md +++ b/sdk/ecrpublic/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-ecrpublic = "0.25.0" +aws-sdk-ecrpublic = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/ecs/Cargo.toml b/sdk/ecs/Cargo.toml index 1625fe4403bb..f8afb93f5bf1 100644 --- a/sdk/ecs/Cargo.toml +++ b/sdk/ecs/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-ecs" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon EC2 Container Service" edition = "2021" diff --git a/sdk/ecs/README.md b/sdk/ecs/README.md index e8511c6d7523..3d7dddaa7ff3 100644 --- a/sdk/ecs/README.md +++ b/sdk/ecs/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-ecs = "0.25.0" +aws-sdk-ecs = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/efs/Cargo.toml b/sdk/efs/Cargo.toml index ed89719f6ebf..f687af09d5bf 100644 --- a/sdk/efs/Cargo.toml +++ b/sdk/efs/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-efs" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Elastic File System" edition = "2021" diff --git a/sdk/efs/README.md b/sdk/efs/README.md index ccbb3487a587..54ca64615b0c 100644 --- a/sdk/efs/README.md +++ b/sdk/efs/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-efs = "0.25.0" +aws-sdk-efs = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/eks/Cargo.toml b/sdk/eks/Cargo.toml index e77e63365ae4..81af8b0d3dd2 100644 --- a/sdk/eks/Cargo.toml +++ b/sdk/eks/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-eks" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Elastic Kubernetes Service" edition = "2021" diff --git a/sdk/eks/README.md b/sdk/eks/README.md index 87529845c113..0df4bc899dba 100644 --- a/sdk/eks/README.md +++ b/sdk/eks/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-eks = "0.25.0" +aws-sdk-eks = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/elasticache/Cargo.toml b/sdk/elasticache/Cargo.toml index e909632186e4..d3926707391a 100644 --- a/sdk/elasticache/Cargo.toml +++ b/sdk/elasticache/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-elasticache" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon ElastiCache" edition = "2021" diff --git a/sdk/elasticache/README.md b/sdk/elasticache/README.md index 14bfa91e4099..64de209c42cf 100644 --- a/sdk/elasticache/README.md +++ b/sdk/elasticache/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-elasticache = "0.25.0" +aws-sdk-elasticache = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/elasticbeanstalk/Cargo.toml b/sdk/elasticbeanstalk/Cargo.toml index 59f478bf3143..fb113584e4d3 100644 --- a/sdk/elasticbeanstalk/Cargo.toml +++ b/sdk/elasticbeanstalk/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-elasticbeanstalk" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Elastic Beanstalk" edition = "2021" diff --git a/sdk/elasticbeanstalk/README.md b/sdk/elasticbeanstalk/README.md index 56c8f01ebf8f..cd2aef767635 100644 --- a/sdk/elasticbeanstalk/README.md +++ b/sdk/elasticbeanstalk/README.md @@ -23,7 +23,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-elasticbeanstalk = "0.25.0" +aws-sdk-elasticbeanstalk = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/elasticinference/Cargo.toml b/sdk/elasticinference/Cargo.toml index 8f43bd07f9e5..37a6d203ea3d 100644 --- a/sdk/elasticinference/Cargo.toml +++ b/sdk/elasticinference/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-elasticinference" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Elastic Inference" edition = "2021" diff --git a/sdk/elasticinference/README.md b/sdk/elasticinference/README.md index 51fa063e3ea0..9c7cbf9e159d 100644 --- a/sdk/elasticinference/README.md +++ b/sdk/elasticinference/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-elasticinference = "0.25.0" +aws-sdk-elasticinference = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/elasticloadbalancing/Cargo.toml b/sdk/elasticloadbalancing/Cargo.toml index 82aad8a01987..91fe70e86bf1 100644 --- a/sdk/elasticloadbalancing/Cargo.toml +++ b/sdk/elasticloadbalancing/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-elasticloadbalancing" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Elastic Load Balancing" edition = "2021" diff --git a/sdk/elasticloadbalancing/README.md b/sdk/elasticloadbalancing/README.md index df3ef5fc6da6..901bddfc0964 100644 --- a/sdk/elasticloadbalancing/README.md +++ b/sdk/elasticloadbalancing/README.md @@ -25,7 +25,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-elasticloadbalancing = "0.25.0" +aws-sdk-elasticloadbalancing = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/elasticloadbalancingv2/Cargo.toml b/sdk/elasticloadbalancingv2/Cargo.toml index a159c938a657..34fa94c116f8 100644 --- a/sdk/elasticloadbalancingv2/Cargo.toml +++ b/sdk/elasticloadbalancingv2/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-elasticloadbalancingv2" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Elastic Load Balancing" edition = "2021" diff --git a/sdk/elasticloadbalancingv2/README.md b/sdk/elasticloadbalancingv2/README.md index 2860d8414e6f..e0e018cd4533 100644 --- a/sdk/elasticloadbalancingv2/README.md +++ b/sdk/elasticloadbalancingv2/README.md @@ -26,7 +26,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-elasticloadbalancingv2 = "0.25.0" +aws-sdk-elasticloadbalancingv2 = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/elasticsearch/Cargo.toml b/sdk/elasticsearch/Cargo.toml index fe3cbe4ba301..c6103eaaf65e 100644 --- a/sdk/elasticsearch/Cargo.toml +++ b/sdk/elasticsearch/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-elasticsearch" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Elasticsearch Service" edition = "2021" diff --git a/sdk/elasticsearch/README.md b/sdk/elasticsearch/README.md index 4cb4994bcfed..9ab967c3fd32 100644 --- a/sdk/elasticsearch/README.md +++ b/sdk/elasticsearch/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-elasticsearch = "0.25.0" +aws-sdk-elasticsearch = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/elastictranscoder/Cargo.toml b/sdk/elastictranscoder/Cargo.toml index 9c9f0acb363e..595438cb5687 100644 --- a/sdk/elastictranscoder/Cargo.toml +++ b/sdk/elastictranscoder/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-elastictranscoder" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Elastic Transcoder" edition = "2021" diff --git a/sdk/elastictranscoder/README.md b/sdk/elastictranscoder/README.md index ef78c8dde5a2..b4f86db9a5d8 100644 --- a/sdk/elastictranscoder/README.md +++ b/sdk/elastictranscoder/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-elastictranscoder = "0.25.0" +aws-sdk-elastictranscoder = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/emr/Cargo.toml b/sdk/emr/Cargo.toml index 7f5b07c08564..7fae71b9ae36 100644 --- a/sdk/emr/Cargo.toml +++ b/sdk/emr/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-emr" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon EMR" edition = "2021" diff --git a/sdk/emr/README.md b/sdk/emr/README.md index 14ba68f0633e..f7c7e795965e 100644 --- a/sdk/emr/README.md +++ b/sdk/emr/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-emr = "0.25.0" +aws-sdk-emr = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/emrcontainers/Cargo.toml b/sdk/emrcontainers/Cargo.toml index d7be75afc0a4..61836ebcb505 100644 --- a/sdk/emrcontainers/Cargo.toml +++ b/sdk/emrcontainers/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-emrcontainers" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon EMR Containers" edition = "2021" diff --git a/sdk/emrcontainers/README.md b/sdk/emrcontainers/README.md index 9bf3adfdb546..086f8cfba09c 100644 --- a/sdk/emrcontainers/README.md +++ b/sdk/emrcontainers/README.md @@ -22,7 +22,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-emrcontainers = "0.25.0" +aws-sdk-emrcontainers = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/emrserverless/Cargo.toml b/sdk/emrserverless/Cargo.toml index 80292b27f4b3..a218488706c1 100644 --- a/sdk/emrserverless/Cargo.toml +++ b/sdk/emrserverless/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-emrserverless" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for EMR Serverless" edition = "2021" diff --git a/sdk/emrserverless/README.md b/sdk/emrserverless/README.md index 4b3b350d1c47..5966222777bd 100644 --- a/sdk/emrserverless/README.md +++ b/sdk/emrserverless/README.md @@ -22,7 +22,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-emrserverless = "0.25.0" +aws-sdk-emrserverless = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/eventbridge/Cargo.toml b/sdk/eventbridge/Cargo.toml index b8856e803e27..e7a4e072baa5 100644 --- a/sdk/eventbridge/Cargo.toml +++ b/sdk/eventbridge/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-eventbridge" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon EventBridge" edition = "2021" diff --git a/sdk/eventbridge/README.md b/sdk/eventbridge/README.md index 9d2d2b11603d..929b2befc6b5 100644 --- a/sdk/eventbridge/README.md +++ b/sdk/eventbridge/README.md @@ -22,7 +22,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-eventbridge = "0.25.0" +aws-sdk-eventbridge = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/evidently/Cargo.toml b/sdk/evidently/Cargo.toml index b532df09c388..e61a0bf77d60 100644 --- a/sdk/evidently/Cargo.toml +++ b/sdk/evidently/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-evidently" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon CloudWatch Evidently" edition = "2021" diff --git a/sdk/evidently/README.md b/sdk/evidently/README.md index 391b9b99d2af..5b387a86273a 100644 --- a/sdk/evidently/README.md +++ b/sdk/evidently/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-evidently = "0.25.0" +aws-sdk-evidently = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/finspace/Cargo.toml b/sdk/finspace/Cargo.toml index c02304c289de..b8241b7cccb9 100644 --- a/sdk/finspace/Cargo.toml +++ b/sdk/finspace/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-finspace" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for FinSpace User Environment Management service" edition = "2021" diff --git a/sdk/finspace/README.md b/sdk/finspace/README.md index dfb021ae9beb..aa2dfb7c4e48 100644 --- a/sdk/finspace/README.md +++ b/sdk/finspace/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-finspace = "0.25.0" +aws-sdk-finspace = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/finspacedata/Cargo.toml b/sdk/finspacedata/Cargo.toml index 06e9f4f3a8ea..9c04caf9812f 100644 --- a/sdk/finspacedata/Cargo.toml +++ b/sdk/finspacedata/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-finspacedata" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for FinSpace Public API" edition = "2021" diff --git a/sdk/finspacedata/README.md b/sdk/finspacedata/README.md index d451fef28709..7958ec5ddfd3 100644 --- a/sdk/finspacedata/README.md +++ b/sdk/finspacedata/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-finspacedata = "0.25.0" +aws-sdk-finspacedata = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/firehose/Cargo.toml b/sdk/firehose/Cargo.toml index 77aaf202a84b..4329acb5cbfb 100644 --- a/sdk/firehose/Cargo.toml +++ b/sdk/firehose/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-firehose" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Kinesis Firehose" edition = "2021" diff --git a/sdk/firehose/README.md b/sdk/firehose/README.md index 33cb3a247b9b..0cb391cb3799 100644 --- a/sdk/firehose/README.md +++ b/sdk/firehose/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-firehose = "0.25.0" +aws-sdk-firehose = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/fis/Cargo.toml b/sdk/fis/Cargo.toml index 57c91bd9eb07..2a677a610062 100644 --- a/sdk/fis/Cargo.toml +++ b/sdk/fis/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-fis" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Fault Injection Simulator" edition = "2021" diff --git a/sdk/fis/README.md b/sdk/fis/README.md index e81ac8a0cf1d..e71bdee27b0b 100644 --- a/sdk/fis/README.md +++ b/sdk/fis/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-fis = "0.25.0" +aws-sdk-fis = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/fms/Cargo.toml b/sdk/fms/Cargo.toml index 6a8211ed40b8..1c7156df1501 100644 --- a/sdk/fms/Cargo.toml +++ b/sdk/fms/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-fms" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Firewall Management Service" edition = "2021" diff --git a/sdk/fms/README.md b/sdk/fms/README.md index 5b72860871c5..248e7343f97f 100644 --- a/sdk/fms/README.md +++ b/sdk/fms/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-fms = "0.25.0" +aws-sdk-fms = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/forecast/Cargo.toml b/sdk/forecast/Cargo.toml index c45bc9f326ef..a1d646e8b65e 100644 --- a/sdk/forecast/Cargo.toml +++ b/sdk/forecast/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-forecast" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Forecast Service" edition = "2021" diff --git a/sdk/forecast/README.md b/sdk/forecast/README.md index d4bea334b62a..f12debd59375 100644 --- a/sdk/forecast/README.md +++ b/sdk/forecast/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-forecast = "0.25.0" +aws-sdk-forecast = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/forecastquery/Cargo.toml b/sdk/forecastquery/Cargo.toml index c299e79dfdf8..6894868fd47e 100644 --- a/sdk/forecastquery/Cargo.toml +++ b/sdk/forecastquery/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-forecastquery" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Forecast Query Service" edition = "2021" diff --git a/sdk/forecastquery/README.md b/sdk/forecastquery/README.md index 57f24aec152e..c9bc770a6f7a 100644 --- a/sdk/forecastquery/README.md +++ b/sdk/forecastquery/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-forecastquery = "0.25.0" +aws-sdk-forecastquery = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/frauddetector/Cargo.toml b/sdk/frauddetector/Cargo.toml index 2340bff91ea5..fca8d70886ad 100644 --- a/sdk/frauddetector/Cargo.toml +++ b/sdk/frauddetector/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-frauddetector" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Fraud Detector" edition = "2021" diff --git a/sdk/frauddetector/README.md b/sdk/frauddetector/README.md index f72a4509eeae..9c53781e1212 100644 --- a/sdk/frauddetector/README.md +++ b/sdk/frauddetector/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-frauddetector = "0.25.0" +aws-sdk-frauddetector = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/fsx/Cargo.toml b/sdk/fsx/Cargo.toml index a37f3fc6ff89..814c74e14119 100644 --- a/sdk/fsx/Cargo.toml +++ b/sdk/fsx/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-fsx" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon FSx" edition = "2021" diff --git a/sdk/fsx/README.md b/sdk/fsx/README.md index 5dbfd56ee682..54191f56b9cd 100644 --- a/sdk/fsx/README.md +++ b/sdk/fsx/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-fsx = "0.25.0" +aws-sdk-fsx = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/gamelift/Cargo.toml b/sdk/gamelift/Cargo.toml index 89afe5dc0b7c..580360dce4f8 100644 --- a/sdk/gamelift/Cargo.toml +++ b/sdk/gamelift/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-gamelift" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon GameLift" edition = "2021" diff --git a/sdk/gamelift/README.md b/sdk/gamelift/README.md index ed7d9a8316f2..e3044108c990 100644 --- a/sdk/gamelift/README.md +++ b/sdk/gamelift/README.md @@ -31,7 +31,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-gamelift = "0.25.0" +aws-sdk-gamelift = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/gamesparks/Cargo.toml b/sdk/gamesparks/Cargo.toml index 64ec56ae9860..053a2dff2aa6 100644 --- a/sdk/gamesparks/Cargo.toml +++ b/sdk/gamesparks/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-gamesparks" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for GameSparks" edition = "2021" diff --git a/sdk/gamesparks/README.md b/sdk/gamesparks/README.md index 3b2030c7cf3b..5317c9af800d 100644 --- a/sdk/gamesparks/README.md +++ b/sdk/gamesparks/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-gamesparks = "0.25.0" +aws-sdk-gamesparks = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/glacier/Cargo.toml b/sdk/glacier/Cargo.toml index ec8126a3c536..7d18b3f9107d 100644 --- a/sdk/glacier/Cargo.toml +++ b/sdk/glacier/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-glacier" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Glacier" edition = "2021" diff --git a/sdk/glacier/README.md b/sdk/glacier/README.md index 2ae97c52cece..cf672b1fe37a 100644 --- a/sdk/glacier/README.md +++ b/sdk/glacier/README.md @@ -27,7 +27,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-glacier = "0.25.0" +aws-sdk-glacier = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/globalaccelerator/Cargo.toml b/sdk/globalaccelerator/Cargo.toml index 4af03dc918d3..3b5aa7c42d69 100644 --- a/sdk/globalaccelerator/Cargo.toml +++ b/sdk/globalaccelerator/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-globalaccelerator" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Global Accelerator" edition = "2021" diff --git a/sdk/globalaccelerator/README.md b/sdk/globalaccelerator/README.md index b4c49adbaad6..753625e41fca 100644 --- a/sdk/globalaccelerator/README.md +++ b/sdk/globalaccelerator/README.md @@ -33,7 +33,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-globalaccelerator = "0.25.0" +aws-sdk-globalaccelerator = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/glue/Cargo.toml b/sdk/glue/Cargo.toml index b8ffe1a7af43..b98abc41d876 100644 --- a/sdk/glue/Cargo.toml +++ b/sdk/glue/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-glue" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Glue" edition = "2021" diff --git a/sdk/glue/README.md b/sdk/glue/README.md index 7093fa14ceb9..b34b575514f1 100644 --- a/sdk/glue/README.md +++ b/sdk/glue/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-glue = "0.25.0" +aws-sdk-glue = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/grafana/Cargo.toml b/sdk/grafana/Cargo.toml index c47b10ccd9df..2c11bff2340a 100644 --- a/sdk/grafana/Cargo.toml +++ b/sdk/grafana/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-grafana" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Managed Grafana" edition = "2021" diff --git a/sdk/grafana/README.md b/sdk/grafana/README.md index e3789ce6defa..1dc1c1517eca 100644 --- a/sdk/grafana/README.md +++ b/sdk/grafana/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-grafana = "0.25.0" +aws-sdk-grafana = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/greengrass/Cargo.toml b/sdk/greengrass/Cargo.toml index f484d44ff649..2d8cefc38cc8 100644 --- a/sdk/greengrass/Cargo.toml +++ b/sdk/greengrass/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-greengrass" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Greengrass" edition = "2021" diff --git a/sdk/greengrass/README.md b/sdk/greengrass/README.md index 391e7e4d120d..18a6a317a042 100644 --- a/sdk/greengrass/README.md +++ b/sdk/greengrass/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-greengrass = "0.25.0" +aws-sdk-greengrass = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/greengrassv2/Cargo.toml b/sdk/greengrassv2/Cargo.toml index 14f4fb9d78ca..eb9118b19467 100644 --- a/sdk/greengrassv2/Cargo.toml +++ b/sdk/greengrassv2/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-greengrassv2" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS IoT Greengrass V2" edition = "2021" diff --git a/sdk/greengrassv2/README.md b/sdk/greengrassv2/README.md index cd827b09b2e5..e9fb50dafcfd 100644 --- a/sdk/greengrassv2/README.md +++ b/sdk/greengrassv2/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-greengrassv2 = "0.25.0" +aws-sdk-greengrassv2 = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/groundstation/Cargo.toml b/sdk/groundstation/Cargo.toml index ea0015d1ecc1..07486488dc03 100644 --- a/sdk/groundstation/Cargo.toml +++ b/sdk/groundstation/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-groundstation" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Ground Station" edition = "2021" diff --git a/sdk/groundstation/README.md b/sdk/groundstation/README.md index 032672c647a6..1fcee25db635 100644 --- a/sdk/groundstation/README.md +++ b/sdk/groundstation/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-groundstation = "0.25.0" +aws-sdk-groundstation = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/guardduty/Cargo.toml b/sdk/guardduty/Cargo.toml index a6f0afe357f4..ea0267e163d5 100644 --- a/sdk/guardduty/Cargo.toml +++ b/sdk/guardduty/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-guardduty" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon GuardDuty" edition = "2021" diff --git a/sdk/guardduty/README.md b/sdk/guardduty/README.md index d9f4b10d037e..68bea58ff3b6 100644 --- a/sdk/guardduty/README.md +++ b/sdk/guardduty/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-guardduty = "0.25.0" +aws-sdk-guardduty = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/health/Cargo.toml b/sdk/health/Cargo.toml index 133138425a4d..11f40dba1401 100644 --- a/sdk/health/Cargo.toml +++ b/sdk/health/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-health" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Health APIs and Notifications" edition = "2021" diff --git a/sdk/health/README.md b/sdk/health/README.md index 80e03a89f2a3..8d6883205abe 100644 --- a/sdk/health/README.md +++ b/sdk/health/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-health = "0.25.0" +aws-sdk-health = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/healthlake/Cargo.toml b/sdk/healthlake/Cargo.toml index ad649976a127..59dcc730559b 100644 --- a/sdk/healthlake/Cargo.toml +++ b/sdk/healthlake/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-healthlake" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon HealthLake" edition = "2021" diff --git a/sdk/healthlake/README.md b/sdk/healthlake/README.md index e87dfea211e8..64cdbab4e632 100644 --- a/sdk/healthlake/README.md +++ b/sdk/healthlake/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-healthlake = "0.25.0" +aws-sdk-healthlake = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/honeycode/Cargo.toml b/sdk/honeycode/Cargo.toml index f933eba61901..fa1d0a72d363 100644 --- a/sdk/honeycode/Cargo.toml +++ b/sdk/honeycode/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-honeycode" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Honeycode" edition = "2021" diff --git a/sdk/honeycode/README.md b/sdk/honeycode/README.md index 97241c7d1ff0..ce9b879791a5 100644 --- a/sdk/honeycode/README.md +++ b/sdk/honeycode/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-honeycode = "0.25.0" +aws-sdk-honeycode = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/iam/Cargo.toml b/sdk/iam/Cargo.toml index 00f3e27a8e04..0367a3646038 100644 --- a/sdk/iam/Cargo.toml +++ b/sdk/iam/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-iam" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Identity and Access Management" edition = "2021" diff --git a/sdk/iam/README.md b/sdk/iam/README.md index 90a2a34d3c45..2007f59b8ad1 100644 --- a/sdk/iam/README.md +++ b/sdk/iam/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-iam = "0.25.0" +aws-sdk-iam = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/identitystore/Cargo.toml b/sdk/identitystore/Cargo.toml index d9eb43d4f409..0e19255bb6af 100644 --- a/sdk/identitystore/Cargo.toml +++ b/sdk/identitystore/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-identitystore" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS SSO Identity Store" edition = "2021" diff --git a/sdk/identitystore/README.md b/sdk/identitystore/README.md index 94b97f3fdae9..edb3303c7568 100644 --- a/sdk/identitystore/README.md +++ b/sdk/identitystore/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-identitystore = "0.25.0" +aws-sdk-identitystore = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/imagebuilder/Cargo.toml b/sdk/imagebuilder/Cargo.toml index 91faeb05e015..753a0aa4063f 100644 --- a/sdk/imagebuilder/Cargo.toml +++ b/sdk/imagebuilder/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-imagebuilder" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for EC2 Image Builder" edition = "2021" diff --git a/sdk/imagebuilder/README.md b/sdk/imagebuilder/README.md index 5add00a72033..28b2f166486a 100644 --- a/sdk/imagebuilder/README.md +++ b/sdk/imagebuilder/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-imagebuilder = "0.25.0" +aws-sdk-imagebuilder = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/inspector/Cargo.toml b/sdk/inspector/Cargo.toml index d1be4776e2c8..0293b6b634dc 100644 --- a/sdk/inspector/Cargo.toml +++ b/sdk/inspector/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-inspector" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Inspector" edition = "2021" diff --git a/sdk/inspector/README.md b/sdk/inspector/README.md index ef3e2eba8337..7916f94f365c 100644 --- a/sdk/inspector/README.md +++ b/sdk/inspector/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-inspector = "0.25.0" +aws-sdk-inspector = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/inspector2/Cargo.toml b/sdk/inspector2/Cargo.toml index 87a624ece4f5..1a32cf60611a 100644 --- a/sdk/inspector2/Cargo.toml +++ b/sdk/inspector2/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-inspector2" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Inspector2" edition = "2021" diff --git a/sdk/inspector2/README.md b/sdk/inspector2/README.md index ce45ac97c954..f805e736cbd5 100644 --- a/sdk/inspector2/README.md +++ b/sdk/inspector2/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-inspector2 = "0.25.0" +aws-sdk-inspector2 = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/iot/Cargo.toml b/sdk/iot/Cargo.toml index a9882f76561f..d9f51549cdad 100644 --- a/sdk/iot/Cargo.toml +++ b/sdk/iot/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-iot" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS IoT" edition = "2021" diff --git a/sdk/iot/README.md b/sdk/iot/README.md index 16cddb17cb82..0c5568b1dbe6 100644 --- a/sdk/iot/README.md +++ b/sdk/iot/README.md @@ -25,7 +25,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-iot = "0.25.0" +aws-sdk-iot = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/iot1clickdevices/Cargo.toml b/sdk/iot1clickdevices/Cargo.toml index 1ab28de539b7..9e9c49df3254 100644 --- a/sdk/iot1clickdevices/Cargo.toml +++ b/sdk/iot1clickdevices/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-iot1clickdevices" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS IoT 1-Click Devices Service" edition = "2021" diff --git a/sdk/iot1clickdevices/README.md b/sdk/iot1clickdevices/README.md index 021eefe68e9d..e8ae05847ff8 100644 --- a/sdk/iot1clickdevices/README.md +++ b/sdk/iot1clickdevices/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-iot1clickdevices = "0.25.0" +aws-sdk-iot1clickdevices = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/iot1clickprojects/Cargo.toml b/sdk/iot1clickprojects/Cargo.toml index a24cd1d499bc..e0ca82e53b35 100644 --- a/sdk/iot1clickprojects/Cargo.toml +++ b/sdk/iot1clickprojects/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-iot1clickprojects" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS IoT 1-Click Projects Service" edition = "2021" diff --git a/sdk/iot1clickprojects/README.md b/sdk/iot1clickprojects/README.md index 6dc0475b858b..5713a0b6a2df 100644 --- a/sdk/iot1clickprojects/README.md +++ b/sdk/iot1clickprojects/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-iot1clickprojects = "0.25.0" +aws-sdk-iot1clickprojects = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/iotanalytics/Cargo.toml b/sdk/iotanalytics/Cargo.toml index 71f822e56552..9cbc1473e375 100644 --- a/sdk/iotanalytics/Cargo.toml +++ b/sdk/iotanalytics/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-iotanalytics" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS IoT Analytics" edition = "2021" diff --git a/sdk/iotanalytics/README.md b/sdk/iotanalytics/README.md index c3f4bdca84ee..261865e21bfa 100644 --- a/sdk/iotanalytics/README.md +++ b/sdk/iotanalytics/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-iotanalytics = "0.25.0" +aws-sdk-iotanalytics = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/iotdataplane/Cargo.toml b/sdk/iotdataplane/Cargo.toml index c850b01cfa1b..ff7136aa34a2 100644 --- a/sdk/iotdataplane/Cargo.toml +++ b/sdk/iotdataplane/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-iotdataplane" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS IoT Data Plane" edition = "2021" diff --git a/sdk/iotdataplane/README.md b/sdk/iotdataplane/README.md index 52b43f752fc6..fd842b6fc675 100644 --- a/sdk/iotdataplane/README.md +++ b/sdk/iotdataplane/README.md @@ -23,7 +23,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-iotdataplane = "0.25.0" +aws-sdk-iotdataplane = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/iotdeviceadvisor/Cargo.toml b/sdk/iotdeviceadvisor/Cargo.toml index 26910f1b9657..fd6a54c81581 100644 --- a/sdk/iotdeviceadvisor/Cargo.toml +++ b/sdk/iotdeviceadvisor/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-iotdeviceadvisor" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS IoT Core Device Advisor" edition = "2021" diff --git a/sdk/iotdeviceadvisor/README.md b/sdk/iotdeviceadvisor/README.md index 2796462c1619..4829f0728cb3 100644 --- a/sdk/iotdeviceadvisor/README.md +++ b/sdk/iotdeviceadvisor/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-iotdeviceadvisor = "0.25.0" +aws-sdk-iotdeviceadvisor = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/iotevents/Cargo.toml b/sdk/iotevents/Cargo.toml index 00c14cf48b01..02dad4f555d9 100644 --- a/sdk/iotevents/Cargo.toml +++ b/sdk/iotevents/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-iotevents" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS IoT Events" edition = "2021" diff --git a/sdk/iotevents/README.md b/sdk/iotevents/README.md index 170efc1e3418..a3c26cbe7c64 100644 --- a/sdk/iotevents/README.md +++ b/sdk/iotevents/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-iotevents = "0.25.0" +aws-sdk-iotevents = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/ioteventsdata/Cargo.toml b/sdk/ioteventsdata/Cargo.toml index 9b14d7fb25dc..e28905295d29 100644 --- a/sdk/ioteventsdata/Cargo.toml +++ b/sdk/ioteventsdata/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-ioteventsdata" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS IoT Events Data" edition = "2021" diff --git a/sdk/ioteventsdata/README.md b/sdk/ioteventsdata/README.md index bfc23d724e35..cab332b25cb6 100644 --- a/sdk/ioteventsdata/README.md +++ b/sdk/ioteventsdata/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-ioteventsdata = "0.25.0" +aws-sdk-ioteventsdata = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/iotfleethub/Cargo.toml b/sdk/iotfleethub/Cargo.toml index b622650513e5..c408ea531c5f 100644 --- a/sdk/iotfleethub/Cargo.toml +++ b/sdk/iotfleethub/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-iotfleethub" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS IoT Fleet Hub" edition = "2021" diff --git a/sdk/iotfleethub/README.md b/sdk/iotfleethub/README.md index a4f7035a6e9b..1e67ac41d6a7 100644 --- a/sdk/iotfleethub/README.md +++ b/sdk/iotfleethub/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-iotfleethub = "0.25.0" +aws-sdk-iotfleethub = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/iotfleetwise/Cargo.toml b/sdk/iotfleetwise/Cargo.toml index 2672c6ce10b7..876138a6f3c4 100644 --- a/sdk/iotfleetwise/Cargo.toml +++ b/sdk/iotfleetwise/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-iotfleetwise" -version = "0.6.0" +version = "0.7.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS IoT FleetWise" edition = "2021" diff --git a/sdk/iotfleetwise/README.md b/sdk/iotfleetwise/README.md index 6728cc8f731d..dbd91e889648 100644 --- a/sdk/iotfleetwise/README.md +++ b/sdk/iotfleetwise/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-iotfleetwise = "0.6.0" +aws-sdk-iotfleetwise = "0.7.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/iotjobsdataplane/Cargo.toml b/sdk/iotjobsdataplane/Cargo.toml index 394cfe5310c7..ff00b2ee64f7 100644 --- a/sdk/iotjobsdataplane/Cargo.toml +++ b/sdk/iotjobsdataplane/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-iotjobsdataplane" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS IoT Jobs Data Plane" edition = "2021" diff --git a/sdk/iotjobsdataplane/README.md b/sdk/iotjobsdataplane/README.md index ec826641c102..36e86d49e460 100644 --- a/sdk/iotjobsdataplane/README.md +++ b/sdk/iotjobsdataplane/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-iotjobsdataplane = "0.25.0" +aws-sdk-iotjobsdataplane = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/iotroborunner/Cargo.toml b/sdk/iotroborunner/Cargo.toml index bc344d8348d4..d990061dcc02 100644 --- a/sdk/iotroborunner/Cargo.toml +++ b/sdk/iotroborunner/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-iotroborunner" -version = "0.3.0" +version = "0.4.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS IoT RoboRunner" edition = "2021" diff --git a/sdk/iotroborunner/README.md b/sdk/iotroborunner/README.md index 6172fa653dba..eae05a3884a7 100644 --- a/sdk/iotroborunner/README.md +++ b/sdk/iotroborunner/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-iotroborunner = "0.3.0" +aws-sdk-iotroborunner = "0.4.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/iotsecuretunneling/Cargo.toml b/sdk/iotsecuretunneling/Cargo.toml index f73b9addf364..b4af1153e56d 100644 --- a/sdk/iotsecuretunneling/Cargo.toml +++ b/sdk/iotsecuretunneling/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-iotsecuretunneling" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS IoT Secure Tunneling" edition = "2021" diff --git a/sdk/iotsecuretunneling/README.md b/sdk/iotsecuretunneling/README.md index 305f590e7168..6dee0417d79e 100644 --- a/sdk/iotsecuretunneling/README.md +++ b/sdk/iotsecuretunneling/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-iotsecuretunneling = "0.25.0" +aws-sdk-iotsecuretunneling = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/iotsitewise/Cargo.toml b/sdk/iotsitewise/Cargo.toml index 378bdb6ffc88..d481358a63e0 100644 --- a/sdk/iotsitewise/Cargo.toml +++ b/sdk/iotsitewise/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-iotsitewise" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS IoT SiteWise" edition = "2021" diff --git a/sdk/iotsitewise/README.md b/sdk/iotsitewise/README.md index 9e7651f5cb2b..48c4abec3ccf 100644 --- a/sdk/iotsitewise/README.md +++ b/sdk/iotsitewise/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-iotsitewise = "0.25.0" +aws-sdk-iotsitewise = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/iotthingsgraph/Cargo.toml b/sdk/iotthingsgraph/Cargo.toml index 7860326ffdc1..19e8cfa3ef7a 100644 --- a/sdk/iotthingsgraph/Cargo.toml +++ b/sdk/iotthingsgraph/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-iotthingsgraph" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS IoT Things Graph" edition = "2021" diff --git a/sdk/iotthingsgraph/README.md b/sdk/iotthingsgraph/README.md index f27ab886e87b..42d5139f2224 100644 --- a/sdk/iotthingsgraph/README.md +++ b/sdk/iotthingsgraph/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-iotthingsgraph = "0.25.0" +aws-sdk-iotthingsgraph = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/iottwinmaker/Cargo.toml b/sdk/iottwinmaker/Cargo.toml index 752042a9aaef..29779cbb23a4 100644 --- a/sdk/iottwinmaker/Cargo.toml +++ b/sdk/iottwinmaker/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-iottwinmaker" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS IoT TwinMaker" edition = "2021" diff --git a/sdk/iottwinmaker/README.md b/sdk/iottwinmaker/README.md index f15f94fac8b5..ae3852ea87c1 100644 --- a/sdk/iottwinmaker/README.md +++ b/sdk/iottwinmaker/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-iottwinmaker = "0.25.0" +aws-sdk-iottwinmaker = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/iotwireless/Cargo.toml b/sdk/iotwireless/Cargo.toml index 602470d65308..e67c9ab8431c 100644 --- a/sdk/iotwireless/Cargo.toml +++ b/sdk/iotwireless/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-iotwireless" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS IoT Wireless" edition = "2021" diff --git a/sdk/iotwireless/README.md b/sdk/iotwireless/README.md index ff5f8639a907..eecbdaea8884 100644 --- a/sdk/iotwireless/README.md +++ b/sdk/iotwireless/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-iotwireless = "0.25.0" +aws-sdk-iotwireless = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/ivs/Cargo.toml b/sdk/ivs/Cargo.toml index 961142eb59e6..286036da1b84 100644 --- a/sdk/ivs/Cargo.toml +++ b/sdk/ivs/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-ivs" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Interactive Video Service" edition = "2021" diff --git a/sdk/ivs/README.md b/sdk/ivs/README.md index b9d6db0c37b7..61c3d868c21c 100644 --- a/sdk/ivs/README.md +++ b/sdk/ivs/README.md @@ -110,7 +110,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-ivs = "0.25.0" +aws-sdk-ivs = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/ivschat/Cargo.toml b/sdk/ivschat/Cargo.toml index 58c232ddfce2..cabd2031cb69 100644 --- a/sdk/ivschat/Cargo.toml +++ b/sdk/ivschat/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-ivschat" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Interactive Video Service Chat" edition = "2021" diff --git a/sdk/ivschat/README.md b/sdk/ivschat/README.md index 3b58adee304f..63d2a2669411 100644 --- a/sdk/ivschat/README.md +++ b/sdk/ivschat/README.md @@ -92,7 +92,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-ivschat = "0.25.0" +aws-sdk-ivschat = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/kafka/Cargo.toml b/sdk/kafka/Cargo.toml index c1c92d7fd730..5ec71a87a22b 100644 --- a/sdk/kafka/Cargo.toml +++ b/sdk/kafka/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-kafka" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Managed Streaming for Kafka" edition = "2021" diff --git a/sdk/kafka/README.md b/sdk/kafka/README.md index 112e20b85120..a42c0b1518fe 100644 --- a/sdk/kafka/README.md +++ b/sdk/kafka/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-kafka = "0.25.0" +aws-sdk-kafka = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/kafkaconnect/Cargo.toml b/sdk/kafkaconnect/Cargo.toml index 91ccbe3695ed..bffca3ee0505 100644 --- a/sdk/kafkaconnect/Cargo.toml +++ b/sdk/kafkaconnect/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-kafkaconnect" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Managed Streaming for Kafka Connect" edition = "2021" diff --git a/sdk/kafkaconnect/README.md b/sdk/kafkaconnect/README.md index c055598b6819..7077a0c79d78 100644 --- a/sdk/kafkaconnect/README.md +++ b/sdk/kafkaconnect/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-kafkaconnect = "0.25.0" +aws-sdk-kafkaconnect = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/kendra/Cargo.toml b/sdk/kendra/Cargo.toml index b2733be54074..8263d8a7ae11 100644 --- a/sdk/kendra/Cargo.toml +++ b/sdk/kendra/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-kendra" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWSKendraFrontendService" edition = "2021" diff --git a/sdk/kendra/README.md b/sdk/kendra/README.md index eb23fe39c3c0..b7280053decd 100644 --- a/sdk/kendra/README.md +++ b/sdk/kendra/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-kendra = "0.25.0" +aws-sdk-kendra = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/kendraranking/Cargo.toml b/sdk/kendraranking/Cargo.toml index bbccaf6a1b75..8e5151a53704 100644 --- a/sdk/kendraranking/Cargo.toml +++ b/sdk/kendraranking/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-kendraranking" -version = "0.3.0" +version = "0.4.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Kendra Intelligent Ranking" edition = "2021" diff --git a/sdk/kendraranking/README.md b/sdk/kendraranking/README.md index e93ea3ce8bbd..babd6db82ac5 100644 --- a/sdk/kendraranking/README.md +++ b/sdk/kendraranking/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-kendraranking = "0.3.0" +aws-sdk-kendraranking = "0.4.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/keyspaces/Cargo.toml b/sdk/keyspaces/Cargo.toml index e391b1a17393..eaed2273717d 100644 --- a/sdk/keyspaces/Cargo.toml +++ b/sdk/keyspaces/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-keyspaces" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Keyspaces" edition = "2021" diff --git a/sdk/keyspaces/README.md b/sdk/keyspaces/README.md index 4d86a3d1c42d..0e04399eb224 100644 --- a/sdk/keyspaces/README.md +++ b/sdk/keyspaces/README.md @@ -25,7 +25,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-keyspaces = "0.25.0" +aws-sdk-keyspaces = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/kinesis/Cargo.toml b/sdk/kinesis/Cargo.toml index 51c44a1deae1..debe39788e6f 100644 --- a/sdk/kinesis/Cargo.toml +++ b/sdk/kinesis/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-kinesis" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Kinesis" edition = "2021" diff --git a/sdk/kinesis/README.md b/sdk/kinesis/README.md index b5f98d0b4e63..b9f612d11615 100644 --- a/sdk/kinesis/README.md +++ b/sdk/kinesis/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-kinesis = "0.25.0" +aws-sdk-kinesis = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/kinesis/src/input.rs b/sdk/kinesis/src/input.rs index 177b12b08d25..0e84d00a41b7 100644 --- a/sdk/kinesis/src/input.rs +++ b/sdk/kinesis/src/input.rs @@ -1397,8 +1397,8 @@ impl DescribeStreamConsumerInput { .set_use_fips(_config.use_fips) .set_endpoint(_config.endpoint_url.clone()) .set_operation_type(Some("control".to_string())) - .set_consumer_arn(self.consumer_arn.clone()) .set_stream_arn(self.stream_arn.clone()) + .set_consumer_arn(self.consumer_arn.clone()) .build() .map_err(|err| { aws_smithy_http::endpoint::ResolveEndpointError::from_source( diff --git a/sdk/kinesisanalytics/Cargo.toml b/sdk/kinesisanalytics/Cargo.toml index 8093cbba560d..a55b76a3e6b9 100644 --- a/sdk/kinesisanalytics/Cargo.toml +++ b/sdk/kinesisanalytics/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-kinesisanalytics" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Kinesis Analytics" edition = "2021" diff --git a/sdk/kinesisanalytics/README.md b/sdk/kinesisanalytics/README.md index b296da70b859..e3880e3a6def 100644 --- a/sdk/kinesisanalytics/README.md +++ b/sdk/kinesisanalytics/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-kinesisanalytics = "0.25.0" +aws-sdk-kinesisanalytics = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/kinesisanalyticsv2/Cargo.toml b/sdk/kinesisanalyticsv2/Cargo.toml index 1b8a13fec10c..4a9e60948c0a 100644 --- a/sdk/kinesisanalyticsv2/Cargo.toml +++ b/sdk/kinesisanalyticsv2/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-kinesisanalyticsv2" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Kinesis Analytics" edition = "2021" diff --git a/sdk/kinesisanalyticsv2/README.md b/sdk/kinesisanalyticsv2/README.md index 9847b83b696e..144772705cd2 100644 --- a/sdk/kinesisanalyticsv2/README.md +++ b/sdk/kinesisanalyticsv2/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-kinesisanalyticsv2 = "0.25.0" +aws-sdk-kinesisanalyticsv2 = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/kinesisvideo/Cargo.toml b/sdk/kinesisvideo/Cargo.toml index 23ddf9dffa13..1e91930257f2 100644 --- a/sdk/kinesisvideo/Cargo.toml +++ b/sdk/kinesisvideo/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-kinesisvideo" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Kinesis Video Streams" edition = "2021" diff --git a/sdk/kinesisvideo/README.md b/sdk/kinesisvideo/README.md index 2998fd37055d..1d61d42e80d4 100644 --- a/sdk/kinesisvideo/README.md +++ b/sdk/kinesisvideo/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-kinesisvideo = "0.25.0" +aws-sdk-kinesisvideo = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/kinesisvideoarchivedmedia/Cargo.toml b/sdk/kinesisvideoarchivedmedia/Cargo.toml index 6fec7d81143d..113a28af135d 100644 --- a/sdk/kinesisvideoarchivedmedia/Cargo.toml +++ b/sdk/kinesisvideoarchivedmedia/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-kinesisvideoarchivedmedia" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Kinesis Video Streams Archived Media" edition = "2021" diff --git a/sdk/kinesisvideoarchivedmedia/README.md b/sdk/kinesisvideoarchivedmedia/README.md index 60b6dfb1782e..68abd1ed5d6f 100644 --- a/sdk/kinesisvideoarchivedmedia/README.md +++ b/sdk/kinesisvideoarchivedmedia/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-kinesisvideoarchivedmedia = "0.25.0" +aws-sdk-kinesisvideoarchivedmedia = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/kinesisvideomedia/Cargo.toml b/sdk/kinesisvideomedia/Cargo.toml index 2153ef237579..eec2495f59e1 100644 --- a/sdk/kinesisvideomedia/Cargo.toml +++ b/sdk/kinesisvideomedia/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-kinesisvideomedia" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Kinesis Video Streams Media" edition = "2021" diff --git a/sdk/kinesisvideomedia/README.md b/sdk/kinesisvideomedia/README.md index fad97f848742..ba4d5ab29569 100644 --- a/sdk/kinesisvideomedia/README.md +++ b/sdk/kinesisvideomedia/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-kinesisvideomedia = "0.25.0" +aws-sdk-kinesisvideomedia = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/kinesisvideosignaling/Cargo.toml b/sdk/kinesisvideosignaling/Cargo.toml index 6bc693d3907c..913789621d12 100644 --- a/sdk/kinesisvideosignaling/Cargo.toml +++ b/sdk/kinesisvideosignaling/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-kinesisvideosignaling" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Kinesis Video Signaling Channels" edition = "2021" diff --git a/sdk/kinesisvideosignaling/README.md b/sdk/kinesisvideosignaling/README.md index 9fa1dcf1f805..fc81a1a98505 100644 --- a/sdk/kinesisvideosignaling/README.md +++ b/sdk/kinesisvideosignaling/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-kinesisvideosignaling = "0.25.0" +aws-sdk-kinesisvideosignaling = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/kinesisvideowebrtcstorage/Cargo.toml b/sdk/kinesisvideowebrtcstorage/Cargo.toml index 082f1c77a467..896c4878bf12 100644 --- a/sdk/kinesisvideowebrtcstorage/Cargo.toml +++ b/sdk/kinesisvideowebrtcstorage/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-kinesisvideowebrtcstorage" -version = "0.3.0" +version = "0.4.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Kinesis Video WebRTC Storage" edition = "2021" diff --git a/sdk/kinesisvideowebrtcstorage/README.md b/sdk/kinesisvideowebrtcstorage/README.md index 0569eefec707..595a61d34e6f 100644 --- a/sdk/kinesisvideowebrtcstorage/README.md +++ b/sdk/kinesisvideowebrtcstorage/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-kinesisvideowebrtcstorage = "0.3.0" +aws-sdk-kinesisvideowebrtcstorage = "0.4.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/kms/Cargo.toml b/sdk/kms/Cargo.toml index 676270a55431..f7e962603051 100644 --- a/sdk/kms/Cargo.toml +++ b/sdk/kms/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-kms" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Key Management Service" edition = "2021" diff --git a/sdk/kms/README.md b/sdk/kms/README.md index 985c34c97141..b643b972156f 100644 --- a/sdk/kms/README.md +++ b/sdk/kms/README.md @@ -48,7 +48,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-kms = "0.25.0" +aws-sdk-kms = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/lakeformation/Cargo.toml b/sdk/lakeformation/Cargo.toml index fd5ceb5f70ba..6d409d9c1cdc 100644 --- a/sdk/lakeformation/Cargo.toml +++ b/sdk/lakeformation/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-lakeformation" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Lake Formation" edition = "2021" diff --git a/sdk/lakeformation/README.md b/sdk/lakeformation/README.md index 8ae8454ee386..9d5f336d1a5f 100644 --- a/sdk/lakeformation/README.md +++ b/sdk/lakeformation/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-lakeformation = "0.25.0" +aws-sdk-lakeformation = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/lambda/Cargo.toml b/sdk/lambda/Cargo.toml index e96b78dc3273..72936d167428 100644 --- a/sdk/lambda/Cargo.toml +++ b/sdk/lambda/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-lambda" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Lambda" edition = "2021" diff --git a/sdk/lambda/README.md b/sdk/lambda/README.md index cffcdbc54aec..8e62b077ef1b 100644 --- a/sdk/lambda/README.md +++ b/sdk/lambda/README.md @@ -42,7 +42,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-lambda = "0.25.0" +aws-sdk-lambda = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/lexmodelbuilding/Cargo.toml b/sdk/lexmodelbuilding/Cargo.toml index 7ab270636e66..def47603fe1f 100644 --- a/sdk/lexmodelbuilding/Cargo.toml +++ b/sdk/lexmodelbuilding/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-lexmodelbuilding" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Lex Model Building Service" edition = "2021" diff --git a/sdk/lexmodelbuilding/README.md b/sdk/lexmodelbuilding/README.md index 7b604cf2e7ba..b50eeec7dd47 100644 --- a/sdk/lexmodelbuilding/README.md +++ b/sdk/lexmodelbuilding/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-lexmodelbuilding = "0.25.0" +aws-sdk-lexmodelbuilding = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/lexmodelsv2/Cargo.toml b/sdk/lexmodelsv2/Cargo.toml index c41342e2e05f..337b6d13b199 100644 --- a/sdk/lexmodelsv2/Cargo.toml +++ b/sdk/lexmodelsv2/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-lexmodelsv2" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Lex Model Building V2" edition = "2021" diff --git a/sdk/lexmodelsv2/README.md b/sdk/lexmodelsv2/README.md index 50bd2fbe0ad0..489364de9218 100644 --- a/sdk/lexmodelsv2/README.md +++ b/sdk/lexmodelsv2/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-lexmodelsv2 = "0.25.0" +aws-sdk-lexmodelsv2 = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/lexruntime/Cargo.toml b/sdk/lexruntime/Cargo.toml index 89a5a5184ff5..0f0ecbe7393b 100644 --- a/sdk/lexruntime/Cargo.toml +++ b/sdk/lexruntime/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-lexruntime" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Lex Runtime Service" edition = "2021" diff --git a/sdk/lexruntime/README.md b/sdk/lexruntime/README.md index c2e9eaa042ef..32029aba96ed 100644 --- a/sdk/lexruntime/README.md +++ b/sdk/lexruntime/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-lexruntime = "0.25.0" +aws-sdk-lexruntime = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/lexruntimev2/Cargo.toml b/sdk/lexruntimev2/Cargo.toml index 0d8a799bc9e4..7e7cc1c26380 100644 --- a/sdk/lexruntimev2/Cargo.toml +++ b/sdk/lexruntimev2/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-lexruntimev2" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Lex Runtime V2" edition = "2021" diff --git a/sdk/lexruntimev2/README.md b/sdk/lexruntimev2/README.md index 74fae4cdd8ca..e5a4027e5286 100644 --- a/sdk/lexruntimev2/README.md +++ b/sdk/lexruntimev2/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-lexruntimev2 = "0.25.0" +aws-sdk-lexruntimev2 = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/licensemanager/Cargo.toml b/sdk/licensemanager/Cargo.toml index 1d3dec287079..0fe7ef434a05 100644 --- a/sdk/licensemanager/Cargo.toml +++ b/sdk/licensemanager/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-licensemanager" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS License Manager" edition = "2021" diff --git a/sdk/licensemanager/README.md b/sdk/licensemanager/README.md index a595e888f0e3..a9ed7720fcc6 100644 --- a/sdk/licensemanager/README.md +++ b/sdk/licensemanager/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-licensemanager = "0.25.0" +aws-sdk-licensemanager = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/licensemanagerlinuxsubscriptions/Cargo.toml b/sdk/licensemanagerlinuxsubscriptions/Cargo.toml index 80439ab5f2be..462611d2e88e 100644 --- a/sdk/licensemanagerlinuxsubscriptions/Cargo.toml +++ b/sdk/licensemanagerlinuxsubscriptions/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-licensemanagerlinuxsubscriptions" -version = "0.3.0" +version = "0.4.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS License Manager Linux Subscriptions" edition = "2021" diff --git a/sdk/licensemanagerlinuxsubscriptions/README.md b/sdk/licensemanagerlinuxsubscriptions/README.md index ebf961c759ff..b556191248e2 100644 --- a/sdk/licensemanagerlinuxsubscriptions/README.md +++ b/sdk/licensemanagerlinuxsubscriptions/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-licensemanagerlinuxsubscriptions = "0.3.0" +aws-sdk-licensemanagerlinuxsubscriptions = "0.4.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/licensemanagerusersubscriptions/Cargo.toml b/sdk/licensemanagerusersubscriptions/Cargo.toml index 14f00ea358a6..f558a8a30e24 100644 --- a/sdk/licensemanagerusersubscriptions/Cargo.toml +++ b/sdk/licensemanagerusersubscriptions/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-licensemanagerusersubscriptions" -version = "0.9.0" +version = "0.10.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS License Manager User Subscriptions" edition = "2021" diff --git a/sdk/licensemanagerusersubscriptions/README.md b/sdk/licensemanagerusersubscriptions/README.md index 4751fae005af..cf56ccf2bf12 100644 --- a/sdk/licensemanagerusersubscriptions/README.md +++ b/sdk/licensemanagerusersubscriptions/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-licensemanagerusersubscriptions = "0.9.0" +aws-sdk-licensemanagerusersubscriptions = "0.10.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/lightsail/Cargo.toml b/sdk/lightsail/Cargo.toml index 2d80d6405249..4fe39a01c081 100644 --- a/sdk/lightsail/Cargo.toml +++ b/sdk/lightsail/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-lightsail" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Lightsail" edition = "2021" diff --git a/sdk/lightsail/README.md b/sdk/lightsail/README.md index 8c0ba184c42e..323df8ef75a3 100644 --- a/sdk/lightsail/README.md +++ b/sdk/lightsail/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-lightsail = "0.25.0" +aws-sdk-lightsail = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/location/Cargo.toml b/sdk/location/Cargo.toml index a1520fc3bc50..4137eee1e704 100644 --- a/sdk/location/Cargo.toml +++ b/sdk/location/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-location" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Location Service" edition = "2021" diff --git a/sdk/location/README.md b/sdk/location/README.md index 01e2d9894109..68b85365a217 100644 --- a/sdk/location/README.md +++ b/sdk/location/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-location = "0.25.0" +aws-sdk-location = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/lookoutequipment/Cargo.toml b/sdk/lookoutequipment/Cargo.toml index 4ea5397c2095..3dd6b7b383c7 100644 --- a/sdk/lookoutequipment/Cargo.toml +++ b/sdk/lookoutequipment/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-lookoutequipment" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Lookout for Equipment" edition = "2021" diff --git a/sdk/lookoutequipment/README.md b/sdk/lookoutequipment/README.md index ea12dcb3619e..c774526b3253 100644 --- a/sdk/lookoutequipment/README.md +++ b/sdk/lookoutequipment/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-lookoutequipment = "0.25.0" +aws-sdk-lookoutequipment = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/lookoutmetrics/Cargo.toml b/sdk/lookoutmetrics/Cargo.toml index 52f8afa16390..47baad9faeb1 100644 --- a/sdk/lookoutmetrics/Cargo.toml +++ b/sdk/lookoutmetrics/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-lookoutmetrics" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Lookout for Metrics" edition = "2021" diff --git a/sdk/lookoutmetrics/README.md b/sdk/lookoutmetrics/README.md index 62bb2f273a18..84f1ce4f1118 100644 --- a/sdk/lookoutmetrics/README.md +++ b/sdk/lookoutmetrics/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-lookoutmetrics = "0.25.0" +aws-sdk-lookoutmetrics = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/lookoutvision/Cargo.toml b/sdk/lookoutvision/Cargo.toml index 4a9ff0cd2683..b3037767ec2e 100644 --- a/sdk/lookoutvision/Cargo.toml +++ b/sdk/lookoutvision/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-lookoutvision" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Lookout for Vision" edition = "2021" diff --git a/sdk/lookoutvision/README.md b/sdk/lookoutvision/README.md index e9b5d364f45f..991431a3995e 100644 --- a/sdk/lookoutvision/README.md +++ b/sdk/lookoutvision/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-lookoutvision = "0.25.0" +aws-sdk-lookoutvision = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/m2/Cargo.toml b/sdk/m2/Cargo.toml index a097cc331b30..3ec3b86d4024 100644 --- a/sdk/m2/Cargo.toml +++ b/sdk/m2/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-m2" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWSMainframeModernization" edition = "2021" diff --git a/sdk/m2/README.md b/sdk/m2/README.md index b0ace2b65f54..e0fb02d8feec 100644 --- a/sdk/m2/README.md +++ b/sdk/m2/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-m2 = "0.25.0" +aws-sdk-m2 = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/machinelearning/Cargo.toml b/sdk/machinelearning/Cargo.toml index 59da40e0d2fc..6d6634663bfa 100644 --- a/sdk/machinelearning/Cargo.toml +++ b/sdk/machinelearning/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-machinelearning" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Machine Learning" edition = "2021" diff --git a/sdk/machinelearning/README.md b/sdk/machinelearning/README.md index be4bad462394..42d43c449ffa 100644 --- a/sdk/machinelearning/README.md +++ b/sdk/machinelearning/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-machinelearning = "0.25.0" +aws-sdk-machinelearning = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/macie/Cargo.toml b/sdk/macie/Cargo.toml index a199e53829a0..b8d10ea24062 100644 --- a/sdk/macie/Cargo.toml +++ b/sdk/macie/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-macie" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Macie" edition = "2021" diff --git a/sdk/macie/README.md b/sdk/macie/README.md index c4efc03b8dfb..9a78df6e5794 100644 --- a/sdk/macie/README.md +++ b/sdk/macie/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-macie = "0.25.0" +aws-sdk-macie = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/macie2/Cargo.toml b/sdk/macie2/Cargo.toml index 8bf5f680caa3..9d0c6d2c54e6 100644 --- a/sdk/macie2/Cargo.toml +++ b/sdk/macie2/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-macie2" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Macie 2" edition = "2021" diff --git a/sdk/macie2/README.md b/sdk/macie2/README.md index 25b42177f9ea..0db264c9a5a0 100644 --- a/sdk/macie2/README.md +++ b/sdk/macie2/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-macie2 = "0.25.0" +aws-sdk-macie2 = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/managedblockchain/Cargo.toml b/sdk/managedblockchain/Cargo.toml index 00d025ca463d..397d53ee294d 100644 --- a/sdk/managedblockchain/Cargo.toml +++ b/sdk/managedblockchain/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-managedblockchain" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Managed Blockchain" edition = "2021" diff --git a/sdk/managedblockchain/README.md b/sdk/managedblockchain/README.md index 891c4596d661..e1162c494c1b 100644 --- a/sdk/managedblockchain/README.md +++ b/sdk/managedblockchain/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-managedblockchain = "0.25.0" +aws-sdk-managedblockchain = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/marketplacecatalog/Cargo.toml b/sdk/marketplacecatalog/Cargo.toml index 45ff7ea52bca..c631710bf724 100644 --- a/sdk/marketplacecatalog/Cargo.toml +++ b/sdk/marketplacecatalog/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-marketplacecatalog" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Marketplace Catalog Service" edition = "2021" diff --git a/sdk/marketplacecatalog/README.md b/sdk/marketplacecatalog/README.md index c777183ac5bf..1466d6b140a1 100644 --- a/sdk/marketplacecatalog/README.md +++ b/sdk/marketplacecatalog/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-marketplacecatalog = "0.25.0" +aws-sdk-marketplacecatalog = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/marketplacecommerceanalytics/Cargo.toml b/sdk/marketplacecommerceanalytics/Cargo.toml index eca39106a40a..fdece4c4b8c9 100644 --- a/sdk/marketplacecommerceanalytics/Cargo.toml +++ b/sdk/marketplacecommerceanalytics/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-marketplacecommerceanalytics" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Marketplace Commerce Analytics" edition = "2021" diff --git a/sdk/marketplacecommerceanalytics/README.md b/sdk/marketplacecommerceanalytics/README.md index 81dd429de0f6..6bb42d9af51b 100644 --- a/sdk/marketplacecommerceanalytics/README.md +++ b/sdk/marketplacecommerceanalytics/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-marketplacecommerceanalytics = "0.25.0" +aws-sdk-marketplacecommerceanalytics = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/marketplaceentitlement/Cargo.toml b/sdk/marketplaceentitlement/Cargo.toml index bde7eb2ec4db..134b292ae16f 100644 --- a/sdk/marketplaceentitlement/Cargo.toml +++ b/sdk/marketplaceentitlement/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-marketplaceentitlement" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Marketplace Entitlement Service" edition = "2021" diff --git a/sdk/marketplaceentitlement/README.md b/sdk/marketplaceentitlement/README.md index 94caffd0bc16..75c0bbf98f91 100644 --- a/sdk/marketplaceentitlement/README.md +++ b/sdk/marketplaceentitlement/README.md @@ -22,7 +22,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-marketplaceentitlement = "0.25.0" +aws-sdk-marketplaceentitlement = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/marketplacemetering/Cargo.toml b/sdk/marketplacemetering/Cargo.toml index b34afe812b15..90310b7875b1 100644 --- a/sdk/marketplacemetering/Cargo.toml +++ b/sdk/marketplacemetering/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-marketplacemetering" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWSMarketplace Metering" edition = "2021" diff --git a/sdk/marketplacemetering/README.md b/sdk/marketplacemetering/README.md index 77414be01fad..db213e76bc04 100644 --- a/sdk/marketplacemetering/README.md +++ b/sdk/marketplacemetering/README.md @@ -33,7 +33,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-marketplacemetering = "0.25.0" +aws-sdk-marketplacemetering = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/mediaconnect/Cargo.toml b/sdk/mediaconnect/Cargo.toml index 517be047089d..7bcce35a5287 100644 --- a/sdk/mediaconnect/Cargo.toml +++ b/sdk/mediaconnect/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-mediaconnect" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS MediaConnect" edition = "2021" diff --git a/sdk/mediaconnect/README.md b/sdk/mediaconnect/README.md index c8f17fc0aee8..61cfcba450bb 100644 --- a/sdk/mediaconnect/README.md +++ b/sdk/mediaconnect/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-mediaconnect = "0.25.0" +aws-sdk-mediaconnect = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/mediaconvert/Cargo.toml b/sdk/mediaconvert/Cargo.toml index 37c05da77bff..d01185f9204a 100644 --- a/sdk/mediaconvert/Cargo.toml +++ b/sdk/mediaconvert/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-mediaconvert" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Elemental MediaConvert" edition = "2021" diff --git a/sdk/mediaconvert/README.md b/sdk/mediaconvert/README.md index 47b0ec8b368e..3720ac0f84d3 100644 --- a/sdk/mediaconvert/README.md +++ b/sdk/mediaconvert/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-mediaconvert = "0.25.0" +aws-sdk-mediaconvert = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/medialive/Cargo.toml b/sdk/medialive/Cargo.toml index b0a0ed0c585d..9763b43ed5b3 100644 --- a/sdk/medialive/Cargo.toml +++ b/sdk/medialive/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-medialive" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Elemental MediaLive" edition = "2021" diff --git a/sdk/medialive/README.md b/sdk/medialive/README.md index a90814d59c26..a125e40f5966 100644 --- a/sdk/medialive/README.md +++ b/sdk/medialive/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-medialive = "0.25.0" +aws-sdk-medialive = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/mediapackage/Cargo.toml b/sdk/mediapackage/Cargo.toml index 0913c79fe763..01bc6be96d60 100644 --- a/sdk/mediapackage/Cargo.toml +++ b/sdk/mediapackage/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-mediapackage" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Elemental MediaPackage" edition = "2021" diff --git a/sdk/mediapackage/README.md b/sdk/mediapackage/README.md index 389ac7226fad..8bbaf5630882 100644 --- a/sdk/mediapackage/README.md +++ b/sdk/mediapackage/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-mediapackage = "0.25.0" +aws-sdk-mediapackage = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/mediapackagevod/Cargo.toml b/sdk/mediapackagevod/Cargo.toml index 98ee5560e55a..24104fe8fe38 100644 --- a/sdk/mediapackagevod/Cargo.toml +++ b/sdk/mediapackagevod/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-mediapackagevod" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Elemental MediaPackage VOD" edition = "2021" diff --git a/sdk/mediapackagevod/README.md b/sdk/mediapackagevod/README.md index d562e24c5bcd..3acde5ef1b3f 100644 --- a/sdk/mediapackagevod/README.md +++ b/sdk/mediapackagevod/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-mediapackagevod = "0.25.0" +aws-sdk-mediapackagevod = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/mediastore/Cargo.toml b/sdk/mediastore/Cargo.toml index 7164d33ad347..8f31549b7266 100644 --- a/sdk/mediastore/Cargo.toml +++ b/sdk/mediastore/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-mediastore" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Elemental MediaStore" edition = "2021" diff --git a/sdk/mediastore/README.md b/sdk/mediastore/README.md index 65b77d258155..7fc74d0d6f26 100644 --- a/sdk/mediastore/README.md +++ b/sdk/mediastore/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-mediastore = "0.25.0" +aws-sdk-mediastore = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/mediastoredata/Cargo.toml b/sdk/mediastoredata/Cargo.toml index 300f9aa4278a..b7f1a5e6b45c 100644 --- a/sdk/mediastoredata/Cargo.toml +++ b/sdk/mediastoredata/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-mediastoredata" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Elemental MediaStore Data Plane" edition = "2021" diff --git a/sdk/mediastoredata/README.md b/sdk/mediastoredata/README.md index e0b8b08e7832..45baf48351ca 100644 --- a/sdk/mediastoredata/README.md +++ b/sdk/mediastoredata/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-mediastoredata = "0.25.0" +aws-sdk-mediastoredata = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/mediatailor/Cargo.toml b/sdk/mediatailor/Cargo.toml index f583a1cf502a..e699464a5c70 100644 --- a/sdk/mediatailor/Cargo.toml +++ b/sdk/mediatailor/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-mediatailor" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS MediaTailor" edition = "2021" diff --git a/sdk/mediatailor/README.md b/sdk/mediatailor/README.md index a4fcb6b7f66f..2d6464e535db 100644 --- a/sdk/mediatailor/README.md +++ b/sdk/mediatailor/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-mediatailor = "0.25.0" +aws-sdk-mediatailor = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/memorydb/Cargo.toml b/sdk/memorydb/Cargo.toml index 226e9aee3e7a..5d0a2af72b3d 100644 --- a/sdk/memorydb/Cargo.toml +++ b/sdk/memorydb/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-memorydb" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon MemoryDB" edition = "2021" diff --git a/sdk/memorydb/README.md b/sdk/memorydb/README.md index e092fcc496a8..d2fd4bb4a9a5 100644 --- a/sdk/memorydb/README.md +++ b/sdk/memorydb/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-memorydb = "0.25.0" +aws-sdk-memorydb = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/mgn/Cargo.toml b/sdk/mgn/Cargo.toml index 8ba6cd268098..4de76e457af3 100644 --- a/sdk/mgn/Cargo.toml +++ b/sdk/mgn/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-mgn" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Application Migration Service" edition = "2021" diff --git a/sdk/mgn/README.md b/sdk/mgn/README.md index b9ece423c713..70186f54d992 100644 --- a/sdk/mgn/README.md +++ b/sdk/mgn/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-mgn = "0.25.0" +aws-sdk-mgn = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/migrationhub/Cargo.toml b/sdk/migrationhub/Cargo.toml index 8e437d1c983e..fa94eceddada 100644 --- a/sdk/migrationhub/Cargo.toml +++ b/sdk/migrationhub/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-migrationhub" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Migration Hub" edition = "2021" diff --git a/sdk/migrationhub/README.md b/sdk/migrationhub/README.md index 56eb2457dc40..33b5990c5b41 100644 --- a/sdk/migrationhub/README.md +++ b/sdk/migrationhub/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-migrationhub = "0.25.0" +aws-sdk-migrationhub = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/migrationhubconfig/Cargo.toml b/sdk/migrationhubconfig/Cargo.toml index 2c6536456fc4..542538f1b2e5 100644 --- a/sdk/migrationhubconfig/Cargo.toml +++ b/sdk/migrationhubconfig/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-migrationhubconfig" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Migration Hub Config" edition = "2021" diff --git a/sdk/migrationhubconfig/README.md b/sdk/migrationhubconfig/README.md index 1824d91ac96b..7dab22774a77 100644 --- a/sdk/migrationhubconfig/README.md +++ b/sdk/migrationhubconfig/README.md @@ -23,7 +23,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-migrationhubconfig = "0.25.0" +aws-sdk-migrationhubconfig = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/migrationhuborchestrator/Cargo.toml b/sdk/migrationhuborchestrator/Cargo.toml index f5afb885862c..728c85c322f3 100644 --- a/sdk/migrationhuborchestrator/Cargo.toml +++ b/sdk/migrationhuborchestrator/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-migrationhuborchestrator" -version = "0.6.0" +version = "0.7.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Migration Hub Orchestrator" edition = "2021" diff --git a/sdk/migrationhuborchestrator/README.md b/sdk/migrationhuborchestrator/README.md index 7a65fef8ba36..971b2bc18093 100644 --- a/sdk/migrationhuborchestrator/README.md +++ b/sdk/migrationhuborchestrator/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-migrationhuborchestrator = "0.6.0" +aws-sdk-migrationhuborchestrator = "0.7.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/migrationhubrefactorspaces/Cargo.toml b/sdk/migrationhubrefactorspaces/Cargo.toml index 733dcc370728..bc714b823ad3 100644 --- a/sdk/migrationhubrefactorspaces/Cargo.toml +++ b/sdk/migrationhubrefactorspaces/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-migrationhubrefactorspaces" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Migration Hub Refactor Spaces" edition = "2021" diff --git a/sdk/migrationhubrefactorspaces/README.md b/sdk/migrationhubrefactorspaces/README.md index d7433fdb19b1..58d966fed3e4 100644 --- a/sdk/migrationhubrefactorspaces/README.md +++ b/sdk/migrationhubrefactorspaces/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-migrationhubrefactorspaces = "0.25.0" +aws-sdk-migrationhubrefactorspaces = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/migrationhubstrategy/Cargo.toml b/sdk/migrationhubstrategy/Cargo.toml index e585b3b9335b..8317a69e3191 100644 --- a/sdk/migrationhubstrategy/Cargo.toml +++ b/sdk/migrationhubstrategy/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-migrationhubstrategy" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Migration Hub Strategy Recommendations" edition = "2021" diff --git a/sdk/migrationhubstrategy/README.md b/sdk/migrationhubstrategy/README.md index 82eb78a36f62..baada8e9a5fb 100644 --- a/sdk/migrationhubstrategy/README.md +++ b/sdk/migrationhubstrategy/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-migrationhubstrategy = "0.25.0" +aws-sdk-migrationhubstrategy = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/mobile/Cargo.toml b/sdk/mobile/Cargo.toml index 9df25347491a..d4d8ad7f3f9c 100644 --- a/sdk/mobile/Cargo.toml +++ b/sdk/mobile/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-mobile" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Mobile" edition = "2021" diff --git a/sdk/mobile/README.md b/sdk/mobile/README.md index 3efedf1dc9e3..c53768d1da91 100644 --- a/sdk/mobile/README.md +++ b/sdk/mobile/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-mobile = "0.25.0" +aws-sdk-mobile = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/mq/Cargo.toml b/sdk/mq/Cargo.toml index 142ca2bd27d5..2ceeca1e1e82 100644 --- a/sdk/mq/Cargo.toml +++ b/sdk/mq/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-mq" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AmazonMQ" edition = "2021" diff --git a/sdk/mq/README.md b/sdk/mq/README.md index 5ce446f28c5b..ab06503e4829 100644 --- a/sdk/mq/README.md +++ b/sdk/mq/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-mq = "0.25.0" +aws-sdk-mq = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/mturk/Cargo.toml b/sdk/mturk/Cargo.toml index 4551ca29b687..b646a30c8bdb 100644 --- a/sdk/mturk/Cargo.toml +++ b/sdk/mturk/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-mturk" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Mechanical Turk" edition = "2021" diff --git a/sdk/mturk/README.md b/sdk/mturk/README.md index 17bcd0963a38..9544bdaff063 100644 --- a/sdk/mturk/README.md +++ b/sdk/mturk/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-mturk = "0.25.0" +aws-sdk-mturk = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/mwaa/Cargo.toml b/sdk/mwaa/Cargo.toml index 7149e28c37b7..9883e4b3e247 100644 --- a/sdk/mwaa/Cargo.toml +++ b/sdk/mwaa/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-mwaa" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AmazonMWAA" edition = "2021" diff --git a/sdk/mwaa/README.md b/sdk/mwaa/README.md index 3ceefbc40a8b..48a36ad4c033 100644 --- a/sdk/mwaa/README.md +++ b/sdk/mwaa/README.md @@ -39,7 +39,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-mwaa = "0.25.0" +aws-sdk-mwaa = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/neptune/Cargo.toml b/sdk/neptune/Cargo.toml index 38cf6275b735..95b1d1edfb13 100644 --- a/sdk/neptune/Cargo.toml +++ b/sdk/neptune/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-neptune" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Neptune" edition = "2021" diff --git a/sdk/neptune/README.md b/sdk/neptune/README.md index 4e8df20966d2..6071dce33a8c 100644 --- a/sdk/neptune/README.md +++ b/sdk/neptune/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-neptune = "0.25.0" +aws-sdk-neptune = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/networkfirewall/Cargo.toml b/sdk/networkfirewall/Cargo.toml index d183e383eb0b..c653c4d04cc1 100644 --- a/sdk/networkfirewall/Cargo.toml +++ b/sdk/networkfirewall/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-networkfirewall" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Network Firewall" edition = "2021" diff --git a/sdk/networkfirewall/README.md b/sdk/networkfirewall/README.md index 7662ff2dbb05..1731b420aa53 100644 --- a/sdk/networkfirewall/README.md +++ b/sdk/networkfirewall/README.md @@ -38,7 +38,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-networkfirewall = "0.25.0" +aws-sdk-networkfirewall = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/networkmanager/Cargo.toml b/sdk/networkmanager/Cargo.toml index 249ddb4654ef..a38472e42283 100644 --- a/sdk/networkmanager/Cargo.toml +++ b/sdk/networkmanager/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-networkmanager" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Network Manager" edition = "2021" diff --git a/sdk/networkmanager/README.md b/sdk/networkmanager/README.md index 925622642d73..8f2379f5f286 100644 --- a/sdk/networkmanager/README.md +++ b/sdk/networkmanager/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-networkmanager = "0.25.0" +aws-sdk-networkmanager = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/nimble/Cargo.toml b/sdk/nimble/Cargo.toml index 671fcd0a0951..5b8ee911ee86 100644 --- a/sdk/nimble/Cargo.toml +++ b/sdk/nimble/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-nimble" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AmazonNimbleStudio" edition = "2021" diff --git a/sdk/nimble/README.md b/sdk/nimble/README.md index fcbf1c42c539..59ba1bc62dbc 100644 --- a/sdk/nimble/README.md +++ b/sdk/nimble/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-nimble = "0.25.0" +aws-sdk-nimble = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/oam/Cargo.toml b/sdk/oam/Cargo.toml index e9cc4ad8c887..fdca7fb319cc 100644 --- a/sdk/oam/Cargo.toml +++ b/sdk/oam/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-oam" -version = "0.3.0" +version = "0.4.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for CloudWatch Observability Access Manager" edition = "2021" diff --git a/sdk/oam/README.md b/sdk/oam/README.md index 800b396561a8..5167bbea1475 100644 --- a/sdk/oam/README.md +++ b/sdk/oam/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-oam = "0.3.0" +aws-sdk-oam = "0.4.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/omics/Cargo.toml b/sdk/omics/Cargo.toml index 7661e7e28892..097214a9cb30 100644 --- a/sdk/omics/Cargo.toml +++ b/sdk/omics/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-omics" -version = "0.3.0" +version = "0.4.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Omics" edition = "2021" diff --git a/sdk/omics/README.md b/sdk/omics/README.md index 642504a238ad..61cad60761ec 100644 --- a/sdk/omics/README.md +++ b/sdk/omics/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-omics = "0.3.0" +aws-sdk-omics = "0.4.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/opensearch/Cargo.toml b/sdk/opensearch/Cargo.toml index b033b4e83622..ad3607318273 100644 --- a/sdk/opensearch/Cargo.toml +++ b/sdk/opensearch/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-opensearch" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon OpenSearch Service" edition = "2021" diff --git a/sdk/opensearch/README.md b/sdk/opensearch/README.md index 43e914b12cd9..6f18fa63ff6a 100644 --- a/sdk/opensearch/README.md +++ b/sdk/opensearch/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-opensearch = "0.25.0" +aws-sdk-opensearch = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/opensearchserverless/Cargo.toml b/sdk/opensearchserverless/Cargo.toml index 17188e657f6a..7632919b708c 100644 --- a/sdk/opensearchserverless/Cargo.toml +++ b/sdk/opensearchserverless/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-opensearchserverless" -version = "0.3.0" +version = "0.4.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for OpenSearch Service Serverless" edition = "2021" diff --git a/sdk/opensearchserverless/README.md b/sdk/opensearchserverless/README.md index 898c74ee0dff..c17871d6d119 100644 --- a/sdk/opensearchserverless/README.md +++ b/sdk/opensearchserverless/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-opensearchserverless = "0.3.0" +aws-sdk-opensearchserverless = "0.4.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/opsworks/Cargo.toml b/sdk/opsworks/Cargo.toml index d7f07e9fc0dc..347814e7aad1 100644 --- a/sdk/opsworks/Cargo.toml +++ b/sdk/opsworks/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-opsworks" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS OpsWorks" edition = "2021" diff --git a/sdk/opsworks/README.md b/sdk/opsworks/README.md index f7ce5ef026a3..c8edef4c105c 100644 --- a/sdk/opsworks/README.md +++ b/sdk/opsworks/README.md @@ -53,7 +53,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-opsworks = "0.25.0" +aws-sdk-opsworks = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/opsworkscm/Cargo.toml b/sdk/opsworkscm/Cargo.toml index e00f5dd7b0e4..3396c226d07d 100644 --- a/sdk/opsworkscm/Cargo.toml +++ b/sdk/opsworkscm/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-opsworkscm" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS OpsWorks CM" edition = "2021" diff --git a/sdk/opsworkscm/README.md b/sdk/opsworkscm/README.md index 4347a4be52fd..9dcec1bbb6a4 100644 --- a/sdk/opsworkscm/README.md +++ b/sdk/opsworkscm/README.md @@ -43,7 +43,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-opsworkscm = "0.25.0" +aws-sdk-opsworkscm = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/organizations/Cargo.toml b/sdk/organizations/Cargo.toml index abc8aefd9130..88f4a062c205 100644 --- a/sdk/organizations/Cargo.toml +++ b/sdk/organizations/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-organizations" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Organizations" edition = "2021" diff --git a/sdk/organizations/README.md b/sdk/organizations/README.md index fcd77fa8acf3..eb2b0042e08a 100644 --- a/sdk/organizations/README.md +++ b/sdk/organizations/README.md @@ -34,7 +34,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-organizations = "0.25.0" +aws-sdk-organizations = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/outposts/Cargo.toml b/sdk/outposts/Cargo.toml index 13f6ad8c5f36..d0276d331425 100644 --- a/sdk/outposts/Cargo.toml +++ b/sdk/outposts/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-outposts" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Outposts" edition = "2021" diff --git a/sdk/outposts/README.md b/sdk/outposts/README.md index 1ce907875d75..a8bb4f1c5f41 100644 --- a/sdk/outposts/README.md +++ b/sdk/outposts/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-outposts = "0.25.0" +aws-sdk-outposts = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/panorama/Cargo.toml b/sdk/panorama/Cargo.toml index af6fbf71144f..31d4ab279358 100644 --- a/sdk/panorama/Cargo.toml +++ b/sdk/panorama/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-panorama" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Panorama" edition = "2021" diff --git a/sdk/panorama/README.md b/sdk/panorama/README.md index d9afea56d625..d2ec43c3f322 100644 --- a/sdk/panorama/README.md +++ b/sdk/panorama/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-panorama = "0.25.0" +aws-sdk-panorama = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/personalize/Cargo.toml b/sdk/personalize/Cargo.toml index 27fe01886913..d1ff808fc343 100644 --- a/sdk/personalize/Cargo.toml +++ b/sdk/personalize/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-personalize" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Personalize" edition = "2021" diff --git a/sdk/personalize/README.md b/sdk/personalize/README.md index b5823e2a55f2..b82e43686157 100644 --- a/sdk/personalize/README.md +++ b/sdk/personalize/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-personalize = "0.25.0" +aws-sdk-personalize = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/personalizeevents/Cargo.toml b/sdk/personalizeevents/Cargo.toml index ef116aaf7149..56ca05788bf4 100644 --- a/sdk/personalizeevents/Cargo.toml +++ b/sdk/personalizeevents/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-personalizeevents" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Personalize Events" edition = "2021" diff --git a/sdk/personalizeevents/README.md b/sdk/personalizeevents/README.md index 116b4326dee9..34f1c2c61296 100644 --- a/sdk/personalizeevents/README.md +++ b/sdk/personalizeevents/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-personalizeevents = "0.25.0" +aws-sdk-personalizeevents = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/personalizeruntime/Cargo.toml b/sdk/personalizeruntime/Cargo.toml index cd850ec27598..6bc7a029ca34 100644 --- a/sdk/personalizeruntime/Cargo.toml +++ b/sdk/personalizeruntime/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-personalizeruntime" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Personalize Runtime" edition = "2021" diff --git a/sdk/personalizeruntime/README.md b/sdk/personalizeruntime/README.md index 91856550877a..0f5b7b352775 100644 --- a/sdk/personalizeruntime/README.md +++ b/sdk/personalizeruntime/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-personalizeruntime = "0.25.0" +aws-sdk-personalizeruntime = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/pi/Cargo.toml b/sdk/pi/Cargo.toml index 5ac665cac332..0afcd1c5e80f 100644 --- a/sdk/pi/Cargo.toml +++ b/sdk/pi/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-pi" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Performance Insights" edition = "2021" diff --git a/sdk/pi/README.md b/sdk/pi/README.md index 579723dc6a40..77ea31479ad2 100644 --- a/sdk/pi/README.md +++ b/sdk/pi/README.md @@ -24,7 +24,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-pi = "0.25.0" +aws-sdk-pi = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/pinpoint/Cargo.toml b/sdk/pinpoint/Cargo.toml index d7d47a59d539..665bab087132 100644 --- a/sdk/pinpoint/Cargo.toml +++ b/sdk/pinpoint/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-pinpoint" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Pinpoint" edition = "2021" diff --git a/sdk/pinpoint/README.md b/sdk/pinpoint/README.md index e77bacfd93fd..fde1c8d3645e 100644 --- a/sdk/pinpoint/README.md +++ b/sdk/pinpoint/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-pinpoint = "0.25.0" +aws-sdk-pinpoint = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/pinpointemail/Cargo.toml b/sdk/pinpointemail/Cargo.toml index 1486e1eeee31..7f1036c430c6 100644 --- a/sdk/pinpointemail/Cargo.toml +++ b/sdk/pinpointemail/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-pinpointemail" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Pinpoint Email Service" edition = "2021" diff --git a/sdk/pinpointemail/README.md b/sdk/pinpointemail/README.md index cc2225a97272..bf18f1d040a3 100644 --- a/sdk/pinpointemail/README.md +++ b/sdk/pinpointemail/README.md @@ -25,7 +25,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-pinpointemail = "0.25.0" +aws-sdk-pinpointemail = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/pinpointsmsvoice/Cargo.toml b/sdk/pinpointsmsvoice/Cargo.toml index 97d7335bfecc..33f92f51e95e 100644 --- a/sdk/pinpointsmsvoice/Cargo.toml +++ b/sdk/pinpointsmsvoice/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-pinpointsmsvoice" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Pinpoint SMS and Voice Service" edition = "2021" diff --git a/sdk/pinpointsmsvoice/README.md b/sdk/pinpointsmsvoice/README.md index 1ddd9bb50811..cc1d8cb595f5 100644 --- a/sdk/pinpointsmsvoice/README.md +++ b/sdk/pinpointsmsvoice/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-pinpointsmsvoice = "0.25.0" +aws-sdk-pinpointsmsvoice = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/pinpointsmsvoicev2/Cargo.toml b/sdk/pinpointsmsvoicev2/Cargo.toml index 41abcfe597e8..e4704f1073bd 100644 --- a/sdk/pinpointsmsvoicev2/Cargo.toml +++ b/sdk/pinpointsmsvoicev2/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-pinpointsmsvoicev2" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Pinpoint SMS Voice V2" edition = "2021" diff --git a/sdk/pinpointsmsvoicev2/README.md b/sdk/pinpointsmsvoicev2/README.md index 2c9cd8268563..337a1652df35 100644 --- a/sdk/pinpointsmsvoicev2/README.md +++ b/sdk/pinpointsmsvoicev2/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-pinpointsmsvoicev2 = "0.25.0" +aws-sdk-pinpointsmsvoicev2 = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/pipes/Cargo.toml b/sdk/pipes/Cargo.toml index 59e78fde6fe1..fea7b65a6a03 100644 --- a/sdk/pipes/Cargo.toml +++ b/sdk/pipes/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-pipes" -version = "0.3.0" +version = "0.4.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon EventBridge Pipes" edition = "2021" diff --git a/sdk/pipes/README.md b/sdk/pipes/README.md index b4aa28bd484d..17c3746c7175 100644 --- a/sdk/pipes/README.md +++ b/sdk/pipes/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-pipes = "0.3.0" +aws-sdk-pipes = "0.4.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/polly/Cargo.toml b/sdk/polly/Cargo.toml index 2d56fc3f98fb..4f8d5c2e0a47 100644 --- a/sdk/polly/Cargo.toml +++ b/sdk/polly/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-polly" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Polly" edition = "2021" diff --git a/sdk/polly/README.md b/sdk/polly/README.md index f8672ecf5142..c6a159b75b16 100644 --- a/sdk/polly/README.md +++ b/sdk/polly/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-polly = "0.25.0" +aws-sdk-polly = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/pricing/Cargo.toml b/sdk/pricing/Cargo.toml index e574b40f88bf..2a9f19510883 100644 --- a/sdk/pricing/Cargo.toml +++ b/sdk/pricing/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-pricing" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Price List Service" edition = "2021" diff --git a/sdk/pricing/README.md b/sdk/pricing/README.md index c8174c2428dd..4fb4cd864d5a 100644 --- a/sdk/pricing/README.md +++ b/sdk/pricing/README.md @@ -25,7 +25,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-pricing = "0.25.0" +aws-sdk-pricing = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/privatenetworks/Cargo.toml b/sdk/privatenetworks/Cargo.toml index eea37610f52b..644c6173a837 100644 --- a/sdk/privatenetworks/Cargo.toml +++ b/sdk/privatenetworks/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-privatenetworks" -version = "0.8.0" +version = "0.9.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Private 5G" edition = "2021" diff --git a/sdk/privatenetworks/README.md b/sdk/privatenetworks/README.md index 769d57e0d96e..084a1ab6beb2 100644 --- a/sdk/privatenetworks/README.md +++ b/sdk/privatenetworks/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-privatenetworks = "0.8.0" +aws-sdk-privatenetworks = "0.9.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/proton/Cargo.toml b/sdk/proton/Cargo.toml index 64030c960731..26d253a72814 100644 --- a/sdk/proton/Cargo.toml +++ b/sdk/proton/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-proton" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Proton" edition = "2021" diff --git a/sdk/proton/README.md b/sdk/proton/README.md index 4264e732d13c..3168a6b7ec4a 100644 --- a/sdk/proton/README.md +++ b/sdk/proton/README.md @@ -101,7 +101,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-proton = "0.25.0" +aws-sdk-proton = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/qldb/Cargo.toml b/sdk/qldb/Cargo.toml index 1171eb3c8301..ff3da70cb002 100644 --- a/sdk/qldb/Cargo.toml +++ b/sdk/qldb/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-qldb" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon QLDB" edition = "2021" diff --git a/sdk/qldb/README.md b/sdk/qldb/README.md index 658230db3218..6af21248ca6f 100644 --- a/sdk/qldb/README.md +++ b/sdk/qldb/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-qldb = "0.25.0" +aws-sdk-qldb = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/qldbsession/Cargo.toml b/sdk/qldbsession/Cargo.toml index 74d026499e1b..197067fb9597 100644 --- a/sdk/qldbsession/Cargo.toml +++ b/sdk/qldbsession/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-qldbsession" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon QLDB Session" edition = "2021" diff --git a/sdk/qldbsession/README.md b/sdk/qldbsession/README.md index f58c886194d9..3c7734857451 100644 --- a/sdk/qldbsession/README.md +++ b/sdk/qldbsession/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-qldbsession = "0.25.0" +aws-sdk-qldbsession = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/quicksight/Cargo.toml b/sdk/quicksight/Cargo.toml index 4499de92c11d..f3065e8aae2e 100644 --- a/sdk/quicksight/Cargo.toml +++ b/sdk/quicksight/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-quicksight" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon QuickSight" edition = "2021" diff --git a/sdk/quicksight/README.md b/sdk/quicksight/README.md index d5f275cfc7d4..97fb8fcb22b0 100644 --- a/sdk/quicksight/README.md +++ b/sdk/quicksight/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-quicksight = "0.25.0" +aws-sdk-quicksight = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/ram/Cargo.toml b/sdk/ram/Cargo.toml index 89ba7caa88a1..d078d1cc6762 100644 --- a/sdk/ram/Cargo.toml +++ b/sdk/ram/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-ram" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Resource Access Manager" edition = "2021" diff --git a/sdk/ram/README.md b/sdk/ram/README.md index 30bc87212ae1..369035f3f3ee 100644 --- a/sdk/ram/README.md +++ b/sdk/ram/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-ram = "0.25.0" +aws-sdk-ram = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/rbin/Cargo.toml b/sdk/rbin/Cargo.toml index bd158bba1458..d7334b10c2d5 100644 --- a/sdk/rbin/Cargo.toml +++ b/sdk/rbin/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-rbin" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Recycle Bin" edition = "2021" diff --git a/sdk/rbin/README.md b/sdk/rbin/README.md index 358b4cdd8938..180d1dd079fa 100644 --- a/sdk/rbin/README.md +++ b/sdk/rbin/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-rbin = "0.25.0" +aws-sdk-rbin = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/rds/Cargo.toml b/sdk/rds/Cargo.toml index 503dcfd0fb16..f75bd837dad3 100644 --- a/sdk/rds/Cargo.toml +++ b/sdk/rds/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-rds" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Relational Database Service" edition = "2021" diff --git a/sdk/rds/README.md b/sdk/rds/README.md index 5b6e195d8c59..62b1c2b30160 100644 --- a/sdk/rds/README.md +++ b/sdk/rds/README.md @@ -31,7 +31,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-rds = "0.25.0" +aws-sdk-rds = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/rdsdata/Cargo.toml b/sdk/rdsdata/Cargo.toml index 45770cfc6050..9e3065ab1616 100644 --- a/sdk/rdsdata/Cargo.toml +++ b/sdk/rdsdata/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-rdsdata" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS RDS DataService" edition = "2021" diff --git a/sdk/rdsdata/README.md b/sdk/rdsdata/README.md index 4e544406f880..3b20d14968f7 100644 --- a/sdk/rdsdata/README.md +++ b/sdk/rdsdata/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-rdsdata = "0.25.0" +aws-sdk-rdsdata = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/redshift/Cargo.toml b/sdk/redshift/Cargo.toml index 5d83cd15030f..1e1ba3fd238d 100644 --- a/sdk/redshift/Cargo.toml +++ b/sdk/redshift/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-redshift" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Redshift" edition = "2021" diff --git a/sdk/redshift/README.md b/sdk/redshift/README.md index 114ed512ed2b..db04d77564d1 100644 --- a/sdk/redshift/README.md +++ b/sdk/redshift/README.md @@ -25,7 +25,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-redshift = "0.25.0" +aws-sdk-redshift = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/redshiftdata/Cargo.toml b/sdk/redshiftdata/Cargo.toml index 8b8057c2bc38..9de0496dae48 100644 --- a/sdk/redshiftdata/Cargo.toml +++ b/sdk/redshiftdata/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-redshiftdata" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Redshift Data API Service" edition = "2021" diff --git a/sdk/redshiftdata/README.md b/sdk/redshiftdata/README.md index 4277ad972c85..2b05ae677465 100644 --- a/sdk/redshiftdata/README.md +++ b/sdk/redshiftdata/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-redshiftdata = "0.25.0" +aws-sdk-redshiftdata = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/redshiftserverless/Cargo.toml b/sdk/redshiftserverless/Cargo.toml index bc1265989157..9cdd528d161d 100644 --- a/sdk/redshiftserverless/Cargo.toml +++ b/sdk/redshiftserverless/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-redshiftserverless" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Redshift Serverless" edition = "2021" diff --git a/sdk/redshiftserverless/README.md b/sdk/redshiftserverless/README.md index e92fbd8247bf..2e6b64f52dc5 100644 --- a/sdk/redshiftserverless/README.md +++ b/sdk/redshiftserverless/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-redshiftserverless = "0.25.0" +aws-sdk-redshiftserverless = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/rekognition/Cargo.toml b/sdk/rekognition/Cargo.toml index 9995de2e64a4..8b56f6e982e2 100644 --- a/sdk/rekognition/Cargo.toml +++ b/sdk/rekognition/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-rekognition" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Rekognition" edition = "2021" diff --git a/sdk/rekognition/README.md b/sdk/rekognition/README.md index c9ec6ee314a7..e4973ca09812 100644 --- a/sdk/rekognition/README.md +++ b/sdk/rekognition/README.md @@ -85,7 +85,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-rekognition = "0.25.0" +aws-sdk-rekognition = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/resiliencehub/Cargo.toml b/sdk/resiliencehub/Cargo.toml index 24b0c367004c..f6553bee37ed 100644 --- a/sdk/resiliencehub/Cargo.toml +++ b/sdk/resiliencehub/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-resiliencehub" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Resilience Hub" edition = "2021" diff --git a/sdk/resiliencehub/README.md b/sdk/resiliencehub/README.md index e9106e3845e6..9f206f26b9ab 100644 --- a/sdk/resiliencehub/README.md +++ b/sdk/resiliencehub/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-resiliencehub = "0.25.0" +aws-sdk-resiliencehub = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/resourceexplorer2/Cargo.toml b/sdk/resourceexplorer2/Cargo.toml index 741dc191c56e..b68aed75def4 100644 --- a/sdk/resourceexplorer2/Cargo.toml +++ b/sdk/resourceexplorer2/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-resourceexplorer2" -version = "0.3.0" +version = "0.4.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Resource Explorer" edition = "2021" diff --git a/sdk/resourceexplorer2/README.md b/sdk/resourceexplorer2/README.md index 54181e145bc1..f862dda0f974 100644 --- a/sdk/resourceexplorer2/README.md +++ b/sdk/resourceexplorer2/README.md @@ -23,7 +23,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-resourceexplorer2 = "0.3.0" +aws-sdk-resourceexplorer2 = "0.4.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/resourcegroups/Cargo.toml b/sdk/resourcegroups/Cargo.toml index 5b2ab447ddde..16121f35d986 100644 --- a/sdk/resourcegroups/Cargo.toml +++ b/sdk/resourcegroups/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-resourcegroups" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Resource Groups" edition = "2021" diff --git a/sdk/resourcegroups/README.md b/sdk/resourcegroups/README.md index bc9a8793817d..c6b8f68db6b3 100644 --- a/sdk/resourcegroups/README.md +++ b/sdk/resourcegroups/README.md @@ -28,7 +28,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-resourcegroups = "0.25.0" +aws-sdk-resourcegroups = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/resourcegroupstagging/Cargo.toml b/sdk/resourcegroupstagging/Cargo.toml index aec789de5c2f..159aa48f0114 100644 --- a/sdk/resourcegroupstagging/Cargo.toml +++ b/sdk/resourcegroupstagging/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-resourcegroupstagging" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Resource Groups Tagging API" edition = "2021" diff --git a/sdk/resourcegroupstagging/README.md b/sdk/resourcegroupstagging/README.md index 77d9c1509260..80625ebafc43 100644 --- a/sdk/resourcegroupstagging/README.md +++ b/sdk/resourcegroupstagging/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-resourcegroupstagging = "0.25.0" +aws-sdk-resourcegroupstagging = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/robomaker/Cargo.toml b/sdk/robomaker/Cargo.toml index b155f9716eb6..5f57ffb7a813 100644 --- a/sdk/robomaker/Cargo.toml +++ b/sdk/robomaker/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-robomaker" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS RoboMaker" edition = "2021" diff --git a/sdk/robomaker/README.md b/sdk/robomaker/README.md index fa23ed648f86..9da23aafe56f 100644 --- a/sdk/robomaker/README.md +++ b/sdk/robomaker/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-robomaker = "0.25.0" +aws-sdk-robomaker = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/rolesanywhere/Cargo.toml b/sdk/rolesanywhere/Cargo.toml index c66fa95bb57c..6e8169b53491 100644 --- a/sdk/rolesanywhere/Cargo.toml +++ b/sdk/rolesanywhere/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-rolesanywhere" -version = "0.10.0" +version = "0.11.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for IAM Roles Anywhere" edition = "2021" diff --git a/sdk/rolesanywhere/README.md b/sdk/rolesanywhere/README.md index 40cb7a09d85b..0a70256a53f1 100644 --- a/sdk/rolesanywhere/README.md +++ b/sdk/rolesanywhere/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-rolesanywhere = "0.10.0" +aws-sdk-rolesanywhere = "0.11.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/route53/Cargo.toml b/sdk/route53/Cargo.toml index 44071f5e507c..5130996647e0 100644 --- a/sdk/route53/Cargo.toml +++ b/sdk/route53/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-route53" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Route 53" edition = "2021" diff --git a/sdk/route53/README.md b/sdk/route53/README.md index 43a5cdea7d6e..266fc3e35e30 100644 --- a/sdk/route53/README.md +++ b/sdk/route53/README.md @@ -22,7 +22,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-route53 = "0.25.0" +aws-sdk-route53 = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/route53domains/Cargo.toml b/sdk/route53domains/Cargo.toml index e74ff80862ed..55e2a8da7528 100644 --- a/sdk/route53domains/Cargo.toml +++ b/sdk/route53domains/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-route53domains" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Route 53 Domains" edition = "2021" diff --git a/sdk/route53domains/README.md b/sdk/route53domains/README.md index 05f16e938a8e..787620f5cc29 100644 --- a/sdk/route53domains/README.md +++ b/sdk/route53domains/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-route53domains = "0.25.0" +aws-sdk-route53domains = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/route53recoverycluster/Cargo.toml b/sdk/route53recoverycluster/Cargo.toml index f14b9c90a2e1..d1188c05bd4d 100644 --- a/sdk/route53recoverycluster/Cargo.toml +++ b/sdk/route53recoverycluster/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-route53recoverycluster" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Route53 Recovery Cluster" edition = "2021" diff --git a/sdk/route53recoverycluster/README.md b/sdk/route53recoverycluster/README.md index efccaef367f7..f55471e31d41 100644 --- a/sdk/route53recoverycluster/README.md +++ b/sdk/route53recoverycluster/README.md @@ -29,7 +29,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-route53recoverycluster = "0.25.0" +aws-sdk-route53recoverycluster = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/route53recoverycontrolconfig/Cargo.toml b/sdk/route53recoverycontrolconfig/Cargo.toml index b97e9ea9a0af..cf5d46f0be8e 100644 --- a/sdk/route53recoverycontrolconfig/Cargo.toml +++ b/sdk/route53recoverycontrolconfig/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-route53recoverycontrolconfig" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Route53 Recovery Control Config" edition = "2021" diff --git a/sdk/route53recoverycontrolconfig/README.md b/sdk/route53recoverycontrolconfig/README.md index 7d8aefe10be3..57c7be65a126 100644 --- a/sdk/route53recoverycontrolconfig/README.md +++ b/sdk/route53recoverycontrolconfig/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-route53recoverycontrolconfig = "0.25.0" +aws-sdk-route53recoverycontrolconfig = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/route53recoveryreadiness/Cargo.toml b/sdk/route53recoveryreadiness/Cargo.toml index 63a31c555076..6350938a1c34 100644 --- a/sdk/route53recoveryreadiness/Cargo.toml +++ b/sdk/route53recoveryreadiness/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-route53recoveryreadiness" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Route53 Recovery Readiness" edition = "2021" diff --git a/sdk/route53recoveryreadiness/README.md b/sdk/route53recoveryreadiness/README.md index d54b95ed60e1..0fab8a8ffcc7 100644 --- a/sdk/route53recoveryreadiness/README.md +++ b/sdk/route53recoveryreadiness/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-route53recoveryreadiness = "0.25.0" +aws-sdk-route53recoveryreadiness = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/route53resolver/Cargo.toml b/sdk/route53resolver/Cargo.toml index 4334558fc199..5b7ec70dcc80 100644 --- a/sdk/route53resolver/Cargo.toml +++ b/sdk/route53resolver/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-route53resolver" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Route 53 Resolver" edition = "2021" diff --git a/sdk/route53resolver/README.md b/sdk/route53resolver/README.md index 53da3a538238..b2a23b9c00ce 100644 --- a/sdk/route53resolver/README.md +++ b/sdk/route53resolver/README.md @@ -29,7 +29,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-route53resolver = "0.25.0" +aws-sdk-route53resolver = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/rum/Cargo.toml b/sdk/rum/Cargo.toml index ca0d77d17715..e72ccf6c11f6 100644 --- a/sdk/rum/Cargo.toml +++ b/sdk/rum/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-rum" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for CloudWatch RUM" edition = "2021" diff --git a/sdk/rum/README.md b/sdk/rum/README.md index d324078eac4c..ea545f2d79ff 100644 --- a/sdk/rum/README.md +++ b/sdk/rum/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-rum = "0.25.0" +aws-sdk-rum = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/s3/Cargo.toml b/sdk/s3/Cargo.toml index 4a0c9316195f..0a59a10f3daf 100644 --- a/sdk/s3/Cargo.toml +++ b/sdk/s3/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-s3" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Simple Storage Service" edition = "2021" diff --git a/sdk/s3/README.md b/sdk/s3/README.md index dacf07d31a0d..7f462f64819a 100644 --- a/sdk/s3/README.md +++ b/sdk/s3/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-s3 = "0.25.0" +aws-sdk-s3 = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/s3control/Cargo.toml b/sdk/s3control/Cargo.toml index 8b262facc01d..809916ab24b4 100644 --- a/sdk/s3control/Cargo.toml +++ b/sdk/s3control/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-s3control" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS S3 Control" edition = "2021" diff --git a/sdk/s3control/README.md b/sdk/s3control/README.md index 945ab659b702..e9dfe029c19a 100644 --- a/sdk/s3control/README.md +++ b/sdk/s3control/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-s3control = "0.25.0" +aws-sdk-s3control = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/s3control/src/input.rs b/sdk/s3control/src/input.rs index b9807a38f5cb..c691c059f99b 100644 --- a/sdk/s3control/src/input.rs +++ b/sdk/s3control/src/input.rs @@ -723,8 +723,8 @@ impl CreateBucketInput { .set_use_dual_stack(_config.use_dual_stack) .set_endpoint(_config.endpoint_url.clone()) .set_use_arn_region(_config.use_arn_region) - .set_bucket(self.bucket.clone()) .set_outpost_id(self.outpost_id.clone()) + .set_bucket(self.bucket.clone()) .build() .map_err(|err| { aws_smithy_http::endpoint::ResolveEndpointError::from_source( @@ -2265,8 +2265,8 @@ impl DeleteBucketInput { .set_endpoint(_config.endpoint_url.clone()) .set_use_arn_region(_config.use_arn_region) .set_requires_account_id(Some(true)) - .set_bucket(self.bucket.clone()) .set_account_id(self.account_id.clone()) + .set_bucket(self.bucket.clone()) .build() .map_err(|err| { aws_smithy_http::endpoint::ResolveEndpointError::from_source( @@ -2472,8 +2472,8 @@ impl DeleteBucketLifecycleConfigurationInput { .set_endpoint(_config.endpoint_url.clone()) .set_use_arn_region(_config.use_arn_region) .set_requires_account_id(Some(true)) - .set_bucket(self.bucket.clone()) .set_account_id(self.account_id.clone()) + .set_bucket(self.bucket.clone()) .build() .map_err(|err| { aws_smithy_http::endpoint::ResolveEndpointError::from_source( @@ -2685,8 +2685,8 @@ impl DeleteBucketPolicyInput { .set_endpoint(_config.endpoint_url.clone()) .set_use_arn_region(_config.use_arn_region) .set_requires_account_id(Some(true)) - .set_bucket(self.bucket.clone()) .set_account_id(self.account_id.clone()) + .set_bucket(self.bucket.clone()) .build() .map_err(|err| { aws_smithy_http::endpoint::ResolveEndpointError::from_source( @@ -2892,8 +2892,8 @@ impl DeleteBucketTaggingInput { .set_endpoint(_config.endpoint_url.clone()) .set_use_arn_region(_config.use_arn_region) .set_requires_account_id(Some(true)) - .set_account_id(self.account_id.clone()) .set_bucket(self.bucket.clone()) + .set_account_id(self.account_id.clone()) .build() .map_err(|err| { aws_smithy_http::endpoint::ResolveEndpointError::from_source( @@ -4993,8 +4993,8 @@ impl GetAccessPointPolicyInput { .set_endpoint(_config.endpoint_url.clone()) .set_use_arn_region(_config.use_arn_region) .set_requires_account_id(Some(true)) - .set_access_point_name(self.name.clone()) .set_account_id(self.account_id.clone()) + .set_access_point_name(self.name.clone()) .build() .map_err(|err| { aws_smithy_http::endpoint::ResolveEndpointError::from_source( @@ -5366,8 +5366,8 @@ impl GetAccessPointPolicyStatusInput { .set_endpoint(_config.endpoint_url.clone()) .set_use_arn_region(_config.use_arn_region) .set_requires_account_id(Some(true)) - .set_account_id(self.account_id.clone()) .set_access_point_name(self.name.clone()) + .set_account_id(self.account_id.clone()) .build() .map_err(|err| { aws_smithy_http::endpoint::ResolveEndpointError::from_source( @@ -6388,8 +6388,8 @@ impl GetBucketTaggingInput { .set_endpoint(_config.endpoint_url.clone()) .set_use_arn_region(_config.use_arn_region) .set_requires_account_id(Some(true)) - .set_bucket(self.bucket.clone()) .set_account_id(self.account_id.clone()) + .set_bucket(self.bucket.clone()) .build() .map_err(|err| { aws_smithy_http::endpoint::ResolveEndpointError::from_source( @@ -9773,8 +9773,8 @@ impl PutAccessPointPolicyInput { .set_endpoint(_config.endpoint_url.clone()) .set_use_arn_region(_config.use_arn_region) .set_requires_account_id(Some(true)) - .set_access_point_name(self.name.clone()) .set_account_id(self.account_id.clone()) + .set_access_point_name(self.name.clone()) .build() .map_err(|err| { aws_smithy_http::endpoint::ResolveEndpointError::from_source( @@ -10207,8 +10207,8 @@ impl PutBucketLifecycleConfigurationInput { .set_endpoint(_config.endpoint_url.clone()) .set_use_arn_region(_config.use_arn_region) .set_requires_account_id(Some(true)) - .set_account_id(self.account_id.clone()) .set_bucket(self.bucket.clone()) + .set_account_id(self.account_id.clone()) .build() .map_err(|err| { aws_smithy_http::endpoint::ResolveEndpointError::from_source( @@ -10481,8 +10481,8 @@ impl PutBucketPolicyInput { .set_endpoint(_config.endpoint_url.clone()) .set_use_arn_region(_config.use_arn_region) .set_requires_account_id(Some(true)) - .set_account_id(self.account_id.clone()) .set_bucket(self.bucket.clone()) + .set_account_id(self.account_id.clone()) .build() .map_err(|err| { aws_smithy_http::endpoint::ResolveEndpointError::from_source( @@ -10728,8 +10728,8 @@ impl PutBucketTaggingInput { .set_endpoint(_config.endpoint_url.clone()) .set_use_arn_region(_config.use_arn_region) .set_requires_account_id(Some(true)) - .set_account_id(self.account_id.clone()) .set_bucket(self.bucket.clone()) + .set_account_id(self.account_id.clone()) .build() .map_err(|err| { aws_smithy_http::endpoint::ResolveEndpointError::from_source( diff --git a/sdk/s3outposts/Cargo.toml b/sdk/s3outposts/Cargo.toml index 58f049b6c9be..dfc31c544b2a 100644 --- a/sdk/s3outposts/Cargo.toml +++ b/sdk/s3outposts/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-s3outposts" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon S3 on Outposts" edition = "2021" diff --git a/sdk/s3outposts/README.md b/sdk/s3outposts/README.md index 57deb59f33fb..02122c599f0b 100644 --- a/sdk/s3outposts/README.md +++ b/sdk/s3outposts/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-s3outposts = "0.25.0" +aws-sdk-s3outposts = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/sagemaker/Cargo.toml b/sdk/sagemaker/Cargo.toml index fd6b59f94f29..a61f1c6348bf 100644 --- a/sdk/sagemaker/Cargo.toml +++ b/sdk/sagemaker/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-sagemaker" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon SageMaker Service" edition = "2021" diff --git a/sdk/sagemaker/README.md b/sdk/sagemaker/README.md index b5bfbb999e59..cccef014caf4 100644 --- a/sdk/sagemaker/README.md +++ b/sdk/sagemaker/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-sagemaker = "0.25.0" +aws-sdk-sagemaker = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/sagemakera2iruntime/Cargo.toml b/sdk/sagemakera2iruntime/Cargo.toml index ad02ad9db69d..f6e353241995 100644 --- a/sdk/sagemakera2iruntime/Cargo.toml +++ b/sdk/sagemakera2iruntime/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-sagemakera2iruntime" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Augmented AI Runtime" edition = "2021" diff --git a/sdk/sagemakera2iruntime/README.md b/sdk/sagemakera2iruntime/README.md index f7934968bb91..5e573aac87de 100644 --- a/sdk/sagemakera2iruntime/README.md +++ b/sdk/sagemakera2iruntime/README.md @@ -25,7 +25,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-sagemakera2iruntime = "0.25.0" +aws-sdk-sagemakera2iruntime = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/sagemakeredge/Cargo.toml b/sdk/sagemakeredge/Cargo.toml index d9440a786eb0..797eb1be82bb 100644 --- a/sdk/sagemakeredge/Cargo.toml +++ b/sdk/sagemakeredge/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-sagemakeredge" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Sagemaker Edge Manager" edition = "2021" diff --git a/sdk/sagemakeredge/README.md b/sdk/sagemakeredge/README.md index 45dbdc94467a..483928a546ff 100644 --- a/sdk/sagemakeredge/README.md +++ b/sdk/sagemakeredge/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-sagemakeredge = "0.25.0" +aws-sdk-sagemakeredge = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/sagemakerfeaturestoreruntime/Cargo.toml b/sdk/sagemakerfeaturestoreruntime/Cargo.toml index 55deb97b57f2..dd4b18ec83b6 100644 --- a/sdk/sagemakerfeaturestoreruntime/Cargo.toml +++ b/sdk/sagemakerfeaturestoreruntime/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-sagemakerfeaturestoreruntime" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon SageMaker Feature Store Runtime" edition = "2021" diff --git a/sdk/sagemakerfeaturestoreruntime/README.md b/sdk/sagemakerfeaturestoreruntime/README.md index d0d33c0e45a5..b96bba45f2b4 100644 --- a/sdk/sagemakerfeaturestoreruntime/README.md +++ b/sdk/sagemakerfeaturestoreruntime/README.md @@ -23,7 +23,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-sagemakerfeaturestoreruntime = "0.25.0" +aws-sdk-sagemakerfeaturestoreruntime = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/sagemakergeospatial/Cargo.toml b/sdk/sagemakergeospatial/Cargo.toml index 598cabb5de52..52d274bb0df3 100644 --- a/sdk/sagemakergeospatial/Cargo.toml +++ b/sdk/sagemakergeospatial/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-sagemakergeospatial" -version = "0.3.0" +version = "0.4.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon SageMaker geospatial capabilities" edition = "2021" diff --git a/sdk/sagemakergeospatial/README.md b/sdk/sagemakergeospatial/README.md index e1fdee2949b1..91ff2c179941 100644 --- a/sdk/sagemakergeospatial/README.md +++ b/sdk/sagemakergeospatial/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-sagemakergeospatial = "0.3.0" +aws-sdk-sagemakergeospatial = "0.4.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/sagemakermetrics/Cargo.toml b/sdk/sagemakermetrics/Cargo.toml index 668923c4a383..ac3b423fda90 100644 --- a/sdk/sagemakermetrics/Cargo.toml +++ b/sdk/sagemakermetrics/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-sagemakermetrics" -version = "0.3.0" +version = "0.4.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon SageMaker Metrics Service" edition = "2021" diff --git a/sdk/sagemakermetrics/README.md b/sdk/sagemakermetrics/README.md index e43969e31e65..9fa13a119098 100644 --- a/sdk/sagemakermetrics/README.md +++ b/sdk/sagemakermetrics/README.md @@ -18,7 +18,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-sagemakermetrics = "0.3.0" +aws-sdk-sagemakermetrics = "0.4.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/sagemakerruntime/Cargo.toml b/sdk/sagemakerruntime/Cargo.toml index 800b7461b2aa..4da55329f85e 100644 --- a/sdk/sagemakerruntime/Cargo.toml +++ b/sdk/sagemakerruntime/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-sagemakerruntime" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon SageMaker Runtime" edition = "2021" diff --git a/sdk/sagemakerruntime/README.md b/sdk/sagemakerruntime/README.md index 2dfa844838e2..e62f18ebf9b0 100644 --- a/sdk/sagemakerruntime/README.md +++ b/sdk/sagemakerruntime/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-sagemakerruntime = "0.25.0" +aws-sdk-sagemakerruntime = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/savingsplans/Cargo.toml b/sdk/savingsplans/Cargo.toml index cba27f3db648..5cacd61855f3 100644 --- a/sdk/savingsplans/Cargo.toml +++ b/sdk/savingsplans/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-savingsplans" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Savings Plans" edition = "2021" diff --git a/sdk/savingsplans/README.md b/sdk/savingsplans/README.md index a1599950f624..315feac3d871 100644 --- a/sdk/savingsplans/README.md +++ b/sdk/savingsplans/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-savingsplans = "0.25.0" +aws-sdk-savingsplans = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/scheduler/Cargo.toml b/sdk/scheduler/Cargo.toml index a5fea3f87bb6..65d73cc8a458 100644 --- a/sdk/scheduler/Cargo.toml +++ b/sdk/scheduler/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-scheduler" -version = "0.3.0" +version = "0.4.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon EventBridge Scheduler" edition = "2021" diff --git a/sdk/scheduler/README.md b/sdk/scheduler/README.md index 06f6df1c0eb2..901d2a90c7f4 100644 --- a/sdk/scheduler/README.md +++ b/sdk/scheduler/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-scheduler = "0.3.0" +aws-sdk-scheduler = "0.4.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/schemas/Cargo.toml b/sdk/schemas/Cargo.toml index a1662abfe4c2..5717545a356d 100644 --- a/sdk/schemas/Cargo.toml +++ b/sdk/schemas/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-schemas" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Schemas" edition = "2021" diff --git a/sdk/schemas/README.md b/sdk/schemas/README.md index 12c14e89c07b..09308f6740f1 100644 --- a/sdk/schemas/README.md +++ b/sdk/schemas/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-schemas = "0.25.0" +aws-sdk-schemas = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/secretsmanager/Cargo.toml b/sdk/secretsmanager/Cargo.toml index 35c14544e28b..4f801e6943cb 100644 --- a/sdk/secretsmanager/Cargo.toml +++ b/sdk/secretsmanager/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-secretsmanager" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Secrets Manager" edition = "2021" diff --git a/sdk/secretsmanager/README.md b/sdk/secretsmanager/README.md index 1ed71b0854b6..153777768577 100644 --- a/sdk/secretsmanager/README.md +++ b/sdk/secretsmanager/README.md @@ -33,7 +33,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-secretsmanager = "0.25.0" +aws-sdk-secretsmanager = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/securityhub/Cargo.toml b/sdk/securityhub/Cargo.toml index 4494a9847291..8ee52c603005 100644 --- a/sdk/securityhub/Cargo.toml +++ b/sdk/securityhub/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-securityhub" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS SecurityHub" edition = "2021" diff --git a/sdk/securityhub/README.md b/sdk/securityhub/README.md index 3d4323430bf8..829f13ab737c 100644 --- a/sdk/securityhub/README.md +++ b/sdk/securityhub/README.md @@ -29,7 +29,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-securityhub = "0.25.0" +aws-sdk-securityhub = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/securitylake/Cargo.toml b/sdk/securitylake/Cargo.toml index 2b774c9c48b4..3b1ce63a6e13 100644 --- a/sdk/securitylake/Cargo.toml +++ b/sdk/securitylake/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-securitylake" -version = "0.3.0" +version = "0.4.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Security Lake" edition = "2021" diff --git a/sdk/securitylake/README.md b/sdk/securitylake/README.md index 1efde08828c5..5ab374038f5c 100644 --- a/sdk/securitylake/README.md +++ b/sdk/securitylake/README.md @@ -25,7 +25,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-securitylake = "0.3.0" +aws-sdk-securitylake = "0.4.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/serverlessapplicationrepository/Cargo.toml b/sdk/serverlessapplicationrepository/Cargo.toml index 613ef776c7a4..0b58993ab0eb 100644 --- a/sdk/serverlessapplicationrepository/Cargo.toml +++ b/sdk/serverlessapplicationrepository/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-serverlessapplicationrepository" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWSServerlessApplicationRepository" edition = "2021" diff --git a/sdk/serverlessapplicationrepository/README.md b/sdk/serverlessapplicationrepository/README.md index bb88dc72c635..c861341acdf9 100644 --- a/sdk/serverlessapplicationrepository/README.md +++ b/sdk/serverlessapplicationrepository/README.md @@ -24,7 +24,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-serverlessapplicationrepository = "0.25.0" +aws-sdk-serverlessapplicationrepository = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/servicecatalog/Cargo.toml b/sdk/servicecatalog/Cargo.toml index 60a948adc14c..7e9ac53c3a6f 100644 --- a/sdk/servicecatalog/Cargo.toml +++ b/sdk/servicecatalog/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-servicecatalog" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Service Catalog" edition = "2021" diff --git a/sdk/servicecatalog/README.md b/sdk/servicecatalog/README.md index d00a8b851f25..43a2eea57832 100644 --- a/sdk/servicecatalog/README.md +++ b/sdk/servicecatalog/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-servicecatalog = "0.25.0" +aws-sdk-servicecatalog = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/servicecatalogappregistry/Cargo.toml b/sdk/servicecatalogappregistry/Cargo.toml index 69841f67f421..ca66ee195662 100644 --- a/sdk/servicecatalogappregistry/Cargo.toml +++ b/sdk/servicecatalogappregistry/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-servicecatalogappregistry" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Service Catalog App Registry" edition = "2021" diff --git a/sdk/servicecatalogappregistry/README.md b/sdk/servicecatalogappregistry/README.md index 13e5afc6ecf1..47d033af44cd 100644 --- a/sdk/servicecatalogappregistry/README.md +++ b/sdk/servicecatalogappregistry/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-servicecatalogappregistry = "0.25.0" +aws-sdk-servicecatalogappregistry = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/servicediscovery/Cargo.toml b/sdk/servicediscovery/Cargo.toml index ef8230bac63b..67ab626b0d7b 100644 --- a/sdk/servicediscovery/Cargo.toml +++ b/sdk/servicediscovery/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-servicediscovery" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Cloud Map" edition = "2021" diff --git a/sdk/servicediscovery/README.md b/sdk/servicediscovery/README.md index f1b2105f6ce6..dd192c3fa60c 100644 --- a/sdk/servicediscovery/README.md +++ b/sdk/servicediscovery/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-servicediscovery = "0.25.0" +aws-sdk-servicediscovery = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/servicequotas/Cargo.toml b/sdk/servicequotas/Cargo.toml index cfe69107cf75..2759a94856f2 100644 --- a/sdk/servicequotas/Cargo.toml +++ b/sdk/servicequotas/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-servicequotas" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Service Quotas" edition = "2021" diff --git a/sdk/servicequotas/README.md b/sdk/servicequotas/README.md index b74e016f294a..d98c5d35cfb9 100644 --- a/sdk/servicequotas/README.md +++ b/sdk/servicequotas/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-servicequotas = "0.25.0" +aws-sdk-servicequotas = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/ses/Cargo.toml b/sdk/ses/Cargo.toml index b764fbc32760..b1586bf2755c 100644 --- a/sdk/ses/Cargo.toml +++ b/sdk/ses/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-ses" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Simple Email Service" edition = "2021" diff --git a/sdk/ses/README.md b/sdk/ses/README.md index 9f9733c113de..7be3c79f1419 100644 --- a/sdk/ses/README.md +++ b/sdk/ses/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-ses = "0.25.0" +aws-sdk-ses = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/sesv2/Cargo.toml b/sdk/sesv2/Cargo.toml index 7e845f725aaa..f6b4653dc97c 100644 --- a/sdk/sesv2/Cargo.toml +++ b/sdk/sesv2/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-sesv2" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Simple Email Service" edition = "2021" diff --git a/sdk/sesv2/README.md b/sdk/sesv2/README.md index e9c719a30439..2f7cf896704a 100644 --- a/sdk/sesv2/README.md +++ b/sdk/sesv2/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-sesv2 = "0.25.0" +aws-sdk-sesv2 = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/sfn/Cargo.toml b/sdk/sfn/Cargo.toml index 723775756d15..820508b47da7 100644 --- a/sdk/sfn/Cargo.toml +++ b/sdk/sfn/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-sfn" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Step Functions" edition = "2021" diff --git a/sdk/sfn/README.md b/sdk/sfn/README.md index ec1710418d7d..b3207eeae467 100644 --- a/sdk/sfn/README.md +++ b/sdk/sfn/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-sfn = "0.25.0" +aws-sdk-sfn = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/shield/Cargo.toml b/sdk/shield/Cargo.toml index cef4594be773..686723eac4a9 100644 --- a/sdk/shield/Cargo.toml +++ b/sdk/shield/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-shield" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Shield" edition = "2021" diff --git a/sdk/shield/README.md b/sdk/shield/README.md index 5f5dbc1bc235..17539229c368 100644 --- a/sdk/shield/README.md +++ b/sdk/shield/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-shield = "0.25.0" +aws-sdk-shield = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/signer/Cargo.toml b/sdk/signer/Cargo.toml index c12336bd4beb..3a8b9ae8e87d 100644 --- a/sdk/signer/Cargo.toml +++ b/sdk/signer/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-signer" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Signer" edition = "2021" diff --git a/sdk/signer/README.md b/sdk/signer/README.md index 1c257200fdd5..2b766ba282a1 100644 --- a/sdk/signer/README.md +++ b/sdk/signer/README.md @@ -25,7 +25,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-signer = "0.25.0" +aws-sdk-signer = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/simspaceweaver/Cargo.toml b/sdk/simspaceweaver/Cargo.toml index 966e63618102..159aa8d57ba7 100644 --- a/sdk/simspaceweaver/Cargo.toml +++ b/sdk/simspaceweaver/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-simspaceweaver" -version = "0.3.0" +version = "0.4.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS SimSpace Weaver" edition = "2021" diff --git a/sdk/simspaceweaver/README.md b/sdk/simspaceweaver/README.md index 1ad2c2066b4f..179b836b7147 100644 --- a/sdk/simspaceweaver/README.md +++ b/sdk/simspaceweaver/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-simspaceweaver = "0.3.0" +aws-sdk-simspaceweaver = "0.4.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/sms/Cargo.toml b/sdk/sms/Cargo.toml index edc4ed239894..f556d35cd0b8 100644 --- a/sdk/sms/Cargo.toml +++ b/sdk/sms/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-sms" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Server Migration Service" edition = "2021" diff --git a/sdk/sms/README.md b/sdk/sms/README.md index d4a9ee519ee8..bfd74af28ed9 100644 --- a/sdk/sms/README.md +++ b/sdk/sms/README.md @@ -23,7 +23,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-sms = "0.25.0" +aws-sdk-sms = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/snowball/Cargo.toml b/sdk/snowball/Cargo.toml index 5875aa979686..9a0e4a0f94a1 100644 --- a/sdk/snowball/Cargo.toml +++ b/sdk/snowball/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-snowball" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Import/Export Snowball" edition = "2021" diff --git a/sdk/snowball/README.md b/sdk/snowball/README.md index 8527ddea6d30..87ea4589da10 100644 --- a/sdk/snowball/README.md +++ b/sdk/snowball/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-snowball = "0.25.0" +aws-sdk-snowball = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/snowdevicemanagement/Cargo.toml b/sdk/snowdevicemanagement/Cargo.toml index 55c3d0de84b1..37e88af5a87f 100644 --- a/sdk/snowdevicemanagement/Cargo.toml +++ b/sdk/snowdevicemanagement/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-snowdevicemanagement" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Snow Device Management" edition = "2021" diff --git a/sdk/snowdevicemanagement/README.md b/sdk/snowdevicemanagement/README.md index 1d294e260dd9..1436c9cb4fd7 100644 --- a/sdk/snowdevicemanagement/README.md +++ b/sdk/snowdevicemanagement/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-snowdevicemanagement = "0.25.0" +aws-sdk-snowdevicemanagement = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/sns/Cargo.toml b/sdk/sns/Cargo.toml index f3bf5929fafe..21fcd07a39db 100644 --- a/sdk/sns/Cargo.toml +++ b/sdk/sns/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-sns" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Simple Notification Service" edition = "2021" diff --git a/sdk/sns/README.md b/sdk/sns/README.md index bbe553d135f5..842cdc716238 100644 --- a/sdk/sns/README.md +++ b/sdk/sns/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-sns = "0.25.0" +aws-sdk-sns = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/sqs/Cargo.toml b/sdk/sqs/Cargo.toml index b296e3f07b13..b504a066dd7a 100644 --- a/sdk/sqs/Cargo.toml +++ b/sdk/sqs/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-sqs" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Simple Queue Service" edition = "2021" diff --git a/sdk/sqs/README.md b/sdk/sqs/README.md index 31e2cddc6a01..de1e0e870c1a 100644 --- a/sdk/sqs/README.md +++ b/sdk/sqs/README.md @@ -37,7 +37,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-sqs = "0.25.0" +aws-sdk-sqs = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/ssm/Cargo.toml b/sdk/ssm/Cargo.toml index ad36c9d4c4bc..c916be3760e7 100644 --- a/sdk/ssm/Cargo.toml +++ b/sdk/ssm/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-ssm" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Simple Systems Manager (SSM)" edition = "2021" diff --git a/sdk/ssm/README.md b/sdk/ssm/README.md index a333b72e8ae4..5a34008be398 100644 --- a/sdk/ssm/README.md +++ b/sdk/ssm/README.md @@ -25,7 +25,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-ssm = "0.25.0" +aws-sdk-ssm = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/ssmcontacts/Cargo.toml b/sdk/ssmcontacts/Cargo.toml index ca982c8f2243..09103379e802 100644 --- a/sdk/ssmcontacts/Cargo.toml +++ b/sdk/ssmcontacts/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-ssmcontacts" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Systems Manager Incident Manager Contacts" edition = "2021" diff --git a/sdk/ssmcontacts/README.md b/sdk/ssmcontacts/README.md index 17aa9cfbe816..e8dcc043bfa9 100644 --- a/sdk/ssmcontacts/README.md +++ b/sdk/ssmcontacts/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-ssmcontacts = "0.25.0" +aws-sdk-ssmcontacts = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/ssmincidents/Cargo.toml b/sdk/ssmincidents/Cargo.toml index 630a452bee61..775f9659117c 100644 --- a/sdk/ssmincidents/Cargo.toml +++ b/sdk/ssmincidents/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-ssmincidents" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Systems Manager Incident Manager" edition = "2021" diff --git a/sdk/ssmincidents/README.md b/sdk/ssmincidents/README.md index b29edc513cf2..86da3abfa74d 100644 --- a/sdk/ssmincidents/README.md +++ b/sdk/ssmincidents/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-ssmincidents = "0.25.0" +aws-sdk-ssmincidents = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/ssmsap/Cargo.toml b/sdk/ssmsap/Cargo.toml index 13d8c7e2cd83..6919df55a009 100644 --- a/sdk/ssmsap/Cargo.toml +++ b/sdk/ssmsap/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-ssmsap" -version = "0.3.0" +version = "0.4.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Systems Manager for SAP" edition = "2021" diff --git a/sdk/ssmsap/README.md b/sdk/ssmsap/README.md index 3dc342501f3e..560095c4bacc 100644 --- a/sdk/ssmsap/README.md +++ b/sdk/ssmsap/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-ssmsap = "0.3.0" +aws-sdk-ssmsap = "0.4.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/sso/Cargo.toml b/sdk/sso/Cargo.toml index 495db5dec783..95ad4309f674 100644 --- a/sdk/sso/Cargo.toml +++ b/sdk/sso/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-sso" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Single Sign-On" edition = "2021" diff --git a/sdk/sso/README.md b/sdk/sso/README.md index 529de5dbc92b..0ad81c27efa8 100644 --- a/sdk/sso/README.md +++ b/sdk/sso/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-sso = "0.25.0" +aws-sdk-sso = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/ssoadmin/Cargo.toml b/sdk/ssoadmin/Cargo.toml index 4a1ebae3f90f..c342cf0b736a 100644 --- a/sdk/ssoadmin/Cargo.toml +++ b/sdk/ssoadmin/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-ssoadmin" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Single Sign-On Admin" edition = "2021" diff --git a/sdk/ssoadmin/README.md b/sdk/ssoadmin/README.md index 045290f49856..e7cc9157d811 100644 --- a/sdk/ssoadmin/README.md +++ b/sdk/ssoadmin/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-ssoadmin = "0.25.0" +aws-sdk-ssoadmin = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/ssooidc/Cargo.toml b/sdk/ssooidc/Cargo.toml index 14d3482db13d..b739c9bb602d 100644 --- a/sdk/ssooidc/Cargo.toml +++ b/sdk/ssooidc/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-ssooidc" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS SSO OIDC" edition = "2021" diff --git a/sdk/ssooidc/README.md b/sdk/ssooidc/README.md index 8493e82e3ffa..20b45b421048 100644 --- a/sdk/ssooidc/README.md +++ b/sdk/ssooidc/README.md @@ -27,7 +27,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-ssooidc = "0.25.0" +aws-sdk-ssooidc = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/storagegateway/Cargo.toml b/sdk/storagegateway/Cargo.toml index 588aabaab365..abf7a00ba4c6 100644 --- a/sdk/storagegateway/Cargo.toml +++ b/sdk/storagegateway/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-storagegateway" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Storage Gateway" edition = "2021" diff --git a/sdk/storagegateway/README.md b/sdk/storagegateway/README.md index 088fc142fadc..4ff6ed0f217a 100644 --- a/sdk/storagegateway/README.md +++ b/sdk/storagegateway/README.md @@ -34,7 +34,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-storagegateway = "0.25.0" +aws-sdk-storagegateway = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/sts/Cargo.toml b/sdk/sts/Cargo.toml index bd77de097061..5a6a4cb405f8 100644 --- a/sdk/sts/Cargo.toml +++ b/sdk/sts/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-sts" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Security Token Service" edition = "2021" diff --git a/sdk/sts/README.md b/sdk/sts/README.md index d9a8f87af893..d2c74eb76259 100644 --- a/sdk/sts/README.md +++ b/sdk/sts/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-sts = "0.25.0" +aws-sdk-sts = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/support/Cargo.toml b/sdk/support/Cargo.toml index d410f65b6ee7..56c8d405d241 100644 --- a/sdk/support/Cargo.toml +++ b/sdk/support/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-support" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Support" edition = "2021" diff --git a/sdk/support/README.md b/sdk/support/README.md index ba598c43e389..b6b86dbcee6c 100644 --- a/sdk/support/README.md +++ b/sdk/support/README.md @@ -30,7 +30,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-support = "0.25.0" +aws-sdk-support = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/supportapp/Cargo.toml b/sdk/supportapp/Cargo.toml index 42eba6c96186..460fd4621300 100644 --- a/sdk/supportapp/Cargo.toml +++ b/sdk/supportapp/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-supportapp" -version = "0.8.0" +version = "0.9.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Support App" edition = "2021" diff --git a/sdk/supportapp/README.md b/sdk/supportapp/README.md index c3b98380ea02..66606f7d7bc0 100644 --- a/sdk/supportapp/README.md +++ b/sdk/supportapp/README.md @@ -28,7 +28,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-supportapp = "0.8.0" +aws-sdk-supportapp = "0.9.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/swf/Cargo.toml b/sdk/swf/Cargo.toml index 8108de80a33f..160244a01284 100644 --- a/sdk/swf/Cargo.toml +++ b/sdk/swf/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-swf" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Simple Workflow Service" edition = "2021" diff --git a/sdk/swf/README.md b/sdk/swf/README.md index 72936b4f491a..5772fb932a06 100644 --- a/sdk/swf/README.md +++ b/sdk/swf/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-swf = "0.25.0" +aws-sdk-swf = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/synthetics/Cargo.toml b/sdk/synthetics/Cargo.toml index afe5b528ffae..b584c2fdca14 100644 --- a/sdk/synthetics/Cargo.toml +++ b/sdk/synthetics/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-synthetics" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Synthetics" edition = "2021" diff --git a/sdk/synthetics/README.md b/sdk/synthetics/README.md index 0289e9134417..29f348566673 100644 --- a/sdk/synthetics/README.md +++ b/sdk/synthetics/README.md @@ -19,7 +19,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-synthetics = "0.25.0" +aws-sdk-synthetics = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/textract/Cargo.toml b/sdk/textract/Cargo.toml index 4ce008dd7cba..d4464e6468f9 100644 --- a/sdk/textract/Cargo.toml +++ b/sdk/textract/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-textract" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Textract" edition = "2021" diff --git a/sdk/textract/README.md b/sdk/textract/README.md index 49a7c330a6c6..3a3c59af834e 100644 --- a/sdk/textract/README.md +++ b/sdk/textract/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-textract = "0.25.0" +aws-sdk-textract = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/transcribe/Cargo.toml b/sdk/transcribe/Cargo.toml index daf45cabae85..3654d4e88efd 100644 --- a/sdk/transcribe/Cargo.toml +++ b/sdk/transcribe/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-transcribe" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Transcribe Service" edition = "2021" diff --git a/sdk/transcribe/README.md b/sdk/transcribe/README.md index df4e2f9e1ce5..c12e9762551d 100644 --- a/sdk/transcribe/README.md +++ b/sdk/transcribe/README.md @@ -20,7 +20,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-transcribe = "0.25.0" +aws-sdk-transcribe = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/transcribestreaming/Cargo.toml b/sdk/transcribestreaming/Cargo.toml index 1e59e69ecce3..0ec8d17c4732 100644 --- a/sdk/transcribestreaming/Cargo.toml +++ b/sdk/transcribestreaming/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-transcribestreaming" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Transcribe Streaming Service" edition = "2021" diff --git a/sdk/transcribestreaming/README.md b/sdk/transcribestreaming/README.md index 9b03b75cf9a0..6a897c40d297 100644 --- a/sdk/transcribestreaming/README.md +++ b/sdk/transcribestreaming/README.md @@ -20,7 +20,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-transcribestreaming = "0.25.0" +aws-sdk-transcribestreaming = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/transfer/Cargo.toml b/sdk/transfer/Cargo.toml index 68309ee9bdeb..d67655df1d2b 100644 --- a/sdk/transfer/Cargo.toml +++ b/sdk/transfer/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-transfer" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Transfer Family" edition = "2021" diff --git a/sdk/transfer/README.md b/sdk/transfer/README.md index 33e89d387136..089ac876563b 100644 --- a/sdk/transfer/README.md +++ b/sdk/transfer/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-transfer = "0.25.0" +aws-sdk-transfer = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/translate/Cargo.toml b/sdk/translate/Cargo.toml index 188cded32d62..b7d6746f30b4 100644 --- a/sdk/translate/Cargo.toml +++ b/sdk/translate/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-translate" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Translate" edition = "2021" diff --git a/sdk/translate/README.md b/sdk/translate/README.md index 28295c88452c..079a224a7ced 100644 --- a/sdk/translate/README.md +++ b/sdk/translate/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-translate = "0.25.0" +aws-sdk-translate = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/voiceid/Cargo.toml b/sdk/voiceid/Cargo.toml index ca87e3a5eb9d..64469782c794 100644 --- a/sdk/voiceid/Cargo.toml +++ b/sdk/voiceid/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-voiceid" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Voice ID" edition = "2021" diff --git a/sdk/voiceid/README.md b/sdk/voiceid/README.md index ebbabdf10d35..97d98c8c374c 100644 --- a/sdk/voiceid/README.md +++ b/sdk/voiceid/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-voiceid = "0.25.0" +aws-sdk-voiceid = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/waf/Cargo.toml b/sdk/waf/Cargo.toml index 267814f19cbc..1b2b2461fe2c 100644 --- a/sdk/waf/Cargo.toml +++ b/sdk/waf/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-waf" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS WAF" edition = "2021" diff --git a/sdk/waf/README.md b/sdk/waf/README.md index 0beb530e465c..e91801848473 100644 --- a/sdk/waf/README.md +++ b/sdk/waf/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-waf = "0.25.0" +aws-sdk-waf = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/wafregional/Cargo.toml b/sdk/wafregional/Cargo.toml index c2483373b27c..9f7445df99e4 100644 --- a/sdk/wafregional/Cargo.toml +++ b/sdk/wafregional/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-wafregional" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS WAF Regional" edition = "2021" diff --git a/sdk/wafregional/README.md b/sdk/wafregional/README.md index b038a1c5b870..c791b95cb7a8 100644 --- a/sdk/wafregional/README.md +++ b/sdk/wafregional/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-wafregional = "0.25.0" +aws-sdk-wafregional = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/wafv2/Cargo.toml b/sdk/wafv2/Cargo.toml index 4d83a87bba63..2c65bceafad3 100644 --- a/sdk/wafv2/Cargo.toml +++ b/sdk/wafv2/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-wafv2" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS WAFV2" edition = "2021" diff --git a/sdk/wafv2/README.md b/sdk/wafv2/README.md index e29baeaf31fb..bbdc033c3cd1 100644 --- a/sdk/wafv2/README.md +++ b/sdk/wafv2/README.md @@ -30,7 +30,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-wafv2 = "0.25.0" +aws-sdk-wafv2 = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/wellarchitected/Cargo.toml b/sdk/wellarchitected/Cargo.toml index a1cd2b3f9b2f..34f8370b24ab 100644 --- a/sdk/wellarchitected/Cargo.toml +++ b/sdk/wellarchitected/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-wellarchitected" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS Well-Architected Tool" edition = "2021" diff --git a/sdk/wellarchitected/README.md b/sdk/wellarchitected/README.md index 5bb0ef46e032..2958dbe5a24b 100644 --- a/sdk/wellarchitected/README.md +++ b/sdk/wellarchitected/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-wellarchitected = "0.25.0" +aws-sdk-wellarchitected = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/wisdom/Cargo.toml b/sdk/wisdom/Cargo.toml index 1aa1830cac32..e2641d863f89 100644 --- a/sdk/wisdom/Cargo.toml +++ b/sdk/wisdom/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-wisdom" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon Connect Wisdom Service" edition = "2021" diff --git a/sdk/wisdom/README.md b/sdk/wisdom/README.md index c6b4b2bfce13..11fff8f0b02b 100644 --- a/sdk/wisdom/README.md +++ b/sdk/wisdom/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-wisdom = "0.25.0" +aws-sdk-wisdom = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/workdocs/Cargo.toml b/sdk/workdocs/Cargo.toml index 0a9453eb819b..14cf70325bfb 100644 --- a/sdk/workdocs/Cargo.toml +++ b/sdk/workdocs/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-workdocs" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon WorkDocs" edition = "2021" diff --git a/sdk/workdocs/README.md b/sdk/workdocs/README.md index 6e9f84a50f25..5d09b8523f77 100644 --- a/sdk/workdocs/README.md +++ b/sdk/workdocs/README.md @@ -22,7 +22,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-workdocs = "0.25.0" +aws-sdk-workdocs = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/worklink/Cargo.toml b/sdk/worklink/Cargo.toml index aaef634865bd..e318db8e5765 100644 --- a/sdk/worklink/Cargo.toml +++ b/sdk/worklink/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-worklink" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon WorkLink" edition = "2021" diff --git a/sdk/worklink/README.md b/sdk/worklink/README.md index 91712dbdaea6..a51d86815eb7 100644 --- a/sdk/worklink/README.md +++ b/sdk/worklink/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-worklink = "0.25.0" +aws-sdk-worklink = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/workmail/Cargo.toml b/sdk/workmail/Cargo.toml index 2f63aa0f22b3..e83acc3b2baf 100644 --- a/sdk/workmail/Cargo.toml +++ b/sdk/workmail/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-workmail" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon WorkMail" edition = "2021" diff --git a/sdk/workmail/README.md b/sdk/workmail/README.md index c4fae5dfb00c..b836280fd7a8 100644 --- a/sdk/workmail/README.md +++ b/sdk/workmail/README.md @@ -25,7 +25,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-workmail = "0.25.0" +aws-sdk-workmail = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/workmailmessageflow/Cargo.toml b/sdk/workmailmessageflow/Cargo.toml index 1acd10177f9d..fe352d18442a 100644 --- a/sdk/workmailmessageflow/Cargo.toml +++ b/sdk/workmailmessageflow/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-workmailmessageflow" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon WorkMail Message Flow" edition = "2021" diff --git a/sdk/workmailmessageflow/README.md b/sdk/workmailmessageflow/README.md index 449a36a5225e..e08c0e8658df 100644 --- a/sdk/workmailmessageflow/README.md +++ b/sdk/workmailmessageflow/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-workmailmessageflow = "0.25.0" +aws-sdk-workmailmessageflow = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/workspaces/Cargo.toml b/sdk/workspaces/Cargo.toml index 830fb8b85b2d..1c356805ef2c 100644 --- a/sdk/workspaces/Cargo.toml +++ b/sdk/workspaces/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-workspaces" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon WorkSpaces" edition = "2021" diff --git a/sdk/workspaces/README.md b/sdk/workspaces/README.md index a65be3f59ff6..421c884d67fc 100644 --- a/sdk/workspaces/README.md +++ b/sdk/workspaces/README.md @@ -21,7 +21,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-workspaces = "0.25.0" +aws-sdk-workspaces = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/workspacesweb/Cargo.toml b/sdk/workspacesweb/Cargo.toml index 24b0c0bef455..3b2291b87cfa 100644 --- a/sdk/workspacesweb/Cargo.toml +++ b/sdk/workspacesweb/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-workspacesweb" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for Amazon WorkSpaces Web" edition = "2021" diff --git a/sdk/workspacesweb/README.md b/sdk/workspacesweb/README.md index 3bcf8b789576..d16370fc5835 100644 --- a/sdk/workspacesweb/README.md +++ b/sdk/workspacesweb/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-workspacesweb = "0.25.0" +aws-sdk-workspacesweb = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/sdk/xray/Cargo.toml b/sdk/xray/Cargo.toml index 1ad64b61d808..b563da3bb53f 100644 --- a/sdk/xray/Cargo.toml +++ b/sdk/xray/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-xray" -version = "0.25.0" +version = "0.26.0" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = "AWS SDK for AWS X-Ray" edition = "2021" diff --git a/sdk/xray/README.md b/sdk/xray/README.md index 52fc144a09d1..9735f4b8d5d9 100644 --- a/sdk/xray/README.md +++ b/sdk/xray/README.md @@ -17,7 +17,7 @@ your project, add the following to your **Cargo.toml** file: ```toml [dependencies] aws-config = "0.54.1" -aws-sdk-xray = "0.25.0" +aws-sdk-xray = "0.26.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/versions.toml b/versions.toml index 4d92039c263d..48ca8e013f54 100644 --- a/versions.toml +++ b/versions.toml @@ -1,4 +1,4 @@ -smithy_rs_revision = 'f7c417c58e0544c67b3f32df30d60d96888c9ea7' +smithy_rs_revision = 'c21705852c43fb089d33df5c46831b6d09e1475e' aws_doc_sdk_examples_revision = '97a177aab8c3d2fef97416cb66e4b4d0da840138' [manual_interventions] @@ -6,7 +6,7 @@ crates_to_remove = [] [crates.aws-config] category = 'AwsRuntime' version = '0.54.1' -source_hash = 'fbf7ae4befdf92892c79ee14bbc84e3907eb6eeb4594d85beb446d5ade7e3c54' +source_hash = '0fb8c7c52825a2d8df70ba5cff4610310b148bc21d8771f9fdc684fe77d97252' [crates.aws-credential-types] category = 'AwsRuntime' @@ -30,2012 +30,2012 @@ source_hash = '5e55e95be433e629a19737085172ef7d0a9647217c4b506e2c4e27a2b95d146e' [crates.aws-sdk-accessanalyzer] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'c85cc717918308414a7ab80dc3894c9ea328dbabc2baa8855d6ab542315ee612' +version = '0.26.0' +source_hash = '301a65b48a5740f89146d30de31c3a3e6ef10ea376bca4e1228f8336c6ae3b13' model_hash = '71f1f130504ebd55396c3166d9441513f97e49b281a5dd420fd7e2429860b41b' [crates.aws-sdk-account] category = 'AwsSdk' -version = '0.25.0' -source_hash = '24654019f364b061ea9771af44d598c47e435483795b87b65c200e3cb4fcc8a2' +version = '0.26.0' +source_hash = 'd572519325d1602d3595fb6505c8b3adec9d685db8eb281c8184e1acc3712cb1' model_hash = '35ff55c2eab6955d6aa3e8173b80441257d14894e8ba2ecfdf44813b15d5997e' [crates.aws-sdk-acm] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'b2ac4e87aad62155af868b2a87bb7bd4d86431c762812d70e873d9e4aef3fc34' +version = '0.26.0' +source_hash = '4e1d840d84b67ca3963b37123a9313d5e11773fc2364ffff40f5ddb1c0fd635f' model_hash = '29927ff46841b168c9288a0dae802c28d47d7cc8aea9d176b9b50a784c572715' [crates.aws-sdk-acmpca] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'a00c6f058657966f284db34d97cf15d59552484d501cfc13804adcaf5926a768' +version = '0.26.0' +source_hash = 'f2ba855a827279ce01c8f75a8d5718c7eaeb1d75041d0f0b6a4e7594a5c533f9' model_hash = 'c188385bfb83edb152a3f123b7741f0a059bdba0d0fed278e1b3924de08a850e' [crates.aws-sdk-alexaforbusiness] category = 'AwsSdk' -version = '0.25.0' -source_hash = '904f56e311f42e3afa88d7888ddbe99995aeb0fe0f8324e5ff986810d948d16f' +version = '0.26.0' +source_hash = '8b9a8f6bc7f2cbd199cc0fe1d249674f4f0d8a444856db7de796d755aaae8a4b' model_hash = 'a54a4c4088dfe443aaf2dddfd6596b97bf1124667271200316cb55b9855f3914' [crates.aws-sdk-amp] category = 'AwsSdk' -version = '0.25.0' -source_hash = '9074ce6f5969d796db0bdea6114ce24ec403292e146e1bc7288a6a435489de2e' +version = '0.26.0' +source_hash = 'c000b36ae91f9727742605fe301387fa81722b8592d6ea3edf1d61c2293a58c2' model_hash = 'f2b01e832ef3e095a43fc2e6326a495d42d09ff382cd83b5e1de1e519c4f369f' [crates.aws-sdk-amplify] category = 'AwsSdk' -version = '0.25.0' -source_hash = '3ea1c57a2635a538b3d56bc0c94821a4b794d891ebfbc37244e5b6025fe67dd3' +version = '0.26.0' +source_hash = '15b5082e17a00866588bfc79d6cb5a3bc2e16df6be90c1d29d365826bdbcbc5c' model_hash = '8fefcca03962162de3783a4bf8d7235ff888f15759040ac12fee2d8dc1240303' [crates.aws-sdk-amplifybackend] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'e93931cbbac458facca6c1707e88808657eaacc7739f59724bd8cdc0ab42e382' +version = '0.26.0' +source_hash = 'b15be402965309fb634b2e8db84229b83a2e6bdc9dcea4743ea68d4315b2f8ae' model_hash = 'e54bec256b2572b5e723549b16a844f9c58664aa9b75e67bbf7a11ddc51e3ac0' [crates.aws-sdk-amplifyuibuilder] category = 'AwsSdk' -version = '0.25.0' -source_hash = '08afc35226d68fc06ff57aee5c322a44fe5f675bf9736dc935fff5f4bf71f205' +version = '0.26.0' +source_hash = '4c06b17289be2a216a35009e17a57bfdf25e5c6f8c70a95c43808a3470a6231b' model_hash = 'cadd7d793f617002e4b3bba7e772708942ce89ffd6abd11be2159c7ca1ae9388' [crates.aws-sdk-apigateway] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'f2af7e3d2a405d28c719f96b778e577b2232b1e3ea9a1301ede544552ac4e3e4' +version = '0.26.0' +source_hash = 'c151a4f5ba5adc5686bdfd9449b3e770c2501b3d9f2e1904afd85cb9b1301eea' model_hash = 'd5297c4db0c7a060dfc8e15ffea01bcda0d29d46d3f0381d1c99db8c0d59db6a' [crates.aws-sdk-apigatewaymanagement] category = 'AwsSdk' -version = '0.25.0' -source_hash = '8cf7ae310ba511c6be4d90bcd4faa90dce5bf3083f0fc4381ea690624a0373fe' +version = '0.26.0' +source_hash = 'c438fe2615bec05142772cd4d2476ccd83a56d9dae7e9ed4126fbd25afe9aa87' model_hash = 'f51bcd2740dd8bfbc7b0d7b5da6824b3513772435a9d52c12a7f4f84d6eef623' [crates.aws-sdk-apigatewayv2] category = 'AwsSdk' -version = '0.25.0' -source_hash = '2fa5ccb38006e285558419a5b2acb77334885bcf73cd6220b04a8226ce2413fb' +version = '0.26.0' +source_hash = 'fe206ef895886987f878aaea2830c4254e02513d776774909f7bd48560c1bc99' model_hash = '8995a8fa66f1b7c82426d03d37478171684eeae3a96eaddc80ebdcf2b94f240a' [crates.aws-sdk-appconfig] category = 'AwsSdk' -version = '0.25.0' -source_hash = '63536bf201e14333d485bc3d467cc19985bdb62f5f6d7d789f67a96798a131ee' +version = '0.26.0' +source_hash = '32ed399e80fd048b2d114ef869575947e57b74b4a6b5e228999a82ea7f235009' model_hash = '7cb733d98f1bc4208c45a83a1ee91721bd8717c953b447f300f7e7a223371017' [crates.aws-sdk-appconfigdata] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'feafa6ad556139b5c275beb59c9ae93f190e9e74f569abef75e2c256cf60f47a' +version = '0.26.0' +source_hash = '4f492b4a7ba287be279b36a2febbb16afe472bcd9076629f887c112bb2cfce4a' model_hash = 'aef73338bbdaeb7a2088b26d364f55c645ff69748cc012f3fbaa593b9726e21f' [crates.aws-sdk-appflow] category = 'AwsSdk' -version = '0.25.0' -source_hash = '38084f7bbe2e5b3b060d1a1496595da7c836ec77f3a41f7d10bf11123ce02978' +version = '0.26.0' +source_hash = '5bad42d15d44878535e8fe65aae7bea7cdba759a6544ba3b4b1ba1367f65f161' model_hash = '67cd9c716240aa8f4e5aa617c213b48b726885906dd3d5c0faf8e5056b8802e8' [crates.aws-sdk-appintegrations] category = 'AwsSdk' -version = '0.25.0' -source_hash = '8b564c2b6054b33cf5cb565fb7675c30bead7b483e4c24424f0ec1efe97d5cb5' +version = '0.26.0' +source_hash = '314036a06093fdd16f4d81c43a63969c28a6ab6a3b820ef7f2c3a6d0803ad945' model_hash = 'd9898e08fae1da0d45609636040d95f3f310f6dad70d131c2dccd5dbc38a99b9' [crates.aws-sdk-applicationautoscaling] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'd3f2fba5c024d394005812ebdc76d80f810c8427d19ad58f63615f624671b031' +version = '0.26.0' +source_hash = 'c073a23bdce77b856c07193a22523ab2678c03ba6585590421f4cf519ed2f96c' model_hash = 'bd67584d828dbf0018a1795c068374886f014e79d7856ab3081d697d227456df' [crates.aws-sdk-applicationcostprofiler] category = 'AwsSdk' -version = '0.25.0' -source_hash = '77abb03d66e97d5659bc553a5d949c836954912456470e44e5aaba953b01231e' +version = '0.26.0' +source_hash = 'f7f75452112f95aaf1fcd3425523bfc2a7c26b49d7a14def23441fae2be21f91' model_hash = '9882796835a68ed43a4e6301d40d9206418780a7cf6dc909dfbe043e4adc5b8b' [crates.aws-sdk-applicationdiscovery] category = 'AwsSdk' -version = '0.25.0' -source_hash = '31d3823ea9e2054000104d9a5d9025304c8acaa201eea0c888553dbfa8e157c5' +version = '0.26.0' +source_hash = '68a49332a295c2f7f9c3a3e91476c52ad4bfd19da60b6825d9694a5c43ddca08' model_hash = '193ca962f047b045467fd9e40fe6c040775cd39415f479712f9b8caa93de1029' [crates.aws-sdk-applicationinsights] category = 'AwsSdk' -version = '0.25.0' -source_hash = '7a233b9700ce81618e2c742752ce0021e61bad5d6b3dc9af8e1bab74c43cc912' +version = '0.26.0' +source_hash = '19f2af39c144002edb2484bced0e8076fc6e0a0f731ad47e2b0a1c4f461cd85b' model_hash = '933b2559f36c5c746a4509cc871238d5f90c815143a29c2b4d1376a92f41cf18' [crates.aws-sdk-appmesh] category = 'AwsSdk' -version = '0.25.0' -source_hash = '8c320c660558292407e4393075c1847487a5d8a60c99594c44fb6d31fb70918a' +version = '0.26.0' +source_hash = '259bac2a540623bcb93b5b2911575afb27868b9946d5754b306c2e608684d5e4' model_hash = '3e2206b03f381a2067b86969d5a018a78cac23918b02467a8d3ee4b099063bfe' [crates.aws-sdk-apprunner] category = 'AwsSdk' -version = '0.25.0' -source_hash = '64c85910343e8becdb968d0dec4d939e64dd0d3c66720fd740a0db5be20b4968' +version = '0.26.0' +source_hash = 'c28f0753b07ff44e81e6d4e32b2ad84ac3dc14b9b9195f20f149aef27d671ad4' model_hash = '3ca71c8a007cf3a5093bcb44e231d5a7b4c0028a53fab349e31d6330d436a85f' [crates.aws-sdk-appstream] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'e48f33ef223c01ba4005df351e5046d735a344c256efebeca59a80e08f29dfef' +version = '0.26.0' +source_hash = '024d149ab3105129e15eb8ddc280bef98016e9b77403ba78b914b0422e4237c3' model_hash = '7cd10331d1b92cea1acdb62391e64871036bcc93bc7451cde11f8c448abafd66' [crates.aws-sdk-appsync] category = 'AwsSdk' -version = '0.25.0' -source_hash = '34d426cf7a9b4b6871d85122db3aa256a13c743062ff430e570ca44121c4ac62' +version = '0.26.0' +source_hash = '55c0cd632489afddd6f8196d05974f391baa6ca9b8168f979c2c783bd6c90f2c' model_hash = 'be94231ffd59a27b693f308ec20ca460edb749a58094a6fd563013ae3fcdc7f0' [crates.aws-sdk-arczonalshift] category = 'AwsSdk' -version = '0.3.0' -source_hash = 'a9434f5644147c269f14e223d1d59de9520c8a134297326e9b3745946e8cfc21' +version = '0.4.0' +source_hash = 'ec5784d1ded0704758168f0f19fa8dcebcd2ca68fff0fdf8ba5c0a3e5e393d23' model_hash = 'ef4caa951ad84dd96e2e19e02f4235b5926526f6b269b2d53ff5bf801f4dddec' [crates.aws-sdk-athena] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'bb69bef6a77a95418e158a28487a3ff21f80a35c791076380d1fd6362b96b4f2' +version = '0.26.0' +source_hash = '5bd2be402ad5fde53011274fe1b685fecc47e97dce5a7965d259d3de61d2fbb3' model_hash = '1870af0f6ad49d71b2f2bfe3ff0de6ad0bf7b37cb47bcd8a56cb73431074873b' [crates.aws-sdk-auditmanager] category = 'AwsSdk' -version = '0.25.0' -source_hash = '0df3c70d175b2a4c9ca4e98d74a98e6f70688ce36b076748ff92983ff03dbb15' +version = '0.26.0' +source_hash = '1640402731dde5e78fb9db78e3662b29d33c1cc5fed4bf4fc563d5a893c33042' model_hash = '125ce07a90b76adbbbf3c20261b3f2d3430be72f5b95ae6701de5bb36b3e2614' [crates.aws-sdk-autoscaling] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'b5a2103054226d470c3e9e2e3f041511c912cc4c4155051ec05bf65645ee4c1d' +version = '0.26.0' +source_hash = '7a6480acb3a239b9fa1eea775af0bf93d3239741369adacf8f30e43ef9193c05' model_hash = '1ac7c5b6e569b05ba8d6724c9c9c1f5b572e5800511d5ce155b4ff2cf473576b' [crates.aws-sdk-autoscalingplans] category = 'AwsSdk' -version = '0.25.0' -source_hash = '8b8da05c72cf7e2f6289215920dacb8b49bb64534a640526805881bb509d2193' +version = '0.26.0' +source_hash = '0bde11e58ebb3c8d5d1263f5d528a7daa6206564a99a1db1706203564646751d' model_hash = '3b01da345cd85d2ed0284a2571169ec0cc363162bccff443d28a54570a504c17' [crates.aws-sdk-backup] category = 'AwsSdk' -version = '0.25.0' -source_hash = '7f8ace97adf2ddd1b72ab12ed49307cd033379c4a5ca251dba4450569d40060e' +version = '0.26.0' +source_hash = 'dc07c4c71165d0e485ba9f7ccd0215a066e4e92bf6387396755e1425a7d9941a' model_hash = 'c8e74ca2913ca9d47c840659b7c16bf31473f792668aa485ac8d00e3bf79921d' [crates.aws-sdk-backupgateway] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'edd21a4e6bca53a8268059425762e52643b61c41956c068d3f67864cb2f1829d' +version = '0.26.0' +source_hash = '69913d7529aff547df5146920c9aee084ecf0b662e43bf2331eba4a706ed3049' model_hash = 'b300d67752e0c3bcaffdfa9e8c6f38f773ca135aceb1bbce012fdf52f5887668' [crates.aws-sdk-backupstorage] category = 'AwsSdk' -version = '0.8.0' -source_hash = 'c365dba4d17d51aa51bfe32f1402b3bbacefa31dda5af98777fa91ec88134853' +version = '0.9.0' +source_hash = '460f2f52bb67ef5f9277f32c7417d6bb5fcc7eb2d02bc2c5d453b75fce50a299' model_hash = 'db52c5311ecff3d3ce3d206ed268e0d79a72ff8be4788c8a4e05d5a8953f0699' [crates.aws-sdk-batch] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'fe2bf346e02d091dcfc68457f57a511eb54255b6aa907806a2896af339ca237f' +version = '0.26.0' +source_hash = 'dc84b5be3df9520136ea458377817ea230743e465e15545642a17600023c2e8b' model_hash = '8a857cfc68113f1a4e4909cf391ce9b9ee023cda3294ff7975907afc98c3d876' [crates.aws-sdk-billingconductor] category = 'AwsSdk' -version = '0.25.0' -source_hash = '46ccd4fc16437aabbd2918cfd0359c64114e158368f33d09258d459306c49d25' +version = '0.26.0' +source_hash = 'a775519da2ead8775267fe8ad2f22af204f4d37b301e483383afe1551da7f279' model_hash = 'b9be29f330933856a20ddf638726ba058e992f4401df781fb7ac1d171d1c28b7' [crates.aws-sdk-braket] category = 'AwsSdk' -version = '0.25.0' -source_hash = '1f3401e06f2be36e4bc36ad9c196f4c58cb87939dbd820360549a21a54bde0a9' +version = '0.26.0' +source_hash = '74fca95fea85ecc837a6d3b307b9b316289b63579e08341ee84f9f42fcd75213' model_hash = 'b493ea181789935052e0668267dd6c076828ad2e6e6c51c3754c61c505f02c13' [crates.aws-sdk-budgets] category = 'AwsSdk' -version = '0.25.0' -source_hash = '9ca8ce6ea1c0c90802ce552f4b6b47c03cd7cc6a0bb5055531a4b9b29aaaeb65' +version = '0.26.0' +source_hash = '325757f496bca36c677182bc0862359564b6334de0ee41673d1ed3d3049f87dc' model_hash = 'b83acc311437b263700b8be570c33696683ce4a7ad0e19420fd1ba912aa46ae9' [crates.aws-sdk-chime] category = 'AwsSdk' -version = '0.25.0' -source_hash = '19901821ac65f5319a884cf8800730e5bef6b6f6371f97c9d6eb3cbedf2541c0' +version = '0.26.0' +source_hash = 'd16870aaf81b6bf3ed5b9d7f0ac4b80050fcc62bc1b84563595233aed43b8aeb' model_hash = '92eabdd0f77d492701b65162ec5f7410877c4117c72f54f166bad43fee24101a' [crates.aws-sdk-chimesdkidentity] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'c49c6a83032d1742c91c51c41ddf967a416313a01493b4679d2427a22261b463' +version = '0.26.0' +source_hash = '702ff11792303b35f29f551db61cd8f8d91df196c008f5be781ff6f9100fbfe0' model_hash = '3868de3981f8975fca642ca1cf5ca329febb3cbb89de347a19a0496728f85eef' [crates.aws-sdk-chimesdkmediapipelines] category = 'AwsSdk' -version = '0.25.0' -source_hash = '795710037bbb1a806898255bc8139f3b813054487fb8b6bf22dfd03cf36d1cb4' +version = '0.26.0' +source_hash = 'bd727d3283bd5b56465971d71b1f5feb0aed708f39bbeb5560cdc43c824dbe86' model_hash = '12c2479c02b9342ef218b1e96f7176cc34a44a5c2772081b5cc4268f7975571c' [crates.aws-sdk-chimesdkmeetings] category = 'AwsSdk' -version = '0.25.0' -source_hash = '49387be85e4975b29064043126a97fc2f9213509466b7c9cc6b33546fa12db59' +version = '0.26.0' +source_hash = 'b08895fa5725a48499d867afa16a9e68736235704902bf190a8e1a4cde45842a' model_hash = '83f08f040ae849fba4263c8f4a60ec5c1892f8f53f2920bb2af663df0385c4f2' [crates.aws-sdk-chimesdkmessaging] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'cd88dead5844e2da6125e2d5d09bbeaef617f349a9125ed11178fb85fce0d29d' +version = '0.26.0' +source_hash = '983c942463e99881431f44874ca62a24d1105ec20e3f5641adb16dc651f6032f' model_hash = 'dfedb674476753b16b7d8c724270a33ba0d2eda0e65bbd06458b2f15d7d8ff1a' [crates.aws-sdk-chimesdkvoice] category = 'AwsSdk' -version = '0.3.0' -source_hash = '1b9a478de6cfbe6f77b6e3b03f7c3517cfdc908fc6c20d2f2e8e543eabf1bb92' +version = '0.4.0' +source_hash = '11b8ae82b6a7eb7a7c728a9f9dd05dfae1e4a649c6a211ddab3c10dc919e50f2' model_hash = 'c30cbcbdd9277067de20b2eb19b0c4b873a780cb1af285cc2ebb5b520f452a5c' [crates.aws-sdk-cleanrooms] category = 'AwsSdk' -version = '0.2.0' -source_hash = '8d39ad0b034c44ed1a6697b8b6db187906378cac2ec380792e08e5d1c59e9798' +version = '0.3.0' +source_hash = 'f9004a42d4930aec83684b808350c81d0d75fc041d4cff2d6e9a9ac43d528350' model_hash = '130362be9cec6ce17660f4b51f414aba5b5b1c74d63298a151bc1c118c2019cb' [crates.aws-sdk-cloud9] category = 'AwsSdk' -version = '0.25.0' -source_hash = '27904359b2317b8ec658de327972ba36f60260b5e9e0368b76eb69adaf670872' +version = '0.26.0' +source_hash = 'c266f58067e59df302fd4c95990a0d26aaff2335829ebdfb41651763e30b9ebd' model_hash = 'e60a8501aacf30c40eeca2adced482aaf77ba2892a7d4675aebf51a223917a69' [crates.aws-sdk-cloudcontrol] category = 'AwsSdk' -version = '0.25.0' -source_hash = '971709cbe29f0b752db693799ec71b9b8e4a58c5b8bd302a67a6ba04006c3ed7' +version = '0.26.0' +source_hash = '80a5e222d8833988afa1048cd556f688d999616bb56c689e838b55308b5691fd' model_hash = '088b4c92026baaf54a7114413d60024b66e3a7beb2d6eb3e0b1b44862485da51' [crates.aws-sdk-clouddirectory] category = 'AwsSdk' -version = '0.25.0' -source_hash = '42830d5b1edfe046611756512b6fe6bec69b17b7095d6c3d6ad15be29d7f4941' +version = '0.26.0' +source_hash = 'b428e845df8959302550c37b3e20a505d49ae6fc163631534d564677122d5842' model_hash = 'a3845d05c414dd5763b8795c0f3e759366a40b3a21b68a577a6c830d3016363d' [crates.aws-sdk-cloudformation] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'd33724f1c4d64be7e8f98864b4a9f57596cf0bdf37fe9857b926a3319d3f1f70' +version = '0.26.0' +source_hash = '9d1c66065725ffbc435b83603e9fe22f41e070c07d4843928dcaac1b776c07a9' model_hash = '9bd8d21a12acce5aa6f0bd120d1020f1be4ff6088c02c889a75d60c2cbb261f5' [crates.aws-sdk-cloudfront] category = 'AwsSdk' -version = '0.25.0' -source_hash = '456fa2b899caa618960d44d685567a0070d75c99602db3e081ec1ab84e610b7e' +version = '0.26.0' +source_hash = '4615b696bd1890b438713c06ac3c39b208e00503d87cc3032988483a159322bb' model_hash = 'a063a98aeb4d42c8d4a40a162eeb9dc594db4d061e49231abf13eb31ab418ece' [crates.aws-sdk-cloudhsm] category = 'AwsSdk' -version = '0.25.0' -source_hash = '75a905b6656a1e0e037ece2244982cbdba5ad02b8ac1893510a8d0cc362ebf65' +version = '0.26.0' +source_hash = '7aab0c27979c6cf315e6b196207511761e91a75fce49d1c19c0e9e5157216aca' model_hash = '5c37413ef37fb250bbca335d99edf0920639b0de742bf4d2f359eb963141a26c' [crates.aws-sdk-cloudhsmv2] category = 'AwsSdk' -version = '0.25.0' -source_hash = '0887df808433e533a995958d7a1e833054804ff4ae271fa6289ed05adb188f94' +version = '0.26.0' +source_hash = '45c00c5dbcdf269a4b71fa316f6fc312353f66bdc6fe472d65383dc70539dd95' model_hash = 'ebd5e6073638dcab0be3b48f018fe377e5a09ba1c89e920598176cb61014088c' [crates.aws-sdk-cloudsearch] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'c2daa0cf1b978a62817040771374187266fbc991761569b0183b34c610c83583' +version = '0.26.0' +source_hash = '22e2fc7ee9ddc6ce0996538d4384c640ea3b64fc347cfdd68a0ef1144f2d8d6a' model_hash = '63e90116bffb42fdbc93147d20c8d3e33ba82422e6f060809866064cd0b3298e' [crates.aws-sdk-cloudsearchdomain] category = 'AwsSdk' -version = '0.25.0' -source_hash = '1e1d7333442cb4c50411753cf1890063e2096c74648cfccfa517f3bc748e71f4' +version = '0.26.0' +source_hash = 'c9a4a04b26c2e2603fdb9a185469c560b3a22b9e0172e04016c166fdefd02235' model_hash = '38a6bc926a4c15b5589a9606bbbd416f2df5ae386cc148a3dd501184ed2b0d9e' [crates.aws-sdk-cloudtrail] category = 'AwsSdk' -version = '0.25.0' -source_hash = '5d9b118fde49481614479497c799271164dd829b9452a01ca81e02661e0451f0' +version = '0.26.0' +source_hash = '33ad55fece329d8ae417398a01eaa34e1249f24f3e39023a4300175ca5f37d13' model_hash = 'a695d26506dc4384ef9983ed0dbc6ed2bd860913dd8813e5f59b33278406a0bf' [crates.aws-sdk-cloudwatch] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'eda6ca204d083765cbc413e2b3a6046d105dbd245fc1b8048d7b5c4b3b0255cf' +version = '0.26.0' +source_hash = 'be6af40d93575b6f562057d4f55b22c5acca7e0d1cdc4e3aa6cdded96cb32e66' model_hash = 'c96a189d8e8cf5e0b6187ce50e25c68f7b05db886b5d555b0b20e34b7c230d44' [crates.aws-sdk-cloudwatchevents] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'ec260c9cbbbd04671672806c4f3871c943ce0329a7219d4cc06032339c32e8fb' +version = '0.26.0' +source_hash = 'ac359cd401b67afb87f057b2571de28ed0d801bfa858ed4bfd34b8bf595fd980' model_hash = '1b75035f4bf76956bb129ca83a52ea600765a0d1f8421bc03bfbea31d191371e' [crates.aws-sdk-cloudwatchlogs] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'e44d2dfb24b8b016d13fdf92c27f3d9ca919926faace6edbbb0c5e16055a1745' +version = '0.26.0' +source_hash = 'da274b946b3bbb78789c01a7c24445a89b6a0980ad9c3fd6d1a67fc640e7c3dc' model_hash = '0890bd6581dc4b1a9a8302f2f1ab01548d25c122894570a428dbe6b22b073a7c' [crates.aws-sdk-codeartifact] category = 'AwsSdk' -version = '0.25.0' -source_hash = '0e9488d12bdd634404b611d05a7d7190869f4178af3ea24b5bab4c17e843f651' +version = '0.26.0' +source_hash = 'a69c02090382f1f2d0824e98561d0773fef5fc0ba34a8cdca5753cba4028e0bb' model_hash = 'c1bcc864c42867cffc5aef4bb115ea279e0bf190ef34cb17430b298353867218' [crates.aws-sdk-codebuild] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'd66f5e319af22d3b3813a716d6bfdae2e5eee04fbefe7c35062c84cf4db7b182' +version = '0.26.0' +source_hash = 'e275f721cb774553759cb3eb172662767b05777a953c89ed39ef364bc992e895' model_hash = '259702f633c3952f24d2cd4ecaf857c903226f3c8524bb80618b9402e8b4938a' [crates.aws-sdk-codecatalyst] category = 'AwsSdk' -version = '0.3.0' -source_hash = 'e068f63421da366676fd5ebba20b7418968c48f30690462b8b22d5fc8b6ae938' +version = '0.4.0' +source_hash = 'fabf407cadff8054e06ec77d2adbb7516fe68fbdfee5e72b625ff8d8a9240941' model_hash = 'a0c5a3c41d8dfb55a1b3b2521426ab4f37c5a5d199d34716a96b0a235c08b55d' [crates.aws-sdk-codecommit] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'f92f1fcbfd1e9b6c7b1fd030f50e5d5cbf2b83b7a26275759737f54e08f5fa24' +version = '0.26.0' +source_hash = '0956f699c20a145a5f97a44be36f1081002d3d80a5e55ff1cf441519575409fb' model_hash = '749babbdd4b6777ad998ddc36223306c9d5fd88b31937bc79d3db86a966932b2' [crates.aws-sdk-codedeploy] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'ca31d485da40f8b20bace21eec7d384e4fa961fea7398200f1281ea1d25048de' +version = '0.26.0' +source_hash = '42faaac703a762e57d143069db8b1d3e107c1625b1a8708e43df9b1293c0f380' model_hash = '3c49103b08c22d39325a1c0def05e58ee4eb75f3173d344cdde896e5c290986d' [crates.aws-sdk-codeguruprofiler] category = 'AwsSdk' -version = '0.25.0' -source_hash = '0fe20ded7e9e190418d29f63d527210ffcd2489acaa1ea09669a7098f23a00dd' +version = '0.26.0' +source_hash = '8ff5d6fa8f05b1b2c58beb10a6a7ea2fc4b3b6ac2e86ea6ee863b930aefc9fad' model_hash = '97db76a649597628cdc5439c5bead007104fc79f8fdad16c1a8ea4f8df9367e1' [crates.aws-sdk-codegurureviewer] category = 'AwsSdk' -version = '0.25.0' -source_hash = '6721e29abeaa85ebb5a668d81fa797b98555390cdae47fa182cde2b79c97eb78' +version = '0.26.0' +source_hash = '55fd97654e9a689b6142a037bd3dc1147dd7fb7fdbd69730c116403c47dfdebb' model_hash = '2215475ed8d8266e403a83aa7e768fa5d70b88f1798700b19876e906db650f9a' [crates.aws-sdk-codepipeline] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'e97dfeed94bb83bc46ce4750bf488f316b4b93dbde257efd23623c00cae10d73' +version = '0.26.0' +source_hash = '174dcdf51894cf2e453e929eb97a2d79576f01face88917d9a9e7295cac90f02' model_hash = '298610a35b199361340da8a97f5ee2ffcb5261da81ab2f149fa9a50e497188fa' [crates.aws-sdk-codestar] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'ade3d0d4d0647f8c664f27588c8ab6aaf7ecb4694002724cd02a6c70f8a8aacf' +version = '0.26.0' +source_hash = 'af0eb9c74ef42cb738b2ae0d79b9931107b769be321e3f39c8811b0667fe7da0' model_hash = 'd6d6f27031a573e1af0ffde4f96316f67b50abfce9c4719573008f7c18779a4b' [crates.aws-sdk-codestarconnections] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'a489f2577b52a98588a05e0a5f8d2a387fe24e064f3f37fa6c4e005ce88946ab' +version = '0.26.0' +source_hash = '80144708c111b53684cc9c3e18ae0ab4138d3f30fd652fe03dc3863174a46f69' model_hash = '3c19f31ef32fc0b91d40074970354503dc6acab19cd4549e8c54ded2b07b8c10' [crates.aws-sdk-codestarnotifications] category = 'AwsSdk' -version = '0.25.0' -source_hash = '7b49e67622dd393c07f5c5453fae28a291f6647e30a29a4d17f5778e2a69ffcf' +version = '0.26.0' +source_hash = '5bffc0a98bd5e54cf2defaf78d437fb07b1ce58b389f9939ce8d6ad96919036c' model_hash = 'a5759a738f4154a1e3dda5edee53514a00102f4e39c39b2087c83327bb965aa6' [crates.aws-sdk-cognitoidentity] category = 'AwsSdk' -version = '0.25.0' -source_hash = '5df05866e2d8fad3b6df69d661a4f751c2defb2591026de8603c6e74ceffdd4c' +version = '0.26.0' +source_hash = 'c7357e8b3112b790d41f00d46895924fcf68d518bca86bc73054b863d7aec69e' model_hash = 'fcf2607f04d988855d996d388b499d171029bbdbed0419ed409f691c85a63d3d' [crates.aws-sdk-cognitoidentityprovider] category = 'AwsSdk' -version = '0.25.0' -source_hash = '3b4e7b69352a22a2ba412b913361c17c1cd724f3e1dc7a28f5020142c3db96ad' +version = '0.26.0' +source_hash = 'bda076eae4ca88990431d7d10a59e3ba5a29f61e78f47430817b4c5516339402' model_hash = 'c4eaf09e0a4911802e5a5f9357b9efb2a9356bbe151c80315e2365975c8a4e5d' [crates.aws-sdk-cognitosync] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'f868c745daf54ce0f7adcf0905548c1f2b2d2a83aefa8f7f4df0dc5d855ca018' +version = '0.26.0' +source_hash = 'b7475401299612866093d88ce0fb58f661c00b51f76167f04ed37a3bf7e95aa5' model_hash = 'ebe632be5fc0061ff57f624b8c849ac378c28abd0659f8023184d69ce3fa3926' [crates.aws-sdk-comprehend] category = 'AwsSdk' -version = '0.25.0' -source_hash = '8b311dcd6eb4ae3705878b81e8e670cca56dac1e57be935e9c12ad89c1703d94' +version = '0.26.0' +source_hash = 'dfe1d72691211b976b506f5c68dc222495b2443aacff79a6c6130b7554e60805' model_hash = '937c325603aed68a13c8372b8aa51db1150ac3da1bf82d3b0bb8c76426d22de2' [crates.aws-sdk-comprehendmedical] category = 'AwsSdk' -version = '0.25.0' -source_hash = '038ef9221e34dc39713b1182ad32a808192114a287851215c3478b4eb044f519' +version = '0.26.0' +source_hash = 'aec46613fccfca4f63c2dfb9da55219124c6f044df84cd5b6ea77257a8d078a3' model_hash = 'c463552afdfdb236171b43eb5638c75e671caafa4b24ce23e746c4af88bf79f0' [crates.aws-sdk-computeoptimizer] category = 'AwsSdk' -version = '0.25.0' -source_hash = '1e9c4b5fba8c4d3527e0a9aec8d6ed9ee81a2dc674a0dc13a9f525db89a04202' +version = '0.26.0' +source_hash = '931d0dc3c2634f575c079683a159d3151d9992b46ae4985f26b06fb622ec717b' model_hash = '890dca5c7cbf4dc5738f5a22941deade3a0b290842436156769f1f781636b1b9' [crates.aws-sdk-config] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'db14dd133462321959a68156fcfdd45bdf8a52b7bf5b26a73f67caf4475fe4a9' +version = '0.26.0' +source_hash = '21ebab7bb0dd8b70271ff31fd6ed2e51ee2234344f9fc617440b077c5929807a' model_hash = 'ca4fb528de0270737ebe5f68e18e2fc51322ca942b43c99483b93a431f2e4a37' [crates.aws-sdk-connect] category = 'AwsSdk' -version = '0.25.0' -source_hash = '7d85dd68d9a4c2c8aeb4cecbe749ffa0b55ca3451db393fc9f7ca9ed471efccc' +version = '0.26.0' +source_hash = '5d16edc32382cb5b623c6f62f602e2cdfaee518e2933de5d4ca3ff700d119e7e' model_hash = '106853dfd8f2721478569f283d3332cfee002ca681b0d34bdc2210dd941cbdb0' [crates.aws-sdk-connectcampaigns] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'b03aeaadf6e792b65d9f14f3435eac5b3d8f4da0a756df14cc805d45e09da9d5' +version = '0.26.0' +source_hash = '8d92594386e692da86c22a4c9bf09e918de5a12400f4ba243f317fa7c8b7f19a' model_hash = '006934f6c884a0b30271a67567e8f18cda2153e59388249a32d4b7ef3066f6ce' [crates.aws-sdk-connectcases] category = 'AwsSdk' -version = '0.6.0' -source_hash = 'c643705cc6dbccae3b65682ea2f981c928555df97f0fdbb1c4bca70d8f795e00' +version = '0.7.0' +source_hash = '214db349cfe942d7a3d68eb190fad5c603bdc893e5697ae66708b2788cda74be' model_hash = '4dccd683ffa488785168b3bb9dc187960f575fe4c80c0999d9198cf107711fa5' [crates.aws-sdk-connectcontactlens] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'e3d8b9383855d5cda458583f15a034a74e5c5103b2d5292b34ac6600da5e854d' +version = '0.26.0' +source_hash = '5a9d442569cfb4c1e92afb74a92360429b53a0ea7406aada1d906f8e668d2b48' model_hash = 'e105f34c374e0df2ab96c10a8e472fd6352182a4462ab0057dd1c7532f9d3ea7' [crates.aws-sdk-connectparticipant] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'b358ef7d4f68a552cedeee3ba78b197757ab50151630482d458f80ecada6ee21' +version = '0.26.0' +source_hash = '33128cdbb32ff8bb0f4f7c5434c461adc4b3859f4e5e8f48a7f9d6d01aa21d5a' model_hash = '67fdab1f0b96aabd29fe51e5bed3568d2980669b0e292c611e7399fc18e0eab4' [crates.aws-sdk-controltower] category = 'AwsSdk' -version = '0.6.0' -source_hash = '9dc37ddf4828fc8ab75b3874bfa37a88b170cfa879ad81333b8a49e743f31165' +version = '0.7.0' +source_hash = 'f523f4169b8e02f67001683e35059ad916dbd3c228c9cdd92033e98f4c66fde1' model_hash = 'd640a5a49707fce457766dd4c84119cf05b2ef27a5bea1dad646256a6eb660d7' [crates.aws-sdk-costandusagereport] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'eca1caa485d88cd1ecd3336a839eb135bd039b2f985613c11c0886f7ca13614d' +version = '0.26.0' +source_hash = '1a802d281bde877f4259737267a25e0ce3938fe943294f0321248d2ebb67f151' model_hash = '9cd9c34b9a82f0c3c0153dd28c0f0bca718d34a70efef80ea2ba2de745143a98' [crates.aws-sdk-costexplorer] category = 'AwsSdk' -version = '0.25.0' -source_hash = '07694239de7539606ea2693275360715bc0d4d24f071ac0c4def9d35c1dd743f' +version = '0.26.0' +source_hash = 'fbcfce0a752977f5e304b35bb35ecc47618f74fad0c609797c49a6b4044f401c' model_hash = '6dafc6d1811223e3d062aabe3d17faa9c15402c172f18f5d7995cdca996f21b5' [crates.aws-sdk-customerprofiles] category = 'AwsSdk' -version = '0.25.0' -source_hash = '5dc9369e77b408d81fce974e5b4924d3d898b667c61695a8e3210c39204b2c78' +version = '0.26.0' +source_hash = 'fdc9258417f8af9f56121f31d256dba43e06243193e9c7def703b9560f23fccd' model_hash = '5864beee7f4e3845e56c24d377bd3a0660ca9dd3cae38d91c545773482963437' [crates.aws-sdk-databasemigration] category = 'AwsSdk' -version = '0.25.0' -source_hash = '76f2a4566d08b0dbefaad09e5721dab789b64e1b53f9f1352f38fbf6576c24f0' +version = '0.26.0' +source_hash = 'a4174e268849cd3a78f6e6610b0b466598b9fba2abde464c3d1d7514b61ab16a' model_hash = 'e90a552ee91566e6b034eec9120a99cbfb2c80d4de96c6574435acd7ead4d7f7' [crates.aws-sdk-databrew] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'b9fd14bd38c9376deec0b60b0d0598e9d27b3195902bc655a46a605ae0c6a1d9' +version = '0.26.0' +source_hash = 'b344b18914ae23de46762b88a14a6165467536fde16c9f222281302273830fcc' model_hash = 'b8a849c04e661a0428253d23ecdc151d4fc72a9dd31288ab85f56f52cf235d7d' [crates.aws-sdk-dataexchange] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'ca1dd685f3ba59f7778762ef7dde7f0d970f1b3c3d5901507f8710cf92c8b39e' +version = '0.26.0' +source_hash = '5fab258e9a3f131dcd20c35df64df9cff97ed4b476d37c306aec211b7b9bfdc3' model_hash = '0d72393a136cb6a9eafc3b837ebd45497ddf22453d039d92e1e637433377c2cd' [crates.aws-sdk-datapipeline] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'bbfc76f52f34039b275b46fc72b783909583bb4d2da9de3a826331875fa61d7b' +version = '0.26.0' +source_hash = '7866ed52d891bd0c29437a15f238fefce3ed4b1501cecd25d915bd425146fc60' model_hash = '346646ea794eab243e008d4fb97e0c8fc6a54abcfc144abeaeba188888006233' [crates.aws-sdk-datasync] category = 'AwsSdk' -version = '0.25.0' -source_hash = '175348d5783fd9c7bf8d216c99a7982782f0c1c28630f65243706ac1af4ab3b3' +version = '0.26.0' +source_hash = '20c3206b304f13e49b445301b8357f14047679463b0221fb66de0c9cc708eb9a' model_hash = '539a5a3562eb656e88a3a66d65b129e9f3c5a33922de679773f52627cf921baa' [crates.aws-sdk-dax] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'a0f252c199ede04476cd689e262cf9b90effdad1027f005da6c0b4a3fd5f97d3' +version = '0.26.0' +source_hash = 'f7d82339210946201e673fe5abf8358ad0ff33e500434076630ba44e31647c07' model_hash = '4b2416456a7f40e1fa62f7f957da8e2bea5878fba2750d14f01c1aee5aceb753' [crates.aws-sdk-detective] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'd1135b3d7a115f671f04c9c4aa28368b7b859fee4046abedcbb4d721b478f6f0' +version = '0.26.0' +source_hash = '18fb9698f256d8234253c1521ca430113a2b3ce796e811bfa0cb4277abe22fb0' model_hash = '8ec449ac0cca6bcd60b931042cf76746240c4876c73c43daf90e8c67131c5a27' [crates.aws-sdk-devicefarm] category = 'AwsSdk' -version = '0.25.0' -source_hash = '1ac2a002079814a51191e8a40f523dcce2473b7676b2b71a09fac6f9f854e6b6' +version = '0.26.0' +source_hash = 'c2085ce55f042c7c9e15fa5eae669db8e563ab89caf50dbd0d278e75897662da' model_hash = '5dec6d61b42428dce8922f626a6ecdc36dfd4955cbb3bdf97a33013569903e0c' [crates.aws-sdk-devopsguru] category = 'AwsSdk' -version = '0.25.0' -source_hash = '301d969176a15c6ef47501e97f32f73ca6138b66764c97941e1922205798f1a5' +version = '0.26.0' +source_hash = '4d3fe98595bf3c4d58e1636ee0ddf6f312551c38e9d9320da222e19610853f13' model_hash = '0185baefd090556628ceb75619bde078ddff6e16dbcbcd2880080f706f21322a' [crates.aws-sdk-directconnect] category = 'AwsSdk' -version = '0.25.0' -source_hash = '66eaf5f1a68ba5ee7834803f2a5d62947108136424a924c3ff9c5834c933b0a4' +version = '0.26.0' +source_hash = 'eb85851bf64e2d42dfb72f578cd2ba980a19fe6368f3975c0c5628fc1e61c846' model_hash = 'ea78b6771dad8f2f0480501d711c068b1185813dc381aaf59b97e1bc48e5a222' [crates.aws-sdk-directory] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'ed0cfc3a64550ad2ab73619776b8ee8c94f68f2439721fb78a9c9d6d40b587aa' +version = '0.26.0' +source_hash = '3a98c305d30f5b7969e4ed2383ac61c5df7d7da8dae443b03f64e0ea09839be7' model_hash = '2f1821f658b4a829ebed8c9f82e8dab51940f7a6fb4bc085fb68452bb58ce28d' [crates.aws-sdk-dlm] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'd49e249ceaeb9a9f3c3119b6a55b8b7b17633913a322c9808fa5e07bff6b2fed' +version = '0.26.0' +source_hash = 'd15f230688f2560cc373f190d85fafa113defa35b37fc6125228bce4e8df6419' model_hash = 'e139bacc30b52c3c565d90b768e92d3fad00d5e1f6f21d26704501875aec9c27' [crates.aws-sdk-docdb] category = 'AwsSdk' -version = '0.25.0' -source_hash = '0cf37c198b0fdd4c1d14a96a4a1e24e270a73afcdee95f2a65384b73e955b4cb' +version = '0.26.0' +source_hash = '8e7bac62cab46b313523062c5dedd3bd71cc8cbeb2c330685415618723745e7d' model_hash = '35870a06d65a5b9361639220f9bc2d0d58066f9db28b5b5ca530deecef8ecf43' [crates.aws-sdk-docdbelastic] category = 'AwsSdk' -version = '0.3.0' -source_hash = 'f8670a7080bd2538eb8c29b1503b6d38cad50ae8d3e6254a39c135ae63472c8d' +version = '0.4.0' +source_hash = 'eb87946c4c6e270dee95b71d7f1e6af70329e4187abcf0434ba89e8c4ace146c' model_hash = '67cead9733699446ef9051ec039726b2aa6c40ed1afb7c122388308db37eca74' [crates.aws-sdk-drs] category = 'AwsSdk' -version = '0.25.0' -source_hash = '59c3d875f38a7d011c3934a917ec76e7151050252d2c8d41122eb4672d9f37f9' +version = '0.26.0' +source_hash = 'f164fc98dee173917ca9e2bbddc12e51cce5d19428a7d72d8b4ac315adb349df' model_hash = '373038b542bd456d14af1042791145272977e9b59cf2ed76fc47b79a99bf4d3a' [crates.aws-sdk-dynamodb] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'de44cd4ae8e379b9bc10d0ec4a5d4a95e5bf1f1bc0a9332eaf8f0dd6889a32cc' +version = '0.26.0' +source_hash = '3754e5e9e7e55288c8cf4fa1028a0875354b656599e2b5c147635af25fe122b4' model_hash = '715d75019b3ee8f342cef0c669de2ca3bae462b94d0c087940571f2064bda443' [crates.aws-sdk-dynamodbstreams] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'cbf58f06a1cac08e27e49d00e6a05e055744cf21fd4bf01284c4a037249ed562' +version = '0.26.0' +source_hash = '90234a72b7c60c9903cdf246ef48cebaeb9f1ca6800ee7352c096c55e4ae2c14' model_hash = 'acd0e905da6b9eaa8eb06f02cc10faaa6269d40760d8c27f90b35332dfe3e675' [crates.aws-sdk-ebs] category = 'AwsSdk' -version = '0.25.0' -source_hash = '0b43460446698d02788e381a7612f45977b3cdc573cc904e07c81b291a1fcaa4' +version = '0.26.0' +source_hash = 'ace579d43cb68aba5d76fcf2c5c204f067a590f08372398baa3fd867eb44a33b' model_hash = '975ea7b4fb4bd5b82859fbe0b8e9b777a204d04a9934a44e948864fed563d99a' [crates.aws-sdk-ec2] category = 'AwsSdk' -version = '0.25.0' -source_hash = '3815285a0416ee2687b7cdb690433fbe04296d53752041a356f1e1aa92f16e3d' +version = '0.26.0' +source_hash = '016eefc34064aa8127970a5e787dab2f1fd28df8bdf3195cf3db5cfe26810fb2' model_hash = 'c8850bef8301dc6095d217da93db9349d883f0c4602462b132c934497c4dc3bf' [crates.aws-sdk-ec2instanceconnect] category = 'AwsSdk' -version = '0.25.0' -source_hash = '168cc1683925f5f86741245d0b45e88f17c58259bcc19c192642d17f1565e51e' +version = '0.26.0' +source_hash = '051690b5202309264f3b529ed2097b293f951daf4b3b6d9a21f3cc84939ae28e' model_hash = '0c6360b7da4f4c16b397513c1125930e45bf9d873620e5dbcc1d9a5e810a35e3' [crates.aws-sdk-ecr] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'deaa2a9c4b3b5595a9474710b68bf63a2163167b4213e6ea86ba2e3e9a395c8f' +version = '0.26.0' +source_hash = '2ea581b013319f282c8da427c4d00f2f63761eb5bec2fb9c2540374a75b5f03a' model_hash = '7a0e48987af23e849d0a7355bdfd7a017b85de4cd7cb644c8604150199048062' [crates.aws-sdk-ecrpublic] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'a83e51a46db648d23c6d4a92c94d2a0e0dc26aa5988916fd574e108a62966822' +version = '0.26.0' +source_hash = 'e4f74f65a76286153a3f5bc3d2000e370900fd3247fbf1a48abf38b067050037' model_hash = '2539b6ed2c6e2bfd3cb0edffcf024ccd22ab7b4409750bd34ad5265bd84b11bd' [crates.aws-sdk-ecs] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'd9cca0078fe15a921d3f5a9ad8217a9f232479de1bcfa00a8bc254315e721748' +version = '0.26.0' +source_hash = 'd93637fae6ba01ff7c309a31535502bea2323790141dd3b34d4f4239f79fa6a6' model_hash = 'eff91c3e6850ce6fe24b6cf4630d176a4a6774d0c02e931d9abfca21978cf78d' [crates.aws-sdk-efs] category = 'AwsSdk' -version = '0.25.0' -source_hash = '13e768947e989d4ae6703e2c9b6fd1a28b632f3ed8ff6976dc9840fc906b0f10' +version = '0.26.0' +source_hash = '1e3ec9567042850520e9a661cb28e8ba4d36b8c98154b34f7613a117aa011d5a' model_hash = 'd6b1558e011da3e44e845b79aea459e598abf1e2702f3fca5cb401c922ad971d' [crates.aws-sdk-eks] category = 'AwsSdk' -version = '0.25.0' -source_hash = '4c4c6e51a991395b6a0f41164391cd1a441b2316628842721573c9fad99d257c' +version = '0.26.0' +source_hash = '059aa417d355347c19a92f29ea8deb03a7fe03d6d3a4dbbcecad70849542762f' model_hash = '4b437f9aefeb8219ba84f5194beb36abb8178944476a298263e46184638d1927' [crates.aws-sdk-elasticache] category = 'AwsSdk' -version = '0.25.0' -source_hash = '979ccffe5240e4b75939b391d586c2ba50d2f6d81dce726508e48ce7bdeba9fa' +version = '0.26.0' +source_hash = '3d727c19dcde9e340da7979c280c6637c8accf20559dea2e3300b1986f587f21' model_hash = '211a70f914f7be66025ef9340f9fe54a007260303f8e2ef6f5179b08feebf729' [crates.aws-sdk-elasticbeanstalk] category = 'AwsSdk' -version = '0.25.0' -source_hash = '3fd440d0bd950239af1c46b34290f15539375d9ce0bfcfe459d395730c1026ed' +version = '0.26.0' +source_hash = '468b6577f1d976d9889f06fd21c5c4b420d9461619a82d6adbb5af0251f10e43' model_hash = 'f1b799d8aba7d4a0e00d48b6108426507fd79960005e3ae9f0bd5984c2e741d5' [crates.aws-sdk-elasticinference] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'b1b3a7f49f4997db5bd48df975420844979049955dfeabcda4327e32616ffe3e' +version = '0.26.0' +source_hash = 'b687f247648a9c8cdf8087c8c276441539b8dd6920c84897cf8d7ca0f1f93aad' model_hash = '3361aeef565f3885f5fb07642f02599715f91b744e9623303b425aa0af837667' [crates.aws-sdk-elasticloadbalancing] category = 'AwsSdk' -version = '0.25.0' -source_hash = '794a207f332a4f5132c11c6af37b982cc7e40dbf53b26ba513f00820c9988678' +version = '0.26.0' +source_hash = '16344eae51692a2a02ab8f1299355680f5fd3094ba8d905a88ce972335ad3a0d' model_hash = 'f3760df83d642f97d34bd721528ccd04dc9c84f5dc8f823cf0775330612ea6e6' [crates.aws-sdk-elasticloadbalancingv2] category = 'AwsSdk' -version = '0.25.0' -source_hash = '598cb2cca336bc1cf5c63dbeea54126d5c4fb32d094861c4d1f1601a3509b053' +version = '0.26.0' +source_hash = 'd98327b179bb4bdcaec314182d51abb41e1a6b296915cc57280a67fb92cf5ce7' model_hash = '76c337962978a2879307e222f37271f35cc30da943b2a44b9b4b69d7970be485' [crates.aws-sdk-elasticsearch] category = 'AwsSdk' -version = '0.25.0' -source_hash = '7af171151165c50debc2109d6a66652bbe3101c7c30224b53b88a53bec39ead7' +version = '0.26.0' +source_hash = 'be362dc44cb302fa7de14b1c888d1b5f00addb15dc933975bfd84a543d160f45' model_hash = 'ad0460cf293de4db931da17cc7ce53c26ae2798aeb83a424c62a64d621ff615d' [crates.aws-sdk-elastictranscoder] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'fb8b67807df607e85a1a0724959406eed8509fbdca84b6f9d2bda77f736194fe' +version = '0.26.0' +source_hash = 'f54c99be949c3caf4a0419e620e23231450882b5b9d676a57e0e56c988b3e9f0' model_hash = '38c3d8bfebfa18ba88d663e8d9d1fcabdae5a496d0222040ffa4c5dc3b710f1a' [crates.aws-sdk-emr] category = 'AwsSdk' -version = '0.25.0' -source_hash = '17a7886d48679cd39de801179c7529b91f8ee1739d06c247048d6ad3034bba4b' +version = '0.26.0' +source_hash = 'bdf5f3f7a5cbb99883f790e0b637736fe2696d45d47005f801b8f1791de7382f' model_hash = '8a11b05d7c01cc773841c9c2b77765f240882efd8cbfd93ba62a3f7c9c7671fb' [crates.aws-sdk-emrcontainers] category = 'AwsSdk' -version = '0.25.0' -source_hash = '39649167e5b9d55bcc5c5739c14a55db32a6556e168165a39c504874f037734e' +version = '0.26.0' +source_hash = '6ac6b2517c7d8c27d05784dd2cfc60c797479846c4d2bb307fdf424ced1706a5' model_hash = '24f5d1e5bd0b679b7c65ee992c4b87fe54a9f321fda7420e33e7dd41c3c56416' [crates.aws-sdk-emrserverless] category = 'AwsSdk' -version = '0.25.0' -source_hash = '622132fe3a9a0ee21cfed6db8c636d52bb8b84908326f6a2f8945e56c8e9c788' +version = '0.26.0' +source_hash = '973654ffa8189fbf6cef1bbfd2cec3b8e0bc65031a161c213f496f96256676c2' model_hash = 'c0987b180b3c97a3f2a543d813b937a1d26b611fcd10d7b50d92e28161b67ae8' [crates.aws-sdk-eventbridge] category = 'AwsSdk' -version = '0.25.0' -source_hash = '11e641da8d9450fe8ff40e98b1588040143a88c6f4e9f459974e539e0efbdf25' +version = '0.26.0' +source_hash = '3becb318e1ace55720db71017f181b583f691907e815c0ecd110052895244f24' model_hash = '3592bbd23074438101d846df7b3695a7a0cd05ccd2d7fe3ce491b2af1f331480' [crates.aws-sdk-evidently] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'ed2ae67bc5328c78c5059a4e0d23f3fedcd850d2c6fb761f9cf82ac4f9b03cfd' +version = '0.26.0' +source_hash = '35ffa89dd505247d9623ee2fcda2aa013a815e010ad823b113ef8b2f31b450e5' model_hash = '798fce4334820212486605d1e5b93d15d7069fdc17f521edfc0ae5881fa43d5c' [crates.aws-sdk-finspace] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'f075282cb989b3687e8739d5d8479e18a687f84cfe727675e6eaaf90c0708c28' +version = '0.26.0' +source_hash = '0d0b8a94578a6a414e4af1d097485965a6e3cd9d24a5fdb379c2afbd11459f17' model_hash = 'f89df1ae029881ecc96610004ee2f45b09bb539878733475827e4cba4af3e05c' [crates.aws-sdk-finspacedata] category = 'AwsSdk' -version = '0.25.0' -source_hash = '8b03dad179226e2267204cd639aba1f22d8be2f1d14c05f41a613258dc75e7b2' +version = '0.26.0' +source_hash = '4ea9e10bdda83a0cc1ef7c6ec4289ab684f8cfe621ac30244a145bd36c6eb830' model_hash = '00efd72040a4c1b000e51b8279cade01ecad5b33d2f7374a8df602ea304b6794' [crates.aws-sdk-firehose] category = 'AwsSdk' -version = '0.25.0' -source_hash = '1b09f5b3422198c0159fe32c1a72b043171001557fae61fb5971bf80234a153a' +version = '0.26.0' +source_hash = '381d333c6fea1ed4efeb43620c9a6c845e118d5fe3fbb61b196e1658405d3460' model_hash = '2809b217565629d1c39a5d992fc27cfc0308760ebd4139500ea32fe850820caa' [crates.aws-sdk-fis] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'da00b1a99f49680ebfd3fbdbba66b2e539258e4e643e384a36a8ae2f8eed28cd' +version = '0.26.0' +source_hash = '492700f6497071ef858d66ecb104e83bf012b6e0f5b1f4940c181ac6d192d32a' model_hash = 'e0eaa3bb0e56ac3c862bce0d7c9c1633a2e765a67cc635e207133a4d1adad0b4' [crates.aws-sdk-fms] category = 'AwsSdk' -version = '0.25.0' -source_hash = '7e297ef68201e07f1d9933b5ce2f08286462226eccfbb9a0b3ade2736b210b41' +version = '0.26.0' +source_hash = 'd78a92640a6ca9201cfa86619b62d51286d16dec65ab2c1a5f5e238ccb00e9bd' model_hash = '0594c47f7b2a2553dda17e9ebc707a2f8df572d3433f0c3ab671115e65510ebf' [crates.aws-sdk-forecast] category = 'AwsSdk' -version = '0.25.0' -source_hash = '0d5760942e38b20c938224efa4b94a939e72becedef00b9cf19845b2968ff532' +version = '0.26.0' +source_hash = '8c704289e4005598c6cc6ad6243dbc605e06d5d0c797ad2f9888a69396ebc323' model_hash = 'c209e9820740d9cfe9709b4a1ae3e773f632c1823133598cb15f7fcd71dd5237' [crates.aws-sdk-forecastquery] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'a93d903596a12ab6e147234a5dfb7f05faf4f7d304f678a16010121d438cb0b9' +version = '0.26.0' +source_hash = '7047917a6649c7000339c7a79169150d644292000fe58f31e460684481b644e7' model_hash = '81ecb73d1c263b6cb1b6ee9480a532fadb5a4afb706dbc4a4360749cba5c47d2' [crates.aws-sdk-frauddetector] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'c22c82e55846824dbe9b1b295e4bf823a8359953e40ea5d3adb248c782ce0589' +version = '0.26.0' +source_hash = '7a6a6daf2b1ed62d855c095e0814b3c375551de0890b895ede0915fec05baa7d' model_hash = 'f0a92e824775fe909a61e27fe00914bac1a1187009b41d30f69cc18055c185ec' [crates.aws-sdk-fsx] category = 'AwsSdk' -version = '0.25.0' -source_hash = '593888433b83498842a0fd75bc915a4f29e6d36e946a30dabf450a8f3a1134c2' +version = '0.26.0' +source_hash = '0203f107dc359e98707599f167d3c7de6498a9c1891ff415b8770c42254415c1' model_hash = '162862b0f046dde221e028629e32d51a5308f87edac790f0225f038039307299' [crates.aws-sdk-gamelift] category = 'AwsSdk' -version = '0.25.0' -source_hash = '437ffa5795e8a6041718a2f9e519f6dd4322e7cba1a7798efe15d1312426abd3' +version = '0.26.0' +source_hash = '332ca4be3441e4fe47e4af7cf7ef102fd5486159e7c775e46cdb860c92124020' model_hash = '7e55e28691f5aeb83fa581fe011cfd6ce0aa97cb57f91ea7fd14a4db38966131' [crates.aws-sdk-gamesparks] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'be55c01ab4fd5e85d9b99ccb32010cee7ba49d48b01c2e209b06eb5cbfba8328' +version = '0.26.0' +source_hash = '0af1338b59a0fa20561c5c452e4b2bc0a199a68fb21f23ac4b85f3f43b3100f8' model_hash = '6a890813293fecc2130f07a8ece91fbc82a5a2511ab39780280ace00ea9fae0c' [crates.aws-sdk-glacier] category = 'AwsSdk' -version = '0.25.0' -source_hash = '13b32441af9cd45ad2ed123b998c79bfda1312ceaa93003af67a4cab3ec03f24' +version = '0.26.0' +source_hash = '33640efa2752a8d9c6cd70008e6593c24d16b93023bb897566c0b5d33bcbac99' model_hash = '0278dae1a40ddeef7f6056561acd2d2e07fec2cf3be3deba21491c5443a2c982' [crates.aws-sdk-globalaccelerator] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'a35d1dc7dd84302fee76fd1f1b3f4b578e1bcf7b7b10424548f92df0d11edd25' +version = '0.26.0' +source_hash = '52db48bc13699f0b2825fd9d41215696b0c1204d8cf719cf0375ead4cee37bf6' model_hash = 'f7cb1aecc9c1ec8052401e46b642772dfd05283b2d7ed3d289eeee11de477545' [crates.aws-sdk-glue] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'f9f86f2ba485cae67972155e49ea44444427df1bb5c99d4ea6e4a4294e031d91' +version = '0.26.0' +source_hash = 'fac91bd08919a29da4e57deb7c223a00d63756cbff01f248288856d2228d32a0' model_hash = '42e8e31e8427cf107476721172febf9074c1e76195cc84e60f9f4ac96024ed4c' [crates.aws-sdk-grafana] category = 'AwsSdk' -version = '0.25.0' -source_hash = '8164e47a4796c627069d77741dd5f99af1c3276edce61e597240227caf2d9d70' +version = '0.26.0' +source_hash = 'b1d6c4dc2c8171828e3034e963ad34b71cf5399a34bea8f6bbd0f39cbdabaede' model_hash = '06004ecec263516ba3ffab09aad61e09aca1e5f7149db25e5e415bf36576c21b' [crates.aws-sdk-greengrass] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'bf6f5cdf8ff25552929709bc248cab1c96b09184074a8cc3ad54da322b64daac' +version = '0.26.0' +source_hash = '1765f9dcd7afb1af44ec4f975ce4922212b3caba25ac7460c9e9716422fc86c2' model_hash = '4e4631d14589014a7b148c879576d7a8632dfcf31aa4823d291e5bb7566b8194' [crates.aws-sdk-greengrassv2] category = 'AwsSdk' -version = '0.25.0' -source_hash = '919b73aa3498c10086e74f69a4ea52bac8d4488199c4f5091afcbf6c95403c54' +version = '0.26.0' +source_hash = 'af51f001e7063909578c83008cf0d08e947f67fd24ee40e4c676427e5b1a0bad' model_hash = '198e0755fcf27a2304c4421b4aa1ec39fcd789b6dc09aeb7d9b918f67f071350' [crates.aws-sdk-groundstation] category = 'AwsSdk' -version = '0.25.0' -source_hash = '2e9dcae58ed79cc2ea109b2fb0c33e872c8ea4b6b826f24c3131a7926f387214' +version = '0.26.0' +source_hash = 'd0d6c42763022ade74733c38b5403c24281740ccb3b78e27004b08ac584dfef4' model_hash = 'b3908ecf61c11d2e862972c10affb2e32c97dd658c029cf25526a9e5f1b78d7a' [crates.aws-sdk-guardduty] category = 'AwsSdk' -version = '0.25.0' -source_hash = '6bdef3ed20d28c5757509f84e520e99458e040768939a9a7beb7996bafc02033' +version = '0.26.0' +source_hash = '4c0c94e81a2785935a3c3d6391dde8a79d147d65db4c1c2f475a29ce064ce5ce' model_hash = 'cc6df72a850efe572d83196243d58402586015d4fd89359a10fc3a0db81c4ab7' [crates.aws-sdk-health] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'f50402bb0e4e950302c6b1b1c1e61d334c10b28047a641248647d23d7894ac39' +version = '0.26.0' +source_hash = '3a0d625af493ed78efc4d1de380df80edbddac5f6bdf510202f99a630e5a2932' model_hash = '2f2093a76baf6ed8ad4063d564832cf51ca16cb5ceee29dd21cada0c9ac26b90' [crates.aws-sdk-healthlake] category = 'AwsSdk' -version = '0.25.0' -source_hash = '97657af2257d4e9abf297f84da84eddc5e42d635b0d388dff8429da9490a5f5d' +version = '0.26.0' +source_hash = 'ffcab2fefc1cb1664d80ecc2a2fa92f9cf91568cf6f30baed4e4f6917d4c444d' model_hash = '4ac23830559e8044ce3248d54940377082dd416e07212f51eeae456322f6d231' [crates.aws-sdk-honeycode] category = 'AwsSdk' -version = '0.25.0' -source_hash = '5ab25bd5018efbb23e881093d390965e48c8b70d45b28702cd864e81fa533c81' +version = '0.26.0' +source_hash = '6a7a4f3d43fa1b348c4c1921f0d4e9264b74dcb070d73c78fb685f1934965368' model_hash = '33abd693dc6c9afbd6d4d7d8199c1281a67a12add9c0c18d598cc49942c62a5e' [crates.aws-sdk-iam] category = 'AwsSdk' -version = '0.25.0' -source_hash = '53990ef4882711b38d9a3a3ba009113800ae372553a8789b987f4a90a52a7eb8' +version = '0.26.0' +source_hash = '3e588837db2ec4adbc0f11755bdd7e84380fd99a10e8e5b13b94ddbfb99df593' model_hash = 'a96af31bed25d2f1cfe696e5ad684bd45324d88c9807842f8a01fe66f0fe0757' [crates.aws-sdk-identitystore] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'e23cbd22210ca05d678fc42dde597104cf5d16f400836ab6a1210d2e6367d6f3' +version = '0.26.0' +source_hash = '74a53f9627a4cd1a4acc18ece4b9bf9f7c7088a6bd101cfae209fa8914151697' model_hash = '445707168b67ef33514cc0f525809f01fd7f3c2289837f05ebd3972660aad280' [crates.aws-sdk-imagebuilder] category = 'AwsSdk' -version = '0.25.0' -source_hash = '19e92967ab780b1c7a1a4300c546f53dcc438ce6097db670d5b0d60fab75b933' +version = '0.26.0' +source_hash = '165e6c347b70689a1172976c38f5d6fed110cd13705da5c19b27074cc92c3458' model_hash = 'dc185399828cbe037b8025e4014232538c88b081666a4016f58ceabcaf5771f2' [crates.aws-sdk-inspector] category = 'AwsSdk' -version = '0.25.0' -source_hash = '767c8b0f8e3784368d034e773bba87ed7b9cc5d7a0d42d51a65de4bb8d26529e' +version = '0.26.0' +source_hash = 'fccbc1432c4908d5106befdefda5a9f82909a5a2e1eeb061f48a7e0b7e8d4b8f' model_hash = '0c6b4f6a4c55837227e01683214b3ef0a69b51ffbc1fdb9e922f3fb8958b3aa0' [crates.aws-sdk-inspector2] category = 'AwsSdk' -version = '0.25.0' -source_hash = '7e887de2b34b4ea207d60fdae4960c9882e3baccf21e50de1c0f423ecf35b68b' +version = '0.26.0' +source_hash = 'f474aa632373883c04fb90ceebfdc6997c8788a3c5dc3ee9c0a16da62fe33671' model_hash = '6211efef5222b9d805be7ecde6eb000ad0b0e904882fce35c8de11c250067674' [crates.aws-sdk-iot] category = 'AwsSdk' -version = '0.25.0' -source_hash = '090c157a33a6d60506d178e931aabcbd7b315fa3b524d6d60d0a3070e41235a7' +version = '0.26.0' +source_hash = '0f89cba8b11cfb3543c5a7790e722fdebdf9ad687ab56b4b739ebc3e141534d1' model_hash = 'd5bed309394c1c365c2c081bd6ed04307cf028986eaa85d9c9699809cb195227' [crates.aws-sdk-iot1clickdevices] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'fa2d2959fa07431f88bcd312e7dc831a2bc51390e779f9f0c50a9ad39b987402' +version = '0.26.0' +source_hash = '70ee888fe8d23be580f17de33c7fb851194e570f527083e7f25b91ecd73cc0d4' model_hash = '556ae8026442cba2c7939f820a5dff690fa4f913f7926e6b5d67759d154ecacb' [crates.aws-sdk-iot1clickprojects] category = 'AwsSdk' -version = '0.25.0' -source_hash = '1e8ffb8e442296cbf3ef523ac1556148dd73e5813d1403ee9f52220ee48f338b' +version = '0.26.0' +source_hash = 'aab2e9caa018e30906ac8c40d33aec464f2fd30ca985cbaa06250e1d16866167' model_hash = '7fa212767f314599de31c4c052ef54b618e4f3b92ca628788d241bae34c1c656' [crates.aws-sdk-iotanalytics] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'ec9460beac602c31a211cfe1ed1861e34bea7f52a917b71e873411a9c5e4023b' +version = '0.26.0' +source_hash = 'e0fd8d25ec8fa2e88536b17c2e5687c334d30443b37c59164520dc87315d5805' model_hash = 'fdbc2273e951d6862ff82dd14acd265424a581b77c48c5366080d13c51ec62e9' [crates.aws-sdk-iotdataplane] category = 'AwsSdk' -version = '0.25.0' -source_hash = '07db339fe7d6adc261fa5862d8d193c1e67355790dcfd7a1f1b40b617f2468be' +version = '0.26.0' +source_hash = 'cf8aee6789d1030e3abe2ab32bb3577f3dd443a92c3daae234a6c0cd82f194a1' model_hash = '62affb29fb3331732a4e95bf28c507cf617317d6ed96214959a76ad41be8e4b0' [crates.aws-sdk-iotdeviceadvisor] category = 'AwsSdk' -version = '0.25.0' -source_hash = '6083b0fe8d67ab571ad1eecede8a9a9dc8cf1328c27b97774c2fce628d0d8d9b' +version = '0.26.0' +source_hash = '17169926f90b0b739af611a26dbebd17729b7e0faa79d2fd1c495456a8921ef9' model_hash = 'f7ce88238de6716e06af2519e2a2751b8a69b27ea5fd64e3d605c4f9e7b55837' [crates.aws-sdk-iotevents] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'fc3c09320bbfdf8a755e43fef039c88a26fd7c5174dcd9db112d44afbd1575d1' +version = '0.26.0' +source_hash = '712124c85abfaa1baa7ef8aadedc35d87fdb2144eb7ad5de9d8ae2067c2830dc' model_hash = 'c6904fcae9e192cd6600300ca8b8ad7af064177b1aafa224fb3002498655179d' [crates.aws-sdk-ioteventsdata] category = 'AwsSdk' -version = '0.25.0' -source_hash = '136c21a41df40a4f687f77d386477416f684430c31deb9dfa80d266dff0e7bc3' +version = '0.26.0' +source_hash = '40cbf7819093271deef38389ff8f3bd625880828b695de36a5c38d3197a912fa' model_hash = 'ed44437fb04d0fe23d0bce54f223359dcf21e34dd2720ac7f3b6622cb73c0ca9' [crates.aws-sdk-iotfleethub] category = 'AwsSdk' -version = '0.25.0' -source_hash = '8f9b1b04411c00c6b0d54e9fabc0ee607e487ef8e4e5afa7ef8c6e1246a6dc41' +version = '0.26.0' +source_hash = '4f05e20ff91d4f7b5a743fed9a9316243558919886d424e477d5248027fac0bd' model_hash = '36359f8b572d30a51e4c53077d37899dd99ed2a26bcbbf9c37068c3178cad098' [crates.aws-sdk-iotfleetwise] category = 'AwsSdk' -version = '0.6.0' -source_hash = '2ad64a5bd9feda086125a61c465ea1c5e57cc5f10b3c26ad99582c9a2a7cb860' +version = '0.7.0' +source_hash = 'da2ad6fe7982abc82c70ee482c96cd64ce6cc8395fed122809a84451a9e6a6e6' model_hash = '25b561be7bf21dd9d367d1cf4a7b49e837dd6e9e207b49704d3bf5d643512be2' [crates.aws-sdk-iotjobsdataplane] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'dbb8812067fb5cc09fc09ee666c9b86bafcdd02e2878518afb98e45a1142e0f6' +version = '0.26.0' +source_hash = '878685a7c4f0274313adca1d2dd351719ded881caa1932a0ab593a756f922e8e' model_hash = 'eeed04b088b6a9a2bb6d916353470938bbc909e145256a31c252f58c87693b6f' [crates.aws-sdk-iotroborunner] category = 'AwsSdk' -version = '0.3.0' -source_hash = '706aee17676d8803ee53d96dd2df68b287e0cb7fba8e12f09aa72bcd1f7993d7' +version = '0.4.0' +source_hash = '9fd97343e6472adc1a35ecb1d1787b270491ef62ca9e13dfa2320facd6e04572' model_hash = '18293334c50238f8cf453443cb2d8f85f8645fd60a3d6fc53340dd2eddeec9e7' [crates.aws-sdk-iotsecuretunneling] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'dc03efd9a66fd8e94908bf540d3e8a22a58eb913680ab675c583564dc81fe010' +version = '0.26.0' +source_hash = 'ceac8e5d5a8e2e3d75ac001118e3400e09a6de314bf262acd1fa67a46780ec98' model_hash = 'd21061b3c7a1f8aba78a8bf089ffcfaec51ce8cc1bbf395cf485a381b103fa2e' [crates.aws-sdk-iotsitewise] category = 'AwsSdk' -version = '0.25.0' -source_hash = '5ebd66a3276ea03d01af60ac3a169d5c232c18fe41bf4cddb1938c40d16e0c1b' +version = '0.26.0' +source_hash = 'c9cb1f88e2b298fec717ed00a0e07648741d6b2d7a454c0aee68498584832d7a' model_hash = 'a9b966eb57d4c1764ad7cb082e0efc8e5c3a1552abbf6bd2f5d67d166935c3d1' [crates.aws-sdk-iotthingsgraph] category = 'AwsSdk' -version = '0.25.0' -source_hash = '104063622798268015e9c423f8b922517047dfe8c76f1a6a71e463c02e5af350' +version = '0.26.0' +source_hash = '981862432601743a0f8498c396a70a3786e89bddc4c59afdbf3ec10c31a0fdf6' model_hash = '20b26ee43352d8e0b7904f987b44068f6c411d46a75ca275df2037aa15320660' [crates.aws-sdk-iottwinmaker] category = 'AwsSdk' -version = '0.25.0' -source_hash = '84cf1175f7ff79afcf487e49deba704e2ae2f6480fa65e500e50841d96a4a7c6' +version = '0.26.0' +source_hash = '31b0b92520916a00535021bb2fb018285bd8974e003aa64ebdcd7fce650e7e37' model_hash = '42f8868fbebc93ddefa3056167790b7b299470f2ec08f606aae284540fdcd472' [crates.aws-sdk-iotwireless] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'fafadde2b9918fd3a5d6674256edb6e44fc3bb247becc657594e52089ea4e1e3' +version = '0.26.0' +source_hash = 'ad4c2ad6b822667b5907b828845c224d98b2b6aaee0d278e3100a37fba53c2e6' model_hash = 'ddb9f31ff6bb4ad135f28454369a0e29ccd7e7cc69083087a1e524eb25e760d7' [crates.aws-sdk-ivs] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'a7d232b6fb6e449ec857278b2110a79a8f25093b25fd079ae06f8d24c844f1d2' +version = '0.26.0' +source_hash = 'e0de33592a558b0326c4d116588295f3de98c69dd9a40a7b832de8d308ab2286' model_hash = 'ac86b27acef38e5612afbb4741158553fafc7b211a1af72be54d13fccaf48d1a' [crates.aws-sdk-ivschat] category = 'AwsSdk' -version = '0.25.0' -source_hash = '8ed4fd83d0fa1792f5229132d13b45f5c417540d77632c01b8cd410c4e4bbddd' +version = '0.26.0' +source_hash = '0c97d0e3bb10f06c8c67efda3208dfd4e511c1c2aacdb2def2e1d03e9b568a0b' model_hash = '19706b7b82caba9fea36a6babd61c429a38656a54533d6b6506e8e6c4e11b016' [crates.aws-sdk-kafka] category = 'AwsSdk' -version = '0.25.0' -source_hash = '37a97b9c1e5a383fbad07749aa6604af3028887371a12ad5591558a89f7befb7' +version = '0.26.0' +source_hash = '1f731b0607322914e20e049913a9e5e53bd16674d3407e321c989622766a94fd' model_hash = 'e39447abab169634ade40abf004e46d86bea21744e9a4a2e27d38adbee6261e2' [crates.aws-sdk-kafkaconnect] category = 'AwsSdk' -version = '0.25.0' -source_hash = '1ace497c183979bf18c856400bdeeb98dbbf1640cf544bea9cd9890414bd6f6a' +version = '0.26.0' +source_hash = '3d9fb6769c109e886dac1213f8385a5282d9281ddd7755457d5a7427ccd9e99d' model_hash = '65e6f0a654da8898172e08d598c0b2ca09a08c497f19d326db7a248bc2980eb8' [crates.aws-sdk-kendra] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'd185b1ca2ec028b5bbfa13309102039f0023564cbe499ccc22a7fdf2a463cab0' +version = '0.26.0' +source_hash = 'a0a2e09c6eb0030511b7836daaa58165077a570c0ea5f7603fd9c3b4b465891f' model_hash = '438539e8cf8ba22a0698b945a361221e22518aad239f6d5f14d08a82517880d7' [crates.aws-sdk-kendraranking] category = 'AwsSdk' -version = '0.3.0' -source_hash = '7868f90b895726d5d1515209a6a605c07adadd3a3c17200a18a992aaac5c38b0' +version = '0.4.0' +source_hash = '72c0720714199289701e237473a54b7ca7d0d9cf213abcf6b63222feefb16040' model_hash = 'c1441e5125dc4ee053379f53a6766399635fe6bc3b91a11b35a877c7f720adcd' [crates.aws-sdk-keyspaces] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'f36a17922ae1aa942d77bcf824d81bac1655145c511bc3348dcf505ec3765690' +version = '0.26.0' +source_hash = 'c330ef4cfcec204ebe7e30110fc84b92eefd53a4abb2d3fe7c706d7c143400b3' model_hash = '9ec8a92782fbef7e2cf07fc9b5e656aa37b59668baff33acae10f270cfff4193' [crates.aws-sdk-kinesis] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'e63c7e871012e3a7078620bc9def75551d51148c6cc90c046c73106a91be293f' +version = '0.26.0' +source_hash = 'd060e1cc6f3639dc974b29444069a18a2052bfb412b19b80d9a816fc8903a52f' model_hash = '5eaef8321cea414140d87258e714988d88f3e41d9cdf4b83a1417027cb702cb9' [crates.aws-sdk-kinesisanalytics] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'a551c6b6e8610528d26eea6b65054cc564ff96854ce82b3aef5a8f65e7cda564' +version = '0.26.0' +source_hash = '941ed4b8afd52b25ae56c1c416bcff18ff1713009bb7c0ecc5c689f7b6c2f674' model_hash = '731d7d8888616e8a145703c9c3b96dd3501f5afa5ea99b4303cb9361c3ae333f' [crates.aws-sdk-kinesisanalyticsv2] category = 'AwsSdk' -version = '0.25.0' -source_hash = '7db80b83ed714a119246997f23a6dee5ac8c18458fa1e59879d32b1b392b55b7' +version = '0.26.0' +source_hash = 'ea05dbfec9f9623f17edfae5d87d0b8c12bb8d801e637160bc999c4fa42fa9d7' model_hash = 'c4965de6fe54296558793b77fca278396627d45c7c44e1ef17f95ab09d918305' [crates.aws-sdk-kinesisvideo] category = 'AwsSdk' -version = '0.25.0' -source_hash = '84bb8d1682e07230d2d39b58cf0eb2337463f5f59fec08b77da08adc2dee2c22' +version = '0.26.0' +source_hash = '21a95161db65736cf3d0211cfcde0ccb0ff1a3758141f5c7e96845097f31d52e' model_hash = '51948dcb6d9fc663b9cce4677d4ad46546a3e4765a748d08e5d45d1f9c5075ab' [crates.aws-sdk-kinesisvideoarchivedmedia] category = 'AwsSdk' -version = '0.25.0' -source_hash = '419878a5386249531526e13a97b01f31885b058a3c5059bf6c9cf8f10349a88f' +version = '0.26.0' +source_hash = '4c2a69eb69d801b113a0fac309b0b777744e1b2d18efee5383b94e48a1d0eadf' model_hash = '3cc5de9afcedb8d6120fb24ba92a03c67e82e245b13c403fb4e7262f015c4cf7' [crates.aws-sdk-kinesisvideomedia] category = 'AwsSdk' -version = '0.25.0' -source_hash = '227307859b402f1e60939eb4c231248a19c04470f46a270f20f63f228e74027f' +version = '0.26.0' +source_hash = '83ca5934b8c6780a12a4d6d26b67f1abb07df54dd940a6eb683252f05e48592f' model_hash = '2f87217e238984d6974932d4ebb4044aa9a44cbc660b4b463988525611be5c4e' [crates.aws-sdk-kinesisvideosignaling] category = 'AwsSdk' -version = '0.25.0' -source_hash = '7c03a58490f48352fcfff2cb07b4a85bf88138939eabba0f777507ada88d04f4' +version = '0.26.0' +source_hash = 'c8e45588f3d6e3be4b27dd1592765ea4c386b71101fde93c9c73997349548e47' model_hash = '32ceb16a6a4e19001ec607c347b4854c20912a56eba8742c898e3d3ffa168c9e' [crates.aws-sdk-kinesisvideowebrtcstorage] category = 'AwsSdk' -version = '0.3.0' -source_hash = 'd24fcea11d1289a9b843e40c961ef0614b21aac4372185450bc063b5ae4a3e95' +version = '0.4.0' +source_hash = '8f6255c1730e0a6e812d93db01a0791a8f802d5b5ffae9fb8d9db4434d952251' model_hash = '74eb6a4d7e37501a7bf3e8b4ab57dcbb007bdacf1d54aaa99a0cf7f4908f1560' [crates.aws-sdk-kms] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'e50e3e7e7a2632cb1e817569d67fa4db726e5921d0e737674faaf710ee36ecb1' +version = '0.26.0' +source_hash = 'a63b840a6f223e8a20948f3764939541491704c8c38ae62c4dc87ee459c2a7d3' model_hash = '01904752308329c09a465d3cbca1d61df02c3e3694a492b069e301ce13fcd568' [crates.aws-sdk-lakeformation] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'be3438feacf5bfbf1f4abd59ccc24e32389729bae159582d0152b353d0bb0e60' +version = '0.26.0' +source_hash = '30bc87a9ac9719b8e997cdebc2c616cb5a7bc85f61385a2ef1fd1776725019e0' model_hash = '179da958dce5313432b4335a3e90a193d2a63a98e4da6b4240c0ffbbac1edf07' [crates.aws-sdk-lambda] category = 'AwsSdk' -version = '0.25.0' -source_hash = '76746efbd8caa7a9e13cdca8a1d513362c2c4efaa91e3a6b45489a47c3c14bab' +version = '0.26.0' +source_hash = 'f2e6b88d8fca12b854f00db3efbeb6a3bf3188312130e32a9f87dd1dd607e817' model_hash = '288fb5e154143daac9fbf99e0d1a96f0e14f2ac80e6c9df0e241cde6f9aeffed' [crates.aws-sdk-lexmodelbuilding] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'eef5ab6f88a1e8de5ecc76c5cbda79e718013b8183674511db03a8fd81395c84' +version = '0.26.0' +source_hash = '4fea7f1b3e96688221b4e3085e1daf2e5cc9991ee843d2fd279b784eb851d22d' model_hash = 'f9d0fee48d31cf033dfe6001ede4b205d9caba2e456e668c7ea191724360f7c0' [crates.aws-sdk-lexmodelsv2] category = 'AwsSdk' -version = '0.25.0' -source_hash = '7cf7d603c5ab95d606ad4a66d7d5959e7aad94d5b403c98eb700fd1ac9b3f237' +version = '0.26.0' +source_hash = '1d34cf3167cfe86eb78b6f19f294fc120beddf0e326fb1bbc48643b8c46f7a64' model_hash = '52a51f7015bbdaed7a0c3cc4fe8c32580ef4b7089cfbbdf89b32ce5c2d043fc8' [crates.aws-sdk-lexruntime] category = 'AwsSdk' -version = '0.25.0' -source_hash = '2a6a976c9218cbd11eebbd9bc50bdd0713ca4f695d7d5eb5852ebe81d8eb9d40' +version = '0.26.0' +source_hash = '00e1b581a03000e03dbcee8e952926ad6e662079c684547e18b72fe8b0aecfc5' model_hash = 'b8115aebdd951e4404c727b362e1ec6f1fd6bb1e624dbd92158cc940280a134a' [crates.aws-sdk-lexruntimev2] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'b4fe76bfd5a18e9335cea7ff5ba67019ce9b9a31e27fe51fe25d8ff793836ebd' +version = '0.26.0' +source_hash = '87c03618493adbc38f2dcad54bb030f5b482aff147da4c9368fe8351657d3120' model_hash = '317ca20abd11a978af6f48bee1237785c93d171d0a7eace07518140ffe9875a1' [crates.aws-sdk-licensemanager] category = 'AwsSdk' -version = '0.25.0' -source_hash = '41997e104cac25331c3909091caa11ded0dc989c7f112c09db1f07b5a84aadf8' +version = '0.26.0' +source_hash = '1ee45609143aec1a627f5d8810bf0d0043f354a73b6a0be7cde82f44f554765f' model_hash = '85f14ed06a8133a6a2764680ec9e2397277ae35126011162591c6e430cfc3419' [crates.aws-sdk-licensemanagerlinuxsubscriptions] category = 'AwsSdk' -version = '0.3.0' -source_hash = '6030e955ff89dca03999b0f90cade11b3f2efcf23ef9d286ac0e18f25f745b65' +version = '0.4.0' +source_hash = '195bc73d171de486949e6dbb00335c4da242775d3d47d86d92474d733606a846' model_hash = '2987b759b5c81361e85c9b9f732b84bfad55c92ab687541fb8309f9967b4ba09' [crates.aws-sdk-licensemanagerusersubscriptions] category = 'AwsSdk' -version = '0.9.0' -source_hash = '104c81f80239fb2d5719074db13532e80a2cc447e87c7e0de45b92882f0fd6e9' +version = '0.10.0' +source_hash = '4e15a6b72cfc97ba8c6e7ea0fea0420ad551d7018cdff325b56a6198d5770a65' model_hash = '6c7f8b173f1288559476ddaa394c895a4d22154ac330215d10eac84cf627dbb5' [crates.aws-sdk-lightsail] category = 'AwsSdk' -version = '0.25.0' -source_hash = '957b108e73e47eeba2fe84281a9c5dcd362797b89f9097e5951a215d1460cf00' +version = '0.26.0' +source_hash = 'cb26a1d2c82e6df838e8463082410f2a718ae3e4ac48451c4ef673c077677895' model_hash = 'a57391301b06cd6facfa764654d2911dc988f75f1afe4aa179b557148ad545df' [crates.aws-sdk-location] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'c2dd3319ccd3ee16829bf710abee54993aa7da2f77c4eddac13fae9eaf860f64' +version = '0.26.0' +source_hash = '233aa0b15e59034164ba4176a1e4160a6f6def5c1901d35573245b7dfcd1692c' model_hash = '8092fcfdd34ed350ad3304b9a3b2a510902422d5ce6175b842395ddb93b590f4' [crates.aws-sdk-lookoutequipment] category = 'AwsSdk' -version = '0.25.0' -source_hash = '012876450fe4d007a07fa17f06b0b6b1bcdf2076865697bcce4e57737c42a215' +version = '0.26.0' +source_hash = 'b7f37e0037880805960ed20e69d1244fd4a4de283538285fc83bc65eb9dfd4d7' model_hash = 'bb15f60eba46951833c988fd195a88f41e1bcc9b5327484bffccba2e0c2773ed' [crates.aws-sdk-lookoutmetrics] category = 'AwsSdk' -version = '0.25.0' -source_hash = '74d4d1a0cf971d9855a20f19682813b47d00b9bf105a160f5b1f6e2a94753e74' +version = '0.26.0' +source_hash = '80185c6e2b94b6f4086ecd322fe4f7d12a36bd038c29c03ecf50ff23125e3eb4' model_hash = '6e599e9686c864a673e02b7c88f4fbbf202dcaa002606ff6f55e1235421cd4ed' [crates.aws-sdk-lookoutvision] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'a911dd50d8a69cf141e754db4131035a91b14435f51d23a259f6736532635b93' +version = '0.26.0' +source_hash = '92ceabc2de9d7b34700057e6ced90b9276af23cd96331925a8467a3232a08920' model_hash = '4c45e701ad0b9eb12392e1a4b6c1ca960d9e35ffc608fc336b35ba8f26578564' [crates.aws-sdk-m2] category = 'AwsSdk' -version = '0.25.0' -source_hash = '2e1820d42e4d21d6c0fcfe8942fbdf2d9921e703f4ee3f3d2a8d132860c4be8c' +version = '0.26.0' +source_hash = 'd50a8fe78d84ef26f547f05ef577e641b54d40b567b3d8c3ee0aacbdd9615284' model_hash = 'a608b79faf5819ac6b85d3ff42f22c5c11e88509e1811270596228162ee15be0' [crates.aws-sdk-machinelearning] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'bbc400a6b39a872db968e2adb3838edb6268ef7fcbd9dbb55ad3814936e2bf28' +version = '0.26.0' +source_hash = '502d45d4b4447e875e0cd6d3df4f2687d49a34c413b3fc44981a2e278205e992' model_hash = 'c8c16368471da7a1b2c777d73829bba40625eac89897e455ac986b67cdbe3398' [crates.aws-sdk-macie] category = 'AwsSdk' -version = '0.25.0' -source_hash = '6eb8b308cd02a248706361460b13928fa61bb3d926989c1760947c241cc1da3c' +version = '0.26.0' +source_hash = 'fcaed70bfa07da7eeb2b0e1ada9f29302fd6acb46bd7e61483b78e476bc31cd2' model_hash = '1fb1e128b5a3a27795f082828af48b367be2d6e9ee736b8e57442cf43a0b9c7a' [crates.aws-sdk-macie2] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'aa76e77603b112e2ade44041457e602e18e36f8f59e142bfddefc4a36b1f44db' +version = '0.26.0' +source_hash = 'faacfde236da9640bfdd7579188dd17675f32d8a2831fe29ba7e04678d86884a' model_hash = '66a69ea8a3133d0defe83b7f688b7454755d360e0cc316e82257cf06e6ba7a1b' [crates.aws-sdk-managedblockchain] category = 'AwsSdk' -version = '0.25.0' -source_hash = '07337c420f6210758a4981a21123ec63e3ee4c0db3a2f4fcbff8b2409788cc85' +version = '0.26.0' +source_hash = 'ef88596994a209e188370ebd7bb548d3ba529e0244c68d0343ab7472a79f2a41' model_hash = 'd14551247f383d149b9f603a994bcd897ac3af200c21abefb023578ff90bd7ce' [crates.aws-sdk-marketplacecatalog] category = 'AwsSdk' -version = '0.25.0' -source_hash = '13244cfb8882566d75805ceb1a10887b9dff2c7e437f0dd4469a5a9796c7df82' +version = '0.26.0' +source_hash = 'c8664c4cb8f6612da55b9e6280a6a8e29d159b9ad7875dd06406b2ba6dfc6263' model_hash = 'c067ee470bfe4e3c78566c2fb7a2f5a9d98148d85bf85869b0855048b8345c5c' [crates.aws-sdk-marketplacecommerceanalytics] category = 'AwsSdk' -version = '0.25.0' -source_hash = '40df5c7c8648e738cfd9b6ba74fa3d6b6bbe577e3ab1a14617b3a1de4f524710' +version = '0.26.0' +source_hash = '52ada72fdbfde589b3bfa50bb9a4539a2fcf0065df059a319a5983ccd0276ba0' model_hash = 'a0c2293613d5f653567c94df87beb68fd813bfa3880056e664442ec4de3dcaea' [crates.aws-sdk-marketplaceentitlement] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'bf15091bb860db23d5c92e5c37cf4e6365dabf19b767966089fe5f5e9437fa31' +version = '0.26.0' +source_hash = 'f558f41ea1cc290843e17f0ad0eee40849bec4e02d6c5d4f0799125de14b2198' model_hash = '88332e2bb87b9653c1bfa2cda04f036448af6a756fc9bb8718c58a727166a8f1' [crates.aws-sdk-marketplacemetering] category = 'AwsSdk' -version = '0.25.0' -source_hash = '4d2f1a2ec887c70a981a9f05856fb480ca79a784aa0d5801bf1971c8101b829b' +version = '0.26.0' +source_hash = '6b15ae6d9da2bf47b8921bcea6f62f23595ddb2ac347dde31e9db05c36365b2a' model_hash = '01a04115c0c87669750e2d1a01b57a8c49ac2072d9178644206b3155dcb3a8f8' [crates.aws-sdk-mediaconnect] category = 'AwsSdk' -version = '0.25.0' -source_hash = '0b4b99132d0ecdfb19b0f344174fbff40a641a0e50df86482d608740f6b7a2bf' +version = '0.26.0' +source_hash = '0ea410ad49c6fb167c970a23ac5d024800b464ba03510b1565a53bb1244f92cb' model_hash = 'b317c2fe7c5102266f1bd79fb0ac4bca68f039357a59d5fea09718c7ba4bf809' [crates.aws-sdk-mediaconvert] category = 'AwsSdk' -version = '0.25.0' -source_hash = '42336e2c0462e13b78205ed563b91e3a1ee7db08a1561a8a3a806da3a95e3394' +version = '0.26.0' +source_hash = '25d2648664e0b6fef5f7da0fd3eb1ab3b8f0f604d6dbd50238640fb8953844f3' model_hash = '5a59fb2e816b13edf1557efcb0aae630891103c00b965add280eab2dd0a63e93' [crates.aws-sdk-medialive] category = 'AwsSdk' -version = '0.25.0' -source_hash = '2bc8913ccd28993fb8949efaa1aa1eacaa7f914fbac8a873011518c037852d66' +version = '0.26.0' +source_hash = 'b450f11fe1b47b12faf51635949ac9078a544a0ab015e77950ff7ce06c548505' model_hash = 'ed04858557a04f83b71ae6a87cc3479aa1465647bee700de9c0dedb0c7e373e4' [crates.aws-sdk-mediapackage] category = 'AwsSdk' -version = '0.25.0' -source_hash = '09ff51626069007b103854b43442c91163e50e2f2f7cb37a2f51f5ab4888d8f8' +version = '0.26.0' +source_hash = 'ed50c37dabdbd5ae8c850692ca2bc3a0c73e3fe2e0a1e86f5edf68bbb86ab4d7' model_hash = '325fd738c79ba96d0bf359b623644d8a7c3ee61ac12fe66a852c6661d70843f9' [crates.aws-sdk-mediapackagevod] category = 'AwsSdk' -version = '0.25.0' -source_hash = '5aa9055ba90c2a948f2560d299805ae29135ae8f8595f9c15ed3a6b5f6d97d90' +version = '0.26.0' +source_hash = '5143b4dc186a26d5b1933c39fefe2858f08e9e39d75cefff3d1e377c88de6307' model_hash = '7712144c4562f12a9ff35e43a1a83bbc28cbea67a511d5789acabede59e9562d' [crates.aws-sdk-mediastore] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'be87699d25e1e9d3fae62b9c7f87675e16dd7efe71b66c6c3a73ae98d8ab6ab5' +version = '0.26.0' +source_hash = 'ea06ab2b28600c42019fec3d8648836076b705f81d7ab61a18bf15771d7fd36f' model_hash = '4d723c8b36f31b9e97c2c3e9b1cfe78cae8764170fd9a95c3107dc333dec0937' [crates.aws-sdk-mediastoredata] category = 'AwsSdk' -version = '0.25.0' -source_hash = '9dbcafa67146a0a3f73197a4a49c4ba0f425e45f212d6e0893b7cbf3efbf16e6' +version = '0.26.0' +source_hash = '55f88ff3202bc1f4d648c5a30dee4d0d85abc5615d108ddd9a1b050f338e017b' model_hash = '69018b5143e46d8a5225c4b7d0975df142d58d29e2f5d1250ec5e2e257a76e68' [crates.aws-sdk-mediatailor] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'd28d561a608aa73c833e72a7294373d28968f785cc2c5532313cd08c32f0603b' +version = '0.26.0' +source_hash = 'a9652b3852a81d90ddbb1e872cb5f26ea86461e7b5039d7103fc6fe2ea1a73a2' model_hash = '2d2ba024bb754aca49e54b2437d2bbb61526074c8028adff32af28a73f1df138' [crates.aws-sdk-memorydb] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'c536451eb6746038625fdba6e675eaee6811b541060c6b0ee86ef2f902c39a99' +version = '0.26.0' +source_hash = '0d22261bb9702567b97c3b6c82de714e2bd665bab4b794495816f25100861833' model_hash = '984332e1103c5e3bf2c67531df20619ac034d1ed43dd483cab07492d1d52de21' [crates.aws-sdk-mgn] category = 'AwsSdk' -version = '0.25.0' -source_hash = '6c7c617b6f9c46ca49c7cce21309913e369cea53929d70a363ba9f732322ce39' +version = '0.26.0' +source_hash = 'f9cfe4951d22db55a511183e8538a930e357c0c64b3bf33ff83b08628abb8f53' model_hash = 'aec28b69a0dcd917c455620eff8c774adad902e19ba0a46bb7a6a51daa2bfa07' [crates.aws-sdk-migrationhub] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'ff75dd8bc08cdf51bf3057b1fdeab9479eecfa59954b565be3c131e226e71114' +version = '0.26.0' +source_hash = '2dc8008c4ba3c86043d09c8cd2497e3975b9e276400c411aae841205e149990b' model_hash = '240a49dd6e62d9f9ed0df400c2a0f8cba039d201695ed876e61e6321fe4b99e3' [crates.aws-sdk-migrationhubconfig] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'e12265a59367d584079558d15a69f5ad67f01be029ecd6691ff61fe597a989ca' +version = '0.26.0' +source_hash = '9b855f2030453c729d3248bdd7f47857e3437ad71b687f063099c454369403e2' model_hash = '483c27808bbfed79ccbe1e6238058121e53bffd163bd30df285c694bc822c7a7' [crates.aws-sdk-migrationhuborchestrator] category = 'AwsSdk' -version = '0.6.0' -source_hash = '65089485cec9219dadf4083fc72ded2e1409830f685597305a6dab3e625bc6b4' +version = '0.7.0' +source_hash = 'ccb8a9f52866fef3780869c44bfcd9db6f2c5e4dc75aa919da8240e2cc6c9af0' model_hash = 'f625b6ccf611e70460a8eef084c8426214082505122b06f220faf8f6fa9b8370' [crates.aws-sdk-migrationhubrefactorspaces] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'a519db173d70edb136ecc38016f035b60c0ca385afcf2e4f39d0c9fc11074491' +version = '0.26.0' +source_hash = 'f833cf6fdc22538f0941fb243e86babb20f84cafa9cd3ac7df1ad540e487ba37' model_hash = '0b69026cd847fdf8df5976ed1812a3df1992cce829a356aff75086f906859d33' [crates.aws-sdk-migrationhubstrategy] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'a1279f76772035494e5ad814893e96c5d1f4e26a7701997e13fd34442857269f' +version = '0.26.0' +source_hash = '401ea0c55aa235046d965c22d5f67a254f5aa1114e95c7ecd2a9281272071fff' model_hash = '5567a64b205fa1c372363ccd2ce92967214de5872ef2a9ec50c861fd3e290e8e' [crates.aws-sdk-mobile] category = 'AwsSdk' -version = '0.25.0' -source_hash = '82fc3d399fcd104a48bd268651dcba9a6733893b5b19f2934245856d8d217f43' +version = '0.26.0' +source_hash = '853beab32c197b31df83b9a7e8a0e4ac7b9bcb4b0b22a25ff42ed95f2031f5b3' model_hash = '357da9a71384e8cc8d5ace5931f8eb1cdba7bdc3f9705d87bce25c8c47b68db8' [crates.aws-sdk-mq] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'ec64e44427b752ae9102662bffb9d1fc9ecc3431a4dd6a62cddeb2dab7628eaa' +version = '0.26.0' +source_hash = '05fcbb2c93afd881fdaef7e45f9397b79c400450470d508d067e45f9dec03156' model_hash = '9b210f7dfc2e341eb65fb32981414d58a76a985ade2d351587cf3049ea3f156f' [crates.aws-sdk-mturk] category = 'AwsSdk' -version = '0.25.0' -source_hash = '2af162917b1a87c4ff131da33b97314355db2492d4d5f0f0bde32a06435e3497' +version = '0.26.0' +source_hash = '86ee41eaa6e7fb463d8efe15a463c9a63f5f1f53105192ba00f2e83cb7bd288d' model_hash = '54e8898bf355c29aa0c4fc66543f19f7a2f1e5b02c66ed36276813ad111bb7b7' [crates.aws-sdk-mwaa] category = 'AwsSdk' -version = '0.25.0' -source_hash = '5384bd260773fcd3cae39e810c2c1a620183d4333d0aecfe9322e96c1432ca61' +version = '0.26.0' +source_hash = 'ff8c8f18ddb24d414730d05daaea1b23075cc96738a06f6c70e96165ecbaac07' model_hash = '88e4741f4fd7d7c9bcf385692c09732f340c29917e8379049be37ec612ab6139' [crates.aws-sdk-neptune] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'fde29dbe1af63892e1f640bc5cf53514e2d1cc8648ca160fa0b1b9e83c164749' +version = '0.26.0' +source_hash = '05c246daad2b5fee487ba093f0eb0772a3ae5bd0457f2d0cd29bc577e1752d5a' model_hash = 'f2cee902fe2e4324d0cac72d9121348bd29df6a7c0e0387fd6c7e913db388cef' [crates.aws-sdk-networkfirewall] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'acca439b48f9a8c48342f8574d2de1a3862ee2228dd431c369461ddde572a92f' +version = '0.26.0' +source_hash = 'd148d4f026c2e2e589cdd917a76bc1720d37d31ec15a75f9d119d90abda5ae71' model_hash = 'd38a64fafc8470601d4870263e9b7965bdf295f5730194aa611865a3d2dbf7e5' [crates.aws-sdk-networkmanager] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'dfe51703d22114bea66a51c3503596424fe8ff1e69c4ee34988c8612177209e8' +version = '0.26.0' +source_hash = 'd9c22b1bcefdf865bb8da5d52860ae6ce17c499a5c517b9b8593ddf488a76e33' model_hash = '5e319edbb0bf386c358cd1a826aa69b2f116b7c879c6d8452a8ecca62109e807' [crates.aws-sdk-nimble] category = 'AwsSdk' -version = '0.25.0' -source_hash = '5bfafcff48361e76ac1d7d9e5b3b5125958486635d77fca986561abafe35395d' +version = '0.26.0' +source_hash = '4c00b18d4782f1f9e87c1072b375c06138a03990732549ca26fa62df511f2b8a' model_hash = '8fcc488246ebd17d52deb76ff60fe401c1b0886088f73dfb8ff4fbdca82482ca' [crates.aws-sdk-oam] category = 'AwsSdk' -version = '0.3.0' -source_hash = '861c4e3823f380de08d1301a516fca8df5c8725c64585aeee1810db6471c7abf' +version = '0.4.0' +source_hash = 'db4585eebb24ff28ca3c37aa6b1d563e1b5a79d14ed92d285f05609447bd2a01' model_hash = '1c7a44c56618121d2c5550e09f038e6f67fc3d1e2415e908ef51e8ba91154cf4' [crates.aws-sdk-omics] category = 'AwsSdk' -version = '0.3.0' -source_hash = '1422f9ec5f9e630428199cd1ea3499a302dd7cd92b475fa4a17da7b84dc85239' +version = '0.4.0' +source_hash = '461752dcbc36e8496e70bc46661a153bb93a63af906a44ead157f79f584dd207' model_hash = '32cc16712f7cb5ed8b8ab862793c171f82e6d429be118a373b58289b0dacd028' [crates.aws-sdk-opensearch] category = 'AwsSdk' -version = '0.25.0' -source_hash = '318718cde3e811832d2e20055f24c689377db9fb6e0b7ccba442697e00b235a1' +version = '0.26.0' +source_hash = '72a7228509906975737fada5efe9967fbe7389704b396e9f3363ecf4303c7b41' model_hash = 'e0fedacd8d612050fea9ffadb3df98bb9ec69cae20fbc69d35439ef3ea7f05a8' [crates.aws-sdk-opensearchserverless] category = 'AwsSdk' -version = '0.3.0' -source_hash = '1b9768d76743895ffcfa41c7080007f280a28835bd93cf0c0d0b175de1b4db52' +version = '0.4.0' +source_hash = 'e93e376af87c651be8dbb4dc48c68440ac17abdd49bf5744f3fb9eaa4779d7eb' model_hash = '856a5b71d50cdd5b61bfdd422e0f4806fd115a42f755457c35eec949703aa16c' [crates.aws-sdk-opsworks] category = 'AwsSdk' -version = '0.25.0' -source_hash = '9eb6e48144b2ad485e0c4a5582df93e1fe0e72a34217c322cf0677bf9a9ad0a0' +version = '0.26.0' +source_hash = '79ba2b1f4381cdf41dd371897aef6f1abbe8f08e7a1fd37eeaee444edf884df4' model_hash = 'c3c1c9ee244b68b227e20815a8a397ee4eb5f0d4c675e7dd651cab541821f5c5' [crates.aws-sdk-opsworkscm] category = 'AwsSdk' -version = '0.25.0' -source_hash = '3db5877bc8206b83f4f94291749cf516702e1254c74f241aaec56a3e4728c00b' +version = '0.26.0' +source_hash = '1f84d13dc4d39b4bbb37e4ac2868632e348858a3a571605b67d1465adb33304b' model_hash = '9d591942e5a34619023ab86b8c4f271f53ef55aef92299014de80bd612c9bd4f' [crates.aws-sdk-organizations] category = 'AwsSdk' -version = '0.25.0' -source_hash = '1fe7133af91950783a34262013fc43da4f999108da073cbe258262391204850d' +version = '0.26.0' +source_hash = '86994cefa09a2e10cabd14aa296e18b3a908f0ae72cab9be471e0b76506168b4' model_hash = '8b94864bd6a4de99bdb494f98d0ce962673ce4556bea979d6ab1b7d633043a7f' [crates.aws-sdk-outposts] category = 'AwsSdk' -version = '0.25.0' -source_hash = '7fd199f9756f15d6b19515cd4a8817b78a66ec5f3ce0b1be0db8aaf6f78b63a8' +version = '0.26.0' +source_hash = '75419ecc212d54386e1a47e33b65ab1e39325a9a5f97973fdf0424447eb178a9' model_hash = '3e9ec4968c09ae73dece71fc0b26738185fe023b6e642d9b5b3dde0773ae2da7' [crates.aws-sdk-panorama] category = 'AwsSdk' -version = '0.25.0' -source_hash = '89cc05d4ef4d01e081efa5019c018c61209cabd01eebcb2bf55eaa4468ee0b04' +version = '0.26.0' +source_hash = '6a2d084aa2856a2f4698409b6d8318e3215b57f8955ecf86cfb40c28a90ecbd6' model_hash = '65d89dcdadf6bb435b3210a4301c360dd36c01ff852a5ebd8f69eacf520d9625' [crates.aws-sdk-personalize] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'd8d3d91e0e12f428b3cab443378b0272118c9938d7163bd0c92267d4ebd9ab4d' +version = '0.26.0' +source_hash = 'b322660581033221ec7b34b07666bb8ad3534e4f2512828d835e50a7d5685a8a' model_hash = 'acd619797a2baf661827f95340710871cf1b12f3bc3635b29e910d4c3149c994' [crates.aws-sdk-personalizeevents] category = 'AwsSdk' -version = '0.25.0' -source_hash = '8227edf7446a4df8464e2a514cf897195856c83a198c530f7bfc84faa3dcbfdf' +version = '0.26.0' +source_hash = '9c585e263d7d0e68b32dcafcf74aefef15d47ce20cc250ffb25c7dceecd6d210' model_hash = '57d419ee80ca2b8c7c04b3eacd6472a2065a5a45f710dbdf6ebccd223d3fa182' [crates.aws-sdk-personalizeruntime] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'fac85b4834ba15b3a5d13fa1cd400838492f21332463ff27f6705a69534d549a' +version = '0.26.0' +source_hash = '9b178c78852ca7a742a37f1548c8c541a80a78bc40a16db2e964af93fc726cd2' model_hash = '2cad5c67822b03b44500b4be5d5b61ac94ac833692eee5ce637ee870e4c64a15' [crates.aws-sdk-pi] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'b779343a0f8f3f137fb7afe9941192f4107ec87d026cbfabf5f568db5abace6f' +version = '0.26.0' +source_hash = '3ed04b3c6e844695e096192a75344768e066dac476934d10424c7d54e343fdfc' model_hash = 'b6456db55895613f80200a0443618f2f7730ee72ced3bd761b919e02091a4403' [crates.aws-sdk-pinpoint] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'b39e17889f9898b932f65834a26d693106c7087ee8e2bd1f5a3789542cce52c0' +version = '0.26.0' +source_hash = '7073eb6f0ce0a5a1200fd875a2027a0d794647c0c1bc269c39b504c2502bc8c7' model_hash = '295329aa8f2dbafe5d1a5bd38b7cc7cba10568bcf3ae78e1629b321b65ae75b5' [crates.aws-sdk-pinpointemail] category = 'AwsSdk' -version = '0.25.0' -source_hash = '9c1875c67a54caca0ea8b51cf5290987e803c63a0d1fc7f6db290c2032672655' +version = '0.26.0' +source_hash = 'f981e0cfbc68805f3c0148c3b7d17ef78deefcbe9d65a7eddb91f4ecad58847f' model_hash = '5689822e794db45f3cb2600e87e8e3290b364076121c42a927fb63d47fc43f54' [crates.aws-sdk-pinpointsmsvoice] category = 'AwsSdk' -version = '0.25.0' -source_hash = '028a359ae4be80643484698fe931309c2188087d9b547fa33ffc7fc3475cadd2' +version = '0.26.0' +source_hash = 'be700b8390f986478940806901e258240b7c4a59d3b6b627e2cacb015a1d4edc' model_hash = 'e39d3a8dee2f9a2c06c027d405334303ee9a7f353eacac7d08a92a7e7324ee76' [crates.aws-sdk-pinpointsmsvoicev2] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'e5076416b01ac4e4fc36cdcf5ef71e3edc70d1a60a7adcad646738e2f585962b' +version = '0.26.0' +source_hash = 'e8568e02400ab4435f0144e54d1fa2e47de5f970e443d4d8e8e692c72a643d5c' model_hash = 'bc68f0c3e8d5211c290a25e1ed724cd3682cb20628c839ca443ca1c3cb7eabff' [crates.aws-sdk-pipes] category = 'AwsSdk' -version = '0.3.0' -source_hash = 'f96beee11e83638df9f6dd983f20fca53d585f4dfff1d5626469db0985da8494' +version = '0.4.0' +source_hash = '371cd304bf9198527f0f491e6ebfcb1a33b4821268bb25e999c90515ec015f89' model_hash = '1ab7b608e7324de39d1b5ccd8eb9b343fb6eec085a88ab7196a12fef254775fc' [crates.aws-sdk-polly] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'e68763e6947ec87252c908144119afa2bc7254c7b806996649d2061df6468855' +version = '0.26.0' +source_hash = '1fa8740eb34dbf784fd3fff8119641612267fae02d3cf072b043699b895cfebd' model_hash = '60458e7738efa9e4c5295b7e314c9d0e1269c6cc38d00ad38422326129ae104c' [crates.aws-sdk-pricing] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'ffa48ce292a421b67b64a2273bbeb429ae9293d8f27ac2e620610b6ddb2d176f' +version = '0.26.0' +source_hash = '7e67aa32f5783b106784a5fcd722a25267da97b160da8cb954b60a4367a37e3e' model_hash = 'ea3931f46e547c89f452e5a5a731d81011efc3adc41ee4f2ea631df16145e7ac' [crates.aws-sdk-privatenetworks] category = 'AwsSdk' -version = '0.8.0' -source_hash = 'c6fd3b81b078569e4af36c51eff979bd78273d9584c2640961eab83b2c8f71c6' +version = '0.9.0' +source_hash = '17156917c382fa8c834178e83df88fc7666bb192d33f53289b61b6c2c19b0b00' model_hash = '6bfb612f0134665aca05477a177007e727f0e727e82f7369a55a100adc4e917d' [crates.aws-sdk-proton] category = 'AwsSdk' -version = '0.25.0' -source_hash = '5e1d31b70acdc27c55a0e3ddf5ffa2fd565577890136783a202c8171c8cd0951' +version = '0.26.0' +source_hash = '492ac7445350cc180fdc558ceb6d08fcfc5875cc393d3461c6ec326572627f25' model_hash = 'ceb61ecf5e0ccd3b480f156786c3daf678369daba6d073fbaebc38d3465754af' [crates.aws-sdk-qldb] category = 'AwsSdk' -version = '0.25.0' -source_hash = '463f4fea2623262ad5666fc3f011d3c38cddd90f35dc455cd71d503460d4ff29' +version = '0.26.0' +source_hash = '1ec9cfbe86c1fd156278c61dceafa958748633c54120637da700720c2988dd5a' model_hash = 'f6ee3ca4fc13090f8c173e38e726ccd1017d437998b5a5026d2632e2ad9964e9' [crates.aws-sdk-qldbsession] category = 'AwsSdk' -version = '0.25.0' -source_hash = '7e44f4059f61c89f5e7afa1103abe263349489c44e2cab3e45289c2cdf6894b5' +version = '0.26.0' +source_hash = '158f3355a4969a062ede89c89942eabf2a1b281d77fe32e02e724d5e61a9670a' model_hash = '72c67b975a23722aa4c3b4de73d87b33042d3016e9b62df5a0795ba3ba91919b' [crates.aws-sdk-quicksight] category = 'AwsSdk' -version = '0.25.0' -source_hash = '8f5d9fdca1ebb0749d63a8c16b8a956ba416cb3d284ba0827d1d766ce71fe3cf' +version = '0.26.0' +source_hash = 'b0669589ff220fa8be5610b1094eb5ae38e51fb1f166077b163e5ee8113f759f' model_hash = 'adb594feb04a28223b0ad9c6d0b0372a8ca69defc838c1cdb31319251ab49734' [crates.aws-sdk-ram] category = 'AwsSdk' -version = '0.25.0' -source_hash = '0ba3f6e54c821ca4a5fd501f0365755f34302794c04285b1ca08760d28e8431b' +version = '0.26.0' +source_hash = '44dc7abb7747e7bf4953bc9e2f458cb2abba9657901280f907f3548c7a2c63c7' model_hash = '859da6a6011f982a813dd5ceefb1947b20f6f561843d79d2dbc959d1b9ea90be' [crates.aws-sdk-rbin] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'c0fbcc44e9684b37990b12e560fcd96d580eeaf32de6374feaf9f92187926a70' +version = '0.26.0' +source_hash = 'f369ff959c71830c40bce4d0bf09b8c16dd0c5aa4025bf3d010e4f7e993e301b' model_hash = '1a844f02497e182ff88e34f7bb6d691fb92cbfe11dbcf0bb4c4509907730e691' [crates.aws-sdk-rds] category = 'AwsSdk' -version = '0.25.0' -source_hash = '988739965155accc5bcb6260eb03e959e0df6a8ddb61ac5c5647b54faf8444d7' +version = '0.26.0' +source_hash = '5132d167c7353d13c308dac137cf2c065bb0c5badc0bb1ff0e11da8f6547e918' model_hash = '01a51de018ea92be4a3350f6a4f7dd1203ca4ef47019b95f4844d39287e227c0' [crates.aws-sdk-rdsdata] category = 'AwsSdk' -version = '0.25.0' -source_hash = '10866a7644e1fdc1357a364c4472b675353157070295e2bb773d013b2dabe3c7' +version = '0.26.0' +source_hash = '4aa0b40b020d06c9e3411c090a9d78f6a9e18ef65c89407956882a6330688521' model_hash = '8f1247a8184302d843687110b82cf493d6f61e3932330277f1e4fd76ada5228b' [crates.aws-sdk-redshift] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'a23dd1c508bfc748ea641d2ee6f9e20fa23c694006a0a052355b53704cb42e85' +version = '0.26.0' +source_hash = '7f40bf009d1e564c4da2fe4ac68221627e5a921746b71d0a57762f1b35ac8368' model_hash = '2b4d8eecdf11bcfd3f7be2826eefa8071317bcc026ee044fb768ede6a9e31a23' [crates.aws-sdk-redshiftdata] category = 'AwsSdk' -version = '0.25.0' -source_hash = '6fd935b62296bffad34c6937aa1e334b5cd5dfdf74ad0e21127678467b9e8023' +version = '0.26.0' +source_hash = '15b8e694d40a8dd3e411ef27827770cd53d521f12949eb77ad5bc21ddb4ce299' model_hash = 'ca3835b706a6826df241f2a3f3c4cab539bcc5f52909d4ff55f9a7ae185bb482' [crates.aws-sdk-redshiftserverless] category = 'AwsSdk' -version = '0.25.0' -source_hash = '667b6e9b890e3239c58fd96fe8f4364bce099f7d015ac56aaa0fc42fa95463e2' +version = '0.26.0' +source_hash = 'd0853170016f3a411751aefd1cf49876e8255a490670b11e75cb22ab19508c90' model_hash = '23cd8ec070904c33d77192cbc7549aacb4e70af148ffb6c6442ab481d927731a' [crates.aws-sdk-rekognition] category = 'AwsSdk' -version = '0.25.0' -source_hash = '4323749b4dfb0a5785ff29a8608ec028cff9a1160200a7413bed02c583edb0ce' +version = '0.26.0' +source_hash = '926763adac476b5a49aa7d06aaaefd2770587d938d0fff23c15825e66b019479' model_hash = '2ef44267446eceb098dc3f8dac1ee4a99a016b859b10ec5fecf24cc9d6862626' [crates.aws-sdk-resiliencehub] category = 'AwsSdk' -version = '0.25.0' -source_hash = '5f7c899da680e337f7b33f17f46a4b699318dc42bbb819e1d9577df804c0603e' +version = '0.26.0' +source_hash = 'f630deea5e0a050fd68a5bcd4447ea78df33d7622c661c1b8db13484cc947dca' model_hash = 'e4adf677c9655d6b78e3265549e454d27c56bd0522e84975552e1924aa64347d' [crates.aws-sdk-resourceexplorer2] category = 'AwsSdk' -version = '0.3.0' -source_hash = '14dddb4bb7a0427dd9cca8a2e2d1a78f3fd39251a4fe807b7562a4369b0402b3' +version = '0.4.0' +source_hash = '58c969059bfe1e8dfafc031c5a753230c0838ba1e0e644de4ef94ad5eaba9096' model_hash = 'f109ef45375f53a33d94bb39daf1215c26016d080d6eb7efb3d6890b1a37b296' [crates.aws-sdk-resourcegroups] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'de6a31be33e8669885a73c3e07ddecfc1e4b594b452b06d288bd2610d84050b3' +version = '0.26.0' +source_hash = '313ade8f61de6be57fe1ebc6ec18b96623c251d972eda816ff9e0b5f105ce043' model_hash = 'c98a38114e01fc5e7f79838911f5e4cf97e48464f26255398f7dc9f31cb7c03a' [crates.aws-sdk-resourcegroupstagging] category = 'AwsSdk' -version = '0.25.0' -source_hash = '4f23e8c0129b8e22aaf61289f6c46e73bc5cb7abc56e89a045b669a5defe0f2a' +version = '0.26.0' +source_hash = '5699e3dec04804298aedaaaea5829e2bccd33eee334b1a3caafbca1229072624' model_hash = '1fa692a3edb251289c7453ab50b8c2960df9716aeda8086c5b609e8830458209' [crates.aws-sdk-robomaker] category = 'AwsSdk' -version = '0.25.0' -source_hash = '66512d9fe0a1663c113335eb98219ec18e2d5f571eb329cb3ad5be460574cc3a' +version = '0.26.0' +source_hash = '024e3f049e8b4ebc5896d75086f7e25b8df139f32f52bb9d6fd72a97ab71eddb' model_hash = '489c0f62ab3d7b969380628de8705176f54f89cc23b3495ada71200d49805ed0' [crates.aws-sdk-rolesanywhere] category = 'AwsSdk' -version = '0.10.0' -source_hash = '9d937ac66d12875588cbbcd434c368846ad38732777f103d50552e82afece4eb' +version = '0.11.0' +source_hash = '930049990d0902c268a8bc703904546b494d4c4ca723c77634ad933175277506' model_hash = '62feebf7b3db731a528ddfa2f09a3b93340e8b3f2dc01a4f6c85a4047ba9da11' [crates.aws-sdk-route53] category = 'AwsSdk' -version = '0.25.0' -source_hash = '8dfd971a8cb2d3b7ebd4dcd540e5febf40aeb1196f0c0c9d9ee45a2ab0530ce3' +version = '0.26.0' +source_hash = 'acf31b4ab934cb620e6c6454e5360360732365d6b515525179f380d67c1e3d5a' model_hash = 'ed0724f82ccfab2c06f593e2e4cf7376e1fde75fd2e27a3d5a47221717891785' [crates.aws-sdk-route53domains] category = 'AwsSdk' -version = '0.25.0' -source_hash = '7c33aca3fb1e40db4d2289658b36330f500015c8b1378a71c2eb78cf7a63b503' +version = '0.26.0' +source_hash = '71213355bcb56c2b887cbdad64fc7334b1cdc7cb42a4d1f3b0e2c98f3777b3e0' model_hash = '2a6f2dfbe6827adda82a982ba71eef6a5d6a5e7cbc345d456ce2d82511ce2461' [crates.aws-sdk-route53recoverycluster] category = 'AwsSdk' -version = '0.25.0' -source_hash = '959d9b5e48ca8c30104d60dc70d053df28d4df722c702ced519d9d62faf64e6a' +version = '0.26.0' +source_hash = '1f71a7e67717d314dd4f0887efb65116aa49dc0f8a5768172c232df31fd6ddc9' model_hash = 'b012156b91fd170a67daeb67bdc85aa6da072d14e232be15456293856948ab13' [crates.aws-sdk-route53recoverycontrolconfig] category = 'AwsSdk' -version = '0.25.0' -source_hash = '108a52feb5485fa5ad98520ff78231ddb96149cb9c458fe877ed116bcbbfcce9' +version = '0.26.0' +source_hash = 'd27099b1685864c2f4fb016da4114770b9db5b8b1a320e18c4f4351a12c15e95' model_hash = '7344f1029aff3dda3e5c80efea033bcc76718a9f1faf788de6a3b917639aea05' [crates.aws-sdk-route53recoveryreadiness] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'a735ae4d421987edfc682518cb4d10adaa871fa09a970738645d8d8a9f804d00' +version = '0.26.0' +source_hash = 'b870178fb97a0ecfbbff2f339540a423611f3512459f872c7cbc2cdbb8dbcb2a' model_hash = '23952725e37270569f2ddf076867d8c368f4047407b5f91fe3268655e3317d35' [crates.aws-sdk-route53resolver] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'c5aed8dfe804bb09cf95b6a119eda78ea6dc938b5b09a67593b2a8e3de2c50ca' +version = '0.26.0' +source_hash = '39891204ee8a03d5caf928d90d319fcc9edbbeeb6eae6d506579c3c3bbb60872' model_hash = '7b19c0275eaee132e9602f42896f03bd7200fbdf1915e2a666faba79557e1d0d' [crates.aws-sdk-rum] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'aeeec0692e9ca2f5d9e896e0a5bfdac8da229615ac03ec692fef5676be037f87' +version = '0.26.0' +source_hash = '0667894d8d90a257671ab89c7c539483a97a31b542dfce7e63eb33d6b710efdf' model_hash = 'eef5f303a18b42fd4f9da73f5655c53016ae5bebcea841482f0c7bf0afcdcdcb' [crates.aws-sdk-s3] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'd970a5f00367c41f311ad43f24ee797dadf2db07761403e668b2e42267832063' +version = '0.26.0' +source_hash = '022e00a984cfdd600e78d592e8ff079a16955c111da3e30a5eb75dba3902c40d' model_hash = 'fb47cfd49cf2d9250063914599f703ed365b51be373988dc3f2cd64321c9583b' [crates.aws-sdk-s3control] category = 'AwsSdk' -version = '0.25.0' -source_hash = '7370f80195477e03bacd062b463fc9ae5b8337eac1addc81bee7e151481f02ca' +version = '0.26.0' +source_hash = '98ba9eb6bd696fc91435c16d4ea14eba03e31e335133b8aa1b291652e2346113' model_hash = '930bd33c05c393293591ae01cbdb6637fb5062ed3a3ad5e2dadddd8108cc8478' [crates.aws-sdk-s3outposts] category = 'AwsSdk' -version = '0.25.0' -source_hash = '7b023b0719b665c302cce01bff4852397a9f943b4a8c708f15ceb34f693721a8' +version = '0.26.0' +source_hash = '872967e6609f083ed5af449ceec3aae948c46f595fe2de64835c1c1261e66e57' model_hash = 'a2ef0665b8fd7db8d0db67d6488e5d40faf7de62e9dd0592ae355c720cc10ea7' [crates.aws-sdk-sagemaker] category = 'AwsSdk' -version = '0.25.0' -source_hash = '54fe3bbf25c203765b46ce6ef77abd31a456dc65a32225025dbfe665f1d6eef3' +version = '0.26.0' +source_hash = '02132da8ff650b242006ea06dd68413e41cd1becee6c35d1e8a33dfb9f640376' model_hash = '78849dd954e726ba97657ea58a6f1ca503b35868596a8a31b61cf20860070a20' [crates.aws-sdk-sagemakera2iruntime] category = 'AwsSdk' -version = '0.25.0' -source_hash = '6e39296f5a1269a307f467d0b5fa910fef34c7ae4f51a867ee0d6744f1d1a23e' +version = '0.26.0' +source_hash = 'ac7477fc01cecfa5a4c65992efc1eb8658c3bdf39c71a3b8ec329ef8576808ff' model_hash = '742bf5ea2eec7c4780ca00a25d3a3bdcee686c5ae9bbffb169062736af6e1d90' [crates.aws-sdk-sagemakeredge] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'df686ce95729bcadc2386b376b61fb21a6720ca5dd0cfab935e8c9c005dc3865' +version = '0.26.0' +source_hash = 'b05c7d7dd4b9ca83486d6979f5e111008adc9a65d9ce10d073da7e6dc118d17f' model_hash = 'a7c6d286f348019480b404ba4e7fe52de58251bf70ce639a3dd6dd52136ad864' [crates.aws-sdk-sagemakerfeaturestoreruntime] category = 'AwsSdk' -version = '0.25.0' -source_hash = '5936de522049f1521f8792744f7d51b64c23db1514bebd70237988e81c74c3b8' +version = '0.26.0' +source_hash = '18fa016596f096086b35e3220b064072e422e8148aff0c65f1b4a9feac5d7026' model_hash = '9513f50680d0fc03c716879d21632fce53a1a371eddb4ec653c52322efcd89da' [crates.aws-sdk-sagemakergeospatial] category = 'AwsSdk' -version = '0.3.0' -source_hash = '375bd5da46abf8cc356f0c34b39dd772284b8924360bd77138d43298bea21c32' +version = '0.4.0' +source_hash = 'c9776e9cb5e3e6a9e1e8102c2dda2374f80176082ef135d13ca877fee615c749' model_hash = '3f3366feaed3cd5fa3aabd6b5fc6a93acb0fcf55256c4fb3da41b1f33fba4ccc' [crates.aws-sdk-sagemakermetrics] category = 'AwsSdk' -version = '0.3.0' -source_hash = '48b38ba09ccee0cd8387faf08700b8751efd02719d668d516a10a7867b7aeec7' +version = '0.4.0' +source_hash = '507b0bd70c718f2033d081f976dd3134ea7c9ac9055baf4d25a8fa6f1b961a27' model_hash = '538ac29615840b564e7c35b455f3731cac7262fb33f7d84ffdca5c95644df664' [crates.aws-sdk-sagemakerruntime] category = 'AwsSdk' -version = '0.25.0' -source_hash = '57d052e87e304de006115f3ceec7de41743b86e5217c99d1e4a65b2760674eb6' +version = '0.26.0' +source_hash = '3a58090e2fbfab51a866ca164c76c43b0f80d20f74bcd7c3a99e52d95ec78c03' model_hash = '54610f8dcb08032a0fadd19f880659f1dc915fde7af2092782107691bd1cdf9f' [crates.aws-sdk-savingsplans] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'bbd7b7be0bc8bdebc41d8561917480889e4d9dbf99428e721835a0c53ed46ae2' +version = '0.26.0' +source_hash = '7501257059aa0941c33f115977dfaa1c3a66d21699aef9d7fd746b150088ba27' model_hash = '73929339a2412a67e1afbe24ab767ecef07465f7f286c5413910f58c7e2730b1' [crates.aws-sdk-scheduler] category = 'AwsSdk' -version = '0.3.0' -source_hash = '74722827574a21e5055c13b62a58084eda43531af309a9f9d72274a40e36f6ff' +version = '0.4.0' +source_hash = '5d0fba29a7376c8a9ba2a42f15f2746f7bf82d1d8562abab0b101e6951dbb9a9' model_hash = '335c9a476a6047ee142e270a6de90baf25b28762f9a0d9b2751b58caf074896d' [crates.aws-sdk-schemas] category = 'AwsSdk' -version = '0.25.0' -source_hash = '2406f77905e87045d6c6044008b4d7083de5922a3d0b46779ee0f35007922bf6' +version = '0.26.0' +source_hash = 'ac5128b0a8a6b81d9a3b3b95ec0bae283cba91e0de306a72d295b4d36aae53af' model_hash = '9af4393ea06f11f9a3b730b088f855913ceca81e2a88d99edec6e4a9d0b0bc55' [crates.aws-sdk-secretsmanager] category = 'AwsSdk' -version = '0.25.0' -source_hash = '3768ac8c4b7a89ff386a6afa132a6e9fcf0891f5b97c0e1f44df0d6497e1afdf' +version = '0.26.0' +source_hash = 'a681b9f1ef4f31629439c8ab69333e8ae52369055be52b7c5ae019c3e24ba8bc' model_hash = 'b4d89ba98e2ce74298cc9d1c6d4ea888e259efbc48d1f3f6d7c3d36614b1c548' [crates.aws-sdk-securityhub] category = 'AwsSdk' -version = '0.25.0' -source_hash = '0538a25fba49d55351c59409385e822b52ba8c58375bf36fd32e33630f5d9799' +version = '0.26.0' +source_hash = 'e7510e569cdb9421e7f27457ab595cf152a73f3c8076ccc924048418bff7cfe1' model_hash = '1347fa0f03825e74d7ec8dd7b13a0eef0985490a02a32851c271bc4d5a216bf8' [crates.aws-sdk-securitylake] category = 'AwsSdk' -version = '0.3.0' -source_hash = 'fe7ecdd544c12d3e9e4b3d13273fe3bbdb926fa63dedb8bab3015b7d21b3bb43' +version = '0.4.0' +source_hash = 'd590257bb1a45625fa501c7e7e191b991b50f1500a67f198031c9bdb2f49c754' model_hash = '735be2f033176b7406d04979ef2d43213f5e606e6d1c132384aefdd97abcf387' [crates.aws-sdk-serverlessapplicationrepository] category = 'AwsSdk' -version = '0.25.0' -source_hash = '534f035932726fa7f90414d9472098c8f03e211e3f12d6af43deba952003d249' +version = '0.26.0' +source_hash = '7d49216c1ed469a269ec5f4ba03beaefe655ccd5bb6ec5cea62f968630641052' model_hash = 'f30d9b3d3643802ed62d35712787f275d941fe10e554faba358b134ffc2974ec' [crates.aws-sdk-servicecatalog] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'ce55af89103b36bc7f57b46930c4fd0a1b165f8e8e0a1a1d91dc2874bd233dad' +version = '0.26.0' +source_hash = 'dfe39b8780f18378fbd4777a9e0f45a140a8e1f60ec06581b6190e896a819726' model_hash = 'ba90d4d2dd6e61f62216a450c1ca8a53fc2d44c2097968af98b76e9462740d38' [crates.aws-sdk-servicecatalogappregistry] category = 'AwsSdk' -version = '0.25.0' -source_hash = '30d615533f665ca5724b0b2afc0b02b7db48e50dafef53fb5c5825fc828d87aa' +version = '0.26.0' +source_hash = '3d9118f6934c2f9baf6bebe0ee727c0d10408dc3580ae84ae9ff752cc8f0ba05' model_hash = 'ea856707f4e4276011b39b4dfac5a5eb748567a85d3e0da62311f2d0edc57ff7' [crates.aws-sdk-servicediscovery] category = 'AwsSdk' -version = '0.25.0' -source_hash = '934f7613c8cb37ebb5e73a9234c0e036c9da6046a03fa58f41d1891a0eb5f8a1' +version = '0.26.0' +source_hash = '474c4ce243a73833c5e8d85f806982b2907e69f3aed630db60eaa240fdf2ca53' model_hash = '4597f51e748c5079ac244db940f5aa6abbe3c271b7279e4732f7e5c986f513df' [crates.aws-sdk-servicequotas] category = 'AwsSdk' -version = '0.25.0' -source_hash = '645946294fb306ca6e9f12d183153f73f89572eff504ef4c8a2cb7184ca82f6a' +version = '0.26.0' +source_hash = 'ea92733bff40b857bb27f316d33b325cddf41a1be1940f90d48fd22a08b4d01b' model_hash = '847e72cf4e0ddc1c10e90c3ff4da35f93d2e650df4bf64d5e75650aa3915263c' [crates.aws-sdk-ses] category = 'AwsSdk' -version = '0.25.0' -source_hash = '6943ac1d8130cfbc8433338ea6e43d1079f3aaf88f59406ca05d83fa09b0a8b8' +version = '0.26.0' +source_hash = '4de6a2a9d7cea472dbb017c1ca73ff6186f7ccfc602bbc2c5a451e3f86a28c9e' model_hash = '4c2104ba9e737814cdd3923f54042afa94f40f17a4b1eb7eac807c502734949c' [crates.aws-sdk-sesv2] category = 'AwsSdk' -version = '0.25.0' -source_hash = '3a6d82bd06b30f0c83fa58ab054eb39f963010c89483b3f101bc60878b0f0b8d' +version = '0.26.0' +source_hash = '833eef8d58f40914bd2b909521603ea0906c9f044e51a6a1e79c1781d5eb4461' model_hash = 'db2f1d0e2259fb03463be5806a14b92e948fc1d61577fe7aad13fba521bf7db0' [crates.aws-sdk-sfn] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'bcf6b50dee845cc1888e1ff5905a5946a3442639ac4af6eb18f1511b27ff66a6' +version = '0.26.0' +source_hash = 'af40b8a4a8349cb5d3610c1eeb875f5e3c208804d8be7fe5611db0dc5f6dae64' model_hash = '563d9f0789994c3bf1bf7c02f713b1865b8ebae1a6f6081ce91d911c48849570' [crates.aws-sdk-shield] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'e5188c76246ad72f4b2e3c64aff6ebba275d3c1235451052b0f384a3cfecc617' +version = '0.26.0' +source_hash = '749a414380ff278a79a2083137a77c5eb60267b73abff70db29d5020d967de4b' model_hash = 'cc9f54fc73a94b0082724d786874e0d0779effb8930b60ca3119527a35e037b0' [crates.aws-sdk-signer] category = 'AwsSdk' -version = '0.25.0' -source_hash = '4368ffde59f8f566e7d782f6034f2cd56f88cde16a6cb18ecfd455c18704502e' +version = '0.26.0' +source_hash = 'b1c1ec181271f482a78234009cdb895d0dca24b8da5fc4b4000c1e768c9f1f67' model_hash = 'c5b7813bf6aa679ddc2c522c747aabf5743c60a1d975692693f0ab6d1f2eda9d' [crates.aws-sdk-simspaceweaver] category = 'AwsSdk' -version = '0.3.0' -source_hash = '734044a363eea618e014d7b196cb2b85d60319cfd76522f62cc8041b26c1d133' +version = '0.4.0' +source_hash = 'f57ff26caffc6e51d9a76088f93b60c2213436a4e4f6431b35c88812900b04d9' model_hash = '7425d723f5b05a346464c680a489290ac4dad55dc0a9b53bbe0d1382f699d434' [crates.aws-sdk-sms] category = 'AwsSdk' -version = '0.25.0' -source_hash = '850151d6802de15c01a01f0880c3a4cd03940281387022765a1f8151181a5ee6' +version = '0.26.0' +source_hash = 'ccde8d9685fb638695f8eaacd150653eba519c47b78037919c5f279af947548d' model_hash = '946218a78d22f34e8d147c5a5293e44a74dd35561da53432613b35484e020675' [crates.aws-sdk-snowball] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'd5a609ff35e12f77694b848600ba50f04eb6ab21f3bfc63a0a71c2aabfe3321a' +version = '0.26.0' +source_hash = '289a97b377bff5903eb22d7d0865f00bea802b207c67c830ccc49518266d22f5' model_hash = '0e446afc6e1e250a59796f0ff2966f67df6424f6b16d6cc131899d7885ca880c' [crates.aws-sdk-snowdevicemanagement] category = 'AwsSdk' -version = '0.25.0' -source_hash = '974158ffc666858c873387cef42d3cb82127d512996d8cba43a1ba75b102fe30' +version = '0.26.0' +source_hash = '7f5317b242076910ac5e46da4641907a99b1e96ff3101523faa99872c1f83628' model_hash = 'd5608749db0e6d63563d64ee4853b757c3c466e03ee381110a3de7ec325140c8' [crates.aws-sdk-sns] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'fa5919ca02e3b353fe206c9b807f255cb5d7aa18dac8934aebef2e1ffc176648' +version = '0.26.0' +source_hash = '8c86c6ac309821c777b76594ebcee558b179ee104cf65680c92e9b4c638c4b5e' model_hash = '29b0c371ab6814ee14eaaedcc23cb8c1ae8d902c40e105bcd71f9813f34bcb3e' [crates.aws-sdk-sqs] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'a06657f4491e9eec6fc994e6f25d30d5ed01108afefcc786fdef36c380c024f0' +version = '0.26.0' +source_hash = 'dea242fc894f66f320da071123275578cd87f7398cf7f33b7a872646b15ccacb' model_hash = 'dfbd701aefb29e6121e650e1e379b5b3719af6dcfae1034a4a87bec8ea648569' [crates.aws-sdk-ssm] category = 'AwsSdk' -version = '0.25.0' -source_hash = '7211ed4edcbfb377641fc5536d483b58eb112cbc7cd462e2c2bd15121a5e8e02' +version = '0.26.0' +source_hash = 'ddc7f15b32a4012956476190aa2e201d7d9560dd90d4a7fe96eb289353985f6a' model_hash = 'd1118b5ad9bedac6802c100510ea9ce9d29e1a5b134a8e7c0f01fa837be0057f' [crates.aws-sdk-ssmcontacts] category = 'AwsSdk' -version = '0.25.0' -source_hash = '29f8a7a25dc30ffec5227640a43b1111e17a17a1bf6fbb5108ae10d543622d42' +version = '0.26.0' +source_hash = 'cd28222bf32eb74a83cd2ca67cd109b7cf0cd7923f3c64b51a5929793dfb181e' model_hash = '06d4bdefaec7e7ac2c57e4b9c26577a0b199016fe93bb5283cf78ecfa0695af6' [crates.aws-sdk-ssmincidents] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'c952c8097ad355fc2e282f37f8dfd133917746b1741fcbc5f1c565a6214fa5a6' +version = '0.26.0' +source_hash = 'b774d743905155b770efe4c0c3c92e63cc5a85b5de1c5f79ecf74bf2e9fb3a3d' model_hash = '308dda0f2ee079e7287ffe3c79eacd4186386a6bdb3086e8be5b5383ac023533' [crates.aws-sdk-ssmsap] category = 'AwsSdk' -version = '0.3.0' -source_hash = '1abf79c40b233315bbb04ae5b54f8afe441f56ff8824f25f06258ac782681fff' +version = '0.4.0' +source_hash = 'e6f670dd52475997b35c23b0a77c2dd91a59bf3678ece50581be59a78dd47b96' model_hash = '12588a1d83efb42c681a4ae9820061e160d58669da6bea844da5f5e3a58d3acb' [crates.aws-sdk-sso] category = 'AwsSdk' -version = '0.25.0' -source_hash = '8a467a69c253465a9eb5eab6e3ae36248beacdd4665debc67bc675474c8afdd5' +version = '0.26.0' +source_hash = 'f4311fbce0e4e4976a2b8a0b56611029065e078735874c24952d0a89b04f6d88' model_hash = '5ae75a5b54d95708560d06e19135717e4bf35c1b86706883359531894877a6fd' [crates.aws-sdk-ssoadmin] category = 'AwsSdk' -version = '0.25.0' -source_hash = '4ab20dfd42f4ed95cf71450bb38bd97730becc108039ee0673675eefe3d11396' +version = '0.26.0' +source_hash = '37274225226dd181d69755a69051e66d465fb1175d32da01c95cdf389961c446' model_hash = '44cf2d1cd14c390f1cbb7285bb8b2eb443a200d0bc428a8f1fea112992bcee3f' [crates.aws-sdk-ssooidc] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'ab8ca3976af4363e5d075c5845da084ebf05c2f17ba1dc655a3d742dd14c711c' +version = '0.26.0' +source_hash = '3653b97f8de097111e4baa378c286fcb44f43c04123ca350d935c8f0237d0d00' model_hash = 'a8da4161fac35a9423336eb8656d78ca13a7805a0db35b3437b93a4a91e56489' [crates.aws-sdk-storagegateway] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'a8d94a2a8a105b76b4f67e5058ab9f9e8965424bb1106ae15b73720f88ba2650' +version = '0.26.0' +source_hash = '64d37fb7df86df62750af85d4a62855848c13fd771bc1c2fe40c106ca18be475' model_hash = '414d44f3d3ab57def9631631fb8d4844ae22890603cedc12fe3527b6dd1a6b8e' [crates.aws-sdk-sts] category = 'AwsSdk' -version = '0.25.0' -source_hash = '320e667ef5c642771e38f6bf29f9ed0d218be30509aeab99367cef76c96a8e4a' +version = '0.26.0' +source_hash = '91c550e48fdcaf6b1d31807f744589308ef3382643b737c25dcb6521a2695ce7' model_hash = '072715a16110ebc5a40034492fab3000d2396eba439bf8dcb7771a8b2a717b6f' [crates.aws-sdk-support] category = 'AwsSdk' -version = '0.25.0' -source_hash = '161688c2555590b34c8c52d550c6b49fec553fce9d98decf781dc9dbe4ca9c20' +version = '0.26.0' +source_hash = 'b702b27e63b59bf2f155b558c8ad32a75d5436971675d71ec8fa2b1e3b1a4c7a' model_hash = '686ecd2de462a937353aec9764a6773de2c629248c37d59ea7bab4d2d208b0bb' [crates.aws-sdk-supportapp] category = 'AwsSdk' -version = '0.8.0' -source_hash = '7dfa6b1f5cf2fcd152be49fba2ba0a3a1a860f707342fc9b0ef05d91a4b60061' +version = '0.9.0' +source_hash = '4fe844c272ab11c32cda84c7cf448818d58be5131e2e6dfae17ae5f98857da4d' model_hash = '5fe3b6ecf924e62a5f2f764af84460a53809a3cda32f927c6f2bacd84a3d0242' [crates.aws-sdk-swf] category = 'AwsSdk' -version = '0.25.0' -source_hash = '362282f8595c85db562f4c8b2709b4d779d11e5078f4f393f8f3db11cbbaeb3d' +version = '0.26.0' +source_hash = '7a39d3738421bbb5abc37ec9b63a7f0fbc322e89392b3dc3a10dd393431369d4' model_hash = '3718ced55f308bedab96fde373f6bf87b53ecd212156759dd3006a8b694fbf76' [crates.aws-sdk-synthetics] category = 'AwsSdk' -version = '0.25.0' -source_hash = '63478c8b610b320507e651130088edfead9c054e97459468d1c8e516a1892af9' +version = '0.26.0' +source_hash = 'c37a1802718309ca8140748115d855ecc43a481beb175295a7f427bcd146d5fc' model_hash = 'e2a2f9aa2694b49a1aefa1ec55efb90292d077547fd26c1e20fa09cf1c04b40b' [crates.aws-sdk-textract] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'f97e41eaba18d212ae789c3216f0b09e4deeb43238ba5ee9c14c8638405d28da' +version = '0.26.0' +source_hash = '22cca3655af0703f8f848322ba6d14028709563942850699e2c3493785ab8bd2' model_hash = 'f48d52d8a66d8b9bb952c2b10f25e3b8e48971f1fd75745c6c827cc59f77ac4c' [crates.aws-sdk-transcribe] category = 'AwsSdk' -version = '0.25.0' -source_hash = '0c0b6d933445baa5d95044ec74fe9299b7da4260f27615c7d47809aa2440fdd0' +version = '0.26.0' +source_hash = 'd84fd7e99b84f68e690b78f6ef6aed1ad11445754da49a21c1990316ee605ee5' model_hash = '4393f4f30e570c20530be0a376a09309bbbef68f854652455fadc224171ad4a3' [crates.aws-sdk-transcribestreaming] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'e832ac2cb1472996f428f4341a922a0c0e0ece0cd43bf4100809d04e40037ab4' +version = '0.26.0' +source_hash = '2bfb163c4c3782329cfdccafddda921c833500faf1627206f229a7045bfcfc3e' model_hash = 'ffeafe0c7cbd3c362365da7f1b9b0d4c9a135a55547ff8a6042af58bddadd321' [crates.aws-sdk-transfer] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'd052ef51537011a3e2f692f138f978dbf646685d0297137d34422da82539e772' +version = '0.26.0' +source_hash = '261cb09dedf288774047d0d7d174591486b885fbc18763a9f659ec3dac51a50d' model_hash = '4dcc9ae7430118e37f1e8fb112e8313626eb7f038136c2ac0590ff9d840ba6c4' [crates.aws-sdk-translate] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'dedfa38f1e5fafc389e4110a839f02f71f7360dec69f466ed15f95af2c0f5ab6' +version = '0.26.0' +source_hash = '2091727f60a75d7593539ab9fe7ce3a54f772e49d3dbe8ca6b52531d8ee7e85d' model_hash = 'cedb6c2f55a4c9bf09f9c514e910fa0764e6ea3cd5a6e7102bd4884bd27dd8af' [crates.aws-sdk-voiceid] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'dcdf1373fc7dedc632399b4ee1a42560bb0dc2c027ba966de79a51f052d73afb' +version = '0.26.0' +source_hash = 'a0b72c814fc37943c5c858a7715111ec2442651c6d7bcb482e2c555c3b91d39f' model_hash = 'b29c316f88a9b05db83d7d1ad090f0049579b3e4e2c6e5d5e8105a6140d53ff4' [crates.aws-sdk-waf] category = 'AwsSdk' -version = '0.25.0' -source_hash = '463c47db8d08a6bbc0f3b72b821de1e94440792d6a3dde7dd504855b063e90de' +version = '0.26.0' +source_hash = 'c8ccf775e1ea34a59852c69039d0bf00bbff66da063014848bd0b89ca6203931' model_hash = 'af736eff200c14da9609b6709bd9ecb8ba905d48728cdbfbce6364633cf80bac' [crates.aws-sdk-wafregional] category = 'AwsSdk' -version = '0.25.0' -source_hash = '08afba975d03cad375b756bde18a4675fe4c69dc57e69cf74e4885f60cb56dcb' +version = '0.26.0' +source_hash = 'c750abad5fee93e11b6ce1c1bfca1e170f5c6bbc319caba0d202adfb41fa732f' model_hash = 'b08a8ae94e1353ac36a3b6f0c5587d90a4f6190be209774728afc219bec81ff1' [crates.aws-sdk-wafv2] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'e6b56ad5fbac9378757fc5915ed1be9d0d7fc5b21bcb61c03e0c73d995c80c26' +version = '0.26.0' +source_hash = 'e043948c562d6d638f90d3a5195ad7178f303d7d8dd2914a2d2729eacb3c22f9' model_hash = '77a725aecffbaecf485aff05a58044ea73389f4f8f278faaefa192fa551351db' [crates.aws-sdk-wellarchitected] category = 'AwsSdk' -version = '0.25.0' -source_hash = '8321bda1eaddca1cc2d97ff25a99b3544c4b2ef30aa9cc6d9d33abaa28c845f5' +version = '0.26.0' +source_hash = '755752d32ef0ef8c8654031a0b625ecc80285645f4cac9b1754db86e4a75f466' model_hash = '5337f590fc6d85a3d64a87b5635f681bad36b10edc8cda6ede1d9d32b2c87c65' [crates.aws-sdk-wisdom] category = 'AwsSdk' -version = '0.25.0' -source_hash = '21e51515fbeaaac8fe6f7acd780ebb16a3a18f08030a886914cca9c4b5e86528' +version = '0.26.0' +source_hash = '1089664e2c84a57e97b4a0ce02bfcd70321fc5b622434a4e92abfeb85b7c3feb' model_hash = 'c129e027e80ec301e4ff8eb84362a58300ef4c96acf454dd2296685becfeadda' [crates.aws-sdk-workdocs] category = 'AwsSdk' -version = '0.25.0' -source_hash = 'ff20a12fbab50c1103df55ba524767449e22f8ea1c69695a6f094b8947d076fd' +version = '0.26.0' +source_hash = '6aff55677db6c40cce50d82266c515c8fb494af3ead907077e85245500ce5456' model_hash = 'b1fe5647cf98aa545017b21393168668ccfcd750b5a4e21bf6c98900d536ae3a' [crates.aws-sdk-worklink] category = 'AwsSdk' -version = '0.25.0' -source_hash = '30d9815eb0130b2552db7b28adfbe57d357fb7092c8c5b7c7acd56c7d711b402' +version = '0.26.0' +source_hash = '20e2ec98929d235353cb90c1c395a96b708f5808eda041bd47f120eb297e55d5' model_hash = '1d1f315100f45e74e0674119c6521267427102055d5bba655812f50604b2dab7' [crates.aws-sdk-workmail] category = 'AwsSdk' -version = '0.25.0' -source_hash = '1bf2d90a3c8ec97c9902ec0bffd562dc9bc65663598f31188296b80ad401feae' +version = '0.26.0' +source_hash = 'ba414d0c737cbdb894efe4d8b1f46356f093962796210b7fac05f27c828ff978' model_hash = '5b4b9359452077f3fe16359ce399714bc17789d7adc8bd17c32cc18dd40c5cf5' [crates.aws-sdk-workmailmessageflow] category = 'AwsSdk' -version = '0.25.0' -source_hash = '63cab117e0ae9c292435dddda07cd0ad759dc0c23dd23eb005715b21021ae7ce' +version = '0.26.0' +source_hash = 'b5732d412a5f8575038164826339c1a45c72b2276d04c6da1d12dde53657bbf2' model_hash = 'b38989abb05364176d2cd5f736bc7cac630a1bfd37ac8612095794777ffd6324' [crates.aws-sdk-workspaces] category = 'AwsSdk' -version = '0.25.0' -source_hash = '0fd1392a7cab2a447ce2f66170c2166d3bb71c319e5799e7ef473f743a0ca0f0' +version = '0.26.0' +source_hash = 'c3142ec63171e12c36f2732831026fee203a524adbc8f02515dfcd31430d298a' model_hash = '92d41a027c704a53abb1e8c5f99b946b3527251abb0a83d7a3c9d0c2135b5795' [crates.aws-sdk-workspacesweb] category = 'AwsSdk' -version = '0.25.0' -source_hash = '240a33a442a642507200e354041ff3a1c4b2a831c53ca78d5550de3ffb1220a4' +version = '0.26.0' +source_hash = 'bd95c7957d82702b5dfdc50320980ed27661457aea56fa007f482cc948099dbc' model_hash = 'cf4e9057171e73f0d4f17fae48ba58ef0cc335d80fb5d05cff5bed3974f930b6' [crates.aws-sdk-xray] category = 'AwsSdk' -version = '0.25.0' -source_hash = '1735405205c9e32cfd7dea4875c4b6ca76b9d914df6783dea66696943f416616' +version = '0.26.0' +source_hash = '21f0dc6bb0463501ad8d3603854365be21265eb3a817a75d6c61d73a4b44b3c2' model_hash = 'ce65b88e2c8dc7669b03d16093d2a5a978fff86a052cf24007ee6e014df234ea' [crates.aws-sig-auth] @@ -2113,338 +2113,338 @@ category = 'AwsRuntime' version = '0.54.1' source_hash = '196f89b22cc852a0173fc915bc8b5f3c3a1d6996418cff7ad2be824e91534075' [release.crates] -aws-sdk-accessanalyzer = '0.25.0' -aws-sdk-account = '0.25.0' -aws-sdk-acm = '0.25.0' -aws-sdk-acmpca = '0.25.0' -aws-sdk-alexaforbusiness = '0.25.0' -aws-sdk-amp = '0.25.0' -aws-sdk-amplify = '0.25.0' -aws-sdk-amplifybackend = '0.25.0' -aws-sdk-amplifyuibuilder = '0.25.0' -aws-sdk-apigateway = '0.25.0' -aws-sdk-apigatewaymanagement = '0.25.0' -aws-sdk-apigatewayv2 = '0.25.0' -aws-sdk-appconfig = '0.25.0' -aws-sdk-appconfigdata = '0.25.0' -aws-sdk-appflow = '0.25.0' -aws-sdk-appintegrations = '0.25.0' -aws-sdk-applicationautoscaling = '0.25.0' -aws-sdk-applicationcostprofiler = '0.25.0' -aws-sdk-applicationdiscovery = '0.25.0' -aws-sdk-applicationinsights = '0.25.0' -aws-sdk-appmesh = '0.25.0' -aws-sdk-apprunner = '0.25.0' -aws-sdk-appstream = '0.25.0' -aws-sdk-appsync = '0.25.0' -aws-sdk-arczonalshift = '0.3.0' -aws-sdk-athena = '0.25.0' -aws-sdk-auditmanager = '0.25.0' -aws-sdk-autoscaling = '0.25.0' -aws-sdk-autoscalingplans = '0.25.0' -aws-sdk-backup = '0.25.0' -aws-sdk-backupgateway = '0.25.0' -aws-sdk-backupstorage = '0.8.0' -aws-sdk-batch = '0.25.0' -aws-sdk-billingconductor = '0.25.0' -aws-sdk-braket = '0.25.0' -aws-sdk-budgets = '0.25.0' -aws-sdk-chime = '0.25.0' -aws-sdk-chimesdkidentity = '0.25.0' -aws-sdk-chimesdkmediapipelines = '0.25.0' -aws-sdk-chimesdkmeetings = '0.25.0' -aws-sdk-chimesdkmessaging = '0.25.0' -aws-sdk-chimesdkvoice = '0.3.0' -aws-sdk-cleanrooms = '0.2.0' -aws-sdk-cloud9 = '0.25.0' -aws-sdk-cloudcontrol = '0.25.0' -aws-sdk-clouddirectory = '0.25.0' -aws-sdk-cloudformation = '0.25.0' -aws-sdk-cloudfront = '0.25.0' -aws-sdk-cloudhsm = '0.25.0' -aws-sdk-cloudhsmv2 = '0.25.0' -aws-sdk-cloudsearch = '0.25.0' -aws-sdk-cloudsearchdomain = '0.25.0' -aws-sdk-cloudtrail = '0.25.0' -aws-sdk-cloudwatch = '0.25.0' -aws-sdk-cloudwatchevents = '0.25.0' -aws-sdk-cloudwatchlogs = '0.25.0' -aws-sdk-codeartifact = '0.25.0' -aws-sdk-codebuild = '0.25.0' -aws-sdk-codecatalyst = '0.3.0' -aws-sdk-codecommit = '0.25.0' -aws-sdk-codedeploy = '0.25.0' -aws-sdk-codeguruprofiler = '0.25.0' -aws-sdk-codegurureviewer = '0.25.0' -aws-sdk-codepipeline = '0.25.0' -aws-sdk-codestar = '0.25.0' -aws-sdk-codestarconnections = '0.25.0' -aws-sdk-codestarnotifications = '0.25.0' -aws-sdk-cognitoidentity = '0.25.0' -aws-sdk-cognitoidentityprovider = '0.25.0' -aws-sdk-cognitosync = '0.25.0' -aws-sdk-comprehend = '0.25.0' -aws-sdk-comprehendmedical = '0.25.0' -aws-sdk-computeoptimizer = '0.25.0' -aws-sdk-config = '0.25.0' -aws-sdk-connect = '0.25.0' -aws-sdk-connectcampaigns = '0.25.0' -aws-sdk-connectcases = '0.6.0' -aws-sdk-connectcontactlens = '0.25.0' -aws-sdk-connectparticipant = '0.25.0' -aws-sdk-controltower = '0.6.0' -aws-sdk-costandusagereport = '0.25.0' -aws-sdk-costexplorer = '0.25.0' -aws-sdk-customerprofiles = '0.25.0' -aws-sdk-databasemigration = '0.25.0' -aws-sdk-databrew = '0.25.0' -aws-sdk-dataexchange = '0.25.0' -aws-sdk-datapipeline = '0.25.0' -aws-sdk-datasync = '0.25.0' -aws-sdk-dax = '0.25.0' -aws-sdk-detective = '0.25.0' -aws-sdk-devicefarm = '0.25.0' -aws-sdk-devopsguru = '0.25.0' -aws-sdk-directconnect = '0.25.0' -aws-sdk-directory = '0.25.0' -aws-sdk-dlm = '0.25.0' -aws-sdk-docdb = '0.25.0' -aws-sdk-docdbelastic = '0.3.0' -aws-sdk-drs = '0.25.0' -aws-sdk-dynamodb = '0.25.0' -aws-sdk-dynamodbstreams = '0.25.0' -aws-sdk-ebs = '0.25.0' -aws-sdk-ec2 = '0.25.0' -aws-sdk-ec2instanceconnect = '0.25.0' -aws-sdk-ecr = '0.25.0' -aws-sdk-ecrpublic = '0.25.0' -aws-sdk-ecs = '0.25.0' -aws-sdk-efs = '0.25.0' -aws-sdk-eks = '0.25.0' -aws-sdk-elasticache = '0.25.0' -aws-sdk-elasticbeanstalk = '0.25.0' -aws-sdk-elasticinference = '0.25.0' -aws-sdk-elasticloadbalancing = '0.25.0' -aws-sdk-elasticloadbalancingv2 = '0.25.0' -aws-sdk-elasticsearch = '0.25.0' -aws-sdk-elastictranscoder = '0.25.0' -aws-sdk-emr = '0.25.0' -aws-sdk-emrcontainers = '0.25.0' -aws-sdk-emrserverless = '0.25.0' -aws-sdk-eventbridge = '0.25.0' -aws-sdk-evidently = '0.25.0' -aws-sdk-finspace = '0.25.0' -aws-sdk-finspacedata = '0.25.0' -aws-sdk-firehose = '0.25.0' -aws-sdk-fis = '0.25.0' -aws-sdk-fms = '0.25.0' -aws-sdk-forecast = '0.25.0' -aws-sdk-forecastquery = '0.25.0' -aws-sdk-frauddetector = '0.25.0' -aws-sdk-fsx = '0.25.0' -aws-sdk-gamelift = '0.25.0' -aws-sdk-gamesparks = '0.25.0' -aws-sdk-glacier = '0.25.0' -aws-sdk-globalaccelerator = '0.25.0' -aws-sdk-glue = '0.25.0' -aws-sdk-grafana = '0.25.0' -aws-sdk-greengrass = '0.25.0' -aws-sdk-greengrassv2 = '0.25.0' -aws-sdk-groundstation = '0.25.0' -aws-sdk-guardduty = '0.25.0' -aws-sdk-health = '0.25.0' -aws-sdk-healthlake = '0.25.0' -aws-sdk-honeycode = '0.25.0' -aws-sdk-iam = '0.25.0' -aws-sdk-identitystore = '0.25.0' -aws-sdk-imagebuilder = '0.25.0' -aws-sdk-inspector = '0.25.0' -aws-sdk-inspector2 = '0.25.0' -aws-sdk-iot = '0.25.0' -aws-sdk-iot1clickdevices = '0.25.0' -aws-sdk-iot1clickprojects = '0.25.0' -aws-sdk-iotanalytics = '0.25.0' -aws-sdk-iotdataplane = '0.25.0' -aws-sdk-iotdeviceadvisor = '0.25.0' -aws-sdk-iotevents = '0.25.0' -aws-sdk-ioteventsdata = '0.25.0' -aws-sdk-iotfleethub = '0.25.0' -aws-sdk-iotfleetwise = '0.6.0' -aws-sdk-iotjobsdataplane = '0.25.0' -aws-sdk-iotroborunner = '0.3.0' -aws-sdk-iotsecuretunneling = '0.25.0' -aws-sdk-iotsitewise = '0.25.0' -aws-sdk-iotthingsgraph = '0.25.0' -aws-sdk-iottwinmaker = '0.25.0' -aws-sdk-iotwireless = '0.25.0' -aws-sdk-ivs = '0.25.0' -aws-sdk-ivschat = '0.25.0' -aws-sdk-kafka = '0.25.0' -aws-sdk-kafkaconnect = '0.25.0' -aws-sdk-kendra = '0.25.0' -aws-sdk-kendraranking = '0.3.0' -aws-sdk-keyspaces = '0.25.0' -aws-sdk-kinesis = '0.25.0' -aws-sdk-kinesisanalytics = '0.25.0' -aws-sdk-kinesisanalyticsv2 = '0.25.0' -aws-sdk-kinesisvideo = '0.25.0' -aws-sdk-kinesisvideoarchivedmedia = '0.25.0' -aws-sdk-kinesisvideomedia = '0.25.0' -aws-sdk-kinesisvideosignaling = '0.25.0' -aws-sdk-kinesisvideowebrtcstorage = '0.3.0' -aws-sdk-kms = '0.25.0' -aws-sdk-lakeformation = '0.25.0' -aws-sdk-lambda = '0.25.0' -aws-sdk-lexmodelbuilding = '0.25.0' -aws-sdk-lexmodelsv2 = '0.25.0' -aws-sdk-lexruntime = '0.25.0' -aws-sdk-lexruntimev2 = '0.25.0' -aws-sdk-licensemanager = '0.25.0' -aws-sdk-licensemanagerlinuxsubscriptions = '0.3.0' -aws-sdk-licensemanagerusersubscriptions = '0.9.0' -aws-sdk-lightsail = '0.25.0' -aws-sdk-location = '0.25.0' -aws-sdk-lookoutequipment = '0.25.0' -aws-sdk-lookoutmetrics = '0.25.0' -aws-sdk-lookoutvision = '0.25.0' -aws-sdk-m2 = '0.25.0' -aws-sdk-machinelearning = '0.25.0' -aws-sdk-macie = '0.25.0' -aws-sdk-macie2 = '0.25.0' -aws-sdk-managedblockchain = '0.25.0' -aws-sdk-marketplacecatalog = '0.25.0' -aws-sdk-marketplacecommerceanalytics = '0.25.0' -aws-sdk-marketplaceentitlement = '0.25.0' -aws-sdk-marketplacemetering = '0.25.0' -aws-sdk-mediaconnect = '0.25.0' -aws-sdk-mediaconvert = '0.25.0' -aws-sdk-medialive = '0.25.0' -aws-sdk-mediapackage = '0.25.0' -aws-sdk-mediapackagevod = '0.25.0' -aws-sdk-mediastore = '0.25.0' -aws-sdk-mediastoredata = '0.25.0' -aws-sdk-mediatailor = '0.25.0' -aws-sdk-memorydb = '0.25.0' -aws-sdk-mgn = '0.25.0' -aws-sdk-migrationhub = '0.25.0' -aws-sdk-migrationhubconfig = '0.25.0' -aws-sdk-migrationhuborchestrator = '0.6.0' -aws-sdk-migrationhubrefactorspaces = '0.25.0' -aws-sdk-migrationhubstrategy = '0.25.0' -aws-sdk-mobile = '0.25.0' -aws-sdk-mq = '0.25.0' -aws-sdk-mturk = '0.25.0' -aws-sdk-mwaa = '0.25.0' -aws-sdk-neptune = '0.25.0' -aws-sdk-networkfirewall = '0.25.0' -aws-sdk-networkmanager = '0.25.0' -aws-sdk-nimble = '0.25.0' -aws-sdk-oam = '0.3.0' -aws-sdk-omics = '0.3.0' -aws-sdk-opensearch = '0.25.0' -aws-sdk-opensearchserverless = '0.3.0' -aws-sdk-opsworks = '0.25.0' -aws-sdk-opsworkscm = '0.25.0' -aws-sdk-organizations = '0.25.0' -aws-sdk-outposts = '0.25.0' -aws-sdk-panorama = '0.25.0' -aws-sdk-personalize = '0.25.0' -aws-sdk-personalizeevents = '0.25.0' -aws-sdk-personalizeruntime = '0.25.0' -aws-sdk-pi = '0.25.0' -aws-sdk-pinpoint = '0.25.0' -aws-sdk-pinpointemail = '0.25.0' -aws-sdk-pinpointsmsvoice = '0.25.0' -aws-sdk-pinpointsmsvoicev2 = '0.25.0' -aws-sdk-pipes = '0.3.0' -aws-sdk-polly = '0.25.0' -aws-sdk-pricing = '0.25.0' -aws-sdk-privatenetworks = '0.8.0' -aws-sdk-proton = '0.25.0' -aws-sdk-qldb = '0.25.0' -aws-sdk-qldbsession = '0.25.0' -aws-sdk-quicksight = '0.25.0' -aws-sdk-ram = '0.25.0' -aws-sdk-rbin = '0.25.0' -aws-sdk-rds = '0.25.0' -aws-sdk-rdsdata = '0.25.0' -aws-sdk-redshift = '0.25.0' -aws-sdk-redshiftdata = '0.25.0' -aws-sdk-redshiftserverless = '0.25.0' -aws-sdk-rekognition = '0.25.0' -aws-sdk-resiliencehub = '0.25.0' -aws-sdk-resourceexplorer2 = '0.3.0' -aws-sdk-resourcegroups = '0.25.0' -aws-sdk-resourcegroupstagging = '0.25.0' -aws-sdk-robomaker = '0.25.0' -aws-sdk-rolesanywhere = '0.10.0' -aws-sdk-route53 = '0.25.0' -aws-sdk-route53domains = '0.25.0' -aws-sdk-route53recoverycluster = '0.25.0' -aws-sdk-route53recoverycontrolconfig = '0.25.0' -aws-sdk-route53recoveryreadiness = '0.25.0' -aws-sdk-route53resolver = '0.25.0' -aws-sdk-rum = '0.25.0' -aws-sdk-s3 = '0.25.0' -aws-sdk-s3control = '0.25.0' -aws-sdk-s3outposts = '0.25.0' -aws-sdk-sagemaker = '0.25.0' -aws-sdk-sagemakera2iruntime = '0.25.0' -aws-sdk-sagemakeredge = '0.25.0' -aws-sdk-sagemakerfeaturestoreruntime = '0.25.0' -aws-sdk-sagemakergeospatial = '0.3.0' -aws-sdk-sagemakermetrics = '0.3.0' -aws-sdk-sagemakerruntime = '0.25.0' -aws-sdk-savingsplans = '0.25.0' -aws-sdk-scheduler = '0.3.0' -aws-sdk-schemas = '0.25.0' -aws-sdk-secretsmanager = '0.25.0' -aws-sdk-securityhub = '0.25.0' -aws-sdk-securitylake = '0.3.0' -aws-sdk-serverlessapplicationrepository = '0.25.0' -aws-sdk-servicecatalog = '0.25.0' -aws-sdk-servicecatalogappregistry = '0.25.0' -aws-sdk-servicediscovery = '0.25.0' -aws-sdk-servicequotas = '0.25.0' -aws-sdk-ses = '0.25.0' -aws-sdk-sesv2 = '0.25.0' -aws-sdk-sfn = '0.25.0' -aws-sdk-shield = '0.25.0' -aws-sdk-signer = '0.25.0' -aws-sdk-simspaceweaver = '0.3.0' -aws-sdk-sms = '0.25.0' -aws-sdk-snowball = '0.25.0' -aws-sdk-snowdevicemanagement = '0.25.0' -aws-sdk-sns = '0.25.0' -aws-sdk-sqs = '0.25.0' -aws-sdk-ssm = '0.25.0' -aws-sdk-ssmcontacts = '0.25.0' -aws-sdk-ssmincidents = '0.25.0' -aws-sdk-ssmsap = '0.3.0' -aws-sdk-sso = '0.25.0' -aws-sdk-ssoadmin = '0.25.0' -aws-sdk-ssooidc = '0.25.0' -aws-sdk-storagegateway = '0.25.0' -aws-sdk-sts = '0.25.0' -aws-sdk-support = '0.25.0' -aws-sdk-supportapp = '0.8.0' -aws-sdk-swf = '0.25.0' -aws-sdk-synthetics = '0.25.0' -aws-sdk-textract = '0.25.0' -aws-sdk-transcribe = '0.25.0' -aws-sdk-transcribestreaming = '0.25.0' -aws-sdk-transfer = '0.25.0' -aws-sdk-translate = '0.25.0' -aws-sdk-voiceid = '0.25.0' -aws-sdk-waf = '0.25.0' -aws-sdk-wafregional = '0.25.0' -aws-sdk-wafv2 = '0.25.0' -aws-sdk-wellarchitected = '0.25.0' -aws-sdk-wisdom = '0.25.0' -aws-sdk-workdocs = '0.25.0' -aws-sdk-worklink = '0.25.0' -aws-sdk-workmail = '0.25.0' -aws-sdk-workmailmessageflow = '0.25.0' -aws-sdk-workspaces = '0.25.0' -aws-sdk-workspacesweb = '0.25.0' -aws-sdk-xray = '0.25.0' +aws-sdk-accessanalyzer = '0.26.0' +aws-sdk-account = '0.26.0' +aws-sdk-acm = '0.26.0' +aws-sdk-acmpca = '0.26.0' +aws-sdk-alexaforbusiness = '0.26.0' +aws-sdk-amp = '0.26.0' +aws-sdk-amplify = '0.26.0' +aws-sdk-amplifybackend = '0.26.0' +aws-sdk-amplifyuibuilder = '0.26.0' +aws-sdk-apigateway = '0.26.0' +aws-sdk-apigatewaymanagement = '0.26.0' +aws-sdk-apigatewayv2 = '0.26.0' +aws-sdk-appconfig = '0.26.0' +aws-sdk-appconfigdata = '0.26.0' +aws-sdk-appflow = '0.26.0' +aws-sdk-appintegrations = '0.26.0' +aws-sdk-applicationautoscaling = '0.26.0' +aws-sdk-applicationcostprofiler = '0.26.0' +aws-sdk-applicationdiscovery = '0.26.0' +aws-sdk-applicationinsights = '0.26.0' +aws-sdk-appmesh = '0.26.0' +aws-sdk-apprunner = '0.26.0' +aws-sdk-appstream = '0.26.0' +aws-sdk-appsync = '0.26.0' +aws-sdk-arczonalshift = '0.4.0' +aws-sdk-athena = '0.26.0' +aws-sdk-auditmanager = '0.26.0' +aws-sdk-autoscaling = '0.26.0' +aws-sdk-autoscalingplans = '0.26.0' +aws-sdk-backup = '0.26.0' +aws-sdk-backupgateway = '0.26.0' +aws-sdk-backupstorage = '0.9.0' +aws-sdk-batch = '0.26.0' +aws-sdk-billingconductor = '0.26.0' +aws-sdk-braket = '0.26.0' +aws-sdk-budgets = '0.26.0' +aws-sdk-chime = '0.26.0' +aws-sdk-chimesdkidentity = '0.26.0' +aws-sdk-chimesdkmediapipelines = '0.26.0' +aws-sdk-chimesdkmeetings = '0.26.0' +aws-sdk-chimesdkmessaging = '0.26.0' +aws-sdk-chimesdkvoice = '0.4.0' +aws-sdk-cleanrooms = '0.3.0' +aws-sdk-cloud9 = '0.26.0' +aws-sdk-cloudcontrol = '0.26.0' +aws-sdk-clouddirectory = '0.26.0' +aws-sdk-cloudformation = '0.26.0' +aws-sdk-cloudfront = '0.26.0' +aws-sdk-cloudhsm = '0.26.0' +aws-sdk-cloudhsmv2 = '0.26.0' +aws-sdk-cloudsearch = '0.26.0' +aws-sdk-cloudsearchdomain = '0.26.0' +aws-sdk-cloudtrail = '0.26.0' +aws-sdk-cloudwatch = '0.26.0' +aws-sdk-cloudwatchevents = '0.26.0' +aws-sdk-cloudwatchlogs = '0.26.0' +aws-sdk-codeartifact = '0.26.0' +aws-sdk-codebuild = '0.26.0' +aws-sdk-codecatalyst = '0.4.0' +aws-sdk-codecommit = '0.26.0' +aws-sdk-codedeploy = '0.26.0' +aws-sdk-codeguruprofiler = '0.26.0' +aws-sdk-codegurureviewer = '0.26.0' +aws-sdk-codepipeline = '0.26.0' +aws-sdk-codestar = '0.26.0' +aws-sdk-codestarconnections = '0.26.0' +aws-sdk-codestarnotifications = '0.26.0' +aws-sdk-cognitoidentity = '0.26.0' +aws-sdk-cognitoidentityprovider = '0.26.0' +aws-sdk-cognitosync = '0.26.0' +aws-sdk-comprehend = '0.26.0' +aws-sdk-comprehendmedical = '0.26.0' +aws-sdk-computeoptimizer = '0.26.0' +aws-sdk-config = '0.26.0' +aws-sdk-connect = '0.26.0' +aws-sdk-connectcampaigns = '0.26.0' +aws-sdk-connectcases = '0.7.0' +aws-sdk-connectcontactlens = '0.26.0' +aws-sdk-connectparticipant = '0.26.0' +aws-sdk-controltower = '0.7.0' +aws-sdk-costandusagereport = '0.26.0' +aws-sdk-costexplorer = '0.26.0' +aws-sdk-customerprofiles = '0.26.0' +aws-sdk-databasemigration = '0.26.0' +aws-sdk-databrew = '0.26.0' +aws-sdk-dataexchange = '0.26.0' +aws-sdk-datapipeline = '0.26.0' +aws-sdk-datasync = '0.26.0' +aws-sdk-dax = '0.26.0' +aws-sdk-detective = '0.26.0' +aws-sdk-devicefarm = '0.26.0' +aws-sdk-devopsguru = '0.26.0' +aws-sdk-directconnect = '0.26.0' +aws-sdk-directory = '0.26.0' +aws-sdk-dlm = '0.26.0' +aws-sdk-docdb = '0.26.0' +aws-sdk-docdbelastic = '0.4.0' +aws-sdk-drs = '0.26.0' +aws-sdk-dynamodb = '0.26.0' +aws-sdk-dynamodbstreams = '0.26.0' +aws-sdk-ebs = '0.26.0' +aws-sdk-ec2 = '0.26.0' +aws-sdk-ec2instanceconnect = '0.26.0' +aws-sdk-ecr = '0.26.0' +aws-sdk-ecrpublic = '0.26.0' +aws-sdk-ecs = '0.26.0' +aws-sdk-efs = '0.26.0' +aws-sdk-eks = '0.26.0' +aws-sdk-elasticache = '0.26.0' +aws-sdk-elasticbeanstalk = '0.26.0' +aws-sdk-elasticinference = '0.26.0' +aws-sdk-elasticloadbalancing = '0.26.0' +aws-sdk-elasticloadbalancingv2 = '0.26.0' +aws-sdk-elasticsearch = '0.26.0' +aws-sdk-elastictranscoder = '0.26.0' +aws-sdk-emr = '0.26.0' +aws-sdk-emrcontainers = '0.26.0' +aws-sdk-emrserverless = '0.26.0' +aws-sdk-eventbridge = '0.26.0' +aws-sdk-evidently = '0.26.0' +aws-sdk-finspace = '0.26.0' +aws-sdk-finspacedata = '0.26.0' +aws-sdk-firehose = '0.26.0' +aws-sdk-fis = '0.26.0' +aws-sdk-fms = '0.26.0' +aws-sdk-forecast = '0.26.0' +aws-sdk-forecastquery = '0.26.0' +aws-sdk-frauddetector = '0.26.0' +aws-sdk-fsx = '0.26.0' +aws-sdk-gamelift = '0.26.0' +aws-sdk-gamesparks = '0.26.0' +aws-sdk-glacier = '0.26.0' +aws-sdk-globalaccelerator = '0.26.0' +aws-sdk-glue = '0.26.0' +aws-sdk-grafana = '0.26.0' +aws-sdk-greengrass = '0.26.0' +aws-sdk-greengrassv2 = '0.26.0' +aws-sdk-groundstation = '0.26.0' +aws-sdk-guardduty = '0.26.0' +aws-sdk-health = '0.26.0' +aws-sdk-healthlake = '0.26.0' +aws-sdk-honeycode = '0.26.0' +aws-sdk-iam = '0.26.0' +aws-sdk-identitystore = '0.26.0' +aws-sdk-imagebuilder = '0.26.0' +aws-sdk-inspector = '0.26.0' +aws-sdk-inspector2 = '0.26.0' +aws-sdk-iot = '0.26.0' +aws-sdk-iot1clickdevices = '0.26.0' +aws-sdk-iot1clickprojects = '0.26.0' +aws-sdk-iotanalytics = '0.26.0' +aws-sdk-iotdataplane = '0.26.0' +aws-sdk-iotdeviceadvisor = '0.26.0' +aws-sdk-iotevents = '0.26.0' +aws-sdk-ioteventsdata = '0.26.0' +aws-sdk-iotfleethub = '0.26.0' +aws-sdk-iotfleetwise = '0.7.0' +aws-sdk-iotjobsdataplane = '0.26.0' +aws-sdk-iotroborunner = '0.4.0' +aws-sdk-iotsecuretunneling = '0.26.0' +aws-sdk-iotsitewise = '0.26.0' +aws-sdk-iotthingsgraph = '0.26.0' +aws-sdk-iottwinmaker = '0.26.0' +aws-sdk-iotwireless = '0.26.0' +aws-sdk-ivs = '0.26.0' +aws-sdk-ivschat = '0.26.0' +aws-sdk-kafka = '0.26.0' +aws-sdk-kafkaconnect = '0.26.0' +aws-sdk-kendra = '0.26.0' +aws-sdk-kendraranking = '0.4.0' +aws-sdk-keyspaces = '0.26.0' +aws-sdk-kinesis = '0.26.0' +aws-sdk-kinesisanalytics = '0.26.0' +aws-sdk-kinesisanalyticsv2 = '0.26.0' +aws-sdk-kinesisvideo = '0.26.0' +aws-sdk-kinesisvideoarchivedmedia = '0.26.0' +aws-sdk-kinesisvideomedia = '0.26.0' +aws-sdk-kinesisvideosignaling = '0.26.0' +aws-sdk-kinesisvideowebrtcstorage = '0.4.0' +aws-sdk-kms = '0.26.0' +aws-sdk-lakeformation = '0.26.0' +aws-sdk-lambda = '0.26.0' +aws-sdk-lexmodelbuilding = '0.26.0' +aws-sdk-lexmodelsv2 = '0.26.0' +aws-sdk-lexruntime = '0.26.0' +aws-sdk-lexruntimev2 = '0.26.0' +aws-sdk-licensemanager = '0.26.0' +aws-sdk-licensemanagerlinuxsubscriptions = '0.4.0' +aws-sdk-licensemanagerusersubscriptions = '0.10.0' +aws-sdk-lightsail = '0.26.0' +aws-sdk-location = '0.26.0' +aws-sdk-lookoutequipment = '0.26.0' +aws-sdk-lookoutmetrics = '0.26.0' +aws-sdk-lookoutvision = '0.26.0' +aws-sdk-m2 = '0.26.0' +aws-sdk-machinelearning = '0.26.0' +aws-sdk-macie = '0.26.0' +aws-sdk-macie2 = '0.26.0' +aws-sdk-managedblockchain = '0.26.0' +aws-sdk-marketplacecatalog = '0.26.0' +aws-sdk-marketplacecommerceanalytics = '0.26.0' +aws-sdk-marketplaceentitlement = '0.26.0' +aws-sdk-marketplacemetering = '0.26.0' +aws-sdk-mediaconnect = '0.26.0' +aws-sdk-mediaconvert = '0.26.0' +aws-sdk-medialive = '0.26.0' +aws-sdk-mediapackage = '0.26.0' +aws-sdk-mediapackagevod = '0.26.0' +aws-sdk-mediastore = '0.26.0' +aws-sdk-mediastoredata = '0.26.0' +aws-sdk-mediatailor = '0.26.0' +aws-sdk-memorydb = '0.26.0' +aws-sdk-mgn = '0.26.0' +aws-sdk-migrationhub = '0.26.0' +aws-sdk-migrationhubconfig = '0.26.0' +aws-sdk-migrationhuborchestrator = '0.7.0' +aws-sdk-migrationhubrefactorspaces = '0.26.0' +aws-sdk-migrationhubstrategy = '0.26.0' +aws-sdk-mobile = '0.26.0' +aws-sdk-mq = '0.26.0' +aws-sdk-mturk = '0.26.0' +aws-sdk-mwaa = '0.26.0' +aws-sdk-neptune = '0.26.0' +aws-sdk-networkfirewall = '0.26.0' +aws-sdk-networkmanager = '0.26.0' +aws-sdk-nimble = '0.26.0' +aws-sdk-oam = '0.4.0' +aws-sdk-omics = '0.4.0' +aws-sdk-opensearch = '0.26.0' +aws-sdk-opensearchserverless = '0.4.0' +aws-sdk-opsworks = '0.26.0' +aws-sdk-opsworkscm = '0.26.0' +aws-sdk-organizations = '0.26.0' +aws-sdk-outposts = '0.26.0' +aws-sdk-panorama = '0.26.0' +aws-sdk-personalize = '0.26.0' +aws-sdk-personalizeevents = '0.26.0' +aws-sdk-personalizeruntime = '0.26.0' +aws-sdk-pi = '0.26.0' +aws-sdk-pinpoint = '0.26.0' +aws-sdk-pinpointemail = '0.26.0' +aws-sdk-pinpointsmsvoice = '0.26.0' +aws-sdk-pinpointsmsvoicev2 = '0.26.0' +aws-sdk-pipes = '0.4.0' +aws-sdk-polly = '0.26.0' +aws-sdk-pricing = '0.26.0' +aws-sdk-privatenetworks = '0.9.0' +aws-sdk-proton = '0.26.0' +aws-sdk-qldb = '0.26.0' +aws-sdk-qldbsession = '0.26.0' +aws-sdk-quicksight = '0.26.0' +aws-sdk-ram = '0.26.0' +aws-sdk-rbin = '0.26.0' +aws-sdk-rds = '0.26.0' +aws-sdk-rdsdata = '0.26.0' +aws-sdk-redshift = '0.26.0' +aws-sdk-redshiftdata = '0.26.0' +aws-sdk-redshiftserverless = '0.26.0' +aws-sdk-rekognition = '0.26.0' +aws-sdk-resiliencehub = '0.26.0' +aws-sdk-resourceexplorer2 = '0.4.0' +aws-sdk-resourcegroups = '0.26.0' +aws-sdk-resourcegroupstagging = '0.26.0' +aws-sdk-robomaker = '0.26.0' +aws-sdk-rolesanywhere = '0.11.0' +aws-sdk-route53 = '0.26.0' +aws-sdk-route53domains = '0.26.0' +aws-sdk-route53recoverycluster = '0.26.0' +aws-sdk-route53recoverycontrolconfig = '0.26.0' +aws-sdk-route53recoveryreadiness = '0.26.0' +aws-sdk-route53resolver = '0.26.0' +aws-sdk-rum = '0.26.0' +aws-sdk-s3 = '0.26.0' +aws-sdk-s3control = '0.26.0' +aws-sdk-s3outposts = '0.26.0' +aws-sdk-sagemaker = '0.26.0' +aws-sdk-sagemakera2iruntime = '0.26.0' +aws-sdk-sagemakeredge = '0.26.0' +aws-sdk-sagemakerfeaturestoreruntime = '0.26.0' +aws-sdk-sagemakergeospatial = '0.4.0' +aws-sdk-sagemakermetrics = '0.4.0' +aws-sdk-sagemakerruntime = '0.26.0' +aws-sdk-savingsplans = '0.26.0' +aws-sdk-scheduler = '0.4.0' +aws-sdk-schemas = '0.26.0' +aws-sdk-secretsmanager = '0.26.0' +aws-sdk-securityhub = '0.26.0' +aws-sdk-securitylake = '0.4.0' +aws-sdk-serverlessapplicationrepository = '0.26.0' +aws-sdk-servicecatalog = '0.26.0' +aws-sdk-servicecatalogappregistry = '0.26.0' +aws-sdk-servicediscovery = '0.26.0' +aws-sdk-servicequotas = '0.26.0' +aws-sdk-ses = '0.26.0' +aws-sdk-sesv2 = '0.26.0' +aws-sdk-sfn = '0.26.0' +aws-sdk-shield = '0.26.0' +aws-sdk-signer = '0.26.0' +aws-sdk-simspaceweaver = '0.4.0' +aws-sdk-sms = '0.26.0' +aws-sdk-snowball = '0.26.0' +aws-sdk-snowdevicemanagement = '0.26.0' +aws-sdk-sns = '0.26.0' +aws-sdk-sqs = '0.26.0' +aws-sdk-ssm = '0.26.0' +aws-sdk-ssmcontacts = '0.26.0' +aws-sdk-ssmincidents = '0.26.0' +aws-sdk-ssmsap = '0.4.0' +aws-sdk-sso = '0.26.0' +aws-sdk-ssoadmin = '0.26.0' +aws-sdk-ssooidc = '0.26.0' +aws-sdk-storagegateway = '0.26.0' +aws-sdk-sts = '0.26.0' +aws-sdk-support = '0.26.0' +aws-sdk-supportapp = '0.9.0' +aws-sdk-swf = '0.26.0' +aws-sdk-synthetics = '0.26.0' +aws-sdk-textract = '0.26.0' +aws-sdk-transcribe = '0.26.0' +aws-sdk-transcribestreaming = '0.26.0' +aws-sdk-transfer = '0.26.0' +aws-sdk-translate = '0.26.0' +aws-sdk-voiceid = '0.26.0' +aws-sdk-waf = '0.26.0' +aws-sdk-wafregional = '0.26.0' +aws-sdk-wafv2 = '0.26.0' +aws-sdk-wellarchitected = '0.26.0' +aws-sdk-wisdom = '0.26.0' +aws-sdk-workdocs = '0.26.0' +aws-sdk-worklink = '0.26.0' +aws-sdk-workmail = '0.26.0' +aws-sdk-workmailmessageflow = '0.26.0' +aws-sdk-workspaces = '0.26.0' +aws-sdk-workspacesweb = '0.26.0' +aws-sdk-xray = '0.26.0'