diff --git a/.changes/2.29.10.json b/.changes/2.29.10.json new file mode 100644 index 000000000000..13af19ddc8dd --- /dev/null +++ b/.changes/2.29.10.json @@ -0,0 +1,48 @@ +{ + "version": "2.29.10", + "date": "2024-11-11", + "entries": [ + { + "type": "bugfix", + "category": "AWS SDK for Java v2", + "contributor": "vsudilov", + "description": "SigV4: Add host header only when not already provided" + }, + { + "type": "feature", + "category": "AWS Lambda", + "contributor": "", + "description": "Add Python 3.13 (python3.13) support to AWS Lambda" + }, + { + "type": "feature", + "category": "AWS Outposts", + "contributor": "", + "description": "This release updates StartCapacityTask to allow an active Outpost to be modified. It also adds a new API to list all running EC2 instances on the Outpost." + }, + { + "type": "feature", + "category": "Amazon CloudFront", + "contributor": "", + "description": "No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged." + }, + { + "type": "feature", + "category": "Amazon OpenSearch Service", + "contributor": "", + "description": "Adds Support for new AssociatePackages and DissociatePackages API in Amazon OpenSearch Service that allows association and dissociation operations to be carried out on multiple packages at the same time." + }, + { + "type": "feature", + "category": "Inspector2", + "contributor": "", + "description": "Adds support for filePath filter." + }, + { + "type": "feature", + "category": "AWS SDK for Java v2", + "contributor": "", + "description": "Updated endpoint and partition metadata." + } + ] +} \ No newline at end of file diff --git a/.changes/next-release/bugfix-AWSSDKforJavav2-b3fbc61.json b/.changes/next-release/bugfix-AWSSDKforJavav2-b3fbc61.json deleted file mode 100644 index 898c6f37aebb..000000000000 --- a/.changes/next-release/bugfix-AWSSDKforJavav2-b3fbc61.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "type": "bugfix", - "category": "AWS SDK for Java v2", - "contributor": "vsudilov", - "description": "SigV4: Add host header only when not already provided" -} diff --git a/CHANGELOG.md b/CHANGELOG.md index 10d11631e4e9..e0e19ef949a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,37 @@ #### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._ +# __2.29.10__ __2024-11-11__ +## __AWS Lambda__ + - ### Features + - Add Python 3.13 (python3.13) support to AWS Lambda + +## __AWS Outposts__ + - ### Features + - This release updates StartCapacityTask to allow an active Outpost to be modified. It also adds a new API to list all running EC2 instances on the Outpost. + +## __AWS SDK for Java v2__ + - ### Features + - Updated endpoint and partition metadata. + + - ### Bugfixes + - SigV4: Add host header only when not already provided + - Contributed by: [@vsudilov](https://github.com/vsudilov) + +## __Amazon CloudFront__ + - ### Features + - No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged. + +## __Amazon OpenSearch Service__ + - ### Features + - Adds Support for new AssociatePackages and DissociatePackages API in Amazon OpenSearch Service that allows association and dissociation operations to be carried out on multiple packages at the same time. + +## __Inspector2__ + - ### Features + - Adds support for filePath filter. + +## __Contributors__ +Special thanks to the following contributors to this release: + +[@vsudilov](https://github.com/vsudilov) # __2.29.9__ __2024-11-08__ ## __AWS Batch__ - ### Features diff --git a/README.md b/README.md index 3a9eb35fb16a..19080c1ed09f 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ To automatically manage module versions (currently all modules have the same ver software.amazon.awssdk bom - 2.29.9 + 2.29.10 pom import @@ -85,12 +85,12 @@ Alternatively you can add dependencies for the specific services you use only: software.amazon.awssdk ec2 - 2.29.9 + 2.29.10 software.amazon.awssdk s3 - 2.29.9 + 2.29.10 ``` @@ -102,7 +102,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please software.amazon.awssdk aws-sdk-java - 2.29.9 + 2.29.10 ``` diff --git a/archetypes/archetype-app-quickstart/pom.xml b/archetypes/archetype-app-quickstart/pom.xml index 211b0a03d7c6..d85369cb7279 100644 --- a/archetypes/archetype-app-quickstart/pom.xml +++ b/archetypes/archetype-app-quickstart/pom.xml @@ -20,7 +20,7 @@ archetypes software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/archetypes/archetype-lambda/pom.xml b/archetypes/archetype-lambda/pom.xml index c6c83dc8e0a5..3c785aee6329 100644 --- a/archetypes/archetype-lambda/pom.xml +++ b/archetypes/archetype-lambda/pom.xml @@ -20,7 +20,7 @@ archetypes software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 archetype-lambda diff --git a/archetypes/archetype-tools/pom.xml b/archetypes/archetype-tools/pom.xml index a38e926e1e6d..c7ce6fb73fa9 100644 --- a/archetypes/archetype-tools/pom.xml +++ b/archetypes/archetype-tools/pom.xml @@ -20,7 +20,7 @@ archetypes software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/archetypes/pom.xml b/archetypes/pom.xml index cffd339549be..0637499e226c 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 archetypes diff --git a/aws-sdk-java/pom.xml b/aws-sdk-java/pom.xml index d3e5fa44ee66..21d9129fc913 100644 --- a/aws-sdk-java/pom.xml +++ b/aws-sdk-java/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../pom.xml aws-sdk-java diff --git a/bom-internal/pom.xml b/bom-internal/pom.xml index 0759df77bcab..1eb982e477ee 100644 --- a/bom-internal/pom.xml +++ b/bom-internal/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/bom/pom.xml b/bom/pom.xml index b2de0069bc5d..40d1ca104a93 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../pom.xml bom diff --git a/bundle-logging-bridge/pom.xml b/bundle-logging-bridge/pom.xml index 69c0f86ace1e..4cb765b2f028 100644 --- a/bundle-logging-bridge/pom.xml +++ b/bundle-logging-bridge/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT bundle-logging-bridge jar diff --git a/bundle-sdk/pom.xml b/bundle-sdk/pom.xml index f03aadf65ba2..ad63ba1d9c07 100644 --- a/bundle-sdk/pom.xml +++ b/bundle-sdk/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT bundle-sdk jar diff --git a/bundle/pom.xml b/bundle/pom.xml index 7dcbda1be121..671835108299 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT bundle jar diff --git a/codegen-lite-maven-plugin/pom.xml b/codegen-lite-maven-plugin/pom.xml index 11c9665d3047..2590899f25d3 100644 --- a/codegen-lite-maven-plugin/pom.xml +++ b/codegen-lite-maven-plugin/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../pom.xml codegen-lite-maven-plugin diff --git a/codegen-lite/pom.xml b/codegen-lite/pom.xml index dde5673392b0..e127bb845d87 100644 --- a/codegen-lite/pom.xml +++ b/codegen-lite/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT codegen-lite AWS Java SDK :: Code Generator Lite diff --git a/codegen-maven-plugin/pom.xml b/codegen-maven-plugin/pom.xml index 785addfa51fd..c45f45dfeb7e 100644 --- a/codegen-maven-plugin/pom.xml +++ b/codegen-maven-plugin/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../pom.xml codegen-maven-plugin diff --git a/codegen/pom.xml b/codegen/pom.xml index 9babeee8ee2e..4e6fd73c4627 100644 --- a/codegen/pom.xml +++ b/codegen/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT codegen AWS Java SDK :: Code Generator diff --git a/core/annotations/pom.xml b/core/annotations/pom.xml index 8497602ad236..aa91e7af39e0 100644 --- a/core/annotations/pom.xml +++ b/core/annotations/pom.xml @@ -20,7 +20,7 @@ core software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/core/arns/pom.xml b/core/arns/pom.xml index 35b5a64bdb89..352fcc72102a 100644 --- a/core/arns/pom.xml +++ b/core/arns/pom.xml @@ -20,7 +20,7 @@ core software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/core/auth-crt/pom.xml b/core/auth-crt/pom.xml index dd60a9e14013..e7615ff33a03 100644 --- a/core/auth-crt/pom.xml +++ b/core/auth-crt/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT auth-crt diff --git a/core/auth/pom.xml b/core/auth/pom.xml index 868f1fdfdc42..b813e1c9b975 100644 --- a/core/auth/pom.xml +++ b/core/auth/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT auth diff --git a/core/aws-core/pom.xml b/core/aws-core/pom.xml index 9ff2b184ba0b..b0d89145d0cc 100644 --- a/core/aws-core/pom.xml +++ b/core/aws-core/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT aws-core diff --git a/core/checksums-spi/pom.xml b/core/checksums-spi/pom.xml index 322c3199a447..769903a76e0a 100644 --- a/core/checksums-spi/pom.xml +++ b/core/checksums-spi/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT checksums-spi diff --git a/core/checksums/pom.xml b/core/checksums/pom.xml index dc5597b75eee..2a7c2e2b4f28 100644 --- a/core/checksums/pom.xml +++ b/core/checksums/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT checksums diff --git a/core/crt-core/pom.xml b/core/crt-core/pom.xml index 132332a69efe..8b118c6b60dc 100644 --- a/core/crt-core/pom.xml +++ b/core/crt-core/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk core - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT crt-core diff --git a/core/endpoints-spi/pom.xml b/core/endpoints-spi/pom.xml index 85725c3292ec..0dacd5c44ed6 100644 --- a/core/endpoints-spi/pom.xml +++ b/core/endpoints-spi/pom.xml @@ -20,7 +20,7 @@ core software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/core/http-auth-aws-crt/pom.xml b/core/http-auth-aws-crt/pom.xml index da2b19b7f7b3..dcb503102208 100644 --- a/core/http-auth-aws-crt/pom.xml +++ b/core/http-auth-aws-crt/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT http-auth-aws-crt diff --git a/core/http-auth-aws-eventstream/pom.xml b/core/http-auth-aws-eventstream/pom.xml index 0ca9c6d7ae4c..b02ea388b7c0 100644 --- a/core/http-auth-aws-eventstream/pom.xml +++ b/core/http-auth-aws-eventstream/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT http-auth-aws-eventstream diff --git a/core/http-auth-aws/pom.xml b/core/http-auth-aws/pom.xml index 3df312f1e94b..806f72e3bac8 100644 --- a/core/http-auth-aws/pom.xml +++ b/core/http-auth-aws/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT http-auth-aws diff --git a/core/http-auth-spi/pom.xml b/core/http-auth-spi/pom.xml index b6da475c463e..6fc15f516499 100644 --- a/core/http-auth-spi/pom.xml +++ b/core/http-auth-spi/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT http-auth-spi diff --git a/core/http-auth/pom.xml b/core/http-auth/pom.xml index f7ef5c5c7392..9925b5d3adef 100644 --- a/core/http-auth/pom.xml +++ b/core/http-auth/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT http-auth diff --git a/core/identity-spi/pom.xml b/core/identity-spi/pom.xml index c7aab3ecf758..307c323f859e 100644 --- a/core/identity-spi/pom.xml +++ b/core/identity-spi/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT identity-spi diff --git a/core/imds/pom.xml b/core/imds/pom.xml index ecd9d203dc55..63f2a8651558 100644 --- a/core/imds/pom.xml +++ b/core/imds/pom.xml @@ -20,7 +20,7 @@ core software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 imds diff --git a/core/json-utils/pom.xml b/core/json-utils/pom.xml index 4c4b503f575a..67f621168855 100644 --- a/core/json-utils/pom.xml +++ b/core/json-utils/pom.xml @@ -20,7 +20,7 @@ core software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/core/metrics-spi/pom.xml b/core/metrics-spi/pom.xml index a84d828fec43..7a5b84315673 100644 --- a/core/metrics-spi/pom.xml +++ b/core/metrics-spi/pom.xml @@ -5,7 +5,7 @@ core software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index 6326bc32fd48..6a8d4c292f15 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT core diff --git a/core/profiles/pom.xml b/core/profiles/pom.xml index 284d670d7cf2..6ed3b3085c0f 100644 --- a/core/profiles/pom.xml +++ b/core/profiles/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT profiles diff --git a/core/protocols/aws-cbor-protocol/pom.xml b/core/protocols/aws-cbor-protocol/pom.xml index 97fe70ab1e8f..0ffb73655d2d 100644 --- a/core/protocols/aws-cbor-protocol/pom.xml +++ b/core/protocols/aws-cbor-protocol/pom.xml @@ -20,7 +20,7 @@ protocols software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/core/protocols/aws-json-protocol/pom.xml b/core/protocols/aws-json-protocol/pom.xml index 943745482211..c988003dbdfc 100644 --- a/core/protocols/aws-json-protocol/pom.xml +++ b/core/protocols/aws-json-protocol/pom.xml @@ -20,7 +20,7 @@ protocols software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/core/protocols/aws-query-protocol/pom.xml b/core/protocols/aws-query-protocol/pom.xml index 118f6b1bb730..1ceef0d8afc4 100644 --- a/core/protocols/aws-query-protocol/pom.xml +++ b/core/protocols/aws-query-protocol/pom.xml @@ -20,7 +20,7 @@ protocols software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/core/protocols/aws-xml-protocol/pom.xml b/core/protocols/aws-xml-protocol/pom.xml index ded1d7f53b13..7b5d54649a11 100644 --- a/core/protocols/aws-xml-protocol/pom.xml +++ b/core/protocols/aws-xml-protocol/pom.xml @@ -20,7 +20,7 @@ protocols software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/core/protocols/pom.xml b/core/protocols/pom.xml index 291dc58cdf04..00baaf9ddd8f 100644 --- a/core/protocols/pom.xml +++ b/core/protocols/pom.xml @@ -20,7 +20,7 @@ core software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/core/protocols/protocol-core/pom.xml b/core/protocols/protocol-core/pom.xml index 24271e4a1fdb..c006837793bd 100644 --- a/core/protocols/protocol-core/pom.xml +++ b/core/protocols/protocol-core/pom.xml @@ -20,7 +20,7 @@ protocols software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/core/protocols/smithy-rpcv2-protocol/pom.xml b/core/protocols/smithy-rpcv2-protocol/pom.xml index a021d8edb80d..288e983e34de 100644 --- a/core/protocols/smithy-rpcv2-protocol/pom.xml +++ b/core/protocols/smithy-rpcv2-protocol/pom.xml @@ -20,7 +20,7 @@ protocols software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/core/regions/pom.xml b/core/regions/pom.xml index fcaadc1a89e5..cb195a944f0d 100644 --- a/core/regions/pom.xml +++ b/core/regions/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT regions diff --git a/core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json b/core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json index d95c35d47d35..cfbb599d6a0b 100644 --- a/core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json +++ b/core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json @@ -25111,30 +25111,55 @@ }, "bedrock" : { "endpoints" : { + "bedrock-fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "bedrock-fips.us-gov-east-1.amazonaws.com" + }, "bedrock-fips-us-gov-west-1" : { "credentialScope" : { "region" : "us-gov-west-1" }, "hostname" : "bedrock-fips.us-gov-west-1.amazonaws.com" }, + "bedrock-runtime-fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "bedrock-runtime-fips.us-gov-east-1.amazonaws.com" + }, "bedrock-runtime-fips-us-gov-west-1" : { "credentialScope" : { "region" : "us-gov-west-1" }, "hostname" : "bedrock-runtime-fips.us-gov-west-1.amazonaws.com" }, + "bedrock-runtime-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "bedrock-runtime.us-gov-east-1.amazonaws.com" + }, "bedrock-runtime-us-gov-west-1" : { "credentialScope" : { "region" : "us-gov-west-1" }, "hostname" : "bedrock-runtime.us-gov-west-1.amazonaws.com" }, + "bedrock-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "bedrock.us-gov-east-1.amazonaws.com" + }, "bedrock-us-gov-west-1" : { "credentialScope" : { "region" : "us-gov-west-1" }, "hostname" : "bedrock.us-gov-west-1.amazonaws.com" }, + "us-gov-east-1" : { }, "us-gov-west-1" : { } } }, diff --git a/core/retries-spi/pom.xml b/core/retries-spi/pom.xml index 056a0531d95a..4979e3863f18 100644 --- a/core/retries-spi/pom.xml +++ b/core/retries-spi/pom.xml @@ -20,7 +20,7 @@ core software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/core/retries/pom.xml b/core/retries/pom.xml index bc2881fe73a8..2025bbffa99a 100644 --- a/core/retries/pom.xml +++ b/core/retries/pom.xml @@ -21,7 +21,7 @@ core software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/core/sdk-core/pom.xml b/core/sdk-core/pom.xml index e681dce81785..8593928232c2 100644 --- a/core/sdk-core/pom.xml +++ b/core/sdk-core/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk core - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT sdk-core AWS Java SDK :: SDK Core diff --git a/http-client-spi/pom.xml b/http-client-spi/pom.xml index 7585fba4dc1a..515556170d6e 100644 --- a/http-client-spi/pom.xml +++ b/http-client-spi/pom.xml @@ -22,7 +22,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT http-client-spi AWS Java SDK :: HTTP Client Interface diff --git a/http-clients/apache-client/pom.xml b/http-clients/apache-client/pom.xml index 31aafad350bd..fd2bfa0f1d44 100644 --- a/http-clients/apache-client/pom.xml +++ b/http-clients/apache-client/pom.xml @@ -21,7 +21,7 @@ http-clients software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT apache-client diff --git a/http-clients/aws-crt-client/pom.xml b/http-clients/aws-crt-client/pom.xml index 02f529917260..4abdc87bc3d7 100644 --- a/http-clients/aws-crt-client/pom.xml +++ b/http-clients/aws-crt-client/pom.xml @@ -21,7 +21,7 @@ http-clients software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/http-clients/netty-nio-client/pom.xml b/http-clients/netty-nio-client/pom.xml index 8b319ede97cd..8a31736122a7 100644 --- a/http-clients/netty-nio-client/pom.xml +++ b/http-clients/netty-nio-client/pom.xml @@ -20,7 +20,7 @@ http-clients software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/http-clients/pom.xml b/http-clients/pom.xml index 28dea0a848b7..2fccd602fe31 100644 --- a/http-clients/pom.xml +++ b/http-clients/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/http-clients/url-connection-client/pom.xml b/http-clients/url-connection-client/pom.xml index 988b3d564876..e10d299590bf 100644 --- a/http-clients/url-connection-client/pom.xml +++ b/http-clients/url-connection-client/pom.xml @@ -20,7 +20,7 @@ http-clients software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/metric-publishers/cloudwatch-metric-publisher/pom.xml b/metric-publishers/cloudwatch-metric-publisher/pom.xml index 1614400ce2d6..5de78a26960e 100644 --- a/metric-publishers/cloudwatch-metric-publisher/pom.xml +++ b/metric-publishers/cloudwatch-metric-publisher/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk metric-publishers - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT cloudwatch-metric-publisher diff --git a/metric-publishers/pom.xml b/metric-publishers/pom.xml index a43fd0fbd104..1cc9ad16a401 100644 --- a/metric-publishers/pom.xml +++ b/metric-publishers/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT metric-publishers diff --git a/pom.xml b/pom.xml index 3c05bff82012..801864fc4fb5 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.0.0 software.amazon.awssdk aws-sdk-java-pom - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT pom AWS Java SDK :: Parent The Amazon Web Services SDK for Java provides Java APIs @@ -99,7 +99,7 @@ ${project.version} - 2.29.9 + 2.29.10 2.15.2 2.15.2 2.13.2 diff --git a/release-scripts/pom.xml b/release-scripts/pom.xml index b018f9eaad48..f9b7261b05ea 100644 --- a/release-scripts/pom.xml +++ b/release-scripts/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../pom.xml release-scripts diff --git a/services-custom/dynamodb-enhanced/pom.xml b/services-custom/dynamodb-enhanced/pom.xml index e8fe5bc4c3ba..e8333e0d955f 100644 --- a/services-custom/dynamodb-enhanced/pom.xml +++ b/services-custom/dynamodb-enhanced/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services-custom - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT dynamodb-enhanced AWS Java SDK :: DynamoDB :: Enhanced Client diff --git a/services-custom/iam-policy-builder/pom.xml b/services-custom/iam-policy-builder/pom.xml index fd5e45986d7d..bf5a0675e24b 100644 --- a/services-custom/iam-policy-builder/pom.xml +++ b/services-custom/iam-policy-builder/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../../pom.xml iam-policy-builder diff --git a/services-custom/pom.xml b/services-custom/pom.xml index bb92dca3b1a9..87d06bcf73ae 100644 --- a/services-custom/pom.xml +++ b/services-custom/pom.xml @@ -19,7 +19,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT services-custom AWS Java SDK :: Custom Services diff --git a/services-custom/s3-event-notifications/pom.xml b/services-custom/s3-event-notifications/pom.xml index 200a5d3f766c..7950b9078afc 100644 --- a/services-custom/s3-event-notifications/pom.xml +++ b/services-custom/s3-event-notifications/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../../pom.xml s3-event-notifications diff --git a/services-custom/s3-transfer-manager/pom.xml b/services-custom/s3-transfer-manager/pom.xml index 503b04045e9b..1e6c7d24f27f 100644 --- a/services-custom/s3-transfer-manager/pom.xml +++ b/services-custom/s3-transfer-manager/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../../pom.xml s3-transfer-manager diff --git a/services/accessanalyzer/pom.xml b/services/accessanalyzer/pom.xml index 374c848cb711..7298cd9d8845 100644 --- a/services/accessanalyzer/pom.xml +++ b/services/accessanalyzer/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT accessanalyzer AWS Java SDK :: Services :: AccessAnalyzer diff --git a/services/account/pom.xml b/services/account/pom.xml index 6a060dd16649..5ce2a7019cee 100644 --- a/services/account/pom.xml +++ b/services/account/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT account AWS Java SDK :: Services :: Account diff --git a/services/acm/pom.xml b/services/acm/pom.xml index f3d69dd4e6f2..8959079d33d3 100644 --- a/services/acm/pom.xml +++ b/services/acm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT acm AWS Java SDK :: Services :: AWS Certificate Manager diff --git a/services/acmpca/pom.xml b/services/acmpca/pom.xml index ac7ad483081e..7dddd819824c 100644 --- a/services/acmpca/pom.xml +++ b/services/acmpca/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT acmpca AWS Java SDK :: Services :: ACM PCA diff --git a/services/amp/pom.xml b/services/amp/pom.xml index 27a5bf584f99..1db765f84008 100644 --- a/services/amp/pom.xml +++ b/services/amp/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT amp AWS Java SDK :: Services :: Amp diff --git a/services/amplify/pom.xml b/services/amplify/pom.xml index 451a4103ce51..92158bf1b08a 100644 --- a/services/amplify/pom.xml +++ b/services/amplify/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT amplify AWS Java SDK :: Services :: Amplify diff --git a/services/amplifybackend/pom.xml b/services/amplifybackend/pom.xml index 1689d94e2d82..c46ddd06cc2e 100644 --- a/services/amplifybackend/pom.xml +++ b/services/amplifybackend/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT amplifybackend AWS Java SDK :: Services :: Amplify Backend diff --git a/services/amplifyuibuilder/pom.xml b/services/amplifyuibuilder/pom.xml index a510d681033d..e826ce243492 100644 --- a/services/amplifyuibuilder/pom.xml +++ b/services/amplifyuibuilder/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT amplifyuibuilder AWS Java SDK :: Services :: Amplify UI Builder diff --git a/services/apigateway/pom.xml b/services/apigateway/pom.xml index 95cdf4898c23..a1c991ab62df 100644 --- a/services/apigateway/pom.xml +++ b/services/apigateway/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT apigateway AWS Java SDK :: Services :: Amazon API Gateway diff --git a/services/apigatewaymanagementapi/pom.xml b/services/apigatewaymanagementapi/pom.xml index d00a9c1cc9bd..b2c5a58a95fb 100644 --- a/services/apigatewaymanagementapi/pom.xml +++ b/services/apigatewaymanagementapi/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT apigatewaymanagementapi AWS Java SDK :: Services :: ApiGatewayManagementApi diff --git a/services/apigatewayv2/pom.xml b/services/apigatewayv2/pom.xml index b0bae85a6b94..9fec2eec205b 100644 --- a/services/apigatewayv2/pom.xml +++ b/services/apigatewayv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT apigatewayv2 AWS Java SDK :: Services :: ApiGatewayV2 diff --git a/services/appconfig/pom.xml b/services/appconfig/pom.xml index 76818cbf373f..0f70f5fda5d8 100644 --- a/services/appconfig/pom.xml +++ b/services/appconfig/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT appconfig AWS Java SDK :: Services :: AppConfig diff --git a/services/appconfigdata/pom.xml b/services/appconfigdata/pom.xml index 3071f2325483..8af4c1c1a100 100644 --- a/services/appconfigdata/pom.xml +++ b/services/appconfigdata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT appconfigdata AWS Java SDK :: Services :: App Config Data diff --git a/services/appfabric/pom.xml b/services/appfabric/pom.xml index 6385041a8b7d..1cbadf3408d7 100644 --- a/services/appfabric/pom.xml +++ b/services/appfabric/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT appfabric AWS Java SDK :: Services :: App Fabric diff --git a/services/appflow/pom.xml b/services/appflow/pom.xml index 2cbb798bb2a3..2f99a4016e65 100644 --- a/services/appflow/pom.xml +++ b/services/appflow/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT appflow AWS Java SDK :: Services :: Appflow diff --git a/services/appintegrations/pom.xml b/services/appintegrations/pom.xml index e91930edc3f3..3edb2538795c 100644 --- a/services/appintegrations/pom.xml +++ b/services/appintegrations/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT appintegrations AWS Java SDK :: Services :: App Integrations diff --git a/services/applicationautoscaling/pom.xml b/services/applicationautoscaling/pom.xml index 67f3498ef23d..0ff3974d475d 100644 --- a/services/applicationautoscaling/pom.xml +++ b/services/applicationautoscaling/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT applicationautoscaling AWS Java SDK :: Services :: AWS Application Auto Scaling diff --git a/services/applicationcostprofiler/pom.xml b/services/applicationcostprofiler/pom.xml index aef664f3a9de..dffd9898d0c8 100644 --- a/services/applicationcostprofiler/pom.xml +++ b/services/applicationcostprofiler/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT applicationcostprofiler AWS Java SDK :: Services :: Application Cost Profiler diff --git a/services/applicationdiscovery/pom.xml b/services/applicationdiscovery/pom.xml index fe71c277d2be..d1735f974882 100644 --- a/services/applicationdiscovery/pom.xml +++ b/services/applicationdiscovery/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT applicationdiscovery AWS Java SDK :: Services :: AWS Application Discovery Service diff --git a/services/applicationinsights/pom.xml b/services/applicationinsights/pom.xml index 58ac4cd1a883..87568258af2c 100644 --- a/services/applicationinsights/pom.xml +++ b/services/applicationinsights/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT applicationinsights AWS Java SDK :: Services :: Application Insights diff --git a/services/applicationsignals/pom.xml b/services/applicationsignals/pom.xml index 69215ad0086a..e273f583489e 100644 --- a/services/applicationsignals/pom.xml +++ b/services/applicationsignals/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT applicationsignals AWS Java SDK :: Services :: Application Signals diff --git a/services/appmesh/pom.xml b/services/appmesh/pom.xml index 611250cbe2a6..285140815a9a 100644 --- a/services/appmesh/pom.xml +++ b/services/appmesh/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT appmesh AWS Java SDK :: Services :: App Mesh diff --git a/services/apprunner/pom.xml b/services/apprunner/pom.xml index 65ad94f55da4..d06b6331a5e0 100644 --- a/services/apprunner/pom.xml +++ b/services/apprunner/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT apprunner AWS Java SDK :: Services :: App Runner diff --git a/services/appstream/pom.xml b/services/appstream/pom.xml index 3e4a7645b534..d313728a87be 100644 --- a/services/appstream/pom.xml +++ b/services/appstream/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT appstream AWS Java SDK :: Services :: Amazon AppStream diff --git a/services/appsync/pom.xml b/services/appsync/pom.xml index 069e9135a493..33e2f49e6e31 100644 --- a/services/appsync/pom.xml +++ b/services/appsync/pom.xml @@ -21,7 +21,7 @@ services software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT appsync diff --git a/services/apptest/pom.xml b/services/apptest/pom.xml index e4e92a214697..5963b3e8c448 100644 --- a/services/apptest/pom.xml +++ b/services/apptest/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT apptest AWS Java SDK :: Services :: App Test diff --git a/services/arczonalshift/pom.xml b/services/arczonalshift/pom.xml index 94d2184929e3..b84d7573d7dd 100644 --- a/services/arczonalshift/pom.xml +++ b/services/arczonalshift/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT arczonalshift AWS Java SDK :: Services :: ARC Zonal Shift diff --git a/services/artifact/pom.xml b/services/artifact/pom.xml index 7cf09ac44415..5f115ba66ead 100644 --- a/services/artifact/pom.xml +++ b/services/artifact/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT artifact AWS Java SDK :: Services :: Artifact diff --git a/services/athena/pom.xml b/services/athena/pom.xml index 12268b6f1786..7c92bd55336b 100644 --- a/services/athena/pom.xml +++ b/services/athena/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT athena AWS Java SDK :: Services :: Amazon Athena diff --git a/services/auditmanager/pom.xml b/services/auditmanager/pom.xml index 435e023392c6..365f7407d45c 100644 --- a/services/auditmanager/pom.xml +++ b/services/auditmanager/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT auditmanager AWS Java SDK :: Services :: Audit Manager diff --git a/services/autoscaling/pom.xml b/services/autoscaling/pom.xml index 9b270ebf0ce1..8e1ad86f5f97 100644 --- a/services/autoscaling/pom.xml +++ b/services/autoscaling/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT autoscaling AWS Java SDK :: Services :: Auto Scaling diff --git a/services/autoscalingplans/pom.xml b/services/autoscalingplans/pom.xml index 0a6f3eb9e8b5..c57b2265350a 100644 --- a/services/autoscalingplans/pom.xml +++ b/services/autoscalingplans/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT autoscalingplans AWS Java SDK :: Services :: Auto Scaling Plans diff --git a/services/b2bi/pom.xml b/services/b2bi/pom.xml index 1a403d5a4fa1..01a1c817efa9 100644 --- a/services/b2bi/pom.xml +++ b/services/b2bi/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT b2bi AWS Java SDK :: Services :: B2 Bi diff --git a/services/backup/pom.xml b/services/backup/pom.xml index 6fc0a1112b35..d3b55d4517e3 100644 --- a/services/backup/pom.xml +++ b/services/backup/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT backup AWS Java SDK :: Services :: Backup diff --git a/services/backupgateway/pom.xml b/services/backupgateway/pom.xml index 855bdb6df877..16303cb3e721 100644 --- a/services/backupgateway/pom.xml +++ b/services/backupgateway/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT backupgateway AWS Java SDK :: Services :: Backup Gateway diff --git a/services/batch/pom.xml b/services/batch/pom.xml index 6571b2172551..4926b0830ea7 100644 --- a/services/batch/pom.xml +++ b/services/batch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT batch AWS Java SDK :: Services :: AWS Batch diff --git a/services/bcmdataexports/pom.xml b/services/bcmdataexports/pom.xml index 04694b18fdbb..202a25181b5f 100644 --- a/services/bcmdataexports/pom.xml +++ b/services/bcmdataexports/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT bcmdataexports AWS Java SDK :: Services :: BCM Data Exports diff --git a/services/bedrock/pom.xml b/services/bedrock/pom.xml index 7db3516765e9..7b5833a43897 100644 --- a/services/bedrock/pom.xml +++ b/services/bedrock/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT bedrock AWS Java SDK :: Services :: Bedrock diff --git a/services/bedrockagent/pom.xml b/services/bedrockagent/pom.xml index 028387856e72..b77ffda6e22c 100644 --- a/services/bedrockagent/pom.xml +++ b/services/bedrockagent/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT bedrockagent AWS Java SDK :: Services :: Bedrock Agent diff --git a/services/bedrockagentruntime/pom.xml b/services/bedrockagentruntime/pom.xml index 0010ea0e76a0..2d3aec86e0e0 100644 --- a/services/bedrockagentruntime/pom.xml +++ b/services/bedrockagentruntime/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT bedrockagentruntime AWS Java SDK :: Services :: Bedrock Agent Runtime diff --git a/services/bedrockruntime/pom.xml b/services/bedrockruntime/pom.xml index 1155d6956af7..0d6d27edaed4 100644 --- a/services/bedrockruntime/pom.xml +++ b/services/bedrockruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT bedrockruntime AWS Java SDK :: Services :: Bedrock Runtime diff --git a/services/billingconductor/pom.xml b/services/billingconductor/pom.xml index 0f878a2a31ab..1bd7efc62e71 100644 --- a/services/billingconductor/pom.xml +++ b/services/billingconductor/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT billingconductor AWS Java SDK :: Services :: Billingconductor diff --git a/services/braket/pom.xml b/services/braket/pom.xml index 0dd0971db423..45b7d5c2bdd6 100644 --- a/services/braket/pom.xml +++ b/services/braket/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT braket AWS Java SDK :: Services :: Braket diff --git a/services/budgets/pom.xml b/services/budgets/pom.xml index f5cd42a20c8c..e8a7d64bc557 100644 --- a/services/budgets/pom.xml +++ b/services/budgets/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT budgets AWS Java SDK :: Services :: AWS Budgets diff --git a/services/chatbot/pom.xml b/services/chatbot/pom.xml index a03b921592d6..4aae927f0010 100644 --- a/services/chatbot/pom.xml +++ b/services/chatbot/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT chatbot AWS Java SDK :: Services :: Chatbot diff --git a/services/chime/pom.xml b/services/chime/pom.xml index 24f53d23e24f..a02f2b484dd0 100644 --- a/services/chime/pom.xml +++ b/services/chime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT chime AWS Java SDK :: Services :: Chime diff --git a/services/chimesdkidentity/pom.xml b/services/chimesdkidentity/pom.xml index 40fef36c9282..264edb17e97d 100644 --- a/services/chimesdkidentity/pom.xml +++ b/services/chimesdkidentity/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT chimesdkidentity AWS Java SDK :: Services :: Chime SDK Identity diff --git a/services/chimesdkmediapipelines/pom.xml b/services/chimesdkmediapipelines/pom.xml index d9bd73f90f70..d56ca3957691 100644 --- a/services/chimesdkmediapipelines/pom.xml +++ b/services/chimesdkmediapipelines/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT chimesdkmediapipelines AWS Java SDK :: Services :: Chime SDK Media Pipelines diff --git a/services/chimesdkmeetings/pom.xml b/services/chimesdkmeetings/pom.xml index 952c3b3f4316..989c235a9800 100644 --- a/services/chimesdkmeetings/pom.xml +++ b/services/chimesdkmeetings/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT chimesdkmeetings AWS Java SDK :: Services :: Chime SDK Meetings diff --git a/services/chimesdkmessaging/pom.xml b/services/chimesdkmessaging/pom.xml index 6615e900695e..ec825fdc151b 100644 --- a/services/chimesdkmessaging/pom.xml +++ b/services/chimesdkmessaging/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT chimesdkmessaging AWS Java SDK :: Services :: Chime SDK Messaging diff --git a/services/chimesdkvoice/pom.xml b/services/chimesdkvoice/pom.xml index 3748bfcf4160..4396ba773314 100644 --- a/services/chimesdkvoice/pom.xml +++ b/services/chimesdkvoice/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT chimesdkvoice AWS Java SDK :: Services :: Chime SDK Voice diff --git a/services/cleanrooms/pom.xml b/services/cleanrooms/pom.xml index e6c1a69b988a..64335a328cec 100644 --- a/services/cleanrooms/pom.xml +++ b/services/cleanrooms/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT cleanrooms AWS Java SDK :: Services :: Clean Rooms diff --git a/services/cleanroomsml/pom.xml b/services/cleanroomsml/pom.xml index 63384c82bca2..db91288c8b8e 100644 --- a/services/cleanroomsml/pom.xml +++ b/services/cleanroomsml/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT cleanroomsml AWS Java SDK :: Services :: Clean Rooms ML diff --git a/services/cloud9/pom.xml b/services/cloud9/pom.xml index 3e0f3405d177..2797e988463e 100644 --- a/services/cloud9/pom.xml +++ b/services/cloud9/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 cloud9 diff --git a/services/cloudcontrol/pom.xml b/services/cloudcontrol/pom.xml index 6a3ccd838afa..ed822545418a 100644 --- a/services/cloudcontrol/pom.xml +++ b/services/cloudcontrol/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT cloudcontrol AWS Java SDK :: Services :: Cloud Control diff --git a/services/clouddirectory/pom.xml b/services/clouddirectory/pom.xml index 6674ae5d2741..5212884cfc23 100644 --- a/services/clouddirectory/pom.xml +++ b/services/clouddirectory/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT clouddirectory AWS Java SDK :: Services :: Amazon CloudDirectory diff --git a/services/cloudformation/pom.xml b/services/cloudformation/pom.xml index 1f1f700fc2ef..93beb3a96d04 100644 --- a/services/cloudformation/pom.xml +++ b/services/cloudformation/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT cloudformation AWS Java SDK :: Services :: AWS CloudFormation diff --git a/services/cloudfront/pom.xml b/services/cloudfront/pom.xml index a4aae1ffdd28..5663f50bf4a8 100644 --- a/services/cloudfront/pom.xml +++ b/services/cloudfront/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT cloudfront AWS Java SDK :: Services :: Amazon CloudFront diff --git a/services/cloudfront/src/main/resources/codegen-resources/paginators-1.json b/services/cloudfront/src/main/resources/codegen-resources/paginators-1.json index eeb998207faf..53f8ed7c17ad 100644 --- a/services/cloudfront/src/main/resources/codegen-resources/paginators-1.json +++ b/services/cloudfront/src/main/resources/codegen-resources/paginators-1.json @@ -2,37 +2,39 @@ "pagination": { "ListCloudFrontOriginAccessIdentities": { "input_token": "Marker", - "limit_key": "MaxItems", - "more_results": "CloudFrontOriginAccessIdentityList.IsTruncated", "output_token": "CloudFrontOriginAccessIdentityList.NextMarker", + "limit_key": "MaxItems", "result_key": "CloudFrontOriginAccessIdentityList.Items" }, "ListDistributions": { "input_token": "Marker", - "limit_key": "MaxItems", - "more_results": "DistributionList.IsTruncated", "output_token": "DistributionList.NextMarker", + "limit_key": "MaxItems", "result_key": "DistributionList.Items" }, "ListInvalidations": { "input_token": "Marker", - "limit_key": "MaxItems", - "more_results": "InvalidationList.IsTruncated", "output_token": "InvalidationList.NextMarker", + "limit_key": "MaxItems", "result_key": "InvalidationList.Items" }, "ListKeyValueStores": { "input_token": "Marker", - "limit_key": "MaxItems", "output_token": "KeyValueStoreList.NextMarker", + "limit_key": "MaxItems", "result_key": "KeyValueStoreList.Items" }, - "ListStreamingDistributions": { + "ListPublicKeys": { "input_token": "Marker", + "output_token": "PublicKeyList.NextMarker", "limit_key": "MaxItems", - "more_results": "StreamingDistributionList.IsTruncated", + "result_key": "PublicKeyList.Items" + }, + "ListStreamingDistributions": { + "input_token": "Marker", "output_token": "StreamingDistributionList.NextMarker", + "limit_key": "MaxItems", "result_key": "StreamingDistributionList.Items" } } -} \ No newline at end of file +} diff --git a/services/cloudfront/src/main/resources/codegen-resources/service-2.json b/services/cloudfront/src/main/resources/codegen-resources/service-2.json index 475f17448562..943bdb84c5d4 100644 --- a/services/cloudfront/src/main/resources/codegen-resources/service-2.json +++ b/services/cloudfront/src/main/resources/codegen-resources/service-2.json @@ -2,6 +2,7 @@ "version":"2.0", "metadata":{ "apiVersion":"2020-05-31", + "auth":["aws.auth#sigv4"], "endpointPrefix":"cloudfront", "globalEndpoint":"cloudfront.amazonaws.com", "protocol":"rest-xml", @@ -10,8 +11,8 @@ "serviceFullName":"Amazon CloudFront", "serviceId":"CloudFront", "signatureVersion":"v4", - "uid":"cloudfront-2020-05-31", - "auth":["aws.auth#sigv4"] + "signingName":"cloudfront", + "uid":"cloudfront-2020-05-31" }, "operations":{ "AssociateAlias":{ @@ -23,11 +24,11 @@ }, "input":{"shape":"AssociateAliasRequest"}, "errors":[ - {"shape":"InvalidArgument"}, {"shape":"NoSuchDistribution"}, + {"shape":"AccessDenied"}, + {"shape":"InvalidArgument"}, {"shape":"TooManyDistributionCNAMEs"}, - {"shape":"IllegalUpdate"}, - {"shape":"AccessDenied"} + {"shape":"IllegalUpdate"} ], "documentation":"

Associates an alias (also known as a CNAME or an alternate domain name) with a CloudFront distribution.

With this operation you can move an alias that's already in use on a CloudFront distribution to a different distribution in one step. This prevents the downtime that could occur if you first remove the alias from one distribution and then separately add the alias to another distribution.

To use this operation to associate an alias with a distribution, you provide the alias and the ID of the target distribution for the alias. For more information, including how to set up the target distribution, prerequisites that you must complete, and other restrictions, see Moving an alternate domain name to a different distribution in the Amazon CloudFront Developer Guide.

" }, @@ -45,70 +46,70 @@ }, "output":{"shape":"CopyDistributionResult"}, "errors":[ - {"shape":"CNAMEAlreadyExists"}, - {"shape":"DistributionAlreadyExists"}, - {"shape":"InvalidOrigin"}, - {"shape":"InvalidOriginAccessIdentity"}, - {"shape":"InvalidOriginAccessControl"}, - {"shape":"InvalidIfMatchVersion"}, - {"shape":"NoSuchDistribution"}, - {"shape":"PreconditionFailed"}, {"shape":"AccessDenied"}, - {"shape":"TooManyTrustedSigners"}, - {"shape":"TrustedSignerDoesNotExist"}, - {"shape":"InvalidViewerCertificate"}, - {"shape":"InvalidMinimumProtocolVersion"}, - {"shape":"MissingBody"}, - {"shape":"TooManyDistributionCNAMEs"}, - {"shape":"TooManyDistributions"}, + {"shape":"TooManyDistributionsAssociatedToOriginAccessControl"}, {"shape":"InvalidDefaultRootObject"}, - {"shape":"InvalidRelativePath"}, + {"shape":"InvalidQueryStringParameters"}, + {"shape":"TooManyTrustedSigners"}, + {"shape":"TooManyCookieNamesInWhiteList"}, + {"shape":"NoSuchFieldLevelEncryptionConfig"}, {"shape":"InvalidErrorCode"}, - {"shape":"InvalidResponseCode"}, - {"shape":"InvalidArgument"}, + {"shape":"InvalidProtocolSettings"}, + {"shape":"TooManyFunctionAssociations"}, + {"shape":"TooManyOriginCustomHeaders"}, + {"shape":"InvalidOrigin"}, + {"shape":"InvalidForwardCookies"}, + {"shape":"InvalidMinimumProtocolVersion"}, + {"shape":"NoSuchCachePolicy"}, + {"shape":"TooManyKeyGroupsAssociatedToDistribution"}, + {"shape":"TooManyDistributionsAssociatedToCachePolicy"}, {"shape":"InvalidRequiredProtocol"}, - {"shape":"NoSuchOrigin"}, - {"shape":"TooManyOrigins"}, + {"shape":"TooManyDistributionsWithFunctionAssociations"}, {"shape":"TooManyOriginGroupsPerDistribution"}, - {"shape":"TooManyCacheBehaviors"}, - {"shape":"TooManyCookieNamesInWhiteList"}, - {"shape":"InvalidForwardCookies"}, - {"shape":"TooManyHeadersInForwardedValues"}, - {"shape":"InvalidHeadersForS3Origin"}, - {"shape":"InconsistentQuantities"}, - {"shape":"TooManyCertificates"}, - {"shape":"InvalidLocationCode"}, - {"shape":"InvalidGeoRestrictionParameter"}, - {"shape":"InvalidProtocolSettings"}, + {"shape":"TooManyDistributions"}, {"shape":"InvalidTTLOrder"}, + {"shape":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"}, + {"shape":"InvalidOriginKeepaliveTimeout"}, + {"shape":"InvalidArgument"}, + {"shape":"InvalidOriginReadTimeout"}, + {"shape":"InvalidOriginAccessControl"}, + {"shape":"InvalidHeadersForS3Origin"}, + {"shape":"TrustedSignerDoesNotExist"}, {"shape":"InvalidWebACLId"}, - {"shape":"TooManyOriginCustomHeaders"}, - {"shape":"TooManyQueryStringParameters"}, - {"shape":"InvalidQueryStringParameters"}, - {"shape":"TooManyDistributionsWithLambdaAssociations"}, {"shape":"TooManyDistributionsWithSingleFunctionARN"}, + {"shape":"InvalidRelativePath"}, {"shape":"TooManyLambdaFunctionAssociations"}, - {"shape":"InvalidLambdaFunctionAssociation"}, - {"shape":"TooManyDistributionsWithFunctionAssociations"}, - {"shape":"TooManyFunctionAssociations"}, - {"shape":"InvalidFunctionAssociation"}, - {"shape":"InvalidOriginReadTimeout"}, - {"shape":"InvalidOriginKeepaliveTimeout"}, - {"shape":"NoSuchFieldLevelEncryptionConfig"}, - {"shape":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"}, - {"shape":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"}, - {"shape":"NoSuchCachePolicy"}, - {"shape":"TooManyDistributionsAssociatedToCachePolicy"}, - {"shape":"TooManyDistributionsAssociatedToOriginAccessControl"}, - {"shape":"NoSuchResponseHeadersPolicy"}, - {"shape":"TooManyDistributionsAssociatedToResponseHeadersPolicy"}, + {"shape":"NoSuchDistribution"}, {"shape":"NoSuchOriginRequestPolicy"}, + {"shape":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"}, + {"shape":"InconsistentQuantities"}, + {"shape":"InvalidLocationCode"}, + {"shape":"InvalidOriginAccessIdentity"}, + {"shape":"TooManyDistributionCNAMEs"}, + {"shape":"InvalidIfMatchVersion"}, {"shape":"TooManyDistributionsAssociatedToOriginRequestPolicy"}, - {"shape":"TooManyDistributionsAssociatedToKeyGroup"}, - {"shape":"TooManyKeyGroupsAssociatedToDistribution"}, + {"shape":"TooManyQueryStringParameters"}, + {"shape":"RealtimeLogConfigOwnerMismatch"}, + {"shape":"PreconditionFailed"}, + {"shape":"MissingBody"}, + {"shape":"TooManyHeadersInForwardedValues"}, + {"shape":"InvalidLambdaFunctionAssociation"}, + {"shape":"CNAMEAlreadyExists"}, + {"shape":"TooManyCertificates"}, {"shape":"TrustedKeyGroupDoesNotExist"}, + {"shape":"TooManyDistributionsAssociatedToResponseHeadersPolicy"}, + {"shape":"NoSuchResponseHeadersPolicy"}, {"shape":"NoSuchRealtimeLogConfig"}, - {"shape":"RealtimeLogConfigOwnerMismatch"} + {"shape":"InvalidResponseCode"}, + {"shape":"InvalidGeoRestrictionParameter"}, + {"shape":"TooManyOrigins"}, + {"shape":"InvalidViewerCertificate"}, + {"shape":"InvalidFunctionAssociation"}, + {"shape":"TooManyDistributionsWithLambdaAssociations"}, + {"shape":"TooManyDistributionsAssociatedToKeyGroup"}, + {"shape":"DistributionAlreadyExists"}, + {"shape":"NoSuchOrigin"}, + {"shape":"TooManyCacheBehaviors"} ], "documentation":"

Creates a staging distribution using the configuration of the provided primary distribution. A staging distribution is a copy of an existing distribution (called the primary distribution) that you can use in a continuous deployment workflow.

After you create a staging distribution, you can use UpdateDistribution to modify the staging distribution's configuration. Then you can use CreateContinuousDeploymentPolicy to incrementally move traffic to the staging distribution.

This API operation requires the following IAM permissions:

" }, @@ -123,12 +124,12 @@ "output":{"shape":"CreateCachePolicyResult"}, "errors":[ {"shape":"AccessDenied"}, - {"shape":"InconsistentQuantities"}, - {"shape":"InvalidArgument"}, - {"shape":"CachePolicyAlreadyExists"}, - {"shape":"TooManyCachePolicies"}, {"shape":"TooManyHeadersInCachePolicy"}, + {"shape":"CachePolicyAlreadyExists"}, {"shape":"TooManyCookiesInCachePolicy"}, + {"shape":"InconsistentQuantities"}, + {"shape":"TooManyCachePolicies"}, + {"shape":"InvalidArgument"}, {"shape":"TooManyQueryStringsInCachePolicy"} ], "documentation":"

Creates a cache policy.

After you create a cache policy, you can attach it to one or more cache behaviors. When it's attached to a cache behavior, the cache policy determines the following:

The headers, cookies, and query strings that are included in the cache key are also included in requests that CloudFront sends to the origin. CloudFront sends a request when it can't find an object in its cache that matches the request's cache key. If you want to send values to the origin but not include them in the cache key, use OriginRequestPolicy.

For more information about cache policies, see Controlling the cache key in the Amazon CloudFront Developer Guide.

" @@ -143,11 +144,11 @@ "input":{"shape":"CreateCloudFrontOriginAccessIdentityRequest"}, "output":{"shape":"CreateCloudFrontOriginAccessIdentityResult"}, "errors":[ - {"shape":"CloudFrontOriginAccessIdentityAlreadyExists"}, {"shape":"MissingBody"}, {"shape":"TooManyCloudFrontOriginAccessIdentities"}, + {"shape":"InconsistentQuantities"}, {"shape":"InvalidArgument"}, - {"shape":"InconsistentQuantities"} + {"shape":"CloudFrontOriginAccessIdentityAlreadyExists"} ], "documentation":"

Creates a new origin access identity. If you're using Amazon S3 for your origin, you can use an origin access identity to require users to access your content using a CloudFront URL instead of the Amazon S3 URL. For more information about how to use origin access identities, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

" }, @@ -162,11 +163,11 @@ "output":{"shape":"CreateContinuousDeploymentPolicyResult"}, "errors":[ {"shape":"AccessDenied"}, - {"shape":"InvalidArgument"}, + {"shape":"TooManyContinuousDeploymentPolicies"}, + {"shape":"StagingDistributionInUse"}, {"shape":"InconsistentQuantities"}, {"shape":"ContinuousDeploymentPolicyAlreadyExists"}, - {"shape":"TooManyContinuousDeploymentPolicies"}, - {"shape":"StagingDistributionInUse"} + {"shape":"InvalidArgument"} ], "documentation":"

Creates a continuous deployment policy that distributes traffic for a custom domain name to two different CloudFront distributions.

To use a continuous deployment policy, first use CopyDistribution to create a staging distribution, then use UpdateDistribution to modify the staging distribution's configuration.

After you create and update a staging distribution, you can use a continuous deployment policy to incrementally move traffic to the staging distribution. This workflow enables you to test changes to a distribution's configuration before moving all of your domain's production traffic to the new configuration.

" }, @@ -180,71 +181,71 @@ "input":{"shape":"CreateDistributionRequest"}, "output":{"shape":"CreateDistributionResult"}, "errors":[ - {"shape":"CNAMEAlreadyExists"}, - {"shape":"DistributionAlreadyExists"}, - {"shape":"InvalidOrigin"}, - {"shape":"InvalidOriginAccessIdentity"}, - {"shape":"InvalidOriginAccessControl"}, - {"shape":"IllegalOriginAccessConfiguration"}, - {"shape":"TooManyDistributionsAssociatedToOriginAccessControl"}, {"shape":"AccessDenied"}, - {"shape":"TooManyTrustedSigners"}, - {"shape":"TrustedSignerDoesNotExist"}, - {"shape":"InvalidViewerCertificate"}, - {"shape":"InvalidMinimumProtocolVersion"}, - {"shape":"MissingBody"}, - {"shape":"TooManyDistributionCNAMEs"}, - {"shape":"TooManyDistributions"}, + {"shape":"TooManyDistributionsAssociatedToOriginAccessControl"}, {"shape":"InvalidDefaultRootObject"}, - {"shape":"InvalidRelativePath"}, + {"shape":"InvalidDomainNameForOriginAccessControl"}, + {"shape":"InvalidQueryStringParameters"}, + {"shape":"TooManyTrustedSigners"}, + {"shape":"TooManyCookieNamesInWhiteList"}, + {"shape":"NoSuchFieldLevelEncryptionConfig"}, {"shape":"InvalidErrorCode"}, - {"shape":"InvalidResponseCode"}, - {"shape":"InvalidArgument"}, + {"shape":"IllegalOriginAccessConfiguration"}, + {"shape":"InvalidProtocolSettings"}, + {"shape":"TooManyFunctionAssociations"}, + {"shape":"TooManyOriginCustomHeaders"}, + {"shape":"InvalidOrigin"}, + {"shape":"InvalidForwardCookies"}, + {"shape":"InvalidMinimumProtocolVersion"}, + {"shape":"NoSuchCachePolicy"}, + {"shape":"TooManyKeyGroupsAssociatedToDistribution"}, + {"shape":"TooManyDistributionsAssociatedToCachePolicy"}, {"shape":"InvalidRequiredProtocol"}, - {"shape":"NoSuchOrigin"}, - {"shape":"TooManyOrigins"}, + {"shape":"TooManyDistributionsWithFunctionAssociations"}, {"shape":"TooManyOriginGroupsPerDistribution"}, - {"shape":"TooManyCacheBehaviors"}, - {"shape":"TooManyCookieNamesInWhiteList"}, - {"shape":"InvalidForwardCookies"}, - {"shape":"TooManyHeadersInForwardedValues"}, - {"shape":"InvalidHeadersForS3Origin"}, - {"shape":"InconsistentQuantities"}, - {"shape":"TooManyCertificates"}, - {"shape":"InvalidLocationCode"}, - {"shape":"InvalidGeoRestrictionParameter"}, - {"shape":"InvalidProtocolSettings"}, + {"shape":"TooManyDistributions"}, {"shape":"InvalidTTLOrder"}, + {"shape":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"}, + {"shape":"InvalidOriginKeepaliveTimeout"}, + {"shape":"InvalidArgument"}, + {"shape":"InvalidOriginReadTimeout"}, + {"shape":"InvalidOriginAccessControl"}, + {"shape":"InvalidHeadersForS3Origin"}, + {"shape":"TrustedSignerDoesNotExist"}, {"shape":"InvalidWebACLId"}, - {"shape":"TooManyOriginCustomHeaders"}, - {"shape":"TooManyQueryStringParameters"}, - {"shape":"InvalidQueryStringParameters"}, - {"shape":"TooManyDistributionsWithLambdaAssociations"}, {"shape":"TooManyDistributionsWithSingleFunctionARN"}, + {"shape":"InvalidRelativePath"}, {"shape":"TooManyLambdaFunctionAssociations"}, - {"shape":"InvalidLambdaFunctionAssociation"}, - {"shape":"TooManyDistributionsWithFunctionAssociations"}, - {"shape":"TooManyFunctionAssociations"}, - {"shape":"InvalidFunctionAssociation"}, - {"shape":"InvalidOriginReadTimeout"}, - {"shape":"InvalidOriginKeepaliveTimeout"}, - {"shape":"NoSuchFieldLevelEncryptionConfig"}, - {"shape":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"}, - {"shape":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"}, - {"shape":"NoSuchCachePolicy"}, - {"shape":"TooManyDistributionsAssociatedToCachePolicy"}, - {"shape":"NoSuchResponseHeadersPolicy"}, - {"shape":"TooManyDistributionsAssociatedToResponseHeadersPolicy"}, {"shape":"NoSuchOriginRequestPolicy"}, + {"shape":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"}, + {"shape":"InconsistentQuantities"}, + {"shape":"InvalidLocationCode"}, + {"shape":"InvalidOriginAccessIdentity"}, + {"shape":"TooManyDistributionCNAMEs"}, + {"shape":"NoSuchContinuousDeploymentPolicy"}, {"shape":"TooManyDistributionsAssociatedToOriginRequestPolicy"}, - {"shape":"TooManyDistributionsAssociatedToKeyGroup"}, - {"shape":"TooManyKeyGroupsAssociatedToDistribution"}, - {"shape":"TrustedKeyGroupDoesNotExist"}, - {"shape":"NoSuchRealtimeLogConfig"}, + {"shape":"TooManyQueryStringParameters"}, {"shape":"RealtimeLogConfigOwnerMismatch"}, {"shape":"ContinuousDeploymentPolicyInUse"}, - {"shape":"NoSuchContinuousDeploymentPolicy"}, - {"shape":"InvalidDomainNameForOriginAccessControl"} + {"shape":"MissingBody"}, + {"shape":"TooManyHeadersInForwardedValues"}, + {"shape":"InvalidLambdaFunctionAssociation"}, + {"shape":"CNAMEAlreadyExists"}, + {"shape":"TooManyCertificates"}, + {"shape":"TrustedKeyGroupDoesNotExist"}, + {"shape":"TooManyDistributionsAssociatedToResponseHeadersPolicy"}, + {"shape":"NoSuchResponseHeadersPolicy"}, + {"shape":"NoSuchRealtimeLogConfig"}, + {"shape":"InvalidResponseCode"}, + {"shape":"InvalidGeoRestrictionParameter"}, + {"shape":"TooManyOrigins"}, + {"shape":"InvalidViewerCertificate"}, + {"shape":"InvalidFunctionAssociation"}, + {"shape":"TooManyDistributionsWithLambdaAssociations"}, + {"shape":"TooManyDistributionsAssociatedToKeyGroup"}, + {"shape":"DistributionAlreadyExists"}, + {"shape":"NoSuchOrigin"}, + {"shape":"TooManyCacheBehaviors"} ], "documentation":"

Creates a CloudFront distribution.

" }, @@ -258,72 +259,72 @@ "input":{"shape":"CreateDistributionWithTagsRequest"}, "output":{"shape":"CreateDistributionWithTagsResult"}, "errors":[ - {"shape":"CNAMEAlreadyExists"}, - {"shape":"DistributionAlreadyExists"}, - {"shape":"InvalidOrigin"}, - {"shape":"InvalidOriginAccessIdentity"}, - {"shape":"InvalidOriginAccessControl"}, - {"shape":"IllegalOriginAccessConfiguration"}, {"shape":"AccessDenied"}, - {"shape":"TooManyTrustedSigners"}, - {"shape":"TrustedSignerDoesNotExist"}, - {"shape":"InvalidViewerCertificate"}, - {"shape":"InvalidMinimumProtocolVersion"}, - {"shape":"MissingBody"}, - {"shape":"TooManyDistributionCNAMEs"}, - {"shape":"TooManyDistributions"}, + {"shape":"TooManyDistributionsAssociatedToOriginAccessControl"}, {"shape":"InvalidDefaultRootObject"}, - {"shape":"InvalidRelativePath"}, + {"shape":"InvalidDomainNameForOriginAccessControl"}, + {"shape":"InvalidQueryStringParameters"}, + {"shape":"TooManyTrustedSigners"}, + {"shape":"TooManyCookieNamesInWhiteList"}, + {"shape":"NoSuchFieldLevelEncryptionConfig"}, {"shape":"InvalidErrorCode"}, - {"shape":"InvalidResponseCode"}, - {"shape":"InvalidArgument"}, + {"shape":"IllegalOriginAccessConfiguration"}, + {"shape":"InvalidProtocolSettings"}, + {"shape":"TooManyFunctionAssociations"}, + {"shape":"TooManyOriginCustomHeaders"}, + {"shape":"InvalidOrigin"}, + {"shape":"InvalidForwardCookies"}, + {"shape":"InvalidMinimumProtocolVersion"}, + {"shape":"NoSuchCachePolicy"}, + {"shape":"TooManyKeyGroupsAssociatedToDistribution"}, + {"shape":"TooManyDistributionsAssociatedToCachePolicy"}, {"shape":"InvalidRequiredProtocol"}, - {"shape":"NoSuchOrigin"}, - {"shape":"TooManyOrigins"}, + {"shape":"TooManyDistributionsWithFunctionAssociations"}, {"shape":"TooManyOriginGroupsPerDistribution"}, - {"shape":"TooManyCacheBehaviors"}, - {"shape":"TooManyCookieNamesInWhiteList"}, - {"shape":"InvalidForwardCookies"}, - {"shape":"TooManyHeadersInForwardedValues"}, - {"shape":"InvalidHeadersForS3Origin"}, - {"shape":"InconsistentQuantities"}, - {"shape":"TooManyCertificates"}, - {"shape":"InvalidLocationCode"}, - {"shape":"InvalidGeoRestrictionParameter"}, - {"shape":"InvalidProtocolSettings"}, + {"shape":"TooManyDistributions"}, {"shape":"InvalidTTLOrder"}, + {"shape":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"}, + {"shape":"InvalidOriginKeepaliveTimeout"}, + {"shape":"InvalidArgument"}, + {"shape":"InvalidOriginReadTimeout"}, + {"shape":"InvalidOriginAccessControl"}, + {"shape":"InvalidHeadersForS3Origin"}, + {"shape":"TrustedSignerDoesNotExist"}, {"shape":"InvalidWebACLId"}, - {"shape":"TooManyOriginCustomHeaders"}, - {"shape":"InvalidTagging"}, - {"shape":"TooManyQueryStringParameters"}, - {"shape":"InvalidQueryStringParameters"}, - {"shape":"TooManyDistributionsWithLambdaAssociations"}, {"shape":"TooManyDistributionsWithSingleFunctionARN"}, + {"shape":"InvalidRelativePath"}, {"shape":"TooManyLambdaFunctionAssociations"}, - {"shape":"InvalidLambdaFunctionAssociation"}, - {"shape":"TooManyDistributionsWithFunctionAssociations"}, - {"shape":"TooManyFunctionAssociations"}, - {"shape":"InvalidFunctionAssociation"}, - {"shape":"InvalidOriginReadTimeout"}, - {"shape":"InvalidOriginKeepaliveTimeout"}, - {"shape":"NoSuchFieldLevelEncryptionConfig"}, - {"shape":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"}, - {"shape":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"}, - {"shape":"NoSuchCachePolicy"}, - {"shape":"TooManyDistributionsAssociatedToCachePolicy"}, - {"shape":"TooManyDistributionsAssociatedToOriginAccessControl"}, - {"shape":"NoSuchResponseHeadersPolicy"}, - {"shape":"TooManyDistributionsAssociatedToResponseHeadersPolicy"}, {"shape":"NoSuchOriginRequestPolicy"}, + {"shape":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"}, + {"shape":"InconsistentQuantities"}, + {"shape":"InvalidLocationCode"}, + {"shape":"InvalidOriginAccessIdentity"}, + {"shape":"InvalidTagging"}, + {"shape":"TooManyDistributionCNAMEs"}, + {"shape":"NoSuchContinuousDeploymentPolicy"}, {"shape":"TooManyDistributionsAssociatedToOriginRequestPolicy"}, - {"shape":"TooManyDistributionsAssociatedToKeyGroup"}, - {"shape":"TooManyKeyGroupsAssociatedToDistribution"}, - {"shape":"TrustedKeyGroupDoesNotExist"}, - {"shape":"NoSuchRealtimeLogConfig"}, + {"shape":"TooManyQueryStringParameters"}, {"shape":"RealtimeLogConfigOwnerMismatch"}, {"shape":"ContinuousDeploymentPolicyInUse"}, - {"shape":"NoSuchContinuousDeploymentPolicy"}, - {"shape":"InvalidDomainNameForOriginAccessControl"} + {"shape":"MissingBody"}, + {"shape":"TooManyHeadersInForwardedValues"}, + {"shape":"InvalidLambdaFunctionAssociation"}, + {"shape":"CNAMEAlreadyExists"}, + {"shape":"TooManyCertificates"}, + {"shape":"TrustedKeyGroupDoesNotExist"}, + {"shape":"TooManyDistributionsAssociatedToResponseHeadersPolicy"}, + {"shape":"NoSuchResponseHeadersPolicy"}, + {"shape":"NoSuchRealtimeLogConfig"}, + {"shape":"InvalidResponseCode"}, + {"shape":"InvalidGeoRestrictionParameter"}, + {"shape":"TooManyOrigins"}, + {"shape":"InvalidViewerCertificate"}, + {"shape":"InvalidFunctionAssociation"}, + {"shape":"TooManyDistributionsWithLambdaAssociations"}, + {"shape":"TooManyDistributionsAssociatedToKeyGroup"}, + {"shape":"DistributionAlreadyExists"}, + {"shape":"NoSuchOrigin"}, + {"shape":"TooManyCacheBehaviors"} ], "documentation":"

Create a new distribution with tags. This API operation requires the following IAM permissions:

" }, @@ -337,14 +338,14 @@ "input":{"shape":"CreateFieldLevelEncryptionConfigRequest"}, "output":{"shape":"CreateFieldLevelEncryptionConfigResult"}, "errors":[ - {"shape":"InconsistentQuantities"}, - {"shape":"InvalidArgument"}, - {"shape":"NoSuchFieldLevelEncryptionProfile"}, - {"shape":"FieldLevelEncryptionConfigAlreadyExists"}, - {"shape":"TooManyFieldLevelEncryptionConfigs"}, + {"shape":"QueryArgProfileEmpty"}, {"shape":"TooManyFieldLevelEncryptionQueryArgProfiles"}, {"shape":"TooManyFieldLevelEncryptionContentTypeProfiles"}, - {"shape":"QueryArgProfileEmpty"} + {"shape":"FieldLevelEncryptionConfigAlreadyExists"}, + {"shape":"InconsistentQuantities"}, + {"shape":"TooManyFieldLevelEncryptionConfigs"}, + {"shape":"NoSuchFieldLevelEncryptionProfile"}, + {"shape":"InvalidArgument"} ], "documentation":"

Create a new field-level encryption configuration.

" }, @@ -358,14 +359,14 @@ "input":{"shape":"CreateFieldLevelEncryptionProfileRequest"}, "output":{"shape":"CreateFieldLevelEncryptionProfileResult"}, "errors":[ - {"shape":"InconsistentQuantities"}, - {"shape":"InvalidArgument"}, - {"shape":"NoSuchPublicKey"}, + {"shape":"TooManyFieldLevelEncryptionFieldPatterns"}, {"shape":"FieldLevelEncryptionProfileAlreadyExists"}, + {"shape":"NoSuchPublicKey"}, {"shape":"FieldLevelEncryptionProfileSizeExceeded"}, + {"shape":"InconsistentQuantities"}, {"shape":"TooManyFieldLevelEncryptionProfiles"}, {"shape":"TooManyFieldLevelEncryptionEncryptionEntities"}, - {"shape":"TooManyFieldLevelEncryptionFieldPatterns"} + {"shape":"InvalidArgument"} ], "documentation":"

Create a field-level encryption profile.

" }, @@ -383,11 +384,11 @@ }, "output":{"shape":"CreateFunctionResult"}, "errors":[ - {"shape":"TooManyFunctions"}, {"shape":"FunctionAlreadyExists"}, + {"shape":"UnsupportedOperation"}, {"shape":"FunctionSizeLimitExceeded"}, {"shape":"InvalidArgument"}, - {"shape":"UnsupportedOperation"} + {"shape":"TooManyFunctions"} ], "documentation":"

Creates a CloudFront function.

To create a function, you provide the function code and some configuration information about the function. The response contains an Amazon Resource Name (ARN) that uniquely identifies the function.

When you create a function, it's in the DEVELOPMENT stage. In this stage, you can test the function with TestFunction, and update it with UpdateFunction.

When you're ready to use your function with a CloudFront distribution, use PublishFunction to copy the function from the DEVELOPMENT stage to LIVE. When it's live, you can attach the function to a distribution's cache behavior, using the function's ARN.

" }, @@ -401,13 +402,13 @@ "input":{"shape":"CreateInvalidationRequest"}, "output":{"shape":"CreateInvalidationResult"}, "errors":[ + {"shape":"NoSuchDistribution"}, {"shape":"AccessDenied"}, + {"shape":"TooManyInvalidationsInProgress"}, {"shape":"MissingBody"}, + {"shape":"InconsistentQuantities"}, {"shape":"InvalidArgument"}, - {"shape":"NoSuchDistribution"}, - {"shape":"BatchTooLarge"}, - {"shape":"TooManyInvalidationsInProgress"}, - {"shape":"InconsistentQuantities"} + {"shape":"BatchTooLarge"} ], "documentation":"

Create a new invalidation. For more information, see Invalidating files in the Amazon CloudFront Developer Guide.

" }, @@ -421,10 +422,10 @@ "input":{"shape":"CreateKeyGroupRequest"}, "output":{"shape":"CreateKeyGroupResult"}, "errors":[ - {"shape":"InvalidArgument"}, - {"shape":"KeyGroupAlreadyExists"}, + {"shape":"TooManyPublicKeysInKeyGroup"}, {"shape":"TooManyKeyGroups"}, - {"shape":"TooManyPublicKeysInKeyGroup"} + {"shape":"InvalidArgument"}, + {"shape":"KeyGroupAlreadyExists"} ], "documentation":"

Creates a key group that you can use with CloudFront signed URLs and signed cookies.

To create a key group, you must specify at least one public key for the key group. After you create a key group, you can reference it from one or more cache behaviors. When you reference a key group in a cache behavior, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with a private key whose corresponding public key is in the key group. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see Serving private content in the Amazon CloudFront Developer Guide.

" }, @@ -432,7 +433,7 @@ "name":"CreateKeyValueStore2020_05_31", "http":{ "method":"POST", - "requestUri":"/2020-05-31/key-value-store/", + "requestUri":"/2020-05-31/key-value-store", "responseCode":201 }, "input":{ @@ -443,11 +444,11 @@ "output":{"shape":"CreateKeyValueStoreResult"}, "errors":[ {"shape":"AccessDenied"}, - {"shape":"EntityLimitExceeded"}, + {"shape":"UnsupportedOperation"}, {"shape":"EntityAlreadyExists"}, - {"shape":"EntitySizeLimitExceeded"}, {"shape":"InvalidArgument"}, - {"shape":"UnsupportedOperation"} + {"shape":"EntityLimitExceeded"}, + {"shape":"EntitySizeLimitExceeded"} ], "documentation":"

Specifies the key value store resource to add to your account. In your account, the key value store names must be unique. You can also import key value store data in JSON format from an S3 bucket by providing a valid ImportSource that you own.

" }, @@ -455,13 +456,14 @@ "name":"CreateMonitoringSubscription2020_05_31", "http":{ "method":"POST", - "requestUri":"/2020-05-31/distributions/{DistributionId}/monitoring-subscription/" + "requestUri":"/2020-05-31/distributions/{DistributionId}/monitoring-subscription", + "responseCode":200 }, "input":{"shape":"CreateMonitoringSubscriptionRequest"}, "output":{"shape":"CreateMonitoringSubscriptionResult"}, "errors":[ - {"shape":"AccessDenied"}, {"shape":"NoSuchDistribution"}, + {"shape":"AccessDenied"}, {"shape":"MonitoringSubscriptionAlreadyExists"}, {"shape":"UnsupportedOperation"} ], @@ -494,13 +496,13 @@ "output":{"shape":"CreateOriginRequestPolicyResult"}, "errors":[ {"shape":"AccessDenied"}, - {"shape":"InconsistentQuantities"}, - {"shape":"InvalidArgument"}, - {"shape":"OriginRequestPolicyAlreadyExists"}, - {"shape":"TooManyOriginRequestPolicies"}, {"shape":"TooManyHeadersInOriginRequestPolicy"}, {"shape":"TooManyCookiesInOriginRequestPolicy"}, - {"shape":"TooManyQueryStringsInOriginRequestPolicy"} + {"shape":"InconsistentQuantities"}, + {"shape":"OriginRequestPolicyAlreadyExists"}, + {"shape":"TooManyQueryStringsInOriginRequestPolicy"}, + {"shape":"InvalidArgument"}, + {"shape":"TooManyOriginRequestPolicies"} ], "documentation":"

Creates an origin request policy.

After you create an origin request policy, you can attach it to one or more cache behaviors. When it's attached to a cache behavior, the origin request policy determines the values that CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to the origin includes the following:

CloudFront sends a request when it can't find a valid object in its cache that matches the request. If you want to send values to the origin and also include them in the cache key, use CachePolicy.

For more information about origin request policies, see Controlling origin requests in the Amazon CloudFront Developer Guide.

" }, @@ -514,9 +516,9 @@ "input":{"shape":"CreatePublicKeyRequest"}, "output":{"shape":"CreatePublicKeyResult"}, "errors":[ + {"shape":"TooManyPublicKeys"}, {"shape":"PublicKeyAlreadyExists"}, - {"shape":"InvalidArgument"}, - {"shape":"TooManyPublicKeys"} + {"shape":"InvalidArgument"} ], "documentation":"

Uploads a public key to CloudFront that you can use with signed URLs and signed cookies, or with field-level encryption.

" }, @@ -534,10 +536,10 @@ }, "output":{"shape":"CreateRealtimeLogConfigResult"}, "errors":[ + {"shape":"AccessDenied"}, {"shape":"RealtimeLogConfigAlreadyExists"}, {"shape":"TooManyRealtimeLogConfigs"}, - {"shape":"InvalidArgument"}, - {"shape":"AccessDenied"} + {"shape":"InvalidArgument"} ], "documentation":"

Creates a real-time log configuration.

After you create a real-time log configuration, you can attach it to one or more cache behaviors to send real-time log data to the specified Amazon Kinesis data stream.

For more information about real-time log configurations, see Real-time logs in the Amazon CloudFront Developer Guide.

" }, @@ -552,13 +554,13 @@ "output":{"shape":"CreateResponseHeadersPolicyResult"}, "errors":[ {"shape":"AccessDenied"}, - {"shape":"InconsistentQuantities"}, - {"shape":"InvalidArgument"}, - {"shape":"ResponseHeadersPolicyAlreadyExists"}, - {"shape":"TooManyResponseHeadersPolicies"}, {"shape":"TooManyCustomHeadersInResponseHeadersPolicy"}, + {"shape":"ResponseHeadersPolicyAlreadyExists"}, + {"shape":"InconsistentQuantities"}, {"shape":"TooLongCSPInResponseHeadersPolicy"}, - {"shape":"TooManyRemoveHeadersInResponseHeadersPolicy"} + {"shape":"InvalidArgument"}, + {"shape":"TooManyRemoveHeadersInResponseHeadersPolicy"}, + {"shape":"TooManyResponseHeadersPolicies"} ], "documentation":"

Creates a response headers policy.

A response headers policy contains information about a set of HTTP headers. To create a response headers policy, you provide some metadata about the policy and a set of configurations that specify the headers.

After you create a response headers policy, you can use its ID to attach it to one or more cache behaviors in a CloudFront distribution. When it's attached to a cache behavior, the response headers policy affects the HTTP headers that CloudFront includes in HTTP responses to requests that match the cache behavior. CloudFront adds or removes response headers according to the configuration of the response headers policy.

For more information, see Adding or removing HTTP headers in CloudFront responses in the Amazon CloudFront Developer Guide.

" }, @@ -572,19 +574,19 @@ "input":{"shape":"CreateStreamingDistributionRequest"}, "output":{"shape":"CreateStreamingDistributionResult"}, "errors":[ - {"shape":"CNAMEAlreadyExists"}, + {"shape":"AccessDenied"}, {"shape":"StreamingDistributionAlreadyExists"}, - {"shape":"InvalidOrigin"}, + {"shape":"InconsistentQuantities"}, {"shape":"InvalidOriginAccessIdentity"}, - {"shape":"InvalidOriginAccessControl"}, - {"shape":"AccessDenied"}, + {"shape":"InvalidArgument"}, {"shape":"TooManyTrustedSigners"}, - {"shape":"TrustedSignerDoesNotExist"}, + {"shape":"InvalidOriginAccessControl"}, + {"shape":"TooManyStreamingDistributions"}, {"shape":"MissingBody"}, {"shape":"TooManyStreamingDistributionCNAMEs"}, - {"shape":"TooManyStreamingDistributions"}, - {"shape":"InvalidArgument"}, - {"shape":"InconsistentQuantities"} + {"shape":"TrustedSignerDoesNotExist"}, + {"shape":"CNAMEAlreadyExists"}, + {"shape":"InvalidOrigin"} ], "documentation":"

This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, read the announcement on the Amazon CloudFront discussion forum.

" }, @@ -598,20 +600,20 @@ "input":{"shape":"CreateStreamingDistributionWithTagsRequest"}, "output":{"shape":"CreateStreamingDistributionWithTagsResult"}, "errors":[ - {"shape":"CNAMEAlreadyExists"}, - {"shape":"StreamingDistributionAlreadyExists"}, - {"shape":"InvalidOrigin"}, - {"shape":"InvalidOriginAccessIdentity"}, - {"shape":"InvalidOriginAccessControl"}, {"shape":"AccessDenied"}, + {"shape":"StreamingDistributionAlreadyExists"}, + {"shape":"InconsistentQuantities"}, + {"shape":"InvalidOriginAccessIdentity"}, + {"shape":"InvalidTagging"}, + {"shape":"InvalidArgument"}, {"shape":"TooManyTrustedSigners"}, - {"shape":"TrustedSignerDoesNotExist"}, + {"shape":"InvalidOriginAccessControl"}, + {"shape":"TooManyStreamingDistributions"}, {"shape":"MissingBody"}, {"shape":"TooManyStreamingDistributionCNAMEs"}, - {"shape":"TooManyStreamingDistributions"}, - {"shape":"InvalidArgument"}, - {"shape":"InconsistentQuantities"}, - {"shape":"InvalidTagging"} + {"shape":"TrustedSignerDoesNotExist"}, + {"shape":"CNAMEAlreadyExists"}, + {"shape":"InvalidOrigin"} ], "documentation":"

This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, read the announcement on the Amazon CloudFront discussion forum.

" }, @@ -624,12 +626,12 @@ }, "input":{"shape":"DeleteCachePolicyRequest"}, "errors":[ - {"shape":"AccessDenied"}, - {"shape":"InvalidIfMatchVersion"}, {"shape":"NoSuchCachePolicy"}, {"shape":"PreconditionFailed"}, + {"shape":"AccessDenied"}, {"shape":"IllegalDelete"}, - {"shape":"CachePolicyInUse"} + {"shape":"CachePolicyInUse"}, + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Deletes a cache policy.

You cannot delete a cache policy if it's attached to a cache behavior. First update your distributions to remove the cache policy from all cache behaviors, then delete the cache policy.

To delete a cache policy, you must provide the policy's identifier and version. To get these values, you can use ListCachePolicies or GetCachePolicy.

" }, @@ -642,10 +644,10 @@ }, "input":{"shape":"DeleteCloudFrontOriginAccessIdentityRequest"}, "errors":[ + {"shape":"PreconditionFailed"}, {"shape":"AccessDenied"}, {"shape":"InvalidIfMatchVersion"}, {"shape":"NoSuchCloudFrontOriginAccessIdentity"}, - {"shape":"PreconditionFailed"}, {"shape":"CloudFrontOriginAccessIdentityInUse"} ], "documentation":"

Delete an origin access identity.

" @@ -659,12 +661,12 @@ }, "input":{"shape":"DeleteContinuousDeploymentPolicyRequest"}, "errors":[ - {"shape":"InvalidIfMatchVersion"}, - {"shape":"InvalidArgument"}, - {"shape":"AccessDenied"}, - {"shape":"PreconditionFailed"}, {"shape":"ContinuousDeploymentPolicyInUse"}, - {"shape":"NoSuchContinuousDeploymentPolicy"} + {"shape":"PreconditionFailed"}, + {"shape":"AccessDenied"}, + {"shape":"InvalidArgument"}, + {"shape":"NoSuchContinuousDeploymentPolicy"}, + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Deletes a continuous deployment policy.

You cannot delete a continuous deployment policy that's attached to a primary distribution. First update your distribution to remove the continuous deployment policy, then you can delete the policy.

" }, @@ -677,11 +679,11 @@ }, "input":{"shape":"DeleteDistributionRequest"}, "errors":[ + {"shape":"NoSuchDistribution"}, + {"shape":"PreconditionFailed"}, {"shape":"AccessDenied"}, {"shape":"DistributionNotDisabled"}, - {"shape":"InvalidIfMatchVersion"}, - {"shape":"NoSuchDistribution"}, - {"shape":"PreconditionFailed"} + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Delete a distribution.

" }, @@ -694,11 +696,11 @@ }, "input":{"shape":"DeleteFieldLevelEncryptionConfigRequest"}, "errors":[ + {"shape":"PreconditionFailed"}, {"shape":"AccessDenied"}, - {"shape":"InvalidIfMatchVersion"}, + {"shape":"FieldLevelEncryptionConfigInUse"}, {"shape":"NoSuchFieldLevelEncryptionConfig"}, - {"shape":"PreconditionFailed"}, - {"shape":"FieldLevelEncryptionConfigInUse"} + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Remove a field-level encryption configuration.

" }, @@ -711,11 +713,11 @@ }, "input":{"shape":"DeleteFieldLevelEncryptionProfileRequest"}, "errors":[ + {"shape":"PreconditionFailed"}, {"shape":"AccessDenied"}, - {"shape":"InvalidIfMatchVersion"}, {"shape":"NoSuchFieldLevelEncryptionProfile"}, - {"shape":"PreconditionFailed"}, - {"shape":"FieldLevelEncryptionProfileInUse"} + {"shape":"FieldLevelEncryptionProfileInUse"}, + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Remove a field-level encryption profile.

" }, @@ -728,11 +730,11 @@ }, "input":{"shape":"DeleteFunctionRequest"}, "errors":[ - {"shape":"InvalidIfMatchVersion"}, - {"shape":"NoSuchFunctionExists"}, - {"shape":"FunctionInUse"}, {"shape":"PreconditionFailed"}, - {"shape":"UnsupportedOperation"} + {"shape":"UnsupportedOperation"}, + {"shape":"FunctionInUse"}, + {"shape":"NoSuchFunctionExists"}, + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Deletes a CloudFront function.

You cannot delete a function if it's associated with a cache behavior. First, update your distributions to remove the function association from all cache behaviors, then delete the function.

To delete a function, you must provide the function's name and version (ETag value). To get these values, you can use ListFunctions and DescribeFunction.

" }, @@ -745,10 +747,10 @@ }, "input":{"shape":"DeleteKeyGroupRequest"}, "errors":[ - {"shape":"InvalidIfMatchVersion"}, - {"shape":"NoSuchResource"}, + {"shape":"ResourceInUse"}, {"shape":"PreconditionFailed"}, - {"shape":"ResourceInUse"} + {"shape":"NoSuchResource"}, + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Deletes a key group.

You cannot delete a key group that is referenced in a cache behavior. First update your distributions to remove the key group from all cache behaviors, then delete the key group.

To delete a key group, you must provide the key group's identifier and version. To get these values, use ListKeyGroups followed by GetKeyGroup or GetKeyGroupConfig.

" }, @@ -761,12 +763,12 @@ }, "input":{"shape":"DeleteKeyValueStoreRequest"}, "errors":[ - {"shape":"AccessDenied"}, - {"shape":"InvalidIfMatchVersion"}, - {"shape":"EntityNotFound"}, {"shape":"CannotDeleteEntityWhileInUse"}, {"shape":"PreconditionFailed"}, - {"shape":"UnsupportedOperation"} + {"shape":"EntityNotFound"}, + {"shape":"AccessDenied"}, + {"shape":"UnsupportedOperation"}, + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Specifies the key value store to delete.

", "idempotent":true @@ -775,15 +777,16 @@ "name":"DeleteMonitoringSubscription2020_05_31", "http":{ "method":"DELETE", - "requestUri":"/2020-05-31/distributions/{DistributionId}/monitoring-subscription/" + "requestUri":"/2020-05-31/distributions/{DistributionId}/monitoring-subscription", + "responseCode":200 }, "input":{"shape":"DeleteMonitoringSubscriptionRequest"}, "output":{"shape":"DeleteMonitoringSubscriptionResult"}, "errors":[ - {"shape":"AccessDenied"}, {"shape":"NoSuchDistribution"}, - {"shape":"NoSuchMonitoringSubscription"}, - {"shape":"UnsupportedOperation"} + {"shape":"AccessDenied"}, + {"shape":"UnsupportedOperation"}, + {"shape":"NoSuchMonitoringSubscription"} ], "documentation":"

Disables additional CloudWatch metrics for the specified CloudFront distribution.

" }, @@ -796,11 +799,11 @@ }, "input":{"shape":"DeleteOriginAccessControlRequest"}, "errors":[ + {"shape":"PreconditionFailed"}, {"shape":"AccessDenied"}, - {"shape":"InvalidIfMatchVersion"}, + {"shape":"OriginAccessControlInUse"}, {"shape":"NoSuchOriginAccessControl"}, - {"shape":"PreconditionFailed"}, - {"shape":"OriginAccessControlInUse"} + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Deletes a CloudFront origin access control.

You cannot delete an origin access control if it's in use. First, update all distributions to remove the origin access control from all origins, then delete the origin access control.

" }, @@ -813,11 +816,11 @@ }, "input":{"shape":"DeleteOriginRequestPolicyRequest"}, "errors":[ - {"shape":"AccessDenied"}, - {"shape":"InvalidIfMatchVersion"}, - {"shape":"NoSuchOriginRequestPolicy"}, {"shape":"PreconditionFailed"}, + {"shape":"AccessDenied"}, {"shape":"IllegalDelete"}, + {"shape":"NoSuchOriginRequestPolicy"}, + {"shape":"InvalidIfMatchVersion"}, {"shape":"OriginRequestPolicyInUse"} ], "documentation":"

Deletes an origin request policy.

You cannot delete an origin request policy if it's attached to any cache behaviors. First update your distributions to remove the origin request policy from all cache behaviors, then delete the origin request policy.

To delete an origin request policy, you must provide the policy's identifier and version. To get the identifier, you can use ListOriginRequestPolicies or GetOriginRequestPolicy.

" @@ -831,11 +834,11 @@ }, "input":{"shape":"DeletePublicKeyRequest"}, "errors":[ + {"shape":"PreconditionFailed"}, {"shape":"AccessDenied"}, - {"shape":"PublicKeyInUse"}, - {"shape":"InvalidIfMatchVersion"}, {"shape":"NoSuchPublicKey"}, - {"shape":"PreconditionFailed"} + {"shape":"PublicKeyInUse"}, + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Remove a public key you previously added to CloudFront.

" }, @@ -843,7 +846,7 @@ "name":"DeleteRealtimeLogConfig2020_05_31", "http":{ "method":"POST", - "requestUri":"/2020-05-31/delete-realtime-log-config/", + "requestUri":"/2020-05-31/delete-realtime-log-config", "responseCode":204 }, "input":{ @@ -852,10 +855,10 @@ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"} }, "errors":[ - {"shape":"NoSuchRealtimeLogConfig"}, - {"shape":"RealtimeLogConfigInUse"}, + {"shape":"AccessDenied"}, {"shape":"InvalidArgument"}, - {"shape":"AccessDenied"} + {"shape":"RealtimeLogConfigInUse"}, + {"shape":"NoSuchRealtimeLogConfig"} ], "documentation":"

Deletes a real-time log configuration.

You cannot delete a real-time log configuration if it's attached to a cache behavior. First update your distributions to remove the real-time log configuration from all cache behaviors, then delete the real-time log configuration.

To delete a real-time log configuration, you can provide the configuration's name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to delete.

" }, @@ -868,12 +871,12 @@ }, "input":{"shape":"DeleteResponseHeadersPolicyRequest"}, "errors":[ - {"shape":"AccessDenied"}, - {"shape":"InvalidIfMatchVersion"}, - {"shape":"NoSuchResponseHeadersPolicy"}, + {"shape":"ResponseHeadersPolicyInUse"}, {"shape":"PreconditionFailed"}, + {"shape":"AccessDenied"}, {"shape":"IllegalDelete"}, - {"shape":"ResponseHeadersPolicyInUse"} + {"shape":"NoSuchResponseHeadersPolicy"}, + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Deletes a response headers policy.

You cannot delete a response headers policy if it's attached to a cache behavior. First update your distributions to remove the response headers policy from all cache behaviors, then delete the response headers policy.

To delete a response headers policy, you must provide the policy's identifier and version. To get these values, you can use ListResponseHeadersPolicies or GetResponseHeadersPolicy.

" }, @@ -886,11 +889,11 @@ }, "input":{"shape":"DeleteStreamingDistributionRequest"}, "errors":[ + {"shape":"PreconditionFailed"}, {"shape":"AccessDenied"}, {"shape":"StreamingDistributionNotDisabled"}, - {"shape":"InvalidIfMatchVersion"}, {"shape":"NoSuchStreamingDistribution"}, - {"shape":"PreconditionFailed"} + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Delete a streaming distribution. To delete an RTMP distribution using the CloudFront API, perform the following steps.

To delete an RTMP distribution using the CloudFront API:

  1. Disable the RTMP distribution.

  2. Submit a GET Streaming Distribution Config request to get the current configuration and the Etag header for the distribution.

  3. Update the XML document that was returned in the response to your GET Streaming Distribution Config request to change the value of Enabled to false.

  4. Submit a PUT Streaming Distribution Config request to update the configuration for your distribution. In the request body, include the XML document that you updated in Step 3. Then set the value of the HTTP If-Match header to the value of the ETag header that CloudFront returned when you submitted the GET Streaming Distribution Config request in Step 2.

  5. Review the response to the PUT Streaming Distribution Config request to confirm that the distribution was successfully disabled.

  6. Submit a GET Streaming Distribution Config request to confirm that your changes have propagated. When propagation is complete, the value of Status is Deployed.

  7. Submit a DELETE Streaming Distribution request. Set the value of the HTTP If-Match header to the value of the ETag header that CloudFront returned when you submitted the GET Streaming Distribution Config request in Step 2.

  8. Review the response to your DELETE Streaming Distribution request to confirm that the distribution was successfully deleted.

For information about deleting a distribution using the CloudFront console, see Deleting a Distribution in the Amazon CloudFront Developer Guide.

" }, @@ -898,13 +901,14 @@ "name":"DescribeFunction2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/function/{Name}/describe" + "requestUri":"/2020-05-31/function/{Name}/describe", + "responseCode":200 }, "input":{"shape":"DescribeFunctionRequest"}, "output":{"shape":"DescribeFunctionResult"}, "errors":[ - {"shape":"NoSuchFunctionExists"}, - {"shape":"UnsupportedOperation"} + {"shape":"UnsupportedOperation"}, + {"shape":"NoSuchFunctionExists"} ], "documentation":"

Gets configuration information and metadata about a CloudFront function, but not the function's code. To get a function's code, use GetFunction.

To get configuration information and metadata about a function, you must provide the function's name and stage. To get these values, you can use ListFunctions.

" }, @@ -912,15 +916,16 @@ "name":"DescribeKeyValueStore2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/key-value-store/{Name}" + "requestUri":"/2020-05-31/key-value-store/{Name}", + "responseCode":200 }, "input":{"shape":"DescribeKeyValueStoreRequest"}, "output":{"shape":"DescribeKeyValueStoreResult"}, "errors":[ - {"shape":"AccessDenied"}, - {"shape":"InvalidArgument"}, {"shape":"EntityNotFound"}, - {"shape":"UnsupportedOperation"} + {"shape":"AccessDenied"}, + {"shape":"UnsupportedOperation"}, + {"shape":"InvalidArgument"} ], "documentation":"

Specifies the key value store and its configuration.

" }, @@ -928,13 +933,14 @@ "name":"GetCachePolicy2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/cache-policy/{Id}" + "requestUri":"/2020-05-31/cache-policy/{Id}", + "responseCode":200 }, "input":{"shape":"GetCachePolicyRequest"}, "output":{"shape":"GetCachePolicyResult"}, "errors":[ - {"shape":"AccessDenied"}, - {"shape":"NoSuchCachePolicy"} + {"shape":"NoSuchCachePolicy"}, + {"shape":"AccessDenied"} ], "documentation":"

Gets a cache policy, including the following metadata:

To get a cache policy, you must provide the policy's identifier. If the cache policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions or GetDistribution. If the cache policy is not attached to a cache behavior, you can get the identifier using ListCachePolicies.

" }, @@ -942,13 +948,14 @@ "name":"GetCachePolicyConfig2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/cache-policy/{Id}/config" + "requestUri":"/2020-05-31/cache-policy/{Id}/config", + "responseCode":200 }, "input":{"shape":"GetCachePolicyConfigRequest"}, "output":{"shape":"GetCachePolicyConfigResult"}, "errors":[ - {"shape":"AccessDenied"}, - {"shape":"NoSuchCachePolicy"} + {"shape":"NoSuchCachePolicy"}, + {"shape":"AccessDenied"} ], "documentation":"

Gets a cache policy configuration.

To get a cache policy configuration, you must provide the policy's identifier. If the cache policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions or GetDistribution. If the cache policy is not attached to a cache behavior, you can get the identifier using ListCachePolicies.

" }, @@ -956,13 +963,14 @@ "name":"GetCloudFrontOriginAccessIdentity2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/origin-access-identity/cloudfront/{Id}" + "requestUri":"/2020-05-31/origin-access-identity/cloudfront/{Id}", + "responseCode":200 }, "input":{"shape":"GetCloudFrontOriginAccessIdentityRequest"}, "output":{"shape":"GetCloudFrontOriginAccessIdentityResult"}, "errors":[ - {"shape":"NoSuchCloudFrontOriginAccessIdentity"}, - {"shape":"AccessDenied"} + {"shape":"AccessDenied"}, + {"shape":"NoSuchCloudFrontOriginAccessIdentity"} ], "documentation":"

Get the information about an origin access identity.

" }, @@ -970,13 +978,14 @@ "name":"GetCloudFrontOriginAccessIdentityConfig2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/origin-access-identity/cloudfront/{Id}/config" + "requestUri":"/2020-05-31/origin-access-identity/cloudfront/{Id}/config", + "responseCode":200 }, "input":{"shape":"GetCloudFrontOriginAccessIdentityConfigRequest"}, "output":{"shape":"GetCloudFrontOriginAccessIdentityConfigResult"}, "errors":[ - {"shape":"NoSuchCloudFrontOriginAccessIdentity"}, - {"shape":"AccessDenied"} + {"shape":"AccessDenied"}, + {"shape":"NoSuchCloudFrontOriginAccessIdentity"} ], "documentation":"

Get the configuration information about an origin access identity.

" }, @@ -984,7 +993,8 @@ "name":"GetContinuousDeploymentPolicy2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/continuous-deployment-policy/{Id}" + "requestUri":"/2020-05-31/continuous-deployment-policy/{Id}", + "responseCode":200 }, "input":{"shape":"GetContinuousDeploymentPolicyRequest"}, "output":{"shape":"GetContinuousDeploymentPolicyResult"}, @@ -998,7 +1008,8 @@ "name":"GetContinuousDeploymentPolicyConfig2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/continuous-deployment-policy/{Id}/config" + "requestUri":"/2020-05-31/continuous-deployment-policy/{Id}/config", + "responseCode":200 }, "input":{"shape":"GetContinuousDeploymentPolicyConfigRequest"}, "output":{"shape":"GetContinuousDeploymentPolicyConfigResult"}, @@ -1012,7 +1023,8 @@ "name":"GetDistribution2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/distribution/{Id}" + "requestUri":"/2020-05-31/distribution/{Id}", + "responseCode":200 }, "input":{"shape":"GetDistributionRequest"}, "output":{"shape":"GetDistributionResult"}, @@ -1026,7 +1038,8 @@ "name":"GetDistributionConfig2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/distribution/{Id}/config" + "requestUri":"/2020-05-31/distribution/{Id}/config", + "responseCode":200 }, "input":{"shape":"GetDistributionConfigRequest"}, "output":{"shape":"GetDistributionConfigResult"}, @@ -1040,7 +1053,8 @@ "name":"GetFieldLevelEncryption2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/field-level-encryption/{Id}" + "requestUri":"/2020-05-31/field-level-encryption/{Id}", + "responseCode":200 }, "input":{"shape":"GetFieldLevelEncryptionRequest"}, "output":{"shape":"GetFieldLevelEncryptionResult"}, @@ -1054,7 +1068,8 @@ "name":"GetFieldLevelEncryptionConfig2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/field-level-encryption/{Id}/config" + "requestUri":"/2020-05-31/field-level-encryption/{Id}/config", + "responseCode":200 }, "input":{"shape":"GetFieldLevelEncryptionConfigRequest"}, "output":{"shape":"GetFieldLevelEncryptionConfigResult"}, @@ -1068,7 +1083,8 @@ "name":"GetFieldLevelEncryptionProfile2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/field-level-encryption-profile/{Id}" + "requestUri":"/2020-05-31/field-level-encryption-profile/{Id}", + "responseCode":200 }, "input":{"shape":"GetFieldLevelEncryptionProfileRequest"}, "output":{"shape":"GetFieldLevelEncryptionProfileResult"}, @@ -1082,7 +1098,8 @@ "name":"GetFieldLevelEncryptionProfileConfig2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/field-level-encryption-profile/{Id}/config" + "requestUri":"/2020-05-31/field-level-encryption-profile/{Id}/config", + "responseCode":200 }, "input":{"shape":"GetFieldLevelEncryptionProfileConfigRequest"}, "output":{"shape":"GetFieldLevelEncryptionProfileConfigResult"}, @@ -1096,13 +1113,14 @@ "name":"GetFunction2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/function/{Name}" + "requestUri":"/2020-05-31/function/{Name}", + "responseCode":200 }, "input":{"shape":"GetFunctionRequest"}, "output":{"shape":"GetFunctionResult"}, "errors":[ - {"shape":"NoSuchFunctionExists"}, - {"shape":"UnsupportedOperation"} + {"shape":"UnsupportedOperation"}, + {"shape":"NoSuchFunctionExists"} ], "documentation":"

Gets the code of a CloudFront function. To get configuration information and metadata about a function, use DescribeFunction.

To get a function's code, you must provide the function's name and stage. To get these values, you can use ListFunctions.

" }, @@ -1110,14 +1128,15 @@ "name":"GetInvalidation2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/distribution/{DistributionId}/invalidation/{Id}" + "requestUri":"/2020-05-31/distribution/{DistributionId}/invalidation/{Id}", + "responseCode":200 }, "input":{"shape":"GetInvalidationRequest"}, "output":{"shape":"GetInvalidationResult"}, "errors":[ - {"shape":"NoSuchInvalidation"}, {"shape":"NoSuchDistribution"}, - {"shape":"AccessDenied"} + {"shape":"AccessDenied"}, + {"shape":"NoSuchInvalidation"} ], "documentation":"

Get the information about an invalidation.

" }, @@ -1125,7 +1144,8 @@ "name":"GetKeyGroup2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/key-group/{Id}" + "requestUri":"/2020-05-31/key-group/{Id}", + "responseCode":200 }, "input":{"shape":"GetKeyGroupRequest"}, "output":{"shape":"GetKeyGroupResult"}, @@ -1138,7 +1158,8 @@ "name":"GetKeyGroupConfig2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/key-group/{Id}/config" + "requestUri":"/2020-05-31/key-group/{Id}/config", + "responseCode":200 }, "input":{"shape":"GetKeyGroupConfigRequest"}, "output":{"shape":"GetKeyGroupConfigResult"}, @@ -1151,15 +1172,16 @@ "name":"GetMonitoringSubscription2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/distributions/{DistributionId}/monitoring-subscription/" + "requestUri":"/2020-05-31/distributions/{DistributionId}/monitoring-subscription", + "responseCode":200 }, "input":{"shape":"GetMonitoringSubscriptionRequest"}, "output":{"shape":"GetMonitoringSubscriptionResult"}, "errors":[ - {"shape":"AccessDenied"}, {"shape":"NoSuchDistribution"}, - {"shape":"NoSuchMonitoringSubscription"}, - {"shape":"UnsupportedOperation"} + {"shape":"AccessDenied"}, + {"shape":"UnsupportedOperation"}, + {"shape":"NoSuchMonitoringSubscription"} ], "documentation":"

Gets information about whether additional CloudWatch metrics are enabled for the specified CloudFront distribution.

" }, @@ -1167,13 +1189,14 @@ "name":"GetOriginAccessControl2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/origin-access-control/{Id}" + "requestUri":"/2020-05-31/origin-access-control/{Id}", + "responseCode":200 }, "input":{"shape":"GetOriginAccessControlRequest"}, "output":{"shape":"GetOriginAccessControlResult"}, "errors":[ - {"shape":"NoSuchOriginAccessControl"}, - {"shape":"AccessDenied"} + {"shape":"AccessDenied"}, + {"shape":"NoSuchOriginAccessControl"} ], "documentation":"

Gets a CloudFront origin access control, including its unique identifier.

" }, @@ -1181,13 +1204,14 @@ "name":"GetOriginAccessControlConfig2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/origin-access-control/{Id}/config" + "requestUri":"/2020-05-31/origin-access-control/{Id}/config", + "responseCode":200 }, "input":{"shape":"GetOriginAccessControlConfigRequest"}, "output":{"shape":"GetOriginAccessControlConfigResult"}, "errors":[ - {"shape":"NoSuchOriginAccessControl"}, - {"shape":"AccessDenied"} + {"shape":"AccessDenied"}, + {"shape":"NoSuchOriginAccessControl"} ], "documentation":"

Gets a CloudFront origin access control configuration.

" }, @@ -1195,7 +1219,8 @@ "name":"GetOriginRequestPolicy2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/origin-request-policy/{Id}" + "requestUri":"/2020-05-31/origin-request-policy/{Id}", + "responseCode":200 }, "input":{"shape":"GetOriginRequestPolicyRequest"}, "output":{"shape":"GetOriginRequestPolicyResult"}, @@ -1209,7 +1234,8 @@ "name":"GetOriginRequestPolicyConfig2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/origin-request-policy/{Id}/config" + "requestUri":"/2020-05-31/origin-request-policy/{Id}/config", + "responseCode":200 }, "input":{"shape":"GetOriginRequestPolicyConfigRequest"}, "output":{"shape":"GetOriginRequestPolicyConfigResult"}, @@ -1223,7 +1249,8 @@ "name":"GetPublicKey2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/public-key/{Id}" + "requestUri":"/2020-05-31/public-key/{Id}", + "responseCode":200 }, "input":{"shape":"GetPublicKeyRequest"}, "output":{"shape":"GetPublicKeyResult"}, @@ -1237,7 +1264,8 @@ "name":"GetPublicKeyConfig2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/public-key/{Id}/config" + "requestUri":"/2020-05-31/public-key/{Id}/config", + "responseCode":200 }, "input":{"shape":"GetPublicKeyConfigRequest"}, "output":{"shape":"GetPublicKeyConfigResult"}, @@ -1251,7 +1279,8 @@ "name":"GetRealtimeLogConfig2020_05_31", "http":{ "method":"POST", - "requestUri":"/2020-05-31/get-realtime-log-config/" + "requestUri":"/2020-05-31/get-realtime-log-config", + "responseCode":200 }, "input":{ "shape":"GetRealtimeLogConfigRequest", @@ -1260,9 +1289,9 @@ }, "output":{"shape":"GetRealtimeLogConfigResult"}, "errors":[ - {"shape":"NoSuchRealtimeLogConfig"}, + {"shape":"AccessDenied"}, {"shape":"InvalidArgument"}, - {"shape":"AccessDenied"} + {"shape":"NoSuchRealtimeLogConfig"} ], "documentation":"

Gets a real-time log configuration.

To get a real-time log configuration, you can provide the configuration's name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to get.

" }, @@ -1270,7 +1299,8 @@ "name":"GetResponseHeadersPolicy2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/response-headers-policy/{Id}" + "requestUri":"/2020-05-31/response-headers-policy/{Id}", + "responseCode":200 }, "input":{"shape":"GetResponseHeadersPolicyRequest"}, "output":{"shape":"GetResponseHeadersPolicyResult"}, @@ -1284,7 +1314,8 @@ "name":"GetResponseHeadersPolicyConfig2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/response-headers-policy/{Id}/config" + "requestUri":"/2020-05-31/response-headers-policy/{Id}/config", + "responseCode":200 }, "input":{"shape":"GetResponseHeadersPolicyConfigRequest"}, "output":{"shape":"GetResponseHeadersPolicyConfigResult"}, @@ -1298,13 +1329,14 @@ "name":"GetStreamingDistribution2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/streaming-distribution/{Id}" + "requestUri":"/2020-05-31/streaming-distribution/{Id}", + "responseCode":200 }, "input":{"shape":"GetStreamingDistributionRequest"}, "output":{"shape":"GetStreamingDistributionResult"}, "errors":[ - {"shape":"NoSuchStreamingDistribution"}, - {"shape":"AccessDenied"} + {"shape":"AccessDenied"}, + {"shape":"NoSuchStreamingDistribution"} ], "documentation":"

Gets information about a specified RTMP distribution, including the distribution configuration.

" }, @@ -1312,13 +1344,14 @@ "name":"GetStreamingDistributionConfig2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/streaming-distribution/{Id}/config" + "requestUri":"/2020-05-31/streaming-distribution/{Id}/config", + "responseCode":200 }, "input":{"shape":"GetStreamingDistributionConfigRequest"}, "output":{"shape":"GetStreamingDistributionConfigResult"}, "errors":[ - {"shape":"NoSuchStreamingDistribution"}, - {"shape":"AccessDenied"} + {"shape":"AccessDenied"}, + {"shape":"NoSuchStreamingDistribution"} ], "documentation":"

Get the configuration information about a streaming distribution.

" }, @@ -1326,13 +1359,14 @@ "name":"ListCachePolicies2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/cache-policy" + "requestUri":"/2020-05-31/cache-policy", + "responseCode":200 }, "input":{"shape":"ListCachePoliciesRequest"}, "output":{"shape":"ListCachePoliciesResult"}, "errors":[ - {"shape":"AccessDenied"}, {"shape":"NoSuchCachePolicy"}, + {"shape":"AccessDenied"}, {"shape":"InvalidArgument"} ], "documentation":"

Gets a list of cache policies.

You can optionally apply a filter to return only the managed policies created by Amazon Web Services, or only the custom policies created in your Amazon Web Services account.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

" @@ -1341,7 +1375,8 @@ "name":"ListCloudFrontOriginAccessIdentities2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/origin-access-identity/cloudfront" + "requestUri":"/2020-05-31/origin-access-identity/cloudfront", + "responseCode":200 }, "input":{"shape":"ListCloudFrontOriginAccessIdentitiesRequest"}, "output":{"shape":"ListCloudFrontOriginAccessIdentitiesResult"}, @@ -1360,8 +1395,8 @@ "input":{"shape":"ListConflictingAliasesRequest"}, "output":{"shape":"ListConflictingAliasesResult"}, "errors":[ - {"shape":"InvalidArgument"}, - {"shape":"NoSuchDistribution"} + {"shape":"NoSuchDistribution"}, + {"shape":"InvalidArgument"} ], "documentation":"

Gets a list of aliases (also called CNAMEs or alternate domain names) that conflict or overlap with the provided alias, and the associated CloudFront distributions and Amazon Web Services accounts for each conflicting alias. In the returned list, the distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don't own.

Use this operation to find aliases that are in use in CloudFront that conflict or overlap with the provided alias. For example, if you provide www.example.com as input, the returned list can include www.example.com and the overlapping wildcard alternate domain name (*.example.com), if they exist. If you provide *.example.com as input, the returned list can include *.example.com and any alternate domain names covered by that wildcard (for example, www.example.com, test.example.com, dev.example.com, and so on), if they exist.

To list conflicting aliases, you provide the alias to search and the ID of a distribution in your account that has an attached SSL/TLS certificate that includes the provided alias. For more information, including how to set up the distribution and certificate, see Moving an alternate domain name to a different distribution in the Amazon CloudFront Developer Guide.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

" }, @@ -1369,13 +1404,14 @@ "name":"ListContinuousDeploymentPolicies2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/continuous-deployment-policy" + "requestUri":"/2020-05-31/continuous-deployment-policy", + "responseCode":200 }, "input":{"shape":"ListContinuousDeploymentPoliciesRequest"}, "output":{"shape":"ListContinuousDeploymentPoliciesResult"}, "errors":[ - {"shape":"InvalidArgument"}, {"shape":"AccessDenied"}, + {"shape":"InvalidArgument"}, {"shape":"NoSuchContinuousDeploymentPolicy"} ], "documentation":"

Gets a list of the continuous deployment policies in your Amazon Web Services account.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

" @@ -1384,7 +1420,8 @@ "name":"ListDistributions2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/distribution" + "requestUri":"/2020-05-31/distribution", + "responseCode":200 }, "input":{"shape":"ListDistributionsRequest"}, "output":{"shape":"ListDistributionsResult"}, @@ -1397,14 +1434,15 @@ "name":"ListDistributionsByCachePolicyId2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/distributionsByCachePolicyId/{CachePolicyId}" + "requestUri":"/2020-05-31/distributionsByCachePolicyId/{CachePolicyId}", + "responseCode":200 }, "input":{"shape":"ListDistributionsByCachePolicyIdRequest"}, "output":{"shape":"ListDistributionsByCachePolicyIdResult"}, "errors":[ {"shape":"NoSuchCachePolicy"}, - {"shape":"InvalidArgument"}, - {"shape":"AccessDenied"} + {"shape":"AccessDenied"}, + {"shape":"InvalidArgument"} ], "documentation":"

Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified cache policy.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

" }, @@ -1412,13 +1450,14 @@ "name":"ListDistributionsByKeyGroup2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/distributionsByKeyGroupId/{KeyGroupId}" + "requestUri":"/2020-05-31/distributionsByKeyGroupId/{KeyGroupId}", + "responseCode":200 }, "input":{"shape":"ListDistributionsByKeyGroupRequest"}, "output":{"shape":"ListDistributionsByKeyGroupResult"}, "errors":[ - {"shape":"NoSuchResource"}, - {"shape":"InvalidArgument"} + {"shape":"InvalidArgument"}, + {"shape":"NoSuchResource"} ], "documentation":"

Gets a list of distribution IDs for distributions that have a cache behavior that references the specified key group.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

" }, @@ -1426,14 +1465,15 @@ "name":"ListDistributionsByOriginRequestPolicyId2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/distributionsByOriginRequestPolicyId/{OriginRequestPolicyId}" + "requestUri":"/2020-05-31/distributionsByOriginRequestPolicyId/{OriginRequestPolicyId}", + "responseCode":200 }, "input":{"shape":"ListDistributionsByOriginRequestPolicyIdRequest"}, "output":{"shape":"ListDistributionsByOriginRequestPolicyIdResult"}, "errors":[ + {"shape":"AccessDenied"}, {"shape":"NoSuchOriginRequestPolicy"}, - {"shape":"InvalidArgument"}, - {"shape":"AccessDenied"} + {"shape":"InvalidArgument"} ], "documentation":"

Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified origin request policy.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

" }, @@ -1441,7 +1481,8 @@ "name":"ListDistributionsByRealtimeLogConfig2020_05_31", "http":{ "method":"POST", - "requestUri":"/2020-05-31/distributionsByRealtimeLogConfig/" + "requestUri":"/2020-05-31/distributionsByRealtimeLogConfig", + "responseCode":200 }, "input":{ "shape":"ListDistributionsByRealtimeLogConfigRequest", @@ -1458,14 +1499,15 @@ "name":"ListDistributionsByResponseHeadersPolicyId2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/distributionsByResponseHeadersPolicyId/{ResponseHeadersPolicyId}" + "requestUri":"/2020-05-31/distributionsByResponseHeadersPolicyId/{ResponseHeadersPolicyId}", + "responseCode":200 }, "input":{"shape":"ListDistributionsByResponseHeadersPolicyIdRequest"}, "output":{"shape":"ListDistributionsByResponseHeadersPolicyIdResult"}, "errors":[ + {"shape":"AccessDenied"}, {"shape":"NoSuchResponseHeadersPolicy"}, - {"shape":"InvalidArgument"}, - {"shape":"AccessDenied"} + {"shape":"InvalidArgument"} ], "documentation":"

Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified response headers policy.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

" }, @@ -1473,13 +1515,14 @@ "name":"ListDistributionsByWebACLId2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/distributionsByWebACLId/{WebACLId}" + "requestUri":"/2020-05-31/distributionsByWebACLId/{WebACLId}", + "responseCode":200 }, "input":{"shape":"ListDistributionsByWebACLIdRequest"}, "output":{"shape":"ListDistributionsByWebACLIdResult"}, "errors":[ - {"shape":"InvalidArgument"}, - {"shape":"InvalidWebACLId"} + {"shape":"InvalidWebACLId"}, + {"shape":"InvalidArgument"} ], "documentation":"

List the distributions that are associated with a specified WAF web ACL.

" }, @@ -1487,7 +1530,8 @@ "name":"ListFieldLevelEncryptionConfigs2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/field-level-encryption" + "requestUri":"/2020-05-31/field-level-encryption", + "responseCode":200 }, "input":{"shape":"ListFieldLevelEncryptionConfigsRequest"}, "output":{"shape":"ListFieldLevelEncryptionConfigsResult"}, @@ -1500,7 +1544,8 @@ "name":"ListFieldLevelEncryptionProfiles2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/field-level-encryption-profile" + "requestUri":"/2020-05-31/field-level-encryption-profile", + "responseCode":200 }, "input":{"shape":"ListFieldLevelEncryptionProfilesRequest"}, "output":{"shape":"ListFieldLevelEncryptionProfilesResult"}, @@ -1513,13 +1558,14 @@ "name":"ListFunctions2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/function" + "requestUri":"/2020-05-31/function", + "responseCode":200 }, "input":{"shape":"ListFunctionsRequest"}, "output":{"shape":"ListFunctionsResult"}, "errors":[ - {"shape":"InvalidArgument"}, - {"shape":"UnsupportedOperation"} + {"shape":"UnsupportedOperation"}, + {"shape":"InvalidArgument"} ], "documentation":"

Gets a list of all CloudFront functions in your Amazon Web Services account.

You can optionally apply a filter to return only the functions that are in the specified stage, either DEVELOPMENT or LIVE.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

" }, @@ -1527,14 +1573,15 @@ "name":"ListInvalidations2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/distribution/{DistributionId}/invalidation" + "requestUri":"/2020-05-31/distribution/{DistributionId}/invalidation", + "responseCode":200 }, "input":{"shape":"ListInvalidationsRequest"}, "output":{"shape":"ListInvalidationsResult"}, "errors":[ - {"shape":"InvalidArgument"}, {"shape":"NoSuchDistribution"}, - {"shape":"AccessDenied"} + {"shape":"AccessDenied"}, + {"shape":"InvalidArgument"} ], "documentation":"

Lists invalidation batches.

" }, @@ -1542,7 +1589,8 @@ "name":"ListKeyGroups2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/key-group" + "requestUri":"/2020-05-31/key-group", + "responseCode":200 }, "input":{"shape":"ListKeyGroupsRequest"}, "output":{"shape":"ListKeyGroupsResult"}, @@ -1555,14 +1603,15 @@ "name":"ListKeyValueStores2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/key-value-store" + "requestUri":"/2020-05-31/key-value-store", + "responseCode":200 }, "input":{"shape":"ListKeyValueStoresRequest"}, "output":{"shape":"ListKeyValueStoresResult"}, "errors":[ {"shape":"AccessDenied"}, - {"shape":"InvalidArgument"}, - {"shape":"UnsupportedOperation"} + {"shape":"UnsupportedOperation"}, + {"shape":"InvalidArgument"} ], "documentation":"

Specifies the key value stores to list.

" }, @@ -1570,20 +1619,22 @@ "name":"ListOriginAccessControls2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/origin-access-control" + "requestUri":"/2020-05-31/origin-access-control", + "responseCode":200 }, "input":{"shape":"ListOriginAccessControlsRequest"}, "output":{"shape":"ListOriginAccessControlsResult"}, "errors":[ {"shape":"InvalidArgument"} ], - "documentation":"

Gets the list of CloudFront origin access controls in this Amazon Web Services account.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send another request that specifies the NextMarker value from the current response as the Marker value in the next request.

" + "documentation":"

Gets the list of CloudFront origin access controls (OACs) in this Amazon Web Services account.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send another request that specifies the NextMarker value from the current response as the Marker value in the next request.

If you're not using origin access controls for your Amazon Web Services account, the ListOriginAccessControls operation doesn't return the Items element in the response.

" }, "ListOriginRequestPolicies":{ "name":"ListOriginRequestPolicies2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/origin-request-policy" + "requestUri":"/2020-05-31/origin-request-policy", + "responseCode":200 }, "input":{"shape":"ListOriginRequestPoliciesRequest"}, "output":{"shape":"ListOriginRequestPoliciesResult"}, @@ -1598,7 +1649,8 @@ "name":"ListPublicKeys2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/public-key" + "requestUri":"/2020-05-31/public-key", + "responseCode":200 }, "input":{"shape":"ListPublicKeysRequest"}, "output":{"shape":"ListPublicKeysResult"}, @@ -1611,13 +1663,14 @@ "name":"ListRealtimeLogConfigs2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/realtime-log-config" + "requestUri":"/2020-05-31/realtime-log-config", + "responseCode":200 }, "input":{"shape":"ListRealtimeLogConfigsRequest"}, "output":{"shape":"ListRealtimeLogConfigsResult"}, "errors":[ - {"shape":"InvalidArgument"}, {"shape":"AccessDenied"}, + {"shape":"InvalidArgument"}, {"shape":"NoSuchRealtimeLogConfig"} ], "documentation":"

Gets a list of real-time log configurations.

You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.

" @@ -1626,7 +1679,8 @@ "name":"ListResponseHeadersPolicies2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/response-headers-policy" + "requestUri":"/2020-05-31/response-headers-policy", + "responseCode":200 }, "input":{"shape":"ListResponseHeadersPoliciesRequest"}, "output":{"shape":"ListResponseHeadersPoliciesResult"}, @@ -1641,7 +1695,8 @@ "name":"ListStreamingDistributions2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/streaming-distribution" + "requestUri":"/2020-05-31/streaming-distribution", + "responseCode":200 }, "input":{"shape":"ListStreamingDistributionsRequest"}, "output":{"shape":"ListStreamingDistributionsResult"}, @@ -1654,14 +1709,15 @@ "name":"ListTagsForResource2020_05_31", "http":{ "method":"GET", - "requestUri":"/2020-05-31/tagging" + "requestUri":"/2020-05-31/tagging", + "responseCode":200 }, "input":{"shape":"ListTagsForResourceRequest"}, "output":{"shape":"ListTagsForResourceResult"}, "errors":[ {"shape":"AccessDenied"}, - {"shape":"InvalidArgument"}, {"shape":"InvalidTagging"}, + {"shape":"InvalidArgument"}, {"shape":"NoSuchResource"} ], "documentation":"

List tags for a CloudFront resource. For more information, see Tagging a distribution in the Amazon CloudFront Developer Guide.

" @@ -1670,16 +1726,17 @@ "name":"PublishFunction2020_05_31", "http":{ "method":"POST", - "requestUri":"/2020-05-31/function/{Name}/publish" + "requestUri":"/2020-05-31/function/{Name}/publish", + "responseCode":200 }, "input":{"shape":"PublishFunctionRequest"}, "output":{"shape":"PublishFunctionResult"}, "errors":[ + {"shape":"PreconditionFailed"}, + {"shape":"UnsupportedOperation"}, {"shape":"InvalidArgument"}, - {"shape":"InvalidIfMatchVersion"}, {"shape":"NoSuchFunctionExists"}, - {"shape":"PreconditionFailed"}, - {"shape":"UnsupportedOperation"} + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Publishes a CloudFront function by copying the function code from the DEVELOPMENT stage to LIVE. This automatically updates all cache behaviors that are using this function to use the newly published copy in the LIVE stage.

When a function is published to the LIVE stage, you can attach the function to a distribution's cache behavior, using the function's Amazon Resource Name (ARN).

To publish a function, you must provide the function's name and version (ETag value). To get these values, you can use ListFunctions and DescribeFunction.

" }, @@ -1693,8 +1750,8 @@ "input":{"shape":"TagResourceRequest"}, "errors":[ {"shape":"AccessDenied"}, - {"shape":"InvalidArgument"}, {"shape":"InvalidTagging"}, + {"shape":"InvalidArgument"}, {"shape":"NoSuchResource"} ], "documentation":"

Add tags to a CloudFront resource. For more information, see Tagging a distribution in the Amazon CloudFront Developer Guide.

" @@ -1703,7 +1760,8 @@ "name":"TestFunction2020_05_31", "http":{ "method":"POST", - "requestUri":"/2020-05-31/function/{Name}/test" + "requestUri":"/2020-05-31/function/{Name}/test", + "responseCode":200 }, "input":{ "shape":"TestFunctionRequest", @@ -1712,11 +1770,11 @@ }, "output":{"shape":"TestFunctionResult"}, "errors":[ + {"shape":"TestFunctionFailed"}, + {"shape":"UnsupportedOperation"}, {"shape":"InvalidArgument"}, - {"shape":"InvalidIfMatchVersion"}, {"shape":"NoSuchFunctionExists"}, - {"shape":"TestFunctionFailed"}, - {"shape":"UnsupportedOperation"} + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Tests a CloudFront function.

To test a function, you provide an event object that represents an HTTP request or response that your CloudFront distribution could receive in production. CloudFront runs the function, passing it the event object that you provided, and returns the function's result (the modified event object) in the response. The response also contains function logs and error messages, if any exist. For more information about testing functions, see Testing functions in the Amazon CloudFront Developer Guide.

To test a function, you provide the function's name and version (ETag value) along with the event object. To get the function's name and version, you can use ListFunctions and DescribeFunction.

" }, @@ -1730,8 +1788,8 @@ "input":{"shape":"UntagResourceRequest"}, "errors":[ {"shape":"AccessDenied"}, - {"shape":"InvalidArgument"}, {"shape":"InvalidTagging"}, + {"shape":"InvalidArgument"}, {"shape":"NoSuchResource"} ], "documentation":"

Remove tags from a CloudFront resource. For more information, see Tagging a distribution in the Amazon CloudFront Developer Guide.

" @@ -1740,22 +1798,23 @@ "name":"UpdateCachePolicy2020_05_31", "http":{ "method":"PUT", - "requestUri":"/2020-05-31/cache-policy/{Id}" + "requestUri":"/2020-05-31/cache-policy/{Id}", + "responseCode":200 }, "input":{"shape":"UpdateCachePolicyRequest"}, "output":{"shape":"UpdateCachePolicyResult"}, "errors":[ - {"shape":"AccessDenied"}, - {"shape":"IllegalUpdate"}, - {"shape":"InconsistentQuantities"}, - {"shape":"InvalidArgument"}, - {"shape":"InvalidIfMatchVersion"}, {"shape":"NoSuchCachePolicy"}, {"shape":"PreconditionFailed"}, - {"shape":"CachePolicyAlreadyExists"}, + {"shape":"AccessDenied"}, {"shape":"TooManyHeadersInCachePolicy"}, + {"shape":"CachePolicyAlreadyExists"}, {"shape":"TooManyCookiesInCachePolicy"}, - {"shape":"TooManyQueryStringsInCachePolicy"} + {"shape":"InconsistentQuantities"}, + {"shape":"InvalidArgument"}, + {"shape":"IllegalUpdate"}, + {"shape":"TooManyQueryStringsInCachePolicy"}, + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Updates a cache policy configuration.

When you update a cache policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update a cache policy configuration:

  1. Use GetCachePolicyConfig to get the current configuration.

  2. Locally modify the fields in the cache policy configuration that you want to update.

  3. Call UpdateCachePolicy by providing the entire cache policy configuration, including the fields that you modified and those that you didn't.

" }, @@ -1763,19 +1822,20 @@ "name":"UpdateCloudFrontOriginAccessIdentity2020_05_31", "http":{ "method":"PUT", - "requestUri":"/2020-05-31/origin-access-identity/cloudfront/{Id}/config" + "requestUri":"/2020-05-31/origin-access-identity/cloudfront/{Id}/config", + "responseCode":200 }, "input":{"shape":"UpdateCloudFrontOriginAccessIdentityRequest"}, "output":{"shape":"UpdateCloudFrontOriginAccessIdentityResult"}, "errors":[ + {"shape":"PreconditionFailed"}, {"shape":"AccessDenied"}, - {"shape":"IllegalUpdate"}, - {"shape":"InvalidIfMatchVersion"}, {"shape":"MissingBody"}, - {"shape":"NoSuchCloudFrontOriginAccessIdentity"}, - {"shape":"PreconditionFailed"}, + {"shape":"InconsistentQuantities"}, {"shape":"InvalidArgument"}, - {"shape":"InconsistentQuantities"} + {"shape":"IllegalUpdate"}, + {"shape":"InvalidIfMatchVersion"}, + {"shape":"NoSuchCloudFrontOriginAccessIdentity"} ], "documentation":"

Update an origin access identity.

" }, @@ -1783,18 +1843,19 @@ "name":"UpdateContinuousDeploymentPolicy2020_05_31", "http":{ "method":"PUT", - "requestUri":"/2020-05-31/continuous-deployment-policy/{Id}" + "requestUri":"/2020-05-31/continuous-deployment-policy/{Id}", + "responseCode":200 }, "input":{"shape":"UpdateContinuousDeploymentPolicyRequest"}, "output":{"shape":"UpdateContinuousDeploymentPolicyResult"}, "errors":[ - {"shape":"InvalidIfMatchVersion"}, - {"shape":"InvalidArgument"}, - {"shape":"AccessDenied"}, - {"shape":"InconsistentQuantities"}, {"shape":"PreconditionFailed"}, + {"shape":"AccessDenied"}, {"shape":"StagingDistributionInUse"}, - {"shape":"NoSuchContinuousDeploymentPolicy"} + {"shape":"InconsistentQuantities"}, + {"shape":"InvalidArgument"}, + {"shape":"NoSuchContinuousDeploymentPolicy"}, + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Updates a continuous deployment policy. You can update a continuous deployment policy to enable or disable it, to change the percentage of traffic that it sends to the staging distribution, or to change the staging distribution that it sends traffic to.

When you update a continuous deployment policy configuration, all the fields are updated with the values that are provided in the request. You cannot update some fields independent of others. To update a continuous deployment policy configuration:

  1. Use GetContinuousDeploymentPolicyConfig to get the current configuration.

  2. Locally modify the fields in the continuous deployment policy configuration that you want to update.

  3. Use UpdateContinuousDeploymentPolicy, providing the entire continuous deployment policy configuration, including the fields that you modified and those that you didn't.

" }, @@ -1802,150 +1863,152 @@ "name":"UpdateDistribution2020_05_31", "http":{ "method":"PUT", - "requestUri":"/2020-05-31/distribution/{Id}/config" + "requestUri":"/2020-05-31/distribution/{Id}/config", + "responseCode":200 }, "input":{"shape":"UpdateDistributionRequest"}, "output":{"shape":"UpdateDistributionResult"}, "errors":[ {"shape":"AccessDenied"}, - {"shape":"CNAMEAlreadyExists"}, - {"shape":"IllegalUpdate"}, - {"shape":"InvalidIfMatchVersion"}, - {"shape":"MissingBody"}, - {"shape":"NoSuchDistribution"}, - {"shape":"PreconditionFailed"}, - {"shape":"TooManyDistributionCNAMEs"}, + {"shape":"TooManyDistributionsAssociatedToOriginAccessControl"}, {"shape":"InvalidDefaultRootObject"}, - {"shape":"InvalidRelativePath"}, - {"shape":"InvalidErrorCode"}, - {"shape":"InvalidResponseCode"}, - {"shape":"InvalidArgument"}, - {"shape":"InvalidOriginAccessIdentity"}, - {"shape":"InvalidOriginAccessControl"}, + {"shape":"InvalidDomainNameForOriginAccessControl"}, + {"shape":"InvalidQueryStringParameters"}, {"shape":"TooManyTrustedSigners"}, - {"shape":"TrustedSignerDoesNotExist"}, - {"shape":"InvalidViewerCertificate"}, + {"shape":"TooManyCookieNamesInWhiteList"}, + {"shape":"NoSuchFieldLevelEncryptionConfig"}, + {"shape":"InvalidErrorCode"}, + {"shape":"IllegalOriginAccessConfiguration"}, + {"shape":"TooManyFunctionAssociations"}, + {"shape":"TooManyOriginCustomHeaders"}, + {"shape":"InvalidForwardCookies"}, {"shape":"InvalidMinimumProtocolVersion"}, + {"shape":"NoSuchCachePolicy"}, + {"shape":"TooManyKeyGroupsAssociatedToDistribution"}, + {"shape":"TooManyDistributionsAssociatedToCachePolicy"}, {"shape":"InvalidRequiredProtocol"}, - {"shape":"NoSuchOrigin"}, - {"shape":"TooManyOrigins"}, + {"shape":"TooManyDistributionsWithFunctionAssociations"}, {"shape":"TooManyOriginGroupsPerDistribution"}, - {"shape":"TooManyCacheBehaviors"}, - {"shape":"TooManyCookieNamesInWhiteList"}, - {"shape":"InvalidForwardCookies"}, - {"shape":"TooManyHeadersInForwardedValues"}, - {"shape":"InvalidHeadersForS3Origin"}, - {"shape":"InconsistentQuantities"}, - {"shape":"TooManyCertificates"}, - {"shape":"InvalidLocationCode"}, - {"shape":"InvalidGeoRestrictionParameter"}, {"shape":"InvalidTTLOrder"}, + {"shape":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"}, + {"shape":"InvalidOriginKeepaliveTimeout"}, + {"shape":"InvalidArgument"}, + {"shape":"InvalidOriginReadTimeout"}, + {"shape":"IllegalUpdate"}, + {"shape":"InvalidOriginAccessControl"}, + {"shape":"StagingDistributionInUse"}, + {"shape":"InvalidHeadersForS3Origin"}, + {"shape":"TrustedSignerDoesNotExist"}, {"shape":"InvalidWebACLId"}, - {"shape":"TooManyOriginCustomHeaders"}, - {"shape":"TooManyQueryStringParameters"}, - {"shape":"InvalidQueryStringParameters"}, - {"shape":"TooManyDistributionsWithLambdaAssociations"}, {"shape":"TooManyDistributionsWithSingleFunctionARN"}, + {"shape":"InvalidRelativePath"}, {"shape":"TooManyLambdaFunctionAssociations"}, - {"shape":"InvalidLambdaFunctionAssociation"}, - {"shape":"TooManyDistributionsWithFunctionAssociations"}, - {"shape":"TooManyFunctionAssociations"}, - {"shape":"InvalidFunctionAssociation"}, - {"shape":"InvalidOriginReadTimeout"}, - {"shape":"InvalidOriginKeepaliveTimeout"}, - {"shape":"NoSuchFieldLevelEncryptionConfig"}, - {"shape":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"}, - {"shape":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"}, - {"shape":"NoSuchCachePolicy"}, - {"shape":"TooManyDistributionsAssociatedToCachePolicy"}, - {"shape":"TooManyDistributionsAssociatedToOriginAccessControl"}, - {"shape":"NoSuchResponseHeadersPolicy"}, - {"shape":"TooManyDistributionsAssociatedToResponseHeadersPolicy"}, + {"shape":"NoSuchDistribution"}, {"shape":"NoSuchOriginRequestPolicy"}, + {"shape":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"}, + {"shape":"InconsistentQuantities"}, + {"shape":"InvalidLocationCode"}, + {"shape":"InvalidOriginAccessIdentity"}, + {"shape":"TooManyDistributionCNAMEs"}, + {"shape":"NoSuchContinuousDeploymentPolicy"}, + {"shape":"InvalidIfMatchVersion"}, {"shape":"TooManyDistributionsAssociatedToOriginRequestPolicy"}, - {"shape":"TooManyDistributionsAssociatedToKeyGroup"}, - {"shape":"TooManyKeyGroupsAssociatedToDistribution"}, - {"shape":"TrustedKeyGroupDoesNotExist"}, - {"shape":"NoSuchRealtimeLogConfig"}, + {"shape":"TooManyQueryStringParameters"}, {"shape":"RealtimeLogConfigOwnerMismatch"}, + {"shape":"PreconditionFailed"}, {"shape":"ContinuousDeploymentPolicyInUse"}, - {"shape":"NoSuchContinuousDeploymentPolicy"}, - {"shape":"StagingDistributionInUse"}, - {"shape":"IllegalOriginAccessConfiguration"}, - {"shape":"InvalidDomainNameForOriginAccessControl"} + {"shape":"MissingBody"}, + {"shape":"TooManyHeadersInForwardedValues"}, + {"shape":"InvalidLambdaFunctionAssociation"}, + {"shape":"CNAMEAlreadyExists"}, + {"shape":"TooManyCertificates"}, + {"shape":"TrustedKeyGroupDoesNotExist"}, + {"shape":"TooManyDistributionsAssociatedToResponseHeadersPolicy"}, + {"shape":"NoSuchResponseHeadersPolicy"}, + {"shape":"NoSuchRealtimeLogConfig"}, + {"shape":"InvalidResponseCode"}, + {"shape":"InvalidGeoRestrictionParameter"}, + {"shape":"TooManyOrigins"}, + {"shape":"InvalidViewerCertificate"}, + {"shape":"InvalidFunctionAssociation"}, + {"shape":"TooManyDistributionsWithLambdaAssociations"}, + {"shape":"TooManyDistributionsAssociatedToKeyGroup"}, + {"shape":"NoSuchOrigin"}, + {"shape":"TooManyCacheBehaviors"} ], - "documentation":"

Updates the configuration for a CloudFront distribution.

The update process includes getting the current distribution configuration, updating it to make your changes, and then submitting an UpdateDistribution request to make the updates.

To update a web distribution using the CloudFront API

  1. Use GetDistributionConfig to get the current configuration, including the version identifier (ETag).

  2. Update the distribution configuration that was returned in the response. Note the following important requirements and restrictions:

    • You must rename the ETag field to IfMatch, leaving the value unchanged. (Set the value of IfMatch to the value of ETag, then remove the ETag field.)

    • You can't change the value of CallerReference.

  3. Submit an UpdateDistribution request, providing the distribution configuration. The new configuration replaces the existing configuration. The values that you specify in an UpdateDistribution request are not merged into your existing configuration. Make sure to include all fields: the ones that you modified and also the ones that you didn't.

" + "documentation":"

Updates the configuration for a CloudFront distribution.

The update process includes getting the current distribution configuration, updating it to make your changes, and then submitting an UpdateDistribution request to make the updates.

To update a web distribution using the CloudFront API

  1. Use GetDistributionConfig to get the current configuration, including the version identifier (ETag).

  2. Update the distribution configuration that was returned in the response. Note the following important requirements and restrictions:

    • You must copy the ETag field value from the response. (You'll use it for the IfMatch parameter in your request.) Then, remove the ETag field from the distribution configuration.

    • You can't change the value of CallerReference.

  3. Submit an UpdateDistribution request, providing the updated distribution configuration. The new configuration replaces the existing configuration. The values that you specify in an UpdateDistribution request are not merged into your existing configuration. Make sure to include all fields: the ones that you modified and also the ones that you didn't.

" }, "UpdateDistributionWithStagingConfig":{ "name":"UpdateDistributionWithStagingConfig2020_05_31", "http":{ "method":"PUT", - "requestUri":"/2020-05-31/distribution/{Id}/promote-staging-config" + "requestUri":"/2020-05-31/distribution/{Id}/promote-staging-config", + "responseCode":200 }, "input":{"shape":"UpdateDistributionWithStagingConfigRequest"}, "output":{"shape":"UpdateDistributionWithStagingConfigResult"}, "errors":[ {"shape":"AccessDenied"}, - {"shape":"CNAMEAlreadyExists"}, - {"shape":"IllegalUpdate"}, - {"shape":"InvalidIfMatchVersion"}, - {"shape":"MissingBody"}, - {"shape":"NoSuchDistribution"}, - {"shape":"PreconditionFailed"}, - {"shape":"TooManyDistributionCNAMEs"}, + {"shape":"TooManyDistributionsAssociatedToOriginAccessControl"}, {"shape":"InvalidDefaultRootObject"}, - {"shape":"InvalidRelativePath"}, - {"shape":"InvalidErrorCode"}, - {"shape":"InvalidResponseCode"}, - {"shape":"InvalidArgument"}, - {"shape":"InvalidOriginAccessIdentity"}, - {"shape":"InvalidOriginAccessControl"}, + {"shape":"InvalidQueryStringParameters"}, {"shape":"TooManyTrustedSigners"}, - {"shape":"TrustedSignerDoesNotExist"}, - {"shape":"InvalidViewerCertificate"}, + {"shape":"TooManyCookieNamesInWhiteList"}, + {"shape":"NoSuchFieldLevelEncryptionConfig"}, + {"shape":"InvalidErrorCode"}, + {"shape":"TooManyFunctionAssociations"}, + {"shape":"TooManyOriginCustomHeaders"}, + {"shape":"InvalidForwardCookies"}, {"shape":"InvalidMinimumProtocolVersion"}, + {"shape":"NoSuchCachePolicy"}, + {"shape":"TooManyKeyGroupsAssociatedToDistribution"}, + {"shape":"TooManyDistributionsAssociatedToCachePolicy"}, {"shape":"InvalidRequiredProtocol"}, - {"shape":"NoSuchOrigin"}, - {"shape":"TooManyOrigins"}, + {"shape":"TooManyDistributionsWithFunctionAssociations"}, {"shape":"TooManyOriginGroupsPerDistribution"}, - {"shape":"TooManyCacheBehaviors"}, - {"shape":"TooManyCookieNamesInWhiteList"}, - {"shape":"InvalidForwardCookies"}, - {"shape":"TooManyHeadersInForwardedValues"}, - {"shape":"InvalidHeadersForS3Origin"}, - {"shape":"InconsistentQuantities"}, - {"shape":"TooManyCertificates"}, - {"shape":"InvalidLocationCode"}, - {"shape":"InvalidGeoRestrictionParameter"}, {"shape":"InvalidTTLOrder"}, + {"shape":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"}, + {"shape":"InvalidOriginKeepaliveTimeout"}, + {"shape":"InvalidArgument"}, + {"shape":"InvalidOriginReadTimeout"}, + {"shape":"IllegalUpdate"}, + {"shape":"InvalidOriginAccessControl"}, + {"shape":"InvalidHeadersForS3Origin"}, + {"shape":"TrustedSignerDoesNotExist"}, {"shape":"InvalidWebACLId"}, - {"shape":"TooManyOriginCustomHeaders"}, - {"shape":"TooManyQueryStringParameters"}, - {"shape":"InvalidQueryStringParameters"}, - {"shape":"TooManyDistributionsWithLambdaAssociations"}, {"shape":"TooManyDistributionsWithSingleFunctionARN"}, + {"shape":"InvalidRelativePath"}, {"shape":"TooManyLambdaFunctionAssociations"}, - {"shape":"InvalidLambdaFunctionAssociation"}, - {"shape":"TooManyDistributionsWithFunctionAssociations"}, - {"shape":"TooManyFunctionAssociations"}, - {"shape":"InvalidFunctionAssociation"}, - {"shape":"InvalidOriginReadTimeout"}, - {"shape":"InvalidOriginKeepaliveTimeout"}, - {"shape":"NoSuchFieldLevelEncryptionConfig"}, - {"shape":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"}, - {"shape":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"}, - {"shape":"NoSuchCachePolicy"}, - {"shape":"TooManyDistributionsAssociatedToCachePolicy"}, - {"shape":"TooManyDistributionsAssociatedToOriginAccessControl"}, - {"shape":"NoSuchResponseHeadersPolicy"}, - {"shape":"TooManyDistributionsAssociatedToResponseHeadersPolicy"}, + {"shape":"NoSuchDistribution"}, {"shape":"NoSuchOriginRequestPolicy"}, + {"shape":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"}, + {"shape":"InconsistentQuantities"}, + {"shape":"InvalidLocationCode"}, + {"shape":"InvalidOriginAccessIdentity"}, + {"shape":"TooManyDistributionCNAMEs"}, + {"shape":"InvalidIfMatchVersion"}, {"shape":"TooManyDistributionsAssociatedToOriginRequestPolicy"}, - {"shape":"TooManyDistributionsAssociatedToKeyGroup"}, - {"shape":"TooManyKeyGroupsAssociatedToDistribution"}, + {"shape":"TooManyQueryStringParameters"}, + {"shape":"RealtimeLogConfigOwnerMismatch"}, + {"shape":"PreconditionFailed"}, + {"shape":"MissingBody"}, + {"shape":"TooManyHeadersInForwardedValues"}, + {"shape":"InvalidLambdaFunctionAssociation"}, + {"shape":"CNAMEAlreadyExists"}, + {"shape":"TooManyCertificates"}, {"shape":"TrustedKeyGroupDoesNotExist"}, + {"shape":"TooManyDistributionsAssociatedToResponseHeadersPolicy"}, + {"shape":"NoSuchResponseHeadersPolicy"}, {"shape":"NoSuchRealtimeLogConfig"}, - {"shape":"RealtimeLogConfigOwnerMismatch"} + {"shape":"InvalidResponseCode"}, + {"shape":"InvalidGeoRestrictionParameter"}, + {"shape":"TooManyOrigins"}, + {"shape":"InvalidViewerCertificate"}, + {"shape":"InvalidFunctionAssociation"}, + {"shape":"TooManyDistributionsWithLambdaAssociations"}, + {"shape":"TooManyDistributionsAssociatedToKeyGroup"}, + {"shape":"NoSuchOrigin"}, + {"shape":"TooManyCacheBehaviors"} ], "documentation":"

Copies the staging distribution's configuration to its corresponding primary distribution. The primary distribution retains its Aliases (also known as alternate domain names or CNAMEs) and ContinuousDeploymentPolicyId value, but otherwise its configuration is overwritten to match the staging distribution.

You can use this operation in a continuous deployment workflow after you have tested configuration changes on the staging distribution. After using a continuous deployment policy to move a portion of your domain name's traffic to the staging distribution and verifying that it works as intended, you can use this operation to copy the staging distribution's configuration to the primary distribution. This action will disable the continuous deployment policy and move your domain's traffic back to the primary distribution.

This API operation requires the following IAM permissions:

" }, @@ -1953,22 +2016,23 @@ "name":"UpdateFieldLevelEncryptionConfig2020_05_31", "http":{ "method":"PUT", - "requestUri":"/2020-05-31/field-level-encryption/{Id}/config" + "requestUri":"/2020-05-31/field-level-encryption/{Id}/config", + "responseCode":200 }, "input":{"shape":"UpdateFieldLevelEncryptionConfigRequest"}, "output":{"shape":"UpdateFieldLevelEncryptionConfigResult"}, "errors":[ - {"shape":"AccessDenied"}, - {"shape":"IllegalUpdate"}, - {"shape":"InconsistentQuantities"}, - {"shape":"InvalidArgument"}, - {"shape":"InvalidIfMatchVersion"}, - {"shape":"NoSuchFieldLevelEncryptionProfile"}, - {"shape":"NoSuchFieldLevelEncryptionConfig"}, + {"shape":"QueryArgProfileEmpty"}, {"shape":"PreconditionFailed"}, + {"shape":"AccessDenied"}, {"shape":"TooManyFieldLevelEncryptionQueryArgProfiles"}, + {"shape":"NoSuchFieldLevelEncryptionConfig"}, {"shape":"TooManyFieldLevelEncryptionContentTypeProfiles"}, - {"shape":"QueryArgProfileEmpty"} + {"shape":"InconsistentQuantities"}, + {"shape":"NoSuchFieldLevelEncryptionProfile"}, + {"shape":"InvalidArgument"}, + {"shape":"IllegalUpdate"}, + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Update a field-level encryption configuration.

" }, @@ -1976,23 +2040,24 @@ "name":"UpdateFieldLevelEncryptionProfile2020_05_31", "http":{ "method":"PUT", - "requestUri":"/2020-05-31/field-level-encryption-profile/{Id}/config" + "requestUri":"/2020-05-31/field-level-encryption-profile/{Id}/config", + "responseCode":200 }, "input":{"shape":"UpdateFieldLevelEncryptionProfileRequest"}, "output":{"shape":"UpdateFieldLevelEncryptionProfileResult"}, "errors":[ + {"shape":"PreconditionFailed"}, + {"shape":"TooManyFieldLevelEncryptionFieldPatterns"}, {"shape":"AccessDenied"}, {"shape":"FieldLevelEncryptionProfileAlreadyExists"}, - {"shape":"IllegalUpdate"}, - {"shape":"InconsistentQuantities"}, - {"shape":"InvalidArgument"}, - {"shape":"InvalidIfMatchVersion"}, {"shape":"NoSuchPublicKey"}, - {"shape":"NoSuchFieldLevelEncryptionProfile"}, - {"shape":"PreconditionFailed"}, {"shape":"FieldLevelEncryptionProfileSizeExceeded"}, + {"shape":"InconsistentQuantities"}, + {"shape":"NoSuchFieldLevelEncryptionProfile"}, {"shape":"TooManyFieldLevelEncryptionEncryptionEntities"}, - {"shape":"TooManyFieldLevelEncryptionFieldPatterns"} + {"shape":"InvalidArgument"}, + {"shape":"IllegalUpdate"}, + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Update a field-level encryption profile.

" }, @@ -2000,7 +2065,8 @@ "name":"UpdateFunction2020_05_31", "http":{ "method":"PUT", - "requestUri":"/2020-05-31/function/{Name}" + "requestUri":"/2020-05-31/function/{Name}", + "responseCode":200 }, "input":{ "shape":"UpdateFunctionRequest", @@ -2009,12 +2075,12 @@ }, "output":{"shape":"UpdateFunctionResult"}, "errors":[ - {"shape":"InvalidArgument"}, - {"shape":"InvalidIfMatchVersion"}, - {"shape":"NoSuchFunctionExists"}, {"shape":"PreconditionFailed"}, + {"shape":"UnsupportedOperation"}, {"shape":"FunctionSizeLimitExceeded"}, - {"shape":"UnsupportedOperation"} + {"shape":"InvalidArgument"}, + {"shape":"NoSuchFunctionExists"}, + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Updates a CloudFront function.

You can update a function's code or the comment that describes the function. You cannot update a function's name.

To update a function, you provide the function's name and version (ETag value) along with the updated function code. To get the name and version, you can use ListFunctions and DescribeFunction.

" }, @@ -2022,17 +2088,18 @@ "name":"UpdateKeyGroup2020_05_31", "http":{ "method":"PUT", - "requestUri":"/2020-05-31/key-group/{Id}" + "requestUri":"/2020-05-31/key-group/{Id}", + "responseCode":200 }, "input":{"shape":"UpdateKeyGroupRequest"}, "output":{"shape":"UpdateKeyGroupResult"}, "errors":[ - {"shape":"InvalidIfMatchVersion"}, - {"shape":"NoSuchResource"}, {"shape":"PreconditionFailed"}, - {"shape":"KeyGroupAlreadyExists"}, + {"shape":"TooManyPublicKeysInKeyGroup"}, {"shape":"InvalidArgument"}, - {"shape":"TooManyPublicKeysInKeyGroup"} + {"shape":"NoSuchResource"}, + {"shape":"InvalidIfMatchVersion"}, + {"shape":"KeyGroupAlreadyExists"} ], "documentation":"

Updates a key group.

When you update a key group, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update a key group:

  1. Get the current key group with GetKeyGroup or GetKeyGroupConfig.

  2. Locally modify the fields in the key group that you want to update. For example, add or remove public key IDs.

  3. Call UpdateKeyGroup with the entire key group object, including the fields that you modified and those that you didn't.

" }, @@ -2040,7 +2107,8 @@ "name":"UpdateKeyValueStore2020_05_31", "http":{ "method":"PUT", - "requestUri":"/2020-05-31/key-value-store/{Name}" + "requestUri":"/2020-05-31/key-value-store/{Name}", + "responseCode":200 }, "input":{ "shape":"UpdateKeyValueStoreRequest", @@ -2049,12 +2117,12 @@ }, "output":{"shape":"UpdateKeyValueStoreResult"}, "errors":[ + {"shape":"PreconditionFailed"}, + {"shape":"EntityNotFound"}, {"shape":"AccessDenied"}, + {"shape":"UnsupportedOperation"}, {"shape":"InvalidArgument"}, - {"shape":"EntityNotFound"}, - {"shape":"InvalidIfMatchVersion"}, - {"shape":"PreconditionFailed"}, - {"shape":"UnsupportedOperation"} + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Specifies the key value store to update.

", "idempotent":true @@ -2063,18 +2131,19 @@ "name":"UpdateOriginAccessControl2020_05_31", "http":{ "method":"PUT", - "requestUri":"/2020-05-31/origin-access-control/{Id}/config" + "requestUri":"/2020-05-31/origin-access-control/{Id}/config", + "responseCode":200 }, "input":{"shape":"UpdateOriginAccessControlRequest"}, "output":{"shape":"UpdateOriginAccessControlResult"}, "errors":[ - {"shape":"AccessDenied"}, - {"shape":"IllegalUpdate"}, - {"shape":"InvalidIfMatchVersion"}, + {"shape":"PreconditionFailed"}, {"shape":"OriginAccessControlAlreadyExists"}, + {"shape":"AccessDenied"}, {"shape":"NoSuchOriginAccessControl"}, - {"shape":"PreconditionFailed"}, - {"shape":"InvalidArgument"} + {"shape":"InvalidArgument"}, + {"shape":"IllegalUpdate"}, + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Updates a CloudFront origin access control.

" }, @@ -2082,22 +2151,23 @@ "name":"UpdateOriginRequestPolicy2020_05_31", "http":{ "method":"PUT", - "requestUri":"/2020-05-31/origin-request-policy/{Id}" + "requestUri":"/2020-05-31/origin-request-policy/{Id}", + "responseCode":200 }, "input":{"shape":"UpdateOriginRequestPolicyRequest"}, "output":{"shape":"UpdateOriginRequestPolicyResult"}, "errors":[ - {"shape":"AccessDenied"}, - {"shape":"IllegalUpdate"}, - {"shape":"InconsistentQuantities"}, - {"shape":"InvalidArgument"}, - {"shape":"InvalidIfMatchVersion"}, - {"shape":"NoSuchOriginRequestPolicy"}, {"shape":"PreconditionFailed"}, - {"shape":"OriginRequestPolicyAlreadyExists"}, + {"shape":"AccessDenied"}, {"shape":"TooManyHeadersInOriginRequestPolicy"}, + {"shape":"NoSuchOriginRequestPolicy"}, {"shape":"TooManyCookiesInOriginRequestPolicy"}, - {"shape":"TooManyQueryStringsInOriginRequestPolicy"} + {"shape":"InconsistentQuantities"}, + {"shape":"OriginRequestPolicyAlreadyExists"}, + {"shape":"TooManyQueryStringsInOriginRequestPolicy"}, + {"shape":"InvalidArgument"}, + {"shape":"IllegalUpdate"}, + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Updates an origin request policy configuration.

When you update an origin request policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update an origin request policy configuration:

  1. Use GetOriginRequestPolicyConfig to get the current configuration.

  2. Locally modify the fields in the origin request policy configuration that you want to update.

  3. Call UpdateOriginRequestPolicy by providing the entire origin request policy configuration, including the fields that you modified and those that you didn't.

" }, @@ -2105,18 +2175,19 @@ "name":"UpdatePublicKey2020_05_31", "http":{ "method":"PUT", - "requestUri":"/2020-05-31/public-key/{Id}/config" + "requestUri":"/2020-05-31/public-key/{Id}/config", + "responseCode":200 }, "input":{"shape":"UpdatePublicKeyRequest"}, "output":{"shape":"UpdatePublicKeyResult"}, "errors":[ + {"shape":"PreconditionFailed"}, {"shape":"AccessDenied"}, + {"shape":"NoSuchPublicKey"}, {"shape":"CannotChangeImmutablePublicKeyFields"}, {"shape":"InvalidArgument"}, - {"shape":"InvalidIfMatchVersion"}, {"shape":"IllegalUpdate"}, - {"shape":"NoSuchPublicKey"}, - {"shape":"PreconditionFailed"} + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Update public key information. Note that the only value you can change is the comment.

" }, @@ -2124,7 +2195,8 @@ "name":"UpdateRealtimeLogConfig2020_05_31", "http":{ "method":"PUT", - "requestUri":"/2020-05-31/realtime-log-config/" + "requestUri":"/2020-05-31/realtime-log-config", + "responseCode":200 }, "input":{ "shape":"UpdateRealtimeLogConfigRequest", @@ -2133,9 +2205,9 @@ }, "output":{"shape":"UpdateRealtimeLogConfigResult"}, "errors":[ - {"shape":"NoSuchRealtimeLogConfig"}, + {"shape":"AccessDenied"}, {"shape":"InvalidArgument"}, - {"shape":"AccessDenied"} + {"shape":"NoSuchRealtimeLogConfig"} ], "documentation":"

Updates a real-time log configuration.

When you update a real-time log configuration, all the parameters are updated with the values provided in the request. You cannot update some parameters independent of others. To update a real-time log configuration:

  1. Call GetRealtimeLogConfig to get the current real-time log configuration.

  2. Locally modify the parameters in the real-time log configuration that you want to update.

  3. Call this API (UpdateRealtimeLogConfig) by providing the entire real-time log configuration, including the parameters that you modified and those that you didn't.

You cannot update a real-time log configuration's Name or ARN.

" }, @@ -2143,22 +2215,23 @@ "name":"UpdateResponseHeadersPolicy2020_05_31", "http":{ "method":"PUT", - "requestUri":"/2020-05-31/response-headers-policy/{Id}" + "requestUri":"/2020-05-31/response-headers-policy/{Id}", + "responseCode":200 }, "input":{"shape":"UpdateResponseHeadersPolicyRequest"}, "output":{"shape":"UpdateResponseHeadersPolicyResult"}, "errors":[ - {"shape":"AccessDenied"}, - {"shape":"IllegalUpdate"}, - {"shape":"InconsistentQuantities"}, - {"shape":"InvalidArgument"}, - {"shape":"InvalidIfMatchVersion"}, - {"shape":"NoSuchResponseHeadersPolicy"}, {"shape":"PreconditionFailed"}, - {"shape":"ResponseHeadersPolicyAlreadyExists"}, + {"shape":"AccessDenied"}, {"shape":"TooManyCustomHeadersInResponseHeadersPolicy"}, + {"shape":"ResponseHeadersPolicyAlreadyExists"}, + {"shape":"InconsistentQuantities"}, {"shape":"TooLongCSPInResponseHeadersPolicy"}, - {"shape":"TooManyRemoveHeadersInResponseHeadersPolicy"} + {"shape":"NoSuchResponseHeadersPolicy"}, + {"shape":"InvalidArgument"}, + {"shape":"TooManyRemoveHeadersInResponseHeadersPolicy"}, + {"shape":"IllegalUpdate"}, + {"shape":"InvalidIfMatchVersion"} ], "documentation":"

Updates a response headers policy.

When you update a response headers policy, the entire policy is replaced. You cannot update some policy fields independent of others. To update a response headers policy configuration:

  1. Use GetResponseHeadersPolicyConfig to get the current policy's configuration.

  2. Modify the fields in the response headers policy configuration that you want to update.

  3. Call UpdateResponseHeadersPolicy, providing the entire response headers policy configuration, including the fields that you modified and those that you didn't.

" }, @@ -2166,25 +2239,26 @@ "name":"UpdateStreamingDistribution2020_05_31", "http":{ "method":"PUT", - "requestUri":"/2020-05-31/streaming-distribution/{Id}/config" + "requestUri":"/2020-05-31/streaming-distribution/{Id}/config", + "responseCode":200 }, "input":{"shape":"UpdateStreamingDistributionRequest"}, "output":{"shape":"UpdateStreamingDistributionResult"}, "errors":[ {"shape":"AccessDenied"}, - {"shape":"CNAMEAlreadyExists"}, + {"shape":"InconsistentQuantities"}, + {"shape":"InvalidOriginAccessIdentity"}, + {"shape":"InvalidArgument"}, {"shape":"IllegalUpdate"}, + {"shape":"TooManyTrustedSigners"}, + {"shape":"InvalidOriginAccessControl"}, {"shape":"InvalidIfMatchVersion"}, - {"shape":"MissingBody"}, - {"shape":"NoSuchStreamingDistribution"}, {"shape":"PreconditionFailed"}, + {"shape":"MissingBody"}, {"shape":"TooManyStreamingDistributionCNAMEs"}, - {"shape":"InvalidArgument"}, - {"shape":"InvalidOriginAccessIdentity"}, - {"shape":"InvalidOriginAccessControl"}, - {"shape":"TooManyTrustedSigners"}, {"shape":"TrustedSignerDoesNotExist"}, - {"shape":"InconsistentQuantities"} + {"shape":"CNAMEAlreadyExists"}, + {"shape":"NoSuchStreamingDistribution"} ], "documentation":"

Update a streaming distribution.

" } @@ -2224,7 +2298,10 @@ "Message":{"shape":"string"} }, "documentation":"

Access denied.

", - "error":{"httpStatusCode":403}, + "error":{ + "httpStatusCode":403, + "senderFault":true + }, "exception":true }, "ActiveTrustedKeyGroups":{ @@ -2367,7 +2444,10 @@ "Message":{"shape":"string"} }, "documentation":"

Invalidation batch specified is too large.

", - "error":{"httpStatusCode":413}, + "error":{ + "httpStatusCode":413, + "senderFault":true + }, "exception":true }, "CNAMEAlreadyExists":{ @@ -2376,7 +2456,10 @@ "Message":{"shape":"string"} }, "documentation":"

The CNAME specified is already defined for CloudFront.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "CacheBehavior":{ @@ -2518,7 +2601,10 @@ "Message":{"shape":"string"} }, "documentation":"

A cache policy with this name already exists. You must provide a unique name. To modify an existing cache policy, use UpdateCachePolicy.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "CachePolicyConfig":{ @@ -2601,7 +2687,10 @@ "Message":{"shape":"string"} }, "documentation":"

Cannot delete the cache policy because it is attached to one or more cache behaviors.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "CachePolicyList":{ @@ -2710,7 +2799,10 @@ "Message":{"shape":"string"} }, "documentation":"

You can't change the value of a public key.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "CannotDeleteEntityWhileInUse":{ @@ -2719,7 +2811,10 @@ "Message":{"shape":"string"} }, "documentation":"

The key value store entity cannot be deleted while it is in use.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "CertificateSource":{ @@ -2758,7 +2853,10 @@ "Message":{"shape":"string"} }, "documentation":"

If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "CloudFrontOriginAccessIdentityConfig":{ @@ -2785,7 +2883,10 @@ "Message":{"shape":"string"} }, "documentation":"

The Origin Access Identity specified is already in use.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "CloudFrontOriginAccessIdentityList":{ @@ -2990,7 +3091,10 @@ "Message":{"shape":"string"} }, "documentation":"

A continuous deployment policy with this configuration already exists.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "ContinuousDeploymentPolicyConfig":{ @@ -3021,7 +3125,10 @@ "Message":{"shape":"string"} }, "documentation":"

You cannot delete a continuous deployment policy that is associated with a primary distribution.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "ContinuousDeploymentPolicyList":{ @@ -3609,8 +3716,8 @@ "CreateMonitoringSubscriptionRequest":{ "type":"structure", "required":[ - "MonitoringSubscription", - "DistributionId" + "DistributionId", + "MonitoringSubscription" ], "members":{ "DistributionId":{ @@ -4179,8 +4286,8 @@ "DeleteFunctionRequest":{ "type":"structure", "required":[ - "IfMatch", - "Name" + "Name", + "IfMatch" ], "members":{ "Name":{ @@ -4218,8 +4325,8 @@ "DeleteKeyValueStoreRequest":{ "type":"structure", "required":[ - "IfMatch", - "Name" + "Name", + "IfMatch" ], "members":{ "Name":{ @@ -4480,7 +4587,10 @@ "Message":{"shape":"string"} }, "documentation":"

The caller reference you attempted to create the distribution with is associated with another distribution.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "DistributionConfig":{ @@ -4675,7 +4785,10 @@ "Message":{"shape":"string"} }, "documentation":"

The specified CloudFront distribution is not disabled. You must disable the distribution before you can delete it.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "DistributionSummary":{ @@ -4866,7 +4979,10 @@ "Message":{"shape":"string"} }, "documentation":"

The key value store entity already exists. You must provide a unique key value store entity.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "EntityLimitExceeded":{ @@ -4875,7 +4991,10 @@ "Message":{"shape":"string"} }, "documentation":"

The key value store entity limit has been exceeded.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "EntityNotFound":{ @@ -4884,7 +5003,10 @@ "Message":{"shape":"string"} }, "documentation":"

The key value store entity was not found.

", - "error":{"httpStatusCode":404}, + "error":{ + "httpStatusCode":404, + "senderFault":true + }, "exception":true }, "EntitySizeLimitExceeded":{ @@ -4893,7 +5015,10 @@ "Message":{"shape":"string"} }, "documentation":"

The key value store entity size limit was exceeded.

", - "error":{"httpStatusCode":413}, + "error":{ + "httpStatusCode":413, + "senderFault":true + }, "exception":true }, "EventType":{ @@ -4957,7 +5082,10 @@ "Message":{"shape":"string"} }, "documentation":"

The specified configuration for field-level encryption already exists.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "FieldLevelEncryptionConfigInUse":{ @@ -4966,7 +5094,10 @@ "Message":{"shape":"string"} }, "documentation":"

The specified configuration for field-level encryption is in use.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "FieldLevelEncryptionList":{ @@ -5024,7 +5155,10 @@ "Message":{"shape":"string"} }, "documentation":"

The specified profile for field-level encryption already exists.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "FieldLevelEncryptionProfileConfig":{ @@ -5060,7 +5194,10 @@ "Message":{"shape":"string"} }, "documentation":"

The specified profile for field-level encryption is in use.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "FieldLevelEncryptionProfileList":{ @@ -5095,7 +5232,10 @@ "Message":{"shape":"string"} }, "documentation":"

The maximum size of a profile for field-level encryption was exceeded.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "FieldLevelEncryptionProfileSummary":{ @@ -5243,7 +5383,8 @@ "FunctionARN":{ "type":"string", "max":108, - "pattern":"arn:aws:cloudfront::[0-9]{12}:function\\/[a-zA-Z0-9-_]{1,64}$" + "min":0, + "pattern":"arn:aws:cloudfront::[0-9]{12}:function\\/[a-zA-Z0-9-_]{1,64}" }, "FunctionAlreadyExists":{ "type":"structure", @@ -5251,7 +5392,10 @@ "Message":{"shape":"string"} }, "documentation":"

A function with the same name already exists in this Amazon Web Services account. To create a function, you must provide a unique name. To update an existing function, use UpdateFunction.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "FunctionAssociation":{ @@ -5325,6 +5469,7 @@ "FunctionEventObject":{ "type":"blob", "max":40960, + "min":0, "sensitive":true }, "FunctionExecutionLogList":{ @@ -5338,7 +5483,10 @@ "Message":{"shape":"string"} }, "documentation":"

Cannot delete the function because it's attached to one or more cache behaviors.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "FunctionList":{ @@ -5397,7 +5545,7 @@ "type":"string", "max":64, "min":1, - "pattern":"^[a-zA-Z0-9-_]{1,64}$" + "pattern":"[a-zA-Z0-9-_]{1,64}" }, "FunctionRuntime":{ "type":"string", @@ -5412,7 +5560,10 @@ "Message":{"shape":"string"} }, "documentation":"

The function is too large. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":413}, + "error":{ + "httpStatusCode":413, + "senderFault":true + }, "exception":true }, "FunctionStage":{ @@ -6329,7 +6480,10 @@ "Message":{"shape":"string"} }, "documentation":"

You cannot delete a managed policy.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior":{ @@ -6338,7 +6492,10 @@ "Message":{"shape":"string"} }, "documentation":"

The specified configuration for field-level encryption can't be associated with the specified cache behavior.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "IllegalOriginAccessConfiguration":{ @@ -6347,7 +6504,10 @@ "Message":{"shape":"string"} }, "documentation":"

An origin cannot contain both an origin access control (OAC) and an origin access identity (OAI).

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "IllegalUpdate":{ @@ -6356,7 +6516,10 @@ "Message":{"shape":"string"} }, "documentation":"

The update contains modifications that are not allowed.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "ImportSource":{ @@ -6387,7 +6550,10 @@ "Message":{"shape":"string"} }, "documentation":"

The value of Quantity and the size of Items don't match.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidArgument":{ @@ -6396,7 +6562,10 @@ "Message":{"shape":"string"} }, "documentation":"

An argument is invalid.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidDefaultRootObject":{ @@ -6405,7 +6574,10 @@ "Message":{"shape":"string"} }, "documentation":"

The default root object file name is too big or contains an invalid character.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidDomainNameForOriginAccessControl":{ @@ -6414,7 +6586,10 @@ "Message":{"shape":"string"} }, "documentation":"

An origin access control is associated with an origin whose domain name is not supported.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidErrorCode":{ @@ -6423,7 +6598,10 @@ "Message":{"shape":"string"} }, "documentation":"

An invalid error code was specified.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidForwardCookies":{ @@ -6432,7 +6610,10 @@ "Message":{"shape":"string"} }, "documentation":"

Your request contains forward cookies option which doesn't match with the expectation for the whitelisted list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidFunctionAssociation":{ @@ -6441,7 +6622,10 @@ "Message":{"shape":"string"} }, "documentation":"

A CloudFront function association is invalid.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidGeoRestrictionParameter":{ @@ -6450,7 +6634,10 @@ "Message":{"shape":"string"} }, "documentation":"

The specified geo restriction parameter is not valid.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidHeadersForS3Origin":{ @@ -6459,7 +6646,10 @@ "Message":{"shape":"string"} }, "documentation":"

The headers specified are not valid for an Amazon S3 origin.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidIfMatchVersion":{ @@ -6468,7 +6658,10 @@ "Message":{"shape":"string"} }, "documentation":"

The If-Match version is missing or not valid.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidLambdaFunctionAssociation":{ @@ -6477,7 +6670,10 @@ "Message":{"shape":"string"} }, "documentation":"

The specified Lambda@Edge function association is invalid.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidLocationCode":{ @@ -6486,7 +6682,10 @@ "Message":{"shape":"string"} }, "documentation":"

The location code specified is not valid.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidMinimumProtocolVersion":{ @@ -6495,7 +6694,10 @@ "Message":{"shape":"string"} }, "documentation":"

The minimum protocol version specified is not valid.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidOrigin":{ @@ -6504,7 +6706,10 @@ "Message":{"shape":"string"} }, "documentation":"

The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidOriginAccessControl":{ @@ -6513,7 +6718,10 @@ "Message":{"shape":"string"} }, "documentation":"

The origin access control is not valid.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidOriginAccessIdentity":{ @@ -6522,7 +6730,10 @@ "Message":{"shape":"string"} }, "documentation":"

The origin access identity is not valid or doesn't exist.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidOriginKeepaliveTimeout":{ @@ -6531,7 +6742,10 @@ "Message":{"shape":"string"} }, "documentation":"

The keep alive timeout specified for the origin is not valid.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidOriginReadTimeout":{ @@ -6540,7 +6754,10 @@ "Message":{"shape":"string"} }, "documentation":"

The read timeout specified for the origin is not valid.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidProtocolSettings":{ @@ -6549,7 +6766,10 @@ "Message":{"shape":"string"} }, "documentation":"

You cannot specify SSLv3 as the minimum protocol version if you only want to support only clients that support Server Name Indication (SNI).

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidQueryStringParameters":{ @@ -6558,7 +6778,10 @@ "Message":{"shape":"string"} }, "documentation":"

The query string parameters specified are not valid.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidRelativePath":{ @@ -6567,7 +6790,10 @@ "Message":{"shape":"string"} }, "documentation":"

The relative path is too big, is not URL-encoded, or does not begin with a slash (/).

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidRequiredProtocol":{ @@ -6576,7 +6802,10 @@ "Message":{"shape":"string"} }, "documentation":"

This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the RequiredProtocols element from your distribution configuration.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidResponseCode":{ @@ -6585,7 +6814,10 @@ "Message":{"shape":"string"} }, "documentation":"

A response code is not valid.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidTTLOrder":{ @@ -6594,7 +6826,10 @@ "Message":{"shape":"string"} }, "documentation":"

The TTL order specified is not valid.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidTagging":{ @@ -6603,7 +6838,10 @@ "Message":{"shape":"string"} }, "documentation":"

The tagging specified is not valid.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidViewerCertificate":{ @@ -6612,7 +6850,10 @@ "Message":{"shape":"string"} }, "documentation":"

A viewer certificate specified is not valid.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "InvalidWebACLId":{ @@ -6621,7 +6862,10 @@ "Message":{"shape":"string"} }, "documentation":"

A web ACL ID specified is not valid. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "Invalidation":{ @@ -6791,7 +7035,10 @@ "Message":{"shape":"string"} }, "documentation":"

A key group with this name already exists. You must provide a unique name. To modify an existing key group, use UpdateKeyGroup.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "KeyGroupConfig":{ @@ -6922,7 +7169,8 @@ "KeyValueStoreARN":{ "type":"string", "max":85, - "pattern":"arn:aws:cloudfront::[0-9]{12}:key-value-store\\/[0-9a-fA-F-]{36}$" + "min":0, + "pattern":"arn:aws:cloudfront::[0-9]{12}:key-value-store\\/[0-9a-fA-F-]{36}" }, "KeyValueStoreAssociation":{ "type":"structure", @@ -6959,7 +7207,8 @@ }, "KeyValueStoreComment":{ "type":"string", - "max":128 + "max":128, + "min":0 }, "KeyValueStoreList":{ "type":"structure", @@ -6991,7 +7240,7 @@ "type":"string", "max":64, "min":1, - "pattern":"^[a-zA-Z0-9-_]{1,64}$" + "pattern":"[a-zA-Z0-9-_]{1,64}" }, "KeyValueStoreSummaryList":{ "type":"list", @@ -7874,7 +8123,10 @@ "Message":{"shape":"string"} }, "documentation":"

This operation requires a body. Ensure that the body is present and the Content-Type header is set.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "MonitoringSubscription":{ @@ -7893,7 +8145,10 @@ "Message":{"shape":"string"} }, "documentation":"

A monitoring subscription already exists for the specified distribution.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "NoSuchCachePolicy":{ @@ -7902,7 +8157,10 @@ "Message":{"shape":"string"} }, "documentation":"

The cache policy does not exist.

", - "error":{"httpStatusCode":404}, + "error":{ + "httpStatusCode":404, + "senderFault":true + }, "exception":true }, "NoSuchCloudFrontOriginAccessIdentity":{ @@ -7911,7 +8169,10 @@ "Message":{"shape":"string"} }, "documentation":"

The specified origin access identity does not exist.

", - "error":{"httpStatusCode":404}, + "error":{ + "httpStatusCode":404, + "senderFault":true + }, "exception":true }, "NoSuchContinuousDeploymentPolicy":{ @@ -7920,7 +8181,10 @@ "Message":{"shape":"string"} }, "documentation":"

The continuous deployment policy doesn't exist.

", - "error":{"httpStatusCode":404}, + "error":{ + "httpStatusCode":404, + "senderFault":true + }, "exception":true }, "NoSuchDistribution":{ @@ -7929,7 +8193,10 @@ "Message":{"shape":"string"} }, "documentation":"

The specified distribution does not exist.

", - "error":{"httpStatusCode":404}, + "error":{ + "httpStatusCode":404, + "senderFault":true + }, "exception":true }, "NoSuchFieldLevelEncryptionConfig":{ @@ -7938,7 +8205,10 @@ "Message":{"shape":"string"} }, "documentation":"

The specified configuration for field-level encryption doesn't exist.

", - "error":{"httpStatusCode":404}, + "error":{ + "httpStatusCode":404, + "senderFault":true + }, "exception":true }, "NoSuchFieldLevelEncryptionProfile":{ @@ -7947,7 +8217,10 @@ "Message":{"shape":"string"} }, "documentation":"

The specified profile for field-level encryption doesn't exist.

", - "error":{"httpStatusCode":404}, + "error":{ + "httpStatusCode":404, + "senderFault":true + }, "exception":true }, "NoSuchFunctionExists":{ @@ -7956,7 +8229,10 @@ "Message":{"shape":"string"} }, "documentation":"

The function does not exist.

", - "error":{"httpStatusCode":404}, + "error":{ + "httpStatusCode":404, + "senderFault":true + }, "exception":true }, "NoSuchInvalidation":{ @@ -7965,7 +8241,10 @@ "Message":{"shape":"string"} }, "documentation":"

The specified invalidation does not exist.

", - "error":{"httpStatusCode":404}, + "error":{ + "httpStatusCode":404, + "senderFault":true + }, "exception":true }, "NoSuchMonitoringSubscription":{ @@ -7974,7 +8253,10 @@ "Message":{"shape":"string"} }, "documentation":"

A monitoring subscription does not exist for the specified distribution.

", - "error":{"httpStatusCode":404}, + "error":{ + "httpStatusCode":404, + "senderFault":true + }, "exception":true }, "NoSuchOrigin":{ @@ -7983,7 +8265,10 @@ "Message":{"shape":"string"} }, "documentation":"

No origin exists with the specified Origin Id.

", - "error":{"httpStatusCode":404}, + "error":{ + "httpStatusCode":404, + "senderFault":true + }, "exception":true }, "NoSuchOriginAccessControl":{ @@ -7992,7 +8277,10 @@ "Message":{"shape":"string"} }, "documentation":"

The origin access control does not exist.

", - "error":{"httpStatusCode":404}, + "error":{ + "httpStatusCode":404, + "senderFault":true + }, "exception":true }, "NoSuchOriginRequestPolicy":{ @@ -8001,7 +8289,10 @@ "Message":{"shape":"string"} }, "documentation":"

The origin request policy does not exist.

", - "error":{"httpStatusCode":404}, + "error":{ + "httpStatusCode":404, + "senderFault":true + }, "exception":true }, "NoSuchPublicKey":{ @@ -8010,7 +8301,10 @@ "Message":{"shape":"string"} }, "documentation":"

The specified public key doesn't exist.

", - "error":{"httpStatusCode":404}, + "error":{ + "httpStatusCode":404, + "senderFault":true + }, "exception":true }, "NoSuchRealtimeLogConfig":{ @@ -8019,7 +8313,10 @@ "Message":{"shape":"string"} }, "documentation":"

The real-time log configuration does not exist.

", - "error":{"httpStatusCode":404}, + "error":{ + "httpStatusCode":404, + "senderFault":true + }, "exception":true }, "NoSuchResource":{ @@ -8028,7 +8325,10 @@ "Message":{"shape":"string"} }, "documentation":"

A resource that was specified is not valid.

", - "error":{"httpStatusCode":404}, + "error":{ + "httpStatusCode":404, + "senderFault":true + }, "exception":true }, "NoSuchResponseHeadersPolicy":{ @@ -8037,7 +8337,10 @@ "Message":{"shape":"string"} }, "documentation":"

The response headers policy does not exist.

", - "error":{"httpStatusCode":404}, + "error":{ + "httpStatusCode":404, + "senderFault":true + }, "exception":true }, "NoSuchStreamingDistribution":{ @@ -8046,7 +8349,10 @@ "Message":{"shape":"string"} }, "documentation":"

The specified streaming distribution does not exist.

", - "error":{"httpStatusCode":404}, + "error":{ + "httpStatusCode":404, + "senderFault":true + }, "exception":true }, "Origin":{ @@ -8120,7 +8426,10 @@ "Message":{"shape":"string"} }, "documentation":"

An origin access control with the specified parameters already exists.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "OriginAccessControlConfig":{ @@ -8161,7 +8470,10 @@ "Message":{"shape":"string"} }, "documentation":"

Cannot delete the origin access control because it's in use by one or more distributions.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "OriginAccessControlList":{ @@ -8432,7 +8744,10 @@ "Message":{"shape":"string"} }, "documentation":"

An origin request policy with this name already exists. You must provide a unique name. To modify an existing origin request policy, use UpdateOriginRequestPolicy.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "OriginRequestPolicyConfig":{ @@ -8516,7 +8831,10 @@ "Message":{"shape":"string"} }, "documentation":"

Cannot delete the origin request policy because it is attached to one or more cache behaviors.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "OriginRequestPolicyList":{ @@ -8718,7 +9036,10 @@ "Message":{"shape":"string"} }, "documentation":"

The precondition in one or more of the request fields evaluated to false.

", - "error":{"httpStatusCode":412}, + "error":{ + "httpStatusCode":412, + "senderFault":true + }, "exception":true }, "PriceClass":{ @@ -8758,7 +9079,10 @@ "Message":{"shape":"string"} }, "documentation":"

The specified public key already exists.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "PublicKeyConfig":{ @@ -8801,7 +9125,10 @@ "Message":{"shape":"string"} }, "documentation":"

The specified public key is in use.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "PublicKeyList":{ @@ -8939,7 +9266,10 @@ "Message":{"shape":"string"} }, "documentation":"

No profile specified for the field-level encryption query argument.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "QueryArgProfileList":{ @@ -9047,7 +9377,10 @@ "Message":{"shape":"string"} }, "documentation":"

A real-time log configuration with this name already exists. You must provide a unique name. To modify an existing real-time log configuration, use UpdateRealtimeLogConfig.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "RealtimeLogConfigInUse":{ @@ -9056,7 +9389,10 @@ "Message":{"shape":"string"} }, "documentation":"

Cannot delete the real-time log configuration because it is attached to one or more cache behaviors.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "RealtimeLogConfigList":{ @@ -9069,7 +9405,10 @@ "Message":{"shape":"string"} }, "documentation":"

The specified real-time log configuration belongs to a different Amazon Web Services account.

", - "error":{"httpStatusCode":401}, + "error":{ + "httpStatusCode":401, + "senderFault":true + }, "exception":true }, "RealtimeLogConfigs":{ @@ -9144,7 +9483,10 @@ "Message":{"shape":"string"} }, "documentation":"

Cannot delete this resource because it is in use.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "ResponseHeadersPolicy":{ @@ -9258,7 +9600,10 @@ "Message":{"shape":"string"} }, "documentation":"

A response headers policy with this name already exists. You must provide a unique name. To modify an existing response headers policy, use UpdateResponseHeadersPolicy.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "ResponseHeadersPolicyConfig":{ @@ -9435,7 +9780,10 @@ "Message":{"shape":"string"} }, "documentation":"

Cannot delete the response headers policy because it is attached to one or more cache behaviors in a CloudFront distribution.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "ResponseHeadersPolicyList":{ @@ -9694,6 +10042,7 @@ }, "SamplingRate":{ "type":"double", + "box":true, "max":100.0, "min":0.0 }, @@ -9780,7 +10129,10 @@ "Message":{"shape":"string"} }, "documentation":"

A continuous deployment policy for this staging distribution already exists.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "StatusCodeList":{ @@ -9858,7 +10210,10 @@ "Message":{"shape":"string"} }, "documentation":"

The caller reference you attempted to create the streaming distribution with is associated with another distribution

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "StreamingDistributionConfig":{ @@ -9966,7 +10321,10 @@ "Message":{"shape":"string"} }, "documentation":"

The specified CloudFront distribution is not disabled. You must disable the distribution before you can delete it.

", - "error":{"httpStatusCode":409}, + "error":{ + "httpStatusCode":409, + "senderFault":true + }, "exception":true }, "StreamingDistributionSummary":{ @@ -10082,7 +10440,7 @@ "documentation":"

A string that contains Tag key.

The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

", "max":128, "min":1, - "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" + "pattern":"([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)" }, "TagKeyList":{ "type":"list", @@ -10135,7 +10493,7 @@ "type":"string", "max":256, "min":0, - "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" + "pattern":"([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)" }, "Tags":{ "type":"structure", @@ -10154,7 +10512,8 @@ }, "documentation":"

The CloudFront function failed.

", "error":{"httpStatusCode":500}, - "exception":true + "exception":true, + "fault":true }, "TestFunctionRequest":{ "type":"structure", @@ -10228,7 +10587,10 @@ "Message":{"shape":"string"} }, "documentation":"

The length of the Content-Security-Policy header value in the response headers policy exceeds the maximum.

For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyCacheBehaviors":{ @@ -10237,7 +10599,10 @@ "Message":{"shape":"string"} }, "documentation":"

You cannot create more cache behaviors for the distribution.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyCachePolicies":{ @@ -10246,7 +10611,10 @@ "Message":{"shape":"string"} }, "documentation":"

You have reached the maximum number of cache policies for this Amazon Web Services account. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyCertificates":{ @@ -10255,7 +10623,10 @@ "Message":{"shape":"string"} }, "documentation":"

You cannot create anymore custom SSL/TLS certificates.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyCloudFrontOriginAccessIdentities":{ @@ -10264,7 +10635,10 @@ "Message":{"shape":"string"} }, "documentation":"

Processing your request would cause you to exceed the maximum number of origin access identities allowed.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyContinuousDeploymentPolicies":{ @@ -10273,7 +10647,10 @@ "Message":{"shape":"string"} }, "documentation":"

You have reached the maximum number of continuous deployment policies for this Amazon Web Services account.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyCookieNamesInWhiteList":{ @@ -10282,7 +10659,10 @@ "Message":{"shape":"string"} }, "documentation":"

Your request contains more cookie names in the whitelist than are allowed per cache behavior.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyCookiesInCachePolicy":{ @@ -10291,7 +10671,10 @@ "Message":{"shape":"string"} }, "documentation":"

The number of cookies in the cache policy exceeds the maximum. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyCookiesInOriginRequestPolicy":{ @@ -10300,7 +10683,10 @@ "Message":{"shape":"string"} }, "documentation":"

The number of cookies in the origin request policy exceeds the maximum. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyCustomHeadersInResponseHeadersPolicy":{ @@ -10309,7 +10695,10 @@ "Message":{"shape":"string"} }, "documentation":"

The number of custom headers in the response headers policy exceeds the maximum.

For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyDistributionCNAMEs":{ @@ -10318,7 +10707,10 @@ "Message":{"shape":"string"} }, "documentation":"

Your request contains more CNAMEs than are allowed per distribution.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyDistributions":{ @@ -10327,7 +10719,10 @@ "Message":{"shape":"string"} }, "documentation":"

Processing your request would cause you to exceed the maximum number of distributions allowed.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyDistributionsAssociatedToCachePolicy":{ @@ -10336,7 +10731,10 @@ "Message":{"shape":"string"} }, "documentation":"

The maximum number of distributions have been associated with the specified cache policy. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyDistributionsAssociatedToFieldLevelEncryptionConfig":{ @@ -10345,7 +10743,10 @@ "Message":{"shape":"string"} }, "documentation":"

The maximum number of distributions have been associated with the specified configuration for field-level encryption.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyDistributionsAssociatedToKeyGroup":{ @@ -10354,7 +10755,10 @@ "Message":{"shape":"string"} }, "documentation":"

The number of distributions that reference this key group is more than the maximum allowed. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyDistributionsAssociatedToOriginAccessControl":{ @@ -10363,7 +10767,10 @@ "Message":{"shape":"string"} }, "documentation":"

The maximum number of distributions have been associated with the specified origin access control.

For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyDistributionsAssociatedToOriginRequestPolicy":{ @@ -10372,7 +10779,10 @@ "Message":{"shape":"string"} }, "documentation":"

The maximum number of distributions have been associated with the specified origin request policy. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyDistributionsAssociatedToResponseHeadersPolicy":{ @@ -10381,7 +10791,10 @@ "Message":{"shape":"string"} }, "documentation":"

The maximum number of distributions have been associated with the specified response headers policy.

For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyDistributionsWithFunctionAssociations":{ @@ -10390,7 +10803,10 @@ "Message":{"shape":"string"} }, "documentation":"

You have reached the maximum number of distributions that are associated with a CloudFront function. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyDistributionsWithLambdaAssociations":{ @@ -10399,7 +10815,10 @@ "Message":{"shape":"string"} }, "documentation":"

Processing your request would cause the maximum number of distributions with Lambda@Edge function associations per owner to be exceeded.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyDistributionsWithSingleFunctionARN":{ @@ -10408,7 +10827,10 @@ "Message":{"shape":"string"} }, "documentation":"

The maximum number of distributions have been associated with the specified Lambda@Edge function.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyFieldLevelEncryptionConfigs":{ @@ -10417,7 +10839,10 @@ "Message":{"shape":"string"} }, "documentation":"

The maximum number of configurations for field-level encryption have been created.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyFieldLevelEncryptionContentTypeProfiles":{ @@ -10426,7 +10851,10 @@ "Message":{"shape":"string"} }, "documentation":"

The maximum number of content type profiles for field-level encryption have been created.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyFieldLevelEncryptionEncryptionEntities":{ @@ -10435,7 +10863,10 @@ "Message":{"shape":"string"} }, "documentation":"

The maximum number of encryption entities for field-level encryption have been created.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyFieldLevelEncryptionFieldPatterns":{ @@ -10444,7 +10875,10 @@ "Message":{"shape":"string"} }, "documentation":"

The maximum number of field patterns for field-level encryption have been created.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyFieldLevelEncryptionProfiles":{ @@ -10453,7 +10887,10 @@ "Message":{"shape":"string"} }, "documentation":"

The maximum number of profiles for field-level encryption have been created.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyFieldLevelEncryptionQueryArgProfiles":{ @@ -10462,7 +10899,10 @@ "Message":{"shape":"string"} }, "documentation":"

The maximum number of query arg profiles for field-level encryption have been created.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyFunctionAssociations":{ @@ -10471,7 +10911,10 @@ "Message":{"shape":"string"} }, "documentation":"

You have reached the maximum number of CloudFront function associations for this distribution. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyFunctions":{ @@ -10480,7 +10923,10 @@ "Message":{"shape":"string"} }, "documentation":"

You have reached the maximum number of CloudFront functions for this Amazon Web Services account. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyHeadersInCachePolicy":{ @@ -10489,7 +10935,10 @@ "Message":{"shape":"string"} }, "documentation":"

The number of headers in the cache policy exceeds the maximum. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyHeadersInForwardedValues":{ @@ -10498,7 +10947,10 @@ "Message":{"shape":"string"} }, "documentation":"

Your request contains too many headers in forwarded values.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyHeadersInOriginRequestPolicy":{ @@ -10507,7 +10959,10 @@ "Message":{"shape":"string"} }, "documentation":"

The number of headers in the origin request policy exceeds the maximum. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyInvalidationsInProgress":{ @@ -10516,7 +10971,10 @@ "Message":{"shape":"string"} }, "documentation":"

You have exceeded the maximum number of allowable InProgress invalidation batch requests, or invalidation objects.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyKeyGroups":{ @@ -10525,7 +10983,10 @@ "Message":{"shape":"string"} }, "documentation":"

You have reached the maximum number of key groups for this Amazon Web Services account. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyKeyGroupsAssociatedToDistribution":{ @@ -10534,7 +10995,10 @@ "Message":{"shape":"string"} }, "documentation":"

The number of key groups referenced by this distribution is more than the maximum allowed. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyLambdaFunctionAssociations":{ @@ -10543,7 +11007,10 @@ "Message":{"shape":"string"} }, "documentation":"

Your request contains more Lambda@Edge function associations than are allowed per distribution.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyOriginAccessControls":{ @@ -10552,7 +11019,10 @@ "Message":{"shape":"string"} }, "documentation":"

The number of origin access controls in your Amazon Web Services account exceeds the maximum allowed.

For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyOriginCustomHeaders":{ @@ -10561,7 +11031,10 @@ "Message":{"shape":"string"} }, "documentation":"

Your request contains too many origin custom headers.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyOriginGroupsPerDistribution":{ @@ -10570,7 +11043,10 @@ "Message":{"shape":"string"} }, "documentation":"

Processing your request would cause you to exceed the maximum number of origin groups allowed.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyOriginRequestPolicies":{ @@ -10579,7 +11055,10 @@ "Message":{"shape":"string"} }, "documentation":"

You have reached the maximum number of origin request policies for this Amazon Web Services account. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyOrigins":{ @@ -10588,7 +11067,10 @@ "Message":{"shape":"string"} }, "documentation":"

You cannot create more origins for the distribution.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyPublicKeys":{ @@ -10597,7 +11079,10 @@ "Message":{"shape":"string"} }, "documentation":"

The maximum number of public keys for field-level encryption have been created. To create a new public key, delete one of the existing keys.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyPublicKeysInKeyGroup":{ @@ -10606,7 +11091,10 @@ "Message":{"shape":"string"} }, "documentation":"

The number of public keys in this key group is more than the maximum allowed. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyQueryStringParameters":{ @@ -10615,7 +11103,10 @@ "Message":{"shape":"string"} }, "documentation":"

Your request contains too many query string parameters.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyQueryStringsInCachePolicy":{ @@ -10624,7 +11115,10 @@ "Message":{"shape":"string"} }, "documentation":"

The number of query strings in the cache policy exceeds the maximum. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyQueryStringsInOriginRequestPolicy":{ @@ -10633,7 +11127,10 @@ "Message":{"shape":"string"} }, "documentation":"

The number of query strings in the origin request policy exceeds the maximum. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyRealtimeLogConfigs":{ @@ -10642,7 +11139,10 @@ "Message":{"shape":"string"} }, "documentation":"

You have reached the maximum number of real-time log configurations for this Amazon Web Services account. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyRemoveHeadersInResponseHeadersPolicy":{ @@ -10651,7 +11151,10 @@ "Message":{"shape":"string"} }, "documentation":"

The number of headers in RemoveHeadersConfig in the response headers policy exceeds the maximum.

For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyResponseHeadersPolicies":{ @@ -10660,7 +11163,10 @@ "Message":{"shape":"string"} }, "documentation":"

You have reached the maximum number of response headers policies for this Amazon Web Services account.

For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyStreamingDistributionCNAMEs":{ @@ -10669,7 +11175,10 @@ "Message":{"shape":"string"} }, "documentation":"

Your request contains more CNAMEs than are allowed per distribution.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyStreamingDistributions":{ @@ -10678,7 +11187,10 @@ "Message":{"shape":"string"} }, "documentation":"

Processing your request would cause you to exceed the maximum number of streaming distributions allowed.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TooManyTrustedSigners":{ @@ -10687,7 +11199,10 @@ "Message":{"shape":"string"} }, "documentation":"

Your request contains more trusted signers than are allowed per distribution.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TrafficConfig":{ @@ -10715,7 +11230,10 @@ "Message":{"shape":"string"} }, "documentation":"

The specified key group does not exist.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TrustedKeyGroupIdList":{ @@ -10753,7 +11271,10 @@ "Message":{"shape":"string"} }, "documentation":"

One or more of your trusted signers don't exist.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "TrustedSigners":{ @@ -10784,7 +11305,10 @@ "Message":{"shape":"string"} }, "documentation":"

This operation is not supported in this region.

", - "error":{"httpStatusCode":400}, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, "exception":true }, "UntagResourceRequest":{ @@ -11118,10 +11642,10 @@ "UpdateFunctionRequest":{ "type":"structure", "required":[ + "Name", "IfMatch", "FunctionConfig", - "FunctionCode", - "Name" + "FunctionCode" ], "members":{ "Name":{ @@ -11550,20 +12074,35 @@ }, "aliasString":{ "type":"string", - "max":253 + "max":253, + "min":0 + }, + "boolean":{ + "type":"boolean", + "box":true }, - "boolean":{"type":"boolean"}, "distributionIdString":{ "type":"string", - "max":25 + "max":25, + "min":0 + }, + "float":{ + "type":"float", + "box":true + }, + "integer":{ + "type":"integer", + "box":true }, - "float":{"type":"float"}, - "integer":{"type":"integer"}, "listConflictingAliasesMaxItemsInteger":{ "type":"integer", + "box":true, "max":100 }, - "long":{"type":"long"}, + "long":{ + "type":"long", + "box":true + }, "sensitiveStringType":{ "type":"string", "sensitive":true @@ -11571,5 +12110,5 @@ "string":{"type":"string"}, "timestamp":{"type":"timestamp"} }, - "documentation":"Amazon CloudFront

This is the Amazon CloudFront API Reference. This guide is for developers who need detailed information about CloudFront API actions, data types, and errors. For detailed information about CloudFront features, see the Amazon CloudFront Developer Guide.

" + "documentation":"

Amazon CloudFront

This is the Amazon CloudFront API Reference. This guide is for developers who need detailed information about CloudFront API actions, data types, and errors. For detailed information about CloudFront features, see the Amazon CloudFront Developer Guide.

" } diff --git a/services/cloudfront/src/main/resources/codegen-resources/waiters-2.json b/services/cloudfront/src/main/resources/codegen-resources/waiters-2.json index 95f0a2dd4dc8..4d238cb18353 100644 --- a/services/cloudfront/src/main/resources/codegen-resources/waiters-2.json +++ b/services/cloudfront/src/main/resources/codegen-resources/waiters-2.json @@ -1,47 +1,41 @@ { - "version": 2, - "waiters": { - "DistributionDeployed": { - "delay": 60, - "operation": "GetDistribution", - "maxAttempts": 35, - "description": "Wait until a distribution is deployed.", - "acceptors": [ - { - "expected": "Deployed", - "matcher": "path", - "state": "success", - "argument": "Distribution.Status" - } - ] + "version" : 2, + "waiters" : { + "DistributionDeployed" : { + "description" : "Wait until a distribution is deployed.", + "delay" : 60, + "maxAttempts" : 35, + "operation" : "GetDistribution", + "acceptors" : [ { + "matcher" : "path", + "argument" : "Distribution.Status", + "state" : "success", + "expected" : "Deployed" + } ] }, - "InvalidationCompleted": { - "delay": 20, - "operation": "GetInvalidation", - "maxAttempts": 30, - "description": "Wait until an invalidation has completed.", - "acceptors": [ - { - "expected": "Completed", - "matcher": "path", - "state": "success", - "argument": "Invalidation.Status" - } - ] + "InvalidationCompleted" : { + "description" : "Wait until an invalidation has completed.", + "delay" : 20, + "maxAttempts" : 30, + "operation" : "GetInvalidation", + "acceptors" : [ { + "matcher" : "path", + "argument" : "Invalidation.Status", + "state" : "success", + "expected" : "Completed" + } ] }, - "StreamingDistributionDeployed": { - "delay": 60, - "operation": "GetStreamingDistribution", - "maxAttempts": 25, - "description": "Wait until a streaming distribution is deployed.", - "acceptors": [ - { - "expected": "Deployed", - "matcher": "path", - "state": "success", - "argument": "StreamingDistribution.Status" - } - ] + "StreamingDistributionDeployed" : { + "description" : "Wait until a streaming distribution is deployed.", + "delay" : 60, + "maxAttempts" : 25, + "operation" : "GetStreamingDistribution", + "acceptors" : [ { + "matcher" : "path", + "argument" : "StreamingDistribution.Status", + "state" : "success", + "expected" : "Deployed" + } ] } } -} +} \ No newline at end of file diff --git a/services/cloudfrontkeyvaluestore/pom.xml b/services/cloudfrontkeyvaluestore/pom.xml index 0e318560a2ae..05ad86dd88fd 100644 --- a/services/cloudfrontkeyvaluestore/pom.xml +++ b/services/cloudfrontkeyvaluestore/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT cloudfrontkeyvaluestore AWS Java SDK :: Services :: Cloud Front Key Value Store diff --git a/services/cloudhsm/pom.xml b/services/cloudhsm/pom.xml index c315a4454195..2318e4d944df 100644 --- a/services/cloudhsm/pom.xml +++ b/services/cloudhsm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT cloudhsm AWS Java SDK :: Services :: AWS CloudHSM diff --git a/services/cloudhsmv2/pom.xml b/services/cloudhsmv2/pom.xml index 818c8ba23307..7f181fbad3ac 100644 --- a/services/cloudhsmv2/pom.xml +++ b/services/cloudhsmv2/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 cloudhsmv2 diff --git a/services/cloudsearch/pom.xml b/services/cloudsearch/pom.xml index af36453065de..2ad9ad64ba97 100644 --- a/services/cloudsearch/pom.xml +++ b/services/cloudsearch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT cloudsearch AWS Java SDK :: Services :: Amazon CloudSearch diff --git a/services/cloudsearchdomain/pom.xml b/services/cloudsearchdomain/pom.xml index d0406dd356ae..643a14007e95 100644 --- a/services/cloudsearchdomain/pom.xml +++ b/services/cloudsearchdomain/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT cloudsearchdomain AWS Java SDK :: Services :: Amazon CloudSearch Domain diff --git a/services/cloudtrail/pom.xml b/services/cloudtrail/pom.xml index 011e014e392e..4c9a647896d9 100644 --- a/services/cloudtrail/pom.xml +++ b/services/cloudtrail/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT cloudtrail AWS Java SDK :: Services :: AWS CloudTrail diff --git a/services/cloudtraildata/pom.xml b/services/cloudtraildata/pom.xml index 47a1620839c3..2fc261a1a2dc 100644 --- a/services/cloudtraildata/pom.xml +++ b/services/cloudtraildata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT cloudtraildata AWS Java SDK :: Services :: Cloud Trail Data diff --git a/services/cloudwatch/pom.xml b/services/cloudwatch/pom.xml index 0a590801eb3a..bccbd5c1c4d6 100644 --- a/services/cloudwatch/pom.xml +++ b/services/cloudwatch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT cloudwatch AWS Java SDK :: Services :: Amazon CloudWatch diff --git a/services/cloudwatchevents/pom.xml b/services/cloudwatchevents/pom.xml index 567b890e6d73..6eb0dfef6bc7 100644 --- a/services/cloudwatchevents/pom.xml +++ b/services/cloudwatchevents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT cloudwatchevents AWS Java SDK :: Services :: Amazon CloudWatch Events diff --git a/services/cloudwatchlogs/pom.xml b/services/cloudwatchlogs/pom.xml index 9424ace79de0..089245468632 100644 --- a/services/cloudwatchlogs/pom.xml +++ b/services/cloudwatchlogs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT cloudwatchlogs AWS Java SDK :: Services :: Amazon CloudWatch Logs diff --git a/services/codeartifact/pom.xml b/services/codeartifact/pom.xml index 21396913d1da..77b4892337ba 100644 --- a/services/codeartifact/pom.xml +++ b/services/codeartifact/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT codeartifact AWS Java SDK :: Services :: Codeartifact diff --git a/services/codebuild/pom.xml b/services/codebuild/pom.xml index 5337a1e223d5..4c25c6c466cf 100644 --- a/services/codebuild/pom.xml +++ b/services/codebuild/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT codebuild AWS Java SDK :: Services :: AWS Code Build diff --git a/services/codecatalyst/pom.xml b/services/codecatalyst/pom.xml index e6dc02a8d7ac..2ddfe8b9700c 100644 --- a/services/codecatalyst/pom.xml +++ b/services/codecatalyst/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT codecatalyst AWS Java SDK :: Services :: Code Catalyst diff --git a/services/codecommit/pom.xml b/services/codecommit/pom.xml index b248fafcf0cf..5a6f44f47fbb 100644 --- a/services/codecommit/pom.xml +++ b/services/codecommit/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT codecommit AWS Java SDK :: Services :: AWS CodeCommit diff --git a/services/codeconnections/pom.xml b/services/codeconnections/pom.xml index f59259042308..2311d0a7836d 100644 --- a/services/codeconnections/pom.xml +++ b/services/codeconnections/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT codeconnections AWS Java SDK :: Services :: Code Connections diff --git a/services/codedeploy/pom.xml b/services/codedeploy/pom.xml index 1dedf679c62d..349d3080ec5a 100644 --- a/services/codedeploy/pom.xml +++ b/services/codedeploy/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT codedeploy AWS Java SDK :: Services :: AWS CodeDeploy diff --git a/services/codeguruprofiler/pom.xml b/services/codeguruprofiler/pom.xml index 6e7a8ca876f8..c644aa988025 100644 --- a/services/codeguruprofiler/pom.xml +++ b/services/codeguruprofiler/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT codeguruprofiler AWS Java SDK :: Services :: CodeGuruProfiler diff --git a/services/codegurureviewer/pom.xml b/services/codegurureviewer/pom.xml index 000e868bea24..b9fb703f555a 100644 --- a/services/codegurureviewer/pom.xml +++ b/services/codegurureviewer/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT codegurureviewer AWS Java SDK :: Services :: CodeGuru Reviewer diff --git a/services/codegurusecurity/pom.xml b/services/codegurusecurity/pom.xml index f5f97dbdb3bb..36d3a60a0161 100644 --- a/services/codegurusecurity/pom.xml +++ b/services/codegurusecurity/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT codegurusecurity AWS Java SDK :: Services :: Code Guru Security diff --git a/services/codepipeline/pom.xml b/services/codepipeline/pom.xml index f4834de29dd1..cee8fb913d6c 100644 --- a/services/codepipeline/pom.xml +++ b/services/codepipeline/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT codepipeline AWS Java SDK :: Services :: AWS CodePipeline diff --git a/services/codestarconnections/pom.xml b/services/codestarconnections/pom.xml index 9d583e861bf1..3ea6991dbd9b 100644 --- a/services/codestarconnections/pom.xml +++ b/services/codestarconnections/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT codestarconnections AWS Java SDK :: Services :: CodeStar connections diff --git a/services/codestarnotifications/pom.xml b/services/codestarnotifications/pom.xml index 6601ca56b48f..918ee72a2c64 100644 --- a/services/codestarnotifications/pom.xml +++ b/services/codestarnotifications/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT codestarnotifications AWS Java SDK :: Services :: Codestar Notifications diff --git a/services/cognitoidentity/pom.xml b/services/cognitoidentity/pom.xml index e2c9dddfa543..0b1f7800bd62 100644 --- a/services/cognitoidentity/pom.xml +++ b/services/cognitoidentity/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT cognitoidentity AWS Java SDK :: Services :: Amazon Cognito Identity diff --git a/services/cognitoidentityprovider/pom.xml b/services/cognitoidentityprovider/pom.xml index d106012eefb6..c6329b77622b 100644 --- a/services/cognitoidentityprovider/pom.xml +++ b/services/cognitoidentityprovider/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT cognitoidentityprovider AWS Java SDK :: Services :: Amazon Cognito Identity Provider Service diff --git a/services/cognitosync/pom.xml b/services/cognitosync/pom.xml index 19963064ce27..c212a05f0480 100644 --- a/services/cognitosync/pom.xml +++ b/services/cognitosync/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT cognitosync AWS Java SDK :: Services :: Amazon Cognito Sync diff --git a/services/comprehend/pom.xml b/services/comprehend/pom.xml index f45770614fe0..a164892dc610 100644 --- a/services/comprehend/pom.xml +++ b/services/comprehend/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 comprehend diff --git a/services/comprehendmedical/pom.xml b/services/comprehendmedical/pom.xml index 6bf689853262..041da0ed21d4 100644 --- a/services/comprehendmedical/pom.xml +++ b/services/comprehendmedical/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT comprehendmedical AWS Java SDK :: Services :: ComprehendMedical diff --git a/services/computeoptimizer/pom.xml b/services/computeoptimizer/pom.xml index aac4609006bd..c7d53598058e 100644 --- a/services/computeoptimizer/pom.xml +++ b/services/computeoptimizer/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT computeoptimizer AWS Java SDK :: Services :: Compute Optimizer diff --git a/services/config/pom.xml b/services/config/pom.xml index 1e672fc5d741..54e4b5a22236 100644 --- a/services/config/pom.xml +++ b/services/config/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT config AWS Java SDK :: Services :: AWS Config diff --git a/services/connect/pom.xml b/services/connect/pom.xml index d37462f12e5a..1eeca869d3aa 100644 --- a/services/connect/pom.xml +++ b/services/connect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT connect AWS Java SDK :: Services :: Connect diff --git a/services/connectcampaigns/pom.xml b/services/connectcampaigns/pom.xml index 122463eb9630..5daf8f176587 100644 --- a/services/connectcampaigns/pom.xml +++ b/services/connectcampaigns/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT connectcampaigns AWS Java SDK :: Services :: Connect Campaigns diff --git a/services/connectcases/pom.xml b/services/connectcases/pom.xml index f3d8ff3bb589..aaddcce80d85 100644 --- a/services/connectcases/pom.xml +++ b/services/connectcases/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT connectcases AWS Java SDK :: Services :: Connect Cases diff --git a/services/connectcontactlens/pom.xml b/services/connectcontactlens/pom.xml index 1abce5d22823..39a9f32f0640 100644 --- a/services/connectcontactlens/pom.xml +++ b/services/connectcontactlens/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT connectcontactlens AWS Java SDK :: Services :: Connect Contact Lens diff --git a/services/connectparticipant/pom.xml b/services/connectparticipant/pom.xml index 15996498d273..6dc547c4828f 100644 --- a/services/connectparticipant/pom.xml +++ b/services/connectparticipant/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT connectparticipant AWS Java SDK :: Services :: ConnectParticipant diff --git a/services/controlcatalog/pom.xml b/services/controlcatalog/pom.xml index a133487abb00..8bc4eb8242f9 100644 --- a/services/controlcatalog/pom.xml +++ b/services/controlcatalog/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT controlcatalog AWS Java SDK :: Services :: Control Catalog diff --git a/services/controltower/pom.xml b/services/controltower/pom.xml index 48b76855da48..031d8af6e78b 100644 --- a/services/controltower/pom.xml +++ b/services/controltower/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT controltower AWS Java SDK :: Services :: Control Tower diff --git a/services/costandusagereport/pom.xml b/services/costandusagereport/pom.xml index 23cdc4ff59e3..66899fd639cb 100644 --- a/services/costandusagereport/pom.xml +++ b/services/costandusagereport/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT costandusagereport AWS Java SDK :: Services :: AWS Cost and Usage Report diff --git a/services/costexplorer/pom.xml b/services/costexplorer/pom.xml index 29b5a7bc6737..6cbc783a6234 100644 --- a/services/costexplorer/pom.xml +++ b/services/costexplorer/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 costexplorer diff --git a/services/costoptimizationhub/pom.xml b/services/costoptimizationhub/pom.xml index abb31075f03f..83eec3819b66 100644 --- a/services/costoptimizationhub/pom.xml +++ b/services/costoptimizationhub/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT costoptimizationhub AWS Java SDK :: Services :: Cost Optimization Hub diff --git a/services/customerprofiles/pom.xml b/services/customerprofiles/pom.xml index 44d3d632bb2f..ad27a1dcfd3f 100644 --- a/services/customerprofiles/pom.xml +++ b/services/customerprofiles/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT customerprofiles AWS Java SDK :: Services :: Customer Profiles diff --git a/services/databasemigration/pom.xml b/services/databasemigration/pom.xml index 652dad3acbe9..77f840466585 100644 --- a/services/databasemigration/pom.xml +++ b/services/databasemigration/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT databasemigration AWS Java SDK :: Services :: AWS Database Migration Service diff --git a/services/databrew/pom.xml b/services/databrew/pom.xml index 83fea294cdc6..44df62d0ec49 100644 --- a/services/databrew/pom.xml +++ b/services/databrew/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT databrew AWS Java SDK :: Services :: Data Brew diff --git a/services/dataexchange/pom.xml b/services/dataexchange/pom.xml index b51f9848d898..f3f80e0077d6 100644 --- a/services/dataexchange/pom.xml +++ b/services/dataexchange/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT dataexchange AWS Java SDK :: Services :: DataExchange diff --git a/services/datapipeline/pom.xml b/services/datapipeline/pom.xml index 34dc7ef2b7f7..71834d67e700 100644 --- a/services/datapipeline/pom.xml +++ b/services/datapipeline/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT datapipeline AWS Java SDK :: Services :: AWS Data Pipeline diff --git a/services/datasync/pom.xml b/services/datasync/pom.xml index 4a0377ec5a89..aaa976cf7db9 100644 --- a/services/datasync/pom.xml +++ b/services/datasync/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT datasync AWS Java SDK :: Services :: DataSync diff --git a/services/datazone/pom.xml b/services/datazone/pom.xml index 6f625f82b6b3..af71dd391292 100644 --- a/services/datazone/pom.xml +++ b/services/datazone/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT datazone AWS Java SDK :: Services :: Data Zone diff --git a/services/dax/pom.xml b/services/dax/pom.xml index d6cb6032c823..600fc48ca7d7 100644 --- a/services/dax/pom.xml +++ b/services/dax/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT dax AWS Java SDK :: Services :: Amazon DynamoDB Accelerator (DAX) diff --git a/services/deadline/pom.xml b/services/deadline/pom.xml index cd89e86a5eea..c28ac947e091 100644 --- a/services/deadline/pom.xml +++ b/services/deadline/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT deadline AWS Java SDK :: Services :: Deadline diff --git a/services/detective/pom.xml b/services/detective/pom.xml index 6aaa28331a62..1549c518a65b 100644 --- a/services/detective/pom.xml +++ b/services/detective/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT detective AWS Java SDK :: Services :: Detective diff --git a/services/devicefarm/pom.xml b/services/devicefarm/pom.xml index 2aad3763ac1f..04c2c5ef636e 100644 --- a/services/devicefarm/pom.xml +++ b/services/devicefarm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT devicefarm AWS Java SDK :: Services :: AWS Device Farm diff --git a/services/devopsguru/pom.xml b/services/devopsguru/pom.xml index 6e077424f7e0..e8e0d996cf65 100644 --- a/services/devopsguru/pom.xml +++ b/services/devopsguru/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT devopsguru AWS Java SDK :: Services :: Dev Ops Guru diff --git a/services/directconnect/pom.xml b/services/directconnect/pom.xml index dc3a1feb5fb6..9761547400a3 100644 --- a/services/directconnect/pom.xml +++ b/services/directconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT directconnect AWS Java SDK :: Services :: AWS Direct Connect diff --git a/services/directory/pom.xml b/services/directory/pom.xml index 4f46ee9ee357..18c8d90662d2 100644 --- a/services/directory/pom.xml +++ b/services/directory/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT directory AWS Java SDK :: Services :: AWS Directory Service diff --git a/services/directoryservicedata/pom.xml b/services/directoryservicedata/pom.xml index b97179ad641c..7dbab65fc68e 100644 --- a/services/directoryservicedata/pom.xml +++ b/services/directoryservicedata/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT directoryservicedata AWS Java SDK :: Services :: Directory Service Data diff --git a/services/dlm/pom.xml b/services/dlm/pom.xml index 34e46622a375..460c2003a572 100644 --- a/services/dlm/pom.xml +++ b/services/dlm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT dlm AWS Java SDK :: Services :: DLM diff --git a/services/docdb/pom.xml b/services/docdb/pom.xml index d6a414a7134f..7c2229b5b235 100644 --- a/services/docdb/pom.xml +++ b/services/docdb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT docdb AWS Java SDK :: Services :: DocDB diff --git a/services/docdbelastic/pom.xml b/services/docdbelastic/pom.xml index 6a64be339535..494da5cc1e1b 100644 --- a/services/docdbelastic/pom.xml +++ b/services/docdbelastic/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT docdbelastic AWS Java SDK :: Services :: Doc DB Elastic diff --git a/services/drs/pom.xml b/services/drs/pom.xml index c7a564b18252..589d8241ff76 100644 --- a/services/drs/pom.xml +++ b/services/drs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT drs AWS Java SDK :: Services :: Drs diff --git a/services/dynamodb/pom.xml b/services/dynamodb/pom.xml index 2ac272e45055..381410a6b5b6 100644 --- a/services/dynamodb/pom.xml +++ b/services/dynamodb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT dynamodb AWS Java SDK :: Services :: Amazon DynamoDB diff --git a/services/ebs/pom.xml b/services/ebs/pom.xml index 43f323e6c2e5..0e5a8858b128 100644 --- a/services/ebs/pom.xml +++ b/services/ebs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ebs AWS Java SDK :: Services :: EBS diff --git a/services/ec2/pom.xml b/services/ec2/pom.xml index 712e1a77fbf4..1b4b551b7ba6 100644 --- a/services/ec2/pom.xml +++ b/services/ec2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ec2 AWS Java SDK :: Services :: Amazon EC2 diff --git a/services/ec2instanceconnect/pom.xml b/services/ec2instanceconnect/pom.xml index cef5205c9047..4944b355bb54 100644 --- a/services/ec2instanceconnect/pom.xml +++ b/services/ec2instanceconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ec2instanceconnect AWS Java SDK :: Services :: EC2 Instance Connect diff --git a/services/ecr/pom.xml b/services/ecr/pom.xml index 4a246eb15a6c..3e51dac13181 100644 --- a/services/ecr/pom.xml +++ b/services/ecr/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ecr AWS Java SDK :: Services :: Amazon EC2 Container Registry diff --git a/services/ecrpublic/pom.xml b/services/ecrpublic/pom.xml index f2ba157e45e7..3464a468beb9 100644 --- a/services/ecrpublic/pom.xml +++ b/services/ecrpublic/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ecrpublic AWS Java SDK :: Services :: ECR PUBLIC diff --git a/services/ecs/pom.xml b/services/ecs/pom.xml index 5a023ee12196..ca6f99f7778b 100644 --- a/services/ecs/pom.xml +++ b/services/ecs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ecs AWS Java SDK :: Services :: Amazon EC2 Container Service diff --git a/services/efs/pom.xml b/services/efs/pom.xml index 8271ee3eea47..e2044ed3f4ae 100644 --- a/services/efs/pom.xml +++ b/services/efs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT efs AWS Java SDK :: Services :: Amazon Elastic File System diff --git a/services/eks/pom.xml b/services/eks/pom.xml index 9e74942fb2d9..0b589fc980ca 100644 --- a/services/eks/pom.xml +++ b/services/eks/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT eks AWS Java SDK :: Services :: EKS diff --git a/services/eksauth/pom.xml b/services/eksauth/pom.xml index 74553a2a16c0..fd198640c216 100644 --- a/services/eksauth/pom.xml +++ b/services/eksauth/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT eksauth AWS Java SDK :: Services :: EKS Auth diff --git a/services/elasticache/pom.xml b/services/elasticache/pom.xml index 4deb058094f5..d394332af011 100644 --- a/services/elasticache/pom.xml +++ b/services/elasticache/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT elasticache AWS Java SDK :: Services :: Amazon ElastiCache diff --git a/services/elasticbeanstalk/pom.xml b/services/elasticbeanstalk/pom.xml index 07cee74c5380..a0f75bc961b7 100644 --- a/services/elasticbeanstalk/pom.xml +++ b/services/elasticbeanstalk/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT elasticbeanstalk AWS Java SDK :: Services :: AWS Elastic Beanstalk diff --git a/services/elasticinference/pom.xml b/services/elasticinference/pom.xml index 6eed5e4bc4d7..e553523e2558 100644 --- a/services/elasticinference/pom.xml +++ b/services/elasticinference/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT elasticinference AWS Java SDK :: Services :: Elastic Inference diff --git a/services/elasticloadbalancing/pom.xml b/services/elasticloadbalancing/pom.xml index 987a852dfc92..f4abbc057309 100644 --- a/services/elasticloadbalancing/pom.xml +++ b/services/elasticloadbalancing/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT elasticloadbalancing AWS Java SDK :: Services :: Elastic Load Balancing diff --git a/services/elasticloadbalancingv2/pom.xml b/services/elasticloadbalancingv2/pom.xml index 44fe3cb5292a..5892f9c19b86 100644 --- a/services/elasticloadbalancingv2/pom.xml +++ b/services/elasticloadbalancingv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT elasticloadbalancingv2 AWS Java SDK :: Services :: Elastic Load Balancing V2 diff --git a/services/elasticsearch/pom.xml b/services/elasticsearch/pom.xml index c41383fa0eef..443acdc822a4 100644 --- a/services/elasticsearch/pom.xml +++ b/services/elasticsearch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT elasticsearch AWS Java SDK :: Services :: Amazon Elasticsearch Service diff --git a/services/elastictranscoder/pom.xml b/services/elastictranscoder/pom.xml index c33ff4ef9a99..833b56327b61 100644 --- a/services/elastictranscoder/pom.xml +++ b/services/elastictranscoder/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT elastictranscoder AWS Java SDK :: Services :: Amazon Elastic Transcoder diff --git a/services/emr/pom.xml b/services/emr/pom.xml index fc389c922133..c3257a66676b 100644 --- a/services/emr/pom.xml +++ b/services/emr/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT emr AWS Java SDK :: Services :: Amazon EMR diff --git a/services/emrcontainers/pom.xml b/services/emrcontainers/pom.xml index 0d8222b95d6a..7bcc6d7e54a4 100644 --- a/services/emrcontainers/pom.xml +++ b/services/emrcontainers/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT emrcontainers AWS Java SDK :: Services :: EMR Containers diff --git a/services/emrserverless/pom.xml b/services/emrserverless/pom.xml index cda7b5769e0c..f6f885cd50d0 100644 --- a/services/emrserverless/pom.xml +++ b/services/emrserverless/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT emrserverless AWS Java SDK :: Services :: EMR Serverless diff --git a/services/entityresolution/pom.xml b/services/entityresolution/pom.xml index bf80720e55b5..9aada4ef119c 100644 --- a/services/entityresolution/pom.xml +++ b/services/entityresolution/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT entityresolution AWS Java SDK :: Services :: Entity Resolution diff --git a/services/eventbridge/pom.xml b/services/eventbridge/pom.xml index b106c9bfd746..3da214167fee 100644 --- a/services/eventbridge/pom.xml +++ b/services/eventbridge/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT eventbridge AWS Java SDK :: Services :: EventBridge diff --git a/services/evidently/pom.xml b/services/evidently/pom.xml index 535e3a7984ad..0fd76c54f492 100644 --- a/services/evidently/pom.xml +++ b/services/evidently/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT evidently AWS Java SDK :: Services :: Evidently diff --git a/services/finspace/pom.xml b/services/finspace/pom.xml index 48514a095597..6c2d7e3a9943 100644 --- a/services/finspace/pom.xml +++ b/services/finspace/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT finspace AWS Java SDK :: Services :: Finspace diff --git a/services/finspacedata/pom.xml b/services/finspacedata/pom.xml index 170536b7bcaf..cfbddcd91862 100644 --- a/services/finspacedata/pom.xml +++ b/services/finspacedata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT finspacedata AWS Java SDK :: Services :: Finspace Data diff --git a/services/firehose/pom.xml b/services/firehose/pom.xml index a105f584174e..b6801690b57f 100644 --- a/services/firehose/pom.xml +++ b/services/firehose/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT firehose AWS Java SDK :: Services :: Amazon Kinesis Firehose diff --git a/services/fis/pom.xml b/services/fis/pom.xml index 69e225927a0f..39d126ebc8ba 100644 --- a/services/fis/pom.xml +++ b/services/fis/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT fis AWS Java SDK :: Services :: Fis diff --git a/services/fms/pom.xml b/services/fms/pom.xml index d598c0646eb0..2958d684e0f7 100644 --- a/services/fms/pom.xml +++ b/services/fms/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT fms AWS Java SDK :: Services :: FMS diff --git a/services/forecast/pom.xml b/services/forecast/pom.xml index 8e73196c5eeb..1d1eabfe2e9d 100644 --- a/services/forecast/pom.xml +++ b/services/forecast/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT forecast AWS Java SDK :: Services :: Forecast diff --git a/services/forecastquery/pom.xml b/services/forecastquery/pom.xml index 99ee5bced136..6877e85518a2 100644 --- a/services/forecastquery/pom.xml +++ b/services/forecastquery/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT forecastquery AWS Java SDK :: Services :: Forecastquery diff --git a/services/frauddetector/pom.xml b/services/frauddetector/pom.xml index 8ad94c527bbf..4180db441534 100644 --- a/services/frauddetector/pom.xml +++ b/services/frauddetector/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT frauddetector AWS Java SDK :: Services :: FraudDetector diff --git a/services/freetier/pom.xml b/services/freetier/pom.xml index f64861ae9712..96d8632bf7bb 100644 --- a/services/freetier/pom.xml +++ b/services/freetier/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT freetier AWS Java SDK :: Services :: Free Tier diff --git a/services/fsx/pom.xml b/services/fsx/pom.xml index 1ae2ac71ca3a..48386a041dd0 100644 --- a/services/fsx/pom.xml +++ b/services/fsx/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT fsx AWS Java SDK :: Services :: FSx diff --git a/services/gamelift/pom.xml b/services/gamelift/pom.xml index a47d7582d8c5..7a897fb9cbdf 100644 --- a/services/gamelift/pom.xml +++ b/services/gamelift/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT gamelift AWS Java SDK :: Services :: AWS GameLift diff --git a/services/geomaps/pom.xml b/services/geomaps/pom.xml index 81a5a54e72a0..ac7e180b845c 100644 --- a/services/geomaps/pom.xml +++ b/services/geomaps/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT geomaps AWS Java SDK :: Services :: Geo Maps diff --git a/services/geoplaces/pom.xml b/services/geoplaces/pom.xml index 77c77dd9fab5..1c9383d8f004 100644 --- a/services/geoplaces/pom.xml +++ b/services/geoplaces/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT geoplaces AWS Java SDK :: Services :: Geo Places diff --git a/services/georoutes/pom.xml b/services/georoutes/pom.xml index a4a8ebfa0766..a8af6786e3a2 100644 --- a/services/georoutes/pom.xml +++ b/services/georoutes/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT georoutes AWS Java SDK :: Services :: Geo Routes diff --git a/services/glacier/pom.xml b/services/glacier/pom.xml index 3e1e457f564a..ef681460054e 100644 --- a/services/glacier/pom.xml +++ b/services/glacier/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT glacier AWS Java SDK :: Services :: Amazon Glacier diff --git a/services/globalaccelerator/pom.xml b/services/globalaccelerator/pom.xml index 36876cf4987a..48cbd3c87c40 100644 --- a/services/globalaccelerator/pom.xml +++ b/services/globalaccelerator/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT globalaccelerator AWS Java SDK :: Services :: Global Accelerator diff --git a/services/glue/pom.xml b/services/glue/pom.xml index 32beb81478a3..60049b8ad115 100644 --- a/services/glue/pom.xml +++ b/services/glue/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 glue diff --git a/services/grafana/pom.xml b/services/grafana/pom.xml index 628c5c634287..ae760c3ac7ea 100644 --- a/services/grafana/pom.xml +++ b/services/grafana/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT grafana AWS Java SDK :: Services :: Grafana diff --git a/services/greengrass/pom.xml b/services/greengrass/pom.xml index 760597381b6b..91382fe16a9d 100644 --- a/services/greengrass/pom.xml +++ b/services/greengrass/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT greengrass AWS Java SDK :: Services :: AWS Greengrass diff --git a/services/greengrassv2/pom.xml b/services/greengrassv2/pom.xml index b3ab866419c9..a165ffe3b722 100644 --- a/services/greengrassv2/pom.xml +++ b/services/greengrassv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT greengrassv2 AWS Java SDK :: Services :: Greengrass V2 diff --git a/services/groundstation/pom.xml b/services/groundstation/pom.xml index 25a6b775a4d4..b3ae5f67bec7 100644 --- a/services/groundstation/pom.xml +++ b/services/groundstation/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT groundstation AWS Java SDK :: Services :: GroundStation diff --git a/services/guardduty/pom.xml b/services/guardduty/pom.xml index f101864b33e4..18b06443be24 100644 --- a/services/guardduty/pom.xml +++ b/services/guardduty/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 guardduty diff --git a/services/health/pom.xml b/services/health/pom.xml index f7db17e25d7c..cf42a2cd1158 100644 --- a/services/health/pom.xml +++ b/services/health/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT health AWS Java SDK :: Services :: AWS Health APIs and Notifications diff --git a/services/healthlake/pom.xml b/services/healthlake/pom.xml index 9c89cb1c3f39..2641e97096ab 100644 --- a/services/healthlake/pom.xml +++ b/services/healthlake/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT healthlake AWS Java SDK :: Services :: Health Lake diff --git a/services/iam/pom.xml b/services/iam/pom.xml index 6c3da5b3907a..77875582eece 100644 --- a/services/iam/pom.xml +++ b/services/iam/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT iam AWS Java SDK :: Services :: AWS IAM diff --git a/services/identitystore/pom.xml b/services/identitystore/pom.xml index 442bb9fbddf2..128238f144a2 100644 --- a/services/identitystore/pom.xml +++ b/services/identitystore/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT identitystore AWS Java SDK :: Services :: Identitystore diff --git a/services/imagebuilder/pom.xml b/services/imagebuilder/pom.xml index 2eae6ea00dc0..2dba0ca36df9 100644 --- a/services/imagebuilder/pom.xml +++ b/services/imagebuilder/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT imagebuilder AWS Java SDK :: Services :: Imagebuilder diff --git a/services/inspector/pom.xml b/services/inspector/pom.xml index 836a9b6a4d49..7293520c81b3 100644 --- a/services/inspector/pom.xml +++ b/services/inspector/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT inspector AWS Java SDK :: Services :: Amazon Inspector Service diff --git a/services/inspector2/pom.xml b/services/inspector2/pom.xml index 4194e8566671..41f2faaffc31 100644 --- a/services/inspector2/pom.xml +++ b/services/inspector2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT inspector2 AWS Java SDK :: Services :: Inspector2 diff --git a/services/inspector2/src/main/resources/codegen-resources/service-2.json b/services/inspector2/src/main/resources/codegen-resources/service-2.json index fe597885bc28..613b20592bf2 100644 --- a/services/inspector2/src/main/resources/codegen-resources/service-2.json +++ b/services/inspector2/src/main/resources/codegen-resources/service-2.json @@ -647,7 +647,7 @@ {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], - "documentation":"

Lists coverage details for you environment.

" + "documentation":"

Lists coverage details for your environment.

" }, "ListCoverageStatistics":{ "name":"ListCoverageStatistics", @@ -891,7 +891,7 @@ {"shape":"ThrottlingException"}, {"shape":"InternalServerException"} ], - "documentation":"

Stops a CIS session. This API is used by the Amazon Inspector SSM plugin to communicate with the Amazon Inspector service. The Amazon Inspector SSM plugin calls this API to start a CIS scan session for the scan ID supplied by the service.

", + "documentation":"

Stops a CIS session. This API is used by the Amazon Inspector SSM plugin to communicate with the Amazon Inspector service. The Amazon Inspector SSM plugin calls this API to stop a CIS scan session for the scan ID supplied by the service.

", "idempotent":true }, "TagResource":{ @@ -1061,7 +1061,7 @@ "members":{ "message":{"shape":"String"} }, - "documentation":"

You do not have sufficient access to perform this action.

For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.

", + "documentation":"

You do not have sufficient access to perform this action.

", "error":{ "httpStatusCode":403, "senderFault":true @@ -3049,7 +3049,7 @@ }, "scanMode":{ "shape":"CoverageStringFilterList", - "documentation":"

The filter to search for Amazon EC2 instance coverage by scan mode. Valid values are EC2_SSM_AGENT_BASED and EC2_HYBRID.

" + "documentation":"

The filter to search for Amazon EC2 instance coverage by scan mode. Valid values are EC2_SSM_AGENT_BASED and EC2_AGENTLESS.

" }, "scanStatusCode":{ "shape":"CoverageStringFilterList", @@ -3338,7 +3338,10 @@ "shape":"ResourceFilterCriteria", "documentation":"

The resource filter criteria for the software bill of materials (SBOM) report.

" }, - "s3Destination":{"shape":"Destination"} + "s3Destination":{ + "shape":"Destination", + "documentation":"

Contains details of the Amazon S3 bucket and KMS key used to export findings.

" + } } }, "CreateSbomExportResponse":{ @@ -4671,7 +4674,10 @@ "FindingDetail":{ "type":"structure", "members":{ - "cisaData":{"shape":"CisaData"}, + "cisaData":{ + "shape":"CisaData", + "documentation":"

The Cybersecurity and Infrastructure Security Agency (CISA) details for a specific vulnerability.

" + }, "cwes":{ "shape":"Cwes", "documentation":"

The Common Weakness Enumerations (CWEs) associated with the vulnerability.

" @@ -4684,7 +4690,10 @@ "shape":"EvidenceList", "documentation":"

Information on the evidence of the vulnerability.

" }, - "exploitObserved":{"shape":"ExploitObserved"}, + "exploitObserved":{ + "shape":"ExploitObserved", + "documentation":"

Contains information on when this exploit was observed.

" + }, "findingArn":{ "shape":"FindingArn", "documentation":"

The finding ARN that the vulnerability details are associated with.

" @@ -5216,7 +5225,10 @@ "shape":"ReportId", "documentation":"

The report ID of the software bill of materials (SBOM) report.

" }, - "s3Destination":{"shape":"Destination"}, + "s3Destination":{ + "shape":"Destination", + "documentation":"

Contains details of the Amazon S3 bucket and KMS key used to export findings

" + }, "status":{ "shape":"ExternalReportStatus", "documentation":"

The status of the software bill of materials (SBOM) report.

" @@ -5422,7 +5434,10 @@ "shape":"String", "documentation":"

The runtimes included in the aggregation results.

" }, - "severityCounts":{"shape":"SeverityCounts"} + "severityCounts":{ + "shape":"SeverityCounts", + "documentation":"

An object that contains the counts of aggregated finding per severity.

" + } }, "documentation":"

A response that contains the results of an Amazon Web Services Lambda function finding aggregation.

" }, @@ -5507,7 +5522,10 @@ "shape":"NonEmptyString", "documentation":"

The Resource ID of the Amazon Web Services Lambda function layer.

" }, - "severityCounts":{"shape":"SeverityCounts"} + "severityCounts":{ + "shape":"SeverityCounts", + "documentation":"

An object that contains the counts of aggregated finding per severity.

" + } }, "documentation":"

A response that contains the results of an Amazon Web Services Lambda function layer finding aggregation.

" }, @@ -6483,6 +6501,10 @@ "shape":"NumberFilter", "documentation":"

An object that contains details on the package epoch to filter on.

" }, + "filePath":{ + "shape":"StringFilter", + "documentation":"

An object that contains details on the package file path to filter on.

" + }, "name":{ "shape":"StringFilter", "documentation":"

An object that contains details on the name of the package to filter on.

" @@ -6491,7 +6513,10 @@ "shape":"StringFilter", "documentation":"

An object that contains details on the package release to filter on.

" }, - "sourceLambdaLayerArn":{"shape":"StringFilter"}, + "sourceLambdaLayerArn":{ + "shape":"StringFilter", + "documentation":"

An object that describes the details of a string filter.

" + }, "sourceLayerHash":{ "shape":"StringFilter", "documentation":"

An object that contains details on the source layer hash to filter on.

" @@ -6528,7 +6553,8 @@ "PYTHONPKG", "NODEPKG", "POM", - "GEMSPEC" + "GEMSPEC", + "DOTNET_CORE" ] }, "PackageName":{ @@ -7073,8 +7099,14 @@ "shape":"State", "documentation":"

An object detailing the state of Amazon Inspector scanning for Amazon ECR resources.

" }, - "lambda":{"shape":"State"}, - "lambdaCode":{"shape":"State"} + "lambda":{ + "shape":"State", + "documentation":"

An object that described the state of Amazon Inspector scans for an account.

" + }, + "lambdaCode":{ + "shape":"State", + "documentation":"

An object that described the state of Amazon Inspector scans for an account.

" + } }, "documentation":"

Details the state of Amazon Inspector for each resource type Amazon Inspector scans.

" }, @@ -7181,7 +7213,13 @@ "NODEJS_18_X", "GO_1_X", "JAVA_17", - "PYTHON_3_10" + "PYTHON_3_10", + "PYTHON_3_11", + "DOTNETCORE_3_1", + "DOTNET_6", + "DOTNET_7", + "RUBY_2_7", + "RUBY_3_2" ] }, "SbomReportFormat":{ diff --git a/services/inspectorscan/pom.xml b/services/inspectorscan/pom.xml index 2fe0ddce2e04..67e35d5dba3d 100644 --- a/services/inspectorscan/pom.xml +++ b/services/inspectorscan/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT inspectorscan AWS Java SDK :: Services :: Inspector Scan diff --git a/services/internetmonitor/pom.xml b/services/internetmonitor/pom.xml index ef2151a74c79..8037197c3444 100644 --- a/services/internetmonitor/pom.xml +++ b/services/internetmonitor/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT internetmonitor AWS Java SDK :: Services :: Internet Monitor diff --git a/services/iot/pom.xml b/services/iot/pom.xml index fb80abfccef9..9663f02335f0 100644 --- a/services/iot/pom.xml +++ b/services/iot/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT iot AWS Java SDK :: Services :: AWS IoT diff --git a/services/iot1clickdevices/pom.xml b/services/iot1clickdevices/pom.xml index aa05f4901e58..a6b8e46f17c5 100644 --- a/services/iot1clickdevices/pom.xml +++ b/services/iot1clickdevices/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT iot1clickdevices AWS Java SDK :: Services :: IoT 1Click Devices Service diff --git a/services/iot1clickprojects/pom.xml b/services/iot1clickprojects/pom.xml index 878237f434db..9de1442ccc3e 100644 --- a/services/iot1clickprojects/pom.xml +++ b/services/iot1clickprojects/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT iot1clickprojects AWS Java SDK :: Services :: IoT 1Click Projects diff --git a/services/iotanalytics/pom.xml b/services/iotanalytics/pom.xml index 3ff80752bf9d..9f917d3e5dce 100644 --- a/services/iotanalytics/pom.xml +++ b/services/iotanalytics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT iotanalytics AWS Java SDK :: Services :: IoTAnalytics diff --git a/services/iotdataplane/pom.xml b/services/iotdataplane/pom.xml index 094215774585..445e0cb41993 100644 --- a/services/iotdataplane/pom.xml +++ b/services/iotdataplane/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT iotdataplane AWS Java SDK :: Services :: AWS IoT Data Plane diff --git a/services/iotdeviceadvisor/pom.xml b/services/iotdeviceadvisor/pom.xml index 54c4a470234d..5ef72e86637e 100644 --- a/services/iotdeviceadvisor/pom.xml +++ b/services/iotdeviceadvisor/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT iotdeviceadvisor AWS Java SDK :: Services :: Iot Device Advisor diff --git a/services/iotevents/pom.xml b/services/iotevents/pom.xml index fbaa0f72715c..79fc1661039d 100644 --- a/services/iotevents/pom.xml +++ b/services/iotevents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT iotevents AWS Java SDK :: Services :: IoT Events diff --git a/services/ioteventsdata/pom.xml b/services/ioteventsdata/pom.xml index a452052c0f45..cd0973d7c58b 100644 --- a/services/ioteventsdata/pom.xml +++ b/services/ioteventsdata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ioteventsdata AWS Java SDK :: Services :: IoT Events Data diff --git a/services/iotfleethub/pom.xml b/services/iotfleethub/pom.xml index d25e7ab857ab..bcfd09f38b27 100644 --- a/services/iotfleethub/pom.xml +++ b/services/iotfleethub/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT iotfleethub AWS Java SDK :: Services :: Io T Fleet Hub diff --git a/services/iotfleetwise/pom.xml b/services/iotfleetwise/pom.xml index ae8422981a56..5fe91c77708d 100644 --- a/services/iotfleetwise/pom.xml +++ b/services/iotfleetwise/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT iotfleetwise AWS Java SDK :: Services :: Io T Fleet Wise diff --git a/services/iotjobsdataplane/pom.xml b/services/iotjobsdataplane/pom.xml index 6d2757abb724..e2b8bc12ad68 100644 --- a/services/iotjobsdataplane/pom.xml +++ b/services/iotjobsdataplane/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT iotjobsdataplane AWS Java SDK :: Services :: IoT Jobs Data Plane diff --git a/services/iotsecuretunneling/pom.xml b/services/iotsecuretunneling/pom.xml index 59c068945ace..2ca3f91876ab 100644 --- a/services/iotsecuretunneling/pom.xml +++ b/services/iotsecuretunneling/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT iotsecuretunneling AWS Java SDK :: Services :: IoTSecureTunneling diff --git a/services/iotsitewise/pom.xml b/services/iotsitewise/pom.xml index 3c650f912dbf..86474415cc03 100644 --- a/services/iotsitewise/pom.xml +++ b/services/iotsitewise/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT iotsitewise AWS Java SDK :: Services :: Io T Site Wise diff --git a/services/iotthingsgraph/pom.xml b/services/iotthingsgraph/pom.xml index e3f197bccbe7..c5f429437d00 100644 --- a/services/iotthingsgraph/pom.xml +++ b/services/iotthingsgraph/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT iotthingsgraph AWS Java SDK :: Services :: IoTThingsGraph diff --git a/services/iottwinmaker/pom.xml b/services/iottwinmaker/pom.xml index 527930939113..e07dab3cdb83 100644 --- a/services/iottwinmaker/pom.xml +++ b/services/iottwinmaker/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT iottwinmaker AWS Java SDK :: Services :: Io T Twin Maker diff --git a/services/iotwireless/pom.xml b/services/iotwireless/pom.xml index 65472cab5ae4..db3df26ff2a8 100644 --- a/services/iotwireless/pom.xml +++ b/services/iotwireless/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT iotwireless AWS Java SDK :: Services :: IoT Wireless diff --git a/services/ivs/pom.xml b/services/ivs/pom.xml index 5bf832ec7ff8..685e169315ca 100644 --- a/services/ivs/pom.xml +++ b/services/ivs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ivs AWS Java SDK :: Services :: Ivs diff --git a/services/ivschat/pom.xml b/services/ivschat/pom.xml index dcd8710d6837..7574494b0198 100644 --- a/services/ivschat/pom.xml +++ b/services/ivschat/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ivschat AWS Java SDK :: Services :: Ivschat diff --git a/services/ivsrealtime/pom.xml b/services/ivsrealtime/pom.xml index fed72f8d6ed8..01b65d8d8414 100644 --- a/services/ivsrealtime/pom.xml +++ b/services/ivsrealtime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ivsrealtime AWS Java SDK :: Services :: IVS Real Time diff --git a/services/kafka/pom.xml b/services/kafka/pom.xml index 76c09d0fad6a..db35a00793f5 100644 --- a/services/kafka/pom.xml +++ b/services/kafka/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT kafka AWS Java SDK :: Services :: Kafka diff --git a/services/kafkaconnect/pom.xml b/services/kafkaconnect/pom.xml index 7b2b5bd42cad..a75eba099f28 100644 --- a/services/kafkaconnect/pom.xml +++ b/services/kafkaconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT kafkaconnect AWS Java SDK :: Services :: Kafka Connect diff --git a/services/kendra/pom.xml b/services/kendra/pom.xml index 204e92d982b9..68eb2a37e06d 100644 --- a/services/kendra/pom.xml +++ b/services/kendra/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT kendra AWS Java SDK :: Services :: Kendra diff --git a/services/kendraranking/pom.xml b/services/kendraranking/pom.xml index ef30feb0e819..7a393f8fa69b 100644 --- a/services/kendraranking/pom.xml +++ b/services/kendraranking/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT kendraranking AWS Java SDK :: Services :: Kendra Ranking diff --git a/services/keyspaces/pom.xml b/services/keyspaces/pom.xml index 64b042d48018..8ed41e7425e7 100644 --- a/services/keyspaces/pom.xml +++ b/services/keyspaces/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT keyspaces AWS Java SDK :: Services :: Keyspaces diff --git a/services/kinesis/pom.xml b/services/kinesis/pom.xml index 457515b0c5cf..cb8c13279913 100644 --- a/services/kinesis/pom.xml +++ b/services/kinesis/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT kinesis AWS Java SDK :: Services :: Amazon Kinesis diff --git a/services/kinesisanalytics/pom.xml b/services/kinesisanalytics/pom.xml index b5e7793fc708..878a89bb3b2a 100644 --- a/services/kinesisanalytics/pom.xml +++ b/services/kinesisanalytics/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT kinesisanalytics AWS Java SDK :: Services :: Amazon Kinesis Analytics diff --git a/services/kinesisanalyticsv2/pom.xml b/services/kinesisanalyticsv2/pom.xml index d9425ec061f5..6df8a8cf562b 100644 --- a/services/kinesisanalyticsv2/pom.xml +++ b/services/kinesisanalyticsv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT kinesisanalyticsv2 AWS Java SDK :: Services :: Kinesis Analytics V2 diff --git a/services/kinesisvideo/pom.xml b/services/kinesisvideo/pom.xml index eccb1945685c..7fa2916afbf3 100644 --- a/services/kinesisvideo/pom.xml +++ b/services/kinesisvideo/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 kinesisvideo diff --git a/services/kinesisvideoarchivedmedia/pom.xml b/services/kinesisvideoarchivedmedia/pom.xml index 88da11ca8eb1..c30ef7d943f8 100644 --- a/services/kinesisvideoarchivedmedia/pom.xml +++ b/services/kinesisvideoarchivedmedia/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT kinesisvideoarchivedmedia AWS Java SDK :: Services :: Kinesis Video Archived Media diff --git a/services/kinesisvideomedia/pom.xml b/services/kinesisvideomedia/pom.xml index dec2b2674e61..69422215928c 100644 --- a/services/kinesisvideomedia/pom.xml +++ b/services/kinesisvideomedia/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT kinesisvideomedia AWS Java SDK :: Services :: Kinesis Video Media diff --git a/services/kinesisvideosignaling/pom.xml b/services/kinesisvideosignaling/pom.xml index 791946cf1e17..7f63d597b65e 100644 --- a/services/kinesisvideosignaling/pom.xml +++ b/services/kinesisvideosignaling/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT kinesisvideosignaling AWS Java SDK :: Services :: Kinesis Video Signaling diff --git a/services/kinesisvideowebrtcstorage/pom.xml b/services/kinesisvideowebrtcstorage/pom.xml index d35994e71e43..4bcce6f8f6e4 100644 --- a/services/kinesisvideowebrtcstorage/pom.xml +++ b/services/kinesisvideowebrtcstorage/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT kinesisvideowebrtcstorage AWS Java SDK :: Services :: Kinesis Video Web RTC Storage diff --git a/services/kms/pom.xml b/services/kms/pom.xml index 010848df20f0..b1f38c0d303e 100644 --- a/services/kms/pom.xml +++ b/services/kms/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT kms AWS Java SDK :: Services :: AWS KMS diff --git a/services/lakeformation/pom.xml b/services/lakeformation/pom.xml index a2b7ae38e090..bd2e276468d9 100644 --- a/services/lakeformation/pom.xml +++ b/services/lakeformation/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT lakeformation AWS Java SDK :: Services :: LakeFormation diff --git a/services/lambda/pom.xml b/services/lambda/pom.xml index 52de8efb0030..cd7b7d45402c 100644 --- a/services/lambda/pom.xml +++ b/services/lambda/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT lambda AWS Java SDK :: Services :: AWS Lambda diff --git a/services/lambda/src/main/resources/codegen-resources/service-2.json b/services/lambda/src/main/resources/codegen-resources/service-2.json index 27494f9cecee..8a09127abdad 100644 --- a/services/lambda/src/main/resources/codegen-resources/service-2.json +++ b/services/lambda/src/main/resources/codegen-resources/service-2.json @@ -5452,7 +5452,8 @@ "nodejs20.x", "provided.al2023", "python3.12", - "java21" + "java21", + "python3.13" ] }, "RuntimeVersionArn":{ diff --git a/services/launchwizard/pom.xml b/services/launchwizard/pom.xml index 43466f2c5e08..6f2ee4d77d94 100644 --- a/services/launchwizard/pom.xml +++ b/services/launchwizard/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT launchwizard AWS Java SDK :: Services :: Launch Wizard diff --git a/services/lexmodelbuilding/pom.xml b/services/lexmodelbuilding/pom.xml index 16731a6c25d2..7c3c49d17294 100644 --- a/services/lexmodelbuilding/pom.xml +++ b/services/lexmodelbuilding/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT lexmodelbuilding AWS Java SDK :: Services :: Amazon Lex Model Building diff --git a/services/lexmodelsv2/pom.xml b/services/lexmodelsv2/pom.xml index ea1f43c99730..a6d168688e4c 100644 --- a/services/lexmodelsv2/pom.xml +++ b/services/lexmodelsv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT lexmodelsv2 AWS Java SDK :: Services :: Lex Models V2 diff --git a/services/lexruntime/pom.xml b/services/lexruntime/pom.xml index 71d9db778302..d1c60619607e 100644 --- a/services/lexruntime/pom.xml +++ b/services/lexruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT lexruntime AWS Java SDK :: Services :: Amazon Lex Runtime diff --git a/services/lexruntimev2/pom.xml b/services/lexruntimev2/pom.xml index 6a7b9bb89176..0285ba34a6ed 100644 --- a/services/lexruntimev2/pom.xml +++ b/services/lexruntimev2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT lexruntimev2 AWS Java SDK :: Services :: Lex Runtime V2 diff --git a/services/licensemanager/pom.xml b/services/licensemanager/pom.xml index f0e96c537c83..cabefbc5aad9 100644 --- a/services/licensemanager/pom.xml +++ b/services/licensemanager/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT licensemanager AWS Java SDK :: Services :: License Manager diff --git a/services/licensemanagerlinuxsubscriptions/pom.xml b/services/licensemanagerlinuxsubscriptions/pom.xml index 411359a7f90a..3fb4c82b7f47 100644 --- a/services/licensemanagerlinuxsubscriptions/pom.xml +++ b/services/licensemanagerlinuxsubscriptions/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT licensemanagerlinuxsubscriptions AWS Java SDK :: Services :: License Manager Linux Subscriptions diff --git a/services/licensemanagerusersubscriptions/pom.xml b/services/licensemanagerusersubscriptions/pom.xml index 5aa7a4798d04..cb575afb8857 100644 --- a/services/licensemanagerusersubscriptions/pom.xml +++ b/services/licensemanagerusersubscriptions/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT licensemanagerusersubscriptions AWS Java SDK :: Services :: License Manager User Subscriptions diff --git a/services/lightsail/pom.xml b/services/lightsail/pom.xml index ca6e834a6b72..428e6421a144 100644 --- a/services/lightsail/pom.xml +++ b/services/lightsail/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT lightsail AWS Java SDK :: Services :: Amazon Lightsail diff --git a/services/location/pom.xml b/services/location/pom.xml index fd9385fd2946..c3862d485427 100644 --- a/services/location/pom.xml +++ b/services/location/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT location AWS Java SDK :: Services :: Location diff --git a/services/lookoutequipment/pom.xml b/services/lookoutequipment/pom.xml index 5869130ca0bf..c06240df3958 100644 --- a/services/lookoutequipment/pom.xml +++ b/services/lookoutequipment/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT lookoutequipment AWS Java SDK :: Services :: Lookout Equipment diff --git a/services/lookoutmetrics/pom.xml b/services/lookoutmetrics/pom.xml index 51d4ab838a06..eb9ee008ed62 100644 --- a/services/lookoutmetrics/pom.xml +++ b/services/lookoutmetrics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT lookoutmetrics AWS Java SDK :: Services :: Lookout Metrics diff --git a/services/lookoutvision/pom.xml b/services/lookoutvision/pom.xml index 263500e87608..17c5205a4295 100644 --- a/services/lookoutvision/pom.xml +++ b/services/lookoutvision/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT lookoutvision AWS Java SDK :: Services :: Lookout Vision diff --git a/services/m2/pom.xml b/services/m2/pom.xml index 41386a83ef85..e2a6927926f1 100644 --- a/services/m2/pom.xml +++ b/services/m2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT m2 AWS Java SDK :: Services :: M2 diff --git a/services/machinelearning/pom.xml b/services/machinelearning/pom.xml index 30727e9c3638..e58405d60866 100644 --- a/services/machinelearning/pom.xml +++ b/services/machinelearning/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT machinelearning AWS Java SDK :: Services :: Amazon Machine Learning diff --git a/services/macie2/pom.xml b/services/macie2/pom.xml index 7499f1afa789..1cc496c4b1cd 100644 --- a/services/macie2/pom.xml +++ b/services/macie2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT macie2 AWS Java SDK :: Services :: Macie2 diff --git a/services/mailmanager/pom.xml b/services/mailmanager/pom.xml index ffd82d6abe67..2a40ac473e8d 100644 --- a/services/mailmanager/pom.xml +++ b/services/mailmanager/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT mailmanager AWS Java SDK :: Services :: Mail Manager diff --git a/services/managedblockchain/pom.xml b/services/managedblockchain/pom.xml index 56d7a645fd7f..82227cc97474 100644 --- a/services/managedblockchain/pom.xml +++ b/services/managedblockchain/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT managedblockchain AWS Java SDK :: Services :: ManagedBlockchain diff --git a/services/managedblockchainquery/pom.xml b/services/managedblockchainquery/pom.xml index 2bf23d2c5617..3f60f46dfcf4 100644 --- a/services/managedblockchainquery/pom.xml +++ b/services/managedblockchainquery/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT managedblockchainquery AWS Java SDK :: Services :: Managed Blockchain Query diff --git a/services/marketplaceagreement/pom.xml b/services/marketplaceagreement/pom.xml index ffdc176f9635..6120fadcfa84 100644 --- a/services/marketplaceagreement/pom.xml +++ b/services/marketplaceagreement/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT marketplaceagreement AWS Java SDK :: Services :: Marketplace Agreement diff --git a/services/marketplacecatalog/pom.xml b/services/marketplacecatalog/pom.xml index adaa8e4a1011..b128085f6880 100644 --- a/services/marketplacecatalog/pom.xml +++ b/services/marketplacecatalog/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT marketplacecatalog AWS Java SDK :: Services :: Marketplace Catalog diff --git a/services/marketplacecommerceanalytics/pom.xml b/services/marketplacecommerceanalytics/pom.xml index 78543a893604..348bd66f7e36 100644 --- a/services/marketplacecommerceanalytics/pom.xml +++ b/services/marketplacecommerceanalytics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT marketplacecommerceanalytics AWS Java SDK :: Services :: AWS Marketplace Commerce Analytics diff --git a/services/marketplacedeployment/pom.xml b/services/marketplacedeployment/pom.xml index c1e71100e62c..c4431612fee6 100644 --- a/services/marketplacedeployment/pom.xml +++ b/services/marketplacedeployment/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT marketplacedeployment AWS Java SDK :: Services :: Marketplace Deployment diff --git a/services/marketplaceentitlement/pom.xml b/services/marketplaceentitlement/pom.xml index 2cf933c1d0f4..789cebbcd727 100644 --- a/services/marketplaceentitlement/pom.xml +++ b/services/marketplaceentitlement/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT marketplaceentitlement AWS Java SDK :: Services :: AWS Marketplace Entitlement diff --git a/services/marketplacemetering/pom.xml b/services/marketplacemetering/pom.xml index 9187ffa2635b..24ddedb1f8f6 100644 --- a/services/marketplacemetering/pom.xml +++ b/services/marketplacemetering/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT marketplacemetering AWS Java SDK :: Services :: AWS Marketplace Metering Service diff --git a/services/marketplacereporting/pom.xml b/services/marketplacereporting/pom.xml index 2b30caf8c7e4..8ae0e27cd911 100644 --- a/services/marketplacereporting/pom.xml +++ b/services/marketplacereporting/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT marketplacereporting AWS Java SDK :: Services :: Marketplace Reporting diff --git a/services/mediaconnect/pom.xml b/services/mediaconnect/pom.xml index afeaf2ee2e93..96918fad5322 100644 --- a/services/mediaconnect/pom.xml +++ b/services/mediaconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT mediaconnect AWS Java SDK :: Services :: MediaConnect diff --git a/services/mediaconvert/pom.xml b/services/mediaconvert/pom.xml index 44d97c7adbf2..6eeb61e19f62 100644 --- a/services/mediaconvert/pom.xml +++ b/services/mediaconvert/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 mediaconvert diff --git a/services/medialive/pom.xml b/services/medialive/pom.xml index f5046ef528a0..9eee9fbaee2c 100644 --- a/services/medialive/pom.xml +++ b/services/medialive/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 medialive diff --git a/services/mediapackage/pom.xml b/services/mediapackage/pom.xml index 715d3e17ef3b..c76d0fcf5b4a 100644 --- a/services/mediapackage/pom.xml +++ b/services/mediapackage/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 mediapackage diff --git a/services/mediapackagev2/pom.xml b/services/mediapackagev2/pom.xml index c6033c1216bc..f5072087a1d2 100644 --- a/services/mediapackagev2/pom.xml +++ b/services/mediapackagev2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT mediapackagev2 AWS Java SDK :: Services :: Media Package V2 diff --git a/services/mediapackagevod/pom.xml b/services/mediapackagevod/pom.xml index f38890f91fb6..63a341247f88 100644 --- a/services/mediapackagevod/pom.xml +++ b/services/mediapackagevod/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT mediapackagevod AWS Java SDK :: Services :: MediaPackage Vod diff --git a/services/mediastore/pom.xml b/services/mediastore/pom.xml index f87480d76939..0f3489515150 100644 --- a/services/mediastore/pom.xml +++ b/services/mediastore/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 mediastore diff --git a/services/mediastoredata/pom.xml b/services/mediastoredata/pom.xml index ae933bc5768a..3f0fd5a78878 100644 --- a/services/mediastoredata/pom.xml +++ b/services/mediastoredata/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 mediastoredata diff --git a/services/mediatailor/pom.xml b/services/mediatailor/pom.xml index 427616bb997e..30f8480ff7eb 100644 --- a/services/mediatailor/pom.xml +++ b/services/mediatailor/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT mediatailor AWS Java SDK :: Services :: MediaTailor diff --git a/services/medicalimaging/pom.xml b/services/medicalimaging/pom.xml index 5e55620ff9f7..32fb3469edef 100644 --- a/services/medicalimaging/pom.xml +++ b/services/medicalimaging/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT medicalimaging AWS Java SDK :: Services :: Medical Imaging diff --git a/services/memorydb/pom.xml b/services/memorydb/pom.xml index 2d16b53c4529..80dd89441cf9 100644 --- a/services/memorydb/pom.xml +++ b/services/memorydb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT memorydb AWS Java SDK :: Services :: Memory DB diff --git a/services/mgn/pom.xml b/services/mgn/pom.xml index 2a7cf0886e06..8cdedb5659e5 100644 --- a/services/mgn/pom.xml +++ b/services/mgn/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT mgn AWS Java SDK :: Services :: Mgn diff --git a/services/migrationhub/pom.xml b/services/migrationhub/pom.xml index fb375f9976b9..cac3d50e5dc0 100644 --- a/services/migrationhub/pom.xml +++ b/services/migrationhub/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 migrationhub diff --git a/services/migrationhubconfig/pom.xml b/services/migrationhubconfig/pom.xml index 5762da35f767..fdd8071ec713 100644 --- a/services/migrationhubconfig/pom.xml +++ b/services/migrationhubconfig/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT migrationhubconfig AWS Java SDK :: Services :: MigrationHub Config diff --git a/services/migrationhuborchestrator/pom.xml b/services/migrationhuborchestrator/pom.xml index 148092e5fb8b..0dbb159a322a 100644 --- a/services/migrationhuborchestrator/pom.xml +++ b/services/migrationhuborchestrator/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT migrationhuborchestrator AWS Java SDK :: Services :: Migration Hub Orchestrator diff --git a/services/migrationhubrefactorspaces/pom.xml b/services/migrationhubrefactorspaces/pom.xml index 806ab10a5a8d..81f4316ec9c8 100644 --- a/services/migrationhubrefactorspaces/pom.xml +++ b/services/migrationhubrefactorspaces/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT migrationhubrefactorspaces AWS Java SDK :: Services :: Migration Hub Refactor Spaces diff --git a/services/migrationhubstrategy/pom.xml b/services/migrationhubstrategy/pom.xml index 931ef76ac649..2ff6c25a23bb 100644 --- a/services/migrationhubstrategy/pom.xml +++ b/services/migrationhubstrategy/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT migrationhubstrategy AWS Java SDK :: Services :: Migration Hub Strategy diff --git a/services/mq/pom.xml b/services/mq/pom.xml index 5acb89ae5c5c..f4d505251349 100644 --- a/services/mq/pom.xml +++ b/services/mq/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 mq diff --git a/services/mturk/pom.xml b/services/mturk/pom.xml index 65a40cdd54ec..bc70ac2b914f 100644 --- a/services/mturk/pom.xml +++ b/services/mturk/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT mturk AWS Java SDK :: Services :: Amazon Mechanical Turk Requester diff --git a/services/mwaa/pom.xml b/services/mwaa/pom.xml index e2a1209f41e6..29cd8b901c87 100644 --- a/services/mwaa/pom.xml +++ b/services/mwaa/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT mwaa AWS Java SDK :: Services :: MWAA diff --git a/services/neptune/pom.xml b/services/neptune/pom.xml index 1058f1e46e65..9fcfadbdee5d 100644 --- a/services/neptune/pom.xml +++ b/services/neptune/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT neptune AWS Java SDK :: Services :: Neptune diff --git a/services/neptunedata/pom.xml b/services/neptunedata/pom.xml index 63bc0d60e573..a06728912751 100644 --- a/services/neptunedata/pom.xml +++ b/services/neptunedata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT neptunedata AWS Java SDK :: Services :: Neptunedata diff --git a/services/neptunegraph/pom.xml b/services/neptunegraph/pom.xml index 353f4b5a7e71..95e1370a5032 100644 --- a/services/neptunegraph/pom.xml +++ b/services/neptunegraph/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT neptunegraph AWS Java SDK :: Services :: Neptune Graph diff --git a/services/networkfirewall/pom.xml b/services/networkfirewall/pom.xml index 57c14f3df566..d1c09bb6d1ab 100644 --- a/services/networkfirewall/pom.xml +++ b/services/networkfirewall/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT networkfirewall AWS Java SDK :: Services :: Network Firewall diff --git a/services/networkmanager/pom.xml b/services/networkmanager/pom.xml index 106eacb3ddd7..dc1b6f325a3f 100644 --- a/services/networkmanager/pom.xml +++ b/services/networkmanager/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT networkmanager AWS Java SDK :: Services :: NetworkManager diff --git a/services/networkmonitor/pom.xml b/services/networkmonitor/pom.xml index 65e7892c20ae..479ad2c1920e 100644 --- a/services/networkmonitor/pom.xml +++ b/services/networkmonitor/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT networkmonitor AWS Java SDK :: Services :: Network Monitor diff --git a/services/oam/pom.xml b/services/oam/pom.xml index 1b754459d9fa..488186167513 100644 --- a/services/oam/pom.xml +++ b/services/oam/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT oam AWS Java SDK :: Services :: OAM diff --git a/services/omics/pom.xml b/services/omics/pom.xml index 97e9cf9214c4..90e6ed8ee306 100644 --- a/services/omics/pom.xml +++ b/services/omics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT omics AWS Java SDK :: Services :: Omics diff --git a/services/opensearch/pom.xml b/services/opensearch/pom.xml index 7c1dd2f29b57..fbe8c115a242 100644 --- a/services/opensearch/pom.xml +++ b/services/opensearch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT opensearch AWS Java SDK :: Services :: Open Search diff --git a/services/opensearch/src/main/resources/codegen-resources/service-2.json b/services/opensearch/src/main/resources/codegen-resources/service-2.json index 0dd3f5a57a12..400f99658b3f 100644 --- a/services/opensearch/src/main/resources/codegen-resources/service-2.json +++ b/services/opensearch/src/main/resources/codegen-resources/service-2.json @@ -79,6 +79,24 @@ ], "documentation":"

Associates a package with an Amazon OpenSearch Service domain. For more information, see Custom packages for Amazon OpenSearch Service.

" }, + "AssociatePackages":{ + "name":"AssociatePackages", + "http":{ + "method":"POST", + "requestUri":"/2021-01-01/packages/associateMultiple" + }, + "input":{"shape":"AssociatePackagesRequest"}, + "output":{"shape":"AssociatePackagesResponse"}, + "errors":[ + {"shape":"BaseException"}, + {"shape":"InternalException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"DisabledOperationException"} + ], + "documentation":"

Operation in the Amazon OpenSearch Service API for associating multiple packages with a domain simultaneously.

" + }, "AuthorizeVpcEndpointAccess":{ "name":"AuthorizeVpcEndpointAccess", "http":{ @@ -597,6 +615,24 @@ ], "documentation":"

Removes a package from the specified Amazon OpenSearch Service domain. The package can't be in use with any OpenSearch index for the dissociation to succeed. The package is still available in OpenSearch Service for association later. For more information, see Custom packages for Amazon OpenSearch Service.

" }, + "DissociatePackages":{ + "name":"DissociatePackages", + "http":{ + "method":"POST", + "requestUri":"/2021-01-01/packages/dissociateMultiple" + }, + "input":{"shape":"DissociatePackagesRequest"}, + "output":{"shape":"DissociatePackagesResponse"}, + "errors":[ + {"shape":"BaseException"}, + {"shape":"InternalException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"DisabledOperationException"} + ], + "documentation":"

Dissociates multiple packages from a domain simulatneously.

" + }, "GetApplication":{ "name":"GetApplication", "http":{ @@ -1103,6 +1139,23 @@ ], "documentation":"

Updates a package for use with Amazon OpenSearch Service domains. For more information, see Custom packages for Amazon OpenSearch Service.

" }, + "UpdatePackageScope":{ + "name":"UpdatePackageScope", + "http":{ + "method":"POST", + "requestUri":"/2021-01-01/packages/updateScope" + }, + "input":{"shape":"UpdatePackageScopeRequest"}, + "output":{"shape":"UpdatePackageScopeResponse"}, + "errors":[ + {"shape":"BaseException"}, + {"shape":"InternalException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"DisabledOperationException"} + ], + "documentation":"

Updates the scope of a package. Scope of the package defines users who can view and associate a package.

" + }, "UpdateScheduledAction":{ "name":"UpdateScheduledAction", "http":{ @@ -1582,6 +1635,14 @@ "documentation":"

Name of the domain to associate the package with.

", "location":"uri", "locationName":"DomainName" + }, + "PrerequisitePackageIDList":{ + "shape":"PackageIDList", + "documentation":"

A list of package IDs that must be associated with the domain before the package specified in the request can be associated.

" + }, + "AssociationConfiguration":{ + "shape":"PackageAssociationConfiguration", + "documentation":"

The configuration for associating a package with an Amazon OpenSearch Service domain.

" } }, "documentation":"

Container for the request parameters to the AssociatePackage operation.

" @@ -1596,6 +1657,29 @@ }, "documentation":"

Container for the response returned by the AssociatePackage operation.

" }, + "AssociatePackagesRequest":{ + "type":"structure", + "required":[ + "PackageList", + "DomainName" + ], + "members":{ + "PackageList":{ + "shape":"PackageDetailsForAssociationList", + "documentation":"

A list of packages and their prerequisites to be associated with a domain.

" + }, + "DomainName":{"shape":"DomainName"} + } + }, + "AssociatePackagesResponse":{ + "type":"structure", + "members":{ + "DomainPackageDetailsList":{ + "shape":"DomainPackageDetailsList", + "documentation":"

List of information about packages that are associated with a domain.

" + } + } + }, "AuthorizeVpcEndpointAccessRequest":{ "type":"structure", "required":["DomainName"], @@ -2546,6 +2630,22 @@ "PackageSource":{ "shape":"PackageSource", "documentation":"

The Amazon S3 location from which to import the package.

" + }, + "PackageConfiguration":{ + "shape":"PackageConfiguration", + "documentation":"

The configuration parameters for the package being created.

" + }, + "EngineVersion":{ + "shape":"EngineVersion", + "documentation":"

The version of the Amazon OpenSearch Service engine for which is compatible with the package. This can only be specified for package type ZIP-PLUGIN

" + }, + "PackageVendingOptions":{ + "shape":"PackageVendingOptions", + "documentation":"

The vending options for the package being created. They determine if the package can be vended to other users.

" + }, + "PackageEncryptionOptions":{ + "shape":"PackageEncryptionOptions", + "documentation":"

The encryption parameters for the package being created.

" } }, "documentation":"

Container for request parameters to the CreatePackage operation.

" @@ -3256,7 +3356,8 @@ "PackageName", "PackageStatus", "PackageType", - "EngineVersion" + "EngineVersion", + "PackageOwner" ] }, "DescribePackagesFilterValue":{ @@ -3445,6 +3546,29 @@ }, "documentation":"

Container for the response returned by an DissociatePackage operation.

" }, + "DissociatePackagesRequest":{ + "type":"structure", + "required":[ + "PackageList", + "DomainName" + ], + "members":{ + "PackageList":{ + "shape":"PackageIDList", + "documentation":"

A list of package IDs to be dissociated from a domain.

" + }, + "DomainName":{"shape":"DomainName"} + } + }, + "DissociatePackagesResponse":{ + "type":"structure", + "members":{ + "DomainPackageDetailsList":{ + "shape":"DomainPackageDetailsList", + "documentation":"

A list of package details for the packages that were dissociated from the domain.

" + } + } + }, "DomainArn":{ "type":"string", "max":512, @@ -3763,6 +3887,10 @@ "shape":"PackageVersion", "documentation":"

The current version of the package.

" }, + "PrerequisitePackageIDList":{ + "shape":"PackageIDList", + "documentation":"

A list of package IDs that must be associated with the domain before or with the package can be associated.

" + }, "ReferencePath":{ "shape":"ReferencePath", "documentation":"

The relative path of the package on the OpenSearch Service cluster nodes. This is synonym_path when the package is for synonym files.

" @@ -3770,6 +3898,10 @@ "ErrorDetails":{ "shape":"ErrorDetails", "documentation":"

Additional information if the package is in an error state. Null otherwise.

" + }, + "AssociationConfiguration":{ + "shape":"PackageAssociationConfiguration", + "documentation":"

The configuration for associating a package with an Amazon OpenSearch Service domain.

" } }, "documentation":"

Information about a package that is associated with a domain. For more information, see Custom packages for Amazon OpenSearch Service.

" @@ -4848,6 +4980,21 @@ }, "documentation":"

Describes the JWT options configured for the domain.

" }, + "KeyStoreAccessOption":{ + "type":"structure", + "required":["KeyStoreAccessEnabled"], + "members":{ + "KeyAccessRoleArn":{ + "shape":"RoleArn", + "documentation":"

Role ARN to access the KeyStore Key

" + }, + "KeyStoreAccessEnabled":{ + "shape":"Boolean", + "documentation":"

This indicates whether Key Store access is enabled

" + } + }, + "documentation":"

The configuration parameters to enable access to the key store required by the package.

" + }, "KmsKeyId":{ "type":"string", "max":500, @@ -4855,6 +5002,11 @@ "pattern":".*" }, "LastUpdated":{"type":"timestamp"}, + "LicenseFilepath":{ + "type":"string", + "max":256, + "pattern":"^(?!.*\\/\\.{2,})(?!.*\\.\\.)[a-zA-Z0-9_.-]+(?:\\/[a-zA-Z0-9_.-]+)*$" + }, "LimitExceededException":{ "type":"structure", "members":{ @@ -5911,6 +6063,42 @@ "min":12, "pattern":"[0-9]+" }, + "PackageAssociationConfiguration":{ + "type":"structure", + "members":{ + "KeyStoreAccessOption":{ + "shape":"KeyStoreAccessOption", + "documentation":"

The configuration parameters to enable accessing the key store required by the package.

" + } + }, + "documentation":"

The configuration for associating a package with a domain.

" + }, + "PackageConfiguration":{ + "type":"structure", + "required":[ + "LicenseRequirement", + "ConfigurationRequirement" + ], + "members":{ + "LicenseRequirement":{ + "shape":"RequirementLevel", + "documentation":"

The license requirements for the package.

" + }, + "LicenseFilepath":{ + "shape":"LicenseFilepath", + "documentation":"

The relative file path for the license associated with the package.

" + }, + "ConfigurationRequirement":{ + "shape":"RequirementLevel", + "documentation":"

The configuration requirements for the package.

" + }, + "RequiresRestartForConfigurationUpdate":{ + "shape":"Boolean", + "documentation":"

This indicates whether a B/G deployment is required for updating the configuration that the plugin is prerequisite for.

" + } + }, + "documentation":"

The configuration parameters for a package.

" + }, "PackageDescription":{ "type":"string", "max":1024 @@ -5961,17 +6149,79 @@ "AvailablePluginProperties":{ "shape":"PluginProperties", "documentation":"

If the package is a ZIP-PLUGIN package, additional information about plugin properties.

" + }, + "AvailablePackageConfiguration":{ + "shape":"PackageConfiguration", + "documentation":"

This represents the available configuration parameters for the package.

" + }, + "AllowListedUserList":{ + "shape":"PackageUserList", + "documentation":"

A list of users who are allowed to view and associate the package. This field is only visible to the owner of a package.

" + }, + "PackageOwner":{ + "shape":"PackageOwner", + "documentation":"

The owner of the package who is allowed to create/update a package and add users to the package scope.

" + }, + "PackageVendingOptions":{ + "shape":"PackageVendingOptions", + "documentation":"

Package Vending Options for a package.

" + }, + "PackageEncryptionOptions":{ + "shape":"PackageEncryptionOptions", + "documentation":"

Package Encryption Options for a package.

" } }, "documentation":"

Basic information about a package.

" }, + "PackageDetailsForAssociation":{ + "type":"structure", + "required":["PackageID"], + "members":{ + "PackageID":{ + "shape":"PackageID", + "documentation":"

Internal ID of the package that you want to associate with a domain.

" + }, + "PrerequisitePackageIDList":{ + "shape":"PackageIDList", + "documentation":"

List of package IDs that must be associated with the domain with or before the package can be associated.

" + }, + "AssociationConfiguration":{ + "shape":"PackageAssociationConfiguration", + "documentation":"

The configuration parameters for associating the package with a domain.

" + } + }, + "documentation":"

Details of a package that is associated with a domain.

" + }, + "PackageDetailsForAssociationList":{ + "type":"list", + "member":{"shape":"PackageDetailsForAssociation"} + }, "PackageDetailsList":{ "type":"list", "member":{"shape":"PackageDetails"} }, + "PackageEncryptionOptions":{ + "type":"structure", + "required":["EncryptionEnabled"], + "members":{ + "KmsKeyIdentifier":{ + "shape":"KmsKeyId", + "documentation":"

KMS key ID for encrypting the package.

" + }, + "EncryptionEnabled":{ + "shape":"Boolean", + "documentation":"

This indicates whether encryption is enabled for the package.

" + } + }, + "documentation":"

Encryption options for a package.

" + }, "PackageID":{ "type":"string", - "pattern":"^([FG][0-9]+)$" + "pattern":"^([FG][0-9]+)$|^(pkg-[a-f0-9]+)$" + }, + "PackageIDList":{ + "type":"list", + "member":{"shape":"PackageID"} }, "PackageName":{ "type":"string", @@ -5979,6 +6229,18 @@ "min":3, "pattern":"[a-z][a-z0-9\\-]+" }, + "PackageOwner":{ + "type":"string", + "max":1024 + }, + "PackageScopeOperationEnum":{ + "type":"string", + "enum":[ + "ADD", + "OVERRIDE", + "REMOVE" + ] + }, "PackageSource":{ "type":"structure", "members":{ @@ -6010,9 +6272,32 @@ "type":"string", "enum":[ "TXT-DICTIONARY", - "ZIP-PLUGIN" + "ZIP-PLUGIN", + "PACKAGE-LICENSE", + "PACKAGE-CONFIG" ] }, + "PackageUser":{ + "type":"string", + "max":12, + "min":6, + "pattern":"^[0-9]{12}$|^GLOBAL$" + }, + "PackageUserList":{ + "type":"list", + "member":{"shape":"PackageUser"} + }, + "PackageVendingOptions":{ + "type":"structure", + "required":["VendingEnabled"], + "members":{ + "VendingEnabled":{ + "shape":"Boolean", + "documentation":"

This indicates whether vending is enabled for the package to determine if package can be used by other users.

" + } + }, + "documentation":"

The vending options for a package to determine if the package can be used by other users.

" + }, "PackageVersion":{"type":"string"}, "PackageVersionHistory":{ "type":"structure", @@ -6032,6 +6317,10 @@ "PluginProperties":{ "shape":"PluginProperties", "documentation":"

Additional information about plugin properties if the package is a ZIP-PLUGIN package.

" + }, + "PackageConfiguration":{ + "shape":"PackageConfiguration", + "documentation":"

The configuration details for a specific version of a package.

" } }, "documentation":"

Details about a package version.

" @@ -6218,6 +6507,14 @@ "min":1, "pattern":"^([\\s\\S]*)$" }, + "RequirementLevel":{ + "type":"string", + "enum":[ + "REQUIRED", + "OPTIONAL", + "NONE" + ] + }, "ReservationToken":{ "type":"string", "max":64, @@ -7171,6 +7468,14 @@ "CommitMessage":{ "shape":"CommitMessage", "documentation":"

Commit message for the updated file, which is shown as part of GetPackageVersionHistoryResponse.

" + }, + "PackageConfiguration":{ + "shape":"PackageConfiguration", + "documentation":"

The updated configuration details for a package.

" + }, + "PackageEncryptionOptions":{ + "shape":"PackageEncryptionOptions", + "documentation":"

Encryption options for a package.

" } }, "documentation":"

Container for request parameters to the UpdatePackage operation.

" @@ -7185,6 +7490,45 @@ }, "documentation":"

Container for the response returned by the UpdatePackage operation.

" }, + "UpdatePackageScopeRequest":{ + "type":"structure", + "required":[ + "PackageID", + "Operation", + "PackageUserList" + ], + "members":{ + "PackageID":{ + "shape":"PackageID", + "documentation":"

ID of the package whose scope is being updated.

" + }, + "Operation":{ + "shape":"PackageScopeOperationEnum", + "documentation":"

The operation to perform on the package scope (e.g., add/remove/override users).

" + }, + "PackageUserList":{ + "shape":"PackageUserList", + "documentation":"

List of users to be added or removed from the package scope.

" + } + } + }, + "UpdatePackageScopeResponse":{ + "type":"structure", + "members":{ + "PackageID":{ + "shape":"PackageID", + "documentation":"

ID of the package whose scope was updated.

" + }, + "Operation":{ + "shape":"PackageScopeOperationEnum", + "documentation":"

The operation that was performed on the package scope.

" + }, + "PackageUserList":{ + "shape":"PackageUserList", + "documentation":"

List of users who have access to the package after the scope update.

" + } + } + }, "UpdateScheduledActionRequest":{ "type":"structure", "required":[ diff --git a/services/opensearchserverless/pom.xml b/services/opensearchserverless/pom.xml index 06f4a9b3b8a9..3be008e5d09c 100644 --- a/services/opensearchserverless/pom.xml +++ b/services/opensearchserverless/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT opensearchserverless AWS Java SDK :: Services :: Open Search Serverless diff --git a/services/opsworks/pom.xml b/services/opsworks/pom.xml index 13d56f513ba1..70a11ae32b10 100644 --- a/services/opsworks/pom.xml +++ b/services/opsworks/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT opsworks AWS Java SDK :: Services :: AWS OpsWorks diff --git a/services/opsworkscm/pom.xml b/services/opsworkscm/pom.xml index e1980f24291f..fac3097b29f4 100644 --- a/services/opsworkscm/pom.xml +++ b/services/opsworkscm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT opsworkscm AWS Java SDK :: Services :: AWS OpsWorks for Chef Automate diff --git a/services/organizations/pom.xml b/services/organizations/pom.xml index 84c4ff2b82fa..86cf97316d5c 100644 --- a/services/organizations/pom.xml +++ b/services/organizations/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT organizations AWS Java SDK :: Services :: AWS Organizations diff --git a/services/osis/pom.xml b/services/osis/pom.xml index 0fe97748ffe5..9063a973b101 100644 --- a/services/osis/pom.xml +++ b/services/osis/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT osis AWS Java SDK :: Services :: OSIS diff --git a/services/outposts/pom.xml b/services/outposts/pom.xml index 0e5bf0665b00..adbb6c71caee 100644 --- a/services/outposts/pom.xml +++ b/services/outposts/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT outposts AWS Java SDK :: Services :: Outposts diff --git a/services/outposts/src/main/resources/codegen-resources/paginators-1.json b/services/outposts/src/main/resources/codegen-resources/paginators-1.json index ad0742fd0a72..655763bff748 100644 --- a/services/outposts/src/main/resources/codegen-resources/paginators-1.json +++ b/services/outposts/src/main/resources/codegen-resources/paginators-1.json @@ -12,12 +12,24 @@ "limit_key": "MaxResults", "result_key": "InstanceTypes" }, + "ListAssetInstances": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "AssetInstances" + }, "ListAssets": { "input_token": "NextToken", "output_token": "NextToken", "limit_key": "MaxResults", "result_key": "Assets" }, + "ListBlockingInstancesForCapacityTask": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "BlockingInstances" + }, "ListCapacityTasks": { "input_token": "NextToken", "output_token": "NextToken", diff --git a/services/outposts/src/main/resources/codegen-resources/service-2.json b/services/outposts/src/main/resources/codegen-resources/service-2.json index 522bc7f6a279..eae3dbe23a2f 100644 --- a/services/outposts/src/main/resources/codegen-resources/service-2.json +++ b/services/outposts/src/main/resources/codegen-resources/service-2.json @@ -278,6 +278,22 @@ ], "documentation":"

Gets the site address of the specified site.

" }, + "ListAssetInstances":{ + "name":"ListAssetInstances", + "http":{ + "method":"GET", + "requestUri":"/outposts/{OutpostId}/assetInstances" + }, + "input":{"shape":"ListAssetInstancesInput"}, + "output":{"shape":"ListAssetInstancesOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"NotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"

A list of Amazon EC2 instances, belonging to all accounts, running on the specified Outpost. Does not include Amazon EBS or Amazon S3 instances.

" + }, "ListAssets":{ "name":"ListAssets", "http":{ @@ -294,6 +310,22 @@ ], "documentation":"

Lists the hardware assets for the specified Outpost.

Use filters to return specific results. If you specify multiple filters, the results include only the resources that match all of the specified filters. For a filter where you can specify multiple values, the results include items that match any of the values that you specify for the filter.

" }, + "ListBlockingInstancesForCapacityTask":{ + "name":"ListBlockingInstancesForCapacityTask", + "http":{ + "method":"GET", + "requestUri":"/outposts/{OutpostId}/capacity/{CapacityTaskId}/blockingInstances" + }, + "input":{"shape":"ListBlockingInstancesForCapacityTaskInput"}, + "output":{"shape":"ListBlockingInstancesForCapacityTaskOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"NotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"

A list of Amazon EC2 instances running on the Outpost and belonging to the account that initiated the capacity task. Use this list to specify the instances you cannot stop to free up capacity to run the capacity task.

" + }, "ListCapacityTasks":{ "name":"ListCapacityTasks", "http":{ @@ -401,7 +433,7 @@ {"shape":"InternalServerException"}, {"shape":"ConflictException"} ], - "documentation":"

Starts the specified capacity task. You can have one active capacity task for an order.

" + "documentation":"

Starts the specified capacity task. You can have one active capacity task per order or Outpost.

" }, "StartConnection":{ "name":"StartConnection", @@ -519,6 +551,21 @@ } }, "shapes":{ + "AWSServiceName":{ + "type":"string", + "enum":[ + "AWS", + "EC2", + "ELASTICACHE", + "ELB", + "RDS", + "ROUTE53" + ] + }, + "AWSServiceNameList":{ + "type":"list", + "member":{"shape":"AWSServiceName"} + }, "AccessDeniedException":{ "type":"structure", "members":{ @@ -535,6 +582,10 @@ "min":12, "pattern":"\\d{12}" }, + "AccountIdList":{ + "type":"list", + "member":{"shape":"AccountId"} + }, "Address":{ "type":"structure", "required":[ @@ -628,6 +679,10 @@ "min":1, "pattern":"^(\\w+)$" }, + "AssetIdList":{ + "type":"list", + "member":{"shape":"AssetId"} + }, "AssetInfo":{ "type":"structure", "members":{ @@ -654,6 +709,55 @@ }, "documentation":"

Information about hardware assets.

" }, + "AssetInstance":{ + "type":"structure", + "members":{ + "InstanceId":{ + "shape":"InstanceId", + "documentation":"

The ID of the instance.

" + }, + "InstanceType":{ + "shape":"OutpostInstanceType", + "documentation":"

The type of instance.

" + }, + "AssetId":{ + "shape":"AssetId", + "documentation":"

The ID of the asset.

" + }, + "AccountId":{"shape":"AccountId"}, + "AwsServiceName":{ + "shape":"AWSServiceName", + "documentation":"

The Amazon Web Services service name of the instance.

" + } + }, + "documentation":"

An Amazon EC2 instance.

" + }, + "AssetInstanceCapacityList":{ + "type":"list", + "member":{"shape":"AssetInstanceTypeCapacity"} + }, + "AssetInstanceList":{ + "type":"list", + "member":{"shape":"AssetInstance"} + }, + "AssetInstanceTypeCapacity":{ + "type":"structure", + "required":[ + "InstanceType", + "Count" + ], + "members":{ + "InstanceType":{ + "shape":"InstanceTypeName", + "documentation":"

The type of instance.

" + }, + "Count":{ + "shape":"InstanceTypeCount", + "documentation":"

The number of each instance type.

" + } + }, + "documentation":"

The capacity for each instance type.

" + }, "AssetListDefinition":{ "type":"list", "member":{"shape":"AssetInfo"} @@ -706,6 +810,25 @@ "max":5, "min":1 }, + "BlockingInstance":{ + "type":"structure", + "members":{ + "InstanceId":{ + "shape":"InstanceId", + "documentation":"

The ID of the blocking instance.

" + }, + "AccountId":{"shape":"AccountId"}, + "AwsServiceName":{ + "shape":"AWSServiceName", + "documentation":"

The Amazon Web Services service name that owns the specified blocking instance.

" + } + }, + "documentation":"

A running Amazon EC2 instance that can be stopped to free up capacity needed to run the capacity task.

" + }, + "BlockingInstancesList":{ + "type":"list", + "member":{"shape":"BlockingInstance"} + }, "CIDR":{ "type":"string", "max":18, @@ -776,7 +899,13 @@ }, "CapacityTaskFailureType":{ "type":"string", - "enum":["UNSUPPORTED_CAPACITY_CONFIGURATION"] + "enum":[ + "UNSUPPORTED_CAPACITY_CONFIGURATION", + "UNEXPECTED_ASSET_STATE", + "BLOCKING_INSTANCES_NOT_EVACUATED", + "INTERNAL_SERVER_ERROR", + "RESOURCE_NOT_FOUND" + ] }, "CapacityTaskId":{ "type":"string", @@ -795,6 +924,8 @@ "IN_PROGRESS", "FAILED", "COMPLETED", + "WAITING_FOR_EVACUATION", + "CANCELLATION_IN_PROGRESS", "CANCELLED" ] }, @@ -936,6 +1067,14 @@ "InstanceFamilies":{ "shape":"InstanceFamilies", "documentation":"

A list of the names of instance families that are currently associated with a given asset.

" + }, + "InstanceTypeCapacities":{ + "shape":"AssetInstanceCapacityList", + "documentation":"

The instance type capacities configured for this asset. This can be changed through a capacity task.

" + }, + "MaxVcpus":{ + "shape":"VCPUCount", + "documentation":"

The maximum number of vCPUs possible for the specified asset.

" } }, "documentation":"

Information about compute hardware assets.

" @@ -1247,6 +1386,10 @@ "shape":"RequestedInstancePools", "documentation":"

List of instance pools requested in the capacity task.

" }, + "InstancesToExclude":{ + "shape":"InstancesToExclude", + "documentation":"

Instances that the user specified they cannot stop in order to free up the capacity needed to run the capacity task.

" + }, "DryRun":{ "shape":"DryRun", "documentation":"

Performs a dry run to determine if you are above or below instance capacity.

" @@ -1270,6 +1413,10 @@ "LastModifiedDate":{ "shape":"ISO8601Timestamp", "documentation":"

The date the capacity task was last modified.

" + }, + "TaskActionOnBlockingInstances":{ + "shape":"TaskActionOnBlockingInstances", + "documentation":"

User-specified option in case an instance is blocking the capacity task from running. Shows one of the following options:

" } } }, @@ -1391,10 +1538,7 @@ }, "GetOutpostSupportedInstanceTypesInput":{ "type":"structure", - "required":[ - "OutpostIdentifier", - "OrderId" - ], + "required":["OutpostIdentifier"], "members":{ "OutpostIdentifier":{ "shape":"OutpostIdentifier", @@ -1501,6 +1645,16 @@ "min":1, "pattern":"^(?:.{1,200}/)?(?:[a-z0-9-_A-Z])+$" }, + "InstanceId":{ + "type":"string", + "max":32, + "min":11, + "pattern":"^i-[0-9a-z]+$" + }, + "InstanceIdList":{ + "type":"list", + "member":{"shape":"InstanceId"} + }, "InstanceType":{ "type":"string", "documentation":"

The instance type.

" @@ -1550,6 +1704,24 @@ "min":1, "pattern":"^[a-z0-9\\-]+\\.[a-z0-9\\-]+$" }, + "InstancesToExclude":{ + "type":"structure", + "members":{ + "Instances":{ + "shape":"InstanceIdList", + "documentation":"

List of user-specified instances that must not be stopped.

" + }, + "AccountIds":{ + "shape":"AccountIdList", + "documentation":"

IDs of the accounts that own each instance that must not be stopped.

" + }, + "Services":{ + "shape":"AWSServiceNameList", + "documentation":"

Names of the services that own each instance that must not be stopped in order to free up the capacity needed to run the capacity task.

" + } + }, + "documentation":"

User-specified instances that must not be stopped. These instances will not appear in the list of instances that Amazon Web Services recommends to stop in order to free up capacity.

" + }, "InternalServerException":{ "type":"structure", "members":{ @@ -1679,6 +1851,62 @@ "key":{"shape":"LineItemStatus"}, "value":{"shape":"LineItemQuantity"} }, + "ListAssetInstancesInput":{ + "type":"structure", + "required":["OutpostIdentifier"], + "members":{ + "OutpostIdentifier":{ + "shape":"OutpostIdentifier", + "documentation":"

The ID of the Outpost.

", + "location":"uri", + "locationName":"OutpostId" + }, + "AssetIdFilter":{ + "shape":"AssetIdList", + "documentation":"

Filters the results by asset ID.

", + "location":"querystring", + "locationName":"AssetIdFilter" + }, + "InstanceTypeFilter":{ + "shape":"OutpostInstanceTypeList", + "documentation":"

Filters the results by instance ID.

", + "location":"querystring", + "locationName":"InstanceTypeFilter" + }, + "AccountIdFilter":{ + "shape":"AccountIdList", + "documentation":"

Filters the results by account ID.

", + "location":"querystring", + "locationName":"AccountIdFilter" + }, + "AwsServiceFilter":{ + "shape":"AWSServiceNameList", + "documentation":"

Filters the results by Amazon Web Services service.

", + "location":"querystring", + "locationName":"AwsServiceFilter" + }, + "MaxResults":{ + "shape":"MaxResults1000", + "location":"querystring", + "locationName":"MaxResults" + }, + "NextToken":{ + "shape":"Token", + "location":"querystring", + "locationName":"NextToken" + } + } + }, + "ListAssetInstancesOutput":{ + "type":"structure", + "members":{ + "AssetInstances":{ + "shape":"AssetInstanceList", + "documentation":"

List of instances owned by all accounts on the Outpost. Does not include Amazon EBS or Amazon S3 instances.

" + }, + "NextToken":{"shape":"Token"} + } + }, "ListAssetsInput":{ "type":"structure", "required":["OutpostIdentifier"], @@ -1723,6 +1951,47 @@ "NextToken":{"shape":"Token"} } }, + "ListBlockingInstancesForCapacityTaskInput":{ + "type":"structure", + "required":[ + "OutpostIdentifier", + "CapacityTaskId" + ], + "members":{ + "OutpostIdentifier":{ + "shape":"OutpostIdentifier", + "documentation":"

The ID or ARN of the Outpost associated with the specified capacity task.

", + "location":"uri", + "locationName":"OutpostId" + }, + "CapacityTaskId":{ + "shape":"CapacityTaskId", + "documentation":"

The ID of the capacity task.

", + "location":"uri", + "locationName":"CapacityTaskId" + }, + "MaxResults":{ + "shape":"MaxResults1000", + "location":"querystring", + "locationName":"MaxResults" + }, + "NextToken":{ + "shape":"Token", + "location":"querystring", + "locationName":"NextToken" + } + } + }, + "ListBlockingInstancesForCapacityTaskOutput":{ + "type":"structure", + "members":{ + "BlockingInstances":{ + "shape":"BlockingInstancesList", + "documentation":"

A list of all running Amazon EC2 instances on the Outpost. Stopping one or more of these instances can free up the capacity needed to run the capacity task.

" + }, + "NextToken":{"shape":"Token"} + } + }, "ListCapacityTasksInput":{ "type":"structure", "members":{ @@ -2169,6 +2438,16 @@ "min":1, "pattern":"^(arn:aws([a-z-]+)?:outposts:[a-z\\d-]+:\\d{12}:outpost/)?op-[a-f0-9]{17}$" }, + "OutpostInstanceType":{ + "type":"string", + "max":30, + "min":3, + "pattern":"[a-z0-9\\-\\.]+" + }, + "OutpostInstanceTypeList":{ + "type":"list", + "member":{"shape":"OutpostInstanceType"} + }, "OutpostName":{ "type":"string", "documentation":"

The name of the Outpost.

", @@ -2420,7 +2699,6 @@ "type":"structure", "required":[ "OutpostIdentifier", - "OrderId", "InstancePools" ], "members":{ @@ -2438,9 +2716,17 @@ "shape":"RequestedInstancePools", "documentation":"

The instance pools specified in the capacity task.

" }, + "InstancesToExclude":{ + "shape":"InstancesToExclude", + "documentation":"

List of user-specified running instances that must not be stopped in order to free up the capacity needed to run the capacity task.

" + }, "DryRun":{ "shape":"DryRun", "documentation":"

You can request a dry run to determine if the instance type and instance size changes is above or below available instance capacity. Requesting a dry run does not make any changes to your plan.

" + }, + "TaskActionOnBlockingInstances":{ + "shape":"TaskActionOnBlockingInstances", + "documentation":"

Specify one of the following options in case an instance is blocking the capacity task from running.

" } } }, @@ -2463,6 +2749,10 @@ "shape":"RequestedInstancePools", "documentation":"

List of the instance pools requested in the specified capacity task.

" }, + "InstancesToExclude":{ + "shape":"InstancesToExclude", + "documentation":"

User-specified instances that must not be stopped in order to free up the capacity needed to run the capacity task.

" + }, "DryRun":{ "shape":"DryRun", "documentation":"

Results of the dry run showing if the specified capacity task is above or below the available instance capacity.

" @@ -2486,6 +2776,10 @@ "LastModifiedDate":{ "shape":"ISO8601Timestamp", "documentation":"

Date that the specified capacity task was last modified.

" + }, + "TaskActionOnBlockingInstances":{ + "shape":"TaskActionOnBlockingInstances", + "documentation":"

User-specified option in case an instance is blocking the capacity task from running.

" } } }, @@ -2621,6 +2915,13 @@ "max":256, "pattern":"^[\\S \\n]+$" }, + "TaskActionOnBlockingInstances":{ + "type":"string", + "enum":[ + "WAIT_FOR_EVACUATION", + "FAIL_TASK" + ] + }, "Token":{ "type":"string", "documentation":"

The pagination token.

", diff --git a/services/panorama/pom.xml b/services/panorama/pom.xml index 3b92e67083fa..d261ea4adc65 100644 --- a/services/panorama/pom.xml +++ b/services/panorama/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT panorama AWS Java SDK :: Services :: Panorama diff --git a/services/paymentcryptography/pom.xml b/services/paymentcryptography/pom.xml index 980594ac085a..9416766335f2 100644 --- a/services/paymentcryptography/pom.xml +++ b/services/paymentcryptography/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT paymentcryptography AWS Java SDK :: Services :: Payment Cryptography diff --git a/services/paymentcryptographydata/pom.xml b/services/paymentcryptographydata/pom.xml index ca9a065a31d5..c6bd4eb489f8 100644 --- a/services/paymentcryptographydata/pom.xml +++ b/services/paymentcryptographydata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT paymentcryptographydata AWS Java SDK :: Services :: Payment Cryptography Data diff --git a/services/pcaconnectorad/pom.xml b/services/pcaconnectorad/pom.xml index d348092282ac..e29a89cfacdd 100644 --- a/services/pcaconnectorad/pom.xml +++ b/services/pcaconnectorad/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT pcaconnectorad AWS Java SDK :: Services :: Pca Connector Ad diff --git a/services/pcaconnectorscep/pom.xml b/services/pcaconnectorscep/pom.xml index 93ac1bb8fe22..1fdf07d2b949 100644 --- a/services/pcaconnectorscep/pom.xml +++ b/services/pcaconnectorscep/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT pcaconnectorscep AWS Java SDK :: Services :: Pca Connector Scep diff --git a/services/pcs/pom.xml b/services/pcs/pom.xml index 65b1ca707a10..1113b3406c26 100644 --- a/services/pcs/pom.xml +++ b/services/pcs/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT pcs AWS Java SDK :: Services :: PCS diff --git a/services/personalize/pom.xml b/services/personalize/pom.xml index 52cd61156d7f..0801275a612c 100644 --- a/services/personalize/pom.xml +++ b/services/personalize/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT personalize AWS Java SDK :: Services :: Personalize diff --git a/services/personalizeevents/pom.xml b/services/personalizeevents/pom.xml index a1d5569ab7c3..09fd3235eb62 100644 --- a/services/personalizeevents/pom.xml +++ b/services/personalizeevents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT personalizeevents AWS Java SDK :: Services :: Personalize Events diff --git a/services/personalizeruntime/pom.xml b/services/personalizeruntime/pom.xml index 5cf163d40245..2e81a1c5ce03 100644 --- a/services/personalizeruntime/pom.xml +++ b/services/personalizeruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT personalizeruntime AWS Java SDK :: Services :: Personalize Runtime diff --git a/services/pi/pom.xml b/services/pi/pom.xml index 2234e175f2c6..fdf6b6a40927 100644 --- a/services/pi/pom.xml +++ b/services/pi/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT pi AWS Java SDK :: Services :: PI diff --git a/services/pinpoint/pom.xml b/services/pinpoint/pom.xml index 256750cb019f..c6b805ba0881 100644 --- a/services/pinpoint/pom.xml +++ b/services/pinpoint/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT pinpoint AWS Java SDK :: Services :: Amazon Pinpoint diff --git a/services/pinpointemail/pom.xml b/services/pinpointemail/pom.xml index 2d68cdd94f87..99f7eb66b0d7 100644 --- a/services/pinpointemail/pom.xml +++ b/services/pinpointemail/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT pinpointemail AWS Java SDK :: Services :: Pinpoint Email diff --git a/services/pinpointsmsvoice/pom.xml b/services/pinpointsmsvoice/pom.xml index 913358b25b5a..18a5f034241f 100644 --- a/services/pinpointsmsvoice/pom.xml +++ b/services/pinpointsmsvoice/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT pinpointsmsvoice AWS Java SDK :: Services :: Pinpoint SMS Voice diff --git a/services/pinpointsmsvoicev2/pom.xml b/services/pinpointsmsvoicev2/pom.xml index f367cac46548..70b13505472e 100644 --- a/services/pinpointsmsvoicev2/pom.xml +++ b/services/pinpointsmsvoicev2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT pinpointsmsvoicev2 AWS Java SDK :: Services :: Pinpoint SMS Voice V2 diff --git a/services/pipes/pom.xml b/services/pipes/pom.xml index 5cfb9df7228b..f38cffeffdf6 100644 --- a/services/pipes/pom.xml +++ b/services/pipes/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT pipes AWS Java SDK :: Services :: Pipes diff --git a/services/polly/pom.xml b/services/polly/pom.xml index 6ba36f5458a4..f7e273a79156 100644 --- a/services/polly/pom.xml +++ b/services/polly/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT polly AWS Java SDK :: Services :: Amazon Polly diff --git a/services/pom.xml b/services/pom.xml index 9a22a2e3e1d0..e2c95a6a6d9a 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT services AWS Java SDK :: Services diff --git a/services/pricing/pom.xml b/services/pricing/pom.xml index 26c4f76627ba..1444dbdb57bb 100644 --- a/services/pricing/pom.xml +++ b/services/pricing/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 pricing diff --git a/services/privatenetworks/pom.xml b/services/privatenetworks/pom.xml index 922e9e28af45..b88d46ea3ca6 100644 --- a/services/privatenetworks/pom.xml +++ b/services/privatenetworks/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT privatenetworks AWS Java SDK :: Services :: Private Networks diff --git a/services/proton/pom.xml b/services/proton/pom.xml index 61bd2e395b95..c168c139f09d 100644 --- a/services/proton/pom.xml +++ b/services/proton/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT proton AWS Java SDK :: Services :: Proton diff --git a/services/qapps/pom.xml b/services/qapps/pom.xml index 5057acedd0cd..0a1b97eccc4d 100644 --- a/services/qapps/pom.xml +++ b/services/qapps/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT qapps AWS Java SDK :: Services :: Q Apps diff --git a/services/qbusiness/pom.xml b/services/qbusiness/pom.xml index 747b0c4879a6..79fc88648549 100644 --- a/services/qbusiness/pom.xml +++ b/services/qbusiness/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT qbusiness AWS Java SDK :: Services :: Q Business diff --git a/services/qconnect/pom.xml b/services/qconnect/pom.xml index 3ece1e0d8df3..eab65892ba28 100644 --- a/services/qconnect/pom.xml +++ b/services/qconnect/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT qconnect AWS Java SDK :: Services :: Q Connect diff --git a/services/qldb/pom.xml b/services/qldb/pom.xml index 1110241a2f4a..079ef4d27b0c 100644 --- a/services/qldb/pom.xml +++ b/services/qldb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT qldb AWS Java SDK :: Services :: QLDB diff --git a/services/qldbsession/pom.xml b/services/qldbsession/pom.xml index b31dded6c778..bed36fa5394e 100644 --- a/services/qldbsession/pom.xml +++ b/services/qldbsession/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT qldbsession AWS Java SDK :: Services :: QLDB Session diff --git a/services/quicksight/pom.xml b/services/quicksight/pom.xml index c781d83f012b..cd69d8b26553 100644 --- a/services/quicksight/pom.xml +++ b/services/quicksight/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT quicksight AWS Java SDK :: Services :: QuickSight diff --git a/services/ram/pom.xml b/services/ram/pom.xml index 90f538a4cefc..f96057814db5 100644 --- a/services/ram/pom.xml +++ b/services/ram/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ram AWS Java SDK :: Services :: RAM diff --git a/services/rbin/pom.xml b/services/rbin/pom.xml index 2bfe52290713..d96d48bce5c4 100644 --- a/services/rbin/pom.xml +++ b/services/rbin/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT rbin AWS Java SDK :: Services :: Rbin diff --git a/services/rds/pom.xml b/services/rds/pom.xml index b1761079a1ee..7bc68298ea60 100644 --- a/services/rds/pom.xml +++ b/services/rds/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT rds AWS Java SDK :: Services :: Amazon RDS diff --git a/services/rdsdata/pom.xml b/services/rdsdata/pom.xml index 37541e066080..5da933c62b91 100644 --- a/services/rdsdata/pom.xml +++ b/services/rdsdata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT rdsdata AWS Java SDK :: Services :: RDS Data diff --git a/services/redshift/pom.xml b/services/redshift/pom.xml index e7bdcbd95e29..a44131afd8ba 100644 --- a/services/redshift/pom.xml +++ b/services/redshift/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT redshift AWS Java SDK :: Services :: Amazon Redshift diff --git a/services/redshiftdata/pom.xml b/services/redshiftdata/pom.xml index 5c8e589764ad..c75728d16b10 100644 --- a/services/redshiftdata/pom.xml +++ b/services/redshiftdata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT redshiftdata AWS Java SDK :: Services :: Redshift Data diff --git a/services/redshiftserverless/pom.xml b/services/redshiftserverless/pom.xml index 75859e1802b3..9bafc390ae67 100644 --- a/services/redshiftserverless/pom.xml +++ b/services/redshiftserverless/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT redshiftserverless AWS Java SDK :: Services :: Redshift Serverless diff --git a/services/rekognition/pom.xml b/services/rekognition/pom.xml index b027c6890ecc..96cca9fa3276 100644 --- a/services/rekognition/pom.xml +++ b/services/rekognition/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT rekognition AWS Java SDK :: Services :: Amazon Rekognition diff --git a/services/repostspace/pom.xml b/services/repostspace/pom.xml index 4ae7e03eb00f..ff7cf8b7140d 100644 --- a/services/repostspace/pom.xml +++ b/services/repostspace/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT repostspace AWS Java SDK :: Services :: Repostspace diff --git a/services/resiliencehub/pom.xml b/services/resiliencehub/pom.xml index d5936610bf26..b17cb15befa2 100644 --- a/services/resiliencehub/pom.xml +++ b/services/resiliencehub/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT resiliencehub AWS Java SDK :: Services :: Resiliencehub diff --git a/services/resourceexplorer2/pom.xml b/services/resourceexplorer2/pom.xml index d5add4c71151..1759e83302a0 100644 --- a/services/resourceexplorer2/pom.xml +++ b/services/resourceexplorer2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT resourceexplorer2 AWS Java SDK :: Services :: Resource Explorer 2 diff --git a/services/resourcegroups/pom.xml b/services/resourcegroups/pom.xml index 052d0cfacd80..f4f6503af33f 100644 --- a/services/resourcegroups/pom.xml +++ b/services/resourcegroups/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 resourcegroups diff --git a/services/resourcegroupstaggingapi/pom.xml b/services/resourcegroupstaggingapi/pom.xml index f640e040680b..bf53c8cc8558 100644 --- a/services/resourcegroupstaggingapi/pom.xml +++ b/services/resourcegroupstaggingapi/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT resourcegroupstaggingapi AWS Java SDK :: Services :: AWS Resource Groups Tagging API diff --git a/services/robomaker/pom.xml b/services/robomaker/pom.xml index 051693811c38..c2d9de3157e6 100644 --- a/services/robomaker/pom.xml +++ b/services/robomaker/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT robomaker AWS Java SDK :: Services :: RoboMaker diff --git a/services/rolesanywhere/pom.xml b/services/rolesanywhere/pom.xml index c92a739b5174..373dada06c81 100644 --- a/services/rolesanywhere/pom.xml +++ b/services/rolesanywhere/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT rolesanywhere AWS Java SDK :: Services :: Roles Anywhere diff --git a/services/route53/pom.xml b/services/route53/pom.xml index 9da64d77dd83..e795db5f0810 100644 --- a/services/route53/pom.xml +++ b/services/route53/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT route53 AWS Java SDK :: Services :: Amazon Route53 diff --git a/services/route53domains/pom.xml b/services/route53domains/pom.xml index f5ad383db17b..3de7b2f96eb6 100644 --- a/services/route53domains/pom.xml +++ b/services/route53domains/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT route53domains AWS Java SDK :: Services :: Amazon Route53 Domains diff --git a/services/route53profiles/pom.xml b/services/route53profiles/pom.xml index 3489ac9010a2..31eff752a2f1 100644 --- a/services/route53profiles/pom.xml +++ b/services/route53profiles/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT route53profiles AWS Java SDK :: Services :: Route53 Profiles diff --git a/services/route53recoverycluster/pom.xml b/services/route53recoverycluster/pom.xml index eca34293eb75..9c1fd783aeab 100644 --- a/services/route53recoverycluster/pom.xml +++ b/services/route53recoverycluster/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT route53recoverycluster AWS Java SDK :: Services :: Route53 Recovery Cluster diff --git a/services/route53recoverycontrolconfig/pom.xml b/services/route53recoverycontrolconfig/pom.xml index 3bc37da2b52c..01d2918156dc 100644 --- a/services/route53recoverycontrolconfig/pom.xml +++ b/services/route53recoverycontrolconfig/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT route53recoverycontrolconfig AWS Java SDK :: Services :: Route53 Recovery Control Config diff --git a/services/route53recoveryreadiness/pom.xml b/services/route53recoveryreadiness/pom.xml index 17b9c6dc220a..b973557d86a0 100644 --- a/services/route53recoveryreadiness/pom.xml +++ b/services/route53recoveryreadiness/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT route53recoveryreadiness AWS Java SDK :: Services :: Route53 Recovery Readiness diff --git a/services/route53resolver/pom.xml b/services/route53resolver/pom.xml index a6fd6b62732a..791b678abfe6 100644 --- a/services/route53resolver/pom.xml +++ b/services/route53resolver/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT route53resolver AWS Java SDK :: Services :: Route53Resolver diff --git a/services/rum/pom.xml b/services/rum/pom.xml index 086815775c5e..187394ca81fd 100644 --- a/services/rum/pom.xml +++ b/services/rum/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT rum AWS Java SDK :: Services :: RUM diff --git a/services/s3/pom.xml b/services/s3/pom.xml index 23ea12763856..df65b3acdd04 100644 --- a/services/s3/pom.xml +++ b/services/s3/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT s3 AWS Java SDK :: Services :: Amazon S3 diff --git a/services/s3control/pom.xml b/services/s3control/pom.xml index 138c4b15e826..62479698831a 100644 --- a/services/s3control/pom.xml +++ b/services/s3control/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT s3control AWS Java SDK :: Services :: Amazon S3 Control diff --git a/services/s3outposts/pom.xml b/services/s3outposts/pom.xml index 1163191067f6..4f28ef6e0ef0 100644 --- a/services/s3outposts/pom.xml +++ b/services/s3outposts/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT s3outposts AWS Java SDK :: Services :: S3 Outposts diff --git a/services/sagemaker/pom.xml b/services/sagemaker/pom.xml index 3cab8ae0c721..05ee92d6f0cd 100644 --- a/services/sagemaker/pom.xml +++ b/services/sagemaker/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 sagemaker diff --git a/services/sagemakera2iruntime/pom.xml b/services/sagemakera2iruntime/pom.xml index 789ba0c92a54..4918f4b8b409 100644 --- a/services/sagemakera2iruntime/pom.xml +++ b/services/sagemakera2iruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT sagemakera2iruntime AWS Java SDK :: Services :: SageMaker A2I Runtime diff --git a/services/sagemakeredge/pom.xml b/services/sagemakeredge/pom.xml index 26d8e21b31aa..8f53f633c02d 100644 --- a/services/sagemakeredge/pom.xml +++ b/services/sagemakeredge/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT sagemakeredge AWS Java SDK :: Services :: Sagemaker Edge diff --git a/services/sagemakerfeaturestoreruntime/pom.xml b/services/sagemakerfeaturestoreruntime/pom.xml index 760f20ec86bd..4036acda1b45 100644 --- a/services/sagemakerfeaturestoreruntime/pom.xml +++ b/services/sagemakerfeaturestoreruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT sagemakerfeaturestoreruntime AWS Java SDK :: Services :: Sage Maker Feature Store Runtime diff --git a/services/sagemakergeospatial/pom.xml b/services/sagemakergeospatial/pom.xml index 5aa5991bc843..53c0a9457a96 100644 --- a/services/sagemakergeospatial/pom.xml +++ b/services/sagemakergeospatial/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT sagemakergeospatial AWS Java SDK :: Services :: Sage Maker Geospatial diff --git a/services/sagemakermetrics/pom.xml b/services/sagemakermetrics/pom.xml index 92d1ef1b9100..21e5798cc8af 100644 --- a/services/sagemakermetrics/pom.xml +++ b/services/sagemakermetrics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT sagemakermetrics AWS Java SDK :: Services :: Sage Maker Metrics diff --git a/services/sagemakerruntime/pom.xml b/services/sagemakerruntime/pom.xml index 931d5dbf3e33..0e6393af9e6c 100644 --- a/services/sagemakerruntime/pom.xml +++ b/services/sagemakerruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT sagemakerruntime AWS Java SDK :: Services :: SageMaker Runtime diff --git a/services/savingsplans/pom.xml b/services/savingsplans/pom.xml index 29dc2bdb7bfc..f367a2ce98b7 100644 --- a/services/savingsplans/pom.xml +++ b/services/savingsplans/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT savingsplans AWS Java SDK :: Services :: Savingsplans diff --git a/services/scheduler/pom.xml b/services/scheduler/pom.xml index bf3230f2f8d0..d3db94fd36e3 100644 --- a/services/scheduler/pom.xml +++ b/services/scheduler/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT scheduler AWS Java SDK :: Services :: Scheduler diff --git a/services/schemas/pom.xml b/services/schemas/pom.xml index c6204db01c9e..127e56f432c0 100644 --- a/services/schemas/pom.xml +++ b/services/schemas/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT schemas AWS Java SDK :: Services :: Schemas diff --git a/services/secretsmanager/pom.xml b/services/secretsmanager/pom.xml index 40e99a969e06..c0443160724e 100644 --- a/services/secretsmanager/pom.xml +++ b/services/secretsmanager/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT secretsmanager AWS Java SDK :: Services :: AWS Secrets Manager diff --git a/services/securityhub/pom.xml b/services/securityhub/pom.xml index 4462c3dfa40a..4451b9f8e95f 100644 --- a/services/securityhub/pom.xml +++ b/services/securityhub/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT securityhub AWS Java SDK :: Services :: SecurityHub diff --git a/services/securitylake/pom.xml b/services/securitylake/pom.xml index 9e674a156659..14489505610d 100644 --- a/services/securitylake/pom.xml +++ b/services/securitylake/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT securitylake AWS Java SDK :: Services :: Security Lake diff --git a/services/serverlessapplicationrepository/pom.xml b/services/serverlessapplicationrepository/pom.xml index 91c8aa87302d..9474c447400a 100644 --- a/services/serverlessapplicationrepository/pom.xml +++ b/services/serverlessapplicationrepository/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 serverlessapplicationrepository diff --git a/services/servicecatalog/pom.xml b/services/servicecatalog/pom.xml index 14562604a858..b498381c045c 100644 --- a/services/servicecatalog/pom.xml +++ b/services/servicecatalog/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT servicecatalog AWS Java SDK :: Services :: AWS Service Catalog diff --git a/services/servicecatalogappregistry/pom.xml b/services/servicecatalogappregistry/pom.xml index 8d4a890703eb..9f22cb56555d 100644 --- a/services/servicecatalogappregistry/pom.xml +++ b/services/servicecatalogappregistry/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT servicecatalogappregistry AWS Java SDK :: Services :: Service Catalog App Registry diff --git a/services/servicediscovery/pom.xml b/services/servicediscovery/pom.xml index 659db7706d27..4f61d102a224 100644 --- a/services/servicediscovery/pom.xml +++ b/services/servicediscovery/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 servicediscovery diff --git a/services/servicequotas/pom.xml b/services/servicequotas/pom.xml index 997561fd541f..709ac50c4f78 100644 --- a/services/servicequotas/pom.xml +++ b/services/servicequotas/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT servicequotas AWS Java SDK :: Services :: Service Quotas diff --git a/services/ses/pom.xml b/services/ses/pom.xml index bcb93e66fa9a..f1cee0ce3bb9 100644 --- a/services/ses/pom.xml +++ b/services/ses/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ses AWS Java SDK :: Services :: Amazon SES diff --git a/services/sesv2/pom.xml b/services/sesv2/pom.xml index 4dad5278da4f..ba4910cf2709 100644 --- a/services/sesv2/pom.xml +++ b/services/sesv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT sesv2 AWS Java SDK :: Services :: SESv2 diff --git a/services/sfn/pom.xml b/services/sfn/pom.xml index 9c199687c1ab..38c02558abd3 100644 --- a/services/sfn/pom.xml +++ b/services/sfn/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT sfn AWS Java SDK :: Services :: AWS Step Functions diff --git a/services/shield/pom.xml b/services/shield/pom.xml index 42dd22fcefcc..cf538903ee6d 100644 --- a/services/shield/pom.xml +++ b/services/shield/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT shield AWS Java SDK :: Services :: AWS Shield diff --git a/services/signer/pom.xml b/services/signer/pom.xml index 641236aa0188..16b26ff677f2 100644 --- a/services/signer/pom.xml +++ b/services/signer/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT signer AWS Java SDK :: Services :: Signer diff --git a/services/simspaceweaver/pom.xml b/services/simspaceweaver/pom.xml index 4e6be5f986a6..90f97e70f23b 100644 --- a/services/simspaceweaver/pom.xml +++ b/services/simspaceweaver/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT simspaceweaver AWS Java SDK :: Services :: Sim Space Weaver diff --git a/services/sms/pom.xml b/services/sms/pom.xml index 852729a8e77a..ccc0fadb1b7f 100644 --- a/services/sms/pom.xml +++ b/services/sms/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT sms AWS Java SDK :: Services :: AWS Server Migration diff --git a/services/snowball/pom.xml b/services/snowball/pom.xml index ef1bd1fcb2bc..f8fa04c43fac 100644 --- a/services/snowball/pom.xml +++ b/services/snowball/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT snowball AWS Java SDK :: Services :: Amazon Snowball diff --git a/services/snowdevicemanagement/pom.xml b/services/snowdevicemanagement/pom.xml index b5ccdb919b30..be05dd7d94e5 100644 --- a/services/snowdevicemanagement/pom.xml +++ b/services/snowdevicemanagement/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT snowdevicemanagement AWS Java SDK :: Services :: Snow Device Management diff --git a/services/sns/pom.xml b/services/sns/pom.xml index 528dec5c1aea..7d7cfa3410ad 100644 --- a/services/sns/pom.xml +++ b/services/sns/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT sns AWS Java SDK :: Services :: Amazon SNS diff --git a/services/socialmessaging/pom.xml b/services/socialmessaging/pom.xml index 83737771bb5b..7d70c9133e41 100644 --- a/services/socialmessaging/pom.xml +++ b/services/socialmessaging/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT socialmessaging AWS Java SDK :: Services :: Social Messaging diff --git a/services/sqs/pom.xml b/services/sqs/pom.xml index 748183bc0771..171e7b73969d 100644 --- a/services/sqs/pom.xml +++ b/services/sqs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT sqs AWS Java SDK :: Services :: Amazon SQS diff --git a/services/ssm/pom.xml b/services/ssm/pom.xml index e534456eddb8..f066bfbe11e8 100644 --- a/services/ssm/pom.xml +++ b/services/ssm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ssm AWS Java SDK :: Services :: AWS Simple Systems Management (SSM) diff --git a/services/ssmcontacts/pom.xml b/services/ssmcontacts/pom.xml index 30a34e791f58..9041a7c5694f 100644 --- a/services/ssmcontacts/pom.xml +++ b/services/ssmcontacts/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ssmcontacts AWS Java SDK :: Services :: SSM Contacts diff --git a/services/ssmincidents/pom.xml b/services/ssmincidents/pom.xml index b47cc24b219a..d13355d7de92 100644 --- a/services/ssmincidents/pom.xml +++ b/services/ssmincidents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ssmincidents AWS Java SDK :: Services :: SSM Incidents diff --git a/services/ssmquicksetup/pom.xml b/services/ssmquicksetup/pom.xml index 05c872cc636d..4440bcef2b03 100644 --- a/services/ssmquicksetup/pom.xml +++ b/services/ssmquicksetup/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ssmquicksetup AWS Java SDK :: Services :: SSM Quick Setup diff --git a/services/ssmsap/pom.xml b/services/ssmsap/pom.xml index 1a9d73c9b6d0..0946bb857970 100644 --- a/services/ssmsap/pom.xml +++ b/services/ssmsap/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ssmsap AWS Java SDK :: Services :: Ssm Sap diff --git a/services/sso/pom.xml b/services/sso/pom.xml index 954d11272954..c1b803fb2df8 100644 --- a/services/sso/pom.xml +++ b/services/sso/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT sso AWS Java SDK :: Services :: SSO diff --git a/services/ssoadmin/pom.xml b/services/ssoadmin/pom.xml index ab39d1ab75c7..1c7acb854b36 100644 --- a/services/ssoadmin/pom.xml +++ b/services/ssoadmin/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ssoadmin AWS Java SDK :: Services :: SSO Admin diff --git a/services/ssooidc/pom.xml b/services/ssooidc/pom.xml index 7c5199eac8d8..32abaa996f3a 100644 --- a/services/ssooidc/pom.xml +++ b/services/ssooidc/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ssooidc AWS Java SDK :: Services :: SSO OIDC diff --git a/services/storagegateway/pom.xml b/services/storagegateway/pom.xml index 98ead8d92b82..234510785d42 100644 --- a/services/storagegateway/pom.xml +++ b/services/storagegateway/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT storagegateway AWS Java SDK :: Services :: AWS Storage Gateway diff --git a/services/sts/pom.xml b/services/sts/pom.xml index f17907e64f20..e31a7a4c2d50 100644 --- a/services/sts/pom.xml +++ b/services/sts/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT sts AWS Java SDK :: Services :: AWS STS diff --git a/services/supplychain/pom.xml b/services/supplychain/pom.xml index abf312d85514..191c371a7430 100644 --- a/services/supplychain/pom.xml +++ b/services/supplychain/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT supplychain AWS Java SDK :: Services :: Supply Chain diff --git a/services/support/pom.xml b/services/support/pom.xml index 042563f3513c..e8fcdad3d6e2 100644 --- a/services/support/pom.xml +++ b/services/support/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT support AWS Java SDK :: Services :: AWS Support diff --git a/services/supportapp/pom.xml b/services/supportapp/pom.xml index 14fdda6e959a..77dcd2717e0b 100644 --- a/services/supportapp/pom.xml +++ b/services/supportapp/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT supportapp AWS Java SDK :: Services :: Support App diff --git a/services/swf/pom.xml b/services/swf/pom.xml index 4de7556f7be4..6d7cc92cbf10 100644 --- a/services/swf/pom.xml +++ b/services/swf/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT swf AWS Java SDK :: Services :: Amazon SWF diff --git a/services/synthetics/pom.xml b/services/synthetics/pom.xml index f38eaa2141c8..cd5593944d6a 100644 --- a/services/synthetics/pom.xml +++ b/services/synthetics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT synthetics AWS Java SDK :: Services :: Synthetics diff --git a/services/taxsettings/pom.xml b/services/taxsettings/pom.xml index 25ad43d9620e..811e1b9610e7 100644 --- a/services/taxsettings/pom.xml +++ b/services/taxsettings/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT taxsettings AWS Java SDK :: Services :: Tax Settings diff --git a/services/textract/pom.xml b/services/textract/pom.xml index e0f71bda7eb1..54c9adc84d2c 100644 --- a/services/textract/pom.xml +++ b/services/textract/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT textract AWS Java SDK :: Services :: Textract diff --git a/services/timestreaminfluxdb/pom.xml b/services/timestreaminfluxdb/pom.xml index cadd8e4bda02..c3b5156b2200 100644 --- a/services/timestreaminfluxdb/pom.xml +++ b/services/timestreaminfluxdb/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT timestreaminfluxdb AWS Java SDK :: Services :: Timestream Influx DB diff --git a/services/timestreamquery/pom.xml b/services/timestreamquery/pom.xml index 3ab17fa7d63e..fff52f33bc8c 100644 --- a/services/timestreamquery/pom.xml +++ b/services/timestreamquery/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT timestreamquery AWS Java SDK :: Services :: Timestream Query diff --git a/services/timestreamwrite/pom.xml b/services/timestreamwrite/pom.xml index aa82569717fd..b89c340ba031 100644 --- a/services/timestreamwrite/pom.xml +++ b/services/timestreamwrite/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT timestreamwrite AWS Java SDK :: Services :: Timestream Write diff --git a/services/tnb/pom.xml b/services/tnb/pom.xml index 96e9e4ad467a..54f4260ae41f 100644 --- a/services/tnb/pom.xml +++ b/services/tnb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT tnb AWS Java SDK :: Services :: Tnb diff --git a/services/transcribe/pom.xml b/services/transcribe/pom.xml index 6895862dcb59..2d1956793fac 100644 --- a/services/transcribe/pom.xml +++ b/services/transcribe/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT transcribe AWS Java SDK :: Services :: Transcribe diff --git a/services/transcribestreaming/pom.xml b/services/transcribestreaming/pom.xml index 3ee3151a106a..54cbac432d13 100644 --- a/services/transcribestreaming/pom.xml +++ b/services/transcribestreaming/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT transcribestreaming AWS Java SDK :: Services :: AWS Transcribe Streaming diff --git a/services/transfer/pom.xml b/services/transfer/pom.xml index 964b5a7bf7b8..84bc3ecd7766 100644 --- a/services/transfer/pom.xml +++ b/services/transfer/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT transfer AWS Java SDK :: Services :: Transfer diff --git a/services/translate/pom.xml b/services/translate/pom.xml index 0bb00b575548..f1fb81ab89e1 100644 --- a/services/translate/pom.xml +++ b/services/translate/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 translate diff --git a/services/trustedadvisor/pom.xml b/services/trustedadvisor/pom.xml index 20810c93de70..ae9e47738728 100644 --- a/services/trustedadvisor/pom.xml +++ b/services/trustedadvisor/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT trustedadvisor AWS Java SDK :: Services :: Trusted Advisor diff --git a/services/verifiedpermissions/pom.xml b/services/verifiedpermissions/pom.xml index 5055f1eae218..33fbcd9703b7 100644 --- a/services/verifiedpermissions/pom.xml +++ b/services/verifiedpermissions/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT verifiedpermissions AWS Java SDK :: Services :: Verified Permissions diff --git a/services/voiceid/pom.xml b/services/voiceid/pom.xml index 99b4f1a18170..ab8e20be0f15 100644 --- a/services/voiceid/pom.xml +++ b/services/voiceid/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT voiceid AWS Java SDK :: Services :: Voice ID diff --git a/services/vpclattice/pom.xml b/services/vpclattice/pom.xml index 6042b47ad7d7..2858ad2f2363 100644 --- a/services/vpclattice/pom.xml +++ b/services/vpclattice/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT vpclattice AWS Java SDK :: Services :: VPC Lattice diff --git a/services/waf/pom.xml b/services/waf/pom.xml index 6739004637ce..6722af873794 100644 --- a/services/waf/pom.xml +++ b/services/waf/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT waf AWS Java SDK :: Services :: AWS WAF diff --git a/services/wafv2/pom.xml b/services/wafv2/pom.xml index 1b6bf919f276..c0d636352da9 100644 --- a/services/wafv2/pom.xml +++ b/services/wafv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT wafv2 AWS Java SDK :: Services :: WAFV2 diff --git a/services/wellarchitected/pom.xml b/services/wellarchitected/pom.xml index 183f137ad089..1d40e0c89c8e 100644 --- a/services/wellarchitected/pom.xml +++ b/services/wellarchitected/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT wellarchitected AWS Java SDK :: Services :: Well Architected diff --git a/services/wisdom/pom.xml b/services/wisdom/pom.xml index 9b220535cb35..7a4cb1530ce5 100644 --- a/services/wisdom/pom.xml +++ b/services/wisdom/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT wisdom AWS Java SDK :: Services :: Wisdom diff --git a/services/workdocs/pom.xml b/services/workdocs/pom.xml index 7b76c90798a8..d24675db30c4 100644 --- a/services/workdocs/pom.xml +++ b/services/workdocs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT workdocs AWS Java SDK :: Services :: Amazon WorkDocs diff --git a/services/workmail/pom.xml b/services/workmail/pom.xml index 8d491259421e..45fbc818f04f 100644 --- a/services/workmail/pom.xml +++ b/services/workmail/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 workmail diff --git a/services/workmailmessageflow/pom.xml b/services/workmailmessageflow/pom.xml index c876aebd5915..57c65fef32c3 100644 --- a/services/workmailmessageflow/pom.xml +++ b/services/workmailmessageflow/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT workmailmessageflow AWS Java SDK :: Services :: WorkMailMessageFlow diff --git a/services/workspaces/pom.xml b/services/workspaces/pom.xml index cb9c05ca46b4..f3db010751a9 100644 --- a/services/workspaces/pom.xml +++ b/services/workspaces/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT workspaces AWS Java SDK :: Services :: Amazon WorkSpaces diff --git a/services/workspacesthinclient/pom.xml b/services/workspacesthinclient/pom.xml index 83b8a436e68d..69c4cb75a326 100644 --- a/services/workspacesthinclient/pom.xml +++ b/services/workspacesthinclient/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT workspacesthinclient AWS Java SDK :: Services :: Work Spaces Thin Client diff --git a/services/workspacesweb/pom.xml b/services/workspacesweb/pom.xml index 53edc5f289a5..4c10760f071d 100644 --- a/services/workspacesweb/pom.xml +++ b/services/workspacesweb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT workspacesweb AWS Java SDK :: Services :: Work Spaces Web diff --git a/services/xray/pom.xml b/services/xray/pom.xml index 85a2b99d6f8b..073239464273 100644 --- a/services/xray/pom.xml +++ b/services/xray/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT xray AWS Java SDK :: Services :: AWS X-Ray diff --git a/test/auth-tests/pom.xml b/test/auth-tests/pom.xml index 58a843b80f07..67d145f9977c 100644 --- a/test/auth-tests/pom.xml +++ b/test/auth-tests/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/test/bundle-logging-bridge-binding-test/pom.xml b/test/bundle-logging-bridge-binding-test/pom.xml index 8af381ecf953..3d198679c935 100644 --- a/test/bundle-logging-bridge-binding-test/pom.xml +++ b/test/bundle-logging-bridge-binding-test/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/test/bundle-shading-tests/pom.xml b/test/bundle-shading-tests/pom.xml index d9c92b90738d..1f5a5d50824a 100644 --- a/test/bundle-shading-tests/pom.xml +++ b/test/bundle-shading-tests/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/test/codegen-generated-classes-test/pom.xml b/test/codegen-generated-classes-test/pom.xml index 9c04165046e7..c789196b3db4 100644 --- a/test/codegen-generated-classes-test/pom.xml +++ b/test/codegen-generated-classes-test/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../../pom.xml diff --git a/test/crt-unavailable-tests/pom.xml b/test/crt-unavailable-tests/pom.xml index b96bcd720b0a..05d83d802bbd 100644 --- a/test/crt-unavailable-tests/pom.xml +++ b/test/crt-unavailable-tests/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/test/http-client-tests/pom.xml b/test/http-client-tests/pom.xml index be22b53bc21e..c9af6d058a36 100644 --- a/test/http-client-tests/pom.xml +++ b/test/http-client-tests/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../../pom.xml http-client-tests diff --git a/test/module-path-tests/pom.xml b/test/module-path-tests/pom.xml index d5fb0d896bdd..0b621eb58da0 100644 --- a/test/module-path-tests/pom.xml +++ b/test/module-path-tests/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/test/old-client-version-compatibility-test/pom.xml b/test/old-client-version-compatibility-test/pom.xml index 5320635cb41b..7c03afb18d58 100644 --- a/test/old-client-version-compatibility-test/pom.xml +++ b/test/old-client-version-compatibility-test/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../../pom.xml diff --git a/test/protocol-tests-core/pom.xml b/test/protocol-tests-core/pom.xml index ef7f9e090af6..24864efa6418 100644 --- a/test/protocol-tests-core/pom.xml +++ b/test/protocol-tests-core/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/test/protocol-tests/pom.xml b/test/protocol-tests/pom.xml index e12c7d4c5859..3d177857942e 100644 --- a/test/protocol-tests/pom.xml +++ b/test/protocol-tests/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/test/region-testing/pom.xml b/test/region-testing/pom.xml index 13b328a7dd65..1b5f423ad71e 100644 --- a/test/region-testing/pom.xml +++ b/test/region-testing/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/test/ruleset-testing-core/pom.xml b/test/ruleset-testing-core/pom.xml index 3618719c21f8..6e838fa71177 100644 --- a/test/ruleset-testing-core/pom.xml +++ b/test/ruleset-testing-core/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/test/s3-benchmarks/pom.xml b/test/s3-benchmarks/pom.xml index e30d02d2c982..bf47a443214f 100644 --- a/test/s3-benchmarks/pom.xml +++ b/test/s3-benchmarks/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/test/sdk-benchmarks/pom.xml b/test/sdk-benchmarks/pom.xml index 029fc655fa5b..452c252eba0e 100644 --- a/test/sdk-benchmarks/pom.xml +++ b/test/sdk-benchmarks/pom.xml @@ -19,7 +19,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../../pom.xml diff --git a/test/sdk-native-image-test/pom.xml b/test/sdk-native-image-test/pom.xml index d78f28e5c927..eeb46f10944a 100644 --- a/test/sdk-native-image-test/pom.xml +++ b/test/sdk-native-image-test/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/test/service-test-utils/pom.xml b/test/service-test-utils/pom.xml index de0f21ff0fe0..ebf4bb826c4c 100644 --- a/test/service-test-utils/pom.xml +++ b/test/service-test-utils/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../../pom.xml service-test-utils diff --git a/test/stability-tests/pom.xml b/test/stability-tests/pom.xml index 5bef0550f63a..462f472292b4 100644 --- a/test/stability-tests/pom.xml +++ b/test/stability-tests/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/test/test-utils/pom.xml b/test/test-utils/pom.xml index 4fd2cf48c900..8d9d85de06bd 100644 --- a/test/test-utils/pom.xml +++ b/test/test-utils/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../../pom.xml test-utils diff --git a/test/tests-coverage-reporting/pom.xml b/test/tests-coverage-reporting/pom.xml index a4bb66437ec9..0c57e80583c2 100644 --- a/test/tests-coverage-reporting/pom.xml +++ b/test/tests-coverage-reporting/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/test/v2-migration-tests/pom.xml b/test/v2-migration-tests/pom.xml index 7717b4e4b9d8..fe8070c45e34 100644 --- a/test/v2-migration-tests/pom.xml +++ b/test/v2-migration-tests/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../.. diff --git a/test/v2-migration-tests/src/test/java/software/amazon/awssdk/v2migrationtests/MavenProjectTest.java b/test/v2-migration-tests/src/test/java/software/amazon/awssdk/v2migrationtests/MavenProjectTest.java index 070fe6eb0dd1..f16bedc39677 100644 --- a/test/v2-migration-tests/src/test/java/software/amazon/awssdk/v2migrationtests/MavenProjectTest.java +++ b/test/v2-migration-tests/src/test/java/software/amazon/awssdk/v2migrationtests/MavenProjectTest.java @@ -31,7 +31,6 @@ import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.condition.EnabledIf; -import software.amazon.awssdk.testutils.SdkVersionUtils; import software.amazon.awssdk.utils.Logger; public class MavenProjectTest { @@ -76,7 +75,9 @@ void mavenProject_shouldConvert() throws IOException { private static void verifyTransformation() throws IOException { List rewriteArgs = new ArrayList<>(); - addAll(rewriteArgs, "mvn", "org.openrewrite.maven:rewrite-maven-plugin:run", + // pin version since updates have broken tests + String rewriteMavenPluginVersion = "5.43.0"; + addAll(rewriteArgs, "mvn", "org.openrewrite.maven:rewrite-maven-plugin:" + rewriteMavenPluginVersion + ":run", "-Drewrite.recipeArtifactCoordinates=software.amazon.awssdk:v2-migration:"+ getMigrationToolVersion() + "-PREVIEW", "-Drewrite.activeRecipes=software.amazon.awssdk.v2migration.AwsSdkJavaV1ToV2"); diff --git a/third-party/pom.xml b/third-party/pom.xml index e80c6c7f44f2..088e2da05593 100644 --- a/third-party/pom.xml +++ b/third-party/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT third-party diff --git a/third-party/third-party-jackson-core/pom.xml b/third-party/third-party-jackson-core/pom.xml index e2e0b9914d4d..a8509928863b 100644 --- a/third-party/third-party-jackson-core/pom.xml +++ b/third-party/third-party-jackson-core/pom.xml @@ -20,7 +20,7 @@ third-party software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/third-party/third-party-jackson-dataformat-cbor/pom.xml b/third-party/third-party-jackson-dataformat-cbor/pom.xml index 5eaeee4168dc..eb455520d68d 100644 --- a/third-party/third-party-jackson-dataformat-cbor/pom.xml +++ b/third-party/third-party-jackson-dataformat-cbor/pom.xml @@ -20,7 +20,7 @@ third-party software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/third-party/third-party-slf4j-api/pom.xml b/third-party/third-party-slf4j-api/pom.xml index 21183e757f68..9e13739a23f0 100644 --- a/third-party/third-party-slf4j-api/pom.xml +++ b/third-party/third-party-slf4j-api/pom.xml @@ -20,7 +20,7 @@ third-party software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/utils/pom.xml b/utils/pom.xml index a123dc5c440a..56f3c43e8557 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT 4.0.0 diff --git a/v2-migration/pom.xml b/v2-migration/pom.xml index f96061a8ddc7..057ef46c5c1c 100644 --- a/v2-migration/pom.xml +++ b/v2-migration/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.10-SNAPSHOT + 2.29.11-SNAPSHOT ../pom.xml diff --git a/v2-migration/src/main/resources/META-INF/rewrite/upgrade-sdk-dependencies.yml b/v2-migration/src/main/resources/META-INF/rewrite/upgrade-sdk-dependencies.yml index 85bfb4750a2f..35faec8c1da1 100644 --- a/v2-migration/src/main/resources/META-INF/rewrite/upgrade-sdk-dependencies.yml +++ b/v2-migration/src/main/resources/META-INF/rewrite/upgrade-sdk-dependencies.yml @@ -21,2297 +21,2297 @@ recipeList: - org.openrewrite.java.dependencies.AddDependency: groupId: software.amazon.awssdk artifactId: apache-client - version: 2.29.9 + version: 2.29.10 onlyIfUsing: com.amazonaws.ClientConfiguration - org.openrewrite.java.dependencies.AddDependency: groupId: software.amazon.awssdk artifactId: netty-nio-client - version: 2.29.9 + version: 2.29.10 onlyIfUsing: com.amazonaws.ClientConfiguration - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-core newGroupId: software.amazon.awssdk newArtifactId: aws-core - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-bom newGroupId: software.amazon.awssdk newArtifactId: bom - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iot newGroupId: software.amazon.awssdk newArtifactId: iotdataplane - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-oam newGroupId: software.amazon.awssdk newArtifactId: oam - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iotwireless newGroupId: software.amazon.awssdk newArtifactId: iotwireless - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-forecast newGroupId: software.amazon.awssdk newArtifactId: forecast - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-licensemanagerlinuxsubscriptions newGroupId: software.amazon.awssdk newArtifactId: licensemanagerlinuxsubscriptions - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-docdbelastic newGroupId: software.amazon.awssdk newArtifactId: docdbelastic - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-emrcontainers newGroupId: software.amazon.awssdk newArtifactId: emrcontainers - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-timestreamwrite newGroupId: software.amazon.awssdk newArtifactId: timestreamwrite - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-codebuild newGroupId: software.amazon.awssdk newArtifactId: codebuild - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iotdeviceadvisor newGroupId: software.amazon.awssdk newArtifactId: iotdeviceadvisor - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ssmcontacts newGroupId: software.amazon.awssdk newArtifactId: ssmcontacts - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iot1clickdevices newGroupId: software.amazon.awssdk newArtifactId: iot1clickdevices - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-pcaconnectorscep newGroupId: software.amazon.awssdk newArtifactId: pcaconnectorscep - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-paymentcryptographydata newGroupId: software.amazon.awssdk newArtifactId: paymentcryptographydata - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-codeguruprofiler newGroupId: software.amazon.awssdk newArtifactId: codeguruprofiler - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kinesis newGroupId: software.amazon.awssdk newArtifactId: kinesis - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kinesisvideo newGroupId: software.amazon.awssdk newArtifactId: kinesisvideo - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-pinpoint newGroupId: software.amazon.awssdk newArtifactId: pinpoint - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-chime newGroupId: software.amazon.awssdk newArtifactId: chime - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iottwinmaker newGroupId: software.amazon.awssdk newArtifactId: iottwinmaker - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-organizations newGroupId: software.amazon.awssdk newArtifactId: organizations - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-licensemanager newGroupId: software.amazon.awssdk newArtifactId: licensemanager - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-shield newGroupId: software.amazon.awssdk newArtifactId: shield - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ssm newGroupId: software.amazon.awssdk newArtifactId: ssm - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mediastoredata newGroupId: software.amazon.awssdk newArtifactId: mediastoredata - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-sagemakerruntime newGroupId: software.amazon.awssdk newArtifactId: sagemakerruntime - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-signer newGroupId: software.amazon.awssdk newArtifactId: signer - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-servicecatalog newGroupId: software.amazon.awssdk newArtifactId: servicecatalog - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-timestreaminfluxdb newGroupId: software.amazon.awssdk newArtifactId: timestreaminfluxdb - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-lakeformation newGroupId: software.amazon.awssdk newArtifactId: lakeformation - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-pcs newGroupId: software.amazon.awssdk newArtifactId: pcs - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-licensemanagerusersubscriptions newGroupId: software.amazon.awssdk newArtifactId: licensemanagerusersubscriptions - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-secretsmanager newGroupId: software.amazon.awssdk newArtifactId: secretsmanager - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mediaconnect newGroupId: software.amazon.awssdk newArtifactId: mediaconnect - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mwaa newGroupId: software.amazon.awssdk newArtifactId: mwaa - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kms newGroupId: software.amazon.awssdk newArtifactId: kms - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-quicksight newGroupId: software.amazon.awssdk newArtifactId: quicksight - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-workmail newGroupId: software.amazon.awssdk newArtifactId: workmail - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-eventbridge newGroupId: software.amazon.awssdk newArtifactId: eventbridge - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-sagemakergeospatial newGroupId: software.amazon.awssdk newArtifactId: sagemakergeospatial - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-frauddetector newGroupId: software.amazon.awssdk newArtifactId: frauddetector - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-elastictranscoder newGroupId: software.amazon.awssdk newArtifactId: elastictranscoder - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-elasticinference newGroupId: software.amazon.awssdk newArtifactId: elasticinference - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-lookoutequipment newGroupId: software.amazon.awssdk newArtifactId: lookoutequipment - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-pcaconnectorad newGroupId: software.amazon.awssdk newArtifactId: pcaconnectorad - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-pinpointsmsvoice newGroupId: software.amazon.awssdk newArtifactId: pinpointsmsvoice - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-securitylake newGroupId: software.amazon.awssdk newArtifactId: securitylake - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudwatch newGroupId: software.amazon.awssdk newArtifactId: cloudwatch - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudwatchmetrics newGroupId: software.amazon.awssdk newArtifactId: cloudwatch - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-glue newGroupId: software.amazon.awssdk newArtifactId: glue - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-costoptimizationhub newGroupId: software.amazon.awssdk newArtifactId: costoptimizationhub - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-servicequotas newGroupId: software.amazon.awssdk newArtifactId: servicequotas - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-s3 newGroupId: software.amazon.awssdk newArtifactId: s3 - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-appintegrations newGroupId: software.amazon.awssdk newArtifactId: appintegrations - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-sesv2 newGroupId: software.amazon.awssdk newArtifactId: sesv2 - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-arczonalshift newGroupId: software.amazon.awssdk newArtifactId: arczonalshift - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-emr newGroupId: software.amazon.awssdk newArtifactId: emr - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-controltower newGroupId: software.amazon.awssdk newArtifactId: controltower - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iotfleethub newGroupId: software.amazon.awssdk newArtifactId: iotfleethub - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-personalize newGroupId: software.amazon.awssdk newArtifactId: personalize - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-outposts newGroupId: software.amazon.awssdk newArtifactId: outposts - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-workdocs newGroupId: software.amazon.awssdk newArtifactId: workdocs - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-networkmanager newGroupId: software.amazon.awssdk newArtifactId: networkmanager - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-omics newGroupId: software.amazon.awssdk newArtifactId: omics - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mediapackage newGroupId: software.amazon.awssdk newArtifactId: mediapackage - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-medialive newGroupId: software.amazon.awssdk newArtifactId: medialive - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mediaconvert newGroupId: software.amazon.awssdk newArtifactId: mediaconvert - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-marketplaceagreement newGroupId: software.amazon.awssdk newArtifactId: marketplaceagreement - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cognitosync newGroupId: software.amazon.awssdk newArtifactId: cognitosync - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-sns newGroupId: software.amazon.awssdk newArtifactId: sns - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-datasync newGroupId: software.amazon.awssdk newArtifactId: datasync - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-sagemakeredgemanager newGroupId: software.amazon.awssdk newArtifactId: sagemakeredge - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-greengrassv2 newGroupId: software.amazon.awssdk newArtifactId: greengrassv2 - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-pinpointemail newGroupId: software.amazon.awssdk newArtifactId: pinpointemail - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cleanroomsml newGroupId: software.amazon.awssdk newArtifactId: cleanroomsml - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-augmentedairuntime newGroupId: software.amazon.awssdk newArtifactId: sagemakera2iruntime - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-neptunedata newGroupId: software.amazon.awssdk newArtifactId: neptunedata - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-b2bi newGroupId: software.amazon.awssdk newArtifactId: b2bi - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iotanalytics newGroupId: software.amazon.awssdk newArtifactId: iotanalytics - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-inspector2 newGroupId: software.amazon.awssdk newArtifactId: inspector2 - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-groundstation newGroupId: software.amazon.awssdk newArtifactId: groundstation - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-fis newGroupId: software.amazon.awssdk newArtifactId: fis - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-proton newGroupId: software.amazon.awssdk newArtifactId: proton - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-voiceid newGroupId: software.amazon.awssdk newArtifactId: voiceid - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudhsm newGroupId: software.amazon.awssdk newArtifactId: cloudhsm - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ecrpublic newGroupId: software.amazon.awssdk newArtifactId: ecrpublic - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-servermigration newGroupId: software.amazon.awssdk newArtifactId: sms - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudtraildata newGroupId: software.amazon.awssdk newArtifactId: cloudtraildata - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cognitoidentity newGroupId: software.amazon.awssdk newArtifactId: cognitoidentity - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-config newGroupId: software.amazon.awssdk newArtifactId: config - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-osis newGroupId: software.amazon.awssdk newArtifactId: osis - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-private5g newGroupId: software.amazon.awssdk newArtifactId: privatenetworks - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-memorydb newGroupId: software.amazon.awssdk newArtifactId: memorydb - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-inspector newGroupId: software.amazon.awssdk newArtifactId: inspector - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-translate newGroupId: software.amazon.awssdk newArtifactId: translate - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mailmanager newGroupId: software.amazon.awssdk newArtifactId: mailmanager - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-paymentcryptography newGroupId: software.amazon.awssdk newArtifactId: paymentcryptography - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-chatbot newGroupId: software.amazon.awssdk newArtifactId: chatbot - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-fms newGroupId: software.amazon.awssdk newArtifactId: fms - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ssmincidents newGroupId: software.amazon.awssdk newArtifactId: ssmincidents - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-vpclattice newGroupId: software.amazon.awssdk newArtifactId: vpclattice - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-s3control newGroupId: software.amazon.awssdk newArtifactId: s3control - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-qapps newGroupId: software.amazon.awssdk newArtifactId: qapps - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-rdsdata newGroupId: software.amazon.awssdk newArtifactId: rdsdata - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kinesisanalyticsv2 newGroupId: software.amazon.awssdk newArtifactId: kinesisanalyticsv2 - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-qbusiness newGroupId: software.amazon.awssdk newArtifactId: qbusiness - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-marketplacecommerceanalytics newGroupId: software.amazon.awssdk newArtifactId: marketplacecommerceanalytics - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-synthetics newGroupId: software.amazon.awssdk newArtifactId: synthetics - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-apptest newGroupId: software.amazon.awssdk newArtifactId: apptest - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-costexplorer newGroupId: software.amazon.awssdk newArtifactId: costexplorer - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iotsecuretunneling newGroupId: software.amazon.awssdk newArtifactId: iotsecuretunneling - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudfront newGroupId: software.amazon.awssdk newArtifactId: cloudfront - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-location newGroupId: software.amazon.awssdk newArtifactId: location - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-wafv2 newGroupId: software.amazon.awssdk newArtifactId: wafv2 - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-opensearch newGroupId: software.amazon.awssdk newArtifactId: opensearch - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ec2instanceconnect newGroupId: software.amazon.awssdk newArtifactId: ec2instanceconnect - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iotthingsgraph newGroupId: software.amazon.awssdk newArtifactId: iotthingsgraph - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-repostspace newGroupId: software.amazon.awssdk newArtifactId: repostspace - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-route53recoveryreadiness newGroupId: software.amazon.awssdk newArtifactId: route53recoveryreadiness - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-health newGroupId: software.amazon.awssdk newArtifactId: health - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-workmailmessageflow newGroupId: software.amazon.awssdk newArtifactId: workmailmessageflow - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-comprehendmedical newGroupId: software.amazon.awssdk newArtifactId: comprehendmedical - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iotfleetwise newGroupId: software.amazon.awssdk newArtifactId: iotfleetwise - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-route53profiles newGroupId: software.amazon.awssdk newArtifactId: route53profiles - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-bcmdataexports newGroupId: software.amazon.awssdk newArtifactId: bcmdataexports - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-accessanalyzer newGroupId: software.amazon.awssdk newArtifactId: accessanalyzer - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-glacier newGroupId: software.amazon.awssdk newArtifactId: glacier - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-lightsail newGroupId: software.amazon.awssdk newArtifactId: lightsail - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudwatchrum newGroupId: software.amazon.awssdk newArtifactId: rum - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-inspectorscan newGroupId: software.amazon.awssdk newArtifactId: inspectorscan - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-imagebuilder newGroupId: software.amazon.awssdk newArtifactId: imagebuilder - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-sagemakermetrics newGroupId: software.amazon.awssdk newArtifactId: sagemakermetrics - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-bedrockagent newGroupId: software.amazon.awssdk newArtifactId: bedrockagent - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-migrationhub newGroupId: software.amazon.awssdk newArtifactId: migrationhub - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-simspaceweaver newGroupId: software.amazon.awssdk newArtifactId: simspaceweaver - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-elasticbeanstalk newGroupId: software.amazon.awssdk newArtifactId: elasticbeanstalk - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-freetier newGroupId: software.amazon.awssdk newArtifactId: freetier - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudsearch newGroupId: software.amazon.awssdk newArtifactId: cloudsearchdomain - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-neptune newGroupId: software.amazon.awssdk newArtifactId: neptune - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-supportapp newGroupId: software.amazon.awssdk newArtifactId: supportapp - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-transfer newGroupId: software.amazon.awssdk newArtifactId: transfer - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-deadline newGroupId: software.amazon.awssdk newArtifactId: deadline - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-braket newGroupId: software.amazon.awssdk newArtifactId: braket - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-verifiedpermissions newGroupId: software.amazon.awssdk newArtifactId: verifiedpermissions - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-scheduler newGroupId: software.amazon.awssdk newArtifactId: scheduler - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-marketplacedeployment newGroupId: software.amazon.awssdk newArtifactId: marketplacedeployment - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-resourcegroups newGroupId: software.amazon.awssdk newArtifactId: resourcegroups - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-qldb newGroupId: software.amazon.awssdk newArtifactId: qldb - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-dms newGroupId: software.amazon.awssdk newArtifactId: databasemigration - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ecr newGroupId: software.amazon.awssdk newArtifactId: ecr - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-dynamodb newGroupId: software.amazon.awssdk newArtifactId: dynamodb - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-resiliencehub newGroupId: software.amazon.awssdk newArtifactId: resiliencehub - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-qldbsession newGroupId: software.amazon.awssdk newArtifactId: qldbsession - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-route53 newGroupId: software.amazon.awssdk newArtifactId: route53domains - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-macie2 newGroupId: software.amazon.awssdk newArtifactId: macie2 - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-chimesdkmeetings newGroupId: software.amazon.awssdk newArtifactId: chimesdkmeetings - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-applicationautoscaling newGroupId: software.amazon.awssdk newArtifactId: applicationautoscaling - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-entityresolution newGroupId: software.amazon.awssdk newArtifactId: entityresolution - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-s3outposts newGroupId: software.amazon.awssdk newArtifactId: s3outposts - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-managedgrafana newGroupId: software.amazon.awssdk newArtifactId: grafana - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-storagegateway newGroupId: software.amazon.awssdk newArtifactId: storagegateway - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-recyclebin newGroupId: software.amazon.awssdk newArtifactId: rbin - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ioteventsdata newGroupId: software.amazon.awssdk newArtifactId: ioteventsdata - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-route53recoverycluster newGroupId: software.amazon.awssdk newArtifactId: route53recoverycluster - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ecs newGroupId: software.amazon.awssdk newArtifactId: ecs - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-elasticloadbalancing newGroupId: software.amazon.awssdk newArtifactId: elasticloadbalancing - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-connectcontactlens newGroupId: software.amazon.awssdk newArtifactId: connectcontactlens - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-chimesdkmediapipelines newGroupId: software.amazon.awssdk newArtifactId: chimesdkmediapipelines - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kinesisvideosignalingchannels newGroupId: software.amazon.awssdk newArtifactId: kinesisvideosignaling - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-qconnect newGroupId: software.amazon.awssdk newArtifactId: qconnect - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kendraranking newGroupId: software.amazon.awssdk newArtifactId: kendraranking - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudsearch newGroupId: software.amazon.awssdk newArtifactId: cloudsearch - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-logs newGroupId: software.amazon.awssdk newArtifactId: cloudwatchlogs - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-appfabric newGroupId: software.amazon.awssdk newArtifactId: appfabric - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-lookoutforvision newGroupId: software.amazon.awssdk newArtifactId: lookoutvision - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-route53resolver newGroupId: software.amazon.awssdk newArtifactId: route53resolver - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-workspaces newGroupId: software.amazon.awssdk newArtifactId: workspaces - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-machinelearning newGroupId: software.amazon.awssdk newArtifactId: machinelearning - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-costandusagereport newGroupId: software.amazon.awssdk newArtifactId: costandusagereport - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-taxsettings newGroupId: software.amazon.awssdk newArtifactId: taxsettings - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-fsx newGroupId: software.amazon.awssdk newArtifactId: fsx - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-codepipeline newGroupId: software.amazon.awssdk newArtifactId: codepipeline - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-elasticloadbalancingv2 newGroupId: software.amazon.awssdk newArtifactId: elasticloadbalancingv2 - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-directory newGroupId: software.amazon.awssdk newArtifactId: directory - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-bedrockruntime newGroupId: software.amazon.awssdk newArtifactId: bedrockruntime - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-codestarnotifications newGroupId: software.amazon.awssdk newArtifactId: codestarnotifications - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-schemas newGroupId: software.amazon.awssdk newArtifactId: schemas - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-sqs newGroupId: software.amazon.awssdk newArtifactId: sqs - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-appregistry newGroupId: software.amazon.awssdk newArtifactId: servicecatalogappregistry - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-appmesh newGroupId: software.amazon.awssdk newArtifactId: appmesh - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-migrationhuborchestrator newGroupId: software.amazon.awssdk newArtifactId: migrationhuborchestrator - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-discovery newGroupId: software.amazon.awssdk newArtifactId: applicationdiscovery - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iot newGroupId: software.amazon.awssdk newArtifactId: iot - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kinesisvideowebrtcstorage newGroupId: software.amazon.awssdk newArtifactId: kinesisvideowebrtcstorage - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ebs newGroupId: software.amazon.awssdk newArtifactId: ebs - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-amplify newGroupId: software.amazon.awssdk newArtifactId: amplify - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudcontrolapi newGroupId: software.amazon.awssdk newArtifactId: cloudcontrol - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-wellarchitected newGroupId: software.amazon.awssdk newArtifactId: wellarchitected - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-marketplaceentitlement newGroupId: software.amazon.awssdk newArtifactId: marketplaceentitlement - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-bedrock newGroupId: software.amazon.awssdk newArtifactId: bedrock - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-redshift newGroupId: software.amazon.awssdk newArtifactId: redshift - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-connectcases newGroupId: software.amazon.awssdk newArtifactId: connectcases - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-appflow newGroupId: software.amazon.awssdk newArtifactId: appflow - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-gamelift newGroupId: software.amazon.awssdk newArtifactId: gamelift - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudtrail newGroupId: software.amazon.awssdk newArtifactId: cloudtrail - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-supplychain newGroupId: software.amazon.awssdk newArtifactId: supplychain - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-pipes newGroupId: software.amazon.awssdk newArtifactId: pipes - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudwatchevidently newGroupId: software.amazon.awssdk newArtifactId: evidently - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-amplifyuibuilder newGroupId: software.amazon.awssdk newArtifactId: amplifyuibuilder - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-managedblockchainquery newGroupId: software.amazon.awssdk newArtifactId: managedblockchainquery - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-applicationinsights newGroupId: software.amazon.awssdk newArtifactId: applicationinsights - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-chimesdkmessaging newGroupId: software.amazon.awssdk newArtifactId: chimesdkmessaging - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mediatailor newGroupId: software.amazon.awssdk newArtifactId: mediatailor - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mediapackagev2 newGroupId: software.amazon.awssdk newArtifactId: mediapackagev2 - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-resourceexplorer2 newGroupId: software.amazon.awssdk newArtifactId: resourceexplorer2 - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-pi newGroupId: software.amazon.awssdk newArtifactId: pi - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-emrserverless newGroupId: software.amazon.awssdk newArtifactId: emrserverless - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-appconfig newGroupId: software.amazon.awssdk newArtifactId: appconfig - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-networkmonitor newGroupId: software.amazon.awssdk newArtifactId: networkmonitor - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-sagemakerfeaturestoreruntime newGroupId: software.amazon.awssdk newArtifactId: sagemakerfeaturestoreruntime - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-chimesdkidentity newGroupId: software.amazon.awssdk newArtifactId: chimesdkidentity - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-computeoptimizer newGroupId: software.amazon.awssdk newArtifactId: computeoptimizer - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-connectparticipant newGroupId: software.amazon.awssdk newArtifactId: connectparticipant - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mgn newGroupId: software.amazon.awssdk newArtifactId: mgn - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-applicationcostprofiler newGroupId: software.amazon.awssdk newArtifactId: applicationcostprofiler - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-new-service-template newGroupId: software.amazon.awssdk newArtifactId: new-service-template - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-keyspaces newGroupId: software.amazon.awssdk newArtifactId: keyspaces - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iam newGroupId: software.amazon.awssdk newArtifactId: iam - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-networkfirewall newGroupId: software.amazon.awssdk newArtifactId: networkfirewall - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-redshiftdataapi newGroupId: software.amazon.awssdk newArtifactId: redshiftdata - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mediastore newGroupId: software.amazon.awssdk newArtifactId: mediastore - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloud9 newGroupId: software.amazon.awssdk newArtifactId: cloud9 - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-connectwisdom newGroupId: software.amazon.awssdk newArtifactId: wisdom - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-sso newGroupId: software.amazon.awssdk newArtifactId: sso - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-auditmanager newGroupId: software.amazon.awssdk newArtifactId: auditmanager - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-snowball newGroupId: software.amazon.awssdk newArtifactId: snowball - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kinesis newGroupId: software.amazon.awssdk newArtifactId: kinesisanalytics - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-route53recoverycontrolconfig newGroupId: software.amazon.awssdk newArtifactId: route53recoverycontrolconfig - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-opsworks newGroupId: software.amazon.awssdk newArtifactId: opsworks - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-identitystore newGroupId: software.amazon.awssdk newArtifactId: identitystore - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-connectcampaign newGroupId: software.amazon.awssdk newArtifactId: connectcampaigns - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-textract newGroupId: software.amazon.awssdk newArtifactId: textract - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-redshiftserverless newGroupId: software.amazon.awssdk newArtifactId: redshiftserverless - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-eks newGroupId: software.amazon.awssdk newArtifactId: eks - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-support newGroupId: software.amazon.awssdk newArtifactId: support - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mechanicalturkrequester newGroupId: software.amazon.awssdk newArtifactId: mturk - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-apigatewayv2 newGroupId: software.amazon.awssdk newArtifactId: apigatewayv2 - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-devopsguru newGroupId: software.amazon.awssdk newArtifactId: devopsguru - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-prometheus newGroupId: software.amazon.awssdk newArtifactId: amp - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-drs newGroupId: software.amazon.awssdk newArtifactId: drs - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-migrationhubconfig newGroupId: software.amazon.awssdk newArtifactId: migrationhubconfig - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kafkaconnect newGroupId: software.amazon.awssdk newArtifactId: kafkaconnect - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kafka newGroupId: software.amazon.awssdk newArtifactId: kafka - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-gluedatabrew newGroupId: software.amazon.awssdk newArtifactId: databrew - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-codedeploy newGroupId: software.amazon.awssdk newArtifactId: codedeploy - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudhsmv2 newGroupId: software.amazon.awssdk newArtifactId: cloudhsmv2 - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-batch newGroupId: software.amazon.awssdk newArtifactId: batch - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iot1clickprojects newGroupId: software.amazon.awssdk newArtifactId: iot1clickprojects - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-savingsplans newGroupId: software.amazon.awssdk newArtifactId: savingsplans - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-migrationhubstrategyrecommendations newGroupId: software.amazon.awssdk newArtifactId: migrationhubstrategy - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-appsync newGroupId: software.amazon.awssdk newArtifactId: appsync - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-backupgateway newGroupId: software.amazon.awssdk newArtifactId: backupgateway - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-dlm newGroupId: software.amazon.awssdk newArtifactId: dlm - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-amplifybackend newGroupId: software.amazon.awssdk newArtifactId: amplifybackend - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-datazoneexternal newGroupId: software.amazon.awssdk newArtifactId: datazone - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-billingconductor newGroupId: software.amazon.awssdk newArtifactId: billingconductor - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-workspacesthinclient newGroupId: software.amazon.awssdk newArtifactId: workspacesthinclient - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ssmsap newGroupId: software.amazon.awssdk newArtifactId: ssmsap - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-budgets newGroupId: software.amazon.awssdk newArtifactId: budgets - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mainframemodernization newGroupId: software.amazon.awssdk newArtifactId: m2 - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-finspace newGroupId: software.amazon.awssdk newArtifactId: finspace - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-detective newGroupId: software.amazon.awssdk newArtifactId: detective - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-lambda newGroupId: software.amazon.awssdk newArtifactId: lambda - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ssooidc newGroupId: software.amazon.awssdk newArtifactId: ssooidc - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-panorama newGroupId: software.amazon.awssdk newArtifactId: panorama - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iotevents newGroupId: software.amazon.awssdk newArtifactId: iotevents - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-managedblockchain newGroupId: software.amazon.awssdk newArtifactId: managedblockchain - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-servicediscovery newGroupId: software.amazon.awssdk newArtifactId: servicediscovery - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-waf newGroupId: software.amazon.awssdk newArtifactId: waf - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ivs newGroupId: software.amazon.awssdk newArtifactId: ivs - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-directconnect newGroupId: software.amazon.awssdk newArtifactId: directconnect - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mq newGroupId: software.amazon.awssdk newArtifactId: mq - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-pinpointsmsvoicev2 newGroupId: software.amazon.awssdk newArtifactId: pinpointsmsvoicev2 - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-internetmonitor newGroupId: software.amazon.awssdk newArtifactId: internetmonitor - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-artifact newGroupId: software.amazon.awssdk newArtifactId: artifact - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iotsitewise newGroupId: software.amazon.awssdk newArtifactId: iotsitewise - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-lexmodelsv2 newGroupId: software.amazon.awssdk newArtifactId: lexmodelsv2 - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-lexruntimev2 newGroupId: software.amazon.awssdk newArtifactId: lexruntimev2 - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-serverlessapplicationrepository newGroupId: software.amazon.awssdk newArtifactId: serverlessapplicationrepository - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-eksauth newGroupId: software.amazon.awssdk newArtifactId: eksauth - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-snowdevicemanagement newGroupId: software.amazon.awssdk newArtifactId: snowdevicemanagement - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-clouddirectory newGroupId: software.amazon.awssdk newArtifactId: clouddirectory - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mediapackagevod newGroupId: software.amazon.awssdk newArtifactId: mediapackagevod - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-codestarconnections newGroupId: software.amazon.awssdk newArtifactId: codestarconnections - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-codeartifact newGroupId: software.amazon.awssdk newArtifactId: codeartifact - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-guardduty newGroupId: software.amazon.awssdk newArtifactId: guardduty - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-worklink newGroupId: software.amazon.awssdk newArtifactId: worklink - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cleanrooms newGroupId: software.amazon.awssdk newArtifactId: cleanrooms - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-customerprofiles newGroupId: software.amazon.awssdk newArtifactId: customerprofiles - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-trustedadvisor newGroupId: software.amazon.awssdk newArtifactId: trustedadvisor - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-dax newGroupId: software.amazon.awssdk newArtifactId: dax - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-opsworkscm newGroupId: software.amazon.awssdk newArtifactId: opsworkscm - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-docdb newGroupId: software.amazon.awssdk newArtifactId: docdb - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-acmpca newGroupId: software.amazon.awssdk newArtifactId: acmpca - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kinesis newGroupId: software.amazon.awssdk newArtifactId: firehose - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ivschat newGroupId: software.amazon.awssdk newArtifactId: ivschat - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-globalaccelerator newGroupId: software.amazon.awssdk newArtifactId: globalaccelerator - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ses newGroupId: software.amazon.awssdk newArtifactId: ses - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-codegurureviewer newGroupId: software.amazon.awssdk newArtifactId: codegurureviewer - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-lexmodelbuilding newGroupId: software.amazon.awssdk newArtifactId: lexmodelbuilding - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-medicalimaging newGroupId: software.amazon.awssdk newArtifactId: medicalimaging - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-account newGroupId: software.amazon.awssdk newArtifactId: account - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-robomaker newGroupId: software.amazon.awssdk newArtifactId: robomaker - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-lex newGroupId: software.amazon.awssdk newArtifactId: lexruntime - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-autoscaling newGroupId: software.amazon.awssdk newArtifactId: autoscaling - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-nimblestudio newGroupId: software.amazon.awssdk newArtifactId: nimble - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iotjobsdataplane newGroupId: software.amazon.awssdk newArtifactId: iotjobsdataplane - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-appconfigdata newGroupId: software.amazon.awssdk newArtifactId: appconfigdata - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-controlcatalog newGroupId: software.amazon.awssdk newArtifactId: controlcatalog - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-greengrass newGroupId: software.amazon.awssdk newArtifactId: greengrass - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-securityhub newGroupId: software.amazon.awssdk newArtifactId: securityhub - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-timestreamquery newGroupId: software.amazon.awssdk newArtifactId: timestreamquery - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-backup newGroupId: software.amazon.awssdk newArtifactId: backup - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-opensearchserverless newGroupId: software.amazon.awssdk newArtifactId: opensearchserverless - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudformation newGroupId: software.amazon.awssdk newArtifactId: cloudformation - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kendra newGroupId: software.amazon.awssdk newArtifactId: kendra - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-connect newGroupId: software.amazon.awssdk newArtifactId: connect - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-elasticache newGroupId: software.amazon.awssdk newArtifactId: elasticache - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-stepfunctions newGroupId: software.amazon.awssdk newArtifactId: sfn - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cognitoidp newGroupId: software.amazon.awssdk newArtifactId: cognitoidentityprovider - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-chimesdkvoice newGroupId: software.amazon.awssdk newArtifactId: chimesdkvoice - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-workspacesweb newGroupId: software.amazon.awssdk newArtifactId: workspacesweb - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-comprehend newGroupId: software.amazon.awssdk newArtifactId: comprehend - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-applicationsignals newGroupId: software.amazon.awssdk newArtifactId: applicationsignals - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-marketplacemeteringservice newGroupId: software.amazon.awssdk newArtifactId: marketplacemetering - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-devicefarm newGroupId: software.amazon.awssdk newArtifactId: devicefarm - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-rekognition newGroupId: software.amazon.awssdk newArtifactId: rekognition - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-appstream newGroupId: software.amazon.awssdk newArtifactId: appstream - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-polly newGroupId: software.amazon.awssdk newArtifactId: polly - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-rds newGroupId: software.amazon.awssdk newArtifactId: rds - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-pricing newGroupId: software.amazon.awssdk newArtifactId: pricing - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-simpleworkflow newGroupId: software.amazon.awssdk newArtifactId: swf - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-events newGroupId: software.amazon.awssdk newArtifactId: cloudwatchevents - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ssmquicksetup newGroupId: software.amazon.awssdk newArtifactId: ssmquicksetup - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-autoscalingplans newGroupId: software.amazon.awssdk newArtifactId: autoscalingplans - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-datapipeline newGroupId: software.amazon.awssdk newArtifactId: datapipeline - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-transcribe newGroupId: software.amazon.awssdk newArtifactId: transcribe - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ivsrealtime newGroupId: software.amazon.awssdk newArtifactId: ivsrealtime - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-personalizeruntime newGroupId: software.amazon.awssdk newArtifactId: personalizeruntime - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-elasticsearch newGroupId: software.amazon.awssdk newArtifactId: elasticsearch - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-codecommit newGroupId: software.amazon.awssdk newArtifactId: codecommit - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-resourcegroupstaggingapi newGroupId: software.amazon.awssdk newArtifactId: resourcegroupstaggingapi - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-forecastquery newGroupId: software.amazon.awssdk newArtifactId: forecastquery - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-healthlake newGroupId: software.amazon.awssdk newArtifactId: healthlake - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iamrolesanywhere newGroupId: software.amazon.awssdk newArtifactId: rolesanywhere - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-personalizeevents newGroupId: software.amazon.awssdk newArtifactId: personalizeevents - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-apigatewaymanagementapi newGroupId: software.amazon.awssdk newArtifactId: apigatewaymanagementapi - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-launchwizard newGroupId: software.amazon.awssdk newArtifactId: launchwizard - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-xray newGroupId: software.amazon.awssdk newArtifactId: xray - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ssoadmin newGroupId: software.amazon.awssdk newArtifactId: ssoadmin - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-api-gateway newGroupId: software.amazon.awssdk newArtifactId: apigateway - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-migrationhubrefactorspaces newGroupId: software.amazon.awssdk newArtifactId: migrationhubrefactorspaces - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ram newGroupId: software.amazon.awssdk newArtifactId: ram - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-codeconnections newGroupId: software.amazon.awssdk newArtifactId: codeconnections - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-efs newGroupId: software.amazon.awssdk newArtifactId: efs - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-bedrockagentruntime newGroupId: software.amazon.awssdk newArtifactId: bedrockagentruntime - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-dataexchange newGroupId: software.amazon.awssdk newArtifactId: dataexchange - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-sts newGroupId: software.amazon.awssdk newArtifactId: sts - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-sagemaker newGroupId: software.amazon.awssdk newArtifactId: sagemaker - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-finspacedata newGroupId: software.amazon.awssdk newArtifactId: finspacedata - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-marketplacecatalog newGroupId: software.amazon.awssdk newArtifactId: marketplacecatalog - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-acm newGroupId: software.amazon.awssdk newArtifactId: acm - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-athena newGroupId: software.amazon.awssdk newArtifactId: athena - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-route53 newGroupId: software.amazon.awssdk newArtifactId: route53 - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-codegurusecurity newGroupId: software.amazon.awssdk newArtifactId: codegurusecurity - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-tnb newGroupId: software.amazon.awssdk newArtifactId: tnb - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ec2 newGroupId: software.amazon.awssdk newArtifactId: ec2 - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-apprunner newGroupId: software.amazon.awssdk newArtifactId: apprunner - newVersion: 2.29.9 + newVersion: 2.29.10 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-lookoutmetrics newGroupId: software.amazon.awssdk newArtifactId: lookoutmetrics - newVersion: 2.29.9 \ No newline at end of file + newVersion: 2.29.10 \ No newline at end of file