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/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 84be52b03637..4da71157a748 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.9 + 2.29.10 4.0.0 diff --git a/archetypes/archetype-lambda/pom.xml b/archetypes/archetype-lambda/pom.xml index fde79afeac03..7217adc9a59e 100644 --- a/archetypes/archetype-lambda/pom.xml +++ b/archetypes/archetype-lambda/pom.xml @@ -20,7 +20,7 @@ archetypes software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 archetype-lambda diff --git a/archetypes/archetype-tools/pom.xml b/archetypes/archetype-tools/pom.xml index 220f93fe6cae..fb4441d2201b 100644 --- a/archetypes/archetype-tools/pom.xml +++ b/archetypes/archetype-tools/pom.xml @@ -20,7 +20,7 @@ archetypes software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 diff --git a/archetypes/pom.xml b/archetypes/pom.xml index a8c2f9a87cb1..1b38129c9c51 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 archetypes diff --git a/aws-sdk-java/pom.xml b/aws-sdk-java/pom.xml index 8b4008487449..923141ae5b05 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.9 + 2.29.10 ../pom.xml aws-sdk-java diff --git a/bom-internal/pom.xml b/bom-internal/pom.xml index 926bd117c093..8be19aa4811c 100644 --- a/bom-internal/pom.xml +++ b/bom-internal/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 diff --git a/bom/pom.xml b/bom/pom.xml index 7b3463522596..d8fac883ff94 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.9 + 2.29.10 ../pom.xml bom diff --git a/bundle-logging-bridge/pom.xml b/bundle-logging-bridge/pom.xml index 47024ea13f47..c4de152d282b 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.9 + 2.29.10 bundle-logging-bridge jar diff --git a/bundle-sdk/pom.xml b/bundle-sdk/pom.xml index 27762e7102d3..2dd462e9aa6c 100644 --- a/bundle-sdk/pom.xml +++ b/bundle-sdk/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.9 + 2.29.10 bundle-sdk jar diff --git a/bundle/pom.xml b/bundle/pom.xml index a1aa3ad14c70..7698229a4184 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.9 + 2.29.10 bundle jar diff --git a/codegen-lite-maven-plugin/pom.xml b/codegen-lite-maven-plugin/pom.xml index 2ded9ef57c64..edcb0ebeff65 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.9 + 2.29.10 ../pom.xml codegen-lite-maven-plugin diff --git a/codegen-lite/pom.xml b/codegen-lite/pom.xml index 4e71b962b54d..0b69149c1125 100644 --- a/codegen-lite/pom.xml +++ b/codegen-lite/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.9 + 2.29.10 codegen-lite AWS Java SDK :: Code Generator Lite diff --git a/codegen-maven-plugin/pom.xml b/codegen-maven-plugin/pom.xml index fccf2c25acfb..86abeef6de77 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.9 + 2.29.10 ../pom.xml codegen-maven-plugin diff --git a/codegen/pom.xml b/codegen/pom.xml index 7f00cc60046a..1626706e168f 100644 --- a/codegen/pom.xml +++ b/codegen/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.9 + 2.29.10 codegen AWS Java SDK :: Code Generator diff --git a/core/annotations/pom.xml b/core/annotations/pom.xml index 4b51cfa3958c..057b5eed2663 100644 --- a/core/annotations/pom.xml +++ b/core/annotations/pom.xml @@ -20,7 +20,7 @@ core software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 diff --git a/core/arns/pom.xml b/core/arns/pom.xml index cedc1188f422..13d9cbb55bbe 100644 --- a/core/arns/pom.xml +++ b/core/arns/pom.xml @@ -20,7 +20,7 @@ core software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 diff --git a/core/auth-crt/pom.xml b/core/auth-crt/pom.xml index 7bfd12d29f17..3e2b9359c28e 100644 --- a/core/auth-crt/pom.xml +++ b/core/auth-crt/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.29.9 + 2.29.10 auth-crt diff --git a/core/auth/pom.xml b/core/auth/pom.xml index 86e748ec674e..048e9ab0cbe7 100644 --- a/core/auth/pom.xml +++ b/core/auth/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.29.9 + 2.29.10 auth diff --git a/core/aws-core/pom.xml b/core/aws-core/pom.xml index f7896305ab2a..621762294dcd 100644 --- a/core/aws-core/pom.xml +++ b/core/aws-core/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.29.9 + 2.29.10 aws-core diff --git a/core/checksums-spi/pom.xml b/core/checksums-spi/pom.xml index 8a944f5471e2..0f9e01f2c040 100644 --- a/core/checksums-spi/pom.xml +++ b/core/checksums-spi/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.29.9 + 2.29.10 checksums-spi diff --git a/core/checksums/pom.xml b/core/checksums/pom.xml index 6754b0528cd5..eb307c44a646 100644 --- a/core/checksums/pom.xml +++ b/core/checksums/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.29.9 + 2.29.10 checksums diff --git a/core/crt-core/pom.xml b/core/crt-core/pom.xml index 812a05d920ec..10cf6b6577df 100644 --- a/core/crt-core/pom.xml +++ b/core/crt-core/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk core - 2.29.9 + 2.29.10 crt-core diff --git a/core/endpoints-spi/pom.xml b/core/endpoints-spi/pom.xml index 48b58f8cc053..aaf37fc1c223 100644 --- a/core/endpoints-spi/pom.xml +++ b/core/endpoints-spi/pom.xml @@ -20,7 +20,7 @@ core software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 diff --git a/core/http-auth-aws-crt/pom.xml b/core/http-auth-aws-crt/pom.xml index 248f13431993..0ae448830972 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.9 + 2.29.10 http-auth-aws-crt diff --git a/core/http-auth-aws-eventstream/pom.xml b/core/http-auth-aws-eventstream/pom.xml index d93bfd0e4634..3a5a46e49665 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.9 + 2.29.10 http-auth-aws-eventstream diff --git a/core/http-auth-aws/pom.xml b/core/http-auth-aws/pom.xml index d926f586b015..fc60290fd483 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.9 + 2.29.10 http-auth-aws diff --git a/core/http-auth-aws/src/main/java/software/amazon/awssdk/http/auth/aws/internal/signer/util/SignerUtils.java b/core/http-auth-aws/src/main/java/software/amazon/awssdk/http/auth/aws/internal/signer/util/SignerUtils.java index 186cb21f9d66..ca737b3ddc7e 100644 --- a/core/http-auth-aws/src/main/java/software/amazon/awssdk/http/auth/aws/internal/signer/util/SignerUtils.java +++ b/core/http-auth-aws/src/main/java/software/amazon/awssdk/http/auth/aws/internal/signer/util/SignerUtils.java @@ -171,6 +171,13 @@ public static void addHostHeader(SdkHttpRequest.Builder requestBuilder) { // AWS4 requires that we sign the Host header, so we // have to have it in the request by the time we sign. + // If the SdkHttpRequest has an associated Host header + // already set, prefer to use that. + + if (requestBuilder.headers().get(SignerConstant.HOST) != null) { + return; + } + String host = requestBuilder.host(); if (!SdkHttpUtils.isUsingStandardPort(requestBuilder.protocol(), requestBuilder.port())) { StringBuilder hostHeaderBuilder = new StringBuilder(host); diff --git a/core/http-auth-aws/src/test/java/software/amazon/awssdk/http/auth/aws/internal/signer/V4RequestSignerTest.java b/core/http-auth-aws/src/test/java/software/amazon/awssdk/http/auth/aws/internal/signer/V4RequestSignerTest.java index 536631c5d18f..238ed41af9be 100644 --- a/core/http-auth-aws/src/test/java/software/amazon/awssdk/http/auth/aws/internal/signer/V4RequestSignerTest.java +++ b/core/http-auth-aws/src/test/java/software/amazon/awssdk/http/auth/aws/internal/signer/V4RequestSignerTest.java @@ -30,6 +30,7 @@ import org.junit.jupiter.api.Test; import software.amazon.awssdk.http.SdkHttpMethod; import software.amazon.awssdk.http.SdkHttpRequest; +import software.amazon.awssdk.http.auth.aws.internal.signer.util.SignerConstant; import software.amazon.awssdk.identity.spi.AwsCredentialsIdentity; import software.amazon.awssdk.identity.spi.AwsSessionCredentialsIdentity; @@ -58,6 +59,7 @@ public void sign_computesSigningResult() { assertEquals(expectedCanonicalRequestString, result.getCanonicalRequest().getCanonicalRequestString()); } + @Test public void sign_withHeader_addsAuthHeaders() { String expectedAuthorization = "AWS4-HMAC-SHA256 Credential=access/19700101/us-east-1/demo/aws4_request, " + @@ -82,6 +84,21 @@ public void sign_withHeaderAndSessionCredentials_addsAuthHeadersAndTokenHeader() assertThat(result.getSignedRequest().firstMatchingHeader("X-Amz-Security-Token")).hasValue("token"); } + @Test + public void sign_withHeaderAndSessionCredentials_correctSigningUsingProvidedHostHeader() { + String expectedAuthorization = "AWS4-HMAC-SHA256 Credential=access/19700101/us-east-1/demo/aws4_request, " + + "SignedHeaders=host;x-amz-archive-description;x-amz-content-sha256;x-amz-date;" + + "x-amz-security-token, " + + "Signature=c8228e7bef8a72a450df38e6e935ce61fdb8989670b41d97cfc20d04bb76b10a"; + SdkHttpRequest.Builder request = getRequest().putHeader(SignerConstant.HOST, "virtual-host.localhost"); + V4RequestSigningResult result = header(getProperties(sessionCreds)).sign(request); + + assertThat(result.getSignedRequest().firstMatchingHeader("Host")).hasValue("virtual-host.localhost"); + assertThat(result.getSignedRequest().firstMatchingHeader("X-Amz-Date")).hasValue("19700101T000000Z"); + assertThat(result.getSignedRequest().firstMatchingHeader("Authorization")).hasValue(expectedAuthorization); + assertThat(result.getSignedRequest().firstMatchingHeader("X-Amz-Security-Token")).hasValue("token"); + } + @Test public void sign_withQuery_addsAuthQueryParams() { V4RequestSigningResult result = query(getProperties(creds)).sign(getRequest()); diff --git a/core/http-auth-spi/pom.xml b/core/http-auth-spi/pom.xml index 0d77b4dca027..2db8b557dea8 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.9 + 2.29.10 http-auth-spi diff --git a/core/http-auth/pom.xml b/core/http-auth/pom.xml index 003ff7252fa9..b671d1ca7c02 100644 --- a/core/http-auth/pom.xml +++ b/core/http-auth/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.29.9 + 2.29.10 http-auth diff --git a/core/identity-spi/pom.xml b/core/identity-spi/pom.xml index 1a3aaacdd8ee..991c973e95d1 100644 --- a/core/identity-spi/pom.xml +++ b/core/identity-spi/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.29.9 + 2.29.10 identity-spi diff --git a/core/imds/pom.xml b/core/imds/pom.xml index a865ffc9de44..08b616119c6f 100644 --- a/core/imds/pom.xml +++ b/core/imds/pom.xml @@ -20,7 +20,7 @@ core software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 imds diff --git a/core/json-utils/pom.xml b/core/json-utils/pom.xml index 844cc674597f..11b6db896d65 100644 --- a/core/json-utils/pom.xml +++ b/core/json-utils/pom.xml @@ -20,7 +20,7 @@ core software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 diff --git a/core/metrics-spi/pom.xml b/core/metrics-spi/pom.xml index a071adeae782..ddfcff546876 100644 --- a/core/metrics-spi/pom.xml +++ b/core/metrics-spi/pom.xml @@ -5,7 +5,7 @@ core software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index 59b1abaa4a97..99a04b25e0e7 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.9 + 2.29.10 core diff --git a/core/profiles/pom.xml b/core/profiles/pom.xml index f2b02ad82c28..04b77f2b886a 100644 --- a/core/profiles/pom.xml +++ b/core/profiles/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.29.9 + 2.29.10 profiles diff --git a/core/protocols/aws-cbor-protocol/pom.xml b/core/protocols/aws-cbor-protocol/pom.xml index 0ff1fcb2454d..dfda2546269c 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.9 + 2.29.10 4.0.0 diff --git a/core/protocols/aws-json-protocol/pom.xml b/core/protocols/aws-json-protocol/pom.xml index 062b5b0dc1cb..a91442ac3dc5 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.9 + 2.29.10 4.0.0 diff --git a/core/protocols/aws-query-protocol/pom.xml b/core/protocols/aws-query-protocol/pom.xml index 2d554359dd2b..ff9f899b2025 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.9 + 2.29.10 4.0.0 diff --git a/core/protocols/aws-xml-protocol/pom.xml b/core/protocols/aws-xml-protocol/pom.xml index b3cbd08717bf..791588717ed6 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.9 + 2.29.10 4.0.0 diff --git a/core/protocols/pom.xml b/core/protocols/pom.xml index d1fb49c20570..bbba2a5c324c 100644 --- a/core/protocols/pom.xml +++ b/core/protocols/pom.xml @@ -20,7 +20,7 @@ core software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 diff --git a/core/protocols/protocol-core/pom.xml b/core/protocols/protocol-core/pom.xml index a5d12d6c2e70..47c9f3a371f1 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.9 + 2.29.10 4.0.0 diff --git a/core/protocols/smithy-rpcv2-protocol/pom.xml b/core/protocols/smithy-rpcv2-protocol/pom.xml index 61a1aad3cdf3..2b852e9165ed 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.9 + 2.29.10 4.0.0 diff --git a/core/regions/pom.xml b/core/regions/pom.xml index cfdebeedf160..aff248de7423 100644 --- a/core/regions/pom.xml +++ b/core/regions/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk core - 2.29.9 + 2.29.10 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 9cca1bdd65bd..9096735b896d 100644 --- a/core/retries-spi/pom.xml +++ b/core/retries-spi/pom.xml @@ -20,7 +20,7 @@ core software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 diff --git a/core/retries/pom.xml b/core/retries/pom.xml index a0eb121a2928..afa9e4c98f8c 100644 --- a/core/retries/pom.xml +++ b/core/retries/pom.xml @@ -21,7 +21,7 @@ core software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 diff --git a/core/sdk-core/pom.xml b/core/sdk-core/pom.xml index 9bb508de529a..35a62a68711d 100644 --- a/core/sdk-core/pom.xml +++ b/core/sdk-core/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk core - 2.29.9 + 2.29.10 sdk-core AWS Java SDK :: SDK Core diff --git a/http-client-spi/pom.xml b/http-client-spi/pom.xml index eb774513f364..d4d8b511ba4f 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.9 + 2.29.10 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 68b545c407c3..6d82b8504067 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.9 + 2.29.10 apache-client diff --git a/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/impl/ApacheHttpRequestFactory.java b/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/impl/ApacheHttpRequestFactory.java index 7f0c484ba05c..cfb22343ba3f 100644 --- a/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/impl/ApacheHttpRequestFactory.java +++ b/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/impl/ApacheHttpRequestFactory.java @@ -20,6 +20,7 @@ import java.net.URI; import java.util.Arrays; import java.util.List; +import java.util.Optional; import org.apache.http.HttpEntity; import org.apache.http.HttpHeaders; import org.apache.http.client.config.RequestConfig; @@ -55,7 +56,6 @@ public HttpRequestBase create(final HttpExecuteRequest request, final ApacheHttp HttpRequestBase base = createApacheRequest(request, sanitizeUri(request.httpRequest())); addHeadersToRequest(base, request.httpRequest()); addRequestConfig(base, request.httpRequest(), requestConfig); - return base; } @@ -172,7 +172,7 @@ private void addHeadersToRequest(HttpRequestBase httpRequest, SdkHttpRequest req // it's already present, so we skip it here. We also skip the Host // header to avoid sending it twice, which will interfere with some // signing schemes. - if (!IGNORE_HEADERS.contains(name)) { + if (IGNORE_HEADERS.stream().noneMatch(name::equalsIgnoreCase)) { for (String headerValue : value) { httpRequest.addHeader(name, headerValue); } @@ -181,6 +181,11 @@ private void addHeadersToRequest(HttpRequestBase httpRequest, SdkHttpRequest req } private String getHostHeaderValue(SdkHttpRequest request) { + // Respect any user-specified Host header when present + Optional existingHostHeader = request.firstMatchingHeader(HttpHeaders.HOST); + if (existingHostHeader.isPresent()) { + return existingHostHeader.get(); + } // Apache doesn't allow us to include the port in the host header if it's a standard port for that protocol. For that // reason, we don't include the port when we sign the message. See {@link SdkHttpRequest#port()}. return !SdkHttpUtils.isUsingStandardPort(request.protocol(), request.port()) diff --git a/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/internal/impl/ApacheHttpRequestFactoryTest.java b/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/internal/impl/ApacheHttpRequestFactoryTest.java index 6699434a5351..7e5a13bf707f 100644 --- a/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/internal/impl/ApacheHttpRequestFactoryTest.java +++ b/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/internal/impl/ApacheHttpRequestFactoryTest.java @@ -71,6 +71,46 @@ public void createSetsHostHeaderByDefault() { assertEquals("localhost:12345", hostHeaders[0].getValue()); } + @Test + public void createRespectsUserHostHeader() { + String hostOverride = "virtual.host:123"; + SdkHttpRequest sdkRequest = SdkHttpRequest.builder() + .uri(URI.create("http://localhost:12345/")) + .method(SdkHttpMethod.HEAD) + .putHeader("Host", hostOverride) + .build(); + HttpExecuteRequest request = HttpExecuteRequest.builder() + .request(sdkRequest) + .build(); + + HttpRequestBase result = instance.create(request, requestConfig); + + Header[] hostHeaders = result.getHeaders(HttpHeaders.HOST); + assertNotNull(hostHeaders); + assertEquals(1, hostHeaders.length); + assertEquals(hostOverride, hostHeaders[0].getValue()); + } + + @Test + public void createRespectsLowercaseUserHostHeader() { + String hostOverride = "virtual.host:123"; + SdkHttpRequest sdkRequest = SdkHttpRequest.builder() + .uri(URI.create("http://localhost:12345/")) + .method(SdkHttpMethod.HEAD) + .putHeader("host", hostOverride) + .build(); + HttpExecuteRequest request = HttpExecuteRequest.builder() + .request(sdkRequest) + .build(); + + HttpRequestBase result = instance.create(request, requestConfig); + + Header[] hostHeaders = result.getHeaders(HttpHeaders.HOST); + assertNotNull(hostHeaders); + assertEquals(1, hostHeaders.length); + assertEquals(hostOverride, hostHeaders[0].getValue()); + } + @Test public void putRequest_withTransferEncodingChunked_isChunkedAndDoesNotIncludeHeader() { SdkHttpRequest sdkRequest = SdkHttpRequest.builder() diff --git a/http-clients/aws-crt-client/pom.xml b/http-clients/aws-crt-client/pom.xml index 9529fcb01c67..cabb60b005be 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.9 + 2.29.10 4.0.0 diff --git a/http-clients/netty-nio-client/pom.xml b/http-clients/netty-nio-client/pom.xml index 38123eff33be..8a1657f0251a 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.9 + 2.29.10 4.0.0 diff --git a/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/RequestAdapter.java b/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/RequestAdapter.java index 14e3ba8e99d2..c2c1a4a6848e 100644 --- a/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/RequestAdapter.java +++ b/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/RequestAdapter.java @@ -24,6 +24,7 @@ import io.netty.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames; import java.util.Collections; import java.util.List; +import java.util.Optional; import software.amazon.awssdk.annotations.SdkInternalApi; import software.amazon.awssdk.http.Protocol; import software.amazon.awssdk.http.SdkHttpMethod; @@ -87,13 +88,19 @@ private void addHeadersToRequest(DefaultHttpRequest httpRequest, SdkHttpRequest // Copy over any other headers already in our request request.forEachHeader((name, value) -> { // Skip the Host header to avoid sending it twice, which will interfere with some signing schemes. - if (!IGNORE_HEADERS.contains(name)) { + if (IGNORE_HEADERS.stream().noneMatch(name::equalsIgnoreCase)) { value.forEach(h -> httpRequest.headers().add(name, h)); } }); } private String getHostHeaderValue(SdkHttpRequest request) { + // Respect any user-specified Host header when present + Optional existingHostHeader = request.firstMatchingHeader(HOST); + if (existingHostHeader.isPresent()) { + return existingHostHeader.get(); + } + return SdkHttpUtils.isUsingStandardPort(request.protocol(), request.port()) ? request.host() : request.host() + ":" + request.port(); diff --git a/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/RequestAdapterTest.java b/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/RequestAdapterTest.java index 5b3f660c4196..273dcf5cba72 100644 --- a/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/RequestAdapterTest.java +++ b/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/RequestAdapterTest.java @@ -105,6 +105,34 @@ public void adapt_hostHeaderSet() { assertThat(hostHeaders).containsExactly("localhost:12345"); } + @Test + public void adapt_keepsUserHostHeader() { + String hostOverride = "virtual.host:123"; + SdkHttpRequest sdkRequest = SdkHttpRequest.builder() + .uri(URI.create("http://localhost:12345/")) + .method(SdkHttpMethod.HEAD) + .putHeader("Host", hostOverride) + .build(); + HttpRequest result = h1Adapter.adapt(sdkRequest); + List hostHeaders = result.headers() + .getAll(HttpHeaderNames.HOST.toString()); + assertThat(hostHeaders).containsExactly(hostOverride); + } + + @Test + public void adapt_keepsLowercaseUserHostHeader() { + String hostOverride = "virtual.host:123"; + SdkHttpRequest sdkRequest = SdkHttpRequest.builder() + .uri(URI.create("http://localhost:12345/")) + .method(SdkHttpMethod.HEAD) + .putHeader("host", hostOverride) + .build(); + HttpRequest result = h1Adapter.adapt(sdkRequest); + List hostHeaders = result.headers() + .getAll(HttpHeaderNames.HOST.toString()); + assertThat(hostHeaders).containsExactly(hostOverride); + } + @Test public void adapt_standardHttpsPort_omittedInHeader() { SdkHttpRequest sdkRequest = SdkHttpRequest.builder() diff --git a/http-clients/pom.xml b/http-clients/pom.xml index 37f6a7b7e84f..7c3ecfab57c8 100644 --- a/http-clients/pom.xml +++ b/http-clients/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 diff --git a/http-clients/url-connection-client/pom.xml b/http-clients/url-connection-client/pom.xml index d9e722387813..3006f86cd2da 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.9 + 2.29.10 4.0.0 diff --git a/metric-publishers/cloudwatch-metric-publisher/pom.xml b/metric-publishers/cloudwatch-metric-publisher/pom.xml index c2b5e934faf3..608829cb742a 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.9 + 2.29.10 cloudwatch-metric-publisher diff --git a/metric-publishers/pom.xml b/metric-publishers/pom.xml index 486bb538c4a5..f5dd3cc3b68d 100644 --- a/metric-publishers/pom.xml +++ b/metric-publishers/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.9 + 2.29.10 metric-publishers diff --git a/pom.xml b/pom.xml index 55b47fdc187d..0d98ada4b632 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.0.0 software.amazon.awssdk aws-sdk-java-pom - 2.29.9 + 2.29.10 pom AWS Java SDK :: Parent The Amazon Web Services SDK for Java provides Java APIs @@ -99,7 +99,7 @@ ${project.version} - 2.29.8 + 2.29.9 2.15.2 2.15.2 2.13.2 diff --git a/release-scripts/pom.xml b/release-scripts/pom.xml index 9362e2d0af09..4843c407b8f6 100644 --- a/release-scripts/pom.xml +++ b/release-scripts/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.9 + 2.29.10 ../pom.xml release-scripts diff --git a/services-custom/dynamodb-enhanced/pom.xml b/services-custom/dynamodb-enhanced/pom.xml index 553f2799091b..c330fd70d43f 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.9 + 2.29.10 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 a973d4ea603f..191dad3b36cd 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.9 + 2.29.10 ../../pom.xml iam-policy-builder diff --git a/services-custom/pom.xml b/services-custom/pom.xml index a4ef55ac9c81..355491a308ed 100644 --- a/services-custom/pom.xml +++ b/services-custom/pom.xml @@ -19,7 +19,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.9 + 2.29.10 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 7cefd885901f..d491ca9ec281 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.9 + 2.29.10 ../../pom.xml s3-event-notifications diff --git a/services-custom/s3-transfer-manager/pom.xml b/services-custom/s3-transfer-manager/pom.xml index 0abe421507e8..cdd1ffc4c5c9 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.9 + 2.29.10 ../../pom.xml s3-transfer-manager diff --git a/services/accessanalyzer/pom.xml b/services/accessanalyzer/pom.xml index 5d591d6cd989..767eb6448a3e 100644 --- a/services/accessanalyzer/pom.xml +++ b/services/accessanalyzer/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 accessanalyzer AWS Java SDK :: Services :: AccessAnalyzer diff --git a/services/account/pom.xml b/services/account/pom.xml index 8aa6adc3bcff..14daba38960a 100644 --- a/services/account/pom.xml +++ b/services/account/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 account AWS Java SDK :: Services :: Account diff --git a/services/acm/pom.xml b/services/acm/pom.xml index 498aef741feb..04bc03eecf34 100644 --- a/services/acm/pom.xml +++ b/services/acm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 acm AWS Java SDK :: Services :: AWS Certificate Manager diff --git a/services/acmpca/pom.xml b/services/acmpca/pom.xml index 8a64ac73b09f..68ad024508ed 100644 --- a/services/acmpca/pom.xml +++ b/services/acmpca/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 acmpca AWS Java SDK :: Services :: ACM PCA diff --git a/services/amp/pom.xml b/services/amp/pom.xml index 07eb48f366d2..c426a697c613 100644 --- a/services/amp/pom.xml +++ b/services/amp/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 amp AWS Java SDK :: Services :: Amp diff --git a/services/amplify/pom.xml b/services/amplify/pom.xml index 7ad46cabe748..86e7c430e31b 100644 --- a/services/amplify/pom.xml +++ b/services/amplify/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 amplify AWS Java SDK :: Services :: Amplify diff --git a/services/amplifybackend/pom.xml b/services/amplifybackend/pom.xml index ae22879c7c51..83f6d42ddfd2 100644 --- a/services/amplifybackend/pom.xml +++ b/services/amplifybackend/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 amplifybackend AWS Java SDK :: Services :: Amplify Backend diff --git a/services/amplifyuibuilder/pom.xml b/services/amplifyuibuilder/pom.xml index f8bf9cbd86a0..9133b1acd1f1 100644 --- a/services/amplifyuibuilder/pom.xml +++ b/services/amplifyuibuilder/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 amplifyuibuilder AWS Java SDK :: Services :: Amplify UI Builder diff --git a/services/apigateway/pom.xml b/services/apigateway/pom.xml index ccc616a5a2d0..eab333b88815 100644 --- a/services/apigateway/pom.xml +++ b/services/apigateway/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 apigateway AWS Java SDK :: Services :: Amazon API Gateway diff --git a/services/apigatewaymanagementapi/pom.xml b/services/apigatewaymanagementapi/pom.xml index 126a40fa3e50..61da98f4aaaf 100644 --- a/services/apigatewaymanagementapi/pom.xml +++ b/services/apigatewaymanagementapi/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 apigatewaymanagementapi AWS Java SDK :: Services :: ApiGatewayManagementApi diff --git a/services/apigatewayv2/pom.xml b/services/apigatewayv2/pom.xml index fd679a0c005e..d560ec1b9e8b 100644 --- a/services/apigatewayv2/pom.xml +++ b/services/apigatewayv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 apigatewayv2 AWS Java SDK :: Services :: ApiGatewayV2 diff --git a/services/appconfig/pom.xml b/services/appconfig/pom.xml index 225af85d8d5e..42c4b5d1ee76 100644 --- a/services/appconfig/pom.xml +++ b/services/appconfig/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 appconfig AWS Java SDK :: Services :: AppConfig diff --git a/services/appconfigdata/pom.xml b/services/appconfigdata/pom.xml index 09aa2fdf6d40..6f52e983875d 100644 --- a/services/appconfigdata/pom.xml +++ b/services/appconfigdata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 appconfigdata AWS Java SDK :: Services :: App Config Data diff --git a/services/appfabric/pom.xml b/services/appfabric/pom.xml index 4b0a32413e81..b84bf572deb3 100644 --- a/services/appfabric/pom.xml +++ b/services/appfabric/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 appfabric AWS Java SDK :: Services :: App Fabric diff --git a/services/appflow/pom.xml b/services/appflow/pom.xml index 9c8356621525..47bd2c74a0c2 100644 --- a/services/appflow/pom.xml +++ b/services/appflow/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 appflow AWS Java SDK :: Services :: Appflow diff --git a/services/appintegrations/pom.xml b/services/appintegrations/pom.xml index d9e31ce25a02..54a2760ed36e 100644 --- a/services/appintegrations/pom.xml +++ b/services/appintegrations/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 appintegrations AWS Java SDK :: Services :: App Integrations diff --git a/services/applicationautoscaling/pom.xml b/services/applicationautoscaling/pom.xml index abe24721c7af..db609a857a87 100644 --- a/services/applicationautoscaling/pom.xml +++ b/services/applicationautoscaling/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 applicationautoscaling AWS Java SDK :: Services :: AWS Application Auto Scaling diff --git a/services/applicationcostprofiler/pom.xml b/services/applicationcostprofiler/pom.xml index c87af95c618b..9caaa2bbe509 100644 --- a/services/applicationcostprofiler/pom.xml +++ b/services/applicationcostprofiler/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 applicationcostprofiler AWS Java SDK :: Services :: Application Cost Profiler diff --git a/services/applicationdiscovery/pom.xml b/services/applicationdiscovery/pom.xml index 277ce53d10f7..3bfd4c82c45b 100644 --- a/services/applicationdiscovery/pom.xml +++ b/services/applicationdiscovery/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 applicationdiscovery AWS Java SDK :: Services :: AWS Application Discovery Service diff --git a/services/applicationinsights/pom.xml b/services/applicationinsights/pom.xml index 54b7271a1fbe..e7c8339cd812 100644 --- a/services/applicationinsights/pom.xml +++ b/services/applicationinsights/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 applicationinsights AWS Java SDK :: Services :: Application Insights diff --git a/services/applicationsignals/pom.xml b/services/applicationsignals/pom.xml index e49bbd13739b..73196bedac1a 100644 --- a/services/applicationsignals/pom.xml +++ b/services/applicationsignals/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 applicationsignals AWS Java SDK :: Services :: Application Signals diff --git a/services/appmesh/pom.xml b/services/appmesh/pom.xml index 407a14a8ff1e..169c3b4f7fbb 100644 --- a/services/appmesh/pom.xml +++ b/services/appmesh/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 appmesh AWS Java SDK :: Services :: App Mesh diff --git a/services/apprunner/pom.xml b/services/apprunner/pom.xml index 2e2055a262d6..c15c22316f6b 100644 --- a/services/apprunner/pom.xml +++ b/services/apprunner/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 apprunner AWS Java SDK :: Services :: App Runner diff --git a/services/appstream/pom.xml b/services/appstream/pom.xml index f2a00ce62b42..e28ac8fd6724 100644 --- a/services/appstream/pom.xml +++ b/services/appstream/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 appstream AWS Java SDK :: Services :: Amazon AppStream diff --git a/services/appsync/pom.xml b/services/appsync/pom.xml index 93183da36aa4..b642b6a68023 100644 --- a/services/appsync/pom.xml +++ b/services/appsync/pom.xml @@ -21,7 +21,7 @@ services software.amazon.awssdk - 2.29.9 + 2.29.10 appsync diff --git a/services/apptest/pom.xml b/services/apptest/pom.xml index 2d2f13321e04..2ad1f03dc15c 100644 --- a/services/apptest/pom.xml +++ b/services/apptest/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 apptest AWS Java SDK :: Services :: App Test diff --git a/services/arczonalshift/pom.xml b/services/arczonalshift/pom.xml index abf68c196fbc..839c67842b63 100644 --- a/services/arczonalshift/pom.xml +++ b/services/arczonalshift/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 arczonalshift AWS Java SDK :: Services :: ARC Zonal Shift diff --git a/services/artifact/pom.xml b/services/artifact/pom.xml index b179edacbd47..d1821de2a732 100644 --- a/services/artifact/pom.xml +++ b/services/artifact/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 artifact AWS Java SDK :: Services :: Artifact diff --git a/services/athena/pom.xml b/services/athena/pom.xml index 2dfa11b574e2..8bfb1eea2ff9 100644 --- a/services/athena/pom.xml +++ b/services/athena/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 athena AWS Java SDK :: Services :: Amazon Athena diff --git a/services/auditmanager/pom.xml b/services/auditmanager/pom.xml index 4d7e33d09d1a..ed01fa7616e9 100644 --- a/services/auditmanager/pom.xml +++ b/services/auditmanager/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 auditmanager AWS Java SDK :: Services :: Audit Manager diff --git a/services/autoscaling/pom.xml b/services/autoscaling/pom.xml index b20980e804c1..11a77e4db50e 100644 --- a/services/autoscaling/pom.xml +++ b/services/autoscaling/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 autoscaling AWS Java SDK :: Services :: Auto Scaling diff --git a/services/autoscalingplans/pom.xml b/services/autoscalingplans/pom.xml index a970527f09d3..d36f18eca154 100644 --- a/services/autoscalingplans/pom.xml +++ b/services/autoscalingplans/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 autoscalingplans AWS Java SDK :: Services :: Auto Scaling Plans diff --git a/services/b2bi/pom.xml b/services/b2bi/pom.xml index caec78e45ce9..1eefb930b98c 100644 --- a/services/b2bi/pom.xml +++ b/services/b2bi/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 b2bi AWS Java SDK :: Services :: B2 Bi diff --git a/services/backup/pom.xml b/services/backup/pom.xml index 070aa49e4138..75f4fe4fb20d 100644 --- a/services/backup/pom.xml +++ b/services/backup/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 backup AWS Java SDK :: Services :: Backup diff --git a/services/backupgateway/pom.xml b/services/backupgateway/pom.xml index 9e7daabcce16..0f27ae37525e 100644 --- a/services/backupgateway/pom.xml +++ b/services/backupgateway/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 backupgateway AWS Java SDK :: Services :: Backup Gateway diff --git a/services/batch/pom.xml b/services/batch/pom.xml index 49dc0e43b660..fa9661f89598 100644 --- a/services/batch/pom.xml +++ b/services/batch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 batch AWS Java SDK :: Services :: AWS Batch diff --git a/services/bcmdataexports/pom.xml b/services/bcmdataexports/pom.xml index 35e2f0cd54bf..93df312ac51a 100644 --- a/services/bcmdataexports/pom.xml +++ b/services/bcmdataexports/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 bcmdataexports AWS Java SDK :: Services :: BCM Data Exports diff --git a/services/bedrock/pom.xml b/services/bedrock/pom.xml index 9c8ea3f327db..1c7aa66045d0 100644 --- a/services/bedrock/pom.xml +++ b/services/bedrock/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 bedrock AWS Java SDK :: Services :: Bedrock diff --git a/services/bedrockagent/pom.xml b/services/bedrockagent/pom.xml index 1cff4d52450c..cbbe1078c985 100644 --- a/services/bedrockagent/pom.xml +++ b/services/bedrockagent/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 bedrockagent AWS Java SDK :: Services :: Bedrock Agent diff --git a/services/bedrockagentruntime/pom.xml b/services/bedrockagentruntime/pom.xml index 5818664281a6..f4702ef2b8e4 100644 --- a/services/bedrockagentruntime/pom.xml +++ b/services/bedrockagentruntime/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 bedrockagentruntime AWS Java SDK :: Services :: Bedrock Agent Runtime diff --git a/services/bedrockruntime/pom.xml b/services/bedrockruntime/pom.xml index 715c56803f87..c95a76621a22 100644 --- a/services/bedrockruntime/pom.xml +++ b/services/bedrockruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 bedrockruntime AWS Java SDK :: Services :: Bedrock Runtime diff --git a/services/billingconductor/pom.xml b/services/billingconductor/pom.xml index d9d07daa359b..df231e8bdbcb 100644 --- a/services/billingconductor/pom.xml +++ b/services/billingconductor/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 billingconductor AWS Java SDK :: Services :: Billingconductor diff --git a/services/braket/pom.xml b/services/braket/pom.xml index 9aa386489a2d..35391b80f1f5 100644 --- a/services/braket/pom.xml +++ b/services/braket/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 braket AWS Java SDK :: Services :: Braket diff --git a/services/budgets/pom.xml b/services/budgets/pom.xml index 957207c53c6e..f046a3be2624 100644 --- a/services/budgets/pom.xml +++ b/services/budgets/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 budgets AWS Java SDK :: Services :: AWS Budgets diff --git a/services/chatbot/pom.xml b/services/chatbot/pom.xml index efabdca4056f..2b7acd72bb69 100644 --- a/services/chatbot/pom.xml +++ b/services/chatbot/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 chatbot AWS Java SDK :: Services :: Chatbot diff --git a/services/chime/pom.xml b/services/chime/pom.xml index 948ec74ff0a2..e9d6abb02039 100644 --- a/services/chime/pom.xml +++ b/services/chime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 chime AWS Java SDK :: Services :: Chime diff --git a/services/chimesdkidentity/pom.xml b/services/chimesdkidentity/pom.xml index 71f54ebffba3..a6f93dfb4b08 100644 --- a/services/chimesdkidentity/pom.xml +++ b/services/chimesdkidentity/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 chimesdkidentity AWS Java SDK :: Services :: Chime SDK Identity diff --git a/services/chimesdkmediapipelines/pom.xml b/services/chimesdkmediapipelines/pom.xml index a2252a5ef882..20e619c8a42e 100644 --- a/services/chimesdkmediapipelines/pom.xml +++ b/services/chimesdkmediapipelines/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 chimesdkmediapipelines AWS Java SDK :: Services :: Chime SDK Media Pipelines diff --git a/services/chimesdkmeetings/pom.xml b/services/chimesdkmeetings/pom.xml index 49f4d93b31f4..c63ef9381ff0 100644 --- a/services/chimesdkmeetings/pom.xml +++ b/services/chimesdkmeetings/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 chimesdkmeetings AWS Java SDK :: Services :: Chime SDK Meetings diff --git a/services/chimesdkmessaging/pom.xml b/services/chimesdkmessaging/pom.xml index 0a17a8b06803..f789a5f6993c 100644 --- a/services/chimesdkmessaging/pom.xml +++ b/services/chimesdkmessaging/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 chimesdkmessaging AWS Java SDK :: Services :: Chime SDK Messaging diff --git a/services/chimesdkvoice/pom.xml b/services/chimesdkvoice/pom.xml index 0277b263e299..c40b60b84f70 100644 --- a/services/chimesdkvoice/pom.xml +++ b/services/chimesdkvoice/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 chimesdkvoice AWS Java SDK :: Services :: Chime SDK Voice diff --git a/services/cleanrooms/pom.xml b/services/cleanrooms/pom.xml index 79f749102260..d98b8b2a81af 100644 --- a/services/cleanrooms/pom.xml +++ b/services/cleanrooms/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 cleanrooms AWS Java SDK :: Services :: Clean Rooms diff --git a/services/cleanroomsml/pom.xml b/services/cleanroomsml/pom.xml index 77a98466771f..fbc61c8baee8 100644 --- a/services/cleanroomsml/pom.xml +++ b/services/cleanroomsml/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 cleanroomsml AWS Java SDK :: Services :: Clean Rooms ML diff --git a/services/cloud9/pom.xml b/services/cloud9/pom.xml index 6d4ded027548..1aa09c999d7d 100644 --- a/services/cloud9/pom.xml +++ b/services/cloud9/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 cloud9 diff --git a/services/cloudcontrol/pom.xml b/services/cloudcontrol/pom.xml index 3dd1651f3f4d..255c44988c35 100644 --- a/services/cloudcontrol/pom.xml +++ b/services/cloudcontrol/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 cloudcontrol AWS Java SDK :: Services :: Cloud Control diff --git a/services/clouddirectory/pom.xml b/services/clouddirectory/pom.xml index 0215e4dfd392..4fc323e45f91 100644 --- a/services/clouddirectory/pom.xml +++ b/services/clouddirectory/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 clouddirectory AWS Java SDK :: Services :: Amazon CloudDirectory diff --git a/services/cloudformation/pom.xml b/services/cloudformation/pom.xml index 53bc588d6c96..a3516810aee9 100644 --- a/services/cloudformation/pom.xml +++ b/services/cloudformation/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 cloudformation AWS Java SDK :: Services :: AWS CloudFormation diff --git a/services/cloudfront/pom.xml b/services/cloudfront/pom.xml index 50018cef2182..a7b15f9d3a78 100644 --- a/services/cloudfront/pom.xml +++ b/services/cloudfront/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 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 values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.

  • The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache.

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:

  • The request body and the URL path (without the domain name) from the viewer request.

  • The headers that CloudFront automatically includes in every origin request, including Host, User-Agent, and X-Amz-Cf-Id.

  • All HTTP headers, cookies, and URL query strings that are specified in the cache policy or the origin request policy. These can include items from the viewer request and, in the case of headers, additional ones that are added by CloudFront.

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:

  • The policy's identifier.

  • The date and time when the policy was last modified.

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 fb83486b481e..4bdc7a31a310 100644 --- a/services/cloudfrontkeyvaluestore/pom.xml +++ b/services/cloudfrontkeyvaluestore/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 cloudfrontkeyvaluestore AWS Java SDK :: Services :: Cloud Front Key Value Store diff --git a/services/cloudhsm/pom.xml b/services/cloudhsm/pom.xml index fa86bff78d07..60af42cc77ac 100644 --- a/services/cloudhsm/pom.xml +++ b/services/cloudhsm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 cloudhsm AWS Java SDK :: Services :: AWS CloudHSM diff --git a/services/cloudhsmv2/pom.xml b/services/cloudhsmv2/pom.xml index e1df84ca0fb2..e71169655e4a 100644 --- a/services/cloudhsmv2/pom.xml +++ b/services/cloudhsmv2/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 cloudhsmv2 diff --git a/services/cloudsearch/pom.xml b/services/cloudsearch/pom.xml index 9811d1e4d89b..bcd192da94d6 100644 --- a/services/cloudsearch/pom.xml +++ b/services/cloudsearch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 cloudsearch AWS Java SDK :: Services :: Amazon CloudSearch diff --git a/services/cloudsearchdomain/pom.xml b/services/cloudsearchdomain/pom.xml index aeb4883ee672..98e357b29b5a 100644 --- a/services/cloudsearchdomain/pom.xml +++ b/services/cloudsearchdomain/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 cloudsearchdomain AWS Java SDK :: Services :: Amazon CloudSearch Domain diff --git a/services/cloudtrail/pom.xml b/services/cloudtrail/pom.xml index 3f75944eba89..47d867501b6b 100644 --- a/services/cloudtrail/pom.xml +++ b/services/cloudtrail/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 cloudtrail AWS Java SDK :: Services :: AWS CloudTrail diff --git a/services/cloudtraildata/pom.xml b/services/cloudtraildata/pom.xml index c08635f30ff6..8391c0010d35 100644 --- a/services/cloudtraildata/pom.xml +++ b/services/cloudtraildata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 cloudtraildata AWS Java SDK :: Services :: Cloud Trail Data diff --git a/services/cloudwatch/pom.xml b/services/cloudwatch/pom.xml index c73aa45f1a45..9b301a892032 100644 --- a/services/cloudwatch/pom.xml +++ b/services/cloudwatch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 cloudwatch AWS Java SDK :: Services :: Amazon CloudWatch diff --git a/services/cloudwatchevents/pom.xml b/services/cloudwatchevents/pom.xml index 02828654c1b0..d31cef290608 100644 --- a/services/cloudwatchevents/pom.xml +++ b/services/cloudwatchevents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 cloudwatchevents AWS Java SDK :: Services :: Amazon CloudWatch Events diff --git a/services/cloudwatchlogs/pom.xml b/services/cloudwatchlogs/pom.xml index 367e3d902f61..7d2515148862 100644 --- a/services/cloudwatchlogs/pom.xml +++ b/services/cloudwatchlogs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 cloudwatchlogs AWS Java SDK :: Services :: Amazon CloudWatch Logs diff --git a/services/codeartifact/pom.xml b/services/codeartifact/pom.xml index 88a10eead410..b33dd19c65b2 100644 --- a/services/codeartifact/pom.xml +++ b/services/codeartifact/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 codeartifact AWS Java SDK :: Services :: Codeartifact diff --git a/services/codebuild/pom.xml b/services/codebuild/pom.xml index 799a182eafc3..0713f221d763 100644 --- a/services/codebuild/pom.xml +++ b/services/codebuild/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 codebuild AWS Java SDK :: Services :: AWS Code Build diff --git a/services/codecatalyst/pom.xml b/services/codecatalyst/pom.xml index fd440b2d48ac..f3b61e568e54 100644 --- a/services/codecatalyst/pom.xml +++ b/services/codecatalyst/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 codecatalyst AWS Java SDK :: Services :: Code Catalyst diff --git a/services/codecommit/pom.xml b/services/codecommit/pom.xml index 5ac2d82f1e88..9b27bedbf775 100644 --- a/services/codecommit/pom.xml +++ b/services/codecommit/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 codecommit AWS Java SDK :: Services :: AWS CodeCommit diff --git a/services/codeconnections/pom.xml b/services/codeconnections/pom.xml index e6fa8175a678..6ec00a062a01 100644 --- a/services/codeconnections/pom.xml +++ b/services/codeconnections/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 codeconnections AWS Java SDK :: Services :: Code Connections diff --git a/services/codedeploy/pom.xml b/services/codedeploy/pom.xml index cda152058071..1400b78c6c6b 100644 --- a/services/codedeploy/pom.xml +++ b/services/codedeploy/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 codedeploy AWS Java SDK :: Services :: AWS CodeDeploy diff --git a/services/codeguruprofiler/pom.xml b/services/codeguruprofiler/pom.xml index be355b585596..0abb362dfda6 100644 --- a/services/codeguruprofiler/pom.xml +++ b/services/codeguruprofiler/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 codeguruprofiler AWS Java SDK :: Services :: CodeGuruProfiler diff --git a/services/codegurureviewer/pom.xml b/services/codegurureviewer/pom.xml index 33d4581852cf..b898678a1b75 100644 --- a/services/codegurureviewer/pom.xml +++ b/services/codegurureviewer/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 codegurureviewer AWS Java SDK :: Services :: CodeGuru Reviewer diff --git a/services/codegurusecurity/pom.xml b/services/codegurusecurity/pom.xml index 5c7bf7227741..a6954af9ff12 100644 --- a/services/codegurusecurity/pom.xml +++ b/services/codegurusecurity/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 codegurusecurity AWS Java SDK :: Services :: Code Guru Security diff --git a/services/codepipeline/pom.xml b/services/codepipeline/pom.xml index a7bcb5867b1c..1be83e601720 100644 --- a/services/codepipeline/pom.xml +++ b/services/codepipeline/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 codepipeline AWS Java SDK :: Services :: AWS CodePipeline diff --git a/services/codestarconnections/pom.xml b/services/codestarconnections/pom.xml index 91feae595993..66352b9995b4 100644 --- a/services/codestarconnections/pom.xml +++ b/services/codestarconnections/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 codestarconnections AWS Java SDK :: Services :: CodeStar connections diff --git a/services/codestarnotifications/pom.xml b/services/codestarnotifications/pom.xml index 855b56d1c298..98d585f62beb 100644 --- a/services/codestarnotifications/pom.xml +++ b/services/codestarnotifications/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 codestarnotifications AWS Java SDK :: Services :: Codestar Notifications diff --git a/services/cognitoidentity/pom.xml b/services/cognitoidentity/pom.xml index f8d8fe18142e..c41e3c86c44d 100644 --- a/services/cognitoidentity/pom.xml +++ b/services/cognitoidentity/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 cognitoidentity AWS Java SDK :: Services :: Amazon Cognito Identity diff --git a/services/cognitoidentityprovider/pom.xml b/services/cognitoidentityprovider/pom.xml index a82ee61f499e..8f600d02ce91 100644 --- a/services/cognitoidentityprovider/pom.xml +++ b/services/cognitoidentityprovider/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 cognitoidentityprovider AWS Java SDK :: Services :: Amazon Cognito Identity Provider Service diff --git a/services/cognitosync/pom.xml b/services/cognitosync/pom.xml index 90a61979bad0..caad082f8e96 100644 --- a/services/cognitosync/pom.xml +++ b/services/cognitosync/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 cognitosync AWS Java SDK :: Services :: Amazon Cognito Sync diff --git a/services/comprehend/pom.xml b/services/comprehend/pom.xml index 83e96cde8d32..3342322cd887 100644 --- a/services/comprehend/pom.xml +++ b/services/comprehend/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 comprehend diff --git a/services/comprehendmedical/pom.xml b/services/comprehendmedical/pom.xml index 20bbf8017d4f..fa628d1b8548 100644 --- a/services/comprehendmedical/pom.xml +++ b/services/comprehendmedical/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 comprehendmedical AWS Java SDK :: Services :: ComprehendMedical diff --git a/services/computeoptimizer/pom.xml b/services/computeoptimizer/pom.xml index ceafa8cd79d7..aeb0b813e43e 100644 --- a/services/computeoptimizer/pom.xml +++ b/services/computeoptimizer/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 computeoptimizer AWS Java SDK :: Services :: Compute Optimizer diff --git a/services/config/pom.xml b/services/config/pom.xml index 3523b42ae5b7..b983ab5d2574 100644 --- a/services/config/pom.xml +++ b/services/config/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 config AWS Java SDK :: Services :: AWS Config diff --git a/services/connect/pom.xml b/services/connect/pom.xml index 4b2f1f97d5d8..a3d73e71a35d 100644 --- a/services/connect/pom.xml +++ b/services/connect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 connect AWS Java SDK :: Services :: Connect diff --git a/services/connectcampaigns/pom.xml b/services/connectcampaigns/pom.xml index c7d13118a893..2ba9ea7e26bd 100644 --- a/services/connectcampaigns/pom.xml +++ b/services/connectcampaigns/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 connectcampaigns AWS Java SDK :: Services :: Connect Campaigns diff --git a/services/connectcases/pom.xml b/services/connectcases/pom.xml index 46c075c5fda1..bbacfd2440a2 100644 --- a/services/connectcases/pom.xml +++ b/services/connectcases/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 connectcases AWS Java SDK :: Services :: Connect Cases diff --git a/services/connectcontactlens/pom.xml b/services/connectcontactlens/pom.xml index ee125b0bdcb4..ce9cbaa371a7 100644 --- a/services/connectcontactlens/pom.xml +++ b/services/connectcontactlens/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 connectcontactlens AWS Java SDK :: Services :: Connect Contact Lens diff --git a/services/connectparticipant/pom.xml b/services/connectparticipant/pom.xml index e025c2b43ef1..1bef4485f311 100644 --- a/services/connectparticipant/pom.xml +++ b/services/connectparticipant/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 connectparticipant AWS Java SDK :: Services :: ConnectParticipant diff --git a/services/controlcatalog/pom.xml b/services/controlcatalog/pom.xml index e906c9ee72a2..8d1cfc3f1211 100644 --- a/services/controlcatalog/pom.xml +++ b/services/controlcatalog/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 controlcatalog AWS Java SDK :: Services :: Control Catalog diff --git a/services/controltower/pom.xml b/services/controltower/pom.xml index f8d5569864c4..272b4fa2a235 100644 --- a/services/controltower/pom.xml +++ b/services/controltower/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 controltower AWS Java SDK :: Services :: Control Tower diff --git a/services/costandusagereport/pom.xml b/services/costandusagereport/pom.xml index a2f947c0ec0c..47ec71e22e82 100644 --- a/services/costandusagereport/pom.xml +++ b/services/costandusagereport/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 costandusagereport AWS Java SDK :: Services :: AWS Cost and Usage Report diff --git a/services/costexplorer/pom.xml b/services/costexplorer/pom.xml index 856b333e7077..2ed619665921 100644 --- a/services/costexplorer/pom.xml +++ b/services/costexplorer/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 costexplorer diff --git a/services/costoptimizationhub/pom.xml b/services/costoptimizationhub/pom.xml index b14a6797ccc1..ea19d31205be 100644 --- a/services/costoptimizationhub/pom.xml +++ b/services/costoptimizationhub/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 costoptimizationhub AWS Java SDK :: Services :: Cost Optimization Hub diff --git a/services/customerprofiles/pom.xml b/services/customerprofiles/pom.xml index a35b64af1708..78fa3c6f9b3e 100644 --- a/services/customerprofiles/pom.xml +++ b/services/customerprofiles/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 customerprofiles AWS Java SDK :: Services :: Customer Profiles diff --git a/services/databasemigration/pom.xml b/services/databasemigration/pom.xml index e85d9d7ed0cb..31a70d851e95 100644 --- a/services/databasemigration/pom.xml +++ b/services/databasemigration/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 databasemigration AWS Java SDK :: Services :: AWS Database Migration Service diff --git a/services/databrew/pom.xml b/services/databrew/pom.xml index cf268f6acc0b..3e492a725779 100644 --- a/services/databrew/pom.xml +++ b/services/databrew/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 databrew AWS Java SDK :: Services :: Data Brew diff --git a/services/dataexchange/pom.xml b/services/dataexchange/pom.xml index 3205c1c0fefa..b602c5f25c88 100644 --- a/services/dataexchange/pom.xml +++ b/services/dataexchange/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 dataexchange AWS Java SDK :: Services :: DataExchange diff --git a/services/datapipeline/pom.xml b/services/datapipeline/pom.xml index ea0bf3bb953b..79ebc2f256de 100644 --- a/services/datapipeline/pom.xml +++ b/services/datapipeline/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 datapipeline AWS Java SDK :: Services :: AWS Data Pipeline diff --git a/services/datasync/pom.xml b/services/datasync/pom.xml index 3277dcc3afc2..143ce21bd89c 100644 --- a/services/datasync/pom.xml +++ b/services/datasync/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 datasync AWS Java SDK :: Services :: DataSync diff --git a/services/datazone/pom.xml b/services/datazone/pom.xml index a16afa169a17..c479cc2e7140 100644 --- a/services/datazone/pom.xml +++ b/services/datazone/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 datazone AWS Java SDK :: Services :: Data Zone diff --git a/services/dax/pom.xml b/services/dax/pom.xml index 5276804bc65f..527f4cf00c4f 100644 --- a/services/dax/pom.xml +++ b/services/dax/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 dax AWS Java SDK :: Services :: Amazon DynamoDB Accelerator (DAX) diff --git a/services/deadline/pom.xml b/services/deadline/pom.xml index 33f390b695c3..00699f930607 100644 --- a/services/deadline/pom.xml +++ b/services/deadline/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 deadline AWS Java SDK :: Services :: Deadline diff --git a/services/detective/pom.xml b/services/detective/pom.xml index 581718eb9c07..dab0f461823b 100644 --- a/services/detective/pom.xml +++ b/services/detective/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 detective AWS Java SDK :: Services :: Detective diff --git a/services/devicefarm/pom.xml b/services/devicefarm/pom.xml index 3fcd8a92bbeb..6600906af636 100644 --- a/services/devicefarm/pom.xml +++ b/services/devicefarm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 devicefarm AWS Java SDK :: Services :: AWS Device Farm diff --git a/services/devopsguru/pom.xml b/services/devopsguru/pom.xml index 6e8839cb8967..c272349d1e4f 100644 --- a/services/devopsguru/pom.xml +++ b/services/devopsguru/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 devopsguru AWS Java SDK :: Services :: Dev Ops Guru diff --git a/services/directconnect/pom.xml b/services/directconnect/pom.xml index 17668ae710e0..be387ce1904d 100644 --- a/services/directconnect/pom.xml +++ b/services/directconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 directconnect AWS Java SDK :: Services :: AWS Direct Connect diff --git a/services/directory/pom.xml b/services/directory/pom.xml index 7a8ee2f8d7b3..46e296bcbeff 100644 --- a/services/directory/pom.xml +++ b/services/directory/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 directory AWS Java SDK :: Services :: AWS Directory Service diff --git a/services/directoryservicedata/pom.xml b/services/directoryservicedata/pom.xml index 7c48a059440f..a4923a788835 100644 --- a/services/directoryservicedata/pom.xml +++ b/services/directoryservicedata/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 directoryservicedata AWS Java SDK :: Services :: Directory Service Data diff --git a/services/dlm/pom.xml b/services/dlm/pom.xml index bc99d5034cdb..9e1928f00fec 100644 --- a/services/dlm/pom.xml +++ b/services/dlm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 dlm AWS Java SDK :: Services :: DLM diff --git a/services/docdb/pom.xml b/services/docdb/pom.xml index 8aa511d9ced6..15584d11ed68 100644 --- a/services/docdb/pom.xml +++ b/services/docdb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 docdb AWS Java SDK :: Services :: DocDB diff --git a/services/docdbelastic/pom.xml b/services/docdbelastic/pom.xml index 6c06e4b8927a..347984cb435e 100644 --- a/services/docdbelastic/pom.xml +++ b/services/docdbelastic/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 docdbelastic AWS Java SDK :: Services :: Doc DB Elastic diff --git a/services/drs/pom.xml b/services/drs/pom.xml index 5ca04bb1f091..626397d3416f 100644 --- a/services/drs/pom.xml +++ b/services/drs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 drs AWS Java SDK :: Services :: Drs diff --git a/services/dynamodb/pom.xml b/services/dynamodb/pom.xml index 9db19942636f..dd1d2ee6008b 100644 --- a/services/dynamodb/pom.xml +++ b/services/dynamodb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 dynamodb AWS Java SDK :: Services :: Amazon DynamoDB diff --git a/services/ebs/pom.xml b/services/ebs/pom.xml index 5b8abb86b253..4c578d8afc43 100644 --- a/services/ebs/pom.xml +++ b/services/ebs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 ebs AWS Java SDK :: Services :: EBS diff --git a/services/ec2/pom.xml b/services/ec2/pom.xml index c886b471a6df..d30a2e77861c 100644 --- a/services/ec2/pom.xml +++ b/services/ec2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 ec2 AWS Java SDK :: Services :: Amazon EC2 diff --git a/services/ec2instanceconnect/pom.xml b/services/ec2instanceconnect/pom.xml index 0ad6984f7478..4fe51853293b 100644 --- a/services/ec2instanceconnect/pom.xml +++ b/services/ec2instanceconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 ec2instanceconnect AWS Java SDK :: Services :: EC2 Instance Connect diff --git a/services/ecr/pom.xml b/services/ecr/pom.xml index aea9d65fcd08..138703214789 100644 --- a/services/ecr/pom.xml +++ b/services/ecr/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 ecr AWS Java SDK :: Services :: Amazon EC2 Container Registry diff --git a/services/ecrpublic/pom.xml b/services/ecrpublic/pom.xml index 8e3bbf44a456..192916ad11c9 100644 --- a/services/ecrpublic/pom.xml +++ b/services/ecrpublic/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 ecrpublic AWS Java SDK :: Services :: ECR PUBLIC diff --git a/services/ecs/pom.xml b/services/ecs/pom.xml index 4c6fae2b7cf7..8e9882f7c37d 100644 --- a/services/ecs/pom.xml +++ b/services/ecs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 ecs AWS Java SDK :: Services :: Amazon EC2 Container Service diff --git a/services/efs/pom.xml b/services/efs/pom.xml index bdd9066001cd..172151211012 100644 --- a/services/efs/pom.xml +++ b/services/efs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 efs AWS Java SDK :: Services :: Amazon Elastic File System diff --git a/services/eks/pom.xml b/services/eks/pom.xml index 150d87d7b292..c782c1c319f2 100644 --- a/services/eks/pom.xml +++ b/services/eks/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 eks AWS Java SDK :: Services :: EKS diff --git a/services/eksauth/pom.xml b/services/eksauth/pom.xml index ec64d88f185b..e043d7274127 100644 --- a/services/eksauth/pom.xml +++ b/services/eksauth/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 eksauth AWS Java SDK :: Services :: EKS Auth diff --git a/services/elasticache/pom.xml b/services/elasticache/pom.xml index c8227042cd79..22611e565af5 100644 --- a/services/elasticache/pom.xml +++ b/services/elasticache/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 elasticache AWS Java SDK :: Services :: Amazon ElastiCache diff --git a/services/elasticbeanstalk/pom.xml b/services/elasticbeanstalk/pom.xml index 73ca05bdee14..db1ef78433d3 100644 --- a/services/elasticbeanstalk/pom.xml +++ b/services/elasticbeanstalk/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 elasticbeanstalk AWS Java SDK :: Services :: AWS Elastic Beanstalk diff --git a/services/elasticinference/pom.xml b/services/elasticinference/pom.xml index 083f44d0dacd..686e60a5eb3f 100644 --- a/services/elasticinference/pom.xml +++ b/services/elasticinference/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 elasticinference AWS Java SDK :: Services :: Elastic Inference diff --git a/services/elasticloadbalancing/pom.xml b/services/elasticloadbalancing/pom.xml index 1c7f1dd8b37c..6ac2cef55e73 100644 --- a/services/elasticloadbalancing/pom.xml +++ b/services/elasticloadbalancing/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 elasticloadbalancing AWS Java SDK :: Services :: Elastic Load Balancing diff --git a/services/elasticloadbalancingv2/pom.xml b/services/elasticloadbalancingv2/pom.xml index 5de3b1649f1c..0046cfefd050 100644 --- a/services/elasticloadbalancingv2/pom.xml +++ b/services/elasticloadbalancingv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 elasticloadbalancingv2 AWS Java SDK :: Services :: Elastic Load Balancing V2 diff --git a/services/elasticsearch/pom.xml b/services/elasticsearch/pom.xml index 49fdd48352d4..e34dd59b0f3c 100644 --- a/services/elasticsearch/pom.xml +++ b/services/elasticsearch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 elasticsearch AWS Java SDK :: Services :: Amazon Elasticsearch Service diff --git a/services/elastictranscoder/pom.xml b/services/elastictranscoder/pom.xml index e0927c31dac4..2619189cc0ad 100644 --- a/services/elastictranscoder/pom.xml +++ b/services/elastictranscoder/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 elastictranscoder AWS Java SDK :: Services :: Amazon Elastic Transcoder diff --git a/services/emr/pom.xml b/services/emr/pom.xml index e13fb6827dec..1f28a6379ff4 100644 --- a/services/emr/pom.xml +++ b/services/emr/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 emr AWS Java SDK :: Services :: Amazon EMR diff --git a/services/emrcontainers/pom.xml b/services/emrcontainers/pom.xml index c74c814c8ad8..19db628e79d5 100644 --- a/services/emrcontainers/pom.xml +++ b/services/emrcontainers/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 emrcontainers AWS Java SDK :: Services :: EMR Containers diff --git a/services/emrserverless/pom.xml b/services/emrserverless/pom.xml index 16e5fb4aad65..c6353f78121e 100644 --- a/services/emrserverless/pom.xml +++ b/services/emrserverless/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 emrserverless AWS Java SDK :: Services :: EMR Serverless diff --git a/services/entityresolution/pom.xml b/services/entityresolution/pom.xml index 14e519c9b64c..e9105bbcf8b7 100644 --- a/services/entityresolution/pom.xml +++ b/services/entityresolution/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 entityresolution AWS Java SDK :: Services :: Entity Resolution diff --git a/services/eventbridge/pom.xml b/services/eventbridge/pom.xml index 0dc11a53e938..8167e67d6840 100644 --- a/services/eventbridge/pom.xml +++ b/services/eventbridge/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 eventbridge AWS Java SDK :: Services :: EventBridge diff --git a/services/evidently/pom.xml b/services/evidently/pom.xml index 8164abcc2af0..1dbadc0cdf77 100644 --- a/services/evidently/pom.xml +++ b/services/evidently/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 evidently AWS Java SDK :: Services :: Evidently diff --git a/services/finspace/pom.xml b/services/finspace/pom.xml index b31e830697b2..30436814bec0 100644 --- a/services/finspace/pom.xml +++ b/services/finspace/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 finspace AWS Java SDK :: Services :: Finspace diff --git a/services/finspacedata/pom.xml b/services/finspacedata/pom.xml index 6763a9b4f67e..5cd6c0a45344 100644 --- a/services/finspacedata/pom.xml +++ b/services/finspacedata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 finspacedata AWS Java SDK :: Services :: Finspace Data diff --git a/services/firehose/pom.xml b/services/firehose/pom.xml index 3f0993d9020b..92cf16e46c5d 100644 --- a/services/firehose/pom.xml +++ b/services/firehose/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 firehose AWS Java SDK :: Services :: Amazon Kinesis Firehose diff --git a/services/fis/pom.xml b/services/fis/pom.xml index 82b2219a8cf0..b34e0160b2ed 100644 --- a/services/fis/pom.xml +++ b/services/fis/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 fis AWS Java SDK :: Services :: Fis diff --git a/services/fms/pom.xml b/services/fms/pom.xml index f19f347a04d6..20275786451c 100644 --- a/services/fms/pom.xml +++ b/services/fms/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 fms AWS Java SDK :: Services :: FMS diff --git a/services/forecast/pom.xml b/services/forecast/pom.xml index 816cec83d20d..bf440361504d 100644 --- a/services/forecast/pom.xml +++ b/services/forecast/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 forecast AWS Java SDK :: Services :: Forecast diff --git a/services/forecastquery/pom.xml b/services/forecastquery/pom.xml index c70ef6808c7d..97c07cd9f6c6 100644 --- a/services/forecastquery/pom.xml +++ b/services/forecastquery/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 forecastquery AWS Java SDK :: Services :: Forecastquery diff --git a/services/frauddetector/pom.xml b/services/frauddetector/pom.xml index e9d89729f8f6..950d29c60f13 100644 --- a/services/frauddetector/pom.xml +++ b/services/frauddetector/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 frauddetector AWS Java SDK :: Services :: FraudDetector diff --git a/services/freetier/pom.xml b/services/freetier/pom.xml index 7d9913532e62..b373dea4e8ce 100644 --- a/services/freetier/pom.xml +++ b/services/freetier/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 freetier AWS Java SDK :: Services :: Free Tier diff --git a/services/fsx/pom.xml b/services/fsx/pom.xml index cf10977ec5a1..859551830ca7 100644 --- a/services/fsx/pom.xml +++ b/services/fsx/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 fsx AWS Java SDK :: Services :: FSx diff --git a/services/gamelift/pom.xml b/services/gamelift/pom.xml index d9eb16348605..957c54a5ea04 100644 --- a/services/gamelift/pom.xml +++ b/services/gamelift/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 gamelift AWS Java SDK :: Services :: AWS GameLift diff --git a/services/geomaps/pom.xml b/services/geomaps/pom.xml index 7aaac0df9fe7..aa5d496318a0 100644 --- a/services/geomaps/pom.xml +++ b/services/geomaps/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 geomaps AWS Java SDK :: Services :: Geo Maps diff --git a/services/geoplaces/pom.xml b/services/geoplaces/pom.xml index ef7355e2c020..818194248301 100644 --- a/services/geoplaces/pom.xml +++ b/services/geoplaces/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 geoplaces AWS Java SDK :: Services :: Geo Places diff --git a/services/georoutes/pom.xml b/services/georoutes/pom.xml index 31a45fdd663a..7f74aedce29c 100644 --- a/services/georoutes/pom.xml +++ b/services/georoutes/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 georoutes AWS Java SDK :: Services :: Geo Routes diff --git a/services/glacier/pom.xml b/services/glacier/pom.xml index acde5058cd04..8ef1addd208f 100644 --- a/services/glacier/pom.xml +++ b/services/glacier/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 glacier AWS Java SDK :: Services :: Amazon Glacier diff --git a/services/globalaccelerator/pom.xml b/services/globalaccelerator/pom.xml index ca6d7d0bd835..bd21271aea94 100644 --- a/services/globalaccelerator/pom.xml +++ b/services/globalaccelerator/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 globalaccelerator AWS Java SDK :: Services :: Global Accelerator diff --git a/services/glue/pom.xml b/services/glue/pom.xml index c79cb0d66b83..c27ee31be984 100644 --- a/services/glue/pom.xml +++ b/services/glue/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 glue diff --git a/services/grafana/pom.xml b/services/grafana/pom.xml index 3ea4ab8458d1..2ee1f232d5a1 100644 --- a/services/grafana/pom.xml +++ b/services/grafana/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 grafana AWS Java SDK :: Services :: Grafana diff --git a/services/greengrass/pom.xml b/services/greengrass/pom.xml index ce38fa36291a..28119ca67c7f 100644 --- a/services/greengrass/pom.xml +++ b/services/greengrass/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 greengrass AWS Java SDK :: Services :: AWS Greengrass diff --git a/services/greengrassv2/pom.xml b/services/greengrassv2/pom.xml index d610919f65c7..0255863b609f 100644 --- a/services/greengrassv2/pom.xml +++ b/services/greengrassv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 greengrassv2 AWS Java SDK :: Services :: Greengrass V2 diff --git a/services/groundstation/pom.xml b/services/groundstation/pom.xml index 63e95d6ea7a9..6fd7108ea7e2 100644 --- a/services/groundstation/pom.xml +++ b/services/groundstation/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 groundstation AWS Java SDK :: Services :: GroundStation diff --git a/services/guardduty/pom.xml b/services/guardduty/pom.xml index 2650e078771f..0ae005c63759 100644 --- a/services/guardduty/pom.xml +++ b/services/guardduty/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 guardduty diff --git a/services/health/pom.xml b/services/health/pom.xml index 0d82a4a0a698..d8f1d477972c 100644 --- a/services/health/pom.xml +++ b/services/health/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 health AWS Java SDK :: Services :: AWS Health APIs and Notifications diff --git a/services/healthlake/pom.xml b/services/healthlake/pom.xml index d2d23b79b919..ed2e2214080c 100644 --- a/services/healthlake/pom.xml +++ b/services/healthlake/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 healthlake AWS Java SDK :: Services :: Health Lake diff --git a/services/iam/pom.xml b/services/iam/pom.xml index 3cf2023e9608..e4408925e4b9 100644 --- a/services/iam/pom.xml +++ b/services/iam/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 iam AWS Java SDK :: Services :: AWS IAM diff --git a/services/identitystore/pom.xml b/services/identitystore/pom.xml index 6552037eb22d..a2df65fbb540 100644 --- a/services/identitystore/pom.xml +++ b/services/identitystore/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 identitystore AWS Java SDK :: Services :: Identitystore diff --git a/services/imagebuilder/pom.xml b/services/imagebuilder/pom.xml index 896c98e874a0..45c2eea73e2c 100644 --- a/services/imagebuilder/pom.xml +++ b/services/imagebuilder/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 imagebuilder AWS Java SDK :: Services :: Imagebuilder diff --git a/services/inspector/pom.xml b/services/inspector/pom.xml index f4c609da47e2..a457dec4006a 100644 --- a/services/inspector/pom.xml +++ b/services/inspector/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 inspector AWS Java SDK :: Services :: Amazon Inspector Service diff --git a/services/inspector2/pom.xml b/services/inspector2/pom.xml index 79ff5516682f..491a24871cc0 100644 --- a/services/inspector2/pom.xml +++ b/services/inspector2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 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 2628552d42dc..92ecf9f37c0f 100644 --- a/services/inspectorscan/pom.xml +++ b/services/inspectorscan/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 inspectorscan AWS Java SDK :: Services :: Inspector Scan diff --git a/services/internetmonitor/pom.xml b/services/internetmonitor/pom.xml index 9ef47dbfb882..85d25b8b857a 100644 --- a/services/internetmonitor/pom.xml +++ b/services/internetmonitor/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 internetmonitor AWS Java SDK :: Services :: Internet Monitor diff --git a/services/iot/pom.xml b/services/iot/pom.xml index 900b39ef1d28..fc181fcb6f79 100644 --- a/services/iot/pom.xml +++ b/services/iot/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 iot AWS Java SDK :: Services :: AWS IoT diff --git a/services/iot1clickdevices/pom.xml b/services/iot1clickdevices/pom.xml index 3b5f827d2f90..1526a8ef542a 100644 --- a/services/iot1clickdevices/pom.xml +++ b/services/iot1clickdevices/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 iot1clickdevices AWS Java SDK :: Services :: IoT 1Click Devices Service diff --git a/services/iot1clickprojects/pom.xml b/services/iot1clickprojects/pom.xml index 5e2865670d47..72a78d134461 100644 --- a/services/iot1clickprojects/pom.xml +++ b/services/iot1clickprojects/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 iot1clickprojects AWS Java SDK :: Services :: IoT 1Click Projects diff --git a/services/iotanalytics/pom.xml b/services/iotanalytics/pom.xml index 9839782caa6a..085a989edeef 100644 --- a/services/iotanalytics/pom.xml +++ b/services/iotanalytics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 iotanalytics AWS Java SDK :: Services :: IoTAnalytics diff --git a/services/iotdataplane/pom.xml b/services/iotdataplane/pom.xml index 46d3e2300eb5..b5a13be7206c 100644 --- a/services/iotdataplane/pom.xml +++ b/services/iotdataplane/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 iotdataplane AWS Java SDK :: Services :: AWS IoT Data Plane diff --git a/services/iotdeviceadvisor/pom.xml b/services/iotdeviceadvisor/pom.xml index c31796048f8c..794a9550cead 100644 --- a/services/iotdeviceadvisor/pom.xml +++ b/services/iotdeviceadvisor/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 iotdeviceadvisor AWS Java SDK :: Services :: Iot Device Advisor diff --git a/services/iotevents/pom.xml b/services/iotevents/pom.xml index f6ebd2d7d945..0997f9fd1629 100644 --- a/services/iotevents/pom.xml +++ b/services/iotevents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 iotevents AWS Java SDK :: Services :: IoT Events diff --git a/services/ioteventsdata/pom.xml b/services/ioteventsdata/pom.xml index 09d477be5094..8c6fd6f39417 100644 --- a/services/ioteventsdata/pom.xml +++ b/services/ioteventsdata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 ioteventsdata AWS Java SDK :: Services :: IoT Events Data diff --git a/services/iotfleethub/pom.xml b/services/iotfleethub/pom.xml index c78505b46a67..6a5af1e88d75 100644 --- a/services/iotfleethub/pom.xml +++ b/services/iotfleethub/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 iotfleethub AWS Java SDK :: Services :: Io T Fleet Hub diff --git a/services/iotfleetwise/pom.xml b/services/iotfleetwise/pom.xml index 3bdb6b7d07fd..7593f18bb76c 100644 --- a/services/iotfleetwise/pom.xml +++ b/services/iotfleetwise/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 iotfleetwise AWS Java SDK :: Services :: Io T Fleet Wise diff --git a/services/iotjobsdataplane/pom.xml b/services/iotjobsdataplane/pom.xml index 0194fd1ff606..930e987b8925 100644 --- a/services/iotjobsdataplane/pom.xml +++ b/services/iotjobsdataplane/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 iotjobsdataplane AWS Java SDK :: Services :: IoT Jobs Data Plane diff --git a/services/iotsecuretunneling/pom.xml b/services/iotsecuretunneling/pom.xml index 96ff4338ca2e..c7bbfb903cff 100644 --- a/services/iotsecuretunneling/pom.xml +++ b/services/iotsecuretunneling/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 iotsecuretunneling AWS Java SDK :: Services :: IoTSecureTunneling diff --git a/services/iotsitewise/pom.xml b/services/iotsitewise/pom.xml index 26c0f1fb0cc7..2924cb1a6fae 100644 --- a/services/iotsitewise/pom.xml +++ b/services/iotsitewise/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 iotsitewise AWS Java SDK :: Services :: Io T Site Wise diff --git a/services/iotthingsgraph/pom.xml b/services/iotthingsgraph/pom.xml index 6a176361197f..b652cf4585ef 100644 --- a/services/iotthingsgraph/pom.xml +++ b/services/iotthingsgraph/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 iotthingsgraph AWS Java SDK :: Services :: IoTThingsGraph diff --git a/services/iottwinmaker/pom.xml b/services/iottwinmaker/pom.xml index cd314a2182ff..34c7fc96f895 100644 --- a/services/iottwinmaker/pom.xml +++ b/services/iottwinmaker/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 iottwinmaker AWS Java SDK :: Services :: Io T Twin Maker diff --git a/services/iotwireless/pom.xml b/services/iotwireless/pom.xml index 274c623f5cb0..d7062bb99b64 100644 --- a/services/iotwireless/pom.xml +++ b/services/iotwireless/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 iotwireless AWS Java SDK :: Services :: IoT Wireless diff --git a/services/ivs/pom.xml b/services/ivs/pom.xml index 33353d48c118..bbe696d05cc3 100644 --- a/services/ivs/pom.xml +++ b/services/ivs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 ivs AWS Java SDK :: Services :: Ivs diff --git a/services/ivschat/pom.xml b/services/ivschat/pom.xml index cc12677c2109..bcdf91948be3 100644 --- a/services/ivschat/pom.xml +++ b/services/ivschat/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 ivschat AWS Java SDK :: Services :: Ivschat diff --git a/services/ivsrealtime/pom.xml b/services/ivsrealtime/pom.xml index 45c60d1280a9..f8d1e8630992 100644 --- a/services/ivsrealtime/pom.xml +++ b/services/ivsrealtime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 ivsrealtime AWS Java SDK :: Services :: IVS Real Time diff --git a/services/kafka/pom.xml b/services/kafka/pom.xml index e63714054c4b..b26e44a6e383 100644 --- a/services/kafka/pom.xml +++ b/services/kafka/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 kafka AWS Java SDK :: Services :: Kafka diff --git a/services/kafkaconnect/pom.xml b/services/kafkaconnect/pom.xml index c59d459c75c8..8a66389ff008 100644 --- a/services/kafkaconnect/pom.xml +++ b/services/kafkaconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 kafkaconnect AWS Java SDK :: Services :: Kafka Connect diff --git a/services/kendra/pom.xml b/services/kendra/pom.xml index 8965849fb0b8..f9f976caaef7 100644 --- a/services/kendra/pom.xml +++ b/services/kendra/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 kendra AWS Java SDK :: Services :: Kendra diff --git a/services/kendraranking/pom.xml b/services/kendraranking/pom.xml index c91cc9636226..3a2701363ffe 100644 --- a/services/kendraranking/pom.xml +++ b/services/kendraranking/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 kendraranking AWS Java SDK :: Services :: Kendra Ranking diff --git a/services/keyspaces/pom.xml b/services/keyspaces/pom.xml index c33b21132816..7766eed26aa0 100644 --- a/services/keyspaces/pom.xml +++ b/services/keyspaces/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 keyspaces AWS Java SDK :: Services :: Keyspaces diff --git a/services/kinesis/pom.xml b/services/kinesis/pom.xml index ccd01d0917c1..7e271f48e6ab 100644 --- a/services/kinesis/pom.xml +++ b/services/kinesis/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 kinesis AWS Java SDK :: Services :: Amazon Kinesis diff --git a/services/kinesisanalytics/pom.xml b/services/kinesisanalytics/pom.xml index 85102acb86c9..3ce6b9d4c2df 100644 --- a/services/kinesisanalytics/pom.xml +++ b/services/kinesisanalytics/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 kinesisanalytics AWS Java SDK :: Services :: Amazon Kinesis Analytics diff --git a/services/kinesisanalyticsv2/pom.xml b/services/kinesisanalyticsv2/pom.xml index 2697545f08ca..235fe33afe75 100644 --- a/services/kinesisanalyticsv2/pom.xml +++ b/services/kinesisanalyticsv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 kinesisanalyticsv2 AWS Java SDK :: Services :: Kinesis Analytics V2 diff --git a/services/kinesisvideo/pom.xml b/services/kinesisvideo/pom.xml index 23d2a9b69d87..4bc2d2d5dd31 100644 --- a/services/kinesisvideo/pom.xml +++ b/services/kinesisvideo/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 kinesisvideo diff --git a/services/kinesisvideoarchivedmedia/pom.xml b/services/kinesisvideoarchivedmedia/pom.xml index 3940383be1c5..7da130245330 100644 --- a/services/kinesisvideoarchivedmedia/pom.xml +++ b/services/kinesisvideoarchivedmedia/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 kinesisvideoarchivedmedia AWS Java SDK :: Services :: Kinesis Video Archived Media diff --git a/services/kinesisvideomedia/pom.xml b/services/kinesisvideomedia/pom.xml index 4f691ad768c7..123df72c13e2 100644 --- a/services/kinesisvideomedia/pom.xml +++ b/services/kinesisvideomedia/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 kinesisvideomedia AWS Java SDK :: Services :: Kinesis Video Media diff --git a/services/kinesisvideosignaling/pom.xml b/services/kinesisvideosignaling/pom.xml index 3569211bcb18..52a9fc226655 100644 --- a/services/kinesisvideosignaling/pom.xml +++ b/services/kinesisvideosignaling/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 kinesisvideosignaling AWS Java SDK :: Services :: Kinesis Video Signaling diff --git a/services/kinesisvideowebrtcstorage/pom.xml b/services/kinesisvideowebrtcstorage/pom.xml index 6b7d448a03f3..5c7f334774b3 100644 --- a/services/kinesisvideowebrtcstorage/pom.xml +++ b/services/kinesisvideowebrtcstorage/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 kinesisvideowebrtcstorage AWS Java SDK :: Services :: Kinesis Video Web RTC Storage diff --git a/services/kms/pom.xml b/services/kms/pom.xml index 568430fffe81..fa6c1255f13e 100644 --- a/services/kms/pom.xml +++ b/services/kms/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 kms AWS Java SDK :: Services :: AWS KMS diff --git a/services/lakeformation/pom.xml b/services/lakeformation/pom.xml index 0075b74ada56..a449feedb1ef 100644 --- a/services/lakeformation/pom.xml +++ b/services/lakeformation/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 lakeformation AWS Java SDK :: Services :: LakeFormation diff --git a/services/lambda/pom.xml b/services/lambda/pom.xml index ad6b1c8a2376..7eec667cba37 100644 --- a/services/lambda/pom.xml +++ b/services/lambda/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 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 d2201257ff6d..da652ecaf77f 100644 --- a/services/launchwizard/pom.xml +++ b/services/launchwizard/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 launchwizard AWS Java SDK :: Services :: Launch Wizard diff --git a/services/lexmodelbuilding/pom.xml b/services/lexmodelbuilding/pom.xml index 72904a65f3df..5ca1c82fde72 100644 --- a/services/lexmodelbuilding/pom.xml +++ b/services/lexmodelbuilding/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 lexmodelbuilding AWS Java SDK :: Services :: Amazon Lex Model Building diff --git a/services/lexmodelsv2/pom.xml b/services/lexmodelsv2/pom.xml index 3a80cf400906..77ed318a3c2a 100644 --- a/services/lexmodelsv2/pom.xml +++ b/services/lexmodelsv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 lexmodelsv2 AWS Java SDK :: Services :: Lex Models V2 diff --git a/services/lexruntime/pom.xml b/services/lexruntime/pom.xml index bcbce1e3ae8f..37e2b64f0c00 100644 --- a/services/lexruntime/pom.xml +++ b/services/lexruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 lexruntime AWS Java SDK :: Services :: Amazon Lex Runtime diff --git a/services/lexruntimev2/pom.xml b/services/lexruntimev2/pom.xml index 4a5a4e54b345..a8e06f8d7894 100644 --- a/services/lexruntimev2/pom.xml +++ b/services/lexruntimev2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 lexruntimev2 AWS Java SDK :: Services :: Lex Runtime V2 diff --git a/services/licensemanager/pom.xml b/services/licensemanager/pom.xml index 3b64b6460fff..7abf4a1892ba 100644 --- a/services/licensemanager/pom.xml +++ b/services/licensemanager/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 licensemanager AWS Java SDK :: Services :: License Manager diff --git a/services/licensemanagerlinuxsubscriptions/pom.xml b/services/licensemanagerlinuxsubscriptions/pom.xml index 32bdad80e162..d249517d7316 100644 --- a/services/licensemanagerlinuxsubscriptions/pom.xml +++ b/services/licensemanagerlinuxsubscriptions/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 licensemanagerlinuxsubscriptions AWS Java SDK :: Services :: License Manager Linux Subscriptions diff --git a/services/licensemanagerusersubscriptions/pom.xml b/services/licensemanagerusersubscriptions/pom.xml index be62f9aaede7..9b98d712c728 100644 --- a/services/licensemanagerusersubscriptions/pom.xml +++ b/services/licensemanagerusersubscriptions/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 licensemanagerusersubscriptions AWS Java SDK :: Services :: License Manager User Subscriptions diff --git a/services/lightsail/pom.xml b/services/lightsail/pom.xml index d401473fe95c..caedbc2cc79c 100644 --- a/services/lightsail/pom.xml +++ b/services/lightsail/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 lightsail AWS Java SDK :: Services :: Amazon Lightsail diff --git a/services/location/pom.xml b/services/location/pom.xml index 96b748d876e4..dc28abceb496 100644 --- a/services/location/pom.xml +++ b/services/location/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 location AWS Java SDK :: Services :: Location diff --git a/services/lookoutequipment/pom.xml b/services/lookoutequipment/pom.xml index ab50bd7baf04..4de7b48c6a1b 100644 --- a/services/lookoutequipment/pom.xml +++ b/services/lookoutequipment/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 lookoutequipment AWS Java SDK :: Services :: Lookout Equipment diff --git a/services/lookoutmetrics/pom.xml b/services/lookoutmetrics/pom.xml index 6335079b4f95..b69ecb4fc938 100644 --- a/services/lookoutmetrics/pom.xml +++ b/services/lookoutmetrics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 lookoutmetrics AWS Java SDK :: Services :: Lookout Metrics diff --git a/services/lookoutvision/pom.xml b/services/lookoutvision/pom.xml index 694b9dcc2350..040764d106cb 100644 --- a/services/lookoutvision/pom.xml +++ b/services/lookoutvision/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 lookoutvision AWS Java SDK :: Services :: Lookout Vision diff --git a/services/m2/pom.xml b/services/m2/pom.xml index c2569d6fdb57..690fe056514e 100644 --- a/services/m2/pom.xml +++ b/services/m2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 m2 AWS Java SDK :: Services :: M2 diff --git a/services/machinelearning/pom.xml b/services/machinelearning/pom.xml index 26c61763d039..6c011c0a2059 100644 --- a/services/machinelearning/pom.xml +++ b/services/machinelearning/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 machinelearning AWS Java SDK :: Services :: Amazon Machine Learning diff --git a/services/macie2/pom.xml b/services/macie2/pom.xml index a00fcc70c406..5a47a9a00886 100644 --- a/services/macie2/pom.xml +++ b/services/macie2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 macie2 AWS Java SDK :: Services :: Macie2 diff --git a/services/mailmanager/pom.xml b/services/mailmanager/pom.xml index 82f50275a28c..42106e04e0d8 100644 --- a/services/mailmanager/pom.xml +++ b/services/mailmanager/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 mailmanager AWS Java SDK :: Services :: Mail Manager diff --git a/services/managedblockchain/pom.xml b/services/managedblockchain/pom.xml index 715258ad35c1..45a5daddc834 100644 --- a/services/managedblockchain/pom.xml +++ b/services/managedblockchain/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 managedblockchain AWS Java SDK :: Services :: ManagedBlockchain diff --git a/services/managedblockchainquery/pom.xml b/services/managedblockchainquery/pom.xml index 88f9d8c13c02..9a870b3ddee8 100644 --- a/services/managedblockchainquery/pom.xml +++ b/services/managedblockchainquery/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 managedblockchainquery AWS Java SDK :: Services :: Managed Blockchain Query diff --git a/services/marketplaceagreement/pom.xml b/services/marketplaceagreement/pom.xml index 02e05d868fb8..2e413f95c695 100644 --- a/services/marketplaceagreement/pom.xml +++ b/services/marketplaceagreement/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 marketplaceagreement AWS Java SDK :: Services :: Marketplace Agreement diff --git a/services/marketplacecatalog/pom.xml b/services/marketplacecatalog/pom.xml index 2b0d21c6c18b..b763444c20d0 100644 --- a/services/marketplacecatalog/pom.xml +++ b/services/marketplacecatalog/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 marketplacecatalog AWS Java SDK :: Services :: Marketplace Catalog diff --git a/services/marketplacecommerceanalytics/pom.xml b/services/marketplacecommerceanalytics/pom.xml index 3b085f5ea914..18d66817e00c 100644 --- a/services/marketplacecommerceanalytics/pom.xml +++ b/services/marketplacecommerceanalytics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 marketplacecommerceanalytics AWS Java SDK :: Services :: AWS Marketplace Commerce Analytics diff --git a/services/marketplacedeployment/pom.xml b/services/marketplacedeployment/pom.xml index 03e6b2ebe4a9..36346c3ae59f 100644 --- a/services/marketplacedeployment/pom.xml +++ b/services/marketplacedeployment/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 marketplacedeployment AWS Java SDK :: Services :: Marketplace Deployment diff --git a/services/marketplaceentitlement/pom.xml b/services/marketplaceentitlement/pom.xml index 6fd3eb8cb234..18b9a148c931 100644 --- a/services/marketplaceentitlement/pom.xml +++ b/services/marketplaceentitlement/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 marketplaceentitlement AWS Java SDK :: Services :: AWS Marketplace Entitlement diff --git a/services/marketplacemetering/pom.xml b/services/marketplacemetering/pom.xml index 5abb852bd6c7..4d04d1e7a037 100644 --- a/services/marketplacemetering/pom.xml +++ b/services/marketplacemetering/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 marketplacemetering AWS Java SDK :: Services :: AWS Marketplace Metering Service diff --git a/services/marketplacereporting/pom.xml b/services/marketplacereporting/pom.xml index a4dfb50e4ef3..d66523a25e66 100644 --- a/services/marketplacereporting/pom.xml +++ b/services/marketplacereporting/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 marketplacereporting AWS Java SDK :: Services :: Marketplace Reporting diff --git a/services/mediaconnect/pom.xml b/services/mediaconnect/pom.xml index 4ebbcdf00f48..675fe3838c1b 100644 --- a/services/mediaconnect/pom.xml +++ b/services/mediaconnect/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 mediaconnect AWS Java SDK :: Services :: MediaConnect diff --git a/services/mediaconvert/pom.xml b/services/mediaconvert/pom.xml index 574926022bb7..67432195ba72 100644 --- a/services/mediaconvert/pom.xml +++ b/services/mediaconvert/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 mediaconvert diff --git a/services/medialive/pom.xml b/services/medialive/pom.xml index 9ffd0c02acc0..452b84d45293 100644 --- a/services/medialive/pom.xml +++ b/services/medialive/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 medialive diff --git a/services/mediapackage/pom.xml b/services/mediapackage/pom.xml index 5b8dc4dc2ea1..bd0e11677a09 100644 --- a/services/mediapackage/pom.xml +++ b/services/mediapackage/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 mediapackage diff --git a/services/mediapackagev2/pom.xml b/services/mediapackagev2/pom.xml index e46fada08c69..e2c4e8bbc535 100644 --- a/services/mediapackagev2/pom.xml +++ b/services/mediapackagev2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 mediapackagev2 AWS Java SDK :: Services :: Media Package V2 diff --git a/services/mediapackagevod/pom.xml b/services/mediapackagevod/pom.xml index 0445714b3941..0cc260c01466 100644 --- a/services/mediapackagevod/pom.xml +++ b/services/mediapackagevod/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 mediapackagevod AWS Java SDK :: Services :: MediaPackage Vod diff --git a/services/mediastore/pom.xml b/services/mediastore/pom.xml index ef837fe3bca1..1d084b11e12c 100644 --- a/services/mediastore/pom.xml +++ b/services/mediastore/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 mediastore diff --git a/services/mediastoredata/pom.xml b/services/mediastoredata/pom.xml index 473fb9f40dce..08db25165713 100644 --- a/services/mediastoredata/pom.xml +++ b/services/mediastoredata/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 mediastoredata diff --git a/services/mediatailor/pom.xml b/services/mediatailor/pom.xml index 1ac8efd1368f..5070dd421aec 100644 --- a/services/mediatailor/pom.xml +++ b/services/mediatailor/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 mediatailor AWS Java SDK :: Services :: MediaTailor diff --git a/services/medicalimaging/pom.xml b/services/medicalimaging/pom.xml index 619d810c336d..3f8b2bd59dd6 100644 --- a/services/medicalimaging/pom.xml +++ b/services/medicalimaging/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 medicalimaging AWS Java SDK :: Services :: Medical Imaging diff --git a/services/memorydb/pom.xml b/services/memorydb/pom.xml index b3296afbf874..5efa34e5108c 100644 --- a/services/memorydb/pom.xml +++ b/services/memorydb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 memorydb AWS Java SDK :: Services :: Memory DB diff --git a/services/mgn/pom.xml b/services/mgn/pom.xml index 6b84e271e361..40b1a3f7f0e6 100644 --- a/services/mgn/pom.xml +++ b/services/mgn/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 mgn AWS Java SDK :: Services :: Mgn diff --git a/services/migrationhub/pom.xml b/services/migrationhub/pom.xml index 8c4c2ced2764..e43d2bb2b28a 100644 --- a/services/migrationhub/pom.xml +++ b/services/migrationhub/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 migrationhub diff --git a/services/migrationhubconfig/pom.xml b/services/migrationhubconfig/pom.xml index ea80709564e9..17ac590b6c8d 100644 --- a/services/migrationhubconfig/pom.xml +++ b/services/migrationhubconfig/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 migrationhubconfig AWS Java SDK :: Services :: MigrationHub Config diff --git a/services/migrationhuborchestrator/pom.xml b/services/migrationhuborchestrator/pom.xml index 0e3c2368c138..0bac68ad9bc8 100644 --- a/services/migrationhuborchestrator/pom.xml +++ b/services/migrationhuborchestrator/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 migrationhuborchestrator AWS Java SDK :: Services :: Migration Hub Orchestrator diff --git a/services/migrationhubrefactorspaces/pom.xml b/services/migrationhubrefactorspaces/pom.xml index ca62e883808a..ae3ecb1221aa 100644 --- a/services/migrationhubrefactorspaces/pom.xml +++ b/services/migrationhubrefactorspaces/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 migrationhubrefactorspaces AWS Java SDK :: Services :: Migration Hub Refactor Spaces diff --git a/services/migrationhubstrategy/pom.xml b/services/migrationhubstrategy/pom.xml index 02c074c5319f..1719f464951f 100644 --- a/services/migrationhubstrategy/pom.xml +++ b/services/migrationhubstrategy/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 migrationhubstrategy AWS Java SDK :: Services :: Migration Hub Strategy diff --git a/services/mq/pom.xml b/services/mq/pom.xml index eb2679ce9e9f..e7f12b892b65 100644 --- a/services/mq/pom.xml +++ b/services/mq/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 mq diff --git a/services/mturk/pom.xml b/services/mturk/pom.xml index f7f10bf7d887..4f002c9862aa 100644 --- a/services/mturk/pom.xml +++ b/services/mturk/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 mturk AWS Java SDK :: Services :: Amazon Mechanical Turk Requester diff --git a/services/mwaa/pom.xml b/services/mwaa/pom.xml index 566fe62d1688..6299232196b8 100644 --- a/services/mwaa/pom.xml +++ b/services/mwaa/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 mwaa AWS Java SDK :: Services :: MWAA diff --git a/services/neptune/pom.xml b/services/neptune/pom.xml index 55cba200bcf2..eda792b1419c 100644 --- a/services/neptune/pom.xml +++ b/services/neptune/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 neptune AWS Java SDK :: Services :: Neptune diff --git a/services/neptunedata/pom.xml b/services/neptunedata/pom.xml index 11ba8652c54b..71a4775670d3 100644 --- a/services/neptunedata/pom.xml +++ b/services/neptunedata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 neptunedata AWS Java SDK :: Services :: Neptunedata diff --git a/services/neptunegraph/pom.xml b/services/neptunegraph/pom.xml index 06c0b2b28803..536341adb637 100644 --- a/services/neptunegraph/pom.xml +++ b/services/neptunegraph/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 neptunegraph AWS Java SDK :: Services :: Neptune Graph diff --git a/services/networkfirewall/pom.xml b/services/networkfirewall/pom.xml index 28bf2824bf30..d4b4c58dbec8 100644 --- a/services/networkfirewall/pom.xml +++ b/services/networkfirewall/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 networkfirewall AWS Java SDK :: Services :: Network Firewall diff --git a/services/networkmanager/pom.xml b/services/networkmanager/pom.xml index b3b634dbaade..f396375ae9cc 100644 --- a/services/networkmanager/pom.xml +++ b/services/networkmanager/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 networkmanager AWS Java SDK :: Services :: NetworkManager diff --git a/services/networkmonitor/pom.xml b/services/networkmonitor/pom.xml index fbc049f59eaf..37b0394e06c3 100644 --- a/services/networkmonitor/pom.xml +++ b/services/networkmonitor/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 networkmonitor AWS Java SDK :: Services :: Network Monitor diff --git a/services/oam/pom.xml b/services/oam/pom.xml index 819ba3f8041e..582c4ecd73d6 100644 --- a/services/oam/pom.xml +++ b/services/oam/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 oam AWS Java SDK :: Services :: OAM diff --git a/services/omics/pom.xml b/services/omics/pom.xml index 105404deaf0b..582da5f639d5 100644 --- a/services/omics/pom.xml +++ b/services/omics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 omics AWS Java SDK :: Services :: Omics diff --git a/services/opensearch/pom.xml b/services/opensearch/pom.xml index 8b7bb56eea02..1381ba480f46 100644 --- a/services/opensearch/pom.xml +++ b/services/opensearch/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 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 6dfa477c8763..f7b7d585ed77 100644 --- a/services/opensearchserverless/pom.xml +++ b/services/opensearchserverless/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 opensearchserverless AWS Java SDK :: Services :: Open Search Serverless diff --git a/services/opsworks/pom.xml b/services/opsworks/pom.xml index 41a552d56ca1..0bc6b4b5455c 100644 --- a/services/opsworks/pom.xml +++ b/services/opsworks/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 opsworks AWS Java SDK :: Services :: AWS OpsWorks diff --git a/services/opsworkscm/pom.xml b/services/opsworkscm/pom.xml index 3fa96dcf2264..dacab9c57285 100644 --- a/services/opsworkscm/pom.xml +++ b/services/opsworkscm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 opsworkscm AWS Java SDK :: Services :: AWS OpsWorks for Chef Automate diff --git a/services/organizations/pom.xml b/services/organizations/pom.xml index 721cc1ea14ae..9c4aa642acd7 100644 --- a/services/organizations/pom.xml +++ b/services/organizations/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 organizations AWS Java SDK :: Services :: AWS Organizations diff --git a/services/osis/pom.xml b/services/osis/pom.xml index 956d1f74442e..ebd5b7e11c45 100644 --- a/services/osis/pom.xml +++ b/services/osis/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 osis AWS Java SDK :: Services :: OSIS diff --git a/services/outposts/pom.xml b/services/outposts/pom.xml index cb3c3f39e7d3..70c63e8768b2 100644 --- a/services/outposts/pom.xml +++ b/services/outposts/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 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:

  • WAIT_FOR_EVACUATION - Checks every 10 minutes over 48 hours to determine if instances have stopped and capacity is available to complete the task.

  • FAIL_TASK - The capacity task fails.

" } } }, @@ -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.

  • WAIT_FOR_EVACUATION - Checks every 10 minutes over 48 hours to determine if instances have stopped and capacity is available to complete the task.

  • FAIL_TASK - The capacity task fails.

" } } }, @@ -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.

  • WAIT_FOR_EVACUATION - Checks every 10 minutes over 48 hours to determine if instances have stopped and capacity is available to complete the task.

  • FAIL_TASK - The capacity task fails.

" } } }, @@ -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 eeedaafa1fa5..1d2a718a38a6 100644 --- a/services/panorama/pom.xml +++ b/services/panorama/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 panorama AWS Java SDK :: Services :: Panorama diff --git a/services/paymentcryptography/pom.xml b/services/paymentcryptography/pom.xml index 49f430c9d577..0308e4e32cbb 100644 --- a/services/paymentcryptography/pom.xml +++ b/services/paymentcryptography/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 paymentcryptography AWS Java SDK :: Services :: Payment Cryptography diff --git a/services/paymentcryptographydata/pom.xml b/services/paymentcryptographydata/pom.xml index dfada0367af0..c57e713666aa 100644 --- a/services/paymentcryptographydata/pom.xml +++ b/services/paymentcryptographydata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 paymentcryptographydata AWS Java SDK :: Services :: Payment Cryptography Data diff --git a/services/pcaconnectorad/pom.xml b/services/pcaconnectorad/pom.xml index 2d7fa787d08a..17d38d25a03d 100644 --- a/services/pcaconnectorad/pom.xml +++ b/services/pcaconnectorad/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 pcaconnectorad AWS Java SDK :: Services :: Pca Connector Ad diff --git a/services/pcaconnectorscep/pom.xml b/services/pcaconnectorscep/pom.xml index 75f7775c43bc..616e8ae17356 100644 --- a/services/pcaconnectorscep/pom.xml +++ b/services/pcaconnectorscep/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 pcaconnectorscep AWS Java SDK :: Services :: Pca Connector Scep diff --git a/services/pcs/pom.xml b/services/pcs/pom.xml index 67f93432b1c3..89ca1bbd46b9 100644 --- a/services/pcs/pom.xml +++ b/services/pcs/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 pcs AWS Java SDK :: Services :: PCS diff --git a/services/personalize/pom.xml b/services/personalize/pom.xml index baee9d0f0d9d..1cf910e1acb9 100644 --- a/services/personalize/pom.xml +++ b/services/personalize/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 personalize AWS Java SDK :: Services :: Personalize diff --git a/services/personalizeevents/pom.xml b/services/personalizeevents/pom.xml index 2f6ca60ef0b7..673fa0636487 100644 --- a/services/personalizeevents/pom.xml +++ b/services/personalizeevents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 personalizeevents AWS Java SDK :: Services :: Personalize Events diff --git a/services/personalizeruntime/pom.xml b/services/personalizeruntime/pom.xml index 6534acbce445..644727e7a118 100644 --- a/services/personalizeruntime/pom.xml +++ b/services/personalizeruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 personalizeruntime AWS Java SDK :: Services :: Personalize Runtime diff --git a/services/pi/pom.xml b/services/pi/pom.xml index a5e9c6288dae..127b03b3cc83 100644 --- a/services/pi/pom.xml +++ b/services/pi/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 pi AWS Java SDK :: Services :: PI diff --git a/services/pinpoint/pom.xml b/services/pinpoint/pom.xml index d1923e3029cb..196dc9cd7127 100644 --- a/services/pinpoint/pom.xml +++ b/services/pinpoint/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 pinpoint AWS Java SDK :: Services :: Amazon Pinpoint diff --git a/services/pinpointemail/pom.xml b/services/pinpointemail/pom.xml index dcbcd48088fa..7d980ae152f7 100644 --- a/services/pinpointemail/pom.xml +++ b/services/pinpointemail/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 pinpointemail AWS Java SDK :: Services :: Pinpoint Email diff --git a/services/pinpointsmsvoice/pom.xml b/services/pinpointsmsvoice/pom.xml index 7ecc7fd374fb..18d45e8f043f 100644 --- a/services/pinpointsmsvoice/pom.xml +++ b/services/pinpointsmsvoice/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 pinpointsmsvoice AWS Java SDK :: Services :: Pinpoint SMS Voice diff --git a/services/pinpointsmsvoicev2/pom.xml b/services/pinpointsmsvoicev2/pom.xml index 645cc6996451..9ec0697c119d 100644 --- a/services/pinpointsmsvoicev2/pom.xml +++ b/services/pinpointsmsvoicev2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 pinpointsmsvoicev2 AWS Java SDK :: Services :: Pinpoint SMS Voice V2 diff --git a/services/pipes/pom.xml b/services/pipes/pom.xml index 89fb620d85b8..bff6c1210205 100644 --- a/services/pipes/pom.xml +++ b/services/pipes/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 pipes AWS Java SDK :: Services :: Pipes diff --git a/services/polly/pom.xml b/services/polly/pom.xml index 01316d4012b2..802670b11fe1 100644 --- a/services/polly/pom.xml +++ b/services/polly/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 polly AWS Java SDK :: Services :: Amazon Polly diff --git a/services/pom.xml b/services/pom.xml index d94ce9b5d57c..03eaa132d928 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.9 + 2.29.10 services AWS Java SDK :: Services diff --git a/services/pricing/pom.xml b/services/pricing/pom.xml index ea4540aec5e7..ece411d8dc7d 100644 --- a/services/pricing/pom.xml +++ b/services/pricing/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 pricing diff --git a/services/privatenetworks/pom.xml b/services/privatenetworks/pom.xml index c2e8b622611c..618ef73201ac 100644 --- a/services/privatenetworks/pom.xml +++ b/services/privatenetworks/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 privatenetworks AWS Java SDK :: Services :: Private Networks diff --git a/services/proton/pom.xml b/services/proton/pom.xml index 733a15775399..4bc085e1288a 100644 --- a/services/proton/pom.xml +++ b/services/proton/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 proton AWS Java SDK :: Services :: Proton diff --git a/services/qapps/pom.xml b/services/qapps/pom.xml index 373fb39fbdd4..834ac1de4fb2 100644 --- a/services/qapps/pom.xml +++ b/services/qapps/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 qapps AWS Java SDK :: Services :: Q Apps diff --git a/services/qbusiness/pom.xml b/services/qbusiness/pom.xml index 112f60eb8300..c8b13b3edd97 100644 --- a/services/qbusiness/pom.xml +++ b/services/qbusiness/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 qbusiness AWS Java SDK :: Services :: Q Business diff --git a/services/qconnect/pom.xml b/services/qconnect/pom.xml index c91c278000f8..5ab97c90679a 100644 --- a/services/qconnect/pom.xml +++ b/services/qconnect/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 qconnect AWS Java SDK :: Services :: Q Connect diff --git a/services/qldb/pom.xml b/services/qldb/pom.xml index 1783c5793b2d..da21bd5c1c17 100644 --- a/services/qldb/pom.xml +++ b/services/qldb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 qldb AWS Java SDK :: Services :: QLDB diff --git a/services/qldbsession/pom.xml b/services/qldbsession/pom.xml index f5e48d8ca256..e872c09ff701 100644 --- a/services/qldbsession/pom.xml +++ b/services/qldbsession/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 qldbsession AWS Java SDK :: Services :: QLDB Session diff --git a/services/quicksight/pom.xml b/services/quicksight/pom.xml index 4059f82a6e12..caaf68bfa3df 100644 --- a/services/quicksight/pom.xml +++ b/services/quicksight/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 quicksight AWS Java SDK :: Services :: QuickSight diff --git a/services/ram/pom.xml b/services/ram/pom.xml index 1150b5be3750..887ccc09e068 100644 --- a/services/ram/pom.xml +++ b/services/ram/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 ram AWS Java SDK :: Services :: RAM diff --git a/services/rbin/pom.xml b/services/rbin/pom.xml index 44403449def4..2d223a5dee79 100644 --- a/services/rbin/pom.xml +++ b/services/rbin/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 rbin AWS Java SDK :: Services :: Rbin diff --git a/services/rds/pom.xml b/services/rds/pom.xml index a3cf058cd62a..ecce46b20e4e 100644 --- a/services/rds/pom.xml +++ b/services/rds/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 rds AWS Java SDK :: Services :: Amazon RDS diff --git a/services/rdsdata/pom.xml b/services/rdsdata/pom.xml index 023769d84d11..0de252ac3d43 100644 --- a/services/rdsdata/pom.xml +++ b/services/rdsdata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 rdsdata AWS Java SDK :: Services :: RDS Data diff --git a/services/redshift/pom.xml b/services/redshift/pom.xml index 67cd0ac220bf..50a08c790a45 100644 --- a/services/redshift/pom.xml +++ b/services/redshift/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 redshift AWS Java SDK :: Services :: Amazon Redshift diff --git a/services/redshiftdata/pom.xml b/services/redshiftdata/pom.xml index cc1d7eceac4f..0397e4b8fee6 100644 --- a/services/redshiftdata/pom.xml +++ b/services/redshiftdata/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 redshiftdata AWS Java SDK :: Services :: Redshift Data diff --git a/services/redshiftserverless/pom.xml b/services/redshiftserverless/pom.xml index b4c5410b566d..754dadfe6503 100644 --- a/services/redshiftserverless/pom.xml +++ b/services/redshiftserverless/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 redshiftserverless AWS Java SDK :: Services :: Redshift Serverless diff --git a/services/rekognition/pom.xml b/services/rekognition/pom.xml index 03203009d80a..54c600639a72 100644 --- a/services/rekognition/pom.xml +++ b/services/rekognition/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 rekognition AWS Java SDK :: Services :: Amazon Rekognition diff --git a/services/repostspace/pom.xml b/services/repostspace/pom.xml index c20afb91739b..912a9547508c 100644 --- a/services/repostspace/pom.xml +++ b/services/repostspace/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 repostspace AWS Java SDK :: Services :: Repostspace diff --git a/services/resiliencehub/pom.xml b/services/resiliencehub/pom.xml index 0457048af7d8..56a8f4817f5c 100644 --- a/services/resiliencehub/pom.xml +++ b/services/resiliencehub/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 resiliencehub AWS Java SDK :: Services :: Resiliencehub diff --git a/services/resourceexplorer2/pom.xml b/services/resourceexplorer2/pom.xml index 617d211aada3..29574c585026 100644 --- a/services/resourceexplorer2/pom.xml +++ b/services/resourceexplorer2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 resourceexplorer2 AWS Java SDK :: Services :: Resource Explorer 2 diff --git a/services/resourcegroups/pom.xml b/services/resourcegroups/pom.xml index 53575da66407..337fd00ba11b 100644 --- a/services/resourcegroups/pom.xml +++ b/services/resourcegroups/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 resourcegroups diff --git a/services/resourcegroupstaggingapi/pom.xml b/services/resourcegroupstaggingapi/pom.xml index e384164a0ce0..6d31663ef876 100644 --- a/services/resourcegroupstaggingapi/pom.xml +++ b/services/resourcegroupstaggingapi/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 resourcegroupstaggingapi AWS Java SDK :: Services :: AWS Resource Groups Tagging API diff --git a/services/robomaker/pom.xml b/services/robomaker/pom.xml index a1aec9f34b1a..61124427e95e 100644 --- a/services/robomaker/pom.xml +++ b/services/robomaker/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 robomaker AWS Java SDK :: Services :: RoboMaker diff --git a/services/rolesanywhere/pom.xml b/services/rolesanywhere/pom.xml index f25e1492fc68..311a349aed8b 100644 --- a/services/rolesanywhere/pom.xml +++ b/services/rolesanywhere/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 rolesanywhere AWS Java SDK :: Services :: Roles Anywhere diff --git a/services/route53/pom.xml b/services/route53/pom.xml index 5dabd327959c..8770b14c307e 100644 --- a/services/route53/pom.xml +++ b/services/route53/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 route53 AWS Java SDK :: Services :: Amazon Route53 diff --git a/services/route53domains/pom.xml b/services/route53domains/pom.xml index 33d64073e7b8..53bae5dcc0d8 100644 --- a/services/route53domains/pom.xml +++ b/services/route53domains/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 route53domains AWS Java SDK :: Services :: Amazon Route53 Domains diff --git a/services/route53profiles/pom.xml b/services/route53profiles/pom.xml index 33a756d328a4..a8d7cced5996 100644 --- a/services/route53profiles/pom.xml +++ b/services/route53profiles/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 route53profiles AWS Java SDK :: Services :: Route53 Profiles diff --git a/services/route53recoverycluster/pom.xml b/services/route53recoverycluster/pom.xml index d799e7acbdbd..f4941a92d29f 100644 --- a/services/route53recoverycluster/pom.xml +++ b/services/route53recoverycluster/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 route53recoverycluster AWS Java SDK :: Services :: Route53 Recovery Cluster diff --git a/services/route53recoverycontrolconfig/pom.xml b/services/route53recoverycontrolconfig/pom.xml index f53bdbecd5e9..1ed4445e6f23 100644 --- a/services/route53recoverycontrolconfig/pom.xml +++ b/services/route53recoverycontrolconfig/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 route53recoverycontrolconfig AWS Java SDK :: Services :: Route53 Recovery Control Config diff --git a/services/route53recoveryreadiness/pom.xml b/services/route53recoveryreadiness/pom.xml index 93f1e9ee49f7..7f4c8b469937 100644 --- a/services/route53recoveryreadiness/pom.xml +++ b/services/route53recoveryreadiness/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 route53recoveryreadiness AWS Java SDK :: Services :: Route53 Recovery Readiness diff --git a/services/route53resolver/pom.xml b/services/route53resolver/pom.xml index 8e732f72d874..8f77756be626 100644 --- a/services/route53resolver/pom.xml +++ b/services/route53resolver/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 route53resolver AWS Java SDK :: Services :: Route53Resolver diff --git a/services/rum/pom.xml b/services/rum/pom.xml index a6d1c2cd8243..d4b62a3f9a5d 100644 --- a/services/rum/pom.xml +++ b/services/rum/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 rum AWS Java SDK :: Services :: RUM diff --git a/services/s3/pom.xml b/services/s3/pom.xml index 49b753aedb47..ef2a924b7de8 100644 --- a/services/s3/pom.xml +++ b/services/s3/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 s3 AWS Java SDK :: Services :: Amazon S3 diff --git a/services/s3control/pom.xml b/services/s3control/pom.xml index 633c2b7af0af..99866094e06b 100644 --- a/services/s3control/pom.xml +++ b/services/s3control/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 s3control AWS Java SDK :: Services :: Amazon S3 Control diff --git a/services/s3outposts/pom.xml b/services/s3outposts/pom.xml index ce4f2dfbc4ce..2e313f6847ad 100644 --- a/services/s3outposts/pom.xml +++ b/services/s3outposts/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 s3outposts AWS Java SDK :: Services :: S3 Outposts diff --git a/services/sagemaker/pom.xml b/services/sagemaker/pom.xml index 699acb420043..8489c992c4a4 100644 --- a/services/sagemaker/pom.xml +++ b/services/sagemaker/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 sagemaker diff --git a/services/sagemakera2iruntime/pom.xml b/services/sagemakera2iruntime/pom.xml index 0b19734d91ef..8c7357abbc0a 100644 --- a/services/sagemakera2iruntime/pom.xml +++ b/services/sagemakera2iruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 sagemakera2iruntime AWS Java SDK :: Services :: SageMaker A2I Runtime diff --git a/services/sagemakeredge/pom.xml b/services/sagemakeredge/pom.xml index 65b75811d5eb..0b97c8a860a2 100644 --- a/services/sagemakeredge/pom.xml +++ b/services/sagemakeredge/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 sagemakeredge AWS Java SDK :: Services :: Sagemaker Edge diff --git a/services/sagemakerfeaturestoreruntime/pom.xml b/services/sagemakerfeaturestoreruntime/pom.xml index 82b935dc1e76..131693c8cf86 100644 --- a/services/sagemakerfeaturestoreruntime/pom.xml +++ b/services/sagemakerfeaturestoreruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 sagemakerfeaturestoreruntime AWS Java SDK :: Services :: Sage Maker Feature Store Runtime diff --git a/services/sagemakergeospatial/pom.xml b/services/sagemakergeospatial/pom.xml index 469e3cb53bb7..f334ac1bc97f 100644 --- a/services/sagemakergeospatial/pom.xml +++ b/services/sagemakergeospatial/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 sagemakergeospatial AWS Java SDK :: Services :: Sage Maker Geospatial diff --git a/services/sagemakermetrics/pom.xml b/services/sagemakermetrics/pom.xml index 14d64bbb2c3e..5a0c190726e0 100644 --- a/services/sagemakermetrics/pom.xml +++ b/services/sagemakermetrics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 sagemakermetrics AWS Java SDK :: Services :: Sage Maker Metrics diff --git a/services/sagemakerruntime/pom.xml b/services/sagemakerruntime/pom.xml index 901bcd78dcdf..cca4860c5f4a 100644 --- a/services/sagemakerruntime/pom.xml +++ b/services/sagemakerruntime/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 sagemakerruntime AWS Java SDK :: Services :: SageMaker Runtime diff --git a/services/savingsplans/pom.xml b/services/savingsplans/pom.xml index 0fd672511de3..64d8b8597a7c 100644 --- a/services/savingsplans/pom.xml +++ b/services/savingsplans/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 savingsplans AWS Java SDK :: Services :: Savingsplans diff --git a/services/scheduler/pom.xml b/services/scheduler/pom.xml index 44cb2f6186e6..64b041a10e8f 100644 --- a/services/scheduler/pom.xml +++ b/services/scheduler/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 scheduler AWS Java SDK :: Services :: Scheduler diff --git a/services/schemas/pom.xml b/services/schemas/pom.xml index 97cc6e10f5be..63805b9f8937 100644 --- a/services/schemas/pom.xml +++ b/services/schemas/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 schemas AWS Java SDK :: Services :: Schemas diff --git a/services/secretsmanager/pom.xml b/services/secretsmanager/pom.xml index bf863c1d0c8c..cf08dd28fd44 100644 --- a/services/secretsmanager/pom.xml +++ b/services/secretsmanager/pom.xml @@ -22,7 +22,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 secretsmanager AWS Java SDK :: Services :: AWS Secrets Manager diff --git a/services/securityhub/pom.xml b/services/securityhub/pom.xml index 350c5855a3f4..f94f315e4c05 100644 --- a/services/securityhub/pom.xml +++ b/services/securityhub/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 securityhub AWS Java SDK :: Services :: SecurityHub diff --git a/services/securitylake/pom.xml b/services/securitylake/pom.xml index ae57d1e8ff0f..4b1ad6d8475d 100644 --- a/services/securitylake/pom.xml +++ b/services/securitylake/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 securitylake AWS Java SDK :: Services :: Security Lake diff --git a/services/serverlessapplicationrepository/pom.xml b/services/serverlessapplicationrepository/pom.xml index 10bd228fe207..54543419fb60 100644 --- a/services/serverlessapplicationrepository/pom.xml +++ b/services/serverlessapplicationrepository/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 serverlessapplicationrepository diff --git a/services/servicecatalog/pom.xml b/services/servicecatalog/pom.xml index e6d2eba03205..39f075ace869 100644 --- a/services/servicecatalog/pom.xml +++ b/services/servicecatalog/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 servicecatalog AWS Java SDK :: Services :: AWS Service Catalog diff --git a/services/servicecatalogappregistry/pom.xml b/services/servicecatalogappregistry/pom.xml index d8166082f6d4..f36cc3302941 100644 --- a/services/servicecatalogappregistry/pom.xml +++ b/services/servicecatalogappregistry/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 servicecatalogappregistry AWS Java SDK :: Services :: Service Catalog App Registry diff --git a/services/servicediscovery/pom.xml b/services/servicediscovery/pom.xml index 9dff15828c85..8f4269fa4315 100644 --- a/services/servicediscovery/pom.xml +++ b/services/servicediscovery/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 servicediscovery diff --git a/services/servicequotas/pom.xml b/services/servicequotas/pom.xml index 1e97ab69d1f0..6fdcc6d78f25 100644 --- a/services/servicequotas/pom.xml +++ b/services/servicequotas/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 servicequotas AWS Java SDK :: Services :: Service Quotas diff --git a/services/ses/pom.xml b/services/ses/pom.xml index 54ff3050ed5a..02d019b5ab6c 100644 --- a/services/ses/pom.xml +++ b/services/ses/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 ses AWS Java SDK :: Services :: Amazon SES diff --git a/services/sesv2/pom.xml b/services/sesv2/pom.xml index 8c81a1dbffdf..b6aee24ccbbe 100644 --- a/services/sesv2/pom.xml +++ b/services/sesv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 sesv2 AWS Java SDK :: Services :: SESv2 diff --git a/services/sfn/pom.xml b/services/sfn/pom.xml index 381f21827e62..6bd98fcd4d36 100644 --- a/services/sfn/pom.xml +++ b/services/sfn/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 sfn AWS Java SDK :: Services :: AWS Step Functions diff --git a/services/shield/pom.xml b/services/shield/pom.xml index ef1f34008c74..b0c63755a64d 100644 --- a/services/shield/pom.xml +++ b/services/shield/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 shield AWS Java SDK :: Services :: AWS Shield diff --git a/services/signer/pom.xml b/services/signer/pom.xml index cdf5c53eb18e..a0bfc45756c9 100644 --- a/services/signer/pom.xml +++ b/services/signer/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 signer AWS Java SDK :: Services :: Signer diff --git a/services/simspaceweaver/pom.xml b/services/simspaceweaver/pom.xml index a254875c730c..b43cf640cbd5 100644 --- a/services/simspaceweaver/pom.xml +++ b/services/simspaceweaver/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 simspaceweaver AWS Java SDK :: Services :: Sim Space Weaver diff --git a/services/sms/pom.xml b/services/sms/pom.xml index dce263ec97ba..06eac58d0252 100644 --- a/services/sms/pom.xml +++ b/services/sms/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 sms AWS Java SDK :: Services :: AWS Server Migration diff --git a/services/snowball/pom.xml b/services/snowball/pom.xml index d4c88cb3118b..43682cde1da3 100644 --- a/services/snowball/pom.xml +++ b/services/snowball/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 snowball AWS Java SDK :: Services :: Amazon Snowball diff --git a/services/snowdevicemanagement/pom.xml b/services/snowdevicemanagement/pom.xml index 1bdf295f31e2..35230aebe6b5 100644 --- a/services/snowdevicemanagement/pom.xml +++ b/services/snowdevicemanagement/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 snowdevicemanagement AWS Java SDK :: Services :: Snow Device Management diff --git a/services/sns/pom.xml b/services/sns/pom.xml index a4b998b15449..45d23be1d8d8 100644 --- a/services/sns/pom.xml +++ b/services/sns/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 sns AWS Java SDK :: Services :: Amazon SNS diff --git a/services/socialmessaging/pom.xml b/services/socialmessaging/pom.xml index 25eb6ef186fe..d19c29ef5385 100644 --- a/services/socialmessaging/pom.xml +++ b/services/socialmessaging/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 socialmessaging AWS Java SDK :: Services :: Social Messaging diff --git a/services/sqs/pom.xml b/services/sqs/pom.xml index ed6572239e7a..4b43910a4c61 100644 --- a/services/sqs/pom.xml +++ b/services/sqs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 sqs AWS Java SDK :: Services :: Amazon SQS diff --git a/services/ssm/pom.xml b/services/ssm/pom.xml index 415978993637..501fa40aa98d 100644 --- a/services/ssm/pom.xml +++ b/services/ssm/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 ssm AWS Java SDK :: Services :: AWS Simple Systems Management (SSM) diff --git a/services/ssmcontacts/pom.xml b/services/ssmcontacts/pom.xml index d329811b55c5..bbe4c673c997 100644 --- a/services/ssmcontacts/pom.xml +++ b/services/ssmcontacts/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 ssmcontacts AWS Java SDK :: Services :: SSM Contacts diff --git a/services/ssmincidents/pom.xml b/services/ssmincidents/pom.xml index b1e0430b8b23..5b4c1a78ad12 100644 --- a/services/ssmincidents/pom.xml +++ b/services/ssmincidents/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 ssmincidents AWS Java SDK :: Services :: SSM Incidents diff --git a/services/ssmquicksetup/pom.xml b/services/ssmquicksetup/pom.xml index bd8f2fe01782..d0fb64bad0a2 100644 --- a/services/ssmquicksetup/pom.xml +++ b/services/ssmquicksetup/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 ssmquicksetup AWS Java SDK :: Services :: SSM Quick Setup diff --git a/services/ssmsap/pom.xml b/services/ssmsap/pom.xml index 10a5887a455f..5ce194c90dc6 100644 --- a/services/ssmsap/pom.xml +++ b/services/ssmsap/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 ssmsap AWS Java SDK :: Services :: Ssm Sap diff --git a/services/sso/pom.xml b/services/sso/pom.xml index c00a8052f79f..0e420283f68e 100644 --- a/services/sso/pom.xml +++ b/services/sso/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 sso AWS Java SDK :: Services :: SSO diff --git a/services/ssoadmin/pom.xml b/services/ssoadmin/pom.xml index eb3f46873d37..8e4b75f1eb79 100644 --- a/services/ssoadmin/pom.xml +++ b/services/ssoadmin/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 ssoadmin AWS Java SDK :: Services :: SSO Admin diff --git a/services/ssooidc/pom.xml b/services/ssooidc/pom.xml index 3f98e6cbdef9..72495e05de28 100644 --- a/services/ssooidc/pom.xml +++ b/services/ssooidc/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 ssooidc AWS Java SDK :: Services :: SSO OIDC diff --git a/services/storagegateway/pom.xml b/services/storagegateway/pom.xml index bcaac69dda12..8c2129e0ed44 100644 --- a/services/storagegateway/pom.xml +++ b/services/storagegateway/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 storagegateway AWS Java SDK :: Services :: AWS Storage Gateway diff --git a/services/sts/pom.xml b/services/sts/pom.xml index 903f9404b50b..2b77a5db76ce 100644 --- a/services/sts/pom.xml +++ b/services/sts/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 sts AWS Java SDK :: Services :: AWS STS diff --git a/services/supplychain/pom.xml b/services/supplychain/pom.xml index 957c985ffe59..e3e76aa83e40 100644 --- a/services/supplychain/pom.xml +++ b/services/supplychain/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 supplychain AWS Java SDK :: Services :: Supply Chain diff --git a/services/support/pom.xml b/services/support/pom.xml index 2065a60f7143..b45557f427a4 100644 --- a/services/support/pom.xml +++ b/services/support/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 support AWS Java SDK :: Services :: AWS Support diff --git a/services/supportapp/pom.xml b/services/supportapp/pom.xml index 26b1fdde91fd..257ca011f43e 100644 --- a/services/supportapp/pom.xml +++ b/services/supportapp/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 supportapp AWS Java SDK :: Services :: Support App diff --git a/services/swf/pom.xml b/services/swf/pom.xml index 7d8bfb3e16b9..3df99e768f3e 100644 --- a/services/swf/pom.xml +++ b/services/swf/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 swf AWS Java SDK :: Services :: Amazon SWF diff --git a/services/synthetics/pom.xml b/services/synthetics/pom.xml index d0bf0b226fb1..9b05fdcf71c7 100644 --- a/services/synthetics/pom.xml +++ b/services/synthetics/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 synthetics AWS Java SDK :: Services :: Synthetics diff --git a/services/taxsettings/pom.xml b/services/taxsettings/pom.xml index e1425eea9bf1..032ad89673e7 100644 --- a/services/taxsettings/pom.xml +++ b/services/taxsettings/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 taxsettings AWS Java SDK :: Services :: Tax Settings diff --git a/services/textract/pom.xml b/services/textract/pom.xml index 7bc80cd86e4e..48bd031fc780 100644 --- a/services/textract/pom.xml +++ b/services/textract/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 textract AWS Java SDK :: Services :: Textract diff --git a/services/timestreaminfluxdb/pom.xml b/services/timestreaminfluxdb/pom.xml index 10bc7a3530ab..c70b0361375a 100644 --- a/services/timestreaminfluxdb/pom.xml +++ b/services/timestreaminfluxdb/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 timestreaminfluxdb AWS Java SDK :: Services :: Timestream Influx DB diff --git a/services/timestreamquery/pom.xml b/services/timestreamquery/pom.xml index bb7b3d4d33de..f0fb9c0351c9 100644 --- a/services/timestreamquery/pom.xml +++ b/services/timestreamquery/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 timestreamquery AWS Java SDK :: Services :: Timestream Query diff --git a/services/timestreamwrite/pom.xml b/services/timestreamwrite/pom.xml index d8f54464f9ac..6c8634891a06 100644 --- a/services/timestreamwrite/pom.xml +++ b/services/timestreamwrite/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 timestreamwrite AWS Java SDK :: Services :: Timestream Write diff --git a/services/tnb/pom.xml b/services/tnb/pom.xml index c487cd925ade..5dc473730628 100644 --- a/services/tnb/pom.xml +++ b/services/tnb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 tnb AWS Java SDK :: Services :: Tnb diff --git a/services/transcribe/pom.xml b/services/transcribe/pom.xml index 072dfd0a721c..172468a6516f 100644 --- a/services/transcribe/pom.xml +++ b/services/transcribe/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 transcribe AWS Java SDK :: Services :: Transcribe diff --git a/services/transcribestreaming/pom.xml b/services/transcribestreaming/pom.xml index d1385ded8031..e0b7e4543318 100644 --- a/services/transcribestreaming/pom.xml +++ b/services/transcribestreaming/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 transcribestreaming AWS Java SDK :: Services :: AWS Transcribe Streaming diff --git a/services/transfer/pom.xml b/services/transfer/pom.xml index 6c3f5b0948fd..457f0f9e333f 100644 --- a/services/transfer/pom.xml +++ b/services/transfer/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 transfer AWS Java SDK :: Services :: Transfer diff --git a/services/translate/pom.xml b/services/translate/pom.xml index 34ec6e2d3a85..292038e29df6 100644 --- a/services/translate/pom.xml +++ b/services/translate/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 translate diff --git a/services/trustedadvisor/pom.xml b/services/trustedadvisor/pom.xml index d77edb9d0fea..40155f8b5087 100644 --- a/services/trustedadvisor/pom.xml +++ b/services/trustedadvisor/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 trustedadvisor AWS Java SDK :: Services :: Trusted Advisor diff --git a/services/verifiedpermissions/pom.xml b/services/verifiedpermissions/pom.xml index b7a1126b8307..e1469b08b4b3 100644 --- a/services/verifiedpermissions/pom.xml +++ b/services/verifiedpermissions/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 verifiedpermissions AWS Java SDK :: Services :: Verified Permissions diff --git a/services/voiceid/pom.xml b/services/voiceid/pom.xml index 1baface47d6d..0b049147d6dc 100644 --- a/services/voiceid/pom.xml +++ b/services/voiceid/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 voiceid AWS Java SDK :: Services :: Voice ID diff --git a/services/vpclattice/pom.xml b/services/vpclattice/pom.xml index 74202e89da22..fe5017215805 100644 --- a/services/vpclattice/pom.xml +++ b/services/vpclattice/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 vpclattice AWS Java SDK :: Services :: VPC Lattice diff --git a/services/waf/pom.xml b/services/waf/pom.xml index 8c72496ba34f..c77ad1fef1f7 100644 --- a/services/waf/pom.xml +++ b/services/waf/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 waf AWS Java SDK :: Services :: AWS WAF diff --git a/services/wafv2/pom.xml b/services/wafv2/pom.xml index 688712af2d32..37e5d60d2a92 100644 --- a/services/wafv2/pom.xml +++ b/services/wafv2/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 wafv2 AWS Java SDK :: Services :: WAFV2 diff --git a/services/wellarchitected/pom.xml b/services/wellarchitected/pom.xml index 4c6c731c1e6e..cd1085b38786 100644 --- a/services/wellarchitected/pom.xml +++ b/services/wellarchitected/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 wellarchitected AWS Java SDK :: Services :: Well Architected diff --git a/services/wisdom/pom.xml b/services/wisdom/pom.xml index ca794ce11f02..b4c530112990 100644 --- a/services/wisdom/pom.xml +++ b/services/wisdom/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 wisdom AWS Java SDK :: Services :: Wisdom diff --git a/services/workdocs/pom.xml b/services/workdocs/pom.xml index 0d0adfb06cf9..cd536c9a28c0 100644 --- a/services/workdocs/pom.xml +++ b/services/workdocs/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 workdocs AWS Java SDK :: Services :: Amazon WorkDocs diff --git a/services/workmail/pom.xml b/services/workmail/pom.xml index 6081b7cfb0e6..f66aaadf8b64 100644 --- a/services/workmail/pom.xml +++ b/services/workmail/pom.xml @@ -20,7 +20,7 @@ services software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 workmail diff --git a/services/workmailmessageflow/pom.xml b/services/workmailmessageflow/pom.xml index e73efec441b4..428302da4533 100644 --- a/services/workmailmessageflow/pom.xml +++ b/services/workmailmessageflow/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 workmailmessageflow AWS Java SDK :: Services :: WorkMailMessageFlow diff --git a/services/workspaces/pom.xml b/services/workspaces/pom.xml index e8cd83838f6d..9fa2d0106851 100644 --- a/services/workspaces/pom.xml +++ b/services/workspaces/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 workspaces AWS Java SDK :: Services :: Amazon WorkSpaces diff --git a/services/workspacesthinclient/pom.xml b/services/workspacesthinclient/pom.xml index b6c44ee8aed0..5638c3b220d5 100644 --- a/services/workspacesthinclient/pom.xml +++ b/services/workspacesthinclient/pom.xml @@ -17,7 +17,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 workspacesthinclient AWS Java SDK :: Services :: Work Spaces Thin Client diff --git a/services/workspacesweb/pom.xml b/services/workspacesweb/pom.xml index 305b71b7a0c0..49f22e9eef91 100644 --- a/services/workspacesweb/pom.xml +++ b/services/workspacesweb/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 workspacesweb AWS Java SDK :: Services :: Work Spaces Web diff --git a/services/xray/pom.xml b/services/xray/pom.xml index 611e57a3c8d3..8cee7b95dd68 100644 --- a/services/xray/pom.xml +++ b/services/xray/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk services - 2.29.9 + 2.29.10 xray AWS Java SDK :: Services :: AWS X-Ray diff --git a/test/auth-tests/pom.xml b/test/auth-tests/pom.xml index 99079d191c15..e6bdd2612fc9 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.9 + 2.29.10 ../../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 c0816a34ba7c..e691dc2baa42 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.9 + 2.29.10 ../../pom.xml 4.0.0 diff --git a/test/bundle-shading-tests/pom.xml b/test/bundle-shading-tests/pom.xml index ac4393ba1f7d..63bbc7fa3906 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.9 + 2.29.10 ../../pom.xml 4.0.0 diff --git a/test/codegen-generated-classes-test/pom.xml b/test/codegen-generated-classes-test/pom.xml index 5842aa394f8e..9702a96fb434 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.9 + 2.29.10 ../../pom.xml diff --git a/test/crt-unavailable-tests/pom.xml b/test/crt-unavailable-tests/pom.xml index 823b4f8aaf1b..6939a5504b75 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.9 + 2.29.10 ../../pom.xml 4.0.0 diff --git a/test/http-client-tests/pom.xml b/test/http-client-tests/pom.xml index e3d7c6ab5846..68d9cb73f573 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.9 + 2.29.10 ../../pom.xml http-client-tests diff --git a/test/module-path-tests/pom.xml b/test/module-path-tests/pom.xml index 330581d4a0bb..5957b31f30eb 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.9 + 2.29.10 ../../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 1f9029654aa8..baac29a146b1 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.9 + 2.29.10 ../../pom.xml diff --git a/test/protocol-tests-core/pom.xml b/test/protocol-tests-core/pom.xml index 455f9ee00858..39c73c28a964 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.9 + 2.29.10 ../../pom.xml 4.0.0 diff --git a/test/protocol-tests/pom.xml b/test/protocol-tests/pom.xml index bd49f8e31f80..88796000dc52 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.9 + 2.29.10 ../../pom.xml 4.0.0 diff --git a/test/region-testing/pom.xml b/test/region-testing/pom.xml index c6fbf4eb8e3e..9eabb47dc7b4 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.9 + 2.29.10 ../../pom.xml 4.0.0 diff --git a/test/ruleset-testing-core/pom.xml b/test/ruleset-testing-core/pom.xml index 0a5dc5841fa8..d72bd9f90fbc 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.9 + 2.29.10 ../../pom.xml 4.0.0 diff --git a/test/s3-benchmarks/pom.xml b/test/s3-benchmarks/pom.xml index 4177aa703d71..4e89c7e55f95 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.9 + 2.29.10 ../../pom.xml 4.0.0 diff --git a/test/sdk-benchmarks/pom.xml b/test/sdk-benchmarks/pom.xml index ed5e58f73ab1..1ba009b564da 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.9 + 2.29.10 ../../pom.xml diff --git a/test/sdk-native-image-test/pom.xml b/test/sdk-native-image-test/pom.xml index ced6998d6523..4539087e8e81 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.9 + 2.29.10 ../../pom.xml 4.0.0 diff --git a/test/service-test-utils/pom.xml b/test/service-test-utils/pom.xml index a6640dbbd931..c722a7d5b43e 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.9 + 2.29.10 ../../pom.xml service-test-utils diff --git a/test/stability-tests/pom.xml b/test/stability-tests/pom.xml index e107a64fafd7..b5e762197b82 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.9 + 2.29.10 ../../pom.xml 4.0.0 diff --git a/test/test-utils/pom.xml b/test/test-utils/pom.xml index 2ee14b7470a9..088161ee95c0 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.9 + 2.29.10 ../../pom.xml test-utils diff --git a/test/tests-coverage-reporting/pom.xml b/test/tests-coverage-reporting/pom.xml index 0eb0f40ee53e..b5e3fe58cd6c 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.9 + 2.29.10 ../../pom.xml 4.0.0 diff --git a/test/v2-migration-tests/pom.xml b/test/v2-migration-tests/pom.xml index cfe0b25fd52c..8160be256a69 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.9 + 2.29.10 ../.. diff --git a/third-party/pom.xml b/third-party/pom.xml index d9012918d48b..60d6cbec08ee 100644 --- a/third-party/pom.xml +++ b/third-party/pom.xml @@ -21,7 +21,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.9 + 2.29.10 third-party diff --git a/third-party/third-party-jackson-core/pom.xml b/third-party/third-party-jackson-core/pom.xml index 2bed80f09212..019ee2cd5f1d 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.9 + 2.29.10 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 723d4877686b..7c61a7020078 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.9 + 2.29.10 4.0.0 diff --git a/third-party/third-party-slf4j-api/pom.xml b/third-party/third-party-slf4j-api/pom.xml index d7a7bc007232..38174e63a9d7 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.9 + 2.29.10 4.0.0 diff --git a/utils/pom.xml b/utils/pom.xml index ac488518768a..a86240dfe15e 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -20,7 +20,7 @@ aws-sdk-java-pom software.amazon.awssdk - 2.29.9 + 2.29.10 4.0.0 diff --git a/v2-migration/pom.xml b/v2-migration/pom.xml index ee5cd6081eef..bd5d123db7e8 100644 --- a/v2-migration/pom.xml +++ b/v2-migration/pom.xml @@ -21,7 +21,7 @@ software.amazon.awssdk aws-sdk-java-pom - 2.29.9 + 2.29.10 ../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 45dd25a0bd48..85bfb4750a2f 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.8 + version: 2.29.9 onlyIfUsing: com.amazonaws.ClientConfiguration - org.openrewrite.java.dependencies.AddDependency: groupId: software.amazon.awssdk artifactId: netty-nio-client - version: 2.29.8 + version: 2.29.9 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.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-bom newGroupId: software.amazon.awssdk newArtifactId: bom - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iot newGroupId: software.amazon.awssdk newArtifactId: iotdataplane - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-oam newGroupId: software.amazon.awssdk newArtifactId: oam - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iotwireless newGroupId: software.amazon.awssdk newArtifactId: iotwireless - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-forecast newGroupId: software.amazon.awssdk newArtifactId: forecast - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-licensemanagerlinuxsubscriptions newGroupId: software.amazon.awssdk newArtifactId: licensemanagerlinuxsubscriptions - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-docdbelastic newGroupId: software.amazon.awssdk newArtifactId: docdbelastic - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-emrcontainers newGroupId: software.amazon.awssdk newArtifactId: emrcontainers - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-timestreamwrite newGroupId: software.amazon.awssdk newArtifactId: timestreamwrite - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-codebuild newGroupId: software.amazon.awssdk newArtifactId: codebuild - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iotdeviceadvisor newGroupId: software.amazon.awssdk newArtifactId: iotdeviceadvisor - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ssmcontacts newGroupId: software.amazon.awssdk newArtifactId: ssmcontacts - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iot1clickdevices newGroupId: software.amazon.awssdk newArtifactId: iot1clickdevices - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-pcaconnectorscep newGroupId: software.amazon.awssdk newArtifactId: pcaconnectorscep - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-paymentcryptographydata newGroupId: software.amazon.awssdk newArtifactId: paymentcryptographydata - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-codeguruprofiler newGroupId: software.amazon.awssdk newArtifactId: codeguruprofiler - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kinesis newGroupId: software.amazon.awssdk newArtifactId: kinesis - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kinesisvideo newGroupId: software.amazon.awssdk newArtifactId: kinesisvideo - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-pinpoint newGroupId: software.amazon.awssdk newArtifactId: pinpoint - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-chime newGroupId: software.amazon.awssdk newArtifactId: chime - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iottwinmaker newGroupId: software.amazon.awssdk newArtifactId: iottwinmaker - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-organizations newGroupId: software.amazon.awssdk newArtifactId: organizations - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-licensemanager newGroupId: software.amazon.awssdk newArtifactId: licensemanager - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-shield newGroupId: software.amazon.awssdk newArtifactId: shield - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ssm newGroupId: software.amazon.awssdk newArtifactId: ssm - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mediastoredata newGroupId: software.amazon.awssdk newArtifactId: mediastoredata - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-sagemakerruntime newGroupId: software.amazon.awssdk newArtifactId: sagemakerruntime - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-signer newGroupId: software.amazon.awssdk newArtifactId: signer - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-servicecatalog newGroupId: software.amazon.awssdk newArtifactId: servicecatalog - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-timestreaminfluxdb newGroupId: software.amazon.awssdk newArtifactId: timestreaminfluxdb - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-lakeformation newGroupId: software.amazon.awssdk newArtifactId: lakeformation - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-pcs newGroupId: software.amazon.awssdk newArtifactId: pcs - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-licensemanagerusersubscriptions newGroupId: software.amazon.awssdk newArtifactId: licensemanagerusersubscriptions - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-secretsmanager newGroupId: software.amazon.awssdk newArtifactId: secretsmanager - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mediaconnect newGroupId: software.amazon.awssdk newArtifactId: mediaconnect - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mwaa newGroupId: software.amazon.awssdk newArtifactId: mwaa - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kms newGroupId: software.amazon.awssdk newArtifactId: kms - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-quicksight newGroupId: software.amazon.awssdk newArtifactId: quicksight - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-workmail newGroupId: software.amazon.awssdk newArtifactId: workmail - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-eventbridge newGroupId: software.amazon.awssdk newArtifactId: eventbridge - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-sagemakergeospatial newGroupId: software.amazon.awssdk newArtifactId: sagemakergeospatial - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-frauddetector newGroupId: software.amazon.awssdk newArtifactId: frauddetector - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-elastictranscoder newGroupId: software.amazon.awssdk newArtifactId: elastictranscoder - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-elasticinference newGroupId: software.amazon.awssdk newArtifactId: elasticinference - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-lookoutequipment newGroupId: software.amazon.awssdk newArtifactId: lookoutequipment - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-pcaconnectorad newGroupId: software.amazon.awssdk newArtifactId: pcaconnectorad - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-pinpointsmsvoice newGroupId: software.amazon.awssdk newArtifactId: pinpointsmsvoice - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-securitylake newGroupId: software.amazon.awssdk newArtifactId: securitylake - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudwatch newGroupId: software.amazon.awssdk newArtifactId: cloudwatch - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudwatchmetrics newGroupId: software.amazon.awssdk newArtifactId: cloudwatch - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-glue newGroupId: software.amazon.awssdk newArtifactId: glue - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-costoptimizationhub newGroupId: software.amazon.awssdk newArtifactId: costoptimizationhub - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-servicequotas newGroupId: software.amazon.awssdk newArtifactId: servicequotas - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-s3 newGroupId: software.amazon.awssdk newArtifactId: s3 - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-appintegrations newGroupId: software.amazon.awssdk newArtifactId: appintegrations - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-sesv2 newGroupId: software.amazon.awssdk newArtifactId: sesv2 - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-arczonalshift newGroupId: software.amazon.awssdk newArtifactId: arczonalshift - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-emr newGroupId: software.amazon.awssdk newArtifactId: emr - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-controltower newGroupId: software.amazon.awssdk newArtifactId: controltower - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iotfleethub newGroupId: software.amazon.awssdk newArtifactId: iotfleethub - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-personalize newGroupId: software.amazon.awssdk newArtifactId: personalize - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-outposts newGroupId: software.amazon.awssdk newArtifactId: outposts - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-workdocs newGroupId: software.amazon.awssdk newArtifactId: workdocs - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-networkmanager newGroupId: software.amazon.awssdk newArtifactId: networkmanager - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-omics newGroupId: software.amazon.awssdk newArtifactId: omics - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mediapackage newGroupId: software.amazon.awssdk newArtifactId: mediapackage - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-medialive newGroupId: software.amazon.awssdk newArtifactId: medialive - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mediaconvert newGroupId: software.amazon.awssdk newArtifactId: mediaconvert - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-marketplaceagreement newGroupId: software.amazon.awssdk newArtifactId: marketplaceagreement - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cognitosync newGroupId: software.amazon.awssdk newArtifactId: cognitosync - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-sns newGroupId: software.amazon.awssdk newArtifactId: sns - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-datasync newGroupId: software.amazon.awssdk newArtifactId: datasync - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-sagemakeredgemanager newGroupId: software.amazon.awssdk newArtifactId: sagemakeredge - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-greengrassv2 newGroupId: software.amazon.awssdk newArtifactId: greengrassv2 - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-pinpointemail newGroupId: software.amazon.awssdk newArtifactId: pinpointemail - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cleanroomsml newGroupId: software.amazon.awssdk newArtifactId: cleanroomsml - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-augmentedairuntime newGroupId: software.amazon.awssdk newArtifactId: sagemakera2iruntime - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-neptunedata newGroupId: software.amazon.awssdk newArtifactId: neptunedata - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-b2bi newGroupId: software.amazon.awssdk newArtifactId: b2bi - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iotanalytics newGroupId: software.amazon.awssdk newArtifactId: iotanalytics - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-inspector2 newGroupId: software.amazon.awssdk newArtifactId: inspector2 - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-groundstation newGroupId: software.amazon.awssdk newArtifactId: groundstation - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-fis newGroupId: software.amazon.awssdk newArtifactId: fis - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-proton newGroupId: software.amazon.awssdk newArtifactId: proton - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-voiceid newGroupId: software.amazon.awssdk newArtifactId: voiceid - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudhsm newGroupId: software.amazon.awssdk newArtifactId: cloudhsm - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ecrpublic newGroupId: software.amazon.awssdk newArtifactId: ecrpublic - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-servermigration newGroupId: software.amazon.awssdk newArtifactId: sms - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudtraildata newGroupId: software.amazon.awssdk newArtifactId: cloudtraildata - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cognitoidentity newGroupId: software.amazon.awssdk newArtifactId: cognitoidentity - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-config newGroupId: software.amazon.awssdk newArtifactId: config - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-osis newGroupId: software.amazon.awssdk newArtifactId: osis - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-private5g newGroupId: software.amazon.awssdk newArtifactId: privatenetworks - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-memorydb newGroupId: software.amazon.awssdk newArtifactId: memorydb - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-inspector newGroupId: software.amazon.awssdk newArtifactId: inspector - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-translate newGroupId: software.amazon.awssdk newArtifactId: translate - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mailmanager newGroupId: software.amazon.awssdk newArtifactId: mailmanager - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-paymentcryptography newGroupId: software.amazon.awssdk newArtifactId: paymentcryptography - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-chatbot newGroupId: software.amazon.awssdk newArtifactId: chatbot - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-fms newGroupId: software.amazon.awssdk newArtifactId: fms - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ssmincidents newGroupId: software.amazon.awssdk newArtifactId: ssmincidents - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-vpclattice newGroupId: software.amazon.awssdk newArtifactId: vpclattice - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-s3control newGroupId: software.amazon.awssdk newArtifactId: s3control - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-qapps newGroupId: software.amazon.awssdk newArtifactId: qapps - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-rdsdata newGroupId: software.amazon.awssdk newArtifactId: rdsdata - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kinesisanalyticsv2 newGroupId: software.amazon.awssdk newArtifactId: kinesisanalyticsv2 - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-qbusiness newGroupId: software.amazon.awssdk newArtifactId: qbusiness - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-marketplacecommerceanalytics newGroupId: software.amazon.awssdk newArtifactId: marketplacecommerceanalytics - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-synthetics newGroupId: software.amazon.awssdk newArtifactId: synthetics - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-apptest newGroupId: software.amazon.awssdk newArtifactId: apptest - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-costexplorer newGroupId: software.amazon.awssdk newArtifactId: costexplorer - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iotsecuretunneling newGroupId: software.amazon.awssdk newArtifactId: iotsecuretunneling - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudfront newGroupId: software.amazon.awssdk newArtifactId: cloudfront - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-location newGroupId: software.amazon.awssdk newArtifactId: location - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-wafv2 newGroupId: software.amazon.awssdk newArtifactId: wafv2 - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-opensearch newGroupId: software.amazon.awssdk newArtifactId: opensearch - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ec2instanceconnect newGroupId: software.amazon.awssdk newArtifactId: ec2instanceconnect - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iotthingsgraph newGroupId: software.amazon.awssdk newArtifactId: iotthingsgraph - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-repostspace newGroupId: software.amazon.awssdk newArtifactId: repostspace - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-route53recoveryreadiness newGroupId: software.amazon.awssdk newArtifactId: route53recoveryreadiness - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-health newGroupId: software.amazon.awssdk newArtifactId: health - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-workmailmessageflow newGroupId: software.amazon.awssdk newArtifactId: workmailmessageflow - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-comprehendmedical newGroupId: software.amazon.awssdk newArtifactId: comprehendmedical - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iotfleetwise newGroupId: software.amazon.awssdk newArtifactId: iotfleetwise - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-route53profiles newGroupId: software.amazon.awssdk newArtifactId: route53profiles - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-bcmdataexports newGroupId: software.amazon.awssdk newArtifactId: bcmdataexports - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-accessanalyzer newGroupId: software.amazon.awssdk newArtifactId: accessanalyzer - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-glacier newGroupId: software.amazon.awssdk newArtifactId: glacier - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-lightsail newGroupId: software.amazon.awssdk newArtifactId: lightsail - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudwatchrum newGroupId: software.amazon.awssdk newArtifactId: rum - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-inspectorscan newGroupId: software.amazon.awssdk newArtifactId: inspectorscan - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-imagebuilder newGroupId: software.amazon.awssdk newArtifactId: imagebuilder - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-sagemakermetrics newGroupId: software.amazon.awssdk newArtifactId: sagemakermetrics - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-bedrockagent newGroupId: software.amazon.awssdk newArtifactId: bedrockagent - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-migrationhub newGroupId: software.amazon.awssdk newArtifactId: migrationhub - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-simspaceweaver newGroupId: software.amazon.awssdk newArtifactId: simspaceweaver - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-elasticbeanstalk newGroupId: software.amazon.awssdk newArtifactId: elasticbeanstalk - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-freetier newGroupId: software.amazon.awssdk newArtifactId: freetier - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudsearch newGroupId: software.amazon.awssdk newArtifactId: cloudsearchdomain - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-neptune newGroupId: software.amazon.awssdk newArtifactId: neptune - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-supportapp newGroupId: software.amazon.awssdk newArtifactId: supportapp - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-transfer newGroupId: software.amazon.awssdk newArtifactId: transfer - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-deadline newGroupId: software.amazon.awssdk newArtifactId: deadline - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-braket newGroupId: software.amazon.awssdk newArtifactId: braket - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-verifiedpermissions newGroupId: software.amazon.awssdk newArtifactId: verifiedpermissions - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-scheduler newGroupId: software.amazon.awssdk newArtifactId: scheduler - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-marketplacedeployment newGroupId: software.amazon.awssdk newArtifactId: marketplacedeployment - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-resourcegroups newGroupId: software.amazon.awssdk newArtifactId: resourcegroups - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-qldb newGroupId: software.amazon.awssdk newArtifactId: qldb - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-dms newGroupId: software.amazon.awssdk newArtifactId: databasemigration - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ecr newGroupId: software.amazon.awssdk newArtifactId: ecr - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-dynamodb newGroupId: software.amazon.awssdk newArtifactId: dynamodb - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-resiliencehub newGroupId: software.amazon.awssdk newArtifactId: resiliencehub - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-qldbsession newGroupId: software.amazon.awssdk newArtifactId: qldbsession - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-route53 newGroupId: software.amazon.awssdk newArtifactId: route53domains - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-macie2 newGroupId: software.amazon.awssdk newArtifactId: macie2 - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-chimesdkmeetings newGroupId: software.amazon.awssdk newArtifactId: chimesdkmeetings - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-applicationautoscaling newGroupId: software.amazon.awssdk newArtifactId: applicationautoscaling - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-entityresolution newGroupId: software.amazon.awssdk newArtifactId: entityresolution - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-s3outposts newGroupId: software.amazon.awssdk newArtifactId: s3outposts - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-managedgrafana newGroupId: software.amazon.awssdk newArtifactId: grafana - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-storagegateway newGroupId: software.amazon.awssdk newArtifactId: storagegateway - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-recyclebin newGroupId: software.amazon.awssdk newArtifactId: rbin - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ioteventsdata newGroupId: software.amazon.awssdk newArtifactId: ioteventsdata - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-route53recoverycluster newGroupId: software.amazon.awssdk newArtifactId: route53recoverycluster - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ecs newGroupId: software.amazon.awssdk newArtifactId: ecs - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-elasticloadbalancing newGroupId: software.amazon.awssdk newArtifactId: elasticloadbalancing - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-connectcontactlens newGroupId: software.amazon.awssdk newArtifactId: connectcontactlens - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-chimesdkmediapipelines newGroupId: software.amazon.awssdk newArtifactId: chimesdkmediapipelines - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kinesisvideosignalingchannels newGroupId: software.amazon.awssdk newArtifactId: kinesisvideosignaling - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-qconnect newGroupId: software.amazon.awssdk newArtifactId: qconnect - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kendraranking newGroupId: software.amazon.awssdk newArtifactId: kendraranking - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudsearch newGroupId: software.amazon.awssdk newArtifactId: cloudsearch - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-logs newGroupId: software.amazon.awssdk newArtifactId: cloudwatchlogs - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-appfabric newGroupId: software.amazon.awssdk newArtifactId: appfabric - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-lookoutforvision newGroupId: software.amazon.awssdk newArtifactId: lookoutvision - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-route53resolver newGroupId: software.amazon.awssdk newArtifactId: route53resolver - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-workspaces newGroupId: software.amazon.awssdk newArtifactId: workspaces - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-machinelearning newGroupId: software.amazon.awssdk newArtifactId: machinelearning - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-costandusagereport newGroupId: software.amazon.awssdk newArtifactId: costandusagereport - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-taxsettings newGroupId: software.amazon.awssdk newArtifactId: taxsettings - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-fsx newGroupId: software.amazon.awssdk newArtifactId: fsx - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-codepipeline newGroupId: software.amazon.awssdk newArtifactId: codepipeline - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-elasticloadbalancingv2 newGroupId: software.amazon.awssdk newArtifactId: elasticloadbalancingv2 - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-directory newGroupId: software.amazon.awssdk newArtifactId: directory - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-bedrockruntime newGroupId: software.amazon.awssdk newArtifactId: bedrockruntime - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-codestarnotifications newGroupId: software.amazon.awssdk newArtifactId: codestarnotifications - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-schemas newGroupId: software.amazon.awssdk newArtifactId: schemas - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-sqs newGroupId: software.amazon.awssdk newArtifactId: sqs - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-appregistry newGroupId: software.amazon.awssdk newArtifactId: servicecatalogappregistry - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-appmesh newGroupId: software.amazon.awssdk newArtifactId: appmesh - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-migrationhuborchestrator newGroupId: software.amazon.awssdk newArtifactId: migrationhuborchestrator - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-discovery newGroupId: software.amazon.awssdk newArtifactId: applicationdiscovery - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iot newGroupId: software.amazon.awssdk newArtifactId: iot - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kinesisvideowebrtcstorage newGroupId: software.amazon.awssdk newArtifactId: kinesisvideowebrtcstorage - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ebs newGroupId: software.amazon.awssdk newArtifactId: ebs - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-amplify newGroupId: software.amazon.awssdk newArtifactId: amplify - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudcontrolapi newGroupId: software.amazon.awssdk newArtifactId: cloudcontrol - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-wellarchitected newGroupId: software.amazon.awssdk newArtifactId: wellarchitected - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-marketplaceentitlement newGroupId: software.amazon.awssdk newArtifactId: marketplaceentitlement - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-bedrock newGroupId: software.amazon.awssdk newArtifactId: bedrock - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-redshift newGroupId: software.amazon.awssdk newArtifactId: redshift - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-connectcases newGroupId: software.amazon.awssdk newArtifactId: connectcases - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-appflow newGroupId: software.amazon.awssdk newArtifactId: appflow - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-gamelift newGroupId: software.amazon.awssdk newArtifactId: gamelift - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudtrail newGroupId: software.amazon.awssdk newArtifactId: cloudtrail - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-supplychain newGroupId: software.amazon.awssdk newArtifactId: supplychain - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-pipes newGroupId: software.amazon.awssdk newArtifactId: pipes - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudwatchevidently newGroupId: software.amazon.awssdk newArtifactId: evidently - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-amplifyuibuilder newGroupId: software.amazon.awssdk newArtifactId: amplifyuibuilder - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-managedblockchainquery newGroupId: software.amazon.awssdk newArtifactId: managedblockchainquery - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-applicationinsights newGroupId: software.amazon.awssdk newArtifactId: applicationinsights - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-chimesdkmessaging newGroupId: software.amazon.awssdk newArtifactId: chimesdkmessaging - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mediatailor newGroupId: software.amazon.awssdk newArtifactId: mediatailor - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mediapackagev2 newGroupId: software.amazon.awssdk newArtifactId: mediapackagev2 - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-resourceexplorer2 newGroupId: software.amazon.awssdk newArtifactId: resourceexplorer2 - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-pi newGroupId: software.amazon.awssdk newArtifactId: pi - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-emrserverless newGroupId: software.amazon.awssdk newArtifactId: emrserverless - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-appconfig newGroupId: software.amazon.awssdk newArtifactId: appconfig - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-networkmonitor newGroupId: software.amazon.awssdk newArtifactId: networkmonitor - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-sagemakerfeaturestoreruntime newGroupId: software.amazon.awssdk newArtifactId: sagemakerfeaturestoreruntime - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-chimesdkidentity newGroupId: software.amazon.awssdk newArtifactId: chimesdkidentity - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-computeoptimizer newGroupId: software.amazon.awssdk newArtifactId: computeoptimizer - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-connectparticipant newGroupId: software.amazon.awssdk newArtifactId: connectparticipant - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mgn newGroupId: software.amazon.awssdk newArtifactId: mgn - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-applicationcostprofiler newGroupId: software.amazon.awssdk newArtifactId: applicationcostprofiler - newVersion: 2.29.8 + newVersion: 2.29.9 - 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.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-keyspaces newGroupId: software.amazon.awssdk newArtifactId: keyspaces - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iam newGroupId: software.amazon.awssdk newArtifactId: iam - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-networkfirewall newGroupId: software.amazon.awssdk newArtifactId: networkfirewall - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-redshiftdataapi newGroupId: software.amazon.awssdk newArtifactId: redshiftdata - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mediastore newGroupId: software.amazon.awssdk newArtifactId: mediastore - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloud9 newGroupId: software.amazon.awssdk newArtifactId: cloud9 - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-connectwisdom newGroupId: software.amazon.awssdk newArtifactId: wisdom - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-sso newGroupId: software.amazon.awssdk newArtifactId: sso - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-auditmanager newGroupId: software.amazon.awssdk newArtifactId: auditmanager - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-snowball newGroupId: software.amazon.awssdk newArtifactId: snowball - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kinesis newGroupId: software.amazon.awssdk newArtifactId: kinesisanalytics - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-route53recoverycontrolconfig newGroupId: software.amazon.awssdk newArtifactId: route53recoverycontrolconfig - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-opsworks newGroupId: software.amazon.awssdk newArtifactId: opsworks - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-identitystore newGroupId: software.amazon.awssdk newArtifactId: identitystore - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-connectcampaign newGroupId: software.amazon.awssdk newArtifactId: connectcampaigns - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-textract newGroupId: software.amazon.awssdk newArtifactId: textract - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-redshiftserverless newGroupId: software.amazon.awssdk newArtifactId: redshiftserverless - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-eks newGroupId: software.amazon.awssdk newArtifactId: eks - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-support newGroupId: software.amazon.awssdk newArtifactId: support - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mechanicalturkrequester newGroupId: software.amazon.awssdk newArtifactId: mturk - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-apigatewayv2 newGroupId: software.amazon.awssdk newArtifactId: apigatewayv2 - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-devopsguru newGroupId: software.amazon.awssdk newArtifactId: devopsguru - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-prometheus newGroupId: software.amazon.awssdk newArtifactId: amp - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-drs newGroupId: software.amazon.awssdk newArtifactId: drs - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-migrationhubconfig newGroupId: software.amazon.awssdk newArtifactId: migrationhubconfig - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kafkaconnect newGroupId: software.amazon.awssdk newArtifactId: kafkaconnect - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kafka newGroupId: software.amazon.awssdk newArtifactId: kafka - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-gluedatabrew newGroupId: software.amazon.awssdk newArtifactId: databrew - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-codedeploy newGroupId: software.amazon.awssdk newArtifactId: codedeploy - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudhsmv2 newGroupId: software.amazon.awssdk newArtifactId: cloudhsmv2 - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-batch newGroupId: software.amazon.awssdk newArtifactId: batch - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iot1clickprojects newGroupId: software.amazon.awssdk newArtifactId: iot1clickprojects - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-savingsplans newGroupId: software.amazon.awssdk newArtifactId: savingsplans - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-migrationhubstrategyrecommendations newGroupId: software.amazon.awssdk newArtifactId: migrationhubstrategy - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-appsync newGroupId: software.amazon.awssdk newArtifactId: appsync - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-backupgateway newGroupId: software.amazon.awssdk newArtifactId: backupgateway - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-dlm newGroupId: software.amazon.awssdk newArtifactId: dlm - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-amplifybackend newGroupId: software.amazon.awssdk newArtifactId: amplifybackend - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-datazoneexternal newGroupId: software.amazon.awssdk newArtifactId: datazone - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-billingconductor newGroupId: software.amazon.awssdk newArtifactId: billingconductor - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-workspacesthinclient newGroupId: software.amazon.awssdk newArtifactId: workspacesthinclient - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ssmsap newGroupId: software.amazon.awssdk newArtifactId: ssmsap - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-budgets newGroupId: software.amazon.awssdk newArtifactId: budgets - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mainframemodernization newGroupId: software.amazon.awssdk newArtifactId: m2 - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-finspace newGroupId: software.amazon.awssdk newArtifactId: finspace - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-detective newGroupId: software.amazon.awssdk newArtifactId: detective - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-lambda newGroupId: software.amazon.awssdk newArtifactId: lambda - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ssooidc newGroupId: software.amazon.awssdk newArtifactId: ssooidc - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-panorama newGroupId: software.amazon.awssdk newArtifactId: panorama - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iotevents newGroupId: software.amazon.awssdk newArtifactId: iotevents - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-managedblockchain newGroupId: software.amazon.awssdk newArtifactId: managedblockchain - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-servicediscovery newGroupId: software.amazon.awssdk newArtifactId: servicediscovery - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-waf newGroupId: software.amazon.awssdk newArtifactId: waf - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ivs newGroupId: software.amazon.awssdk newArtifactId: ivs - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-directconnect newGroupId: software.amazon.awssdk newArtifactId: directconnect - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mq newGroupId: software.amazon.awssdk newArtifactId: mq - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-pinpointsmsvoicev2 newGroupId: software.amazon.awssdk newArtifactId: pinpointsmsvoicev2 - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-internetmonitor newGroupId: software.amazon.awssdk newArtifactId: internetmonitor - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-artifact newGroupId: software.amazon.awssdk newArtifactId: artifact - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iotsitewise newGroupId: software.amazon.awssdk newArtifactId: iotsitewise - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-lexmodelsv2 newGroupId: software.amazon.awssdk newArtifactId: lexmodelsv2 - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-lexruntimev2 newGroupId: software.amazon.awssdk newArtifactId: lexruntimev2 - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-serverlessapplicationrepository newGroupId: software.amazon.awssdk newArtifactId: serverlessapplicationrepository - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-eksauth newGroupId: software.amazon.awssdk newArtifactId: eksauth - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-snowdevicemanagement newGroupId: software.amazon.awssdk newArtifactId: snowdevicemanagement - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-clouddirectory newGroupId: software.amazon.awssdk newArtifactId: clouddirectory - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-mediapackagevod newGroupId: software.amazon.awssdk newArtifactId: mediapackagevod - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-codestarconnections newGroupId: software.amazon.awssdk newArtifactId: codestarconnections - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-codeartifact newGroupId: software.amazon.awssdk newArtifactId: codeartifact - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-guardduty newGroupId: software.amazon.awssdk newArtifactId: guardduty - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-worklink newGroupId: software.amazon.awssdk newArtifactId: worklink - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cleanrooms newGroupId: software.amazon.awssdk newArtifactId: cleanrooms - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-customerprofiles newGroupId: software.amazon.awssdk newArtifactId: customerprofiles - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-trustedadvisor newGroupId: software.amazon.awssdk newArtifactId: trustedadvisor - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-dax newGroupId: software.amazon.awssdk newArtifactId: dax - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-opsworkscm newGroupId: software.amazon.awssdk newArtifactId: opsworkscm - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-docdb newGroupId: software.amazon.awssdk newArtifactId: docdb - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-acmpca newGroupId: software.amazon.awssdk newArtifactId: acmpca - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kinesis newGroupId: software.amazon.awssdk newArtifactId: firehose - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ivschat newGroupId: software.amazon.awssdk newArtifactId: ivschat - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-globalaccelerator newGroupId: software.amazon.awssdk newArtifactId: globalaccelerator - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ses newGroupId: software.amazon.awssdk newArtifactId: ses - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-codegurureviewer newGroupId: software.amazon.awssdk newArtifactId: codegurureviewer - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-lexmodelbuilding newGroupId: software.amazon.awssdk newArtifactId: lexmodelbuilding - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-medicalimaging newGroupId: software.amazon.awssdk newArtifactId: medicalimaging - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-account newGroupId: software.amazon.awssdk newArtifactId: account - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-robomaker newGroupId: software.amazon.awssdk newArtifactId: robomaker - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-lex newGroupId: software.amazon.awssdk newArtifactId: lexruntime - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-autoscaling newGroupId: software.amazon.awssdk newArtifactId: autoscaling - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-nimblestudio newGroupId: software.amazon.awssdk newArtifactId: nimble - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iotjobsdataplane newGroupId: software.amazon.awssdk newArtifactId: iotjobsdataplane - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-appconfigdata newGroupId: software.amazon.awssdk newArtifactId: appconfigdata - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-controlcatalog newGroupId: software.amazon.awssdk newArtifactId: controlcatalog - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-greengrass newGroupId: software.amazon.awssdk newArtifactId: greengrass - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-securityhub newGroupId: software.amazon.awssdk newArtifactId: securityhub - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-timestreamquery newGroupId: software.amazon.awssdk newArtifactId: timestreamquery - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-backup newGroupId: software.amazon.awssdk newArtifactId: backup - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-opensearchserverless newGroupId: software.amazon.awssdk newArtifactId: opensearchserverless - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cloudformation newGroupId: software.amazon.awssdk newArtifactId: cloudformation - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-kendra newGroupId: software.amazon.awssdk newArtifactId: kendra - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-connect newGroupId: software.amazon.awssdk newArtifactId: connect - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-elasticache newGroupId: software.amazon.awssdk newArtifactId: elasticache - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-stepfunctions newGroupId: software.amazon.awssdk newArtifactId: sfn - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-cognitoidp newGroupId: software.amazon.awssdk newArtifactId: cognitoidentityprovider - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-chimesdkvoice newGroupId: software.amazon.awssdk newArtifactId: chimesdkvoice - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-workspacesweb newGroupId: software.amazon.awssdk newArtifactId: workspacesweb - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-comprehend newGroupId: software.amazon.awssdk newArtifactId: comprehend - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-applicationsignals newGroupId: software.amazon.awssdk newArtifactId: applicationsignals - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-marketplacemeteringservice newGroupId: software.amazon.awssdk newArtifactId: marketplacemetering - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-devicefarm newGroupId: software.amazon.awssdk newArtifactId: devicefarm - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-rekognition newGroupId: software.amazon.awssdk newArtifactId: rekognition - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-appstream newGroupId: software.amazon.awssdk newArtifactId: appstream - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-polly newGroupId: software.amazon.awssdk newArtifactId: polly - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-rds newGroupId: software.amazon.awssdk newArtifactId: rds - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-pricing newGroupId: software.amazon.awssdk newArtifactId: pricing - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-simpleworkflow newGroupId: software.amazon.awssdk newArtifactId: swf - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-events newGroupId: software.amazon.awssdk newArtifactId: cloudwatchevents - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ssmquicksetup newGroupId: software.amazon.awssdk newArtifactId: ssmquicksetup - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-autoscalingplans newGroupId: software.amazon.awssdk newArtifactId: autoscalingplans - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-datapipeline newGroupId: software.amazon.awssdk newArtifactId: datapipeline - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-transcribe newGroupId: software.amazon.awssdk newArtifactId: transcribe - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ivsrealtime newGroupId: software.amazon.awssdk newArtifactId: ivsrealtime - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-personalizeruntime newGroupId: software.amazon.awssdk newArtifactId: personalizeruntime - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-elasticsearch newGroupId: software.amazon.awssdk newArtifactId: elasticsearch - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-codecommit newGroupId: software.amazon.awssdk newArtifactId: codecommit - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-resourcegroupstaggingapi newGroupId: software.amazon.awssdk newArtifactId: resourcegroupstaggingapi - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-forecastquery newGroupId: software.amazon.awssdk newArtifactId: forecastquery - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-healthlake newGroupId: software.amazon.awssdk newArtifactId: healthlake - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-iamrolesanywhere newGroupId: software.amazon.awssdk newArtifactId: rolesanywhere - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-personalizeevents newGroupId: software.amazon.awssdk newArtifactId: personalizeevents - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-apigatewaymanagementapi newGroupId: software.amazon.awssdk newArtifactId: apigatewaymanagementapi - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-launchwizard newGroupId: software.amazon.awssdk newArtifactId: launchwizard - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-xray newGroupId: software.amazon.awssdk newArtifactId: xray - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ssoadmin newGroupId: software.amazon.awssdk newArtifactId: ssoadmin - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-api-gateway newGroupId: software.amazon.awssdk newArtifactId: apigateway - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-migrationhubrefactorspaces newGroupId: software.amazon.awssdk newArtifactId: migrationhubrefactorspaces - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ram newGroupId: software.amazon.awssdk newArtifactId: ram - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-codeconnections newGroupId: software.amazon.awssdk newArtifactId: codeconnections - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-efs newGroupId: software.amazon.awssdk newArtifactId: efs - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-bedrockagentruntime newGroupId: software.amazon.awssdk newArtifactId: bedrockagentruntime - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-dataexchange newGroupId: software.amazon.awssdk newArtifactId: dataexchange - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-sts newGroupId: software.amazon.awssdk newArtifactId: sts - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-sagemaker newGroupId: software.amazon.awssdk newArtifactId: sagemaker - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-finspacedata newGroupId: software.amazon.awssdk newArtifactId: finspacedata - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-marketplacecatalog newGroupId: software.amazon.awssdk newArtifactId: marketplacecatalog - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-acm newGroupId: software.amazon.awssdk newArtifactId: acm - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-athena newGroupId: software.amazon.awssdk newArtifactId: athena - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-route53 newGroupId: software.amazon.awssdk newArtifactId: route53 - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-codegurusecurity newGroupId: software.amazon.awssdk newArtifactId: codegurusecurity - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-tnb newGroupId: software.amazon.awssdk newArtifactId: tnb - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-ec2 newGroupId: software.amazon.awssdk newArtifactId: ec2 - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-apprunner newGroupId: software.amazon.awssdk newArtifactId: apprunner - newVersion: 2.29.8 + newVersion: 2.29.9 - org.openrewrite.java.dependencies.ChangeDependency: oldGroupId: com.amazonaws oldArtifactId: aws-java-sdk-lookoutmetrics newGroupId: software.amazon.awssdk newArtifactId: lookoutmetrics - newVersion: 2.29.8 \ No newline at end of file + newVersion: 2.29.9 \ No newline at end of file