diff --git a/.changes/2.29.9.json b/.changes/2.29.9.json
new file mode 100644
index 000000000000..018edc5e648a
--- /dev/null
+++ b/.changes/2.29.9.json
@@ -0,0 +1,66 @@
+{
+ "version": "2.29.9",
+ "date": "2024-11-08",
+ "entries": [
+ {
+ "type": "feature",
+ "category": "AWS Batch",
+ "contributor": "",
+ "description": "This feature allows override LaunchTemplates to be specified in an AWS Batch Compute Environment."
+ },
+ {
+ "type": "feature",
+ "category": "AWS Control Catalog",
+ "contributor": "",
+ "description": "AWS Control Catalog GetControl public API returns additional data in output, including Implementation and Parameters"
+ },
+ {
+ "type": "feature",
+ "category": "AWS Lambda",
+ "contributor": "",
+ "description": "This release adds support for using AWS KMS customer managed keys to encrypt AWS Lambda .zip deployment packages."
+ },
+ {
+ "type": "feature",
+ "category": "Agents for Amazon Bedrock Runtime",
+ "contributor": "",
+ "description": "This release adds trace functionality to Bedrock Prompt Flows"
+ },
+ {
+ "type": "feature",
+ "category": "Amazon Chime SDK Media Pipelines",
+ "contributor": "",
+ "description": "Added support for Media Capture Pipeline and Media Concatenation Pipeline for customer managed server side encryption. Now Media Capture Pipeline can use IAM sink role to get access to KMS key and encrypt/decrypt recorded artifacts. KMS key ID can also be supplied with encryption context."
+ },
+ {
+ "type": "feature",
+ "category": "Amazon Elastic Kubernetes Service",
+ "contributor": "",
+ "description": "Adds new error code `Ec2InstanceTypeDoesNotExist` for Amazon EKS managed node groups"
+ },
+ {
+ "type": "feature",
+ "category": "Amazon Kinesis Firehose",
+ "contributor": "",
+ "description": "Amazon Data Firehose / Features : Adds support for a new DeliveryStreamType, DatabaseAsSource. DatabaseAsSource hoses allow customers to stream CDC events from their RDS and Amazon EC2 hosted databases, running MySQL and PostgreSQL database engines, to Iceberg Table destinations."
+ },
+ {
+ "type": "feature",
+ "category": "Amazon Pinpoint SMS Voice V2",
+ "contributor": "",
+ "description": "Added the RequiresAuthenticationTimestamp field to the RegistrationVersionStatusHistory data type."
+ },
+ {
+ "type": "feature",
+ "category": "QBusiness",
+ "contributor": "",
+ "description": "Adds S3 path option to pass group member list for PutGroup API."
+ },
+ {
+ "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 fc1bf144c683..10d11631e4e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,45 @@
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
+# __2.29.9__ __2024-11-08__
+## __AWS Batch__
+ - ### Features
+ - This feature allows override LaunchTemplates to be specified in an AWS Batch Compute Environment.
+
+## __AWS Control Catalog__
+ - ### Features
+ - AWS Control Catalog GetControl public API returns additional data in output, including Implementation and Parameters
+
+## __AWS Lambda__
+ - ### Features
+ - This release adds support for using AWS KMS customer managed keys to encrypt AWS Lambda .zip deployment packages.
+
+## __AWS SDK for Java v2__
+ - ### Features
+ - Updated endpoint and partition metadata.
+
+## __Agents for Amazon Bedrock Runtime__
+ - ### Features
+ - This release adds trace functionality to Bedrock Prompt Flows
+
+## __Amazon Chime SDK Media Pipelines__
+ - ### Features
+ - Added support for Media Capture Pipeline and Media Concatenation Pipeline for customer managed server side encryption. Now Media Capture Pipeline can use IAM sink role to get access to KMS key and encrypt/decrypt recorded artifacts. KMS key ID can also be supplied with encryption context.
+
+## __Amazon Elastic Kubernetes Service__
+ - ### Features
+ - Adds new error code `Ec2InstanceTypeDoesNotExist` for Amazon EKS managed node groups
+
+## __Amazon Kinesis Firehose__
+ - ### Features
+ - Amazon Data Firehose / Features : Adds support for a new DeliveryStreamType, DatabaseAsSource. DatabaseAsSource hoses allow customers to stream CDC events from their RDS and Amazon EC2 hosted databases, running MySQL and PostgreSQL database engines, to Iceberg Table destinations.
+
+## __Amazon Pinpoint SMS Voice V2__
+ - ### Features
+ - Added the RequiresAuthenticationTimestamp field to the RegistrationVersionStatusHistory data type.
+
+## __QBusiness__
+ - ### Features
+ - Adds S3 path option to pass group member list for PutGroup API.
+
# __2.29.8__ __2024-11-07__
## __AWS Clean Rooms ML__
- ### Features
diff --git a/README.md b/README.md
index dceb6fe02e92..3a9eb35fb16a 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.8
+ 2.29.9
pom
import
@@ -85,12 +85,12 @@ Alternatively you can add dependencies for the specific services you use only:
software.amazon.awssdk
ec2
- 2.29.8
+ 2.29.9
software.amazon.awssdk
s3
- 2.29.8
+ 2.29.9
```
@@ -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.8
+ 2.29.9
```
diff --git a/archetypes/archetype-app-quickstart/pom.xml b/archetypes/archetype-app-quickstart/pom.xml
index 0595ae060348..84be52b03637 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.8
+ 2.29.9
4.0.0
diff --git a/archetypes/archetype-lambda/pom.xml b/archetypes/archetype-lambda/pom.xml
index df1f3b0b082e..fde79afeac03 100644
--- a/archetypes/archetype-lambda/pom.xml
+++ b/archetypes/archetype-lambda/pom.xml
@@ -20,7 +20,7 @@
archetypes
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
archetype-lambda
diff --git a/archetypes/archetype-tools/pom.xml b/archetypes/archetype-tools/pom.xml
index f04034ca1b6f..220f93fe6cae 100644
--- a/archetypes/archetype-tools/pom.xml
+++ b/archetypes/archetype-tools/pom.xml
@@ -20,7 +20,7 @@
archetypes
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 89a4d12bb94d..a8c2f9a87cb1 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
archetypes
diff --git a/aws-sdk-java/pom.xml b/aws-sdk-java/pom.xml
index d49f08f753ba..8b4008487449 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.8
+ 2.29.9
../pom.xml
aws-sdk-java
diff --git a/bom-internal/pom.xml b/bom-internal/pom.xml
index 1a84795385be..926bd117c093 100644
--- a/bom-internal/pom.xml
+++ b/bom-internal/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
diff --git a/bom/pom.xml b/bom/pom.xml
index 56762fca8cc0..7b3463522596 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.29.8
+ 2.29.9
../pom.xml
bom
diff --git a/bundle-logging-bridge/pom.xml b/bundle-logging-bridge/pom.xml
index 2e3cee07d5b1..47024ea13f47 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.8
+ 2.29.9
bundle-logging-bridge
jar
diff --git a/bundle-sdk/pom.xml b/bundle-sdk/pom.xml
index ac265eb5401f..27762e7102d3 100644
--- a/bundle-sdk/pom.xml
+++ b/bundle-sdk/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.29.8
+ 2.29.9
bundle-sdk
jar
diff --git a/bundle/pom.xml b/bundle/pom.xml
index b44de265fb59..a1aa3ad14c70 100644
--- a/bundle/pom.xml
+++ b/bundle/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.29.8
+ 2.29.9
bundle
jar
diff --git a/codegen-lite-maven-plugin/pom.xml b/codegen-lite-maven-plugin/pom.xml
index 04c87a52ca09..2ded9ef57c64 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.8
+ 2.29.9
../pom.xml
codegen-lite-maven-plugin
diff --git a/codegen-lite/pom.xml b/codegen-lite/pom.xml
index 2bfb8ac58ad9..4e71b962b54d 100644
--- a/codegen-lite/pom.xml
+++ b/codegen-lite/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.29.8
+ 2.29.9
codegen-lite
AWS Java SDK :: Code Generator Lite
diff --git a/codegen-maven-plugin/pom.xml b/codegen-maven-plugin/pom.xml
index 14b95bbfa555..fccf2c25acfb 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.8
+ 2.29.9
../pom.xml
codegen-maven-plugin
diff --git a/codegen/pom.xml b/codegen/pom.xml
index df8cd88db5cf..7f00cc60046a 100644
--- a/codegen/pom.xml
+++ b/codegen/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.29.8
+ 2.29.9
codegen
AWS Java SDK :: Code Generator
diff --git a/core/annotations/pom.xml b/core/annotations/pom.xml
index 58fa3f2ce459..4b51cfa3958c 100644
--- a/core/annotations/pom.xml
+++ b/core/annotations/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
diff --git a/core/arns/pom.xml b/core/arns/pom.xml
index 1bc53a87360f..cedc1188f422 100644
--- a/core/arns/pom.xml
+++ b/core/arns/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
diff --git a/core/auth-crt/pom.xml b/core/auth-crt/pom.xml
index 0b913ed40e27..7bfd12d29f17 100644
--- a/core/auth-crt/pom.xml
+++ b/core/auth-crt/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.29.8
+ 2.29.9
auth-crt
diff --git a/core/auth/pom.xml b/core/auth/pom.xml
index f5b224784ddd..86e748ec674e 100644
--- a/core/auth/pom.xml
+++ b/core/auth/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.29.8
+ 2.29.9
auth
diff --git a/core/aws-core/pom.xml b/core/aws-core/pom.xml
index c975e36eaea3..f7896305ab2a 100644
--- a/core/aws-core/pom.xml
+++ b/core/aws-core/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.29.8
+ 2.29.9
aws-core
diff --git a/core/checksums-spi/pom.xml b/core/checksums-spi/pom.xml
index 3561c66cf55f..8a944f5471e2 100644
--- a/core/checksums-spi/pom.xml
+++ b/core/checksums-spi/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.29.8
+ 2.29.9
checksums-spi
diff --git a/core/checksums/pom.xml b/core/checksums/pom.xml
index 6ae583b7e8ed..6754b0528cd5 100644
--- a/core/checksums/pom.xml
+++ b/core/checksums/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.29.8
+ 2.29.9
checksums
diff --git a/core/crt-core/pom.xml b/core/crt-core/pom.xml
index 97ae3982b5d1..812a05d920ec 100644
--- a/core/crt-core/pom.xml
+++ b/core/crt-core/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
core
- 2.29.8
+ 2.29.9
crt-core
diff --git a/core/endpoints-spi/pom.xml b/core/endpoints-spi/pom.xml
index 7350bf7f6210..48b58f8cc053 100644
--- a/core/endpoints-spi/pom.xml
+++ b/core/endpoints-spi/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
diff --git a/core/http-auth-aws-crt/pom.xml b/core/http-auth-aws-crt/pom.xml
index 8c9e7b2e7083..248f13431993 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.8
+ 2.29.9
http-auth-aws-crt
diff --git a/core/http-auth-aws-eventstream/pom.xml b/core/http-auth-aws-eventstream/pom.xml
index dac5c743cc2e..d93bfd0e4634 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.8
+ 2.29.9
http-auth-aws-eventstream
diff --git a/core/http-auth-aws/pom.xml b/core/http-auth-aws/pom.xml
index 50377da309c1..d926f586b015 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.8
+ 2.29.9
http-auth-aws
diff --git a/core/http-auth-spi/pom.xml b/core/http-auth-spi/pom.xml
index d0e71a6966b9..0d77b4dca027 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.8
+ 2.29.9
http-auth-spi
diff --git a/core/http-auth/pom.xml b/core/http-auth/pom.xml
index d3de9af02934..003ff7252fa9 100644
--- a/core/http-auth/pom.xml
+++ b/core/http-auth/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.29.8
+ 2.29.9
http-auth
diff --git a/core/identity-spi/pom.xml b/core/identity-spi/pom.xml
index 962ed621e925..1a3aaacdd8ee 100644
--- a/core/identity-spi/pom.xml
+++ b/core/identity-spi/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.29.8
+ 2.29.9
identity-spi
diff --git a/core/imds/pom.xml b/core/imds/pom.xml
index c3fc501dd298..a865ffc9de44 100644
--- a/core/imds/pom.xml
+++ b/core/imds/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
imds
diff --git a/core/json-utils/pom.xml b/core/json-utils/pom.xml
index c2cd1760e0f8..844cc674597f 100644
--- a/core/json-utils/pom.xml
+++ b/core/json-utils/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
diff --git a/core/metrics-spi/pom.xml b/core/metrics-spi/pom.xml
index f4d4fb041f99..a071adeae782 100644
--- a/core/metrics-spi/pom.xml
+++ b/core/metrics-spi/pom.xml
@@ -5,7 +5,7 @@
core
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
diff --git a/core/pom.xml b/core/pom.xml
index e5c7ca7fa5a7..59b1abaa4a97 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -21,7 +21,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.29.8
+ 2.29.9
core
diff --git a/core/profiles/pom.xml b/core/profiles/pom.xml
index 63586cb5f582..f2b02ad82c28 100644
--- a/core/profiles/pom.xml
+++ b/core/profiles/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.29.8
+ 2.29.9
profiles
diff --git a/core/protocols/aws-cbor-protocol/pom.xml b/core/protocols/aws-cbor-protocol/pom.xml
index 00b5540f202f..0ff1fcb2454d 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.8
+ 2.29.9
4.0.0
diff --git a/core/protocols/aws-json-protocol/pom.xml b/core/protocols/aws-json-protocol/pom.xml
index 7682a86a6442..062b5b0dc1cb 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.8
+ 2.29.9
4.0.0
diff --git a/core/protocols/aws-query-protocol/pom.xml b/core/protocols/aws-query-protocol/pom.xml
index c72623e61a9a..2d554359dd2b 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.8
+ 2.29.9
4.0.0
diff --git a/core/protocols/aws-xml-protocol/pom.xml b/core/protocols/aws-xml-protocol/pom.xml
index 7ce8ab93bf62..b3cbd08717bf 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.8
+ 2.29.9
4.0.0
diff --git a/core/protocols/pom.xml b/core/protocols/pom.xml
index a63bc1a025a5..d1fb49c20570 100644
--- a/core/protocols/pom.xml
+++ b/core/protocols/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
diff --git a/core/protocols/protocol-core/pom.xml b/core/protocols/protocol-core/pom.xml
index 672266f609ae..a5d12d6c2e70 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.8
+ 2.29.9
4.0.0
diff --git a/core/protocols/smithy-rpcv2-protocol/pom.xml b/core/protocols/smithy-rpcv2-protocol/pom.xml
index 672ba16ba57a..61a1aad3cdf3 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.8
+ 2.29.9
4.0.0
diff --git a/core/regions/pom.xml b/core/regions/pom.xml
index f56f24ef6ebb..cfdebeedf160 100644
--- a/core/regions/pom.xml
+++ b/core/regions/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.29.8
+ 2.29.9
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 4e25bc2a2bff..d95c35d47d35 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
@@ -6344,6 +6344,7 @@
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
+ "ap-southeast-5" : { },
"ca-central-1" : {
"variants" : [ {
"hostname" : "ds-fips.ca-central-1.amazonaws.com",
diff --git a/core/retries-spi/pom.xml b/core/retries-spi/pom.xml
index e41c4e487873..9cca1bdd65bd 100644
--- a/core/retries-spi/pom.xml
+++ b/core/retries-spi/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
diff --git a/core/retries/pom.xml b/core/retries/pom.xml
index 4848a4b7bb8b..a0eb121a2928 100644
--- a/core/retries/pom.xml
+++ b/core/retries/pom.xml
@@ -21,7 +21,7 @@
core
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
diff --git a/core/sdk-core/pom.xml b/core/sdk-core/pom.xml
index e37d16a31eb6..9bb508de529a 100644
--- a/core/sdk-core/pom.xml
+++ b/core/sdk-core/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
core
- 2.29.8
+ 2.29.9
sdk-core
AWS Java SDK :: SDK Core
diff --git a/http-client-spi/pom.xml b/http-client-spi/pom.xml
index 2a0010cb8eac..eb774513f364 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.8
+ 2.29.9
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 7a794f476769..68b545c407c3 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.8
+ 2.29.9
apache-client
diff --git a/http-clients/aws-crt-client/pom.xml b/http-clients/aws-crt-client/pom.xml
index e150ce23aad8..9529fcb01c67 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.8
+ 2.29.9
4.0.0
diff --git a/http-clients/netty-nio-client/pom.xml b/http-clients/netty-nio-client/pom.xml
index 078cf3d41811..38123eff33be 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.8
+ 2.29.9
4.0.0
diff --git a/http-clients/pom.xml b/http-clients/pom.xml
index 52fc37c9fed1..37f6a7b7e84f 100644
--- a/http-clients/pom.xml
+++ b/http-clients/pom.xml
@@ -21,7 +21,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
diff --git a/http-clients/url-connection-client/pom.xml b/http-clients/url-connection-client/pom.xml
index 22c36c73bca7..d9e722387813 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.8
+ 2.29.9
4.0.0
diff --git a/metric-publishers/cloudwatch-metric-publisher/pom.xml b/metric-publishers/cloudwatch-metric-publisher/pom.xml
index 9f90a8503beb..c2b5e934faf3 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.8
+ 2.29.9
cloudwatch-metric-publisher
diff --git a/metric-publishers/pom.xml b/metric-publishers/pom.xml
index de52973c1747..486bb538c4a5 100644
--- a/metric-publishers/pom.xml
+++ b/metric-publishers/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.29.8
+ 2.29.9
metric-publishers
diff --git a/pom.xml b/pom.xml
index fb9b9a80fd43..55b47fdc187d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
4.0.0
software.amazon.awssdk
aws-sdk-java-pom
- 2.29.8
+ 2.29.9
pom
AWS Java SDK :: Parent
The Amazon Web Services SDK for Java provides Java APIs
@@ -99,7 +99,7 @@
${project.version}
- 2.29.7
+ 2.29.8
2.15.2
2.15.2
2.13.2
diff --git a/release-scripts/pom.xml b/release-scripts/pom.xml
index 276ba18e3162..9362e2d0af09 100644
--- a/release-scripts/pom.xml
+++ b/release-scripts/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.29.8
+ 2.29.9
../pom.xml
release-scripts
diff --git a/services-custom/dynamodb-enhanced/pom.xml b/services-custom/dynamodb-enhanced/pom.xml
index 95adb97416db..553f2799091b 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.8
+ 2.29.9
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 3e01ae764b7f..a973d4ea603f 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.8
+ 2.29.9
../../pom.xml
iam-policy-builder
diff --git a/services-custom/pom.xml b/services-custom/pom.xml
index 721394787fe4..a4ef55ac9c81 100644
--- a/services-custom/pom.xml
+++ b/services-custom/pom.xml
@@ -19,7 +19,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.29.8
+ 2.29.9
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 f64267efc72e..7cefd885901f 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.8
+ 2.29.9
../../pom.xml
s3-event-notifications
diff --git a/services-custom/s3-transfer-manager/pom.xml b/services-custom/s3-transfer-manager/pom.xml
index 3c3834d14760..0abe421507e8 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.8
+ 2.29.9
../../pom.xml
s3-transfer-manager
diff --git a/services/accessanalyzer/pom.xml b/services/accessanalyzer/pom.xml
index 755e612bb8eb..5d591d6cd989 100644
--- a/services/accessanalyzer/pom.xml
+++ b/services/accessanalyzer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
accessanalyzer
AWS Java SDK :: Services :: AccessAnalyzer
diff --git a/services/account/pom.xml b/services/account/pom.xml
index 94b7fafb7a1b..8aa6adc3bcff 100644
--- a/services/account/pom.xml
+++ b/services/account/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
account
AWS Java SDK :: Services :: Account
diff --git a/services/acm/pom.xml b/services/acm/pom.xml
index be9f870ece7e..498aef741feb 100644
--- a/services/acm/pom.xml
+++ b/services/acm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
acm
AWS Java SDK :: Services :: AWS Certificate Manager
diff --git a/services/acmpca/pom.xml b/services/acmpca/pom.xml
index d62fd42fd510..8a64ac73b09f 100644
--- a/services/acmpca/pom.xml
+++ b/services/acmpca/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
acmpca
AWS Java SDK :: Services :: ACM PCA
diff --git a/services/amp/pom.xml b/services/amp/pom.xml
index 51f3c499f049..07eb48f366d2 100644
--- a/services/amp/pom.xml
+++ b/services/amp/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
amp
AWS Java SDK :: Services :: Amp
diff --git a/services/amplify/pom.xml b/services/amplify/pom.xml
index c41489d2773e..7ad46cabe748 100644
--- a/services/amplify/pom.xml
+++ b/services/amplify/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
amplify
AWS Java SDK :: Services :: Amplify
diff --git a/services/amplifybackend/pom.xml b/services/amplifybackend/pom.xml
index d8d277f7ccfc..ae22879c7c51 100644
--- a/services/amplifybackend/pom.xml
+++ b/services/amplifybackend/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
amplifybackend
AWS Java SDK :: Services :: Amplify Backend
diff --git a/services/amplifyuibuilder/pom.xml b/services/amplifyuibuilder/pom.xml
index fc3dcf1b72fb..f8bf9cbd86a0 100644
--- a/services/amplifyuibuilder/pom.xml
+++ b/services/amplifyuibuilder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
amplifyuibuilder
AWS Java SDK :: Services :: Amplify UI Builder
diff --git a/services/apigateway/pom.xml b/services/apigateway/pom.xml
index eef2d8a77172..ccc616a5a2d0 100644
--- a/services/apigateway/pom.xml
+++ b/services/apigateway/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
apigateway
AWS Java SDK :: Services :: Amazon API Gateway
diff --git a/services/apigatewaymanagementapi/pom.xml b/services/apigatewaymanagementapi/pom.xml
index 6ab1b0e21f4c..126a40fa3e50 100644
--- a/services/apigatewaymanagementapi/pom.xml
+++ b/services/apigatewaymanagementapi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
apigatewaymanagementapi
AWS Java SDK :: Services :: ApiGatewayManagementApi
diff --git a/services/apigatewayv2/pom.xml b/services/apigatewayv2/pom.xml
index 273a83137f35..fd679a0c005e 100644
--- a/services/apigatewayv2/pom.xml
+++ b/services/apigatewayv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
apigatewayv2
AWS Java SDK :: Services :: ApiGatewayV2
diff --git a/services/appconfig/pom.xml b/services/appconfig/pom.xml
index 6ef7e17fb3c5..225af85d8d5e 100644
--- a/services/appconfig/pom.xml
+++ b/services/appconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
appconfig
AWS Java SDK :: Services :: AppConfig
diff --git a/services/appconfigdata/pom.xml b/services/appconfigdata/pom.xml
index ffe7f9628cb7..09aa2fdf6d40 100644
--- a/services/appconfigdata/pom.xml
+++ b/services/appconfigdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
appconfigdata
AWS Java SDK :: Services :: App Config Data
diff --git a/services/appfabric/pom.xml b/services/appfabric/pom.xml
index 38f93e30d0a8..4b0a32413e81 100644
--- a/services/appfabric/pom.xml
+++ b/services/appfabric/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
appfabric
AWS Java SDK :: Services :: App Fabric
diff --git a/services/appflow/pom.xml b/services/appflow/pom.xml
index e29b57cf1e8e..9c8356621525 100644
--- a/services/appflow/pom.xml
+++ b/services/appflow/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
appflow
AWS Java SDK :: Services :: Appflow
diff --git a/services/appintegrations/pom.xml b/services/appintegrations/pom.xml
index c29cdb5b5670..d9e31ce25a02 100644
--- a/services/appintegrations/pom.xml
+++ b/services/appintegrations/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
appintegrations
AWS Java SDK :: Services :: App Integrations
diff --git a/services/applicationautoscaling/pom.xml b/services/applicationautoscaling/pom.xml
index d9d10ebfe81c..abe24721c7af 100644
--- a/services/applicationautoscaling/pom.xml
+++ b/services/applicationautoscaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
applicationautoscaling
AWS Java SDK :: Services :: AWS Application Auto Scaling
diff --git a/services/applicationcostprofiler/pom.xml b/services/applicationcostprofiler/pom.xml
index d5d0e8f9b268..c87af95c618b 100644
--- a/services/applicationcostprofiler/pom.xml
+++ b/services/applicationcostprofiler/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
applicationcostprofiler
AWS Java SDK :: Services :: Application Cost Profiler
diff --git a/services/applicationdiscovery/pom.xml b/services/applicationdiscovery/pom.xml
index 1f4e29d453ce..277ce53d10f7 100644
--- a/services/applicationdiscovery/pom.xml
+++ b/services/applicationdiscovery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
applicationdiscovery
AWS Java SDK :: Services :: AWS Application Discovery Service
diff --git a/services/applicationinsights/pom.xml b/services/applicationinsights/pom.xml
index 305c8a37a85a..54b7271a1fbe 100644
--- a/services/applicationinsights/pom.xml
+++ b/services/applicationinsights/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
applicationinsights
AWS Java SDK :: Services :: Application Insights
diff --git a/services/applicationsignals/pom.xml b/services/applicationsignals/pom.xml
index 8373d8d4fff7..e49bbd13739b 100644
--- a/services/applicationsignals/pom.xml
+++ b/services/applicationsignals/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
applicationsignals
AWS Java SDK :: Services :: Application Signals
diff --git a/services/appmesh/pom.xml b/services/appmesh/pom.xml
index 65e3d9c3a67f..407a14a8ff1e 100644
--- a/services/appmesh/pom.xml
+++ b/services/appmesh/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
appmesh
AWS Java SDK :: Services :: App Mesh
diff --git a/services/apprunner/pom.xml b/services/apprunner/pom.xml
index a448a8a96143..2e2055a262d6 100644
--- a/services/apprunner/pom.xml
+++ b/services/apprunner/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
apprunner
AWS Java SDK :: Services :: App Runner
diff --git a/services/appstream/pom.xml b/services/appstream/pom.xml
index e204cf76f839..f2a00ce62b42 100644
--- a/services/appstream/pom.xml
+++ b/services/appstream/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
appstream
AWS Java SDK :: Services :: Amazon AppStream
diff --git a/services/appsync/pom.xml b/services/appsync/pom.xml
index 7b78162beba4..93183da36aa4 100644
--- a/services/appsync/pom.xml
+++ b/services/appsync/pom.xml
@@ -21,7 +21,7 @@
services
software.amazon.awssdk
- 2.29.8
+ 2.29.9
appsync
diff --git a/services/apptest/pom.xml b/services/apptest/pom.xml
index 6c7bab19cc12..2d2f13321e04 100644
--- a/services/apptest/pom.xml
+++ b/services/apptest/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
apptest
AWS Java SDK :: Services :: App Test
diff --git a/services/arczonalshift/pom.xml b/services/arczonalshift/pom.xml
index 1b8a328efac6..abf68c196fbc 100644
--- a/services/arczonalshift/pom.xml
+++ b/services/arczonalshift/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
arczonalshift
AWS Java SDK :: Services :: ARC Zonal Shift
diff --git a/services/artifact/pom.xml b/services/artifact/pom.xml
index 52c8b0951683..b179edacbd47 100644
--- a/services/artifact/pom.xml
+++ b/services/artifact/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
artifact
AWS Java SDK :: Services :: Artifact
diff --git a/services/athena/pom.xml b/services/athena/pom.xml
index 5023f5940749..2dfa11b574e2 100644
--- a/services/athena/pom.xml
+++ b/services/athena/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
athena
AWS Java SDK :: Services :: Amazon Athena
diff --git a/services/auditmanager/pom.xml b/services/auditmanager/pom.xml
index f84fbbc3bbb1..4d7e33d09d1a 100644
--- a/services/auditmanager/pom.xml
+++ b/services/auditmanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
auditmanager
AWS Java SDK :: Services :: Audit Manager
diff --git a/services/autoscaling/pom.xml b/services/autoscaling/pom.xml
index c29cfae01cb9..b20980e804c1 100644
--- a/services/autoscaling/pom.xml
+++ b/services/autoscaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
autoscaling
AWS Java SDK :: Services :: Auto Scaling
diff --git a/services/autoscalingplans/pom.xml b/services/autoscalingplans/pom.xml
index ae3e9867888b..a970527f09d3 100644
--- a/services/autoscalingplans/pom.xml
+++ b/services/autoscalingplans/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
autoscalingplans
AWS Java SDK :: Services :: Auto Scaling Plans
diff --git a/services/b2bi/pom.xml b/services/b2bi/pom.xml
index ba91575fd16e..caec78e45ce9 100644
--- a/services/b2bi/pom.xml
+++ b/services/b2bi/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
b2bi
AWS Java SDK :: Services :: B2 Bi
diff --git a/services/backup/pom.xml b/services/backup/pom.xml
index fdb2addbcd33..070aa49e4138 100644
--- a/services/backup/pom.xml
+++ b/services/backup/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
backup
AWS Java SDK :: Services :: Backup
diff --git a/services/backupgateway/pom.xml b/services/backupgateway/pom.xml
index a886034c21dc..9e7daabcce16 100644
--- a/services/backupgateway/pom.xml
+++ b/services/backupgateway/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
backupgateway
AWS Java SDK :: Services :: Backup Gateway
diff --git a/services/batch/pom.xml b/services/batch/pom.xml
index 7e301910cc58..49dc0e43b660 100644
--- a/services/batch/pom.xml
+++ b/services/batch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
batch
AWS Java SDK :: Services :: AWS Batch
diff --git a/services/batch/src/main/resources/codegen-resources/service-2.json b/services/batch/src/main/resources/codegen-resources/service-2.json
index 2946cad2ef06..bdb73b7e2f5c 100644
--- a/services/batch/src/main/resources/codegen-resources/service-2.json
+++ b/services/batch/src/main/resources/codegen-resources/service-2.json
@@ -2934,11 +2934,41 @@
},
"version":{
"shape":"String",
- "documentation":"The version number of the launch template, $Latest
, or $Default
.
If the value is $Latest
, the latest version of the launch template is used. If the value is $Default
, the default version of the launch template is used.
If the AMI ID that's used in a compute environment is from the launch template, the AMI isn't changed when the compute environment is updated. It's only changed if the updateToLatestImageVersion
parameter for the compute environment is set to true
. During an infrastructure update, if either $Latest
or $Default
is specified, Batch re-evaluates the launch template version, and it might use a different version of the launch template. This is the case even if the launch template isn't specified in the update. When updating a compute environment, changing the launch template requires an infrastructure update of the compute environment. For more information, see Updating compute environments in the Batch User Guide.
Default: $Default
.
"
+ "documentation":"The version number of the launch template, $Default
, or $Latest
.
If the value is $Default
, the default version of the launch template is used. If the value is $Latest
, the latest version of the launch template is used.
If the AMI ID that's used in a compute environment is from the launch template, the AMI isn't changed when the compute environment is updated. It's only changed if the updateToLatestImageVersion
parameter for the compute environment is set to true
. During an infrastructure update, if either $Default
or $Latest
is specified, Batch re-evaluates the launch template version, and it might use a different version of the launch template. This is the case even if the launch template isn't specified in the update. When updating a compute environment, changing the launch template requires an infrastructure update of the compute environment. For more information, see Updating compute environments in the Batch User Guide.
Default: $Default
Latest: $Latest
"
+ },
+ "overrides":{
+ "shape":"LaunchTemplateSpecificationOverrideList",
+ "documentation":"A launch template to use in place of the default launch template. You must specify either the launch template ID or launch template name in the request, but not both.
You can specify up to ten (10) launch template overrides that are associated to unique instance types or families for each compute environment.
To unset all override templates for a compute environment, you can pass an empty array to the UpdateComputeEnvironment.overrides parameter, or not include the overrides
parameter when submitting the UpdateComputeEnvironment
API operation.
"
}
},
"documentation":"An object that represents a launch template that's associated with a compute resource. You must specify either the launch template ID or launch template name in the request, but not both.
If security groups are specified using both the securityGroupIds
parameter of CreateComputeEnvironment
and the launch template, the values in the securityGroupIds
parameter of CreateComputeEnvironment
will be used.
This object isn't applicable to jobs that are running on Fargate resources.
"
},
+ "LaunchTemplateSpecificationOverride":{
+ "type":"structure",
+ "members":{
+ "launchTemplateId":{
+ "shape":"String",
+ "documentation":"The ID of the launch template.
Note: If you specify the launchTemplateId
you can't specify the launchTemplateName
as well.
"
+ },
+ "launchTemplateName":{
+ "shape":"String",
+ "documentation":"The name of the launch template.
Note: If you specify the launchTemplateName
you can't specify the launchTemplateId
as well.
"
+ },
+ "version":{
+ "shape":"String",
+ "documentation":"The version number of the launch template, $Default
, or $Latest
.
If the value is $Default
, the default version of the launch template is used. If the value is $Latest
, the latest version of the launch template is used.
If the AMI ID that's used in a compute environment is from the launch template, the AMI isn't changed when the compute environment is updated. It's only changed if the updateToLatestImageVersion
parameter for the compute environment is set to true
. During an infrastructure update, if either $Default
or $Latest
is specified, Batch re-evaluates the launch template version, and it might use a different version of the launch template. This is the case even if the launch template isn't specified in the update. When updating a compute environment, changing the launch template requires an infrastructure update of the compute environment. For more information, see Updating compute environments in the Batch User Guide.
Default: $Default
Latest: $Latest
"
+ },
+ "targetInstanceTypes":{
+ "shape":"StringList",
+ "documentation":"The instance type or family that this this override launch template should be applied to.
This parameter is required when defining a launch template override.
Information included in this parameter must meet the following requirements:
-
Must be a valid Amazon EC2 instance type or family.
-
optimal
isn't allowed.
-
targetInstanceTypes
can target only instance types and families that are included within the ComputeResource.instanceTypes
set. targetInstanceTypes
doesn't need to include all of the instances from the instanceType
set, but at least a subset. For example, if ComputeResource.instanceTypes
includes [m5, g5]
, targetInstanceTypes
can include [m5.2xlarge]
and [m5.large]
but not [c5.large]
.
-
targetInstanceTypes
included within the same launch template override or across launch template overrides can't overlap for the same compute environment. For example, you can't define one launch template override to target an instance family and another define an instance type within this same family.
"
+ }
+ },
+ "documentation":"An object that represents a launch template to use in place of the default launch template. You must specify either the launch template ID or launch template name in the request, but not both.
If security groups are specified using both the securityGroupIds
parameter of CreateComputeEnvironment
and the launch template, the values in the securityGroupIds
parameter of CreateComputeEnvironment
will be used.
You can define up to ten (10) overrides for each compute environment.
This object isn't applicable to jobs that are running on Fargate resources.
To unset all override templates for a compute environment, you can pass an empty array to the UpdateComputeEnvironment.overrides parameter, or not include the overrides
parameter when submitting the UpdateComputeEnvironment
API operation.
"
+ },
+ "LaunchTemplateSpecificationOverrideList":{
+ "type":"list",
+ "member":{"shape":"LaunchTemplateSpecificationOverride"}
+ },
"LinuxParameters":{
"type":"structure",
"members":{
diff --git a/services/bcmdataexports/pom.xml b/services/bcmdataexports/pom.xml
index e5b01ac4b9e5..35e2f0cd54bf 100644
--- a/services/bcmdataexports/pom.xml
+++ b/services/bcmdataexports/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
bcmdataexports
AWS Java SDK :: Services :: BCM Data Exports
diff --git a/services/bedrock/pom.xml b/services/bedrock/pom.xml
index 27b05a04cbca..9c8ea3f327db 100644
--- a/services/bedrock/pom.xml
+++ b/services/bedrock/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
bedrock
AWS Java SDK :: Services :: Bedrock
diff --git a/services/bedrockagent/pom.xml b/services/bedrockagent/pom.xml
index 6a74100304f2..1cff4d52450c 100644
--- a/services/bedrockagent/pom.xml
+++ b/services/bedrockagent/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
bedrockagent
AWS Java SDK :: Services :: Bedrock Agent
diff --git a/services/bedrockagentruntime/pom.xml b/services/bedrockagentruntime/pom.xml
index abed5931acc5..5818664281a6 100644
--- a/services/bedrockagentruntime/pom.xml
+++ b/services/bedrockagentruntime/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
bedrockagentruntime
AWS Java SDK :: Services :: Bedrock Agent Runtime
diff --git a/services/bedrockagentruntime/src/main/resources/codegen-resources/service-2.json b/services/bedrockagentruntime/src/main/resources/codegen-resources/service-2.json
index cb83299431b6..6e3f692d33ad 100644
--- a/services/bedrockagentruntime/src/main/resources/codegen-resources/service-2.json
+++ b/services/bedrockagentruntime/src/main/resources/codegen-resources/service-2.json
@@ -394,7 +394,7 @@
"type":"string",
"max":2048,
"min":1,
- "pattern":"^(arn:aws(-[^:]{1,10})?:bedrock:[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]{1,20}/)?)?([a-z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$"
+ "pattern":"^(arn:aws(-[^:]+)?:(bedrock|sagemaker):[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]+/)?)?([a-z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$"
},
"Boolean":{
"type":"boolean",
@@ -823,7 +823,7 @@
"documentation":"The reason that the flow completed.
"
}
},
- "documentation":"Contains information about why a flow completed.
This data type is used in the following API operations:
",
+ "documentation":"Contains information about why a flow completed.
",
"event":true,
"sensitive":true
},
@@ -858,7 +858,7 @@
"documentation":"The name of the output from the flow input node that begins the prompt flow.
"
}
},
- "documentation":"Contains information about an input into the prompt flow and where to send it.
This data type is used in the following API operations:
"
+ "documentation":"Contains information about an input into the prompt flow and where to send it.
"
},
"FlowInputContent":{
"type":"structure",
@@ -868,7 +868,7 @@
"documentation":"The input to send to the prompt flow input node.
"
}
},
- "documentation":"Contains information about an input into the flow.
This data type is used in the following API operations:
",
+ "documentation":"Contains information about an input into the flow.
",
"sensitive":true,
"union":true
},
@@ -886,7 +886,7 @@
"documentation":"The content in the output.
"
}
},
- "documentation":"Contains information about the content in an output from prompt flow invocation.
This data type is used in the following API operations:
",
+ "documentation":"Contains information about the content in an output from prompt flow invocation.
",
"union":true
},
"FlowOutputEvent":{
@@ -910,7 +910,7 @@
"documentation":"The type of the node that the output is from.
"
}
},
- "documentation":"Contains information about an output from prompt flow invoction.
This data type is used in the following API operations:
",
+ "documentation":"Contains information about an output from prompt flow invoction.
",
"event":true,
"sensitive":true
},
@@ -941,6 +941,10 @@
"shape":"FlowOutputEvent",
"documentation":"Contains information about an output from flow invocation.
"
},
+ "flowTraceEvent":{
+ "shape":"FlowTraceEvent",
+ "documentation":"Contains information about a trace, which tracks an input or output for a node in the flow.
"
+ },
"internalServerException":{
"shape":"InternalServerException",
"documentation":"An internal server error occurred. Retry your request.
"
@@ -962,9 +966,204 @@
"documentation":"Input validation failed. Check your request parameters and retry the request.
"
}
},
- "documentation":"The output of the flow.
This data type is used in the following API operations:
",
+ "documentation":"The output of the flow.
",
"eventstream":true
},
+ "FlowTrace":{
+ "type":"structure",
+ "members":{
+ "conditionNodeResultTrace":{
+ "shape":"FlowTraceConditionNodeResultEvent",
+ "documentation":"Contains information about an output from a condition node.
"
+ },
+ "nodeInputTrace":{
+ "shape":"FlowTraceNodeInputEvent",
+ "documentation":"Contains information about the input into a node.
"
+ },
+ "nodeOutputTrace":{
+ "shape":"FlowTraceNodeOutputEvent",
+ "documentation":"Contains information about the output from a node.
"
+ }
+ },
+ "documentation":"Contains information about an input or output for a node in the flow. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.
",
+ "sensitive":true,
+ "union":true
+ },
+ "FlowTraceCondition":{
+ "type":"structure",
+ "required":["conditionName"],
+ "members":{
+ "conditionName":{
+ "shape":"String",
+ "documentation":"The name of the condition.
"
+ }
+ },
+ "documentation":"Contains information about a condition that was satisfied. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.
",
+ "sensitive":true
+ },
+ "FlowTraceConditionNodeResultEvent":{
+ "type":"structure",
+ "required":[
+ "nodeName",
+ "satisfiedConditions",
+ "timestamp"
+ ],
+ "members":{
+ "nodeName":{
+ "shape":"NodeName",
+ "documentation":"The name of the condition node.
"
+ },
+ "satisfiedConditions":{
+ "shape":"FlowTraceConditions",
+ "documentation":"An array of objects containing information about the conditions that were satisfied.
"
+ },
+ "timestamp":{
+ "shape":"DateTimestamp",
+ "documentation":"The date and time that the trace was returned.
"
+ }
+ },
+ "documentation":"Contains information about an output from a condition node. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.
",
+ "sensitive":true
+ },
+ "FlowTraceConditions":{
+ "type":"list",
+ "member":{"shape":"FlowTraceCondition"},
+ "max":5,
+ "min":1
+ },
+ "FlowTraceEvent":{
+ "type":"structure",
+ "required":["trace"],
+ "members":{
+ "trace":{
+ "shape":"FlowTrace",
+ "documentation":"The trace object containing information about an input or output for a node in the flow.
"
+ }
+ },
+ "documentation":"Contains information about a trace, which tracks an input or output for a node in the flow. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.
",
+ "event":true
+ },
+ "FlowTraceNodeInputContent":{
+ "type":"structure",
+ "members":{
+ "document":{
+ "shape":"Document",
+ "documentation":"The content of the node input.
"
+ }
+ },
+ "documentation":"Contains the content of the node input. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.
",
+ "sensitive":true,
+ "union":true
+ },
+ "FlowTraceNodeInputEvent":{
+ "type":"structure",
+ "required":[
+ "fields",
+ "nodeName",
+ "timestamp"
+ ],
+ "members":{
+ "fields":{
+ "shape":"FlowTraceNodeInputFields",
+ "documentation":"An array of objects containing information about each field in the input.
"
+ },
+ "nodeName":{
+ "shape":"NodeName",
+ "documentation":"The name of the node that received the input.
"
+ },
+ "timestamp":{
+ "shape":"DateTimestamp",
+ "documentation":"The date and time that the trace was returned.
"
+ }
+ },
+ "documentation":"Contains information about the input into a node. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.
",
+ "sensitive":true
+ },
+ "FlowTraceNodeInputField":{
+ "type":"structure",
+ "required":[
+ "content",
+ "nodeInputName"
+ ],
+ "members":{
+ "content":{
+ "shape":"FlowTraceNodeInputContent",
+ "documentation":"The content of the node input.
"
+ },
+ "nodeInputName":{
+ "shape":"NodeInputName",
+ "documentation":"The name of the node input.
"
+ }
+ },
+ "documentation":"Contains information about a field in the input into a node. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.
",
+ "sensitive":true
+ },
+ "FlowTraceNodeInputFields":{
+ "type":"list",
+ "member":{"shape":"FlowTraceNodeInputField"},
+ "max":5,
+ "min":1
+ },
+ "FlowTraceNodeOutputContent":{
+ "type":"structure",
+ "members":{
+ "document":{
+ "shape":"Document",
+ "documentation":"The content of the node output.
"
+ }
+ },
+ "documentation":"Contains the content of the node output. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.
",
+ "union":true
+ },
+ "FlowTraceNodeOutputEvent":{
+ "type":"structure",
+ "required":[
+ "fields",
+ "nodeName",
+ "timestamp"
+ ],
+ "members":{
+ "fields":{
+ "shape":"FlowTraceNodeOutputFields",
+ "documentation":"An array of objects containing information about each field in the output.
"
+ },
+ "nodeName":{
+ "shape":"NodeName",
+ "documentation":"The name of the node that yielded the output.
"
+ },
+ "timestamp":{
+ "shape":"DateTimestamp",
+ "documentation":"The date and time that the trace was returned.
"
+ }
+ },
+ "documentation":"Contains information about the output from a node. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.
",
+ "sensitive":true
+ },
+ "FlowTraceNodeOutputField":{
+ "type":"structure",
+ "required":[
+ "content",
+ "nodeOutputName"
+ ],
+ "members":{
+ "content":{
+ "shape":"FlowTraceNodeOutputContent",
+ "documentation":"The content of the node output.
"
+ },
+ "nodeOutputName":{
+ "shape":"NodeOutputName",
+ "documentation":"The name of the node output.
"
+ }
+ },
+ "documentation":"Contains information about a field in the output from a node. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.
",
+ "sensitive":true
+ },
+ "FlowTraceNodeOutputFields":{
+ "type":"list",
+ "member":{"shape":"FlowTraceNodeOutputField"},
+ "max":2,
+ "min":1
+ },
"Function":{
"type":"string",
"sensitive":true
@@ -1068,7 +1267,7 @@
},
"promptTemplate":{
"shape":"PromptTemplate",
- "documentation":"Contains the template for the prompt that's sent to the model for response generation.
"
+ "documentation":"Contains the template for the prompt that's sent to the model for response generation. Generation prompts must include the $search_results$
variable. For more information, see Use placeholder variables in the user guide.
"
}
},
"documentation":"Contains configurations for response generation based on the knowledge base query results.
This data type is used in the following API operations:
"
@@ -1756,6 +1955,10 @@
"inputs"
],
"members":{
+ "enableTrace":{
+ "shape":"Boolean",
+ "documentation":"Specifies whether to return the trace for the flow or not. Traces track inputs and outputs for nodes in the flow. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.
"
+ },
"flowAliasIdentifier":{
"shape":"FlowAliasIdentifier",
"documentation":"The unique identifier of the flow alias.
",
@@ -2083,6 +2286,10 @@
"min":1,
"pattern":"^\\S*$"
},
+ "NodeInputName":{
+ "type":"string",
+ "pattern":"^[a-zA-Z]([_]?[0-9a-zA-Z]){0,99}$"
+ },
"NodeName":{
"type":"string",
"pattern":"^[a-zA-Z]([_]?[0-9a-zA-Z]){0,99}$"
@@ -2155,7 +2362,7 @@
},
"promptTemplate":{
"shape":"PromptTemplate",
- "documentation":"Contains the template for the prompt that's sent to the model for response generation.
"
+ "documentation":"Contains the template for the prompt that's sent to the model. Orchestration prompts must include the $conversation_history$
and $output_format_instructions$
variables. For more information, see Use placeholder variables in the user guide.
"
},
"queryTransformationConfiguration":{
"shape":"QueryTransformationConfiguration",
diff --git a/services/bedrockruntime/pom.xml b/services/bedrockruntime/pom.xml
index 825f2b26c93b..715c56803f87 100644
--- a/services/bedrockruntime/pom.xml
+++ b/services/bedrockruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
bedrockruntime
AWS Java SDK :: Services :: Bedrock Runtime
diff --git a/services/billingconductor/pom.xml b/services/billingconductor/pom.xml
index 68bc1ba6ba06..d9d07daa359b 100644
--- a/services/billingconductor/pom.xml
+++ b/services/billingconductor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
billingconductor
AWS Java SDK :: Services :: Billingconductor
diff --git a/services/braket/pom.xml b/services/braket/pom.xml
index 84c9fec01995..9aa386489a2d 100644
--- a/services/braket/pom.xml
+++ b/services/braket/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
braket
AWS Java SDK :: Services :: Braket
diff --git a/services/budgets/pom.xml b/services/budgets/pom.xml
index c0320ea931b6..957207c53c6e 100644
--- a/services/budgets/pom.xml
+++ b/services/budgets/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
budgets
AWS Java SDK :: Services :: AWS Budgets
diff --git a/services/chatbot/pom.xml b/services/chatbot/pom.xml
index 2fc05627b3eb..efabdca4056f 100644
--- a/services/chatbot/pom.xml
+++ b/services/chatbot/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
chatbot
AWS Java SDK :: Services :: Chatbot
diff --git a/services/chime/pom.xml b/services/chime/pom.xml
index 82356c2ffdba..948ec74ff0a2 100644
--- a/services/chime/pom.xml
+++ b/services/chime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
chime
AWS Java SDK :: Services :: Chime
diff --git a/services/chimesdkidentity/pom.xml b/services/chimesdkidentity/pom.xml
index 9d8586570bf2..71f54ebffba3 100644
--- a/services/chimesdkidentity/pom.xml
+++ b/services/chimesdkidentity/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
chimesdkidentity
AWS Java SDK :: Services :: Chime SDK Identity
diff --git a/services/chimesdkmediapipelines/pom.xml b/services/chimesdkmediapipelines/pom.xml
index 4bb3372a5406..a2252a5ef882 100644
--- a/services/chimesdkmediapipelines/pom.xml
+++ b/services/chimesdkmediapipelines/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
chimesdkmediapipelines
AWS Java SDK :: Services :: Chime SDK Media Pipelines
diff --git a/services/chimesdkmediapipelines/src/main/resources/codegen-resources/service-2.json b/services/chimesdkmediapipelines/src/main/resources/codegen-resources/service-2.json
index c4e1dbd72865..5dbe998c187c 100644
--- a/services/chimesdkmediapipelines/src/main/resources/codegen-resources/service-2.json
+++ b/services/chimesdkmediapipelines/src/main/resources/codegen-resources/service-2.json
@@ -783,7 +783,7 @@
},
"IdentifyMultipleLanguages":{
"shape":"Boolean",
- "documentation":"Turns language identification on or off for multiple languages.
"
+ "documentation":"Turns language identification on or off for multiple languages.
Calls to this API must include a LanguageCode
, IdentifyLanguage
, or IdentifyMultipleLanguages
parameter. If you include more than one of those parameters, your transcription job fails.
"
},
"LanguageOptions":{
"shape":"LanguageOptions",
@@ -1288,6 +1288,14 @@
"shape":"ChimeSdkMeetingConfiguration",
"documentation":"The configuration for a specified media pipeline. SourceType
must be ChimeSdkMeeting
.
"
},
+ "SseAwsKeyManagementParams":{
+ "shape":"SseAwsKeyManagementParams",
+ "documentation":"An object that contains server side encryption parameters to be used by media capture pipeline. The parameters can also be used by media concatenation pipeline taking media capture pipeline as a media source.
"
+ },
+ "SinkIamRoleArn":{
+ "shape":"Arn",
+ "documentation":"The Amazon Resource Name (ARN) of the sink role to be used with AwsKmsKeyId
in SseAwsKeyManagementParams
. Can only interact with S3Bucket
sink type. The role must belong to the caller’s account and be able to act on behalf of the caller during the API call. All minimum policy permissions requirements for the caller to perform sink-related actions are the same for SinkIamRoleArn
.
Additionally, the role must have permission to kms:GenerateDataKey
using KMS key supplied as AwsKmsKeyId
in SseAwsKeyManagementParams
. If media concatenation will be required later, the role must also have permission to kms:Decrypt
for the same KMS key.
"
+ },
"Tags":{
"shape":"TagList",
"documentation":"The tag key-value pairs.
"
@@ -2416,6 +2424,14 @@
"ChimeSdkMeetingConfiguration":{
"shape":"ChimeSdkMeetingConfiguration",
"documentation":"The configuration for a specified media pipeline. SourceType
must be ChimeSdkMeeting
.
"
+ },
+ "SseAwsKeyManagementParams":{
+ "shape":"SseAwsKeyManagementParams",
+ "documentation":"An object that contains server side encryption parameters to be used by media capture pipeline. The parameters can also be used by media concatenation pipeline taking media capture pipeline as a media source.
"
+ },
+ "SinkIamRoleArn":{
+ "shape":"Arn",
+ "documentation":"The Amazon Resource Name (ARN) of the sink role to be used with AwsKmsKeyId
in SseAwsKeyManagementParams
.
"
}
},
"documentation":"A media pipeline object consisting of an ID, source type, source ARN, a sink type, a sink ARN, and a configuration object.
"
@@ -3326,6 +3342,21 @@
},
"documentation":"The configuration settings for the SQS sink.
"
},
+ "SseAwsKeyManagementParams":{
+ "type":"structure",
+ "required":["AwsKmsKeyId"],
+ "members":{
+ "AwsKmsKeyId":{
+ "shape":"String",
+ "documentation":"The KMS key you want to use to encrypt your media pipeline output. Decryption is required for concatenation pipeline. If using a key located in the current Amazon Web Services account, you can specify your KMS key in one of four ways:
-
Use the KMS key ID itself. For example, 1234abcd-12ab-34cd-56ef-1234567890ab
.
-
Use an alias for the KMS key ID. For example, alias/ExampleAlias
.
-
Use the Amazon Resource Name (ARN) for the KMS key ID. For example, arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab
.
-
Use the ARN for the KMS key alias. For example, arn:aws:kms:region:account-ID:alias/ExampleAlias
.
If using a key located in a different Amazon Web Services account than the current Amazon Web Services account, you can specify your KMS key in one of two ways:
-
Use the ARN for the KMS key ID. For example, arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab
.
-
Use the ARN for the KMS key alias. For example, arn:aws:kms:region:account-ID:alias/ExampleAlias
.
If you don't specify an encryption key, your output is encrypted with the default Amazon S3 key (SSE-S3).
Note that the role specified in the SinkIamRoleArn
request parameter must have permission to use the specified KMS key.
"
+ },
+ "AwsKmsEncryptionContext":{
+ "shape":"String",
+ "documentation":"Base64-encoded string of a UTF-8 encoded JSON, which contains the encryption context as non-secret key-value pair known as encryption context pairs, that provides an added layer of security for your data. For more information, see KMS encryption context and Asymmetric keys in KMS in the Key Management Service Developer Guide.
"
+ }
+ },
+ "documentation":"Contains server side encryption parameters to be used by media capture pipeline. The parameters can also be used by media concatenation pipeline taking media capture pipeline as a media source.
"
+ },
"StartSpeakerSearchTaskRequest":{
"type":"structure",
"required":[
diff --git a/services/chimesdkmeetings/pom.xml b/services/chimesdkmeetings/pom.xml
index ad3dd3918935..49f4d93b31f4 100644
--- a/services/chimesdkmeetings/pom.xml
+++ b/services/chimesdkmeetings/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
chimesdkmeetings
AWS Java SDK :: Services :: Chime SDK Meetings
diff --git a/services/chimesdkmessaging/pom.xml b/services/chimesdkmessaging/pom.xml
index b79c159d8d72..0a17a8b06803 100644
--- a/services/chimesdkmessaging/pom.xml
+++ b/services/chimesdkmessaging/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
chimesdkmessaging
AWS Java SDK :: Services :: Chime SDK Messaging
diff --git a/services/chimesdkvoice/pom.xml b/services/chimesdkvoice/pom.xml
index b3aa4d33f391..0277b263e299 100644
--- a/services/chimesdkvoice/pom.xml
+++ b/services/chimesdkvoice/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
chimesdkvoice
AWS Java SDK :: Services :: Chime SDK Voice
diff --git a/services/cleanrooms/pom.xml b/services/cleanrooms/pom.xml
index c6b8f5076780..79f749102260 100644
--- a/services/cleanrooms/pom.xml
+++ b/services/cleanrooms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
cleanrooms
AWS Java SDK :: Services :: Clean Rooms
diff --git a/services/cleanroomsml/pom.xml b/services/cleanroomsml/pom.xml
index a3ad61ec0ab6..77a98466771f 100644
--- a/services/cleanroomsml/pom.xml
+++ b/services/cleanroomsml/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
cleanroomsml
AWS Java SDK :: Services :: Clean Rooms ML
diff --git a/services/cloud9/pom.xml b/services/cloud9/pom.xml
index 9d202434e8e9..6d4ded027548 100644
--- a/services/cloud9/pom.xml
+++ b/services/cloud9/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
cloud9
diff --git a/services/cloudcontrol/pom.xml b/services/cloudcontrol/pom.xml
index 64698a2a43a9..3dd1651f3f4d 100644
--- a/services/cloudcontrol/pom.xml
+++ b/services/cloudcontrol/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
cloudcontrol
AWS Java SDK :: Services :: Cloud Control
diff --git a/services/clouddirectory/pom.xml b/services/clouddirectory/pom.xml
index 7b831e8e5028..0215e4dfd392 100644
--- a/services/clouddirectory/pom.xml
+++ b/services/clouddirectory/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
clouddirectory
AWS Java SDK :: Services :: Amazon CloudDirectory
diff --git a/services/cloudformation/pom.xml b/services/cloudformation/pom.xml
index af515a61728f..53bc588d6c96 100644
--- a/services/cloudformation/pom.xml
+++ b/services/cloudformation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
cloudformation
AWS Java SDK :: Services :: AWS CloudFormation
diff --git a/services/cloudfront/pom.xml b/services/cloudfront/pom.xml
index 26382da6cf49..50018cef2182 100644
--- a/services/cloudfront/pom.xml
+++ b/services/cloudfront/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
cloudfront
AWS Java SDK :: Services :: Amazon CloudFront
diff --git a/services/cloudfrontkeyvaluestore/pom.xml b/services/cloudfrontkeyvaluestore/pom.xml
index d2734270d08e..fb83486b481e 100644
--- a/services/cloudfrontkeyvaluestore/pom.xml
+++ b/services/cloudfrontkeyvaluestore/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
cloudfrontkeyvaluestore
AWS Java SDK :: Services :: Cloud Front Key Value Store
diff --git a/services/cloudhsm/pom.xml b/services/cloudhsm/pom.xml
index b8f610782c97..fa86bff78d07 100644
--- a/services/cloudhsm/pom.xml
+++ b/services/cloudhsm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
cloudhsm
AWS Java SDK :: Services :: AWS CloudHSM
diff --git a/services/cloudhsmv2/pom.xml b/services/cloudhsmv2/pom.xml
index 7398d16339db..e1df84ca0fb2 100644
--- a/services/cloudhsmv2/pom.xml
+++ b/services/cloudhsmv2/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
cloudhsmv2
diff --git a/services/cloudsearch/pom.xml b/services/cloudsearch/pom.xml
index 1f2883f8631b..9811d1e4d89b 100644
--- a/services/cloudsearch/pom.xml
+++ b/services/cloudsearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
cloudsearch
AWS Java SDK :: Services :: Amazon CloudSearch
diff --git a/services/cloudsearchdomain/pom.xml b/services/cloudsearchdomain/pom.xml
index 146561401f74..aeb4883ee672 100644
--- a/services/cloudsearchdomain/pom.xml
+++ b/services/cloudsearchdomain/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
cloudsearchdomain
AWS Java SDK :: Services :: Amazon CloudSearch Domain
diff --git a/services/cloudtrail/pom.xml b/services/cloudtrail/pom.xml
index 1e2d81ba0c73..3f75944eba89 100644
--- a/services/cloudtrail/pom.xml
+++ b/services/cloudtrail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
cloudtrail
AWS Java SDK :: Services :: AWS CloudTrail
diff --git a/services/cloudtraildata/pom.xml b/services/cloudtraildata/pom.xml
index c2de1e162cca..c08635f30ff6 100644
--- a/services/cloudtraildata/pom.xml
+++ b/services/cloudtraildata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
cloudtraildata
AWS Java SDK :: Services :: Cloud Trail Data
diff --git a/services/cloudwatch/pom.xml b/services/cloudwatch/pom.xml
index 6dbba5a692f4..c73aa45f1a45 100644
--- a/services/cloudwatch/pom.xml
+++ b/services/cloudwatch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
cloudwatch
AWS Java SDK :: Services :: Amazon CloudWatch
diff --git a/services/cloudwatchevents/pom.xml b/services/cloudwatchevents/pom.xml
index 778ea92f51aa..02828654c1b0 100644
--- a/services/cloudwatchevents/pom.xml
+++ b/services/cloudwatchevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
cloudwatchevents
AWS Java SDK :: Services :: Amazon CloudWatch Events
diff --git a/services/cloudwatchlogs/pom.xml b/services/cloudwatchlogs/pom.xml
index 5e234c3f4d9f..367e3d902f61 100644
--- a/services/cloudwatchlogs/pom.xml
+++ b/services/cloudwatchlogs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
cloudwatchlogs
AWS Java SDK :: Services :: Amazon CloudWatch Logs
diff --git a/services/codeartifact/pom.xml b/services/codeartifact/pom.xml
index d25d9855ffda..88a10eead410 100644
--- a/services/codeartifact/pom.xml
+++ b/services/codeartifact/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
codeartifact
AWS Java SDK :: Services :: Codeartifact
diff --git a/services/codebuild/pom.xml b/services/codebuild/pom.xml
index 4be7bed4120f..799a182eafc3 100644
--- a/services/codebuild/pom.xml
+++ b/services/codebuild/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
codebuild
AWS Java SDK :: Services :: AWS Code Build
diff --git a/services/codecatalyst/pom.xml b/services/codecatalyst/pom.xml
index 5eebaa1229f3..fd440b2d48ac 100644
--- a/services/codecatalyst/pom.xml
+++ b/services/codecatalyst/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
codecatalyst
AWS Java SDK :: Services :: Code Catalyst
diff --git a/services/codecommit/pom.xml b/services/codecommit/pom.xml
index 37694c10c61c..5ac2d82f1e88 100644
--- a/services/codecommit/pom.xml
+++ b/services/codecommit/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
codecommit
AWS Java SDK :: Services :: AWS CodeCommit
diff --git a/services/codeconnections/pom.xml b/services/codeconnections/pom.xml
index 60b3a8c7f2e0..e6fa8175a678 100644
--- a/services/codeconnections/pom.xml
+++ b/services/codeconnections/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
codeconnections
AWS Java SDK :: Services :: Code Connections
diff --git a/services/codedeploy/pom.xml b/services/codedeploy/pom.xml
index 2a7e22d971d6..cda152058071 100644
--- a/services/codedeploy/pom.xml
+++ b/services/codedeploy/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
codedeploy
AWS Java SDK :: Services :: AWS CodeDeploy
diff --git a/services/codeguruprofiler/pom.xml b/services/codeguruprofiler/pom.xml
index 8566b606f0ec..be355b585596 100644
--- a/services/codeguruprofiler/pom.xml
+++ b/services/codeguruprofiler/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
codeguruprofiler
AWS Java SDK :: Services :: CodeGuruProfiler
diff --git a/services/codegurureviewer/pom.xml b/services/codegurureviewer/pom.xml
index a86834c64fa6..33d4581852cf 100644
--- a/services/codegurureviewer/pom.xml
+++ b/services/codegurureviewer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
codegurureviewer
AWS Java SDK :: Services :: CodeGuru Reviewer
diff --git a/services/codegurusecurity/pom.xml b/services/codegurusecurity/pom.xml
index d94f49b2912a..5c7bf7227741 100644
--- a/services/codegurusecurity/pom.xml
+++ b/services/codegurusecurity/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
codegurusecurity
AWS Java SDK :: Services :: Code Guru Security
diff --git a/services/codepipeline/pom.xml b/services/codepipeline/pom.xml
index ea768229a94c..a7bcb5867b1c 100644
--- a/services/codepipeline/pom.xml
+++ b/services/codepipeline/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
codepipeline
AWS Java SDK :: Services :: AWS CodePipeline
diff --git a/services/codestarconnections/pom.xml b/services/codestarconnections/pom.xml
index fa0a361d80af..91feae595993 100644
--- a/services/codestarconnections/pom.xml
+++ b/services/codestarconnections/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
codestarconnections
AWS Java SDK :: Services :: CodeStar connections
diff --git a/services/codestarnotifications/pom.xml b/services/codestarnotifications/pom.xml
index 1148ec8ece5b..855b56d1c298 100644
--- a/services/codestarnotifications/pom.xml
+++ b/services/codestarnotifications/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
codestarnotifications
AWS Java SDK :: Services :: Codestar Notifications
diff --git a/services/cognitoidentity/pom.xml b/services/cognitoidentity/pom.xml
index 26158012d5f9..f8d8fe18142e 100644
--- a/services/cognitoidentity/pom.xml
+++ b/services/cognitoidentity/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
cognitoidentity
AWS Java SDK :: Services :: Amazon Cognito Identity
diff --git a/services/cognitoidentityprovider/pom.xml b/services/cognitoidentityprovider/pom.xml
index a38dbf61aa47..a82ee61f499e 100644
--- a/services/cognitoidentityprovider/pom.xml
+++ b/services/cognitoidentityprovider/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
cognitoidentityprovider
AWS Java SDK :: Services :: Amazon Cognito Identity Provider Service
diff --git a/services/cognitosync/pom.xml b/services/cognitosync/pom.xml
index a0be0881b54b..90a61979bad0 100644
--- a/services/cognitosync/pom.xml
+++ b/services/cognitosync/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
cognitosync
AWS Java SDK :: Services :: Amazon Cognito Sync
diff --git a/services/comprehend/pom.xml b/services/comprehend/pom.xml
index 2bde0b3979e3..83e96cde8d32 100644
--- a/services/comprehend/pom.xml
+++ b/services/comprehend/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
comprehend
diff --git a/services/comprehendmedical/pom.xml b/services/comprehendmedical/pom.xml
index c9fabd54149f..20bbf8017d4f 100644
--- a/services/comprehendmedical/pom.xml
+++ b/services/comprehendmedical/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
comprehendmedical
AWS Java SDK :: Services :: ComprehendMedical
diff --git a/services/computeoptimizer/pom.xml b/services/computeoptimizer/pom.xml
index 7bccf24826b4..ceafa8cd79d7 100644
--- a/services/computeoptimizer/pom.xml
+++ b/services/computeoptimizer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
computeoptimizer
AWS Java SDK :: Services :: Compute Optimizer
diff --git a/services/config/pom.xml b/services/config/pom.xml
index 25cafa37c349..3523b42ae5b7 100644
--- a/services/config/pom.xml
+++ b/services/config/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
config
AWS Java SDK :: Services :: AWS Config
diff --git a/services/connect/pom.xml b/services/connect/pom.xml
index 7d9e7377dd93..4b2f1f97d5d8 100644
--- a/services/connect/pom.xml
+++ b/services/connect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
connect
AWS Java SDK :: Services :: Connect
diff --git a/services/connectcampaigns/pom.xml b/services/connectcampaigns/pom.xml
index dac0f5e79210..c7d13118a893 100644
--- a/services/connectcampaigns/pom.xml
+++ b/services/connectcampaigns/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
connectcampaigns
AWS Java SDK :: Services :: Connect Campaigns
diff --git a/services/connectcases/pom.xml b/services/connectcases/pom.xml
index c62a9dbcfa0e..46c075c5fda1 100644
--- a/services/connectcases/pom.xml
+++ b/services/connectcases/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
connectcases
AWS Java SDK :: Services :: Connect Cases
diff --git a/services/connectcontactlens/pom.xml b/services/connectcontactlens/pom.xml
index 54bb3a8b49de..ee125b0bdcb4 100644
--- a/services/connectcontactlens/pom.xml
+++ b/services/connectcontactlens/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
connectcontactlens
AWS Java SDK :: Services :: Connect Contact Lens
diff --git a/services/connectparticipant/pom.xml b/services/connectparticipant/pom.xml
index 1b0a5c4947d6..e025c2b43ef1 100644
--- a/services/connectparticipant/pom.xml
+++ b/services/connectparticipant/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
connectparticipant
AWS Java SDK :: Services :: ConnectParticipant
diff --git a/services/controlcatalog/pom.xml b/services/controlcatalog/pom.xml
index 369c47e8efea..e906c9ee72a2 100644
--- a/services/controlcatalog/pom.xml
+++ b/services/controlcatalog/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
controlcatalog
AWS Java SDK :: Services :: Control Catalog
diff --git a/services/controlcatalog/src/main/resources/codegen-resources/service-2.json b/services/controlcatalog/src/main/resources/codegen-resources/service-2.json
index 5dc6c918de2e..139fd5ad5582 100644
--- a/services/controlcatalog/src/main/resources/codegen-resources/service-2.json
+++ b/services/controlcatalog/src/main/resources/codegen-resources/service-2.json
@@ -218,6 +218,21 @@
"DETECTIVE"
]
},
+ "ControlParameter":{
+ "type":"structure",
+ "required":["Name"],
+ "members":{
+ "Name":{
+ "shape":"String",
+ "documentation":"The parameter name. This name is the parameter key
when you call EnableControl
or UpdateEnabledControl
.
"
+ }
+ },
+ "documentation":"Four types of control parameters are supported.
-
AllowedRegions: List of Amazon Web Services Regions exempted from the control. Each string is expected to be an Amazon Web Services Region code. This parameter is mandatory for the OU Region deny control, CT.MULTISERVICE.PV.1.
Example: [\"us-east-1\",\"us-west-2\"]
-
ExemptedActions: List of Amazon Web Services IAM actions exempted from the control. Each string is expected to be an IAM action.
Example: [\"logs:DescribeLogGroups\",\"logs:StartQuery\",\"logs:GetQueryResults\"]
-
ExemptedPrincipalArns: List of Amazon Web Services IAM principal ARNs exempted from the control. Each string is expected to be an IAM principal that follows the pattern ^arn:(aws|aws-us-gov):(iam|sts)::.+:.+$
Example: [\"arn:aws:iam::*:role/ReadOnly\",\"arn:aws:sts::*:assumed-role/ReadOnly/*\"]
-
ExemptedResourceArns: List of resource ARNs exempted from the control. Each string is expected to be a resource ARN.
Example: [\"arn:aws:s3:::my-bucket-name\"]
"
+ },
+ "ControlParameters":{
+ "type":"list",
+ "member":{"shape":"ControlParameter"}
+ },
"ControlScope":{
"type":"string",
"enum":[
@@ -347,11 +362,36 @@
},
"Behavior":{
"shape":"ControlBehavior",
- "documentation":"A term that identifies the control's functional behavior. One of Preventive
, Deteictive
, Proactive
"
+ "documentation":"A term that identifies the control's functional behavior. One of Preventive
, Detective
, Proactive
"
+ },
+ "RegionConfiguration":{"shape":"RegionConfiguration"},
+ "Implementation":{
+ "shape":"ImplementationDetails",
+ "documentation":"Returns information about the control, as an ImplementationDetails
object that shows the underlying implementation type for a control.
"
},
- "RegionConfiguration":{"shape":"RegionConfiguration"}
+ "Parameters":{
+ "shape":"ControlParameters",
+ "documentation":"Returns an array of ControlParameter
objects that specify the parameters a control supports. An empty list is returned for controls that don’t support parameters.
"
+ }
}
},
+ "ImplementationDetails":{
+ "type":"structure",
+ "required":["Type"],
+ "members":{
+ "Type":{
+ "shape":"ImplementationType",
+ "documentation":"A string that describes a control's implementation type.
"
+ }
+ },
+ "documentation":"An object that describes the implementation type for a control.
Our ImplementationDetails
Type
format has three required segments:
For example, AWS::Config::ConfigRule
or AWS::SecurityHub::SecurityControl
resources have the format with three required segments.
Our ImplementationDetails
Type
format has an optional fourth segment, which is present for applicable implementation types. The format is as follows:
For example, AWS::Organizations::Policy::SERVICE_CONTROL_POLICY
or AWS::CloudFormation::Type::HOOK
have the format with four segments.
Although the format is similar, the values for the Type
field do not match any Amazon Web Services CloudFormation values, and we do not use CloudFormation to implement these controls.
"
+ },
+ "ImplementationType":{
+ "type":"string",
+ "max":2048,
+ "min":7,
+ "pattern":"[A-Za-z0-9]+(::[A-Za-z0-9_]+){2,3}"
+ },
"InternalServerException":{
"type":"structure",
"members":{
@@ -613,7 +653,7 @@
"documentation":"Regions in which the control is available to be deployed.
"
}
},
- "documentation":"Returns information about the control, including the scope of the control, if enabled, and the Regions in which the control currently is available for deployment.
If you are applying controls through an Amazon Web Services Control Tower landing zone environment, remember that the values returned in the RegionConfiguration
API operation are not related to the governed Regions in your landing zone. For example, if you are governing Regions A
,B
,and C
while the control is available in Regions A
, B
, C,
and D
, you'd see a response with DeployableRegions
of A
, B
, C
, and D
for a control with REGIONAL
scope, even though you may not intend to deploy the control in Region D
, because you do not govern it through your landing zone.
"
+ "documentation":"Returns information about the control, including the scope of the control, if enabled, and the Regions in which the control currently is available for deployment. For more information about scope, see Global services.
If you are applying controls through an Amazon Web Services Control Tower landing zone environment, remember that the values returned in the RegionConfiguration
API operation are not related to the governed Regions in your landing zone. For example, if you are governing Regions A
,B
,and C
while the control is available in Regions A
, B
, C,
and D
, you'd see a response with DeployableRegions
of A
, B
, C
, and D
for a control with REGIONAL
scope, even though you may not intend to deploy the control in Region D
, because you do not govern it through your landing zone.
"
},
"ResourceNotFoundException":{
"type":"structure",
diff --git a/services/controltower/pom.xml b/services/controltower/pom.xml
index c2eb802b56df..f8d5569864c4 100644
--- a/services/controltower/pom.xml
+++ b/services/controltower/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
controltower
AWS Java SDK :: Services :: Control Tower
diff --git a/services/costandusagereport/pom.xml b/services/costandusagereport/pom.xml
index 3a29a16641ac..a2f947c0ec0c 100644
--- a/services/costandusagereport/pom.xml
+++ b/services/costandusagereport/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
costandusagereport
AWS Java SDK :: Services :: AWS Cost and Usage Report
diff --git a/services/costexplorer/pom.xml b/services/costexplorer/pom.xml
index d06101093f50..856b333e7077 100644
--- a/services/costexplorer/pom.xml
+++ b/services/costexplorer/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
costexplorer
diff --git a/services/costoptimizationhub/pom.xml b/services/costoptimizationhub/pom.xml
index 9356f7c96780..b14a6797ccc1 100644
--- a/services/costoptimizationhub/pom.xml
+++ b/services/costoptimizationhub/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
costoptimizationhub
AWS Java SDK :: Services :: Cost Optimization Hub
diff --git a/services/customerprofiles/pom.xml b/services/customerprofiles/pom.xml
index 6fe29baa67ec..a35b64af1708 100644
--- a/services/customerprofiles/pom.xml
+++ b/services/customerprofiles/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
customerprofiles
AWS Java SDK :: Services :: Customer Profiles
diff --git a/services/databasemigration/pom.xml b/services/databasemigration/pom.xml
index 7be7bfdbcf3a..e85d9d7ed0cb 100644
--- a/services/databasemigration/pom.xml
+++ b/services/databasemigration/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
databasemigration
AWS Java SDK :: Services :: AWS Database Migration Service
diff --git a/services/databrew/pom.xml b/services/databrew/pom.xml
index ddce3c835e21..cf268f6acc0b 100644
--- a/services/databrew/pom.xml
+++ b/services/databrew/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
databrew
AWS Java SDK :: Services :: Data Brew
diff --git a/services/dataexchange/pom.xml b/services/dataexchange/pom.xml
index cb416e4fbfe6..3205c1c0fefa 100644
--- a/services/dataexchange/pom.xml
+++ b/services/dataexchange/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
dataexchange
AWS Java SDK :: Services :: DataExchange
diff --git a/services/datapipeline/pom.xml b/services/datapipeline/pom.xml
index c0137712b04c..ea0bf3bb953b 100644
--- a/services/datapipeline/pom.xml
+++ b/services/datapipeline/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
datapipeline
AWS Java SDK :: Services :: AWS Data Pipeline
diff --git a/services/datasync/pom.xml b/services/datasync/pom.xml
index fc3b909c151c..3277dcc3afc2 100644
--- a/services/datasync/pom.xml
+++ b/services/datasync/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
datasync
AWS Java SDK :: Services :: DataSync
diff --git a/services/datazone/pom.xml b/services/datazone/pom.xml
index 01af8bd4752f..a16afa169a17 100644
--- a/services/datazone/pom.xml
+++ b/services/datazone/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
datazone
AWS Java SDK :: Services :: Data Zone
diff --git a/services/dax/pom.xml b/services/dax/pom.xml
index da8d6b50e3a9..5276804bc65f 100644
--- a/services/dax/pom.xml
+++ b/services/dax/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
dax
AWS Java SDK :: Services :: Amazon DynamoDB Accelerator (DAX)
diff --git a/services/deadline/pom.xml b/services/deadline/pom.xml
index 30c8d177f0de..33f390b695c3 100644
--- a/services/deadline/pom.xml
+++ b/services/deadline/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
deadline
AWS Java SDK :: Services :: Deadline
diff --git a/services/detective/pom.xml b/services/detective/pom.xml
index b008203f3dc8..581718eb9c07 100644
--- a/services/detective/pom.xml
+++ b/services/detective/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
detective
AWS Java SDK :: Services :: Detective
diff --git a/services/devicefarm/pom.xml b/services/devicefarm/pom.xml
index 51a97081376a..3fcd8a92bbeb 100644
--- a/services/devicefarm/pom.xml
+++ b/services/devicefarm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
devicefarm
AWS Java SDK :: Services :: AWS Device Farm
diff --git a/services/devopsguru/pom.xml b/services/devopsguru/pom.xml
index 85fbc1ed3ca8..6e8839cb8967 100644
--- a/services/devopsguru/pom.xml
+++ b/services/devopsguru/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
devopsguru
AWS Java SDK :: Services :: Dev Ops Guru
diff --git a/services/directconnect/pom.xml b/services/directconnect/pom.xml
index a93d2d10176b..17668ae710e0 100644
--- a/services/directconnect/pom.xml
+++ b/services/directconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
directconnect
AWS Java SDK :: Services :: AWS Direct Connect
diff --git a/services/directory/pom.xml b/services/directory/pom.xml
index 4eb1b5eb45be..7a8ee2f8d7b3 100644
--- a/services/directory/pom.xml
+++ b/services/directory/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
directory
AWS Java SDK :: Services :: AWS Directory Service
diff --git a/services/directoryservicedata/pom.xml b/services/directoryservicedata/pom.xml
index 333e5345eaa6..7c48a059440f 100644
--- a/services/directoryservicedata/pom.xml
+++ b/services/directoryservicedata/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
directoryservicedata
AWS Java SDK :: Services :: Directory Service Data
diff --git a/services/dlm/pom.xml b/services/dlm/pom.xml
index 37b2dd17fec4..bc99d5034cdb 100644
--- a/services/dlm/pom.xml
+++ b/services/dlm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
dlm
AWS Java SDK :: Services :: DLM
diff --git a/services/docdb/pom.xml b/services/docdb/pom.xml
index 17de420fb44c..8aa511d9ced6 100644
--- a/services/docdb/pom.xml
+++ b/services/docdb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
docdb
AWS Java SDK :: Services :: DocDB
diff --git a/services/docdbelastic/pom.xml b/services/docdbelastic/pom.xml
index be65222eba3b..6c06e4b8927a 100644
--- a/services/docdbelastic/pom.xml
+++ b/services/docdbelastic/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
docdbelastic
AWS Java SDK :: Services :: Doc DB Elastic
diff --git a/services/drs/pom.xml b/services/drs/pom.xml
index ed3d604898aa..5ca04bb1f091 100644
--- a/services/drs/pom.xml
+++ b/services/drs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
drs
AWS Java SDK :: Services :: Drs
diff --git a/services/dynamodb/pom.xml b/services/dynamodb/pom.xml
index 987dd26471ab..9db19942636f 100644
--- a/services/dynamodb/pom.xml
+++ b/services/dynamodb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
dynamodb
AWS Java SDK :: Services :: Amazon DynamoDB
diff --git a/services/ebs/pom.xml b/services/ebs/pom.xml
index ae68aaba2bf9..5b8abb86b253 100644
--- a/services/ebs/pom.xml
+++ b/services/ebs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
ebs
AWS Java SDK :: Services :: EBS
diff --git a/services/ec2/pom.xml b/services/ec2/pom.xml
index 4da5f8e880e6..c886b471a6df 100644
--- a/services/ec2/pom.xml
+++ b/services/ec2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
ec2
AWS Java SDK :: Services :: Amazon EC2
diff --git a/services/ec2instanceconnect/pom.xml b/services/ec2instanceconnect/pom.xml
index b94fa5749670..0ad6984f7478 100644
--- a/services/ec2instanceconnect/pom.xml
+++ b/services/ec2instanceconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
ec2instanceconnect
AWS Java SDK :: Services :: EC2 Instance Connect
diff --git a/services/ecr/pom.xml b/services/ecr/pom.xml
index 9dc95d1e6775..aea9d65fcd08 100644
--- a/services/ecr/pom.xml
+++ b/services/ecr/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
ecr
AWS Java SDK :: Services :: Amazon EC2 Container Registry
diff --git a/services/ecrpublic/pom.xml b/services/ecrpublic/pom.xml
index fd041f07c8c0..8e3bbf44a456 100644
--- a/services/ecrpublic/pom.xml
+++ b/services/ecrpublic/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
ecrpublic
AWS Java SDK :: Services :: ECR PUBLIC
diff --git a/services/ecs/pom.xml b/services/ecs/pom.xml
index 271602e87eaa..4c6fae2b7cf7 100644
--- a/services/ecs/pom.xml
+++ b/services/ecs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
ecs
AWS Java SDK :: Services :: Amazon EC2 Container Service
diff --git a/services/efs/pom.xml b/services/efs/pom.xml
index f7974293ad5e..bdd9066001cd 100644
--- a/services/efs/pom.xml
+++ b/services/efs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
efs
AWS Java SDK :: Services :: Amazon Elastic File System
diff --git a/services/eks/pom.xml b/services/eks/pom.xml
index 549a518e0aed..150d87d7b292 100644
--- a/services/eks/pom.xml
+++ b/services/eks/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
eks
AWS Java SDK :: Services :: EKS
diff --git a/services/eks/src/main/resources/codegen-resources/service-2.json b/services/eks/src/main/resources/codegen-resources/service-2.json
index 6fa05b7709d6..c5b551fc8e3a 100644
--- a/services/eks/src/main/resources/codegen-resources/service-2.json
+++ b/services/eks/src/main/resources/codegen-resources/service-2.json
@@ -3557,7 +3557,7 @@
"members":{
"code":{
"shape":"NodegroupIssueCode",
- "documentation":"A brief description of the error.
-
AccessDenied: Amazon EKS or one or more of your managed nodes is failing to authenticate or authorize with your Kubernetes cluster API server.
-
AsgInstanceLaunchFailures: Your Auto Scaling group is experiencing failures while attempting to launch instances.
-
AutoScalingGroupNotFound: We couldn't find the Auto Scaling group associated with the managed node group. You may be able to recreate an Auto Scaling group with the same settings to recover.
-
ClusterUnreachable: Amazon EKS or one or more of your managed nodes is unable to to communicate with your Kubernetes cluster API server. This can happen if there are network disruptions or if API servers are timing out processing requests.
-
Ec2LaunchTemplateNotFound: We couldn't find the Amazon EC2 launch template for your managed node group. You may be able to recreate a launch template with the same settings to recover.
-
Ec2LaunchTemplateVersionMismatch: The Amazon EC2 launch template version for your managed node group does not match the version that Amazon EKS created. You may be able to revert to the version that Amazon EKS created to recover.
-
Ec2SecurityGroupDeletionFailure: We could not delete the remote access security group for your managed node group. Remove any dependencies from the security group.
-
Ec2SecurityGroupNotFound: We couldn't find the cluster security group for the cluster. You must recreate your cluster.
-
Ec2SubnetInvalidConfiguration: One or more Amazon EC2 subnets specified for a node group do not automatically assign public IP addresses to instances launched into it. If you want your instances to be assigned a public IP address, then you need to enable the auto-assign public IP address
setting for the subnet. See Modifying the public IPv4
addressing attribute for your subnet in the Amazon VPC User Guide.
-
IamInstanceProfileNotFound: We couldn't find the IAM instance profile for your managed node group. You may be able to recreate an instance profile with the same settings to recover.
-
IamNodeRoleNotFound: We couldn't find the IAM role for your managed node group. You may be able to recreate an IAM role with the same settings to recover.
-
InstanceLimitExceeded: Your Amazon Web Services account is unable to launch any more instances of the specified instance type. You may be able to request an Amazon EC2 instance limit increase to recover.
-
InsufficientFreeAddresses: One or more of the subnets associated with your managed node group does not have enough available IP addresses for new nodes.
-
InternalFailure: These errors are usually caused by an Amazon EKS server-side issue.
-
NodeCreationFailure: Your launched instances are unable to register with your Amazon EKS cluster. Common causes of this failure are insufficient node IAM role permissions or lack of outbound internet access for the nodes.
"
+ "documentation":"A brief description of the error.
-
AccessDenied: Amazon EKS or one or more of your managed nodes is failing to authenticate or authorize with your Kubernetes cluster API server.
-
AsgInstanceLaunchFailures: Your Auto Scaling group is experiencing failures while attempting to launch instances.
-
AutoScalingGroupNotFound: We couldn't find the Auto Scaling group associated with the managed node group. You may be able to recreate an Auto Scaling group with the same settings to recover.
-
ClusterUnreachable: Amazon EKS or one or more of your managed nodes is unable to to communicate with your Kubernetes cluster API server. This can happen if there are network disruptions or if API servers are timing out processing requests.
-
Ec2InstanceTypeDoesNotExist: One or more of the supplied Amazon EC2 instance types do not exist. Amazon EKS checked for the instance types that you provided in this Amazon Web Services Region, and one or more aren't available.
-
Ec2LaunchTemplateNotFound: We couldn't find the Amazon EC2 launch template for your managed node group. You may be able to recreate a launch template with the same settings to recover.
-
Ec2LaunchTemplateVersionMismatch: The Amazon EC2 launch template version for your managed node group does not match the version that Amazon EKS created. You may be able to revert to the version that Amazon EKS created to recover.
-
Ec2SecurityGroupDeletionFailure: We could not delete the remote access security group for your managed node group. Remove any dependencies from the security group.
-
Ec2SecurityGroupNotFound: We couldn't find the cluster security group for the cluster. You must recreate your cluster.
-
Ec2SubnetInvalidConfiguration: One or more Amazon EC2 subnets specified for a node group do not automatically assign public IP addresses to instances launched into it. If you want your instances to be assigned a public IP address, then you need to enable the auto-assign public IP address
setting for the subnet. See Modifying the public IPv4
addressing attribute for your subnet in the Amazon VPC User Guide.
-
IamInstanceProfileNotFound: We couldn't find the IAM instance profile for your managed node group. You may be able to recreate an instance profile with the same settings to recover.
-
IamNodeRoleNotFound: We couldn't find the IAM role for your managed node group. You may be able to recreate an IAM role with the same settings to recover.
-
InstanceLimitExceeded: Your Amazon Web Services account is unable to launch any more instances of the specified instance type. You may be able to request an Amazon EC2 instance limit increase to recover.
-
InsufficientFreeAddresses: One or more of the subnets associated with your managed node group does not have enough available IP addresses for new nodes.
-
InternalFailure: These errors are usually caused by an Amazon EKS server-side issue.
-
NodeCreationFailure: Your launched instances are unable to register with your Amazon EKS cluster. Common causes of this failure are insufficient node IAM role permissions or lack of outbound internet access for the nodes.
"
},
"message":{
"shape":"String",
@@ -4394,7 +4394,8 @@
"Unknown",
"AutoScalingGroupInstanceRefreshActive",
"KubernetesLabelInvalid",
- "Ec2LaunchTemplateVersionMaxLimitExceeded"
+ "Ec2LaunchTemplateVersionMaxLimitExceeded",
+ "Ec2InstanceTypeDoesNotExist"
]
},
"NodegroupResources":{
diff --git a/services/eksauth/pom.xml b/services/eksauth/pom.xml
index 1fe40c650c39..ec64d88f185b 100644
--- a/services/eksauth/pom.xml
+++ b/services/eksauth/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
eksauth
AWS Java SDK :: Services :: EKS Auth
diff --git a/services/elasticache/pom.xml b/services/elasticache/pom.xml
index b933babd1b51..c8227042cd79 100644
--- a/services/elasticache/pom.xml
+++ b/services/elasticache/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
elasticache
AWS Java SDK :: Services :: Amazon ElastiCache
diff --git a/services/elasticbeanstalk/pom.xml b/services/elasticbeanstalk/pom.xml
index d4e7f19ba575..73ca05bdee14 100644
--- a/services/elasticbeanstalk/pom.xml
+++ b/services/elasticbeanstalk/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
elasticbeanstalk
AWS Java SDK :: Services :: AWS Elastic Beanstalk
diff --git a/services/elasticinference/pom.xml b/services/elasticinference/pom.xml
index b8894621b48d..083f44d0dacd 100644
--- a/services/elasticinference/pom.xml
+++ b/services/elasticinference/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
elasticinference
AWS Java SDK :: Services :: Elastic Inference
diff --git a/services/elasticloadbalancing/pom.xml b/services/elasticloadbalancing/pom.xml
index acffcfebfed0..1c7f1dd8b37c 100644
--- a/services/elasticloadbalancing/pom.xml
+++ b/services/elasticloadbalancing/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
elasticloadbalancing
AWS Java SDK :: Services :: Elastic Load Balancing
diff --git a/services/elasticloadbalancingv2/pom.xml b/services/elasticloadbalancingv2/pom.xml
index f7b45e7953f1..5de3b1649f1c 100644
--- a/services/elasticloadbalancingv2/pom.xml
+++ b/services/elasticloadbalancingv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
elasticloadbalancingv2
AWS Java SDK :: Services :: Elastic Load Balancing V2
diff --git a/services/elasticsearch/pom.xml b/services/elasticsearch/pom.xml
index d00615d4c66f..49fdd48352d4 100644
--- a/services/elasticsearch/pom.xml
+++ b/services/elasticsearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
elasticsearch
AWS Java SDK :: Services :: Amazon Elasticsearch Service
diff --git a/services/elastictranscoder/pom.xml b/services/elastictranscoder/pom.xml
index 5a9e456ebe6a..e0927c31dac4 100644
--- a/services/elastictranscoder/pom.xml
+++ b/services/elastictranscoder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
elastictranscoder
AWS Java SDK :: Services :: Amazon Elastic Transcoder
diff --git a/services/emr/pom.xml b/services/emr/pom.xml
index 655e5f46f208..e13fb6827dec 100644
--- a/services/emr/pom.xml
+++ b/services/emr/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
emr
AWS Java SDK :: Services :: Amazon EMR
diff --git a/services/emrcontainers/pom.xml b/services/emrcontainers/pom.xml
index d24b4baea234..c74c814c8ad8 100644
--- a/services/emrcontainers/pom.xml
+++ b/services/emrcontainers/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
emrcontainers
AWS Java SDK :: Services :: EMR Containers
diff --git a/services/emrserverless/pom.xml b/services/emrserverless/pom.xml
index 5ad58e364acb..16e5fb4aad65 100644
--- a/services/emrserverless/pom.xml
+++ b/services/emrserverless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
emrserverless
AWS Java SDK :: Services :: EMR Serverless
diff --git a/services/entityresolution/pom.xml b/services/entityresolution/pom.xml
index 1722112256e0..14e519c9b64c 100644
--- a/services/entityresolution/pom.xml
+++ b/services/entityresolution/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
entityresolution
AWS Java SDK :: Services :: Entity Resolution
diff --git a/services/eventbridge/pom.xml b/services/eventbridge/pom.xml
index 9355a0cc7c8c..0dc11a53e938 100644
--- a/services/eventbridge/pom.xml
+++ b/services/eventbridge/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
eventbridge
AWS Java SDK :: Services :: EventBridge
diff --git a/services/evidently/pom.xml b/services/evidently/pom.xml
index 2035bb206ec7..8164abcc2af0 100644
--- a/services/evidently/pom.xml
+++ b/services/evidently/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
evidently
AWS Java SDK :: Services :: Evidently
diff --git a/services/finspace/pom.xml b/services/finspace/pom.xml
index c6481d99e523..b31e830697b2 100644
--- a/services/finspace/pom.xml
+++ b/services/finspace/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
finspace
AWS Java SDK :: Services :: Finspace
diff --git a/services/finspacedata/pom.xml b/services/finspacedata/pom.xml
index 448cb57a80cb..6763a9b4f67e 100644
--- a/services/finspacedata/pom.xml
+++ b/services/finspacedata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
finspacedata
AWS Java SDK :: Services :: Finspace Data
diff --git a/services/firehose/pom.xml b/services/firehose/pom.xml
index 7bcdd4e7aa87..3f0993d9020b 100644
--- a/services/firehose/pom.xml
+++ b/services/firehose/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
firehose
AWS Java SDK :: Services :: Amazon Kinesis Firehose
diff --git a/services/firehose/src/main/resources/codegen-resources/service-2.json b/services/firehose/src/main/resources/codegen-resources/service-2.json
index 9c5be929ebeb..cca217dd08ac 100644
--- a/services/firehose/src/main/resources/codegen-resources/service-2.json
+++ b/services/firehose/src/main/resources/codegen-resources/service-2.json
@@ -29,7 +29,7 @@
{"shape":"ResourceInUseException"},
{"shape":"InvalidKMSResourceException"}
],
- "documentation":"Creates a Firehose delivery stream.
By default, you can create up to 50 delivery streams per Amazon Web Services Region.
This is an asynchronous operation that immediately returns. The initial status of the delivery stream is CREATING
. After the delivery stream is created, its status is ACTIVE
and it now accepts data. If the delivery stream creation fails, the status transitions to CREATING_FAILED
. Attempts to send data to a delivery stream that is not in the ACTIVE
state cause an exception. To check the state of a delivery stream, use DescribeDeliveryStream.
If the status of a delivery stream is CREATING_FAILED
, this status doesn't change, and you can't invoke CreateDeliveryStream
again on it. However, you can invoke the DeleteDeliveryStream operation to delete it.
A Firehose delivery stream can be configured to receive records directly from providers using PutRecord or PutRecordBatch, or it can be configured to use an existing Kinesis stream as its source. To specify a Kinesis data stream as input, set the DeliveryStreamType
parameter to KinesisStreamAsSource
, and provide the Kinesis stream Amazon Resource Name (ARN) and role ARN in the KinesisStreamSourceConfiguration
parameter.
To create a delivery stream with server-side encryption (SSE) enabled, include DeliveryStreamEncryptionConfigurationInput in your request. This is optional. You can also invoke StartDeliveryStreamEncryption to turn on SSE for an existing delivery stream that doesn't have SSE enabled.
A delivery stream is configured with a single destination, such as Amazon Simple Storage Service (Amazon S3), Amazon Redshift, Amazon OpenSearch Service, Amazon OpenSearch Serverless, Splunk, and any custom HTTP endpoint or HTTP endpoints owned by or supported by third-party service providers, including Datadog, Dynatrace, LogicMonitor, MongoDB, New Relic, and Sumo Logic. You must specify only one of the following destination configuration parameters: ExtendedS3DestinationConfiguration
, S3DestinationConfiguration
, ElasticsearchDestinationConfiguration
, RedshiftDestinationConfiguration
, or SplunkDestinationConfiguration
.
When you specify S3DestinationConfiguration
, you can also provide the following optional values: BufferingHints, EncryptionConfiguration
, and CompressionFormat
. By default, if no BufferingHints
value is provided, Firehose buffers data up to 5 MB or for 5 minutes, whichever condition is satisfied first. BufferingHints
is a hint, so there are some cases where the service cannot adhere to these conditions strictly. For example, record boundaries might be such that the size is a little over or under the configured buffering size. By default, no encryption is performed. We strongly recommend that you enable encryption to ensure secure data storage in Amazon S3.
A few notes about Amazon Redshift as a destination:
-
An Amazon Redshift destination requires an S3 bucket as intermediate location. Firehose first delivers data to Amazon S3 and then uses COPY
syntax to load data into an Amazon Redshift table. This is specified in the RedshiftDestinationConfiguration.S3Configuration
parameter.
-
The compression formats SNAPPY
or ZIP
cannot be specified in RedshiftDestinationConfiguration.S3Configuration
because the Amazon Redshift COPY
operation that reads from the S3 bucket doesn't support these compression formats.
-
We strongly recommend that you use the user name and password you provide exclusively with Firehose, and that the permissions for the account are restricted for Amazon Redshift INSERT
permissions.
Firehose assumes the IAM role that is configured as part of the destination. The role should allow the Firehose principal to assume the role, and the role should have permissions that allow the service to deliver the data. For more information, see Grant Firehose Access to an Amazon S3 Destination in the Amazon Firehose Developer Guide.
"
+ "documentation":"Creates a Firehose stream.
By default, you can create up to 50 Firehose streams per Amazon Web Services Region.
This is an asynchronous operation that immediately returns. The initial status of the Firehose stream is CREATING
. After the Firehose stream is created, its status is ACTIVE
and it now accepts data. If the Firehose stream creation fails, the status transitions to CREATING_FAILED
. Attempts to send data to a delivery stream that is not in the ACTIVE
state cause an exception. To check the state of a Firehose stream, use DescribeDeliveryStream.
If the status of a Firehose stream is CREATING_FAILED
, this status doesn't change, and you can't invoke CreateDeliveryStream
again on it. However, you can invoke the DeleteDeliveryStream operation to delete it.
A Firehose stream can be configured to receive records directly from providers using PutRecord or PutRecordBatch, or it can be configured to use an existing Kinesis stream as its source. To specify a Kinesis data stream as input, set the DeliveryStreamType
parameter to KinesisStreamAsSource
, and provide the Kinesis stream Amazon Resource Name (ARN) and role ARN in the KinesisStreamSourceConfiguration
parameter.
To create a Firehose stream with server-side encryption (SSE) enabled, include DeliveryStreamEncryptionConfigurationInput in your request. This is optional. You can also invoke StartDeliveryStreamEncryption to turn on SSE for an existing Firehose stream that doesn't have SSE enabled.
A Firehose stream is configured with a single destination, such as Amazon Simple Storage Service (Amazon S3), Amazon Redshift, Amazon OpenSearch Service, Amazon OpenSearch Serverless, Splunk, and any custom HTTP endpoint or HTTP endpoints owned by or supported by third-party service providers, including Datadog, Dynatrace, LogicMonitor, MongoDB, New Relic, and Sumo Logic. You must specify only one of the following destination configuration parameters: ExtendedS3DestinationConfiguration
, S3DestinationConfiguration
, ElasticsearchDestinationConfiguration
, RedshiftDestinationConfiguration
, or SplunkDestinationConfiguration
.
When you specify S3DestinationConfiguration
, you can also provide the following optional values: BufferingHints, EncryptionConfiguration
, and CompressionFormat
. By default, if no BufferingHints
value is provided, Firehose buffers data up to 5 MB or for 5 minutes, whichever condition is satisfied first. BufferingHints
is a hint, so there are some cases where the service cannot adhere to these conditions strictly. For example, record boundaries might be such that the size is a little over or under the configured buffering size. By default, no encryption is performed. We strongly recommend that you enable encryption to ensure secure data storage in Amazon S3.
A few notes about Amazon Redshift as a destination:
-
An Amazon Redshift destination requires an S3 bucket as intermediate location. Firehose first delivers data to Amazon S3 and then uses COPY
syntax to load data into an Amazon Redshift table. This is specified in the RedshiftDestinationConfiguration.S3Configuration
parameter.
-
The compression formats SNAPPY
or ZIP
cannot be specified in RedshiftDestinationConfiguration.S3Configuration
because the Amazon Redshift COPY
operation that reads from the S3 bucket doesn't support these compression formats.
-
We strongly recommend that you use the user name and password you provide exclusively with Firehose, and that the permissions for the account are restricted for Amazon Redshift INSERT
permissions.
Firehose assumes the IAM role that is configured as part of the destination. The role should allow the Firehose principal to assume the role, and the role should have permissions that allow the service to deliver the data. For more information, see Grant Firehose Access to an Amazon S3 Destination in the Amazon Firehose Developer Guide.
"
},
"DeleteDeliveryStream":{
"name":"DeleteDeliveryStream",
@@ -43,7 +43,7 @@
{"shape":"ResourceInUseException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"Deletes a delivery stream and its data.
You can delete a delivery stream only if it is in one of the following states: ACTIVE
, DELETING
, CREATING_FAILED
, or DELETING_FAILED
. You can't delete a delivery stream that is in the CREATING
state. To check the state of a delivery stream, use DescribeDeliveryStream.
DeleteDeliveryStream is an asynchronous API. When an API request to DeleteDeliveryStream succeeds, the delivery stream is marked for deletion, and it goes into the DELETING
state.While the delivery stream is in the DELETING
state, the service might continue to accept records, but it doesn't make any guarantees with respect to delivering the data. Therefore, as a best practice, first stop any applications that are sending records before you delete a delivery stream.
Removal of a delivery stream that is in the DELETING
state is a low priority operation for the service. A stream may remain in the DELETING
state for several minutes. Therefore, as a best practice, applications should not wait for streams in the DELETING
state to be removed.
"
+ "documentation":"Deletes a Firehose stream and its data.
You can delete a Firehose stream only if it is in one of the following states: ACTIVE
, DELETING
, CREATING_FAILED
, or DELETING_FAILED
. You can't delete a Firehose stream that is in the CREATING
state. To check the state of a Firehose stream, use DescribeDeliveryStream.
DeleteDeliveryStream is an asynchronous API. When an API request to DeleteDeliveryStream succeeds, the Firehose stream is marked for deletion, and it goes into the DELETING
state.While the Firehose stream is in the DELETING
state, the service might continue to accept records, but it doesn't make any guarantees with respect to delivering the data. Therefore, as a best practice, first stop any applications that are sending records before you delete a Firehose stream.
Removal of a Firehose stream that is in the DELETING
state is a low priority operation for the service. A stream may remain in the DELETING
state for several minutes. Therefore, as a best practice, applications should not wait for streams in the DELETING
state to be removed.
"
},
"DescribeDeliveryStream":{
"name":"DescribeDeliveryStream",
@@ -56,7 +56,7 @@
"errors":[
{"shape":"ResourceNotFoundException"}
],
- "documentation":"Describes the specified delivery stream and its status. For example, after your delivery stream is created, call DescribeDeliveryStream
to see whether the delivery stream is ACTIVE
and therefore ready for data to be sent to it.
If the status of a delivery stream is CREATING_FAILED
, this status doesn't change, and you can't invoke CreateDeliveryStream again on it. However, you can invoke the DeleteDeliveryStream operation to delete it. If the status is DELETING_FAILED
, you can force deletion by invoking DeleteDeliveryStream again but with DeleteDeliveryStreamInput$AllowForceDelete set to true.
"
+ "documentation":"Describes the specified Firehose stream and its status. For example, after your Firehose stream is created, call DescribeDeliveryStream
to see whether the Firehose stream is ACTIVE
and therefore ready for data to be sent to it.
If the status of a Firehose stream is CREATING_FAILED
, this status doesn't change, and you can't invoke CreateDeliveryStream again on it. However, you can invoke the DeleteDeliveryStream operation to delete it. If the status is DELETING_FAILED
, you can force deletion by invoking DeleteDeliveryStream again but with DeleteDeliveryStreamInput$AllowForceDelete set to true.
"
},
"ListDeliveryStreams":{
"name":"ListDeliveryStreams",
@@ -66,7 +66,7 @@
},
"input":{"shape":"ListDeliveryStreamsInput"},
"output":{"shape":"ListDeliveryStreamsOutput"},
- "documentation":"Lists your delivery streams in alphabetical order of their names.
The number of delivery streams might be too large to return using a single call to ListDeliveryStreams
. You can limit the number of delivery streams returned, using the Limit
parameter. To determine whether there are more delivery streams to list, check the value of HasMoreDeliveryStreams
in the output. If there are more delivery streams to list, you can request them by calling this operation again and setting the ExclusiveStartDeliveryStreamName
parameter to the name of the last delivery stream returned in the last call.
"
+ "documentation":"Lists your Firehose streams in alphabetical order of their names.
The number of Firehose streams might be too large to return using a single call to ListDeliveryStreams
. You can limit the number of Firehose streams returned, using the Limit
parameter. To determine whether there are more delivery streams to list, check the value of HasMoreDeliveryStreams
in the output. If there are more Firehose streams to list, you can request them by calling this operation again and setting the ExclusiveStartDeliveryStreamName
parameter to the name of the last Firehose stream returned in the last call.
"
},
"ListTagsForDeliveryStream":{
"name":"ListTagsForDeliveryStream",
@@ -81,7 +81,7 @@
{"shape":"InvalidArgumentException"},
{"shape":"LimitExceededException"}
],
- "documentation":"Lists the tags for the specified delivery stream. This operation has a limit of five transactions per second per account.
"
+ "documentation":"Lists the tags for the specified Firehose stream. This operation has a limit of five transactions per second per account.
"
},
"PutRecord":{
"name":"PutRecord",
@@ -98,7 +98,7 @@
{"shape":"InvalidSourceException"},
{"shape":"ServiceUnavailableException"}
],
- "documentation":"Writes a single data record into an Amazon Firehose delivery stream. To write multiple data records into a delivery stream, use PutRecordBatch. Applications using these operations are referred to as producers.
By default, each delivery stream can take in up to 2,000 transactions per second, 5,000 records per second, or 5 MB per second. If you use PutRecord and PutRecordBatch, the limits are an aggregate across these two operations for each delivery stream. For more information about limits and how to request an increase, see Amazon Firehose Limits.
Firehose accumulates and publishes a particular metric for a customer account in one minute intervals. It is possible that the bursts of incoming bytes/records ingested to a delivery stream last only for a few seconds. Due to this, the actual spikes in the traffic might not be fully visible in the customer's 1 minute CloudWatch metrics.
You must specify the name of the delivery stream and the data record when using PutRecord. The data record consists of a data blob that can be up to 1,000 KiB in size, and any kind of data. For example, it can be a segment from a log file, geographic location data, website clickstream data, and so on.
Firehose buffers records before delivering them to the destination. To disambiguate the data blobs at the destination, a common solution is to use delimiters in the data, such as a newline (\\n
) or some other character unique within the data. This allows the consumer application to parse individual data items when reading the data from the destination.
The PutRecord
operation returns a RecordId
, which is a unique string assigned to each record. Producer applications can use this ID for purposes such as auditability and investigation.
If the PutRecord
operation throws a ServiceUnavailableException
, the API is automatically reinvoked (retried) 3 times. If the exception persists, it is possible that the throughput limits have been exceeded for the delivery stream.
Re-invoking the Put API operations (for example, PutRecord and PutRecordBatch) can result in data duplicates. For larger data assets, allow for a longer time out before retrying Put API operations.
Data records sent to Firehose are stored for 24 hours from the time they are added to a delivery stream as it tries to send the records to the destination. If the destination is unreachable for more than 24 hours, the data is no longer available.
Don't concatenate two or more base64 strings to form the data fields of your records. Instead, concatenate the raw data, then perform base64 encoding.
"
+ "documentation":"Writes a single data record into an Firehose stream. To write multiple data records into a Firehose stream, use PutRecordBatch. Applications using these operations are referred to as producers.
By default, each Firehose stream can take in up to 2,000 transactions per second, 5,000 records per second, or 5 MB per second. If you use PutRecord and PutRecordBatch, the limits are an aggregate across these two operations for each Firehose stream. For more information about limits and how to request an increase, see Amazon Firehose Limits.
Firehose accumulates and publishes a particular metric for a customer account in one minute intervals. It is possible that the bursts of incoming bytes/records ingested to a Firehose stream last only for a few seconds. Due to this, the actual spikes in the traffic might not be fully visible in the customer's 1 minute CloudWatch metrics.
You must specify the name of the Firehose stream and the data record when using PutRecord. The data record consists of a data blob that can be up to 1,000 KiB in size, and any kind of data. For example, it can be a segment from a log file, geographic location data, website clickstream data, and so on.
For multi record de-aggregation, you can not put more than 500 records even if the data blob length is less than 1000 KiB. If you include more than 500 records, the request succeeds but the record de-aggregation doesn't work as expected and transformation lambda is invoked with the complete base64 encoded data blob instead of de-aggregated base64 decoded records.
Firehose buffers records before delivering them to the destination. To disambiguate the data blobs at the destination, a common solution is to use delimiters in the data, such as a newline (\\n
) or some other character unique within the data. This allows the consumer application to parse individual data items when reading the data from the destination.
The PutRecord
operation returns a RecordId
, which is a unique string assigned to each record. Producer applications can use this ID for purposes such as auditability and investigation.
If the PutRecord
operation throws a ServiceUnavailableException
, the API is automatically reinvoked (retried) 3 times. If the exception persists, it is possible that the throughput limits have been exceeded for the Firehose stream.
Re-invoking the Put API operations (for example, PutRecord and PutRecordBatch) can result in data duplicates. For larger data assets, allow for a longer time out before retrying Put API operations.
Data records sent to Firehose are stored for 24 hours from the time they are added to a Firehose stream as it tries to send the records to the destination. If the destination is unreachable for more than 24 hours, the data is no longer available.
Don't concatenate two or more base64 strings to form the data fields of your records. Instead, concatenate the raw data, then perform base64 encoding.
"
},
"PutRecordBatch":{
"name":"PutRecordBatch",
@@ -115,7 +115,7 @@
{"shape":"InvalidSourceException"},
{"shape":"ServiceUnavailableException"}
],
- "documentation":"Writes multiple data records into a delivery stream in a single call, which can achieve higher throughput per producer than when writing single records. To write single data records into a delivery stream, use PutRecord. Applications using these operations are referred to as producers.
Firehose accumulates and publishes a particular metric for a customer account in one minute intervals. It is possible that the bursts of incoming bytes/records ingested to a delivery stream last only for a few seconds. Due to this, the actual spikes in the traffic might not be fully visible in the customer's 1 minute CloudWatch metrics.
For information about service quota, see Amazon Firehose Quota.
Each PutRecordBatch request supports up to 500 records. Each record in the request can be as large as 1,000 KB (before base64 encoding), up to a limit of 4 MB for the entire request. These limits cannot be changed.
You must specify the name of the delivery stream and the data record when using PutRecord. The data record consists of a data blob that can be up to 1,000 KB in size, and any kind of data. For example, it could be a segment from a log file, geographic location data, website clickstream data, and so on.
Firehose buffers records before delivering them to the destination. To disambiguate the data blobs at the destination, a common solution is to use delimiters in the data, such as a newline (\\n
) or some other character unique within the data. This allows the consumer application to parse individual data items when reading the data from the destination.
The PutRecordBatch response includes a count of failed records, FailedPutCount
, and an array of responses, RequestResponses
. Even if the PutRecordBatch call succeeds, the value of FailedPutCount
may be greater than 0, indicating that there are records for which the operation didn't succeed. Each entry in the RequestResponses
array provides additional information about the processed record. It directly correlates with a record in the request array using the same ordering, from the top to the bottom. The response array always includes the same number of records as the request array. RequestResponses
includes both successfully and unsuccessfully processed records. Firehose tries to process all records in each PutRecordBatch request. A single record failure does not stop the processing of subsequent records.
A successfully processed record includes a RecordId
value, which is unique for the record. An unsuccessfully processed record includes ErrorCode
and ErrorMessage
values. ErrorCode
reflects the type of error, and is one of the following values: ServiceUnavailableException
or InternalFailure
. ErrorMessage
provides more detailed information about the error.
If there is an internal server error or a timeout, the write might have completed or it might have failed. If FailedPutCount
is greater than 0, retry the request, resending only those records that might have failed processing. This minimizes the possible duplicate records and also reduces the total bytes sent (and corresponding charges). We recommend that you handle any duplicates at the destination.
If PutRecordBatch throws ServiceUnavailableException
, the API is automatically reinvoked (retried) 3 times. If the exception persists, it is possible that the throughput limits have been exceeded for the delivery stream.
Re-invoking the Put API operations (for example, PutRecord and PutRecordBatch) can result in data duplicates. For larger data assets, allow for a longer time out before retrying Put API operations.
Data records sent to Firehose are stored for 24 hours from the time they are added to a delivery stream as it attempts to send the records to the destination. If the destination is unreachable for more than 24 hours, the data is no longer available.
Don't concatenate two or more base64 strings to form the data fields of your records. Instead, concatenate the raw data, then perform base64 encoding.
"
+ "documentation":"Writes multiple data records into a Firehose stream in a single call, which can achieve higher throughput per producer than when writing single records. To write single data records into a Firehose stream, use PutRecord. Applications using these operations are referred to as producers.
Firehose accumulates and publishes a particular metric for a customer account in one minute intervals. It is possible that the bursts of incoming bytes/records ingested to a Firehose stream last only for a few seconds. Due to this, the actual spikes in the traffic might not be fully visible in the customer's 1 minute CloudWatch metrics.
For information about service quota, see Amazon Firehose Quota.
Each PutRecordBatch request supports up to 500 records. Each record in the request can be as large as 1,000 KB (before base64 encoding), up to a limit of 4 MB for the entire request. These limits cannot be changed.
You must specify the name of the Firehose stream and the data record when using PutRecord. The data record consists of a data blob that can be up to 1,000 KB in size, and any kind of data. For example, it could be a segment from a log file, geographic location data, website clickstream data, and so on.
For multi record de-aggregation, you can not put more than 500 records even if the data blob length is less than 1000 KiB. If you include more than 500 records, the request succeeds but the record de-aggregation doesn't work as expected and transformation lambda is invoked with the complete base64 encoded data blob instead of de-aggregated base64 decoded records.
Firehose buffers records before delivering them to the destination. To disambiguate the data blobs at the destination, a common solution is to use delimiters in the data, such as a newline (\\n
) or some other character unique within the data. This allows the consumer application to parse individual data items when reading the data from the destination.
The PutRecordBatch response includes a count of failed records, FailedPutCount
, and an array of responses, RequestResponses
. Even if the PutRecordBatch call succeeds, the value of FailedPutCount
may be greater than 0, indicating that there are records for which the operation didn't succeed. Each entry in the RequestResponses
array provides additional information about the processed record. It directly correlates with a record in the request array using the same ordering, from the top to the bottom. The response array always includes the same number of records as the request array. RequestResponses
includes both successfully and unsuccessfully processed records. Firehose tries to process all records in each PutRecordBatch request. A single record failure does not stop the processing of subsequent records.
A successfully processed record includes a RecordId
value, which is unique for the record. An unsuccessfully processed record includes ErrorCode
and ErrorMessage
values. ErrorCode
reflects the type of error, and is one of the following values: ServiceUnavailableException
or InternalFailure
. ErrorMessage
provides more detailed information about the error.
If there is an internal server error or a timeout, the write might have completed or it might have failed. If FailedPutCount
is greater than 0, retry the request, resending only those records that might have failed processing. This minimizes the possible duplicate records and also reduces the total bytes sent (and corresponding charges). We recommend that you handle any duplicates at the destination.
If PutRecordBatch throws ServiceUnavailableException
, the API is automatically reinvoked (retried) 3 times. If the exception persists, it is possible that the throughput limits have been exceeded for the Firehose stream.
Re-invoking the Put API operations (for example, PutRecord and PutRecordBatch) can result in data duplicates. For larger data assets, allow for a longer time out before retrying Put API operations.
Data records sent to Firehose are stored for 24 hours from the time they are added to a Firehose stream as it attempts to send the records to the destination. If the destination is unreachable for more than 24 hours, the data is no longer available.
Don't concatenate two or more base64 strings to form the data fields of your records. Instead, concatenate the raw data, then perform base64 encoding.
"
},
"StartDeliveryStreamEncryption":{
"name":"StartDeliveryStreamEncryption",
@@ -132,7 +132,7 @@
{"shape":"LimitExceededException"},
{"shape":"InvalidKMSResourceException"}
],
- "documentation":"Enables server-side encryption (SSE) for the delivery stream.
This operation is asynchronous. It returns immediately. When you invoke it, Firehose first sets the encryption status of the stream to ENABLING
, and then to ENABLED
. The encryption status of a delivery stream is the Status
property in DeliveryStreamEncryptionConfiguration. If the operation fails, the encryption status changes to ENABLING_FAILED
. You can continue to read and write data to your delivery stream while the encryption status is ENABLING
, but the data is not encrypted. It can take up to 5 seconds after the encryption status changes to ENABLED
before all records written to the delivery stream are encrypted. To find out whether a record or a batch of records was encrypted, check the response elements PutRecordOutput$Encrypted and PutRecordBatchOutput$Encrypted, respectively.
To check the encryption status of a delivery stream, use DescribeDeliveryStream.
Even if encryption is currently enabled for a delivery stream, you can still invoke this operation on it to change the ARN of the CMK or both its type and ARN. If you invoke this method to change the CMK, and the old CMK is of type CUSTOMER_MANAGED_CMK
, Firehose schedules the grant it had on the old CMK for retirement. If the new CMK is of type CUSTOMER_MANAGED_CMK
, Firehose creates a grant that enables it to use the new CMK to encrypt and decrypt data and to manage the grant.
For the KMS grant creation to be successful, the Firehose API operations StartDeliveryStreamEncryption
and CreateDeliveryStream
should not be called with session credentials that are more than 6 hours old.
If a delivery stream already has encryption enabled and then you invoke this operation to change the ARN of the CMK or both its type and ARN and you get ENABLING_FAILED
, this only means that the attempt to change the CMK failed. In this case, encryption remains enabled with the old CMK.
If the encryption status of your delivery stream is ENABLING_FAILED
, you can invoke this operation again with a valid CMK. The CMK must be enabled and the key policy mustn't explicitly deny the permission for Firehose to invoke KMS encrypt and decrypt operations.
You can enable SSE for a delivery stream only if it's a delivery stream that uses DirectPut
as its source.
The StartDeliveryStreamEncryption
and StopDeliveryStreamEncryption
operations have a combined limit of 25 calls per delivery stream per 24 hours. For example, you reach the limit if you call StartDeliveryStreamEncryption
13 times and StopDeliveryStreamEncryption
12 times for the same delivery stream in a 24-hour period.
"
+ "documentation":"Enables server-side encryption (SSE) for the Firehose stream.
This operation is asynchronous. It returns immediately. When you invoke it, Firehose first sets the encryption status of the stream to ENABLING
, and then to ENABLED
. The encryption status of a Firehose stream is the Status
property in DeliveryStreamEncryptionConfiguration. If the operation fails, the encryption status changes to ENABLING_FAILED
. You can continue to read and write data to your Firehose stream while the encryption status is ENABLING
, but the data is not encrypted. It can take up to 5 seconds after the encryption status changes to ENABLED
before all records written to the Firehose stream are encrypted. To find out whether a record or a batch of records was encrypted, check the response elements PutRecordOutput$Encrypted and PutRecordBatchOutput$Encrypted, respectively.
To check the encryption status of a Firehose stream, use DescribeDeliveryStream.
Even if encryption is currently enabled for a Firehose stream, you can still invoke this operation on it to change the ARN of the CMK or both its type and ARN. If you invoke this method to change the CMK, and the old CMK is of type CUSTOMER_MANAGED_CMK
, Firehose schedules the grant it had on the old CMK for retirement. If the new CMK is of type CUSTOMER_MANAGED_CMK
, Firehose creates a grant that enables it to use the new CMK to encrypt and decrypt data and to manage the grant.
For the KMS grant creation to be successful, the Firehose API operations StartDeliveryStreamEncryption
and CreateDeliveryStream
should not be called with session credentials that are more than 6 hours old.
If a Firehose stream already has encryption enabled and then you invoke this operation to change the ARN of the CMK or both its type and ARN and you get ENABLING_FAILED
, this only means that the attempt to change the CMK failed. In this case, encryption remains enabled with the old CMK.
If the encryption status of your Firehose stream is ENABLING_FAILED
, you can invoke this operation again with a valid CMK. The CMK must be enabled and the key policy mustn't explicitly deny the permission for Firehose to invoke KMS encrypt and decrypt operations.
You can enable SSE for a Firehose stream only if it's a Firehose stream that uses DirectPut
as its source.
The StartDeliveryStreamEncryption
and StopDeliveryStreamEncryption
operations have a combined limit of 25 calls per Firehose stream per 24 hours. For example, you reach the limit if you call StartDeliveryStreamEncryption
13 times and StopDeliveryStreamEncryption
12 times for the same Firehose stream in a 24-hour period.
"
},
"StopDeliveryStreamEncryption":{
"name":"StopDeliveryStreamEncryption",
@@ -148,7 +148,7 @@
{"shape":"InvalidArgumentException"},
{"shape":"LimitExceededException"}
],
- "documentation":"Disables server-side encryption (SSE) for the delivery stream.
This operation is asynchronous. It returns immediately. When you invoke it, Firehose first sets the encryption status of the stream to DISABLING
, and then to DISABLED
. You can continue to read and write data to your stream while its status is DISABLING
. It can take up to 5 seconds after the encryption status changes to DISABLED
before all records written to the delivery stream are no longer subject to encryption. To find out whether a record or a batch of records was encrypted, check the response elements PutRecordOutput$Encrypted and PutRecordBatchOutput$Encrypted, respectively.
To check the encryption state of a delivery stream, use DescribeDeliveryStream.
If SSE is enabled using a customer managed CMK and then you invoke StopDeliveryStreamEncryption
, Firehose schedules the related KMS grant for retirement and then retires it after it ensures that it is finished delivering records to the destination.
The StartDeliveryStreamEncryption
and StopDeliveryStreamEncryption
operations have a combined limit of 25 calls per delivery stream per 24 hours. For example, you reach the limit if you call StartDeliveryStreamEncryption
13 times and StopDeliveryStreamEncryption
12 times for the same delivery stream in a 24-hour period.
"
+ "documentation":"Disables server-side encryption (SSE) for the Firehose stream.
This operation is asynchronous. It returns immediately. When you invoke it, Firehose first sets the encryption status of the stream to DISABLING
, and then to DISABLED
. You can continue to read and write data to your stream while its status is DISABLING
. It can take up to 5 seconds after the encryption status changes to DISABLED
before all records written to the Firehose stream are no longer subject to encryption. To find out whether a record or a batch of records was encrypted, check the response elements PutRecordOutput$Encrypted and PutRecordBatchOutput$Encrypted, respectively.
To check the encryption state of a Firehose stream, use DescribeDeliveryStream.
If SSE is enabled using a customer managed CMK and then you invoke StopDeliveryStreamEncryption
, Firehose schedules the related KMS grant for retirement and then retires it after it ensures that it is finished delivering records to the destination.
The StartDeliveryStreamEncryption
and StopDeliveryStreamEncryption
operations have a combined limit of 25 calls per Firehose stream per 24 hours. For example, you reach the limit if you call StartDeliveryStreamEncryption
13 times and StopDeliveryStreamEncryption
12 times for the same Firehose stream in a 24-hour period.
"
},
"TagDeliveryStream":{
"name":"TagDeliveryStream",
@@ -164,7 +164,7 @@
{"shape":"InvalidArgumentException"},
{"shape":"LimitExceededException"}
],
- "documentation":"Adds or updates tags for the specified delivery stream. A tag is a key-value pair that you can define and assign to Amazon Web Services resources. If you specify a tag that already exists, the tag value is replaced with the value that you specify in the request. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the delivery stream. For more information about tags, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
Each delivery stream can have up to 50 tags.
This operation has a limit of five transactions per second per account.
"
+ "documentation":"Adds or updates tags for the specified Firehose stream. A tag is a key-value pair that you can define and assign to Amazon Web Services resources. If you specify a tag that already exists, the tag value is replaced with the value that you specify in the request. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the Firehose stream. For more information about tags, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
Each Firehose stream can have up to 50 tags.
This operation has a limit of five transactions per second per account.
"
},
"UntagDeliveryStream":{
"name":"UntagDeliveryStream",
@@ -180,7 +180,7 @@
{"shape":"InvalidArgumentException"},
{"shape":"LimitExceededException"}
],
- "documentation":"Removes tags from the specified delivery stream. Removed tags are deleted, and you can't recover them after this operation successfully completes.
If you specify a tag that doesn't exist, the operation ignores it.
This operation has a limit of five transactions per second per account.
"
+ "documentation":"Removes tags from the specified Firehose stream. Removed tags are deleted, and you can't recover them after this operation successfully completes.
If you specify a tag that doesn't exist, the operation ignores it.
This operation has a limit of five transactions per second per account.
"
},
"UpdateDestination":{
"name":"UpdateDestination",
@@ -196,7 +196,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ConcurrentModificationException"}
],
- "documentation":"Updates the specified destination of the specified delivery stream.
Use this operation to change the destination type (for example, to replace the Amazon S3 destination with Amazon Redshift) or change the parameters associated with a destination (for example, to change the bucket name of the Amazon S3 destination). The update might not occur immediately. The target delivery stream remains active while the configurations are updated, so data writes to the delivery stream can continue during this process. The updated configurations are usually effective within a few minutes.
Switching between Amazon OpenSearch Service and other services is not supported. For an Amazon OpenSearch Service destination, you can only update to another Amazon OpenSearch Service destination.
If the destination type is the same, Firehose merges the configuration parameters specified with the destination configuration that already exists on the delivery stream. If any of the parameters are not specified in the call, the existing values are retained. For example, in the Amazon S3 destination, if EncryptionConfiguration is not specified, then the existing EncryptionConfiguration
is maintained on the destination.
If the destination type is not the same, for example, changing the destination from Amazon S3 to Amazon Redshift, Firehose does not merge any parameters. In this case, all parameters must be specified.
Firehose uses CurrentDeliveryStreamVersionId
to avoid race conditions and conflicting merges. This is a required field, and the service updates the configuration only if the existing configuration has a version ID that matches. After the update is applied successfully, the version ID is updated, and can be retrieved using DescribeDeliveryStream. Use the new version ID to set CurrentDeliveryStreamVersionId
in the next call.
"
+ "documentation":"Updates the specified destination of the specified Firehose stream.
Use this operation to change the destination type (for example, to replace the Amazon S3 destination with Amazon Redshift) or change the parameters associated with a destination (for example, to change the bucket name of the Amazon S3 destination). The update might not occur immediately. The target Firehose stream remains active while the configurations are updated, so data writes to the Firehose stream can continue during this process. The updated configurations are usually effective within a few minutes.
Switching between Amazon OpenSearch Service and other services is not supported. For an Amazon OpenSearch Service destination, you can only update to another Amazon OpenSearch Service destination.
If the destination type is the same, Firehose merges the configuration parameters specified with the destination configuration that already exists on the delivery stream. If any of the parameters are not specified in the call, the existing values are retained. For example, in the Amazon S3 destination, if EncryptionConfiguration is not specified, then the existing EncryptionConfiguration
is maintained on the destination.
If the destination type is not the same, for example, changing the destination from Amazon S3 to Amazon Redshift, Firehose does not merge any parameters. In this case, all parameters must be specified.
Firehose uses CurrentDeliveryStreamVersionId
to avoid race conditions and conflicting merges. This is a required field, and the service updates the configuration only if the existing configuration has a version ID that matches. After the update is applied successfully, the version ID is updated, and can be retrieved using DescribeDeliveryStream. Use the new version ID to set CurrentDeliveryStreamVersionId
in the next call.
"
}
},
"shapes":{
@@ -204,7 +204,7 @@
"type":"string",
"max":512,
"min":1,
- "pattern":"arn:.*"
+ "pattern":"arn:.*:kms:[a-zA-Z0-9\\-]+:\\d{12}:(key|alias)/[a-zA-Z_0-9+=,.@\\-_/]+"
},
"AmazonOpenSearchServerlessBufferingHints":{
"type":"structure",
@@ -215,7 +215,7 @@
},
"SizeInMBs":{
"shape":"AmazonOpenSearchServerlessBufferingSizeInMBs",
- "documentation":"Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.
We recommend setting this parameter to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.
"
+ "documentation":"Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.
We recommend setting this parameter to a value greater than the amount of data you typically ingest into the Firehose stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.
"
}
},
"documentation":"Describes the buffering to perform before delivering data to the Serverless offering for Amazon OpenSearch Service destination.
"
@@ -375,7 +375,7 @@
},
"SizeInMBs":{
"shape":"AmazonopensearchserviceBufferingSizeInMBs",
- "documentation":"Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.
We recommend setting this parameter to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.
"
+ "documentation":"Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.
We recommend setting this parameter to a value greater than the amount of data you typically ingest into the Firehose stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.
"
}
},
"documentation":"Describes the buffering to perform before delivering data to the Amazon OpenSearch Service destination.
"
@@ -522,7 +522,7 @@
},
"TypeName":{
"shape":"AmazonopensearchserviceTypeName",
- "documentation":"The Amazon OpenSearch Service type name. For Elasticsearch 6.x, there can be only one type per index. If you try to specify a new type for an existing index that already has another type, Firehose returns an error during runtime.
If you upgrade Elasticsearch from 6.x to 7.x and don’t update your delivery stream, Firehose still delivers data to Elasticsearch with the old index name and type name. If you want to update your delivery stream with a new index name, provide an empty string for TypeName.
"
+ "documentation":"The Amazon OpenSearch Service type name. For Elasticsearch 6.x, there can be only one type per index. If you try to specify a new type for an existing index that already has another type, Firehose returns an error during runtime.
If you upgrade Elasticsearch from 6.x to 7.x and don’t update your Firehose stream, Firehose still delivers data to Elasticsearch with the old index name and type name. If you want to update your Firehose stream with a new index name, provide an empty string for TypeName.
"
},
"IndexRotationPeriod":{
"shape":"AmazonopensearchserviceIndexRotationPeriod",
@@ -550,7 +550,7 @@
"type":"string",
"max":512,
"min":1,
- "pattern":"arn:.*"
+ "pattern":"arn:.*:es:[a-zA-Z0-9\\-]+:\\d{12}:domain/[a-z][-0-9a-z]{2,27}"
},
"AmazonopensearchserviceIndexName":{
"type":"string",
@@ -623,14 +623,14 @@
"type":"string",
"max":2048,
"min":1,
- "pattern":"arn:.*"
+ "pattern":"arn:.*:s3:::[\\w\\.\\-]{1,255}"
},
"BufferingHints":{
"type":"structure",
"members":{
"SizeInMBs":{
"shape":"SizeInMBs",
- "documentation":"Buffer incoming data to the specified size, in MiBs, before delivering it to the destination. The default value is 5. This parameter is optional but if you specify a value for it, you must also specify a value for IntervalInSeconds
, and vice versa.
We recommend setting this parameter to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MiB/sec, the value should be 10 MiB or higher.
"
+ "documentation":"Buffer incoming data to the specified size, in MiBs, before delivering it to the destination. The default value is 5. This parameter is optional but if you specify a value for it, you must also specify a value for IntervalInSeconds
, and vice versa.
We recommend setting this parameter to a value greater than the amount of data you typically ingest into the Firehose stream in 10 seconds. For example, if you typically ingest data at 1 MiB/sec, the value should be 10 MiB or higher.
"
},
"IntervalInSeconds":{
"shape":"IntervalInSeconds",
@@ -644,10 +644,14 @@
"members":{
"CatalogARN":{
"shape":"GlueDataCatalogARN",
- "documentation":" Specifies the Glue catalog ARN indentifier of the destination Apache Iceberg Tables. You must specify the ARN in the format arn:aws:glue:region:account-id:catalog
.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "documentation":" Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables. You must specify the ARN in the format arn:aws:glue:region:account-id:catalog
.
"
+ },
+ "WarehouseLocation":{
+ "shape":"WarehouseLocation",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
}
},
- "documentation":" Describes the containers where the destination Apache Iceberg Tables are persisted.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "documentation":" Describes the containers where the destination Apache Iceberg Tables are persisted.
"
},
"CloudWatchLoggingOptions":{
"type":"structure",
@@ -665,13 +669,13 @@
"documentation":"The CloudWatch log stream name for logging. This value is required if CloudWatch logging is enabled.
"
}
},
- "documentation":"Describes the Amazon CloudWatch logging options for your delivery stream.
"
+ "documentation":"Describes the Amazon CloudWatch logging options for your Firehose stream.
"
},
"ClusterJDBCURL":{
"type":"string",
"max":512,
"min":1,
- "pattern":"jdbc:(redshift|postgresql)://((?!-)[A-Za-z0-9-]{1,63}(?The name of the delivery stream. This name must be unique per Amazon Web Services account in the same Amazon Web Services Region. If the delivery streams are in different accounts or different Regions, you can have multiple delivery streams with the same name.
"
+ "documentation":"The name of the Firehose stream. This name must be unique per Amazon Web Services account in the same Amazon Web Services Region. If the Firehose streams are in different accounts or different Regions, you can have multiple Firehose streams with the same name.
"
},
"DeliveryStreamType":{
"shape":"DeliveryStreamType",
- "documentation":"The delivery stream type. This parameter can be one of the following values:
"
+ "documentation":"The Firehose stream type. This parameter can be one of the following values:
"
},
"KinesisStreamSourceConfiguration":{
"shape":"KinesisStreamSourceConfiguration",
- "documentation":"When a Kinesis data stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis data stream Amazon Resource Name (ARN) and the role ARN for the source stream.
"
+ "documentation":"When a Kinesis data stream is used as the source for the Firehose stream, a KinesisStreamSourceConfiguration containing the Kinesis data stream Amazon Resource Name (ARN) and the role ARN for the source stream.
"
},
"DeliveryStreamEncryptionConfigurationInput":{
"shape":"DeliveryStreamEncryptionConfigurationInput",
@@ -789,7 +793,7 @@
},
"Tags":{
"shape":"TagDeliveryStreamInputTagList",
- "documentation":"A set of tags to assign to the delivery stream. A tag is a key-value pair that you can define and assign to Amazon Web Services resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the delivery stream. For more information about tags, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
You can specify up to 50 tags when creating a delivery stream.
If you specify tags in the CreateDeliveryStream
action, Amazon Data Firehose performs an additional authorization on the firehose:TagDeliveryStream
action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose delivery streams with IAM resource tags will fail with an AccessDeniedException
such as following.
AccessDeniedException
User: arn:aws:sts::x:assumed-role/x/x is not authorized to perform: firehose:TagDeliveryStream on resource: arn:aws:firehose:us-east-1:x:deliverystream/x with an explicit deny in an identity-based policy.
For an example IAM policy, see Tag example.
"
+ "documentation":"A set of tags to assign to the Firehose stream. A tag is a key-value pair that you can define and assign to Amazon Web Services resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the Firehose stream. For more information about tags, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
You can specify up to 50 tags when creating a Firehose stream.
If you specify tags in the CreateDeliveryStream
action, Amazon Data Firehose performs an additional authorization on the firehose:TagDeliveryStream
action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose Firehose streams with IAM resource tags will fail with an AccessDeniedException
such as following.
AccessDeniedException
User: arn:aws:sts::x:assumed-role/x/x is not authorized to perform: firehose:TagDeliveryStream on resource: arn:aws:firehose:us-east-1:x:deliverystream/x with an explicit deny in an identity-based policy.
For an example IAM policy, see Tag example.
"
},
"AmazonOpenSearchServerlessDestinationConfiguration":{
"shape":"AmazonOpenSearchServerlessDestinationConfiguration",
@@ -802,7 +806,11 @@
},
"IcebergDestinationConfiguration":{
"shape":"IcebergDestinationConfiguration",
- "documentation":" Configure Apache Iceberg Tables destination.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "documentation":" Configure Apache Iceberg Tables destination.
"
+ },
+ "DatabaseSourceConfiguration":{
+ "shape":"DatabaseSourceConfiguration",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
}
}
},
@@ -811,14 +819,15 @@
"members":{
"DeliveryStreamARN":{
"shape":"DeliveryStreamARN",
- "documentation":"The ARN of the delivery stream.
"
+ "documentation":"The ARN of the Firehose stream.
"
}
}
},
"CustomTimeZone":{
"type":"string",
"max":50,
- "min":0
+ "min":0,
+ "pattern":"^$|[a-zA-Z/_]+"
},
"Data":{
"type":"blob",
@@ -849,7 +858,7 @@
},
"DataTableColumns":{
"type":"string",
- "max":204800,
+ "max":10240,
"min":0,
"pattern":".*"
},
@@ -859,6 +868,271 @@
"min":1,
"pattern":".*"
},
+ "DatabaseColumnIncludeOrExcludeList":{
+ "type":"list",
+ "member":{"shape":"DatabaseColumnName"}
+ },
+ "DatabaseColumnList":{
+ "type":"structure",
+ "members":{
+ "Include":{
+ "shape":"DatabaseColumnIncludeOrExcludeList",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "Exclude":{
+ "shape":"DatabaseColumnIncludeOrExcludeList",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ }
+ },
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "DatabaseColumnName":{
+ "type":"string",
+ "max":194,
+ "min":1,
+ "pattern":"[\\u0001-\\uFFFF]*"
+ },
+ "DatabaseEndpoint":{
+ "type":"string",
+ "max":255,
+ "min":1,
+ "pattern":"^(?!\\s*$).+"
+ },
+ "DatabaseIncludeOrExcludeList":{
+ "type":"list",
+ "member":{"shape":"DatabaseName"}
+ },
+ "DatabaseList":{
+ "type":"structure",
+ "members":{
+ "Include":{
+ "shape":"DatabaseIncludeOrExcludeList",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "Exclude":{
+ "shape":"DatabaseIncludeOrExcludeList",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ }
+ },
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "DatabaseName":{
+ "type":"string",
+ "max":64,
+ "min":1,
+ "pattern":"[\\u0001-\\uFFFF]*"
+ },
+ "DatabasePort":{
+ "type":"integer",
+ "max":65535,
+ "min":0
+ },
+ "DatabaseSnapshotInfo":{
+ "type":"structure",
+ "required":[
+ "Id",
+ "Table",
+ "RequestTimestamp",
+ "RequestedBy",
+ "Status"
+ ],
+ "members":{
+ "Id":{
+ "shape":"NonEmptyStringWithoutWhitespace",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "Table":{
+ "shape":"DatabaseTableName",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "RequestTimestamp":{
+ "shape":"Timestamp",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "RequestedBy":{
+ "shape":"SnapshotRequestedBy",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "Status":{
+ "shape":"SnapshotStatus",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "FailureDescription":{"shape":"FailureDescription"}
+ },
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "DatabaseSnapshotInfoList":{
+ "type":"list",
+ "member":{"shape":"DatabaseSnapshotInfo"}
+ },
+ "DatabaseSourceAuthenticationConfiguration":{
+ "type":"structure",
+ "required":["SecretsManagerConfiguration"],
+ "members":{
+ "SecretsManagerConfiguration":{"shape":"SecretsManagerConfiguration"}
+ },
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "DatabaseSourceConfiguration":{
+ "type":"structure",
+ "required":[
+ "Type",
+ "Endpoint",
+ "Port",
+ "Databases",
+ "Tables",
+ "SnapshotWatermarkTable",
+ "DatabaseSourceAuthenticationConfiguration",
+ "DatabaseSourceVPCConfiguration"
+ ],
+ "members":{
+ "Type":{
+ "shape":"DatabaseType",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "Endpoint":{
+ "shape":"DatabaseEndpoint",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "Port":{
+ "shape":"DatabasePort",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "SSLMode":{
+ "shape":"SSLMode",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "Databases":{
+ "shape":"DatabaseList",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "Tables":{
+ "shape":"DatabaseTableList",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "Columns":{
+ "shape":"DatabaseColumnList",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "SurrogateKeys":{
+ "shape":"DatabaseSurrogateKeyList",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "SnapshotWatermarkTable":{
+ "shape":"DatabaseTableName",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "DatabaseSourceAuthenticationConfiguration":{
+ "shape":"DatabaseSourceAuthenticationConfiguration",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "DatabaseSourceVPCConfiguration":{
+ "shape":"DatabaseSourceVPCConfiguration",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ }
+ },
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "DatabaseSourceDescription":{
+ "type":"structure",
+ "members":{
+ "Type":{
+ "shape":"DatabaseType",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "Endpoint":{
+ "shape":"DatabaseEndpoint",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "Port":{
+ "shape":"DatabasePort",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "SSLMode":{
+ "shape":"SSLMode",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "Databases":{
+ "shape":"DatabaseList",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "Tables":{
+ "shape":"DatabaseTableList",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "Columns":{
+ "shape":"DatabaseColumnList",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "SurrogateKeys":{
+ "shape":"DatabaseColumnIncludeOrExcludeList",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "SnapshotWatermarkTable":{
+ "shape":"DatabaseTableName",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "SnapshotInfo":{
+ "shape":"DatabaseSnapshotInfoList",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "DatabaseSourceAuthenticationConfiguration":{
+ "shape":"DatabaseSourceAuthenticationConfiguration",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "DatabaseSourceVPCConfiguration":{
+ "shape":"DatabaseSourceVPCConfiguration",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ }
+ },
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "DatabaseSourceVPCConfiguration":{
+ "type":"structure",
+ "required":["VpcEndpointServiceName"],
+ "members":{
+ "VpcEndpointServiceName":{
+ "shape":"VpcEndpointServiceName",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ }
+ },
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "DatabaseSurrogateKeyList":{
+ "type":"list",
+ "member":{"shape":"NonEmptyStringWithoutWhitespace"}
+ },
+ "DatabaseTableIncludeOrExcludeList":{
+ "type":"list",
+ "member":{"shape":"DatabaseTableName"}
+ },
+ "DatabaseTableList":{
+ "type":"structure",
+ "members":{
+ "Include":{
+ "shape":"DatabaseTableIncludeOrExcludeList",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "Exclude":{
+ "shape":"DatabaseTableIncludeOrExcludeList",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ }
+ },
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "DatabaseTableName":{
+ "type":"string",
+ "max":129,
+ "min":1,
+ "pattern":"[\\u0001-\\uFFFF]*"
+ },
+ "DatabaseType":{
+ "type":"string",
+ "enum":[
+ "MySQL",
+ "PostgreSQL"
+ ]
+ },
"DefaultDocumentIdFormat":{
"type":"string",
"enum":[
@@ -872,11 +1146,11 @@
"members":{
"DeliveryStreamName":{
"shape":"DeliveryStreamName",
- "documentation":"The name of the delivery stream.
"
+ "documentation":"The name of the Firehose stream.
"
},
"AllowForceDelete":{
"shape":"BooleanObject",
- "documentation":"Set this to true if you want to delete the delivery stream even if Firehose is unable to retire the grant for the CMK. Firehose might be unable to retire the grant due to a customer error, such as when the CMK or the grant are in an invalid state. If you force deletion, you can then use the RevokeGrant operation to revoke the grant you gave to Firehose. If a failure to retire the grant happens due to an Amazon Web Services KMS issue, Firehose keeps retrying the delete operation.
The default value is false.
"
+ "documentation":"Set this to true if you want to delete the Firehose stream even if Firehose is unable to retire the grant for the CMK. Firehose might be unable to retire the grant due to a customer error, such as when the CMK or the grant are in an invalid state. If you force deletion, you can then use the RevokeGrant operation to revoke the grant you gave to Firehose. If a failure to retire the grant happens due to an Amazon Web Services KMS issue, Firehose keeps retrying the delete operation.
The default value is false.
"
}
}
},
@@ -890,7 +1164,7 @@
"type":"string",
"max":512,
"min":1,
- "pattern":"arn:.*"
+ "pattern":"arn:.*:firehose:[a-zA-Z0-9\\-]+:\\d{12}:deliverystream/[a-zA-Z0-9._-]+"
},
"DeliveryStreamDescription":{
"type":"structure",
@@ -906,15 +1180,15 @@
"members":{
"DeliveryStreamName":{
"shape":"DeliveryStreamName",
- "documentation":"The name of the delivery stream.
"
+ "documentation":"The name of the Firehose stream.
"
},
"DeliveryStreamARN":{
"shape":"DeliveryStreamARN",
- "documentation":"The Amazon Resource Name (ARN) of the delivery stream. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
"
+ "documentation":"The Amazon Resource Name (ARN) of the Firehose stream. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
"
},
"DeliveryStreamStatus":{
"shape":"DeliveryStreamStatus",
- "documentation":"The status of the delivery stream. If the status of a delivery stream is CREATING_FAILED
, this status doesn't change, and you can't invoke CreateDeliveryStream
again on it. However, you can invoke the DeleteDeliveryStream operation to delete it.
"
+ "documentation":"The status of the Firehose stream. If the status of a Firehose stream is CREATING_FAILED
, this status doesn't change, and you can't invoke CreateDeliveryStream
again on it. However, you can invoke the DeleteDeliveryStream operation to delete it.
"
},
"FailureDescription":{
"shape":"FailureDescription",
@@ -922,23 +1196,23 @@
},
"DeliveryStreamEncryptionConfiguration":{
"shape":"DeliveryStreamEncryptionConfiguration",
- "documentation":"Indicates the server-side encryption (SSE) status for the delivery stream.
"
+ "documentation":"Indicates the server-side encryption (SSE) status for the Firehose stream.
"
},
"DeliveryStreamType":{
"shape":"DeliveryStreamType",
- "documentation":"The delivery stream type. This can be one of the following values:
"
+ "documentation":"The Firehose stream type. This can be one of the following values:
"
},
"VersionId":{
"shape":"DeliveryStreamVersionId",
- "documentation":"Each time the destination is updated for a delivery stream, the version ID is changed, and the current version ID is required when updating the destination. This is so that the service knows it is applying the changes to the correct version of the delivery stream.
"
+ "documentation":"Each time the destination is updated for a Firehose stream, the version ID is changed, and the current version ID is required when updating the destination. This is so that the service knows it is applying the changes to the correct version of the delivery stream.
"
},
"CreateTimestamp":{
"shape":"Timestamp",
- "documentation":"The date and time that the delivery stream was created.
"
+ "documentation":"The date and time that the Firehose stream was created.
"
},
"LastUpdateTimestamp":{
"shape":"Timestamp",
- "documentation":"The date and time that the delivery stream was last updated.
"
+ "documentation":"The date and time that the Firehose stream was last updated.
"
},
"Source":{
"shape":"SourceDescription",
@@ -953,7 +1227,7 @@
"documentation":"Indicates whether there are more destinations available to list.
"
}
},
- "documentation":"Contains information about a delivery stream.
"
+ "documentation":"Contains information about a Firehose stream.
"
},
"DeliveryStreamEncryptionConfiguration":{
"type":"structure",
@@ -968,7 +1242,7 @@
},
"Status":{
"shape":"DeliveryStreamEncryptionStatus",
- "documentation":"This is the server-side encryption (SSE) status for the delivery stream. For a full description of the different values of this status, see StartDeliveryStreamEncryption and StopDeliveryStreamEncryption. If this status is ENABLING_FAILED
or DISABLING_FAILED
, it is the status of the most recent attempt to enable or disable SSE, respectively.
"
+ "documentation":"This is the server-side encryption (SSE) status for the Firehose stream. For a full description of the different values of this status, see StartDeliveryStreamEncryption and StopDeliveryStreamEncryption. If this status is ENABLING_FAILED
or DISABLING_FAILED
, it is the status of the most recent attempt to enable or disable SSE, respectively.
"
},
"FailureDescription":{
"shape":"FailureDescription",
@@ -987,7 +1261,7 @@
},
"KeyType":{
"shape":"KeyType",
- "documentation":"Indicates the type of customer master key (CMK) to use for encryption. The default setting is Amazon Web Services_OWNED_CMK
. For more information about CMKs, see Customer Master Keys (CMKs). When you invoke CreateDeliveryStream or StartDeliveryStreamEncryption with KeyType
set to CUSTOMER_MANAGED_CMK, Firehose invokes the Amazon KMS operation CreateGrant to create a grant that allows the Firehose service to use the customer managed CMK to perform encryption and decryption. Firehose manages that grant.
When you invoke StartDeliveryStreamEncryption to change the CMK for a delivery stream that is encrypted with a customer managed CMK, Firehose schedules the grant it had on the old CMK for retirement.
You can use a CMK of type CUSTOMER_MANAGED_CMK to encrypt up to 500 delivery streams. If a CreateDeliveryStream or StartDeliveryStreamEncryption operation exceeds this limit, Firehose throws a LimitExceededException
.
To encrypt your delivery stream, use symmetric CMKs. Firehose doesn't support asymmetric CMKs. For information about symmetric and asymmetric CMKs, see About Symmetric and Asymmetric CMKs in the Amazon Web Services Key Management Service developer guide.
"
+ "documentation":"Indicates the type of customer master key (CMK) to use for encryption. The default setting is Amazon Web Services_OWNED_CMK
. For more information about CMKs, see Customer Master Keys (CMKs). When you invoke CreateDeliveryStream or StartDeliveryStreamEncryption with KeyType
set to CUSTOMER_MANAGED_CMK, Firehose invokes the Amazon KMS operation CreateGrant to create a grant that allows the Firehose service to use the customer managed CMK to perform encryption and decryption. Firehose manages that grant.
When you invoke StartDeliveryStreamEncryption to change the CMK for a Firehose stream that is encrypted with a customer managed CMK, Firehose schedules the grant it had on the old CMK for retirement.
You can use a CMK of type CUSTOMER_MANAGED_CMK to encrypt up to 500 Firehose streams. If a CreateDeliveryStream or StartDeliveryStreamEncryption operation exceeds this limit, Firehose throws a LimitExceededException
.
To encrypt your Firehose stream, use symmetric CMKs. Firehose doesn't support asymmetric CMKs. For information about symmetric and asymmetric CMKs, see About Symmetric and Asymmetric CMKs in the Amazon Web Services Key Management Service developer guide.
"
}
},
"documentation":"Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).
"
@@ -1006,6 +1280,8 @@
"DeliveryStreamFailureType":{
"type":"string",
"enum":[
+ "VPC_ENDPOINT_SERVICE_NAME_NOT_FOUND",
+ "VPC_INTERFACE_ENDPOINT_SERVICE_ACCESS_DENIED",
"RETIRE_KMS_GRANT_FAILED",
"CREATE_KMS_GRANT_FAILED",
"KMS_ACCESS_DENIED",
@@ -1048,7 +1324,8 @@
"enum":[
"DirectPut",
"KinesisStreamAsSource",
- "MSKAsSource"
+ "MSKAsSource",
+ "DatabaseAsSource"
]
},
"DeliveryStreamVersionId":{
@@ -1063,15 +1340,15 @@
"members":{
"DeliveryStreamName":{
"shape":"DeliveryStreamName",
- "documentation":"The name of the delivery stream.
"
+ "documentation":"The name of the Firehose stream.
"
},
"Limit":{
"shape":"DescribeDeliveryStreamInputLimit",
- "documentation":"The limit on the number of destinations to return. You can have one destination per delivery stream.
"
+ "documentation":"The limit on the number of destinations to return. You can have one destination per Firehose stream.
"
},
"ExclusiveStartDestinationId":{
"shape":"DestinationId",
- "documentation":"The ID of the destination to start returning the destination information. Firehose supports one destination per delivery stream.
"
+ "documentation":"The ID of the destination to start returning the destination information. Firehose supports one destination per Firehose stream.
"
}
}
},
@@ -1086,7 +1363,7 @@
"members":{
"DeliveryStreamDescription":{
"shape":"DeliveryStreamDescription",
- "documentation":"Information about the delivery stream.
"
+ "documentation":"Information about the Firehose stream.
"
}
}
},
@@ -1150,10 +1427,10 @@
},
"IcebergDestinationDescription":{
"shape":"IcebergDestinationDescription",
- "documentation":" Describes a destination in Apache Iceberg Tables.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "documentation":" Describes a destination in Apache Iceberg Tables.
"
}
},
- "documentation":"Describes the destination for a delivery stream.
"
+ "documentation":"Describes the destination for a Firehose stream.
"
},
"DestinationDescriptionList":{
"type":"list",
@@ -1173,23 +1450,27 @@
],
"members":{
"DestinationTableName":{
- "shape":"NonEmptyStringWithoutWhitespace",
- "documentation":" Specifies the name of the Apache Iceberg Table.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "shape":"StringWithLettersDigitsUnderscoresDots",
+ "documentation":" Specifies the name of the Apache Iceberg Table.
"
},
"DestinationDatabaseName":{
- "shape":"NonEmptyStringWithoutWhitespace",
- "documentation":" The name of the Apache Iceberg database.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "shape":"StringWithLettersDigitsUnderscoresDots",
+ "documentation":" The name of the Apache Iceberg database.
"
},
"UniqueKeys":{
"shape":"ListOfNonEmptyStringsWithoutWhitespace",
- "documentation":" A list of unique keys for a given Apache Iceberg table. Firehose will use these for running Create/Update/Delete operations on the given Iceberg table.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "documentation":" A list of unique keys for a given Apache Iceberg table. Firehose will use these for running Create, Update, or Delete operations on the given Iceberg table.
"
+ },
+ "PartitionSpec":{
+ "shape":"PartitionSpec",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
},
"S3ErrorOutputPrefix":{
"shape":"ErrorOutputPrefix",
- "documentation":" The table specific S3 error output prefix. All the errors that occurred while delivering to this table will be prefixed with this value in S3 destination.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "documentation":" The table specific S3 error output prefix. All the errors that occurred while delivering to this table will be prefixed with this value in S3 destination.
"
}
},
- "documentation":" Describes the configuration of a destination in Apache Iceberg Tables.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "documentation":" Describes the configuration of a destination in Apache Iceberg Tables.
"
},
"DestinationTableConfigurationList":{
"type":"list",
@@ -1215,7 +1496,7 @@
},
"Enabled":{
"shape":"BooleanObject",
- "documentation":"Specifies that the dynamic partitioning is enabled for this Firehose delivery stream.
"
+ "documentation":"Specifies that the dynamic partitioning is enabled for this Firehose Firehose stream.
"
}
},
"documentation":"The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys. Currently, dynamic partitioning is only supported for Amazon S3 destinations.
"
@@ -1229,7 +1510,7 @@
},
"SizeInMBs":{
"shape":"ElasticsearchBufferingSizeInMBs",
- "documentation":"Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.
We recommend setting this parameter to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.
"
+ "documentation":"Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.
We recommend setting this parameter to a value greater than the amount of data you typically ingest into the Firehose stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.
"
}
},
"documentation":"Describes the buffering to perform before delivering data to the Amazon ES destination.
"
@@ -1292,7 +1573,7 @@
},
"S3BackupMode":{
"shape":"ElasticsearchS3BackupMode",
- "documentation":"Defines how documents should be delivered to Amazon S3. When it is set to FailedDocumentsOnly
, Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with AmazonOpenSearchService-failed/
appended to the key prefix. When set to AllDocuments
, Firehose delivers all incoming records to Amazon S3, and also writes failed documents with AmazonOpenSearchService-failed/
appended to the prefix. For more information, see Amazon S3 Backup for the Amazon ES Destination. Default value is FailedDocumentsOnly
.
You can't change this backup mode after you create the delivery stream.
"
+ "documentation":"Defines how documents should be delivered to Amazon S3. When it is set to FailedDocumentsOnly
, Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with AmazonOpenSearchService-failed/
appended to the key prefix. When set to AllDocuments
, Firehose delivers all incoming records to Amazon S3, and also writes failed documents with AmazonOpenSearchService-failed/
appended to the prefix. For more information, see Amazon S3 Backup for the Amazon ES Destination. Default value is FailedDocumentsOnly
.
You can't change this backup mode after you create the Firehose stream.
"
},
"S3Configuration":{
"shape":"S3DestinationConfiguration",
@@ -1304,7 +1585,7 @@
},
"CloudWatchLoggingOptions":{
"shape":"CloudWatchLoggingOptions",
- "documentation":"The Amazon CloudWatch logging options for your delivery stream.
"
+ "documentation":"The Amazon CloudWatch logging options for your Firehose stream.
"
},
"VpcConfiguration":{
"shape":"VpcConfiguration",
@@ -1400,7 +1681,7 @@
},
"TypeName":{
"shape":"ElasticsearchTypeName",
- "documentation":"The Elasticsearch type name. For Elasticsearch 6.x, there can be only one type per index. If you try to specify a new type for an existing index that already has another type, Firehose returns an error during runtime.
If you upgrade Elasticsearch from 6.x to 7.x and don’t update your delivery stream, Firehose still delivers data to Elasticsearch with the old index name and type name. If you want to update your delivery stream with a new index name, provide an empty string for TypeName
.
"
+ "documentation":"The Elasticsearch type name. For Elasticsearch 6.x, there can be only one type per index. If you try to specify a new type for an existing index that already has another type, Firehose returns an error during runtime.
If you upgrade Elasticsearch from 6.x to 7.x and don’t update your Firehose stream, Firehose still delivers data to Elasticsearch with the old index name and type name. If you want to update your Firehose stream with a new index name, provide an empty string for TypeName
.
"
},
"IndexRotationPeriod":{
"shape":"ElasticsearchIndexRotationPeriod",
@@ -1424,7 +1705,7 @@
},
"CloudWatchLoggingOptions":{
"shape":"CloudWatchLoggingOptions",
- "documentation":"The CloudWatch logging options for your delivery stream.
"
+ "documentation":"The CloudWatch logging options for your Firehose stream.
"
},
"DocumentIdOptions":{
"shape":"DocumentIdOptions",
@@ -1437,7 +1718,7 @@
"type":"string",
"max":512,
"min":1,
- "pattern":"arn:.*"
+ "pattern":"arn:.*:es:[a-zA-Z0-9\\-]+:\\d{12}:domain/[a-z][-0-9a-z]{2,27}"
},
"ElasticsearchIndexName":{
"type":"string",
@@ -1542,7 +1823,7 @@
},
"CloudWatchLoggingOptions":{
"shape":"CloudWatchLoggingOptions",
- "documentation":"The Amazon CloudWatch logging options for your delivery stream.
"
+ "documentation":"The Amazon CloudWatch logging options for your Firehose stream.
"
},
"ProcessingConfiguration":{
"shape":"ProcessingConfiguration",
@@ -1550,7 +1831,7 @@
},
"S3BackupMode":{
"shape":"S3BackupMode",
- "documentation":"The Amazon S3 backup mode. After you create a delivery stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the delivery stream to disable it.
"
+ "documentation":"The Amazon S3 backup mode. After you create a Firehose stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.
"
},
"S3BackupConfiguration":{
"shape":"S3DestinationConfiguration",
@@ -1615,7 +1896,7 @@
},
"CloudWatchLoggingOptions":{
"shape":"CloudWatchLoggingOptions",
- "documentation":"The Amazon CloudWatch logging options for your delivery stream.
"
+ "documentation":"The Amazon CloudWatch logging options for your Firehose stream.
"
},
"ProcessingConfiguration":{
"shape":"ProcessingConfiguration",
@@ -1681,7 +1962,7 @@
},
"CloudWatchLoggingOptions":{
"shape":"CloudWatchLoggingOptions",
- "documentation":"The Amazon CloudWatch logging options for your delivery stream.
"
+ "documentation":"The Amazon CloudWatch logging options for your Firehose stream.
"
},
"ProcessingConfiguration":{
"shape":"ProcessingConfiguration",
@@ -1689,7 +1970,7 @@
},
"S3BackupMode":{
"shape":"S3BackupMode",
- "documentation":"You can update a delivery stream to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the delivery stream to disable it.
"
+ "documentation":"You can update a Firehose stream to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.
"
},
"S3BackupUpdate":{
"shape":"S3DestinationUpdate",
@@ -1742,7 +2023,7 @@
"type":"string",
"max":512,
"min":1,
- "pattern":"arn:.*"
+ "pattern":"arn:.*:glue:.*:\\d{12}:catalog"
},
"HECAcknowledgmentTimeoutInSeconds":{
"type":"integer",
@@ -1804,7 +2085,7 @@
"members":{
"SizeInMBs":{
"shape":"HttpEndpointBufferingSizeInMBs",
- "documentation":"Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.
We recommend setting this parameter to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.
"
+ "documentation":"Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.
We recommend setting this parameter to a value greater than the amount of data you typically ingest into the Firehose stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.
"
},
"IntervalInSeconds":{
"shape":"HttpEndpointBufferingIntervalInSeconds",
@@ -2054,81 +2335,105 @@
"members":{
"DestinationTableConfigurationList":{
"shape":"DestinationTableConfigurationList",
- "documentation":" Provides a list of DestinationTableConfigurations
which Firehose uses to deliver data to Apache Iceberg tables.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "documentation":" Provides a list of DestinationTableConfigurations
which Firehose uses to deliver data to Apache Iceberg Tables. Firehose will write data with insert if table specific configuration is not provided here.
"
+ },
+ "SchemaEvolutionConfiguration":{
+ "shape":"SchemaEvolutionConfiguration",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "TableCreationConfiguration":{
+ "shape":"TableCreationConfiguration",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
},
"BufferingHints":{"shape":"BufferingHints"},
"CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
"ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
"S3BackupMode":{
"shape":"IcebergS3BackupMode",
- "documentation":" Describes how Firehose will backup records. Currently,Firehose only supports FailedDataOnly
for preview.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "documentation":" Describes how Firehose will backup records. Currently,S3 backup only supports FailedDataOnly
.
"
},
"RetryOptions":{"shape":"RetryOptions"},
"RoleARN":{
"shape":"RoleARN",
- "documentation":" The Amazon Resource Name (ARN) of the Apache Iceberg tables role.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "documentation":" The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling Apache Iceberg Tables.
"
},
"CatalogConfiguration":{
"shape":"CatalogConfiguration",
- "documentation":" Configuration describing where the destination Apache Iceberg Tables are persisted.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "documentation":" Configuration describing where the destination Apache Iceberg Tables are persisted.
"
},
"S3Configuration":{"shape":"S3DestinationConfiguration"}
},
- "documentation":" Specifies the destination configure settings for Apache Iceberg Table.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "documentation":" Specifies the destination configure settings for Apache Iceberg Table.
"
},
"IcebergDestinationDescription":{
"type":"structure",
"members":{
"DestinationTableConfigurationList":{
"shape":"DestinationTableConfigurationList",
- "documentation":" Provides a list of DestinationTableConfigurations
which Firehose uses to deliver data to Apache Iceberg tables.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "documentation":" Provides a list of DestinationTableConfigurations
which Firehose uses to deliver data to Apache Iceberg Tables. Firehose will write data with insert if table specific configuration is not provided here.
"
+ },
+ "SchemaEvolutionConfiguration":{
+ "shape":"SchemaEvolutionConfiguration",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "TableCreationConfiguration":{
+ "shape":"TableCreationConfiguration",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
},
"BufferingHints":{"shape":"BufferingHints"},
"CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
"ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
"S3BackupMode":{
"shape":"IcebergS3BackupMode",
- "documentation":" Describes how Firehose will backup records. Currently,Firehose only supports FailedDataOnly
for preview.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "documentation":" Describes how Firehose will backup records. Currently,Firehose only supports FailedDataOnly
.
"
},
"RetryOptions":{"shape":"RetryOptions"},
"RoleARN":{
"shape":"RoleARN",
- "documentation":" The Amazon Resource Name (ARN) of the Apache Iceberg Tables role.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "documentation":" The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling Apache Iceberg Tables.
"
},
"CatalogConfiguration":{
"shape":"CatalogConfiguration",
- "documentation":" Configuration describing where the destination Iceberg tables are persisted.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "documentation":" Configuration describing where the destination Iceberg tables are persisted.
"
},
"S3DestinationDescription":{"shape":"S3DestinationDescription"}
},
- "documentation":" Describes a destination in Apache Iceberg Tables.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "documentation":" Describes a destination in Apache Iceberg Tables.
"
},
"IcebergDestinationUpdate":{
"type":"structure",
"members":{
"DestinationTableConfigurationList":{
"shape":"DestinationTableConfigurationList",
- "documentation":" Provides a list of DestinationTableConfigurations
which Firehose uses to deliver data to Apache Iceberg tables.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "documentation":" Provides a list of DestinationTableConfigurations
which Firehose uses to deliver data to Apache Iceberg Tables. Firehose will write data with insert if table specific configuration is not provided here.
"
+ },
+ "SchemaEvolutionConfiguration":{
+ "shape":"SchemaEvolutionConfiguration",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "TableCreationConfiguration":{
+ "shape":"TableCreationConfiguration",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
},
"BufferingHints":{"shape":"BufferingHints"},
"CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
"ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
"S3BackupMode":{
"shape":"IcebergS3BackupMode",
- "documentation":" Describes how Firehose will backup records. Currently,Firehose only supports FailedDataOnly
for preview.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "documentation":" Describes how Firehose will backup records. Currently,Firehose only supports FailedDataOnly
.
"
},
"RetryOptions":{"shape":"RetryOptions"},
"RoleARN":{
"shape":"RoleARN",
- "documentation":" The Amazon Resource Name (ARN) of the Apache Iceberg Tables role.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "documentation":" The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling Apache Iceberg Tables.
"
},
"CatalogConfiguration":{
"shape":"CatalogConfiguration",
- "documentation":" Configuration describing where the destination Iceberg tables are persisted.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "documentation":" Configuration describing where the destination Iceberg tables are persisted.
"
},
"S3Configuration":{"shape":"S3DestinationConfiguration"}
},
- "documentation":" Describes an update for a destination in Apache Iceberg Tables.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "documentation":" Describes an update for a destination in Apache Iceberg Tables.
"
},
"IcebergS3BackupMode":{
"type":"string",
@@ -2169,7 +2474,7 @@
"code":{"shape":"ErrorCode"},
"message":{"shape":"ErrorMessage"}
},
- "documentation":"Firehose throws this exception when an attempt to put records or to start or stop delivery stream encryption fails. This happens when the KMS service throws one of the following exception types: AccessDeniedException
, InvalidStateException
, DisabledException
, or NotFoundException
.
",
+ "documentation":"Firehose throws this exception when an attempt to put records or to start or stop Firehose stream encryption fails. This happens when the KMS service throws one of the following exception types: AccessDeniedException
, InvalidStateException
, DisabledException
, or NotFoundException
.
",
"exception":true
},
"InvalidSourceException":{
@@ -2203,7 +2508,7 @@
"type":"string",
"max":512,
"min":1,
- "pattern":"arn:.*"
+ "pattern":"arn:.*:kinesis:[a-zA-Z0-9\\-]+:\\d{12}:stream/[a-zA-Z0-9_.-]+"
},
"KinesisStreamSourceConfiguration":{
"type":"structure",
@@ -2221,7 +2526,7 @@
"documentation":"The ARN of the role that provides access to the source Kinesis data stream. For more information, see Amazon Web Services Identity and Access Management (IAM) ARN Format.
"
}
},
- "documentation":"The stream and role Amazon Resource Names (ARNs) for a Kinesis data stream used as the source for a delivery stream.
"
+ "documentation":"The stream and role Amazon Resource Names (ARNs) for a Kinesis data stream used as the source for a Firehose stream.
"
},
"KinesisStreamSourceDescription":{
"type":"structure",
@@ -2239,7 +2544,7 @@
"documentation":"Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.
"
}
},
- "documentation":"Details about a Kinesis data stream used as the source for a Firehose delivery stream.
"
+ "documentation":"Details about a Kinesis data stream used as the source for a Firehose Firehose stream.
"
},
"LimitExceededException":{
"type":"structure",
@@ -2257,15 +2562,15 @@
"members":{
"Limit":{
"shape":"ListDeliveryStreamsInputLimit",
- "documentation":"The maximum number of delivery streams to list. The default value is 10.
"
+ "documentation":"The maximum number of Firehose streams to list. The default value is 10.
"
},
"DeliveryStreamType":{
"shape":"DeliveryStreamType",
- "documentation":"The delivery stream type. This can be one of the following values:
This parameter is optional. If this parameter is omitted, delivery streams of all types are returned.
"
+ "documentation":"The Firehose stream type. This can be one of the following values:
This parameter is optional. If this parameter is omitted, Firehose streams of all types are returned.
"
},
"ExclusiveStartDeliveryStreamName":{
"shape":"DeliveryStreamName",
- "documentation":"The list of delivery streams returned by this call to ListDeliveryStreams
will start with the delivery stream whose name comes alphabetically immediately after the name you specify in ExclusiveStartDeliveryStreamName
.
"
+ "documentation":"The list of Firehose streams returned by this call to ListDeliveryStreams
will start with the Firehose stream whose name comes alphabetically immediately after the name you specify in ExclusiveStartDeliveryStreamName
.
"
}
}
},
@@ -2283,11 +2588,11 @@
"members":{
"DeliveryStreamNames":{
"shape":"DeliveryStreamNameList",
- "documentation":"The names of the delivery streams.
"
+ "documentation":"The names of the Firehose streams.
"
},
"HasMoreDeliveryStreams":{
"shape":"BooleanObject",
- "documentation":"Indicates whether there are more delivery streams available to list.
"
+ "documentation":"Indicates whether there are more Firehose streams available to list.
"
}
}
},
@@ -2305,7 +2610,7 @@
"members":{
"DeliveryStreamName":{
"shape":"DeliveryStreamName",
- "documentation":"The name of the delivery stream whose tags you want to list.
"
+ "documentation":"The name of the Firehose stream whose tags you want to list.
"
},
"ExclusiveStartTagKey":{
"shape":"TagKey",
@@ -2313,7 +2618,7 @@
},
"Limit":{
"shape":"ListTagsForDeliveryStreamInputLimit",
- "documentation":"The number of tags to return. If this number is less than the total number of tags associated with the delivery stream, HasMoreTags
is set to true
in the response. To list additional tags, set ExclusiveStartTagKey
to the last key in the response.
"
+ "documentation":"The number of tags to return. If this number is less than the total number of tags associated with the Firehose stream, HasMoreTags
is set to true
in the response. To list additional tags, set ExclusiveStartTagKey
to the last key in the response.
"
}
}
},
@@ -2414,7 +2719,7 @@
"documentation":"The start date and time in UTC for the offset position within your MSK topic from where Firehose begins to read. By default, this is set to timestamp when Firehose becomes Active.
If you want to create a Firehose stream with Earliest start position from SDK or CLI, you need to set the ReadFromTimestampUTC
parameter to Epoch (1970-01-01T00:00:00Z).
"
}
},
- "documentation":"Details about the Amazon MSK cluster used as the source for a Firehose delivery stream.
"
+ "documentation":"Details about the Amazon MSK cluster used as the source for a Firehose Firehose stream.
"
},
"NoEncryptionConfig":{
"type":"string",
@@ -2582,6 +2887,31 @@
"V2"
]
},
+ "PartitionField":{
+ "type":"structure",
+ "required":["SourceName"],
+ "members":{
+ "SourceName":{
+ "shape":"NonEmptyStringWithoutWhitespace",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ }
+ },
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
+ "PartitionFields":{
+ "type":"list",
+ "member":{"shape":"PartitionField"}
+ },
+ "PartitionSpec":{
+ "type":"structure",
+ "members":{
+ "Identity":{
+ "shape":"PartitionFields",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ }
+ },
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
"Password":{
"type":"string",
"max":512,
@@ -2697,7 +3027,7 @@
"members":{
"DeliveryStreamName":{
"shape":"DeliveryStreamName",
- "documentation":"The name of the delivery stream.
"
+ "documentation":"The name of the Firehose stream.
"
},
"Records":{
"shape":"PutRecordBatchRequestEntryList",
@@ -2748,7 +3078,7 @@
"documentation":"The error message for an individual record result.
"
}
},
- "documentation":"Contains the result for an individual record from a PutRecordBatch request. If the record is successfully added to your delivery stream, it receives a record ID. If the record fails to be added to your delivery stream, the result includes an error code and an error message.
"
+ "documentation":"Contains the result for an individual record from a PutRecordBatch request. If the record is successfully added to your Firehose stream, it receives a record ID. If the record fails to be added to your Firehose stream, the result includes an error code and an error message.
"
},
"PutRecordBatchResponseEntryList":{
"type":"list",
@@ -2765,7 +3095,7 @@
"members":{
"DeliveryStreamName":{
"shape":"DeliveryStreamName",
- "documentation":"The name of the delivery stream.
"
+ "documentation":"The name of the Firehose stream.
"
},
"Record":{
"shape":"Record",
@@ -2801,7 +3131,7 @@
"documentation":"The data blob, which is base64-encoded when the blob is serialized. The maximum size of the data blob, before base64-encoding, is 1,000 KiB.
"
}
},
- "documentation":"The unit of data in a delivery stream.
"
+ "documentation":"The unit of data in a Firehose stream.
"
},
"RedshiftDestinationConfiguration":{
"type":"structure",
@@ -2846,7 +3176,7 @@
},
"S3BackupMode":{
"shape":"RedshiftS3BackupMode",
- "documentation":"The Amazon S3 backup mode. After you create a delivery stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the delivery stream to disable it.
"
+ "documentation":"The Amazon S3 backup mode. After you create a Firehose stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.
"
},
"S3BackupConfiguration":{
"shape":"S3DestinationConfiguration",
@@ -2854,7 +3184,7 @@
},
"CloudWatchLoggingOptions":{
"shape":"CloudWatchLoggingOptions",
- "documentation":"The CloudWatch logging options for your delivery stream.
"
+ "documentation":"The CloudWatch logging options for your Firehose stream.
"
},
"SecretsManagerConfiguration":{
"shape":"SecretsManagerConfiguration",
@@ -2910,7 +3240,7 @@
},
"CloudWatchLoggingOptions":{
"shape":"CloudWatchLoggingOptions",
- "documentation":"The Amazon CloudWatch logging options for your delivery stream.
"
+ "documentation":"The Amazon CloudWatch logging options for your Firehose stream.
"
},
"SecretsManagerConfiguration":{
"shape":"SecretsManagerConfiguration",
@@ -2956,7 +3286,7 @@
},
"S3BackupMode":{
"shape":"RedshiftS3BackupMode",
- "documentation":"You can update a delivery stream to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the delivery stream to disable it.
"
+ "documentation":"You can update a Firehose stream to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.
"
},
"S3BackupUpdate":{
"shape":"S3DestinationUpdate",
@@ -2964,7 +3294,7 @@
},
"CloudWatchLoggingOptions":{
"shape":"CloudWatchLoggingOptions",
- "documentation":"The Amazon CloudWatch logging options for your delivery stream.
"
+ "documentation":"The Amazon CloudWatch logging options for your Firehose stream.
"
},
"SecretsManagerConfiguration":{
"shape":"SecretsManagerConfiguration",
@@ -3027,16 +3357,16 @@
"members":{
"DurationInSeconds":{
"shape":"RetryDurationInSeconds",
- "documentation":"The period of time during which Firehose retries to deliver data to the specified Amazon S3 prefix.
"
+ "documentation":"The period of time during which Firehose retries to deliver data to the specified destination.
"
}
},
- "documentation":" The retry behavior in case Firehose is unable to deliver data to an Amazon S3 prefix.
"
+ "documentation":" The retry behavior in case Firehose is unable to deliver data to a destination.
"
},
"RoleARN":{
"type":"string",
"max":512,
"min":1,
- "pattern":"arn:.*"
+ "pattern":"arn:.*:iam::\\d{12}:role/[a-zA-Z_0-9+=,.@\\-_/]+"
},
"S3BackupMode":{
"type":"string",
@@ -3082,7 +3412,7 @@
},
"CloudWatchLoggingOptions":{
"shape":"CloudWatchLoggingOptions",
- "documentation":"The CloudWatch logging options for your delivery stream.
"
+ "documentation":"The CloudWatch logging options for your Firehose stream.
"
}
},
"documentation":"Describes the configuration of a destination in Amazon S3.
"
@@ -3127,7 +3457,7 @@
},
"CloudWatchLoggingOptions":{
"shape":"CloudWatchLoggingOptions",
- "documentation":"The Amazon CloudWatch logging options for your delivery stream.
"
+ "documentation":"The Amazon CloudWatch logging options for your Firehose stream.
"
}
},
"documentation":"Describes a destination in Amazon S3.
"
@@ -3165,11 +3495,18 @@
},
"CloudWatchLoggingOptions":{
"shape":"CloudWatchLoggingOptions",
- "documentation":"The CloudWatch logging options for your delivery stream.
"
+ "documentation":"The CloudWatch logging options for your Firehose stream.
"
}
},
"documentation":"Describes an update for a destination in Amazon S3.
"
},
+ "SSLMode":{
+ "type":"string",
+ "enum":[
+ "Disabled",
+ "Enabled"
+ ]
+ },
"SchemaConfiguration":{
"type":"structure",
"members":{
@@ -3200,11 +3537,22 @@
},
"documentation":"Specifies the schema to which you want Firehose to configure your data before it writes it to Amazon S3. This parameter is required if Enabled
is set to true.
"
},
+ "SchemaEvolutionConfiguration":{
+ "type":"structure",
+ "required":["Enabled"],
+ "members":{
+ "Enabled":{
+ "shape":"BooleanObject",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ }
+ },
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
"SecretARN":{
"type":"string",
"max":2048,
"min":1,
- "pattern":"arn:.*"
+ "pattern":"arn:.*:secretsmanager:[a-zA-Z0-9\\-]+:\\d{12}:secret:[a-zA-Z0-9\\-/_+=.@]+"
},
"SecretsManagerConfiguration":{
"type":"structure",
@@ -3212,7 +3560,7 @@
"members":{
"SecretARN":{
"shape":"SecretARN",
- "documentation":"The ARN of the secret that stores your credentials. It must be in the same region as the Firehose stream and the role. The secret ARN can reside in a different account than the delivery stream and role as Firehose supports cross-account secret access. This parameter is required when Enabled is set to True
.
"
+ "documentation":"The ARN of the secret that stores your credentials. It must be in the same region as the Firehose stream and the role. The secret ARN can reside in a different account than the Firehose stream and role as Firehose supports cross-account secret access. This parameter is required when Enabled is set to True
.
"
},
"RoleARN":{
"shape":"RoleARN",
@@ -3220,7 +3568,7 @@
},
"Enabled":{
"shape":"BooleanObject",
- "documentation":"Specifies whether you want to use the the secrets manager feature. When set as True
the secrets manager configuration overwrites the existing secrets in the destination configuration. When it's set to False
Firehose falls back to the credentials in the destination configuration.
"
+ "documentation":"Specifies whether you want to use the secrets manager feature. When set as True
the secrets manager configuration overwrites the existing secrets in the destination configuration. When it's set to False
Firehose falls back to the credentials in the destination configuration.
"
}
},
"documentation":"The structure that defines how Firehose accesses the secret.
"
@@ -3253,7 +3601,7 @@
"documentation":"A message that provides information about the error.
"
}
},
- "documentation":"The service is unavailable. Back off and retry the operation. If you continue to see the exception, throughput limits for the delivery stream may have been exceeded. For more information about limits and how to request an increase, see Amazon Firehose Limits.
",
+ "documentation":"The service is unavailable. Back off and retry the operation. If you continue to see the exception, throughput limits for the Firehose stream may have been exceeded. For more information about limits and how to request an increase, see Amazon Firehose Limits.
",
"exception":true,
"fault":true
},
@@ -3262,6 +3610,21 @@
"max":128,
"min":1
},
+ "SnapshotRequestedBy":{
+ "type":"string",
+ "enum":[
+ "USER",
+ "FIREHOSE"
+ ]
+ },
+ "SnapshotStatus":{
+ "type":"string",
+ "enum":[
+ "IN_PROGRESS",
+ "COMPLETE",
+ "SUSPENDED"
+ ]
+ },
"SnowflakeAccountUrl":{
"type":"string",
"max":2048,
@@ -3274,7 +3637,7 @@
"members":{
"SizeInMBs":{
"shape":"SnowflakeBufferingSizeInMBs",
- "documentation":" Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 1.
"
+ "documentation":"Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 128.
"
},
"IntervalInSeconds":{
"shape":"SnowflakeBufferingIntervalInSeconds",
@@ -3526,7 +3889,7 @@
},
"S3BackupMode":{
"shape":"SnowflakeS3BackupMode",
- "documentation":"Choose an S3 backup mode
"
+ "documentation":"Choose an S3 backup mode. Once you set the mode as AllData
, you can not change it to FailedDataOnly
.
"
},
"S3Update":{"shape":"S3DestinationUpdate"},
"SecretsManagerConfiguration":{
@@ -3647,9 +4010,13 @@
"MSKSourceDescription":{
"shape":"MSKSourceDescription",
"documentation":"The configuration description for the Amazon MSK cluster to be used as the source for a delivery stream.
"
+ },
+ "DatabaseSourceDescription":{
+ "shape":"DatabaseSourceDescription",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
}
},
- "documentation":"Details about a Kinesis data stream used as the source for a Firehose delivery stream.
"
+ "documentation":"Details about a Kinesis data stream used as the source for a Firehose Firehose stream.
"
},
"SplunkBufferingHints":{
"type":"structure",
@@ -3717,7 +4084,7 @@
},
"CloudWatchLoggingOptions":{
"shape":"CloudWatchLoggingOptions",
- "documentation":"The Amazon CloudWatch logging options for your delivery stream.
"
+ "documentation":"The Amazon CloudWatch logging options for your Firehose stream.
"
},
"BufferingHints":{
"shape":"SplunkBufferingHints",
@@ -3767,7 +4134,7 @@
},
"CloudWatchLoggingOptions":{
"shape":"CloudWatchLoggingOptions",
- "documentation":"The Amazon CloudWatch logging options for your delivery stream.
"
+ "documentation":"The Amazon CloudWatch logging options for your Firehose stream.
"
},
"BufferingHints":{
"shape":"SplunkBufferingHints",
@@ -3817,7 +4184,7 @@
},
"CloudWatchLoggingOptions":{
"shape":"CloudWatchLoggingOptions",
- "documentation":"The Amazon CloudWatch logging options for your delivery stream.
"
+ "documentation":"The Amazon CloudWatch logging options for your Firehose stream.
"
},
"BufferingHints":{
"shape":"SplunkBufferingHints",
@@ -3858,7 +4225,7 @@
"members":{
"DeliveryStreamName":{
"shape":"DeliveryStreamName",
- "documentation":"The name of the delivery stream for which you want to enable server-side encryption (SSE).
"
+ "documentation":"The name of the Firehose stream for which you want to enable server-side encryption (SSE).
"
},
"DeliveryStreamEncryptionConfigurationInput":{
"shape":"DeliveryStreamEncryptionConfigurationInput",
@@ -3877,7 +4244,7 @@
"members":{
"DeliveryStreamName":{
"shape":"DeliveryStreamName",
- "documentation":"The name of the delivery stream for which you want to disable server-side encryption (SSE).
"
+ "documentation":"The name of the Firehose stream for which you want to disable server-side encryption (SSE).
"
}
}
},
@@ -3886,12 +4253,29 @@
"members":{
}
},
+ "StringWithLettersDigitsUnderscoresDots":{
+ "type":"string",
+ "max":255,
+ "min":1,
+ "pattern":"[a-zA-Z0-9\\.\\_]+"
+ },
"SubnetIdList":{
"type":"list",
"member":{"shape":"NonEmptyStringWithoutWhitespace"},
"max":16,
"min":1
},
+ "TableCreationConfiguration":{
+ "type":"structure",
+ "required":["Enabled"],
+ "members":{
+ "Enabled":{
+ "shape":"BooleanObject",
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ }
+ },
+ "documentation":"
Amazon Data Firehose is in preview release and is subject to change.
"
+ },
"Tag":{
"type":"structure",
"required":["Key"],
@@ -3905,7 +4289,7 @@
"documentation":"An optional string, which you can use to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @
"
}
},
- "documentation":"Metadata that you can assign to a delivery stream, consisting of a key-value pair.
"
+ "documentation":"Metadata that you can assign to a Firehose stream, consisting of a key-value pair.
"
},
"TagDeliveryStreamInput":{
"type":"structure",
@@ -3916,7 +4300,7 @@
"members":{
"DeliveryStreamName":{
"shape":"DeliveryStreamName",
- "documentation":"The name of the delivery stream to which you want to add the tags.
"
+ "documentation":"The name of the Firehose stream to which you want to add the tags.
"
},
"Tags":{
"shape":"TagDeliveryStreamInputTagList",
@@ -3969,7 +4353,7 @@
"members":{
"DeliveryStreamName":{
"shape":"DeliveryStreamName",
- "documentation":"The name of the delivery stream.
"
+ "documentation":"The name of the Firehose stream.
"
},
"TagKeys":{
"shape":"TagKeyList",
@@ -3992,7 +4376,7 @@
"members":{
"DeliveryStreamName":{
"shape":"DeliveryStreamName",
- "documentation":"The name of the delivery stream.
"
+ "documentation":"The name of the Firehose stream.
"
},
"CurrentDeliveryStreamVersionId":{
"shape":"DeliveryStreamVersionId",
@@ -4041,7 +4425,7 @@
},
"IcebergDestinationUpdate":{
"shape":"IcebergDestinationUpdate",
- "documentation":" Describes an update for a destination in Apache Iceberg Tables.
Amazon Data Firehose is in preview release and is subject to change.
"
+ "documentation":" Describes an update for a destination in Apache Iceberg Tables.
"
}
}
},
@@ -4067,11 +4451,11 @@
"members":{
"SubnetIds":{
"shape":"SubnetIdList",
- "documentation":"The IDs of the subnets that you want Firehose to use to create ENIs in the VPC of the Amazon ES destination. Make sure that the routing tables and inbound and outbound rules allow traffic to flow from the subnets whose IDs are specified here to the subnets that have the destination Amazon ES endpoints. Firehose creates at least one ENI in each of the subnets that are specified here. Do not delete or modify these ENIs.
The number of ENIs that Firehose creates in the subnets specified here scales up and down automatically based on throughput. To enable Firehose to scale up the number of ENIs to match throughput, ensure that you have sufficient quota. To help you calculate the quota you need, assume that Firehose can create up to three ENIs for this delivery stream for each of the subnets specified here. For more information about ENI quota, see Network Interfaces in the Amazon VPC Quotas topic.
"
+ "documentation":"The IDs of the subnets that you want Firehose to use to create ENIs in the VPC of the Amazon ES destination. Make sure that the routing tables and inbound and outbound rules allow traffic to flow from the subnets whose IDs are specified here to the subnets that have the destination Amazon ES endpoints. Firehose creates at least one ENI in each of the subnets that are specified here. Do not delete or modify these ENIs.
The number of ENIs that Firehose creates in the subnets specified here scales up and down automatically based on throughput. To enable Firehose to scale up the number of ENIs to match throughput, ensure that you have sufficient quota. To help you calculate the quota you need, assume that Firehose can create up to three ENIs for this Firehose stream for each of the subnets specified here. For more information about ENI quota, see Network Interfaces in the Amazon VPC Quotas topic.
"
},
"RoleARN":{
"shape":"RoleARN",
- "documentation":"The ARN of the IAM role that you want the delivery stream to use to create endpoints in the destination VPC. You can use your existing Firehose delivery role or you can specify a new role. In either case, make sure that the role trusts the Firehose service principal and that it grants the following permissions:
-
ec2:DescribeVpcs
-
ec2:DescribeVpcAttribute
-
ec2:DescribeSubnets
-
ec2:DescribeSecurityGroups
-
ec2:DescribeNetworkInterfaces
-
ec2:CreateNetworkInterface
-
ec2:CreateNetworkInterfacePermission
-
ec2:DeleteNetworkInterface
When you specify subnets for delivering data to the destination in a private VPC, make sure you have enough number of free IP addresses in chosen subnets. If there is no available free IP address in a specified subnet, Firehose cannot create or add ENIs for the data delivery in the private VPC, and the delivery will be degraded or fail.
"
+ "documentation":"The ARN of the IAM role that you want the Firehose stream to use to create endpoints in the destination VPC. You can use your existing Firehose delivery role or you can specify a new role. In either case, make sure that the role trusts the Firehose service principal and that it grants the following permissions:
-
ec2:DescribeVpcs
-
ec2:DescribeVpcAttribute
-
ec2:DescribeSubnets
-
ec2:DescribeSecurityGroups
-
ec2:DescribeNetworkInterfaces
-
ec2:CreateNetworkInterface
-
ec2:CreateNetworkInterfacePermission
-
ec2:DeleteNetworkInterface
When you specify subnets for delivering data to the destination in a private VPC, make sure you have enough number of free IP addresses in chosen subnets. If there is no available free IP address in a specified subnet, Firehose cannot create or add ENIs for the data delivery in the private VPC, and the delivery will be degraded or fail.
"
},
"SecurityGroupIds":{
"shape":"SecurityGroupIdList",
@@ -4091,15 +4475,15 @@
"members":{
"SubnetIds":{
"shape":"SubnetIdList",
- "documentation":"The IDs of the subnets that Firehose uses to create ENIs in the VPC of the Amazon ES destination. Make sure that the routing tables and inbound and outbound rules allow traffic to flow from the subnets whose IDs are specified here to the subnets that have the destination Amazon ES endpoints. Firehose creates at least one ENI in each of the subnets that are specified here. Do not delete or modify these ENIs.
The number of ENIs that Firehose creates in the subnets specified here scales up and down automatically based on throughput. To enable Firehose to scale up the number of ENIs to match throughput, ensure that you have sufficient quota. To help you calculate the quota you need, assume that Firehose can create up to three ENIs for this delivery stream for each of the subnets specified here. For more information about ENI quota, see Network Interfaces in the Amazon VPC Quotas topic.
"
+ "documentation":"The IDs of the subnets that Firehose uses to create ENIs in the VPC of the Amazon ES destination. Make sure that the routing tables and inbound and outbound rules allow traffic to flow from the subnets whose IDs are specified here to the subnets that have the destination Amazon ES endpoints. Firehose creates at least one ENI in each of the subnets that are specified here. Do not delete or modify these ENIs.
The number of ENIs that Firehose creates in the subnets specified here scales up and down automatically based on throughput. To enable Firehose to scale up the number of ENIs to match throughput, ensure that you have sufficient quota. To help you calculate the quota you need, assume that Firehose can create up to three ENIs for this Firehose stream for each of the subnets specified here. For more information about ENI quota, see Network Interfaces in the Amazon VPC Quotas topic.
"
},
"RoleARN":{
"shape":"RoleARN",
- "documentation":"The ARN of the IAM role that the delivery stream uses to create endpoints in the destination VPC. You can use your existing Firehose delivery role or you can specify a new role. In either case, make sure that the role trusts the Firehose service principal and that it grants the following permissions:
-
ec2:DescribeVpcs
-
ec2:DescribeVpcAttribute
-
ec2:DescribeSubnets
-
ec2:DescribeSecurityGroups
-
ec2:DescribeNetworkInterfaces
-
ec2:CreateNetworkInterface
-
ec2:CreateNetworkInterfacePermission
-
ec2:DeleteNetworkInterface
If you revoke these permissions after you create the delivery stream, Firehose can't scale out by creating more ENIs when necessary. You might therefore see a degradation in performance.
"
+ "documentation":"The ARN of the IAM role that the Firehose stream uses to create endpoints in the destination VPC. You can use your existing Firehose delivery role or you can specify a new role. In either case, make sure that the role trusts the Firehose service principal and that it grants the following permissions:
-
ec2:DescribeVpcs
-
ec2:DescribeVpcAttribute
-
ec2:DescribeSubnets
-
ec2:DescribeSecurityGroups
-
ec2:DescribeNetworkInterfaces
-
ec2:CreateNetworkInterface
-
ec2:CreateNetworkInterfacePermission
-
ec2:DeleteNetworkInterface
If you revoke these permissions after you create the Firehose stream, Firehose can't scale out by creating more ENIs when necessary. You might therefore see a degradation in performance.
"
},
"SecurityGroupIds":{
"shape":"SecurityGroupIdList",
- "documentation":"The IDs of the security groups that Firehose uses when it creates ENIs in the VPC of the Amazon ES destination. You can use the same security group that the Amazon ES domain uses or different ones. If you specify different security groups, ensure that they allow outbound HTTPS traffic to the Amazon ES domain's security group. Also ensure that the Amazon ES domain's security group allows HTTPS traffic from the security groups specified here. If you use the same security group for both your delivery stream and the Amazon ES domain, make sure the security group inbound rule allows HTTPS traffic. For more information about security group rules, see Security group rules in the Amazon VPC documentation.
"
+ "documentation":"The IDs of the security groups that Firehose uses when it creates ENIs in the VPC of the Amazon ES destination. You can use the same security group that the Amazon ES domain uses or different ones. If you specify different security groups, ensure that they allow outbound HTTPS traffic to the Amazon ES domain's security group. Also ensure that the Amazon ES domain's security group allows HTTPS traffic from the security groups specified here. If you use the same security group for both your Firehose stream and the Amazon ES domain, make sure the security group inbound rule allows HTTPS traffic. For more information about security group rules, see Security group rules in the Amazon VPC documentation.
"
},
"VpcId":{
"shape":"NonEmptyStringWithoutWhitespace",
@@ -4107,6 +4491,18 @@
}
},
"documentation":"The details of the VPC of the Amazon ES destination.
"
+ },
+ "VpcEndpointServiceName":{
+ "type":"string",
+ "max":255,
+ "min":47,
+ "pattern":"([a-zA-Z0-9\\-\\_]+\\.){2,3}vpce\\.[a-zA-Z0-9\\-]*\\.vpce-svc\\-[a-zA-Z0-9\\-]{17}$"
+ },
+ "WarehouseLocation":{
+ "type":"string",
+ "max":2048,
+ "min":1,
+ "pattern":"s3:\\/\\/.*"
}
},
"documentation":"Amazon Data Firehose Amazon Data Firehose was previously known as Amazon Kinesis Data Firehose.
Amazon Data Firehose is a fully managed service that delivers real-time streaming data to destinations such as Amazon Simple Storage Service (Amazon S3), Amazon OpenSearch Service, Amazon Redshift, Splunk, and various other supported destinations.
"
diff --git a/services/fis/pom.xml b/services/fis/pom.xml
index 0f113ee663aa..82b2219a8cf0 100644
--- a/services/fis/pom.xml
+++ b/services/fis/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
fis
AWS Java SDK :: Services :: Fis
diff --git a/services/fms/pom.xml b/services/fms/pom.xml
index 0123933f96bf..f19f347a04d6 100644
--- a/services/fms/pom.xml
+++ b/services/fms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
fms
AWS Java SDK :: Services :: FMS
diff --git a/services/forecast/pom.xml b/services/forecast/pom.xml
index e08efde692f5..816cec83d20d 100644
--- a/services/forecast/pom.xml
+++ b/services/forecast/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
forecast
AWS Java SDK :: Services :: Forecast
diff --git a/services/forecastquery/pom.xml b/services/forecastquery/pom.xml
index 29ca75cf2d7e..c70ef6808c7d 100644
--- a/services/forecastquery/pom.xml
+++ b/services/forecastquery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
forecastquery
AWS Java SDK :: Services :: Forecastquery
diff --git a/services/frauddetector/pom.xml b/services/frauddetector/pom.xml
index ab2c3cbe6b90..e9d89729f8f6 100644
--- a/services/frauddetector/pom.xml
+++ b/services/frauddetector/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
frauddetector
AWS Java SDK :: Services :: FraudDetector
diff --git a/services/freetier/pom.xml b/services/freetier/pom.xml
index 7e3f5dd785ac..7d9913532e62 100644
--- a/services/freetier/pom.xml
+++ b/services/freetier/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
freetier
AWS Java SDK :: Services :: Free Tier
diff --git a/services/fsx/pom.xml b/services/fsx/pom.xml
index b2ab41127af5..cf10977ec5a1 100644
--- a/services/fsx/pom.xml
+++ b/services/fsx/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
fsx
AWS Java SDK :: Services :: FSx
diff --git a/services/gamelift/pom.xml b/services/gamelift/pom.xml
index b692c56a4afc..d9eb16348605 100644
--- a/services/gamelift/pom.xml
+++ b/services/gamelift/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
gamelift
AWS Java SDK :: Services :: AWS GameLift
diff --git a/services/geomaps/pom.xml b/services/geomaps/pom.xml
index 8a77a6e69115..7aaac0df9fe7 100644
--- a/services/geomaps/pom.xml
+++ b/services/geomaps/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
geomaps
AWS Java SDK :: Services :: Geo Maps
diff --git a/services/geoplaces/pom.xml b/services/geoplaces/pom.xml
index 85c7ea726601..ef7355e2c020 100644
--- a/services/geoplaces/pom.xml
+++ b/services/geoplaces/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
geoplaces
AWS Java SDK :: Services :: Geo Places
diff --git a/services/georoutes/pom.xml b/services/georoutes/pom.xml
index 926170e4be4d..31a45fdd663a 100644
--- a/services/georoutes/pom.xml
+++ b/services/georoutes/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
georoutes
AWS Java SDK :: Services :: Geo Routes
diff --git a/services/glacier/pom.xml b/services/glacier/pom.xml
index 31ece9411b2e..acde5058cd04 100644
--- a/services/glacier/pom.xml
+++ b/services/glacier/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
glacier
AWS Java SDK :: Services :: Amazon Glacier
diff --git a/services/globalaccelerator/pom.xml b/services/globalaccelerator/pom.xml
index c26bb3b5fd98..ca6d7d0bd835 100644
--- a/services/globalaccelerator/pom.xml
+++ b/services/globalaccelerator/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
globalaccelerator
AWS Java SDK :: Services :: Global Accelerator
diff --git a/services/glue/pom.xml b/services/glue/pom.xml
index 46973bee7e51..c79cb0d66b83 100644
--- a/services/glue/pom.xml
+++ b/services/glue/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
glue
diff --git a/services/grafana/pom.xml b/services/grafana/pom.xml
index b3d9bf0f7968..3ea4ab8458d1 100644
--- a/services/grafana/pom.xml
+++ b/services/grafana/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
grafana
AWS Java SDK :: Services :: Grafana
diff --git a/services/greengrass/pom.xml b/services/greengrass/pom.xml
index 45367028c81e..ce38fa36291a 100644
--- a/services/greengrass/pom.xml
+++ b/services/greengrass/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
greengrass
AWS Java SDK :: Services :: AWS Greengrass
diff --git a/services/greengrassv2/pom.xml b/services/greengrassv2/pom.xml
index d56245bdc012..d610919f65c7 100644
--- a/services/greengrassv2/pom.xml
+++ b/services/greengrassv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
greengrassv2
AWS Java SDK :: Services :: Greengrass V2
diff --git a/services/groundstation/pom.xml b/services/groundstation/pom.xml
index ba0758988929..63e95d6ea7a9 100644
--- a/services/groundstation/pom.xml
+++ b/services/groundstation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
groundstation
AWS Java SDK :: Services :: GroundStation
diff --git a/services/guardduty/pom.xml b/services/guardduty/pom.xml
index a3fccd908111..2650e078771f 100644
--- a/services/guardduty/pom.xml
+++ b/services/guardduty/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
guardduty
diff --git a/services/health/pom.xml b/services/health/pom.xml
index a1765a194f76..0d82a4a0a698 100644
--- a/services/health/pom.xml
+++ b/services/health/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
health
AWS Java SDK :: Services :: AWS Health APIs and Notifications
diff --git a/services/healthlake/pom.xml b/services/healthlake/pom.xml
index ec533bb10021..d2d23b79b919 100644
--- a/services/healthlake/pom.xml
+++ b/services/healthlake/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
healthlake
AWS Java SDK :: Services :: Health Lake
diff --git a/services/iam/pom.xml b/services/iam/pom.xml
index 9e30e968bb90..3cf2023e9608 100644
--- a/services/iam/pom.xml
+++ b/services/iam/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
iam
AWS Java SDK :: Services :: AWS IAM
diff --git a/services/identitystore/pom.xml b/services/identitystore/pom.xml
index 57ea5ac0c9bf..6552037eb22d 100644
--- a/services/identitystore/pom.xml
+++ b/services/identitystore/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
identitystore
AWS Java SDK :: Services :: Identitystore
diff --git a/services/imagebuilder/pom.xml b/services/imagebuilder/pom.xml
index 78aacb99dce9..896c98e874a0 100644
--- a/services/imagebuilder/pom.xml
+++ b/services/imagebuilder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
imagebuilder
AWS Java SDK :: Services :: Imagebuilder
diff --git a/services/inspector/pom.xml b/services/inspector/pom.xml
index 5c0031e012cb..f4c609da47e2 100644
--- a/services/inspector/pom.xml
+++ b/services/inspector/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
inspector
AWS Java SDK :: Services :: Amazon Inspector Service
diff --git a/services/inspector2/pom.xml b/services/inspector2/pom.xml
index 2edf55206540..79ff5516682f 100644
--- a/services/inspector2/pom.xml
+++ b/services/inspector2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
inspector2
AWS Java SDK :: Services :: Inspector2
diff --git a/services/inspectorscan/pom.xml b/services/inspectorscan/pom.xml
index 8f9ba3872500..2628552d42dc 100644
--- a/services/inspectorscan/pom.xml
+++ b/services/inspectorscan/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
inspectorscan
AWS Java SDK :: Services :: Inspector Scan
diff --git a/services/internetmonitor/pom.xml b/services/internetmonitor/pom.xml
index 7a829bd3cfec..9ef47dbfb882 100644
--- a/services/internetmonitor/pom.xml
+++ b/services/internetmonitor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
internetmonitor
AWS Java SDK :: Services :: Internet Monitor
diff --git a/services/iot/pom.xml b/services/iot/pom.xml
index 9b6a3e049fd6..900b39ef1d28 100644
--- a/services/iot/pom.xml
+++ b/services/iot/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
iot
AWS Java SDK :: Services :: AWS IoT
diff --git a/services/iot1clickdevices/pom.xml b/services/iot1clickdevices/pom.xml
index f6a142b7be35..3b5f827d2f90 100644
--- a/services/iot1clickdevices/pom.xml
+++ b/services/iot1clickdevices/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
iot1clickdevices
AWS Java SDK :: Services :: IoT 1Click Devices Service
diff --git a/services/iot1clickprojects/pom.xml b/services/iot1clickprojects/pom.xml
index de6b5bcaf28f..5e2865670d47 100644
--- a/services/iot1clickprojects/pom.xml
+++ b/services/iot1clickprojects/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
iot1clickprojects
AWS Java SDK :: Services :: IoT 1Click Projects
diff --git a/services/iotanalytics/pom.xml b/services/iotanalytics/pom.xml
index 4fe6ffc9ee80..9839782caa6a 100644
--- a/services/iotanalytics/pom.xml
+++ b/services/iotanalytics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
iotanalytics
AWS Java SDK :: Services :: IoTAnalytics
diff --git a/services/iotdataplane/pom.xml b/services/iotdataplane/pom.xml
index 8b6414d82174..46d3e2300eb5 100644
--- a/services/iotdataplane/pom.xml
+++ b/services/iotdataplane/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
iotdataplane
AWS Java SDK :: Services :: AWS IoT Data Plane
diff --git a/services/iotdeviceadvisor/pom.xml b/services/iotdeviceadvisor/pom.xml
index bfa602c0be0f..c31796048f8c 100644
--- a/services/iotdeviceadvisor/pom.xml
+++ b/services/iotdeviceadvisor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
iotdeviceadvisor
AWS Java SDK :: Services :: Iot Device Advisor
diff --git a/services/iotevents/pom.xml b/services/iotevents/pom.xml
index 9d984428124a..f6ebd2d7d945 100644
--- a/services/iotevents/pom.xml
+++ b/services/iotevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
iotevents
AWS Java SDK :: Services :: IoT Events
diff --git a/services/ioteventsdata/pom.xml b/services/ioteventsdata/pom.xml
index 3d825e02938d..09d477be5094 100644
--- a/services/ioteventsdata/pom.xml
+++ b/services/ioteventsdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
ioteventsdata
AWS Java SDK :: Services :: IoT Events Data
diff --git a/services/iotfleethub/pom.xml b/services/iotfleethub/pom.xml
index dbd64472f030..c78505b46a67 100644
--- a/services/iotfleethub/pom.xml
+++ b/services/iotfleethub/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
iotfleethub
AWS Java SDK :: Services :: Io T Fleet Hub
diff --git a/services/iotfleetwise/pom.xml b/services/iotfleetwise/pom.xml
index 6b85fdf5539c..3bdb6b7d07fd 100644
--- a/services/iotfleetwise/pom.xml
+++ b/services/iotfleetwise/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
iotfleetwise
AWS Java SDK :: Services :: Io T Fleet Wise
diff --git a/services/iotjobsdataplane/pom.xml b/services/iotjobsdataplane/pom.xml
index b8668f662bf6..0194fd1ff606 100644
--- a/services/iotjobsdataplane/pom.xml
+++ b/services/iotjobsdataplane/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
iotjobsdataplane
AWS Java SDK :: Services :: IoT Jobs Data Plane
diff --git a/services/iotsecuretunneling/pom.xml b/services/iotsecuretunneling/pom.xml
index f9cee869b9fa..96ff4338ca2e 100644
--- a/services/iotsecuretunneling/pom.xml
+++ b/services/iotsecuretunneling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
iotsecuretunneling
AWS Java SDK :: Services :: IoTSecureTunneling
diff --git a/services/iotsitewise/pom.xml b/services/iotsitewise/pom.xml
index 882f67c5ed8e..26c0f1fb0cc7 100644
--- a/services/iotsitewise/pom.xml
+++ b/services/iotsitewise/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
iotsitewise
AWS Java SDK :: Services :: Io T Site Wise
diff --git a/services/iotthingsgraph/pom.xml b/services/iotthingsgraph/pom.xml
index f3ba154a9b6d..6a176361197f 100644
--- a/services/iotthingsgraph/pom.xml
+++ b/services/iotthingsgraph/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
iotthingsgraph
AWS Java SDK :: Services :: IoTThingsGraph
diff --git a/services/iottwinmaker/pom.xml b/services/iottwinmaker/pom.xml
index f33a1e127f6f..cd314a2182ff 100644
--- a/services/iottwinmaker/pom.xml
+++ b/services/iottwinmaker/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
iottwinmaker
AWS Java SDK :: Services :: Io T Twin Maker
diff --git a/services/iotwireless/pom.xml b/services/iotwireless/pom.xml
index 18b58a8b9035..274c623f5cb0 100644
--- a/services/iotwireless/pom.xml
+++ b/services/iotwireless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
iotwireless
AWS Java SDK :: Services :: IoT Wireless
diff --git a/services/ivs/pom.xml b/services/ivs/pom.xml
index 89b3aff1f895..33353d48c118 100644
--- a/services/ivs/pom.xml
+++ b/services/ivs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
ivs
AWS Java SDK :: Services :: Ivs
diff --git a/services/ivschat/pom.xml b/services/ivschat/pom.xml
index 1228ee2d15c5..cc12677c2109 100644
--- a/services/ivschat/pom.xml
+++ b/services/ivschat/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
ivschat
AWS Java SDK :: Services :: Ivschat
diff --git a/services/ivsrealtime/pom.xml b/services/ivsrealtime/pom.xml
index cf02517180dc..45c60d1280a9 100644
--- a/services/ivsrealtime/pom.xml
+++ b/services/ivsrealtime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
ivsrealtime
AWS Java SDK :: Services :: IVS Real Time
diff --git a/services/kafka/pom.xml b/services/kafka/pom.xml
index 9d379213b0aa..e63714054c4b 100644
--- a/services/kafka/pom.xml
+++ b/services/kafka/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
kafka
AWS Java SDK :: Services :: Kafka
diff --git a/services/kafkaconnect/pom.xml b/services/kafkaconnect/pom.xml
index c6e9039ae7dd..c59d459c75c8 100644
--- a/services/kafkaconnect/pom.xml
+++ b/services/kafkaconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
kafkaconnect
AWS Java SDK :: Services :: Kafka Connect
diff --git a/services/kendra/pom.xml b/services/kendra/pom.xml
index 575fdb9d968e..8965849fb0b8 100644
--- a/services/kendra/pom.xml
+++ b/services/kendra/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
kendra
AWS Java SDK :: Services :: Kendra
diff --git a/services/kendraranking/pom.xml b/services/kendraranking/pom.xml
index 0320a64ea05b..c91cc9636226 100644
--- a/services/kendraranking/pom.xml
+++ b/services/kendraranking/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
kendraranking
AWS Java SDK :: Services :: Kendra Ranking
diff --git a/services/keyspaces/pom.xml b/services/keyspaces/pom.xml
index 3732644b1dca..c33b21132816 100644
--- a/services/keyspaces/pom.xml
+++ b/services/keyspaces/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
keyspaces
AWS Java SDK :: Services :: Keyspaces
diff --git a/services/kinesis/pom.xml b/services/kinesis/pom.xml
index b5835b114ca5..ccd01d0917c1 100644
--- a/services/kinesis/pom.xml
+++ b/services/kinesis/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
kinesis
AWS Java SDK :: Services :: Amazon Kinesis
diff --git a/services/kinesisanalytics/pom.xml b/services/kinesisanalytics/pom.xml
index f72a4295b489..85102acb86c9 100644
--- a/services/kinesisanalytics/pom.xml
+++ b/services/kinesisanalytics/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
kinesisanalytics
AWS Java SDK :: Services :: Amazon Kinesis Analytics
diff --git a/services/kinesisanalyticsv2/pom.xml b/services/kinesisanalyticsv2/pom.xml
index f1cfdbb8764d..2697545f08ca 100644
--- a/services/kinesisanalyticsv2/pom.xml
+++ b/services/kinesisanalyticsv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
kinesisanalyticsv2
AWS Java SDK :: Services :: Kinesis Analytics V2
diff --git a/services/kinesisvideo/pom.xml b/services/kinesisvideo/pom.xml
index b2d34be7aad4..23d2a9b69d87 100644
--- a/services/kinesisvideo/pom.xml
+++ b/services/kinesisvideo/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
kinesisvideo
diff --git a/services/kinesisvideoarchivedmedia/pom.xml b/services/kinesisvideoarchivedmedia/pom.xml
index cb93edf3a863..3940383be1c5 100644
--- a/services/kinesisvideoarchivedmedia/pom.xml
+++ b/services/kinesisvideoarchivedmedia/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
kinesisvideoarchivedmedia
AWS Java SDK :: Services :: Kinesis Video Archived Media
diff --git a/services/kinesisvideomedia/pom.xml b/services/kinesisvideomedia/pom.xml
index fb2fde2a0330..4f691ad768c7 100644
--- a/services/kinesisvideomedia/pom.xml
+++ b/services/kinesisvideomedia/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
kinesisvideomedia
AWS Java SDK :: Services :: Kinesis Video Media
diff --git a/services/kinesisvideosignaling/pom.xml b/services/kinesisvideosignaling/pom.xml
index f3bc443d9f47..3569211bcb18 100644
--- a/services/kinesisvideosignaling/pom.xml
+++ b/services/kinesisvideosignaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
kinesisvideosignaling
AWS Java SDK :: Services :: Kinesis Video Signaling
diff --git a/services/kinesisvideowebrtcstorage/pom.xml b/services/kinesisvideowebrtcstorage/pom.xml
index 5845b63925f1..6b7d448a03f3 100644
--- a/services/kinesisvideowebrtcstorage/pom.xml
+++ b/services/kinesisvideowebrtcstorage/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
kinesisvideowebrtcstorage
AWS Java SDK :: Services :: Kinesis Video Web RTC Storage
diff --git a/services/kms/pom.xml b/services/kms/pom.xml
index 3dbfb6080f0a..568430fffe81 100644
--- a/services/kms/pom.xml
+++ b/services/kms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
kms
AWS Java SDK :: Services :: AWS KMS
diff --git a/services/lakeformation/pom.xml b/services/lakeformation/pom.xml
index 8e94c2b8eb2a..0075b74ada56 100644
--- a/services/lakeformation/pom.xml
+++ b/services/lakeformation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
lakeformation
AWS Java SDK :: Services :: LakeFormation
diff --git a/services/lambda/pom.xml b/services/lambda/pom.xml
index e0ac6966db5a..ad6b1c8a2376 100644
--- a/services/lambda/pom.xml
+++ b/services/lambda/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
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 bb88177b62fd..27494f9cecee 100644
--- a/services/lambda/src/main/resources/codegen-resources/service-2.json
+++ b/services/lambda/src/main/resources/codegen-resources/service-2.json
@@ -1945,7 +1945,7 @@
},
"KMSKeyArn":{
"shape":"KMSKeyArn",
- "documentation":"The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt your function's environment variables. When Lambda SnapStart is activated, Lambda also uses this key is to encrypt your function's snapshot. If you deploy your function using a container image, Lambda also uses this key to encrypt your function when it's deployed. Note that this is not the same key that's used to protect your container image in the Amazon Elastic Container Registry (Amazon ECR). If you don't provide a customer managed key, Lambda uses a default service key.
"
+ "documentation":"The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt the following resources:
-
The function's environment variables.
-
The function's Lambda SnapStart snapshots.
-
When used with SourceKMSKeyArn
, the unzipped version of the .zip deployment package that's used for function invocations. For more information, see Specifying a customer managed key for Lambda.
-
The optimized version of the container image that's used for function invocations. Note that this is not the same key that's used to protect your container image in the Amazon Elastic Container Registry (Amazon ECR). For more information, see Function lifecycle.
If you don't provide a customer managed key, Lambda uses an Amazon Web Services owned key or an Amazon Web Services managed key.
"
},
"TracingConfig":{
"shape":"TracingConfig",
@@ -2726,6 +2726,10 @@
"ImageUri":{
"shape":"String",
"documentation":"URI of a container image in the Amazon ECR registry.
"
+ },
+ "SourceKMSKeyArn":{
+ "shape":"KMSKeyArn",
+ "documentation":"The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt your function's .zip deployment package. If you don't provide a customer managed key, Lambda uses an Amazon Web Services owned key.
"
}
},
"documentation":"The code for the Lambda function. You can either specify an object in Amazon S3, upload a .zip file archive deployment package directly, or specify the URI of a container image.
"
@@ -2748,6 +2752,10 @@
"ResolvedImageUri":{
"shape":"String",
"documentation":"The resolved URI for the image.
"
+ },
+ "SourceKMSKeyArn":{
+ "shape":"String",
+ "documentation":"The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt your function's .zip deployment package. If you don't provide a customer managed key, Lambda uses an Amazon Web Services owned key.
"
}
},
"documentation":"Details about a function's deployment package.
"
@@ -2817,7 +2825,7 @@
},
"KMSKeyArn":{
"shape":"KMSKeyArn",
- "documentation":"The KMS key that's used to encrypt the function's environment variables. When Lambda SnapStart is activated, this key is also used to encrypt the function's snapshot. This key is returned only if you've configured a customer managed key.
"
+ "documentation":"The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt the following resources:
-
The function's environment variables.
-
The function's Lambda SnapStart snapshots.
-
When used with SourceKMSKeyArn
, the unzipped version of the .zip deployment package that's used for function invocations. For more information, see Specifying a customer managed key for Lambda.
-
The optimized version of the container image that's used for function invocations. Note that this is not the same key that's used to protect your container image in the Amazon Elastic Container Registry (Amazon ECR). For more information, see Function lifecycle.
If you don't provide a customer managed key, Lambda uses an Amazon Web Services owned key or an Amazon Web Services managed key.
"
},
"TracingConfig":{
"shape":"TracingConfigResponse",
@@ -3229,7 +3237,7 @@
},
"Tags":{
"shape":"Tags",
- "documentation":"The function's tags. Lambda returns tag data only if you have explicit allow permissions for lambda:ListTags.
"
+ "documentation":"The function's tags. Lambda returns tag data only if you have explicit allow permissions for lambda:ListTags.
"
},
"TagsError":{
"shape":"TagsError",
@@ -6116,6 +6124,10 @@
"Architectures":{
"shape":"ArchitecturesList",
"documentation":"The instruction set architecture that the function supports. Enter a string array with one of the valid values (arm64 or x86_64). The default value is x86_64
.
"
+ },
+ "SourceKMSKeyArn":{
+ "shape":"KMSKeyArn",
+ "documentation":"The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt your function's .zip deployment package. If you don't provide a customer managed key, Lambda uses an Amazon Web Services managed key.
"
}
}
},
@@ -6167,7 +6179,7 @@
},
"KMSKeyArn":{
"shape":"KMSKeyArn",
- "documentation":"The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt your function's environment variables. When Lambda SnapStart is activated, Lambda also uses this key is to encrypt your function's snapshot. If you deploy your function using a container image, Lambda also uses this key to encrypt your function when it's deployed. Note that this is not the same key that's used to protect your container image in the Amazon Elastic Container Registry (Amazon ECR). If you don't provide a customer managed key, Lambda uses a default service key.
"
+ "documentation":"The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt the following resources:
-
The function's environment variables.
-
The function's Lambda SnapStart snapshots.
-
When used with SourceKMSKeyArn
, the unzipped version of the .zip deployment package that's used for function invocations. For more information, see Specifying a customer managed key for Lambda.
-
The optimized version of the container image that's used for function invocations. Note that this is not the same key that's used to protect your container image in the Amazon Elastic Container Registry (Amazon ECR). For more information, see Function lifecycle.
If you don't provide a customer managed key, Lambda uses an Amazon Web Services owned key or an Amazon Web Services managed key.
"
},
"TracingConfig":{
"shape":"TracingConfig",
diff --git a/services/launchwizard/pom.xml b/services/launchwizard/pom.xml
index c8f7d9f23e0b..d2201257ff6d 100644
--- a/services/launchwizard/pom.xml
+++ b/services/launchwizard/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
launchwizard
AWS Java SDK :: Services :: Launch Wizard
diff --git a/services/lexmodelbuilding/pom.xml b/services/lexmodelbuilding/pom.xml
index 1246a9d51880..72904a65f3df 100644
--- a/services/lexmodelbuilding/pom.xml
+++ b/services/lexmodelbuilding/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
lexmodelbuilding
AWS Java SDK :: Services :: Amazon Lex Model Building
diff --git a/services/lexmodelsv2/pom.xml b/services/lexmodelsv2/pom.xml
index e463d95939ae..3a80cf400906 100644
--- a/services/lexmodelsv2/pom.xml
+++ b/services/lexmodelsv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
lexmodelsv2
AWS Java SDK :: Services :: Lex Models V2
diff --git a/services/lexruntime/pom.xml b/services/lexruntime/pom.xml
index 3deca073770a..bcbce1e3ae8f 100644
--- a/services/lexruntime/pom.xml
+++ b/services/lexruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
lexruntime
AWS Java SDK :: Services :: Amazon Lex Runtime
diff --git a/services/lexruntimev2/pom.xml b/services/lexruntimev2/pom.xml
index 42f7298efce7..4a5a4e54b345 100644
--- a/services/lexruntimev2/pom.xml
+++ b/services/lexruntimev2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
lexruntimev2
AWS Java SDK :: Services :: Lex Runtime V2
diff --git a/services/licensemanager/pom.xml b/services/licensemanager/pom.xml
index 8fcb3e2d4d93..3b64b6460fff 100644
--- a/services/licensemanager/pom.xml
+++ b/services/licensemanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
licensemanager
AWS Java SDK :: Services :: License Manager
diff --git a/services/licensemanagerlinuxsubscriptions/pom.xml b/services/licensemanagerlinuxsubscriptions/pom.xml
index 2be44412b293..32bdad80e162 100644
--- a/services/licensemanagerlinuxsubscriptions/pom.xml
+++ b/services/licensemanagerlinuxsubscriptions/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
licensemanagerlinuxsubscriptions
AWS Java SDK :: Services :: License Manager Linux Subscriptions
diff --git a/services/licensemanagerusersubscriptions/pom.xml b/services/licensemanagerusersubscriptions/pom.xml
index 7164d24642f6..be62f9aaede7 100644
--- a/services/licensemanagerusersubscriptions/pom.xml
+++ b/services/licensemanagerusersubscriptions/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
licensemanagerusersubscriptions
AWS Java SDK :: Services :: License Manager User Subscriptions
diff --git a/services/lightsail/pom.xml b/services/lightsail/pom.xml
index dea70f6804aa..d401473fe95c 100644
--- a/services/lightsail/pom.xml
+++ b/services/lightsail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
lightsail
AWS Java SDK :: Services :: Amazon Lightsail
diff --git a/services/location/pom.xml b/services/location/pom.xml
index 966fab64a46a..96b748d876e4 100644
--- a/services/location/pom.xml
+++ b/services/location/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
location
AWS Java SDK :: Services :: Location
diff --git a/services/lookoutequipment/pom.xml b/services/lookoutequipment/pom.xml
index 5d703b0f6334..ab50bd7baf04 100644
--- a/services/lookoutequipment/pom.xml
+++ b/services/lookoutequipment/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
lookoutequipment
AWS Java SDK :: Services :: Lookout Equipment
diff --git a/services/lookoutmetrics/pom.xml b/services/lookoutmetrics/pom.xml
index 3f7c79105d9c..6335079b4f95 100644
--- a/services/lookoutmetrics/pom.xml
+++ b/services/lookoutmetrics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
lookoutmetrics
AWS Java SDK :: Services :: Lookout Metrics
diff --git a/services/lookoutvision/pom.xml b/services/lookoutvision/pom.xml
index 5a19df34c1aa..694b9dcc2350 100644
--- a/services/lookoutvision/pom.xml
+++ b/services/lookoutvision/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
lookoutvision
AWS Java SDK :: Services :: Lookout Vision
diff --git a/services/m2/pom.xml b/services/m2/pom.xml
index 70fe4ec71326..c2569d6fdb57 100644
--- a/services/m2/pom.xml
+++ b/services/m2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
m2
AWS Java SDK :: Services :: M2
diff --git a/services/machinelearning/pom.xml b/services/machinelearning/pom.xml
index 4356a0ae7f19..26c61763d039 100644
--- a/services/machinelearning/pom.xml
+++ b/services/machinelearning/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
machinelearning
AWS Java SDK :: Services :: Amazon Machine Learning
diff --git a/services/macie2/pom.xml b/services/macie2/pom.xml
index 030b45eb29ae..a00fcc70c406 100644
--- a/services/macie2/pom.xml
+++ b/services/macie2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
macie2
AWS Java SDK :: Services :: Macie2
diff --git a/services/mailmanager/pom.xml b/services/mailmanager/pom.xml
index 2bfc982b2fc7..82f50275a28c 100644
--- a/services/mailmanager/pom.xml
+++ b/services/mailmanager/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
mailmanager
AWS Java SDK :: Services :: Mail Manager
diff --git a/services/managedblockchain/pom.xml b/services/managedblockchain/pom.xml
index aea6a800d5bd..715258ad35c1 100644
--- a/services/managedblockchain/pom.xml
+++ b/services/managedblockchain/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
managedblockchain
AWS Java SDK :: Services :: ManagedBlockchain
diff --git a/services/managedblockchainquery/pom.xml b/services/managedblockchainquery/pom.xml
index 139cde99807e..88f9d8c13c02 100644
--- a/services/managedblockchainquery/pom.xml
+++ b/services/managedblockchainquery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
managedblockchainquery
AWS Java SDK :: Services :: Managed Blockchain Query
diff --git a/services/marketplaceagreement/pom.xml b/services/marketplaceagreement/pom.xml
index 061798637851..02e05d868fb8 100644
--- a/services/marketplaceagreement/pom.xml
+++ b/services/marketplaceagreement/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
marketplaceagreement
AWS Java SDK :: Services :: Marketplace Agreement
diff --git a/services/marketplacecatalog/pom.xml b/services/marketplacecatalog/pom.xml
index eb13f646d4c6..2b0d21c6c18b 100644
--- a/services/marketplacecatalog/pom.xml
+++ b/services/marketplacecatalog/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
marketplacecatalog
AWS Java SDK :: Services :: Marketplace Catalog
diff --git a/services/marketplacecommerceanalytics/pom.xml b/services/marketplacecommerceanalytics/pom.xml
index 315b1afc1e5b..3b085f5ea914 100644
--- a/services/marketplacecommerceanalytics/pom.xml
+++ b/services/marketplacecommerceanalytics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
marketplacecommerceanalytics
AWS Java SDK :: Services :: AWS Marketplace Commerce Analytics
diff --git a/services/marketplacedeployment/pom.xml b/services/marketplacedeployment/pom.xml
index f17508003a55..03e6b2ebe4a9 100644
--- a/services/marketplacedeployment/pom.xml
+++ b/services/marketplacedeployment/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
marketplacedeployment
AWS Java SDK :: Services :: Marketplace Deployment
diff --git a/services/marketplaceentitlement/pom.xml b/services/marketplaceentitlement/pom.xml
index 6be948dd820a..6fd3eb8cb234 100644
--- a/services/marketplaceentitlement/pom.xml
+++ b/services/marketplaceentitlement/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
marketplaceentitlement
AWS Java SDK :: Services :: AWS Marketplace Entitlement
diff --git a/services/marketplacemetering/pom.xml b/services/marketplacemetering/pom.xml
index 0a9f252f5c10..5abb852bd6c7 100644
--- a/services/marketplacemetering/pom.xml
+++ b/services/marketplacemetering/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
marketplacemetering
AWS Java SDK :: Services :: AWS Marketplace Metering Service
diff --git a/services/marketplacereporting/pom.xml b/services/marketplacereporting/pom.xml
index 36709a0f344d..a4dfb50e4ef3 100644
--- a/services/marketplacereporting/pom.xml
+++ b/services/marketplacereporting/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
marketplacereporting
AWS Java SDK :: Services :: Marketplace Reporting
diff --git a/services/mediaconnect/pom.xml b/services/mediaconnect/pom.xml
index bf5a2ee00bb9..4ebbcdf00f48 100644
--- a/services/mediaconnect/pom.xml
+++ b/services/mediaconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
mediaconnect
AWS Java SDK :: Services :: MediaConnect
diff --git a/services/mediaconvert/pom.xml b/services/mediaconvert/pom.xml
index 6608de7e331c..574926022bb7 100644
--- a/services/mediaconvert/pom.xml
+++ b/services/mediaconvert/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
mediaconvert
diff --git a/services/medialive/pom.xml b/services/medialive/pom.xml
index ab16e8696f7f..9ffd0c02acc0 100644
--- a/services/medialive/pom.xml
+++ b/services/medialive/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
medialive
diff --git a/services/mediapackage/pom.xml b/services/mediapackage/pom.xml
index ed33d187776b..5b8dc4dc2ea1 100644
--- a/services/mediapackage/pom.xml
+++ b/services/mediapackage/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
mediapackage
diff --git a/services/mediapackagev2/pom.xml b/services/mediapackagev2/pom.xml
index f14c32f89f96..e46fada08c69 100644
--- a/services/mediapackagev2/pom.xml
+++ b/services/mediapackagev2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
mediapackagev2
AWS Java SDK :: Services :: Media Package V2
diff --git a/services/mediapackagevod/pom.xml b/services/mediapackagevod/pom.xml
index 577ef2eb64dc..0445714b3941 100644
--- a/services/mediapackagevod/pom.xml
+++ b/services/mediapackagevod/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
mediapackagevod
AWS Java SDK :: Services :: MediaPackage Vod
diff --git a/services/mediastore/pom.xml b/services/mediastore/pom.xml
index dd28ecd71fb5..ef837fe3bca1 100644
--- a/services/mediastore/pom.xml
+++ b/services/mediastore/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
mediastore
diff --git a/services/mediastoredata/pom.xml b/services/mediastoredata/pom.xml
index 73dc367c0c0f..473fb9f40dce 100644
--- a/services/mediastoredata/pom.xml
+++ b/services/mediastoredata/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
mediastoredata
diff --git a/services/mediatailor/pom.xml b/services/mediatailor/pom.xml
index e76a722c728b..1ac8efd1368f 100644
--- a/services/mediatailor/pom.xml
+++ b/services/mediatailor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
mediatailor
AWS Java SDK :: Services :: MediaTailor
diff --git a/services/medicalimaging/pom.xml b/services/medicalimaging/pom.xml
index 3580e7e50ff7..619d810c336d 100644
--- a/services/medicalimaging/pom.xml
+++ b/services/medicalimaging/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
medicalimaging
AWS Java SDK :: Services :: Medical Imaging
diff --git a/services/memorydb/pom.xml b/services/memorydb/pom.xml
index d539ba3524d5..b3296afbf874 100644
--- a/services/memorydb/pom.xml
+++ b/services/memorydb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
memorydb
AWS Java SDK :: Services :: Memory DB
diff --git a/services/mgn/pom.xml b/services/mgn/pom.xml
index ffd6d7628b33..6b84e271e361 100644
--- a/services/mgn/pom.xml
+++ b/services/mgn/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
mgn
AWS Java SDK :: Services :: Mgn
diff --git a/services/migrationhub/pom.xml b/services/migrationhub/pom.xml
index c87759676e57..8c4c2ced2764 100644
--- a/services/migrationhub/pom.xml
+++ b/services/migrationhub/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
migrationhub
diff --git a/services/migrationhubconfig/pom.xml b/services/migrationhubconfig/pom.xml
index acfac3ceeb2f..ea80709564e9 100644
--- a/services/migrationhubconfig/pom.xml
+++ b/services/migrationhubconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
migrationhubconfig
AWS Java SDK :: Services :: MigrationHub Config
diff --git a/services/migrationhuborchestrator/pom.xml b/services/migrationhuborchestrator/pom.xml
index 4c3c1918f201..0e3c2368c138 100644
--- a/services/migrationhuborchestrator/pom.xml
+++ b/services/migrationhuborchestrator/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
migrationhuborchestrator
AWS Java SDK :: Services :: Migration Hub Orchestrator
diff --git a/services/migrationhubrefactorspaces/pom.xml b/services/migrationhubrefactorspaces/pom.xml
index c41eb91bc9d4..ca62e883808a 100644
--- a/services/migrationhubrefactorspaces/pom.xml
+++ b/services/migrationhubrefactorspaces/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
migrationhubrefactorspaces
AWS Java SDK :: Services :: Migration Hub Refactor Spaces
diff --git a/services/migrationhubstrategy/pom.xml b/services/migrationhubstrategy/pom.xml
index bdc56d4288f7..02c074c5319f 100644
--- a/services/migrationhubstrategy/pom.xml
+++ b/services/migrationhubstrategy/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
migrationhubstrategy
AWS Java SDK :: Services :: Migration Hub Strategy
diff --git a/services/mq/pom.xml b/services/mq/pom.xml
index 2f9e99d125b2..eb2679ce9e9f 100644
--- a/services/mq/pom.xml
+++ b/services/mq/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
mq
diff --git a/services/mturk/pom.xml b/services/mturk/pom.xml
index f4f8cd90dfe1..f7f10bf7d887 100644
--- a/services/mturk/pom.xml
+++ b/services/mturk/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
mturk
AWS Java SDK :: Services :: Amazon Mechanical Turk Requester
diff --git a/services/mwaa/pom.xml b/services/mwaa/pom.xml
index cb2e5305594a..566fe62d1688 100644
--- a/services/mwaa/pom.xml
+++ b/services/mwaa/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
mwaa
AWS Java SDK :: Services :: MWAA
diff --git a/services/neptune/pom.xml b/services/neptune/pom.xml
index 8a8c30fae3ee..55cba200bcf2 100644
--- a/services/neptune/pom.xml
+++ b/services/neptune/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
neptune
AWS Java SDK :: Services :: Neptune
diff --git a/services/neptunedata/pom.xml b/services/neptunedata/pom.xml
index f6261efe7de8..11ba8652c54b 100644
--- a/services/neptunedata/pom.xml
+++ b/services/neptunedata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
neptunedata
AWS Java SDK :: Services :: Neptunedata
diff --git a/services/neptunegraph/pom.xml b/services/neptunegraph/pom.xml
index 54fb608b72ab..06c0b2b28803 100644
--- a/services/neptunegraph/pom.xml
+++ b/services/neptunegraph/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
neptunegraph
AWS Java SDK :: Services :: Neptune Graph
diff --git a/services/networkfirewall/pom.xml b/services/networkfirewall/pom.xml
index 6a7abb67d3ab..28bf2824bf30 100644
--- a/services/networkfirewall/pom.xml
+++ b/services/networkfirewall/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
networkfirewall
AWS Java SDK :: Services :: Network Firewall
diff --git a/services/networkmanager/pom.xml b/services/networkmanager/pom.xml
index d1231d54b65d..b3b634dbaade 100644
--- a/services/networkmanager/pom.xml
+++ b/services/networkmanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
networkmanager
AWS Java SDK :: Services :: NetworkManager
diff --git a/services/networkmonitor/pom.xml b/services/networkmonitor/pom.xml
index 0a2a3ef0ad36..fbc049f59eaf 100644
--- a/services/networkmonitor/pom.xml
+++ b/services/networkmonitor/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
networkmonitor
AWS Java SDK :: Services :: Network Monitor
diff --git a/services/oam/pom.xml b/services/oam/pom.xml
index a437d9d16da7..819ba3f8041e 100644
--- a/services/oam/pom.xml
+++ b/services/oam/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
oam
AWS Java SDK :: Services :: OAM
diff --git a/services/omics/pom.xml b/services/omics/pom.xml
index 57c36e13a8cf..105404deaf0b 100644
--- a/services/omics/pom.xml
+++ b/services/omics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
omics
AWS Java SDK :: Services :: Omics
diff --git a/services/opensearch/pom.xml b/services/opensearch/pom.xml
index a0a72ac8e73f..8b7bb56eea02 100644
--- a/services/opensearch/pom.xml
+++ b/services/opensearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
opensearch
AWS Java SDK :: Services :: Open Search
diff --git a/services/opensearchserverless/pom.xml b/services/opensearchserverless/pom.xml
index 171ae36c2d12..6dfa477c8763 100644
--- a/services/opensearchserverless/pom.xml
+++ b/services/opensearchserverless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
opensearchserverless
AWS Java SDK :: Services :: Open Search Serverless
diff --git a/services/opsworks/pom.xml b/services/opsworks/pom.xml
index f3d33380fc94..41a552d56ca1 100644
--- a/services/opsworks/pom.xml
+++ b/services/opsworks/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
opsworks
AWS Java SDK :: Services :: AWS OpsWorks
diff --git a/services/opsworkscm/pom.xml b/services/opsworkscm/pom.xml
index 618f1cf1482a..3fa96dcf2264 100644
--- a/services/opsworkscm/pom.xml
+++ b/services/opsworkscm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
opsworkscm
AWS Java SDK :: Services :: AWS OpsWorks for Chef Automate
diff --git a/services/organizations/pom.xml b/services/organizations/pom.xml
index 481cda1fa9bb..721cc1ea14ae 100644
--- a/services/organizations/pom.xml
+++ b/services/organizations/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
organizations
AWS Java SDK :: Services :: AWS Organizations
diff --git a/services/osis/pom.xml b/services/osis/pom.xml
index 05c9b1b515c7..956d1f74442e 100644
--- a/services/osis/pom.xml
+++ b/services/osis/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
osis
AWS Java SDK :: Services :: OSIS
diff --git a/services/outposts/pom.xml b/services/outposts/pom.xml
index 0ec8992533f4..cb3c3f39e7d3 100644
--- a/services/outposts/pom.xml
+++ b/services/outposts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
outposts
AWS Java SDK :: Services :: Outposts
diff --git a/services/panorama/pom.xml b/services/panorama/pom.xml
index 11967060b59f..eeedaafa1fa5 100644
--- a/services/panorama/pom.xml
+++ b/services/panorama/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
panorama
AWS Java SDK :: Services :: Panorama
diff --git a/services/paymentcryptography/pom.xml b/services/paymentcryptography/pom.xml
index db0e79ac257c..49f430c9d577 100644
--- a/services/paymentcryptography/pom.xml
+++ b/services/paymentcryptography/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
paymentcryptography
AWS Java SDK :: Services :: Payment Cryptography
diff --git a/services/paymentcryptographydata/pom.xml b/services/paymentcryptographydata/pom.xml
index 6d6118653b00..dfada0367af0 100644
--- a/services/paymentcryptographydata/pom.xml
+++ b/services/paymentcryptographydata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
paymentcryptographydata
AWS Java SDK :: Services :: Payment Cryptography Data
diff --git a/services/pcaconnectorad/pom.xml b/services/pcaconnectorad/pom.xml
index 8cf1b757acb2..2d7fa787d08a 100644
--- a/services/pcaconnectorad/pom.xml
+++ b/services/pcaconnectorad/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
pcaconnectorad
AWS Java SDK :: Services :: Pca Connector Ad
diff --git a/services/pcaconnectorscep/pom.xml b/services/pcaconnectorscep/pom.xml
index 36e7a59c8455..75f7775c43bc 100644
--- a/services/pcaconnectorscep/pom.xml
+++ b/services/pcaconnectorscep/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
pcaconnectorscep
AWS Java SDK :: Services :: Pca Connector Scep
diff --git a/services/pcs/pom.xml b/services/pcs/pom.xml
index 80fb54d21e16..67f93432b1c3 100644
--- a/services/pcs/pom.xml
+++ b/services/pcs/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
pcs
AWS Java SDK :: Services :: PCS
diff --git a/services/personalize/pom.xml b/services/personalize/pom.xml
index b9cc461d18d7..baee9d0f0d9d 100644
--- a/services/personalize/pom.xml
+++ b/services/personalize/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
personalize
AWS Java SDK :: Services :: Personalize
diff --git a/services/personalizeevents/pom.xml b/services/personalizeevents/pom.xml
index 22f6002008f5..2f6ca60ef0b7 100644
--- a/services/personalizeevents/pom.xml
+++ b/services/personalizeevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
personalizeevents
AWS Java SDK :: Services :: Personalize Events
diff --git a/services/personalizeruntime/pom.xml b/services/personalizeruntime/pom.xml
index f56e59fb966d..6534acbce445 100644
--- a/services/personalizeruntime/pom.xml
+++ b/services/personalizeruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
personalizeruntime
AWS Java SDK :: Services :: Personalize Runtime
diff --git a/services/pi/pom.xml b/services/pi/pom.xml
index e1b0942ca910..a5e9c6288dae 100644
--- a/services/pi/pom.xml
+++ b/services/pi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
pi
AWS Java SDK :: Services :: PI
diff --git a/services/pinpoint/pom.xml b/services/pinpoint/pom.xml
index 1c1c22fa7164..d1923e3029cb 100644
--- a/services/pinpoint/pom.xml
+++ b/services/pinpoint/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
pinpoint
AWS Java SDK :: Services :: Amazon Pinpoint
diff --git a/services/pinpointemail/pom.xml b/services/pinpointemail/pom.xml
index ea370b84fd0e..dcbcd48088fa 100644
--- a/services/pinpointemail/pom.xml
+++ b/services/pinpointemail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
pinpointemail
AWS Java SDK :: Services :: Pinpoint Email
diff --git a/services/pinpointsmsvoice/pom.xml b/services/pinpointsmsvoice/pom.xml
index 84a7ab8e8705..7ecc7fd374fb 100644
--- a/services/pinpointsmsvoice/pom.xml
+++ b/services/pinpointsmsvoice/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
pinpointsmsvoice
AWS Java SDK :: Services :: Pinpoint SMS Voice
diff --git a/services/pinpointsmsvoicev2/pom.xml b/services/pinpointsmsvoicev2/pom.xml
index 596f20e53cff..645cc6996451 100644
--- a/services/pinpointsmsvoicev2/pom.xml
+++ b/services/pinpointsmsvoicev2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
pinpointsmsvoicev2
AWS Java SDK :: Services :: Pinpoint SMS Voice V2
diff --git a/services/pinpointsmsvoicev2/src/main/resources/codegen-resources/service-2.json b/services/pinpointsmsvoicev2/src/main/resources/codegen-resources/service-2.json
index 009a8a2914b9..40cb33c2aefe 100644
--- a/services/pinpointsmsvoicev2/src/main/resources/codegen-resources/service-2.json
+++ b/services/pinpointsmsvoicev2/src/main/resources/codegen-resources/service-2.json
@@ -2358,7 +2358,7 @@
},
"RegistrationStatus":{
"shape":"RegistrationStatus",
- "documentation":"The status of the registration.
-
CREATED
: Your registration is created but not submitted.
-
SUBMITTED
: Your registration has been submitted and is awaiting review.
-
REVIEWING
: Your registration has been accepted and is being reviewed.
-
PROVISIONING
: Your registration has been approved and your origination identity is being created.
-
COMPLETE
: Your registration has been approved and and your origination identity has been created.
-
REQUIRES_UPDATES
: You must fix your registration and resubmit it.
-
CLOSED
: The phone number or sender ID has been deleted and you must also delete the registration for the number.
-
DELETED
: The registration has been deleted.
"
+ "documentation":"The status of the registration.
-
CLOSED
: The phone number or sender ID has been deleted and you must also delete the registration for the number.
-
CREATED
: Your registration is created but not submitted.
-
COMPLETE
: Your registration has been approved and your origination identity has been created.
-
DELETED
: The registration has been deleted.
-
PROVISIONING
: Your registration has been approved and your origination identity is being created.
-
REQUIRES_AUTHENTICATION
: You need to complete email authentication.
-
REQUIRES_UPDATES
: You must fix your registration and resubmit it.
-
REVIEWING
: Your registration has been accepted and is being reviewed.
-
SUBMITTED
: Your registration has been submitted and is awaiting review.
"
},
"CurrentVersionNumber":{
"shape":"RegistrationVersionNumber",
@@ -2412,7 +2412,7 @@
},
"RegistrationVersionStatus":{
"shape":"RegistrationVersionStatus",
- "documentation":"The status of the registration.
-
DRAFT
: The initial status of a registration version after it’s created.
-
SUBMITTED
: Your registration has been submitted.
-
REVIEWING
: Your registration has been accepted and is being reviewed.
-
APPROVED
: Your registration has been approved.
-
DISCARDED
: You've abandon this version of their registration to start over with a new version.
-
DENIED
: You must fix your registration and resubmit it.
-
REVOKED
: Your previously approved registration has been revoked.
-
ARCHIVED
: Your previously approved registration version moves into this status when a more recently submitted version is approved.
"
+ "documentation":"The status of the registration.
-
APPROVED
: Your registration has been approved.
-
ARCHIVED
: Your previously approved registration version moves into this status when a more recently submitted version is approved.
-
DENIED
: You must fix your registration and resubmit it.
-
DISCARDED
: You've abandon this version of their registration to start over with a new version.
-
DRAFT
: The initial status of a registration version after it’s created.
-
REQUIRES_AUTHENTICATION
: You need to complete email authentication.
-
REVIEWING
: Your registration has been accepted and is being reviewed.
-
REVOKED
: Your previously approved registration has been revoked.
-
SUBMITTED
: Your registration has been submitted.
"
},
"RegistrationVersionStatusHistory":{
"shape":"RegistrationVersionStatusHistory",
@@ -2982,7 +2982,7 @@
},
"RegistrationStatus":{
"shape":"RegistrationStatus",
- "documentation":"The status of the registration.
-
CREATED
: Your registration is created but not submitted.
-
SUBMITTED
: Your registration has been submitted and is awaiting review.
-
REVIEWING
: Your registration has been accepted and is being reviewed.
-
PROVISIONING
: Your registration has been approved and your origination identity is being created.
-
COMPLETE
: Your registration has been approved and and your origination identity has been created.
-
REQUIRES_UPDATES
: You must fix your registration and resubmit it.
-
CLOSED
: The phone number or sender ID has been deleted and you must also delete the registration for the number.
-
DELETED
: The registration has been deleted.
"
+ "documentation":"The status of the registration.
-
CLOSED
: The phone number or sender ID has been deleted and you must also delete the registration for the number.
-
CREATED
: Your registration is created but not submitted.
-
COMPLETE
: Your registration has been approved and your origination identity has been created.
-
DELETED
: The registration has been deleted.
-
PROVISIONING
: Your registration has been approved and your origination identity is being created.
-
REQUIRES_AUTHENTICATION
: You need to complete email authentication.
-
REQUIRES_UPDATES
: You must fix your registration and resubmit it.
-
REVIEWING
: Your registration has been accepted and is being reviewed.
-
SUBMITTED
: Your registration has been submitted and is awaiting review.
"
},
"CurrentVersionNumber":{
"shape":"RegistrationVersionNumber",
@@ -3995,7 +3995,7 @@
},
"RegistrationVersionStatus":{
"shape":"RegistrationVersionStatus",
- "documentation":"The status of the registration version.
-
DRAFT
: The initial status of a registration version after it’s created.
-
SUBMITTED
: Your registration has been submitted.
-
REVIEWING
: Your registration has been accepted and is being reviewed.
-
APPROVED
: Your registration has been approved.
-
DISCARDED
: You've abandon this version of their registration to start over with a new version.
-
DENIED
: You must fix your registration and resubmit it.
-
REVOKED
: Your previously approved registration has been revoked.
-
ARCHIVED
: Your previously approved registration version moves into this status when a more recently submitted version is approved.
"
+ "documentation":"The status of the registration version.
-
APPROVED
: Your registration has been approved.
-
ARCHIVED
: Your previously approved registration version moves into this status when a more recently submitted version is approved.
-
DENIED
: You must fix your registration and resubmit it.
-
DISCARDED
: You've abandon this version of their registration to start over with a new version.
-
DRAFT
: The initial status of a registration version after it’s created.
-
REQUIRES_AUTHENTICATION
: You need to complete email authentication.
-
REVIEWING
: Your registration has been accepted and is being reviewed.
-
REVOKED
: Your previously approved registration has been revoked.
-
SUBMITTED
: Your registration has been submitted.
"
},
"RegistrationVersionStatusHistory":{
"shape":"RegistrationVersionStatusHistory",
@@ -5746,7 +5746,7 @@
},
"RegistrationStatus":{
"shape":"RegistrationStatus",
- "documentation":"The status of the registration.
-
CREATED
: Your registration is created but not submitted.
-
SUBMITTED
: Your registration has been submitted and is awaiting review.
-
REVIEWING
: Your registration has been accepted and is being reviewed.
-
PROVISIONING
: Your registration has been approved and your origination identity is being created.
-
COMPLETE
: Your registration has been approved and and your origination identity has been created.
-
REQUIRES_UPDATES
: You must fix your registration and resubmit it.
-
CLOSED
: The phone number or sender ID has been deleted and you must also delete the registration for the number.
-
DELETED
: The registration has been deleted.
"
+ "documentation":"The status of the registration.
-
CLOSED
: The phone number or sender ID has been deleted and you must also delete the registration for the number.
-
CREATED
: Your registration is created but not submitted.
-
COMPLETE
: Your registration has been approved and your origination identity has been created.
-
DELETED
: The registration has been deleted.
-
PROVISIONING
: Your registration has been approved and your origination identity is being created.
-
REQUIRES_AUTHENTICATION
: You need to complete email authentication.
-
REQUIRES_UPDATES
: You must fix your registration and resubmit it.
-
REVIEWING
: Your registration has been accepted and is being reviewed.
-
SUBMITTED
: Your registration has been submitted and is awaiting review.
"
},
"CurrentVersionNumber":{
"shape":"RegistrationVersionNumber",
@@ -5979,7 +5979,7 @@
},
"RegistrationVersionStatus":{
"shape":"RegistrationVersionStatus",
- "documentation":"The status of the registration.
-
DRAFT
: The initial status of a registration version after it’s created.
-
SUBMITTED
: Your registration has been submitted.
-
REVIEWING
: Your registration has been accepted and is being reviewed.
-
APPROVED
: Your registration has been approved.
-
DISCARDED
: You've abandon this version of their registration to start over with a new version.
-
DENIED
: You must fix your registration and resubmit it.
-
REVOKED
: Your previously approved registration has been revoked.
-
ARCHIVED
: Your previously approved registration version moves into this status when a more recently submitted version is approved.
"
+ "documentation":"The status of the registration.
-
APPROVED
: Your registration has been approved.
-
ARCHIVED
: Your previously approved registration version moves into this status when a more recently submitted version is approved.
-
DENIED
: You must fix your registration and resubmit it.
-
DISCARDED
: You've abandon this version of their registration to start over with a new version.
-
DRAFT
: The initial status of a registration version after it’s created.
-
REQUIRES_AUTHENTICATION
: You need to complete email authentication.
-
REVIEWING
: Your registration has been accepted and is being reviewed.
-
REVOKED
: Your previously approved registration has been revoked.
-
SUBMITTED
: Your registration has been submitted.
"
},
"RegistrationVersionStatusHistory":{
"shape":"RegistrationVersionStatusHistory",
@@ -6038,6 +6038,10 @@
"shape":"Timestamp",
"documentation":"The time when the registration was in the reviewing state, in UNIX epoch time format.
"
},
+ "RequiresAuthenticationTimestamp":{
+ "shape":"Timestamp",
+ "documentation":"The time when the registration was in the requires authentication state, in UNIX epoch time format.
"
+ },
"ApprovedTimestamp":{
"shape":"Timestamp",
"documentation":"The time when the registration was in the approved state, in UNIX epoch time format.
"
@@ -7179,7 +7183,7 @@
},
"RegistrationVersionStatus":{
"shape":"RegistrationVersionStatus",
- "documentation":"The status of the registration version.
-
DRAFT
: The initial status of a registration version after it’s created.
-
SUBMITTED
: Your registration has been submitted.
-
REVIEWING
: Your registration has been accepted and is being reviewed.
-
APPROVED
: Your registration has been approved.
-
DISCARDED
: You've abandon this version of their registration to start over with a new version.
-
DENIED
: You must fix your registration and resubmit it.
-
REVOKED
: Your previously approved registration has been revoked.
-
ARCHIVED
: Your previously approved registration version moves into this status when a more recently submitted version is approved.
"
+ "documentation":"The status of the registration version.
-
APPROVED
: Your registration has been approved.
-
ARCHIVED
: Your previously approved registration version moves into this status when a more recently submitted version is approved.
-
DENIED
: You must fix your registration and resubmit it.
-
DISCARDED
: You've abandon this version of their registration to start over with a new version.
-
DRAFT
: The initial status of a registration version after it’s created.
-
REQUIRES_AUTHENTICATION
: You need to complete email authentication.
-
REVIEWING
: Your registration has been accepted and is being reviewed.
-
REVOKED
: Your previously approved registration has been revoked.
-
SUBMITTED
: Your registration has been submitted.
"
},
"RegistrationVersionStatusHistory":{
"shape":"RegistrationVersionStatusHistory",
diff --git a/services/pipes/pom.xml b/services/pipes/pom.xml
index 327429c3c0e8..89fb620d85b8 100644
--- a/services/pipes/pom.xml
+++ b/services/pipes/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
pipes
AWS Java SDK :: Services :: Pipes
diff --git a/services/polly/pom.xml b/services/polly/pom.xml
index 6ffdc7d87044..01316d4012b2 100644
--- a/services/polly/pom.xml
+++ b/services/polly/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
polly
AWS Java SDK :: Services :: Amazon Polly
diff --git a/services/pom.xml b/services/pom.xml
index ddd794db90e3..d94ce9b5d57c 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.29.8
+ 2.29.9
services
AWS Java SDK :: Services
diff --git a/services/pricing/pom.xml b/services/pricing/pom.xml
index b534d2290092..ea4540aec5e7 100644
--- a/services/pricing/pom.xml
+++ b/services/pricing/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
pricing
diff --git a/services/privatenetworks/pom.xml b/services/privatenetworks/pom.xml
index 650e05cd5f3d..c2e8b622611c 100644
--- a/services/privatenetworks/pom.xml
+++ b/services/privatenetworks/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
privatenetworks
AWS Java SDK :: Services :: Private Networks
diff --git a/services/proton/pom.xml b/services/proton/pom.xml
index ed4051b03af5..733a15775399 100644
--- a/services/proton/pom.xml
+++ b/services/proton/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
proton
AWS Java SDK :: Services :: Proton
diff --git a/services/qapps/pom.xml b/services/qapps/pom.xml
index 56c693b37de7..373fb39fbdd4 100644
--- a/services/qapps/pom.xml
+++ b/services/qapps/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
qapps
AWS Java SDK :: Services :: Q Apps
diff --git a/services/qbusiness/pom.xml b/services/qbusiness/pom.xml
index cbfb1e15accc..112f60eb8300 100644
--- a/services/qbusiness/pom.xml
+++ b/services/qbusiness/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
qbusiness
AWS Java SDK :: Services :: Q Business
diff --git a/services/qbusiness/src/main/resources/codegen-resources/service-2.json b/services/qbusiness/src/main/resources/codegen-resources/service-2.json
index ed1a62d22955..532272576cd1 100644
--- a/services/qbusiness/src/main/resources/codegen-resources/service-2.json
+++ b/services/qbusiness/src/main/resources/codegen-resources/service-2.json
@@ -111,7 +111,7 @@
{"shape":"AccessDeniedException"},
{"shape":"ServiceQuotaExceededException"}
],
- "documentation":"Creates an Amazon Q Business application.
There are new tiers for Amazon Q Business. Not all features in Amazon Q Business Pro are also available in Amazon Q Business Lite. For information on what's included in Amazon Q Business Lite and what's included in Amazon Q Business Pro, see Amazon Q Business tiers. You must use the Amazon Q Business console to assign subscription tiers to users.
",
+ "documentation":"Creates an Amazon Q Business application.
There are new tiers for Amazon Q Business. Not all features in Amazon Q Business Pro are also available in Amazon Q Business Lite. For information on what's included in Amazon Q Business Lite and what's included in Amazon Q Business Pro, see Amazon Q Business tiers. You must use the Amazon Q Business console to assign subscription tiers to users.
A Amazon Q Apps service linked role will be created if it's absent in the Amazon Web Services account when the QAppsConfiguration is enabled in the request. For more information, see Using service-linked roles for Q Apps
",
"idempotent":true
},
"CreateDataSource":{
@@ -950,7 +950,7 @@
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"}
],
- "documentation":"Updates an existing Amazon Q Business application.
",
+ "documentation":"Updates an existing Amazon Q Business application.
A Amazon Q Apps service-linked role will be created if it's absent in the Amazon Web Services account when the QAppsConfiguration is enabled in the request. For more information, see Using service-linked roles for Q Apps
",
"idempotent":true
},
"UpdateChatControlsConfiguration":{
@@ -4192,7 +4192,8 @@
"memberUsers":{
"shape":"MemberUsers",
"documentation":"A list of users that belong to a group. For example, a list of interns all belong to the \"Interns\" group.
"
- }
+ },
+ "s3PathForGroupMembers":{"shape":"S3"}
},
"documentation":"A list of users or sub groups that belong to a group. This is for generating Amazon Q Business chat results only from document a user has access to.
"
},
@@ -5645,7 +5646,11 @@
"shape":"MembershipType",
"documentation":"The type of the group.
"
},
- "groupMembers":{"shape":"GroupMembers"}
+ "groupMembers":{"shape":"GroupMembers"},
+ "roleArn":{
+ "shape":"RoleArn",
+ "documentation":"The Amazon Resource Name (ARN) of an IAM role that has access to the S3 file that contains your list of users that belong to a group.The Amazon Resource Name (ARN) of an IAM role that has access to the S3 file that contains your list of users that belong to a group.
"
+ }
}
},
"PutGroupResponse":{
diff --git a/services/qconnect/pom.xml b/services/qconnect/pom.xml
index f36ec90fa67f..c91c278000f8 100644
--- a/services/qconnect/pom.xml
+++ b/services/qconnect/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
qconnect
AWS Java SDK :: Services :: Q Connect
diff --git a/services/qldb/pom.xml b/services/qldb/pom.xml
index 27994068ce2c..1783c5793b2d 100644
--- a/services/qldb/pom.xml
+++ b/services/qldb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
qldb
AWS Java SDK :: Services :: QLDB
diff --git a/services/qldbsession/pom.xml b/services/qldbsession/pom.xml
index 2f682c8e1a38..f5e48d8ca256 100644
--- a/services/qldbsession/pom.xml
+++ b/services/qldbsession/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
qldbsession
AWS Java SDK :: Services :: QLDB Session
diff --git a/services/quicksight/pom.xml b/services/quicksight/pom.xml
index 3fa4b19fbf95..4059f82a6e12 100644
--- a/services/quicksight/pom.xml
+++ b/services/quicksight/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
quicksight
AWS Java SDK :: Services :: QuickSight
diff --git a/services/ram/pom.xml b/services/ram/pom.xml
index 837f4f3f07cd..1150b5be3750 100644
--- a/services/ram/pom.xml
+++ b/services/ram/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
ram
AWS Java SDK :: Services :: RAM
diff --git a/services/rbin/pom.xml b/services/rbin/pom.xml
index fc5509cead9c..44403449def4 100644
--- a/services/rbin/pom.xml
+++ b/services/rbin/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
rbin
AWS Java SDK :: Services :: Rbin
diff --git a/services/rds/pom.xml b/services/rds/pom.xml
index 4f677c7b7867..a3cf058cd62a 100644
--- a/services/rds/pom.xml
+++ b/services/rds/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
rds
AWS Java SDK :: Services :: Amazon RDS
diff --git a/services/rdsdata/pom.xml b/services/rdsdata/pom.xml
index 8d07c9071ea9..023769d84d11 100644
--- a/services/rdsdata/pom.xml
+++ b/services/rdsdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
rdsdata
AWS Java SDK :: Services :: RDS Data
diff --git a/services/redshift/pom.xml b/services/redshift/pom.xml
index c1bbe97e85c0..67cd0ac220bf 100644
--- a/services/redshift/pom.xml
+++ b/services/redshift/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
redshift
AWS Java SDK :: Services :: Amazon Redshift
diff --git a/services/redshiftdata/pom.xml b/services/redshiftdata/pom.xml
index b1d95e33a85e..cc1d7eceac4f 100644
--- a/services/redshiftdata/pom.xml
+++ b/services/redshiftdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
redshiftdata
AWS Java SDK :: Services :: Redshift Data
diff --git a/services/redshiftserverless/pom.xml b/services/redshiftserverless/pom.xml
index f1c8ac277b2b..b4c5410b566d 100644
--- a/services/redshiftserverless/pom.xml
+++ b/services/redshiftserverless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
redshiftserverless
AWS Java SDK :: Services :: Redshift Serverless
diff --git a/services/rekognition/pom.xml b/services/rekognition/pom.xml
index 2ab55d4db17b..03203009d80a 100644
--- a/services/rekognition/pom.xml
+++ b/services/rekognition/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
rekognition
AWS Java SDK :: Services :: Amazon Rekognition
diff --git a/services/repostspace/pom.xml b/services/repostspace/pom.xml
index dea9bab31bcb..c20afb91739b 100644
--- a/services/repostspace/pom.xml
+++ b/services/repostspace/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
repostspace
AWS Java SDK :: Services :: Repostspace
diff --git a/services/resiliencehub/pom.xml b/services/resiliencehub/pom.xml
index 274d5ce968ee..0457048af7d8 100644
--- a/services/resiliencehub/pom.xml
+++ b/services/resiliencehub/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
resiliencehub
AWS Java SDK :: Services :: Resiliencehub
diff --git a/services/resourceexplorer2/pom.xml b/services/resourceexplorer2/pom.xml
index da2fdd0d348f..617d211aada3 100644
--- a/services/resourceexplorer2/pom.xml
+++ b/services/resourceexplorer2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
resourceexplorer2
AWS Java SDK :: Services :: Resource Explorer 2
diff --git a/services/resourcegroups/pom.xml b/services/resourcegroups/pom.xml
index e737f2a0813f..53575da66407 100644
--- a/services/resourcegroups/pom.xml
+++ b/services/resourcegroups/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
resourcegroups
diff --git a/services/resourcegroupstaggingapi/pom.xml b/services/resourcegroupstaggingapi/pom.xml
index 48d20fb1fea7..e384164a0ce0 100644
--- a/services/resourcegroupstaggingapi/pom.xml
+++ b/services/resourcegroupstaggingapi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
resourcegroupstaggingapi
AWS Java SDK :: Services :: AWS Resource Groups Tagging API
diff --git a/services/robomaker/pom.xml b/services/robomaker/pom.xml
index 10990f7a6dd2..a1aec9f34b1a 100644
--- a/services/robomaker/pom.xml
+++ b/services/robomaker/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
robomaker
AWS Java SDK :: Services :: RoboMaker
diff --git a/services/rolesanywhere/pom.xml b/services/rolesanywhere/pom.xml
index 335d1d2df1a7..f25e1492fc68 100644
--- a/services/rolesanywhere/pom.xml
+++ b/services/rolesanywhere/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
rolesanywhere
AWS Java SDK :: Services :: Roles Anywhere
diff --git a/services/route53/pom.xml b/services/route53/pom.xml
index f31d6093a40e..5dabd327959c 100644
--- a/services/route53/pom.xml
+++ b/services/route53/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
route53
AWS Java SDK :: Services :: Amazon Route53
diff --git a/services/route53domains/pom.xml b/services/route53domains/pom.xml
index 43baefa46e7f..33d64073e7b8 100644
--- a/services/route53domains/pom.xml
+++ b/services/route53domains/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
route53domains
AWS Java SDK :: Services :: Amazon Route53 Domains
diff --git a/services/route53profiles/pom.xml b/services/route53profiles/pom.xml
index 4ede66408034..33a756d328a4 100644
--- a/services/route53profiles/pom.xml
+++ b/services/route53profiles/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
route53profiles
AWS Java SDK :: Services :: Route53 Profiles
diff --git a/services/route53recoverycluster/pom.xml b/services/route53recoverycluster/pom.xml
index 10daaf470324..d799e7acbdbd 100644
--- a/services/route53recoverycluster/pom.xml
+++ b/services/route53recoverycluster/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
route53recoverycluster
AWS Java SDK :: Services :: Route53 Recovery Cluster
diff --git a/services/route53recoverycontrolconfig/pom.xml b/services/route53recoverycontrolconfig/pom.xml
index 0f1dd55e422d..f53bdbecd5e9 100644
--- a/services/route53recoverycontrolconfig/pom.xml
+++ b/services/route53recoverycontrolconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
route53recoverycontrolconfig
AWS Java SDK :: Services :: Route53 Recovery Control Config
diff --git a/services/route53recoveryreadiness/pom.xml b/services/route53recoveryreadiness/pom.xml
index 757524b04695..93f1e9ee49f7 100644
--- a/services/route53recoveryreadiness/pom.xml
+++ b/services/route53recoveryreadiness/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
route53recoveryreadiness
AWS Java SDK :: Services :: Route53 Recovery Readiness
diff --git a/services/route53resolver/pom.xml b/services/route53resolver/pom.xml
index 1eba65ed701e..8e732f72d874 100644
--- a/services/route53resolver/pom.xml
+++ b/services/route53resolver/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
route53resolver
AWS Java SDK :: Services :: Route53Resolver
diff --git a/services/rum/pom.xml b/services/rum/pom.xml
index c1cfee1acdba..a6d1c2cd8243 100644
--- a/services/rum/pom.xml
+++ b/services/rum/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
rum
AWS Java SDK :: Services :: RUM
diff --git a/services/s3/pom.xml b/services/s3/pom.xml
index 633b92aee183..49b753aedb47 100644
--- a/services/s3/pom.xml
+++ b/services/s3/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
s3
AWS Java SDK :: Services :: Amazon S3
diff --git a/services/s3control/pom.xml b/services/s3control/pom.xml
index 72d56210b181..633c2b7af0af 100644
--- a/services/s3control/pom.xml
+++ b/services/s3control/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
s3control
AWS Java SDK :: Services :: Amazon S3 Control
diff --git a/services/s3outposts/pom.xml b/services/s3outposts/pom.xml
index 04596709fe0c..ce4f2dfbc4ce 100644
--- a/services/s3outposts/pom.xml
+++ b/services/s3outposts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
s3outposts
AWS Java SDK :: Services :: S3 Outposts
diff --git a/services/sagemaker/pom.xml b/services/sagemaker/pom.xml
index 981ced86c2e8..699acb420043 100644
--- a/services/sagemaker/pom.xml
+++ b/services/sagemaker/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
sagemaker
diff --git a/services/sagemakera2iruntime/pom.xml b/services/sagemakera2iruntime/pom.xml
index 5dce5ad16413..0b19734d91ef 100644
--- a/services/sagemakera2iruntime/pom.xml
+++ b/services/sagemakera2iruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
sagemakera2iruntime
AWS Java SDK :: Services :: SageMaker A2I Runtime
diff --git a/services/sagemakeredge/pom.xml b/services/sagemakeredge/pom.xml
index 4834e12d6280..65b75811d5eb 100644
--- a/services/sagemakeredge/pom.xml
+++ b/services/sagemakeredge/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
sagemakeredge
AWS Java SDK :: Services :: Sagemaker Edge
diff --git a/services/sagemakerfeaturestoreruntime/pom.xml b/services/sagemakerfeaturestoreruntime/pom.xml
index 731b831f4635..82b935dc1e76 100644
--- a/services/sagemakerfeaturestoreruntime/pom.xml
+++ b/services/sagemakerfeaturestoreruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
sagemakerfeaturestoreruntime
AWS Java SDK :: Services :: Sage Maker Feature Store Runtime
diff --git a/services/sagemakergeospatial/pom.xml b/services/sagemakergeospatial/pom.xml
index 226c56b7499c..469e3cb53bb7 100644
--- a/services/sagemakergeospatial/pom.xml
+++ b/services/sagemakergeospatial/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
sagemakergeospatial
AWS Java SDK :: Services :: Sage Maker Geospatial
diff --git a/services/sagemakermetrics/pom.xml b/services/sagemakermetrics/pom.xml
index 1c2f1655c80e..14d64bbb2c3e 100644
--- a/services/sagemakermetrics/pom.xml
+++ b/services/sagemakermetrics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
sagemakermetrics
AWS Java SDK :: Services :: Sage Maker Metrics
diff --git a/services/sagemakerruntime/pom.xml b/services/sagemakerruntime/pom.xml
index bee5aa760232..901bcd78dcdf 100644
--- a/services/sagemakerruntime/pom.xml
+++ b/services/sagemakerruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
sagemakerruntime
AWS Java SDK :: Services :: SageMaker Runtime
diff --git a/services/savingsplans/pom.xml b/services/savingsplans/pom.xml
index 6f143d0637df..0fd672511de3 100644
--- a/services/savingsplans/pom.xml
+++ b/services/savingsplans/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
savingsplans
AWS Java SDK :: Services :: Savingsplans
diff --git a/services/scheduler/pom.xml b/services/scheduler/pom.xml
index 9a5d49bbed9f..44cb2f6186e6 100644
--- a/services/scheduler/pom.xml
+++ b/services/scheduler/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
scheduler
AWS Java SDK :: Services :: Scheduler
diff --git a/services/schemas/pom.xml b/services/schemas/pom.xml
index 3773bbbc4e8e..97cc6e10f5be 100644
--- a/services/schemas/pom.xml
+++ b/services/schemas/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
schemas
AWS Java SDK :: Services :: Schemas
diff --git a/services/secretsmanager/pom.xml b/services/secretsmanager/pom.xml
index b02e55b6ed43..bf863c1d0c8c 100644
--- a/services/secretsmanager/pom.xml
+++ b/services/secretsmanager/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
secretsmanager
AWS Java SDK :: Services :: AWS Secrets Manager
diff --git a/services/securityhub/pom.xml b/services/securityhub/pom.xml
index 8755e24a371b..350c5855a3f4 100644
--- a/services/securityhub/pom.xml
+++ b/services/securityhub/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
securityhub
AWS Java SDK :: Services :: SecurityHub
diff --git a/services/securitylake/pom.xml b/services/securitylake/pom.xml
index 2f3074f91bdb..ae57d1e8ff0f 100644
--- a/services/securitylake/pom.xml
+++ b/services/securitylake/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
securitylake
AWS Java SDK :: Services :: Security Lake
diff --git a/services/serverlessapplicationrepository/pom.xml b/services/serverlessapplicationrepository/pom.xml
index 59d464b67765..10bd228fe207 100644
--- a/services/serverlessapplicationrepository/pom.xml
+++ b/services/serverlessapplicationrepository/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
serverlessapplicationrepository
diff --git a/services/servicecatalog/pom.xml b/services/servicecatalog/pom.xml
index 30020e2064bb..e6d2eba03205 100644
--- a/services/servicecatalog/pom.xml
+++ b/services/servicecatalog/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
servicecatalog
AWS Java SDK :: Services :: AWS Service Catalog
diff --git a/services/servicecatalogappregistry/pom.xml b/services/servicecatalogappregistry/pom.xml
index 16a1fa247511..d8166082f6d4 100644
--- a/services/servicecatalogappregistry/pom.xml
+++ b/services/servicecatalogappregistry/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
servicecatalogappregistry
AWS Java SDK :: Services :: Service Catalog App Registry
diff --git a/services/servicediscovery/pom.xml b/services/servicediscovery/pom.xml
index aee6ed05714d..9dff15828c85 100644
--- a/services/servicediscovery/pom.xml
+++ b/services/servicediscovery/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
servicediscovery
diff --git a/services/servicequotas/pom.xml b/services/servicequotas/pom.xml
index 54ebdc8ee206..1e97ab69d1f0 100644
--- a/services/servicequotas/pom.xml
+++ b/services/servicequotas/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
servicequotas
AWS Java SDK :: Services :: Service Quotas
diff --git a/services/ses/pom.xml b/services/ses/pom.xml
index 3c922c764048..54ff3050ed5a 100644
--- a/services/ses/pom.xml
+++ b/services/ses/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
ses
AWS Java SDK :: Services :: Amazon SES
diff --git a/services/sesv2/pom.xml b/services/sesv2/pom.xml
index afe728d9e5c9..8c81a1dbffdf 100644
--- a/services/sesv2/pom.xml
+++ b/services/sesv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
sesv2
AWS Java SDK :: Services :: SESv2
diff --git a/services/sfn/pom.xml b/services/sfn/pom.xml
index fd314977de54..381f21827e62 100644
--- a/services/sfn/pom.xml
+++ b/services/sfn/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
sfn
AWS Java SDK :: Services :: AWS Step Functions
diff --git a/services/shield/pom.xml b/services/shield/pom.xml
index fe4549e7a486..ef1f34008c74 100644
--- a/services/shield/pom.xml
+++ b/services/shield/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
shield
AWS Java SDK :: Services :: AWS Shield
diff --git a/services/signer/pom.xml b/services/signer/pom.xml
index ead3b2334c70..cdf5c53eb18e 100644
--- a/services/signer/pom.xml
+++ b/services/signer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
signer
AWS Java SDK :: Services :: Signer
diff --git a/services/simspaceweaver/pom.xml b/services/simspaceweaver/pom.xml
index 045590aeaba2..a254875c730c 100644
--- a/services/simspaceweaver/pom.xml
+++ b/services/simspaceweaver/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
simspaceweaver
AWS Java SDK :: Services :: Sim Space Weaver
diff --git a/services/sms/pom.xml b/services/sms/pom.xml
index c9dc5e2bfd03..dce263ec97ba 100644
--- a/services/sms/pom.xml
+++ b/services/sms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
sms
AWS Java SDK :: Services :: AWS Server Migration
diff --git a/services/snowball/pom.xml b/services/snowball/pom.xml
index 75969f77dcdf..d4c88cb3118b 100644
--- a/services/snowball/pom.xml
+++ b/services/snowball/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
snowball
AWS Java SDK :: Services :: Amazon Snowball
diff --git a/services/snowdevicemanagement/pom.xml b/services/snowdevicemanagement/pom.xml
index 54d6c9223a12..1bdf295f31e2 100644
--- a/services/snowdevicemanagement/pom.xml
+++ b/services/snowdevicemanagement/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
snowdevicemanagement
AWS Java SDK :: Services :: Snow Device Management
diff --git a/services/sns/pom.xml b/services/sns/pom.xml
index 5a591fd5656b..a4b998b15449 100644
--- a/services/sns/pom.xml
+++ b/services/sns/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
sns
AWS Java SDK :: Services :: Amazon SNS
diff --git a/services/socialmessaging/pom.xml b/services/socialmessaging/pom.xml
index 145af4a5bd52..25eb6ef186fe 100644
--- a/services/socialmessaging/pom.xml
+++ b/services/socialmessaging/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
socialmessaging
AWS Java SDK :: Services :: Social Messaging
diff --git a/services/sqs/pom.xml b/services/sqs/pom.xml
index 8ef0db052ec0..ed6572239e7a 100644
--- a/services/sqs/pom.xml
+++ b/services/sqs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
sqs
AWS Java SDK :: Services :: Amazon SQS
diff --git a/services/ssm/pom.xml b/services/ssm/pom.xml
index f70d649cb5a9..415978993637 100644
--- a/services/ssm/pom.xml
+++ b/services/ssm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
ssm
AWS Java SDK :: Services :: AWS Simple Systems Management (SSM)
diff --git a/services/ssmcontacts/pom.xml b/services/ssmcontacts/pom.xml
index fbab4815f111..d329811b55c5 100644
--- a/services/ssmcontacts/pom.xml
+++ b/services/ssmcontacts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
ssmcontacts
AWS Java SDK :: Services :: SSM Contacts
diff --git a/services/ssmincidents/pom.xml b/services/ssmincidents/pom.xml
index f7201dda6535..b1e0430b8b23 100644
--- a/services/ssmincidents/pom.xml
+++ b/services/ssmincidents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
ssmincidents
AWS Java SDK :: Services :: SSM Incidents
diff --git a/services/ssmquicksetup/pom.xml b/services/ssmquicksetup/pom.xml
index 4f40d1cbfef8..bd8f2fe01782 100644
--- a/services/ssmquicksetup/pom.xml
+++ b/services/ssmquicksetup/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
ssmquicksetup
AWS Java SDK :: Services :: SSM Quick Setup
diff --git a/services/ssmsap/pom.xml b/services/ssmsap/pom.xml
index 1239b4a3da4d..10a5887a455f 100644
--- a/services/ssmsap/pom.xml
+++ b/services/ssmsap/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
ssmsap
AWS Java SDK :: Services :: Ssm Sap
diff --git a/services/sso/pom.xml b/services/sso/pom.xml
index c955e082b4d7..c00a8052f79f 100644
--- a/services/sso/pom.xml
+++ b/services/sso/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
sso
AWS Java SDK :: Services :: SSO
diff --git a/services/ssoadmin/pom.xml b/services/ssoadmin/pom.xml
index ec998d784f9f..eb3f46873d37 100644
--- a/services/ssoadmin/pom.xml
+++ b/services/ssoadmin/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
ssoadmin
AWS Java SDK :: Services :: SSO Admin
diff --git a/services/ssooidc/pom.xml b/services/ssooidc/pom.xml
index 7d13cfd17489..3f98e6cbdef9 100644
--- a/services/ssooidc/pom.xml
+++ b/services/ssooidc/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
ssooidc
AWS Java SDK :: Services :: SSO OIDC
diff --git a/services/storagegateway/pom.xml b/services/storagegateway/pom.xml
index 857b49696453..bcaac69dda12 100644
--- a/services/storagegateway/pom.xml
+++ b/services/storagegateway/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
storagegateway
AWS Java SDK :: Services :: AWS Storage Gateway
diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index 95fb77a13a5e..903f9404b50b 100644
--- a/services/sts/pom.xml
+++ b/services/sts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
sts
AWS Java SDK :: Services :: AWS STS
diff --git a/services/supplychain/pom.xml b/services/supplychain/pom.xml
index e7ccd21648ea..957c985ffe59 100644
--- a/services/supplychain/pom.xml
+++ b/services/supplychain/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
supplychain
AWS Java SDK :: Services :: Supply Chain
diff --git a/services/support/pom.xml b/services/support/pom.xml
index 1f14ba24eb7d..2065a60f7143 100644
--- a/services/support/pom.xml
+++ b/services/support/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
support
AWS Java SDK :: Services :: AWS Support
diff --git a/services/supportapp/pom.xml b/services/supportapp/pom.xml
index d35fe18db937..26b1fdde91fd 100644
--- a/services/supportapp/pom.xml
+++ b/services/supportapp/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
supportapp
AWS Java SDK :: Services :: Support App
diff --git a/services/swf/pom.xml b/services/swf/pom.xml
index 162d069088e2..7d8bfb3e16b9 100644
--- a/services/swf/pom.xml
+++ b/services/swf/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
swf
AWS Java SDK :: Services :: Amazon SWF
diff --git a/services/synthetics/pom.xml b/services/synthetics/pom.xml
index d956756730b0..d0bf0b226fb1 100644
--- a/services/synthetics/pom.xml
+++ b/services/synthetics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
synthetics
AWS Java SDK :: Services :: Synthetics
diff --git a/services/taxsettings/pom.xml b/services/taxsettings/pom.xml
index e42bb7cfd49c..e1425eea9bf1 100644
--- a/services/taxsettings/pom.xml
+++ b/services/taxsettings/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
taxsettings
AWS Java SDK :: Services :: Tax Settings
diff --git a/services/textract/pom.xml b/services/textract/pom.xml
index d479c7034b80..7bc80cd86e4e 100644
--- a/services/textract/pom.xml
+++ b/services/textract/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
textract
AWS Java SDK :: Services :: Textract
diff --git a/services/timestreaminfluxdb/pom.xml b/services/timestreaminfluxdb/pom.xml
index f2a20036ed65..10bc7a3530ab 100644
--- a/services/timestreaminfluxdb/pom.xml
+++ b/services/timestreaminfluxdb/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
timestreaminfluxdb
AWS Java SDK :: Services :: Timestream Influx DB
diff --git a/services/timestreamquery/pom.xml b/services/timestreamquery/pom.xml
index ebabc635ad44..bb7b3d4d33de 100644
--- a/services/timestreamquery/pom.xml
+++ b/services/timestreamquery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
timestreamquery
AWS Java SDK :: Services :: Timestream Query
diff --git a/services/timestreamwrite/pom.xml b/services/timestreamwrite/pom.xml
index d334fd2ee72f..d8f54464f9ac 100644
--- a/services/timestreamwrite/pom.xml
+++ b/services/timestreamwrite/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
timestreamwrite
AWS Java SDK :: Services :: Timestream Write
diff --git a/services/tnb/pom.xml b/services/tnb/pom.xml
index debaf85670e3..c487cd925ade 100644
--- a/services/tnb/pom.xml
+++ b/services/tnb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
tnb
AWS Java SDK :: Services :: Tnb
diff --git a/services/transcribe/pom.xml b/services/transcribe/pom.xml
index 3ccb7d7ca0bd..072dfd0a721c 100644
--- a/services/transcribe/pom.xml
+++ b/services/transcribe/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
transcribe
AWS Java SDK :: Services :: Transcribe
diff --git a/services/transcribestreaming/pom.xml b/services/transcribestreaming/pom.xml
index 3aaac6f8cbf3..d1385ded8031 100644
--- a/services/transcribestreaming/pom.xml
+++ b/services/transcribestreaming/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
transcribestreaming
AWS Java SDK :: Services :: AWS Transcribe Streaming
diff --git a/services/transfer/pom.xml b/services/transfer/pom.xml
index a1acdbb54512..6c3f5b0948fd 100644
--- a/services/transfer/pom.xml
+++ b/services/transfer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
transfer
AWS Java SDK :: Services :: Transfer
diff --git a/services/translate/pom.xml b/services/translate/pom.xml
index 2de4ac5a2931..34ec6e2d3a85 100644
--- a/services/translate/pom.xml
+++ b/services/translate/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
translate
diff --git a/services/trustedadvisor/pom.xml b/services/trustedadvisor/pom.xml
index d5160bfb9915..d77edb9d0fea 100644
--- a/services/trustedadvisor/pom.xml
+++ b/services/trustedadvisor/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
trustedadvisor
AWS Java SDK :: Services :: Trusted Advisor
diff --git a/services/verifiedpermissions/pom.xml b/services/verifiedpermissions/pom.xml
index 7b0affce8cf9..b7a1126b8307 100644
--- a/services/verifiedpermissions/pom.xml
+++ b/services/verifiedpermissions/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
verifiedpermissions
AWS Java SDK :: Services :: Verified Permissions
diff --git a/services/voiceid/pom.xml b/services/voiceid/pom.xml
index 49aa1afd6545..1baface47d6d 100644
--- a/services/voiceid/pom.xml
+++ b/services/voiceid/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
voiceid
AWS Java SDK :: Services :: Voice ID
diff --git a/services/vpclattice/pom.xml b/services/vpclattice/pom.xml
index eb9a4d25f2bd..74202e89da22 100644
--- a/services/vpclattice/pom.xml
+++ b/services/vpclattice/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
vpclattice
AWS Java SDK :: Services :: VPC Lattice
diff --git a/services/waf/pom.xml b/services/waf/pom.xml
index fd84d1b7cf14..8c72496ba34f 100644
--- a/services/waf/pom.xml
+++ b/services/waf/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
waf
AWS Java SDK :: Services :: AWS WAF
diff --git a/services/wafv2/pom.xml b/services/wafv2/pom.xml
index 2ee14c4f62e5..688712af2d32 100644
--- a/services/wafv2/pom.xml
+++ b/services/wafv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
wafv2
AWS Java SDK :: Services :: WAFV2
diff --git a/services/wellarchitected/pom.xml b/services/wellarchitected/pom.xml
index 3e5795bb0382..4c6c731c1e6e 100644
--- a/services/wellarchitected/pom.xml
+++ b/services/wellarchitected/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
wellarchitected
AWS Java SDK :: Services :: Well Architected
diff --git a/services/wisdom/pom.xml b/services/wisdom/pom.xml
index 24427880a3f1..ca794ce11f02 100644
--- a/services/wisdom/pom.xml
+++ b/services/wisdom/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
wisdom
AWS Java SDK :: Services :: Wisdom
diff --git a/services/workdocs/pom.xml b/services/workdocs/pom.xml
index a23b511b1c0c..0d0adfb06cf9 100644
--- a/services/workdocs/pom.xml
+++ b/services/workdocs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
workdocs
AWS Java SDK :: Services :: Amazon WorkDocs
diff --git a/services/workmail/pom.xml b/services/workmail/pom.xml
index 6cecf4ad7961..6081b7cfb0e6 100644
--- a/services/workmail/pom.xml
+++ b/services/workmail/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
workmail
diff --git a/services/workmailmessageflow/pom.xml b/services/workmailmessageflow/pom.xml
index 132abce44108..e73efec441b4 100644
--- a/services/workmailmessageflow/pom.xml
+++ b/services/workmailmessageflow/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
workmailmessageflow
AWS Java SDK :: Services :: WorkMailMessageFlow
diff --git a/services/workspaces/pom.xml b/services/workspaces/pom.xml
index 718bc36daffe..e8cd83838f6d 100644
--- a/services/workspaces/pom.xml
+++ b/services/workspaces/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
workspaces
AWS Java SDK :: Services :: Amazon WorkSpaces
diff --git a/services/workspacesthinclient/pom.xml b/services/workspacesthinclient/pom.xml
index 9d70fe546854..b6c44ee8aed0 100644
--- a/services/workspacesthinclient/pom.xml
+++ b/services/workspacesthinclient/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
workspacesthinclient
AWS Java SDK :: Services :: Work Spaces Thin Client
diff --git a/services/workspacesweb/pom.xml b/services/workspacesweb/pom.xml
index 0f1e6978e2a3..305b71b7a0c0 100644
--- a/services/workspacesweb/pom.xml
+++ b/services/workspacesweb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
workspacesweb
AWS Java SDK :: Services :: Work Spaces Web
diff --git a/services/xray/pom.xml b/services/xray/pom.xml
index 53792f969997..611e57a3c8d3 100644
--- a/services/xray/pom.xml
+++ b/services/xray/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.29.8
+ 2.29.9
xray
AWS Java SDK :: Services :: AWS X-Ray
diff --git a/test/auth-tests/pom.xml b/test/auth-tests/pom.xml
index 0191a6412f0b..99079d191c15 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.8
+ 2.29.9
../../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 b742822439b4..c0816a34ba7c 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.8
+ 2.29.9
../../pom.xml
4.0.0
diff --git a/test/bundle-shading-tests/pom.xml b/test/bundle-shading-tests/pom.xml
index af19da761b56..ac4393ba1f7d 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.8
+ 2.29.9
../../pom.xml
4.0.0
diff --git a/test/codegen-generated-classes-test/pom.xml b/test/codegen-generated-classes-test/pom.xml
index 8dd15935b954..5842aa394f8e 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.8
+ 2.29.9
../../pom.xml
diff --git a/test/crt-unavailable-tests/pom.xml b/test/crt-unavailable-tests/pom.xml
index 2767095079ee..823b4f8aaf1b 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.8
+ 2.29.9
../../pom.xml
4.0.0
diff --git a/test/http-client-tests/pom.xml b/test/http-client-tests/pom.xml
index 05e3b3fc2914..e3d7c6ab5846 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.8
+ 2.29.9
../../pom.xml
http-client-tests
diff --git a/test/module-path-tests/pom.xml b/test/module-path-tests/pom.xml
index fad8a0e5344b..330581d4a0bb 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.8
+ 2.29.9
../../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 beaaf468c5e6..1f9029654aa8 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.8
+ 2.29.9
../../pom.xml
diff --git a/test/protocol-tests-core/pom.xml b/test/protocol-tests-core/pom.xml
index 238cf2f66e05..455f9ee00858 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.8
+ 2.29.9
../../pom.xml
4.0.0
diff --git a/test/protocol-tests/pom.xml b/test/protocol-tests/pom.xml
index 8f724650705e..bd49f8e31f80 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.8
+ 2.29.9
../../pom.xml
4.0.0
diff --git a/test/region-testing/pom.xml b/test/region-testing/pom.xml
index a62c600f6563..c6fbf4eb8e3e 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.8
+ 2.29.9
../../pom.xml
4.0.0
diff --git a/test/ruleset-testing-core/pom.xml b/test/ruleset-testing-core/pom.xml
index 8a1aeb19ffd3..0a5dc5841fa8 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.8
+ 2.29.9
../../pom.xml
4.0.0
diff --git a/test/s3-benchmarks/pom.xml b/test/s3-benchmarks/pom.xml
index 62fd16ceedca..4177aa703d71 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.8
+ 2.29.9
../../pom.xml
4.0.0
diff --git a/test/sdk-benchmarks/pom.xml b/test/sdk-benchmarks/pom.xml
index 8fca89d5c6fa..ed5e58f73ab1 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.8
+ 2.29.9
../../pom.xml
diff --git a/test/sdk-native-image-test/pom.xml b/test/sdk-native-image-test/pom.xml
index c0b368d732d7..ced6998d6523 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.8
+ 2.29.9
../../pom.xml
4.0.0
diff --git a/test/service-test-utils/pom.xml b/test/service-test-utils/pom.xml
index 949eeb9d0398..a6640dbbd931 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.8
+ 2.29.9
../../pom.xml
service-test-utils
diff --git a/test/stability-tests/pom.xml b/test/stability-tests/pom.xml
index 6eade0e9b431..e107a64fafd7 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.8
+ 2.29.9
../../pom.xml
4.0.0
diff --git a/test/test-utils/pom.xml b/test/test-utils/pom.xml
index d4b5d6c8edd3..2ee14b7470a9 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.8
+ 2.29.9
../../pom.xml
test-utils
diff --git a/test/tests-coverage-reporting/pom.xml b/test/tests-coverage-reporting/pom.xml
index eac74083996d..0eb0f40ee53e 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.8
+ 2.29.9
../../pom.xml
4.0.0
diff --git a/test/v2-migration-tests/pom.xml b/test/v2-migration-tests/pom.xml
index 3fdf5653567e..cfe0b25fd52c 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.8
+ 2.29.9
../..
diff --git a/third-party/pom.xml b/third-party/pom.xml
index 613609262b43..d9012918d48b 100644
--- a/third-party/pom.xml
+++ b/third-party/pom.xml
@@ -21,7 +21,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.29.8
+ 2.29.9
third-party
diff --git a/third-party/third-party-jackson-core/pom.xml b/third-party/third-party-jackson-core/pom.xml
index d87080bfbe5b..2bed80f09212 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.8
+ 2.29.9
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 4b4ac11b3690..723d4877686b 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.8
+ 2.29.9
4.0.0
diff --git a/third-party/third-party-slf4j-api/pom.xml b/third-party/third-party-slf4j-api/pom.xml
index ae679cc989c0..d7a7bc007232 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.8
+ 2.29.9
4.0.0
diff --git a/utils/pom.xml b/utils/pom.xml
index d769a442964a..ac488518768a 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.29.8
+ 2.29.9
4.0.0
diff --git a/v2-migration/pom.xml b/v2-migration/pom.xml
index 370b37fa2960..ee5cd6081eef 100644
--- a/v2-migration/pom.xml
+++ b/v2-migration/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.29.8
+ 2.29.9
../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 5a80c155da4c..45dd25a0bd48 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.7
+ version: 2.29.8
onlyIfUsing: com.amazonaws.ClientConfiguration
- org.openrewrite.java.dependencies.AddDependency:
groupId: software.amazon.awssdk
artifactId: netty-nio-client
- version: 2.29.7
+ version: 2.29.8
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.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-bom
newGroupId: software.amazon.awssdk
newArtifactId: bom
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-iot
newGroupId: software.amazon.awssdk
newArtifactId: iotdataplane
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-oam
newGroupId: software.amazon.awssdk
newArtifactId: oam
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-iotwireless
newGroupId: software.amazon.awssdk
newArtifactId: iotwireless
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-forecast
newGroupId: software.amazon.awssdk
newArtifactId: forecast
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-licensemanagerlinuxsubscriptions
newGroupId: software.amazon.awssdk
newArtifactId: licensemanagerlinuxsubscriptions
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-docdbelastic
newGroupId: software.amazon.awssdk
newArtifactId: docdbelastic
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-emrcontainers
newGroupId: software.amazon.awssdk
newArtifactId: emrcontainers
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-timestreamwrite
newGroupId: software.amazon.awssdk
newArtifactId: timestreamwrite
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-codebuild
newGroupId: software.amazon.awssdk
newArtifactId: codebuild
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-iotdeviceadvisor
newGroupId: software.amazon.awssdk
newArtifactId: iotdeviceadvisor
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-ssmcontacts
newGroupId: software.amazon.awssdk
newArtifactId: ssmcontacts
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-iot1clickdevices
newGroupId: software.amazon.awssdk
newArtifactId: iot1clickdevices
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-pcaconnectorscep
newGroupId: software.amazon.awssdk
newArtifactId: pcaconnectorscep
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-paymentcryptographydata
newGroupId: software.amazon.awssdk
newArtifactId: paymentcryptographydata
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-codeguruprofiler
newGroupId: software.amazon.awssdk
newArtifactId: codeguruprofiler
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-kinesis
newGroupId: software.amazon.awssdk
newArtifactId: kinesis
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-kinesisvideo
newGroupId: software.amazon.awssdk
newArtifactId: kinesisvideo
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-pinpoint
newGroupId: software.amazon.awssdk
newArtifactId: pinpoint
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-chime
newGroupId: software.amazon.awssdk
newArtifactId: chime
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-iottwinmaker
newGroupId: software.amazon.awssdk
newArtifactId: iottwinmaker
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-organizations
newGroupId: software.amazon.awssdk
newArtifactId: organizations
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-licensemanager
newGroupId: software.amazon.awssdk
newArtifactId: licensemanager
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-shield
newGroupId: software.amazon.awssdk
newArtifactId: shield
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-ssm
newGroupId: software.amazon.awssdk
newArtifactId: ssm
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-mediastoredata
newGroupId: software.amazon.awssdk
newArtifactId: mediastoredata
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-sagemakerruntime
newGroupId: software.amazon.awssdk
newArtifactId: sagemakerruntime
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-signer
newGroupId: software.amazon.awssdk
newArtifactId: signer
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-servicecatalog
newGroupId: software.amazon.awssdk
newArtifactId: servicecatalog
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-timestreaminfluxdb
newGroupId: software.amazon.awssdk
newArtifactId: timestreaminfluxdb
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-lakeformation
newGroupId: software.amazon.awssdk
newArtifactId: lakeformation
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-pcs
newGroupId: software.amazon.awssdk
newArtifactId: pcs
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-licensemanagerusersubscriptions
newGroupId: software.amazon.awssdk
newArtifactId: licensemanagerusersubscriptions
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-secretsmanager
newGroupId: software.amazon.awssdk
newArtifactId: secretsmanager
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-mediaconnect
newGroupId: software.amazon.awssdk
newArtifactId: mediaconnect
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-mwaa
newGroupId: software.amazon.awssdk
newArtifactId: mwaa
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-kms
newGroupId: software.amazon.awssdk
newArtifactId: kms
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-quicksight
newGroupId: software.amazon.awssdk
newArtifactId: quicksight
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-workmail
newGroupId: software.amazon.awssdk
newArtifactId: workmail
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-eventbridge
newGroupId: software.amazon.awssdk
newArtifactId: eventbridge
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-sagemakergeospatial
newGroupId: software.amazon.awssdk
newArtifactId: sagemakergeospatial
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-frauddetector
newGroupId: software.amazon.awssdk
newArtifactId: frauddetector
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-elastictranscoder
newGroupId: software.amazon.awssdk
newArtifactId: elastictranscoder
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-elasticinference
newGroupId: software.amazon.awssdk
newArtifactId: elasticinference
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-lookoutequipment
newGroupId: software.amazon.awssdk
newArtifactId: lookoutequipment
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-pcaconnectorad
newGroupId: software.amazon.awssdk
newArtifactId: pcaconnectorad
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-pinpointsmsvoice
newGroupId: software.amazon.awssdk
newArtifactId: pinpointsmsvoice
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-securitylake
newGroupId: software.amazon.awssdk
newArtifactId: securitylake
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-cloudwatch
newGroupId: software.amazon.awssdk
newArtifactId: cloudwatch
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-cloudwatchmetrics
newGroupId: software.amazon.awssdk
newArtifactId: cloudwatch
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-glue
newGroupId: software.amazon.awssdk
newArtifactId: glue
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-costoptimizationhub
newGroupId: software.amazon.awssdk
newArtifactId: costoptimizationhub
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-servicequotas
newGroupId: software.amazon.awssdk
newArtifactId: servicequotas
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-s3
newGroupId: software.amazon.awssdk
newArtifactId: s3
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-appintegrations
newGroupId: software.amazon.awssdk
newArtifactId: appintegrations
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-sesv2
newGroupId: software.amazon.awssdk
newArtifactId: sesv2
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-arczonalshift
newGroupId: software.amazon.awssdk
newArtifactId: arczonalshift
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-emr
newGroupId: software.amazon.awssdk
newArtifactId: emr
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-controltower
newGroupId: software.amazon.awssdk
newArtifactId: controltower
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-iotfleethub
newGroupId: software.amazon.awssdk
newArtifactId: iotfleethub
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-personalize
newGroupId: software.amazon.awssdk
newArtifactId: personalize
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-outposts
newGroupId: software.amazon.awssdk
newArtifactId: outposts
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-workdocs
newGroupId: software.amazon.awssdk
newArtifactId: workdocs
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-networkmanager
newGroupId: software.amazon.awssdk
newArtifactId: networkmanager
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-omics
newGroupId: software.amazon.awssdk
newArtifactId: omics
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-mediapackage
newGroupId: software.amazon.awssdk
newArtifactId: mediapackage
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-medialive
newGroupId: software.amazon.awssdk
newArtifactId: medialive
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-mediaconvert
newGroupId: software.amazon.awssdk
newArtifactId: mediaconvert
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-marketplaceagreement
newGroupId: software.amazon.awssdk
newArtifactId: marketplaceagreement
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-cognitosync
newGroupId: software.amazon.awssdk
newArtifactId: cognitosync
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-sns
newGroupId: software.amazon.awssdk
newArtifactId: sns
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-datasync
newGroupId: software.amazon.awssdk
newArtifactId: datasync
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-sagemakeredgemanager
newGroupId: software.amazon.awssdk
newArtifactId: sagemakeredge
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-greengrassv2
newGroupId: software.amazon.awssdk
newArtifactId: greengrassv2
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-pinpointemail
newGroupId: software.amazon.awssdk
newArtifactId: pinpointemail
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-cleanroomsml
newGroupId: software.amazon.awssdk
newArtifactId: cleanroomsml
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-augmentedairuntime
newGroupId: software.amazon.awssdk
newArtifactId: sagemakera2iruntime
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-neptunedata
newGroupId: software.amazon.awssdk
newArtifactId: neptunedata
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-b2bi
newGroupId: software.amazon.awssdk
newArtifactId: b2bi
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-iotanalytics
newGroupId: software.amazon.awssdk
newArtifactId: iotanalytics
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-inspector2
newGroupId: software.amazon.awssdk
newArtifactId: inspector2
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-groundstation
newGroupId: software.amazon.awssdk
newArtifactId: groundstation
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-fis
newGroupId: software.amazon.awssdk
newArtifactId: fis
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-proton
newGroupId: software.amazon.awssdk
newArtifactId: proton
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-voiceid
newGroupId: software.amazon.awssdk
newArtifactId: voiceid
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-cloudhsm
newGroupId: software.amazon.awssdk
newArtifactId: cloudhsm
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-ecrpublic
newGroupId: software.amazon.awssdk
newArtifactId: ecrpublic
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-servermigration
newGroupId: software.amazon.awssdk
newArtifactId: sms
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-cloudtraildata
newGroupId: software.amazon.awssdk
newArtifactId: cloudtraildata
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-cognitoidentity
newGroupId: software.amazon.awssdk
newArtifactId: cognitoidentity
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-config
newGroupId: software.amazon.awssdk
newArtifactId: config
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-osis
newGroupId: software.amazon.awssdk
newArtifactId: osis
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-private5g
newGroupId: software.amazon.awssdk
newArtifactId: privatenetworks
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-memorydb
newGroupId: software.amazon.awssdk
newArtifactId: memorydb
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-inspector
newGroupId: software.amazon.awssdk
newArtifactId: inspector
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-translate
newGroupId: software.amazon.awssdk
newArtifactId: translate
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-mailmanager
newGroupId: software.amazon.awssdk
newArtifactId: mailmanager
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-paymentcryptography
newGroupId: software.amazon.awssdk
newArtifactId: paymentcryptography
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-chatbot
newGroupId: software.amazon.awssdk
newArtifactId: chatbot
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-fms
newGroupId: software.amazon.awssdk
newArtifactId: fms
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-ssmincidents
newGroupId: software.amazon.awssdk
newArtifactId: ssmincidents
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-vpclattice
newGroupId: software.amazon.awssdk
newArtifactId: vpclattice
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-s3control
newGroupId: software.amazon.awssdk
newArtifactId: s3control
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-qapps
newGroupId: software.amazon.awssdk
newArtifactId: qapps
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-rdsdata
newGroupId: software.amazon.awssdk
newArtifactId: rdsdata
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-kinesisanalyticsv2
newGroupId: software.amazon.awssdk
newArtifactId: kinesisanalyticsv2
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-qbusiness
newGroupId: software.amazon.awssdk
newArtifactId: qbusiness
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-marketplacecommerceanalytics
newGroupId: software.amazon.awssdk
newArtifactId: marketplacecommerceanalytics
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-synthetics
newGroupId: software.amazon.awssdk
newArtifactId: synthetics
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-apptest
newGroupId: software.amazon.awssdk
newArtifactId: apptest
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-costexplorer
newGroupId: software.amazon.awssdk
newArtifactId: costexplorer
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-iotsecuretunneling
newGroupId: software.amazon.awssdk
newArtifactId: iotsecuretunneling
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-cloudfront
newGroupId: software.amazon.awssdk
newArtifactId: cloudfront
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-location
newGroupId: software.amazon.awssdk
newArtifactId: location
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-wafv2
newGroupId: software.amazon.awssdk
newArtifactId: wafv2
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-opensearch
newGroupId: software.amazon.awssdk
newArtifactId: opensearch
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-ec2instanceconnect
newGroupId: software.amazon.awssdk
newArtifactId: ec2instanceconnect
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-iotthingsgraph
newGroupId: software.amazon.awssdk
newArtifactId: iotthingsgraph
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-repostspace
newGroupId: software.amazon.awssdk
newArtifactId: repostspace
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-route53recoveryreadiness
newGroupId: software.amazon.awssdk
newArtifactId: route53recoveryreadiness
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-health
newGroupId: software.amazon.awssdk
newArtifactId: health
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-workmailmessageflow
newGroupId: software.amazon.awssdk
newArtifactId: workmailmessageflow
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-comprehendmedical
newGroupId: software.amazon.awssdk
newArtifactId: comprehendmedical
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-iotfleetwise
newGroupId: software.amazon.awssdk
newArtifactId: iotfleetwise
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-route53profiles
newGroupId: software.amazon.awssdk
newArtifactId: route53profiles
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-bcmdataexports
newGroupId: software.amazon.awssdk
newArtifactId: bcmdataexports
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-accessanalyzer
newGroupId: software.amazon.awssdk
newArtifactId: accessanalyzer
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-glacier
newGroupId: software.amazon.awssdk
newArtifactId: glacier
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-lightsail
newGroupId: software.amazon.awssdk
newArtifactId: lightsail
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-cloudwatchrum
newGroupId: software.amazon.awssdk
newArtifactId: rum
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-inspectorscan
newGroupId: software.amazon.awssdk
newArtifactId: inspectorscan
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-imagebuilder
newGroupId: software.amazon.awssdk
newArtifactId: imagebuilder
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-sagemakermetrics
newGroupId: software.amazon.awssdk
newArtifactId: sagemakermetrics
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-bedrockagent
newGroupId: software.amazon.awssdk
newArtifactId: bedrockagent
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-migrationhub
newGroupId: software.amazon.awssdk
newArtifactId: migrationhub
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-simspaceweaver
newGroupId: software.amazon.awssdk
newArtifactId: simspaceweaver
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-elasticbeanstalk
newGroupId: software.amazon.awssdk
newArtifactId: elasticbeanstalk
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-freetier
newGroupId: software.amazon.awssdk
newArtifactId: freetier
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-cloudsearch
newGroupId: software.amazon.awssdk
newArtifactId: cloudsearchdomain
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-neptune
newGroupId: software.amazon.awssdk
newArtifactId: neptune
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-supportapp
newGroupId: software.amazon.awssdk
newArtifactId: supportapp
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-transfer
newGroupId: software.amazon.awssdk
newArtifactId: transfer
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-deadline
newGroupId: software.amazon.awssdk
newArtifactId: deadline
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-braket
newGroupId: software.amazon.awssdk
newArtifactId: braket
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-verifiedpermissions
newGroupId: software.amazon.awssdk
newArtifactId: verifiedpermissions
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-scheduler
newGroupId: software.amazon.awssdk
newArtifactId: scheduler
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-marketplacedeployment
newGroupId: software.amazon.awssdk
newArtifactId: marketplacedeployment
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-resourcegroups
newGroupId: software.amazon.awssdk
newArtifactId: resourcegroups
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-qldb
newGroupId: software.amazon.awssdk
newArtifactId: qldb
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-dms
newGroupId: software.amazon.awssdk
newArtifactId: databasemigration
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-ecr
newGroupId: software.amazon.awssdk
newArtifactId: ecr
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-dynamodb
newGroupId: software.amazon.awssdk
newArtifactId: dynamodb
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-resiliencehub
newGroupId: software.amazon.awssdk
newArtifactId: resiliencehub
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-qldbsession
newGroupId: software.amazon.awssdk
newArtifactId: qldbsession
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-route53
newGroupId: software.amazon.awssdk
newArtifactId: route53domains
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-macie2
newGroupId: software.amazon.awssdk
newArtifactId: macie2
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-chimesdkmeetings
newGroupId: software.amazon.awssdk
newArtifactId: chimesdkmeetings
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-applicationautoscaling
newGroupId: software.amazon.awssdk
newArtifactId: applicationautoscaling
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-entityresolution
newGroupId: software.amazon.awssdk
newArtifactId: entityresolution
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-s3outposts
newGroupId: software.amazon.awssdk
newArtifactId: s3outposts
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-managedgrafana
newGroupId: software.amazon.awssdk
newArtifactId: grafana
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-storagegateway
newGroupId: software.amazon.awssdk
newArtifactId: storagegateway
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-recyclebin
newGroupId: software.amazon.awssdk
newArtifactId: rbin
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-ioteventsdata
newGroupId: software.amazon.awssdk
newArtifactId: ioteventsdata
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-route53recoverycluster
newGroupId: software.amazon.awssdk
newArtifactId: route53recoverycluster
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-ecs
newGroupId: software.amazon.awssdk
newArtifactId: ecs
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-elasticloadbalancing
newGroupId: software.amazon.awssdk
newArtifactId: elasticloadbalancing
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-connectcontactlens
newGroupId: software.amazon.awssdk
newArtifactId: connectcontactlens
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-chimesdkmediapipelines
newGroupId: software.amazon.awssdk
newArtifactId: chimesdkmediapipelines
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-kinesisvideosignalingchannels
newGroupId: software.amazon.awssdk
newArtifactId: kinesisvideosignaling
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-qconnect
newGroupId: software.amazon.awssdk
newArtifactId: qconnect
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-kendraranking
newGroupId: software.amazon.awssdk
newArtifactId: kendraranking
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-cloudsearch
newGroupId: software.amazon.awssdk
newArtifactId: cloudsearch
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-logs
newGroupId: software.amazon.awssdk
newArtifactId: cloudwatchlogs
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-appfabric
newGroupId: software.amazon.awssdk
newArtifactId: appfabric
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-lookoutforvision
newGroupId: software.amazon.awssdk
newArtifactId: lookoutvision
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-route53resolver
newGroupId: software.amazon.awssdk
newArtifactId: route53resolver
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-workspaces
newGroupId: software.amazon.awssdk
newArtifactId: workspaces
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-machinelearning
newGroupId: software.amazon.awssdk
newArtifactId: machinelearning
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-costandusagereport
newGroupId: software.amazon.awssdk
newArtifactId: costandusagereport
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-taxsettings
newGroupId: software.amazon.awssdk
newArtifactId: taxsettings
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-fsx
newGroupId: software.amazon.awssdk
newArtifactId: fsx
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-codepipeline
newGroupId: software.amazon.awssdk
newArtifactId: codepipeline
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-elasticloadbalancingv2
newGroupId: software.amazon.awssdk
newArtifactId: elasticloadbalancingv2
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-directory
newGroupId: software.amazon.awssdk
newArtifactId: directory
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-bedrockruntime
newGroupId: software.amazon.awssdk
newArtifactId: bedrockruntime
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-codestarnotifications
newGroupId: software.amazon.awssdk
newArtifactId: codestarnotifications
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-schemas
newGroupId: software.amazon.awssdk
newArtifactId: schemas
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-sqs
newGroupId: software.amazon.awssdk
newArtifactId: sqs
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-appregistry
newGroupId: software.amazon.awssdk
newArtifactId: servicecatalogappregistry
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-appmesh
newGroupId: software.amazon.awssdk
newArtifactId: appmesh
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-migrationhuborchestrator
newGroupId: software.amazon.awssdk
newArtifactId: migrationhuborchestrator
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-discovery
newGroupId: software.amazon.awssdk
newArtifactId: applicationdiscovery
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-iot
newGroupId: software.amazon.awssdk
newArtifactId: iot
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-kinesisvideowebrtcstorage
newGroupId: software.amazon.awssdk
newArtifactId: kinesisvideowebrtcstorage
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-ebs
newGroupId: software.amazon.awssdk
newArtifactId: ebs
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-amplify
newGroupId: software.amazon.awssdk
newArtifactId: amplify
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-cloudcontrolapi
newGroupId: software.amazon.awssdk
newArtifactId: cloudcontrol
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-wellarchitected
newGroupId: software.amazon.awssdk
newArtifactId: wellarchitected
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-marketplaceentitlement
newGroupId: software.amazon.awssdk
newArtifactId: marketplaceentitlement
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-bedrock
newGroupId: software.amazon.awssdk
newArtifactId: bedrock
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-redshift
newGroupId: software.amazon.awssdk
newArtifactId: redshift
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-connectcases
newGroupId: software.amazon.awssdk
newArtifactId: connectcases
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-appflow
newGroupId: software.amazon.awssdk
newArtifactId: appflow
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-gamelift
newGroupId: software.amazon.awssdk
newArtifactId: gamelift
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-cloudtrail
newGroupId: software.amazon.awssdk
newArtifactId: cloudtrail
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-supplychain
newGroupId: software.amazon.awssdk
newArtifactId: supplychain
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-pipes
newGroupId: software.amazon.awssdk
newArtifactId: pipes
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-cloudwatchevidently
newGroupId: software.amazon.awssdk
newArtifactId: evidently
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-amplifyuibuilder
newGroupId: software.amazon.awssdk
newArtifactId: amplifyuibuilder
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-managedblockchainquery
newGroupId: software.amazon.awssdk
newArtifactId: managedblockchainquery
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-applicationinsights
newGroupId: software.amazon.awssdk
newArtifactId: applicationinsights
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-chimesdkmessaging
newGroupId: software.amazon.awssdk
newArtifactId: chimesdkmessaging
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-mediatailor
newGroupId: software.amazon.awssdk
newArtifactId: mediatailor
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-mediapackagev2
newGroupId: software.amazon.awssdk
newArtifactId: mediapackagev2
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-resourceexplorer2
newGroupId: software.amazon.awssdk
newArtifactId: resourceexplorer2
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-pi
newGroupId: software.amazon.awssdk
newArtifactId: pi
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-emrserverless
newGroupId: software.amazon.awssdk
newArtifactId: emrserverless
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-appconfig
newGroupId: software.amazon.awssdk
newArtifactId: appconfig
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-networkmonitor
newGroupId: software.amazon.awssdk
newArtifactId: networkmonitor
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-sagemakerfeaturestoreruntime
newGroupId: software.amazon.awssdk
newArtifactId: sagemakerfeaturestoreruntime
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-chimesdkidentity
newGroupId: software.amazon.awssdk
newArtifactId: chimesdkidentity
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-computeoptimizer
newGroupId: software.amazon.awssdk
newArtifactId: computeoptimizer
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-connectparticipant
newGroupId: software.amazon.awssdk
newArtifactId: connectparticipant
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-mgn
newGroupId: software.amazon.awssdk
newArtifactId: mgn
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-applicationcostprofiler
newGroupId: software.amazon.awssdk
newArtifactId: applicationcostprofiler
- newVersion: 2.29.7
+ newVersion: 2.29.8
- 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.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-keyspaces
newGroupId: software.amazon.awssdk
newArtifactId: keyspaces
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-iam
newGroupId: software.amazon.awssdk
newArtifactId: iam
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-networkfirewall
newGroupId: software.amazon.awssdk
newArtifactId: networkfirewall
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-redshiftdataapi
newGroupId: software.amazon.awssdk
newArtifactId: redshiftdata
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-mediastore
newGroupId: software.amazon.awssdk
newArtifactId: mediastore
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-cloud9
newGroupId: software.amazon.awssdk
newArtifactId: cloud9
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-connectwisdom
newGroupId: software.amazon.awssdk
newArtifactId: wisdom
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-sso
newGroupId: software.amazon.awssdk
newArtifactId: sso
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-auditmanager
newGroupId: software.amazon.awssdk
newArtifactId: auditmanager
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-snowball
newGroupId: software.amazon.awssdk
newArtifactId: snowball
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-kinesis
newGroupId: software.amazon.awssdk
newArtifactId: kinesisanalytics
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-route53recoverycontrolconfig
newGroupId: software.amazon.awssdk
newArtifactId: route53recoverycontrolconfig
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-opsworks
newGroupId: software.amazon.awssdk
newArtifactId: opsworks
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-identitystore
newGroupId: software.amazon.awssdk
newArtifactId: identitystore
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-connectcampaign
newGroupId: software.amazon.awssdk
newArtifactId: connectcampaigns
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-textract
newGroupId: software.amazon.awssdk
newArtifactId: textract
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-redshiftserverless
newGroupId: software.amazon.awssdk
newArtifactId: redshiftserverless
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-eks
newGroupId: software.amazon.awssdk
newArtifactId: eks
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-support
newGroupId: software.amazon.awssdk
newArtifactId: support
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-mechanicalturkrequester
newGroupId: software.amazon.awssdk
newArtifactId: mturk
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-apigatewayv2
newGroupId: software.amazon.awssdk
newArtifactId: apigatewayv2
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-devopsguru
newGroupId: software.amazon.awssdk
newArtifactId: devopsguru
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-prometheus
newGroupId: software.amazon.awssdk
newArtifactId: amp
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-drs
newGroupId: software.amazon.awssdk
newArtifactId: drs
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-migrationhubconfig
newGroupId: software.amazon.awssdk
newArtifactId: migrationhubconfig
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-kafkaconnect
newGroupId: software.amazon.awssdk
newArtifactId: kafkaconnect
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-kafka
newGroupId: software.amazon.awssdk
newArtifactId: kafka
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-gluedatabrew
newGroupId: software.amazon.awssdk
newArtifactId: databrew
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-codedeploy
newGroupId: software.amazon.awssdk
newArtifactId: codedeploy
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-cloudhsmv2
newGroupId: software.amazon.awssdk
newArtifactId: cloudhsmv2
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-batch
newGroupId: software.amazon.awssdk
newArtifactId: batch
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-iot1clickprojects
newGroupId: software.amazon.awssdk
newArtifactId: iot1clickprojects
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-savingsplans
newGroupId: software.amazon.awssdk
newArtifactId: savingsplans
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-migrationhubstrategyrecommendations
newGroupId: software.amazon.awssdk
newArtifactId: migrationhubstrategy
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-appsync
newGroupId: software.amazon.awssdk
newArtifactId: appsync
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-backupgateway
newGroupId: software.amazon.awssdk
newArtifactId: backupgateway
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-dlm
newGroupId: software.amazon.awssdk
newArtifactId: dlm
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-amplifybackend
newGroupId: software.amazon.awssdk
newArtifactId: amplifybackend
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-datazoneexternal
newGroupId: software.amazon.awssdk
newArtifactId: datazone
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-billingconductor
newGroupId: software.amazon.awssdk
newArtifactId: billingconductor
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-workspacesthinclient
newGroupId: software.amazon.awssdk
newArtifactId: workspacesthinclient
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-ssmsap
newGroupId: software.amazon.awssdk
newArtifactId: ssmsap
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-budgets
newGroupId: software.amazon.awssdk
newArtifactId: budgets
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-mainframemodernization
newGroupId: software.amazon.awssdk
newArtifactId: m2
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-finspace
newGroupId: software.amazon.awssdk
newArtifactId: finspace
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-detective
newGroupId: software.amazon.awssdk
newArtifactId: detective
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-lambda
newGroupId: software.amazon.awssdk
newArtifactId: lambda
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-ssooidc
newGroupId: software.amazon.awssdk
newArtifactId: ssooidc
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-panorama
newGroupId: software.amazon.awssdk
newArtifactId: panorama
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-iotevents
newGroupId: software.amazon.awssdk
newArtifactId: iotevents
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-managedblockchain
newGroupId: software.amazon.awssdk
newArtifactId: managedblockchain
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-servicediscovery
newGroupId: software.amazon.awssdk
newArtifactId: servicediscovery
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-waf
newGroupId: software.amazon.awssdk
newArtifactId: waf
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-ivs
newGroupId: software.amazon.awssdk
newArtifactId: ivs
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-directconnect
newGroupId: software.amazon.awssdk
newArtifactId: directconnect
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-mq
newGroupId: software.amazon.awssdk
newArtifactId: mq
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-pinpointsmsvoicev2
newGroupId: software.amazon.awssdk
newArtifactId: pinpointsmsvoicev2
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-internetmonitor
newGroupId: software.amazon.awssdk
newArtifactId: internetmonitor
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-artifact
newGroupId: software.amazon.awssdk
newArtifactId: artifact
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-iotsitewise
newGroupId: software.amazon.awssdk
newArtifactId: iotsitewise
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-lexmodelsv2
newGroupId: software.amazon.awssdk
newArtifactId: lexmodelsv2
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-lexruntimev2
newGroupId: software.amazon.awssdk
newArtifactId: lexruntimev2
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-serverlessapplicationrepository
newGroupId: software.amazon.awssdk
newArtifactId: serverlessapplicationrepository
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-eksauth
newGroupId: software.amazon.awssdk
newArtifactId: eksauth
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-snowdevicemanagement
newGroupId: software.amazon.awssdk
newArtifactId: snowdevicemanagement
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-clouddirectory
newGroupId: software.amazon.awssdk
newArtifactId: clouddirectory
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-mediapackagevod
newGroupId: software.amazon.awssdk
newArtifactId: mediapackagevod
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-codestarconnections
newGroupId: software.amazon.awssdk
newArtifactId: codestarconnections
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-codeartifact
newGroupId: software.amazon.awssdk
newArtifactId: codeartifact
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-guardduty
newGroupId: software.amazon.awssdk
newArtifactId: guardduty
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-worklink
newGroupId: software.amazon.awssdk
newArtifactId: worklink
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-cleanrooms
newGroupId: software.amazon.awssdk
newArtifactId: cleanrooms
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-customerprofiles
newGroupId: software.amazon.awssdk
newArtifactId: customerprofiles
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-trustedadvisor
newGroupId: software.amazon.awssdk
newArtifactId: trustedadvisor
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-dax
newGroupId: software.amazon.awssdk
newArtifactId: dax
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-opsworkscm
newGroupId: software.amazon.awssdk
newArtifactId: opsworkscm
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-docdb
newGroupId: software.amazon.awssdk
newArtifactId: docdb
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-acmpca
newGroupId: software.amazon.awssdk
newArtifactId: acmpca
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-kinesis
newGroupId: software.amazon.awssdk
newArtifactId: firehose
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-ivschat
newGroupId: software.amazon.awssdk
newArtifactId: ivschat
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-globalaccelerator
newGroupId: software.amazon.awssdk
newArtifactId: globalaccelerator
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-ses
newGroupId: software.amazon.awssdk
newArtifactId: ses
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-codegurureviewer
newGroupId: software.amazon.awssdk
newArtifactId: codegurureviewer
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-lexmodelbuilding
newGroupId: software.amazon.awssdk
newArtifactId: lexmodelbuilding
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-medicalimaging
newGroupId: software.amazon.awssdk
newArtifactId: medicalimaging
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-account
newGroupId: software.amazon.awssdk
newArtifactId: account
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-robomaker
newGroupId: software.amazon.awssdk
newArtifactId: robomaker
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-lex
newGroupId: software.amazon.awssdk
newArtifactId: lexruntime
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-autoscaling
newGroupId: software.amazon.awssdk
newArtifactId: autoscaling
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-nimblestudio
newGroupId: software.amazon.awssdk
newArtifactId: nimble
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-iotjobsdataplane
newGroupId: software.amazon.awssdk
newArtifactId: iotjobsdataplane
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-appconfigdata
newGroupId: software.amazon.awssdk
newArtifactId: appconfigdata
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-controlcatalog
newGroupId: software.amazon.awssdk
newArtifactId: controlcatalog
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-greengrass
newGroupId: software.amazon.awssdk
newArtifactId: greengrass
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-securityhub
newGroupId: software.amazon.awssdk
newArtifactId: securityhub
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-timestreamquery
newGroupId: software.amazon.awssdk
newArtifactId: timestreamquery
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-backup
newGroupId: software.amazon.awssdk
newArtifactId: backup
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-opensearchserverless
newGroupId: software.amazon.awssdk
newArtifactId: opensearchserverless
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-cloudformation
newGroupId: software.amazon.awssdk
newArtifactId: cloudformation
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-kendra
newGroupId: software.amazon.awssdk
newArtifactId: kendra
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-connect
newGroupId: software.amazon.awssdk
newArtifactId: connect
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-elasticache
newGroupId: software.amazon.awssdk
newArtifactId: elasticache
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-stepfunctions
newGroupId: software.amazon.awssdk
newArtifactId: sfn
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-cognitoidp
newGroupId: software.amazon.awssdk
newArtifactId: cognitoidentityprovider
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-chimesdkvoice
newGroupId: software.amazon.awssdk
newArtifactId: chimesdkvoice
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-workspacesweb
newGroupId: software.amazon.awssdk
newArtifactId: workspacesweb
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-comprehend
newGroupId: software.amazon.awssdk
newArtifactId: comprehend
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-applicationsignals
newGroupId: software.amazon.awssdk
newArtifactId: applicationsignals
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-marketplacemeteringservice
newGroupId: software.amazon.awssdk
newArtifactId: marketplacemetering
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-devicefarm
newGroupId: software.amazon.awssdk
newArtifactId: devicefarm
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-rekognition
newGroupId: software.amazon.awssdk
newArtifactId: rekognition
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-appstream
newGroupId: software.amazon.awssdk
newArtifactId: appstream
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-polly
newGroupId: software.amazon.awssdk
newArtifactId: polly
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-rds
newGroupId: software.amazon.awssdk
newArtifactId: rds
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-pricing
newGroupId: software.amazon.awssdk
newArtifactId: pricing
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-simpleworkflow
newGroupId: software.amazon.awssdk
newArtifactId: swf
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-events
newGroupId: software.amazon.awssdk
newArtifactId: cloudwatchevents
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-ssmquicksetup
newGroupId: software.amazon.awssdk
newArtifactId: ssmquicksetup
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-autoscalingplans
newGroupId: software.amazon.awssdk
newArtifactId: autoscalingplans
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-datapipeline
newGroupId: software.amazon.awssdk
newArtifactId: datapipeline
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-transcribe
newGroupId: software.amazon.awssdk
newArtifactId: transcribe
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-ivsrealtime
newGroupId: software.amazon.awssdk
newArtifactId: ivsrealtime
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-personalizeruntime
newGroupId: software.amazon.awssdk
newArtifactId: personalizeruntime
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-elasticsearch
newGroupId: software.amazon.awssdk
newArtifactId: elasticsearch
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-codecommit
newGroupId: software.amazon.awssdk
newArtifactId: codecommit
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-resourcegroupstaggingapi
newGroupId: software.amazon.awssdk
newArtifactId: resourcegroupstaggingapi
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-forecastquery
newGroupId: software.amazon.awssdk
newArtifactId: forecastquery
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-healthlake
newGroupId: software.amazon.awssdk
newArtifactId: healthlake
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-iamrolesanywhere
newGroupId: software.amazon.awssdk
newArtifactId: rolesanywhere
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-personalizeevents
newGroupId: software.amazon.awssdk
newArtifactId: personalizeevents
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-apigatewaymanagementapi
newGroupId: software.amazon.awssdk
newArtifactId: apigatewaymanagementapi
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-launchwizard
newGroupId: software.amazon.awssdk
newArtifactId: launchwizard
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-xray
newGroupId: software.amazon.awssdk
newArtifactId: xray
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-ssoadmin
newGroupId: software.amazon.awssdk
newArtifactId: ssoadmin
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-api-gateway
newGroupId: software.amazon.awssdk
newArtifactId: apigateway
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-migrationhubrefactorspaces
newGroupId: software.amazon.awssdk
newArtifactId: migrationhubrefactorspaces
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-ram
newGroupId: software.amazon.awssdk
newArtifactId: ram
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-codeconnections
newGroupId: software.amazon.awssdk
newArtifactId: codeconnections
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-efs
newGroupId: software.amazon.awssdk
newArtifactId: efs
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-bedrockagentruntime
newGroupId: software.amazon.awssdk
newArtifactId: bedrockagentruntime
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-dataexchange
newGroupId: software.amazon.awssdk
newArtifactId: dataexchange
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-sts
newGroupId: software.amazon.awssdk
newArtifactId: sts
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-sagemaker
newGroupId: software.amazon.awssdk
newArtifactId: sagemaker
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-finspacedata
newGroupId: software.amazon.awssdk
newArtifactId: finspacedata
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-marketplacecatalog
newGroupId: software.amazon.awssdk
newArtifactId: marketplacecatalog
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-acm
newGroupId: software.amazon.awssdk
newArtifactId: acm
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-athena
newGroupId: software.amazon.awssdk
newArtifactId: athena
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-route53
newGroupId: software.amazon.awssdk
newArtifactId: route53
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-codegurusecurity
newGroupId: software.amazon.awssdk
newArtifactId: codegurusecurity
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-tnb
newGroupId: software.amazon.awssdk
newArtifactId: tnb
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-ec2
newGroupId: software.amazon.awssdk
newArtifactId: ec2
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-apprunner
newGroupId: software.amazon.awssdk
newArtifactId: apprunner
- newVersion: 2.29.7
+ newVersion: 2.29.8
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: com.amazonaws
oldArtifactId: aws-java-sdk-lookoutmetrics
newGroupId: software.amazon.awssdk
newArtifactId: lookoutmetrics
- newVersion: 2.29.7
\ No newline at end of file
+ newVersion: 2.29.8
\ No newline at end of file