${project.version}
- 2.38.4
- 2.38.3
+ 2.38.7
+ 2.38.6
2.19.4
2.19.4
2.19.4
diff --git a/release-scripts/pom.xml b/release-scripts/pom.xml
index 79098afa04f6..24a9e238d0d1 100644
--- a/release-scripts/pom.xml
+++ b/release-scripts/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../pom.xml
release-scripts
diff --git a/scripts/changelog/util.py b/scripts/changelog/util.py
index 1815d8b282ed..42468c786acd 100644
--- a/scripts/changelog/util.py
+++ b/scripts/changelog/util.py
@@ -31,7 +31,11 @@ def load_release_changes(fn):
def load_unreleased_changes(d):
if not os.path.exists(d):
return None
- return ReleaseChanges(None, date.today().isoformat(), load_unreleased_entries(d))
+ return ReleaseChanges(
+ None,
+ # date.today().isoformat(), TODO uncomment and remove hardcoded date
+ "2025-11-12",
+ load_unreleased_entries(d))
def load_unreleased_entries(d):
entries = []
diff --git a/services-custom/dynamodb-enhanced/pom.xml b/services-custom/dynamodb-enhanced/pom.xml
index 7d8f0741be42..364b5b5822b4 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
dynamodb-enhanced
AWS Java SDK :: DynamoDB :: Enhanced Client
diff --git a/services-custom/iam-policy-builder/pom.xml b/services-custom/iam-policy-builder/pom.xml
index fcb0fa4a8f5e..790d3570dbdf 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
iam-policy-builder
diff --git a/services-custom/pom.xml b/services-custom/pom.xml
index 5ae35d12dcfb..a904c623dca9 100644
--- a/services-custom/pom.xml
+++ b/services-custom/pom.xml
@@ -19,7 +19,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
services-custom
AWS Java SDK :: Custom Services
diff --git a/services-custom/s3-event-notifications/pom.xml b/services-custom/s3-event-notifications/pom.xml
index 543ea79e6ba6..fed5efde8407 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
s3-event-notifications
diff --git a/services-custom/s3-transfer-manager/pom.xml b/services-custom/s3-transfer-manager/pom.xml
index 16c693050fc7..a37e6acf9150 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
s3-transfer-manager
diff --git a/services/accessanalyzer/pom.xml b/services/accessanalyzer/pom.xml
index 3a86ba22bf87..cef1ff395d72 100644
--- a/services/accessanalyzer/pom.xml
+++ b/services/accessanalyzer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
accessanalyzer
AWS Java SDK :: Services :: AccessAnalyzer
diff --git a/services/account/pom.xml b/services/account/pom.xml
index df75bedf0179..c8f6313d396b 100644
--- a/services/account/pom.xml
+++ b/services/account/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
account
AWS Java SDK :: Services :: Account
diff --git a/services/acm/pom.xml b/services/acm/pom.xml
index 03e904880723..c6f2e0344e11 100644
--- a/services/acm/pom.xml
+++ b/services/acm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
acm
AWS Java SDK :: Services :: AWS Certificate Manager
diff --git a/services/acmpca/pom.xml b/services/acmpca/pom.xml
index 48b94ad60be0..e887c936af79 100644
--- a/services/acmpca/pom.xml
+++ b/services/acmpca/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
acmpca
AWS Java SDK :: Services :: ACM PCA
diff --git a/services/aiops/pom.xml b/services/aiops/pom.xml
index dd56198390d9..89803a50e361 100644
--- a/services/aiops/pom.xml
+++ b/services/aiops/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
aiops
AWS Java SDK :: Services :: AI Ops
diff --git a/services/amp/pom.xml b/services/amp/pom.xml
index cdfea13fef74..6f132919fdb7 100644
--- a/services/amp/pom.xml
+++ b/services/amp/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
amp
AWS Java SDK :: Services :: Amp
diff --git a/services/amp/src/main/resources/codegen-resources/service-2.json b/services/amp/src/main/resources/codegen-resources/service-2.json
index 2b60efa0a10b..adebb38c910d 100644
--- a/services/amp/src/main/resources/codegen-resources/service-2.json
+++ b/services/amp/src/main/resources/codegen-resources/service-2.json
@@ -108,7 +108,7 @@
{"shape":"InternalServerException"},
{"shape":"ServiceQuotaExceededException"}
],
- "documentation":"The CreateRuleGroupsNamespace operation creates a rule groups namespace within a workspace. A rule groups namespace is associated with exactly one rules file. A workspace can have multiple rule groups namespaces.
Use this operation only to create new rule groups namespaces. To update an existing rule groups namespace, use PutRuleGroupsNamespace.
",
+ "documentation":"The CreateRuleGroupsNamespace operation creates a rule groups namespace within a workspace. A rule groups namespace is associated with exactly one rules file. A workspace can have multiple rule groups namespaces.
The combined length of a rule group namespace and a rule group name cannot exceed 721 UTF-8 bytes.
Use this operation only to create new rule groups namespaces. To update an existing rule groups namespace, use PutRuleGroupsNamespace.
",
"idempotent":true
},
"CreateScraper":{
@@ -129,7 +129,7 @@
{"shape":"InternalServerException"},
{"shape":"ServiceQuotaExceededException"}
],
- "documentation":"The CreateScraper operation creates a scraper to collect metrics. A scraper pulls metrics from Prometheus-compatible sources within an Amazon EKS cluster, and sends them to your Amazon Managed Service for Prometheus workspace. Scrapers are flexible, and can be configured to control what metrics are collected, the frequency of collection, what transformations are applied to the metrics, and more.
An IAM role will be created for you that Amazon Managed Service for Prometheus uses to access the metrics in your cluster. You must configure this role with a policy that allows it to scrape metrics from your cluster. For more information, see Configuring your Amazon EKS cluster in the Amazon Managed Service for Prometheus User Guide.
The scrapeConfiguration parameter contains the base-64 encoded YAML configuration for the scraper.
When creating a scraper, the service creates a Network Interface in each Availability Zone that are passed into CreateScraper through subnets. These network interfaces are used to connect to the Amazon EKS cluster within the VPC for scraping metrics.
For more information about collectors, including what metrics are collected, and how to configure the scraper, see Using an Amazon Web Services managed collector in the Amazon Managed Service for Prometheus User Guide.
",
+ "documentation":"The CreateScraper operation creates a scraper to collect metrics. A scraper pulls metrics from Prometheus-compatible sources and sends them to your Amazon Managed Service for Prometheus workspace. You can configure scrapers to collect metrics from Amazon EKS clusters, Amazon MSK clusters, or from VPC-based sources that support DNS-based service discovery. Scrapers are flexible, and can be configured to control what metrics are collected, the frequency of collection, what transformations are applied to the metrics, and more.
An IAM role will be created for you that Amazon Managed Service for Prometheus uses to access the metrics in your source. You must configure this role with a policy that allows it to scrape metrics from your source. For Amazon EKS sources, see Configuring your Amazon EKS cluster in the Amazon Managed Service for Prometheus User Guide.
The scrapeConfiguration parameter contains the base-64 encoded YAML configuration for the scraper.
When creating a scraper, the service creates a Network Interface in each Availability Zone that are passed into CreateScraper through subnets. These network interfaces are used to connect to your source within the VPC for scraping metrics.
For more information about collectors, including what metrics are collected, and how to configure the scraper, see Using an Amazon Web Services managed collector in the Amazon Managed Service for Prometheus User Guide.
",
"idempotent":true
},
"CreateWorkspace":{
@@ -697,7 +697,7 @@
{"shape":"InternalServerException"},
{"shape":"ServiceQuotaExceededException"}
],
- "documentation":"Updates an existing rule groups namespace within a workspace. A rule groups namespace is associated with exactly one rules file. A workspace can have multiple rule groups namespaces.
Use this operation only to update existing rule groups namespaces. To create a new rule groups namespace, use CreateRuleGroupsNamespace.
You can't use this operation to add tags to an existing rule groups namespace. Instead, use TagResource.
",
+ "documentation":"Updates an existing rule groups namespace within a workspace. A rule groups namespace is associated with exactly one rules file. A workspace can have multiple rule groups namespaces.
The combined length of a rule group namespace and a rule group name cannot exceed 721 UTF-8 bytes.
Use this operation only to update existing rule groups namespaces. To create a new rule groups namespace, use CreateRuleGroupsNamespace.
You can't use this operation to add tags to an existing rule groups namespace. Instead, use TagResource.
",
"idempotent":true
},
"TagResource":{
@@ -1445,7 +1445,7 @@
},
"source":{
"shape":"Source",
- "documentation":"The Amazon EKS cluster from which the scraper will collect metrics.
"
+ "documentation":"The Amazon EKS or Amazon Web Services cluster from which the scraper will collect metrics.
"
},
"destination":{
"shape":"Destination",
@@ -3383,6 +3383,10 @@
"eksConfiguration":{
"shape":"EksConfiguration",
"documentation":"The Amazon EKS cluster from which a scraper collects metrics.
"
+ },
+ "vpcConfiguration":{
+ "shape":"VpcConfiguration",
+ "documentation":"The Amazon VPC configuration for the Prometheus collector when connecting to Amazon MSK clusters. This configuration enables secure, private network connectivity between the collector and your Amazon MSK cluster within your Amazon VPC.
"
}
},
"documentation":"The source of collected metrics for a scraper.
",
@@ -3813,6 +3817,24 @@
"OTHER"
]
},
+ "VpcConfiguration":{
+ "type":"structure",
+ "required":[
+ "securityGroupIds",
+ "subnetIds"
+ ],
+ "members":{
+ "securityGroupIds":{
+ "shape":"SecurityGroupIds",
+ "documentation":"The security group IDs that control network access for the Prometheus collector. These security groups must allow the collector to communicate with your Amazon MSK cluster on the required ports.
"
+ },
+ "subnetIds":{
+ "shape":"SubnetIds",
+ "documentation":"The subnet IDs where the Prometheus collector will be deployed. The subnets must be in the same Amazon VPC as your Amazon MSK cluster and have network connectivity to the cluster.
"
+ }
+ },
+ "documentation":"The Amazon VPC configuration that specifies the network settings for a Prometheus collector to securely connect to Amazon MSK clusters. This configuration includes the security groups and subnets that control network access and placement for the collector.
"
+ },
"WorkspaceAlias":{
"type":"string",
"documentation":"A user-assigned workspace alias.
",
diff --git a/services/amplify/pom.xml b/services/amplify/pom.xml
index a6123a6674d1..8a251b8b2f85 100644
--- a/services/amplify/pom.xml
+++ b/services/amplify/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
amplify
AWS Java SDK :: Services :: Amplify
diff --git a/services/amplifybackend/pom.xml b/services/amplifybackend/pom.xml
index 94763f6805b7..ad468999568a 100644
--- a/services/amplifybackend/pom.xml
+++ b/services/amplifybackend/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
amplifybackend
AWS Java SDK :: Services :: Amplify Backend
diff --git a/services/amplifyuibuilder/pom.xml b/services/amplifyuibuilder/pom.xml
index 8e6df468a4b1..5a1fe01c68c2 100644
--- a/services/amplifyuibuilder/pom.xml
+++ b/services/amplifyuibuilder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
amplifyuibuilder
AWS Java SDK :: Services :: Amplify UI Builder
diff --git a/services/apigateway/pom.xml b/services/apigateway/pom.xml
index f3e6e328999f..783bf05dcce1 100644
--- a/services/apigateway/pom.xml
+++ b/services/apigateway/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
apigateway
AWS Java SDK :: Services :: Amazon API Gateway
diff --git a/services/apigatewaymanagementapi/pom.xml b/services/apigatewaymanagementapi/pom.xml
index 685ac9c9113b..3660d82d9483 100644
--- a/services/apigatewaymanagementapi/pom.xml
+++ b/services/apigatewaymanagementapi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
apigatewaymanagementapi
AWS Java SDK :: Services :: ApiGatewayManagementApi
diff --git a/services/apigatewayv2/pom.xml b/services/apigatewayv2/pom.xml
index 7119a8318332..8bb787b46a78 100644
--- a/services/apigatewayv2/pom.xml
+++ b/services/apigatewayv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
apigatewayv2
AWS Java SDK :: Services :: ApiGatewayV2
diff --git a/services/appconfig/pom.xml b/services/appconfig/pom.xml
index 1b931348d49a..9b16cb588938 100644
--- a/services/appconfig/pom.xml
+++ b/services/appconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
appconfig
AWS Java SDK :: Services :: AppConfig
diff --git a/services/appconfigdata/pom.xml b/services/appconfigdata/pom.xml
index 6dd4572182b1..5fdf264f9e9a 100644
--- a/services/appconfigdata/pom.xml
+++ b/services/appconfigdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
appconfigdata
AWS Java SDK :: Services :: App Config Data
diff --git a/services/appfabric/pom.xml b/services/appfabric/pom.xml
index aa084a246606..3e223eee9b25 100644
--- a/services/appfabric/pom.xml
+++ b/services/appfabric/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
appfabric
AWS Java SDK :: Services :: App Fabric
diff --git a/services/appflow/pom.xml b/services/appflow/pom.xml
index 31b6a7585fbf..1fc28850ca6b 100644
--- a/services/appflow/pom.xml
+++ b/services/appflow/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
appflow
AWS Java SDK :: Services :: Appflow
diff --git a/services/appintegrations/pom.xml b/services/appintegrations/pom.xml
index 045d0dd232a7..5d92b7e8847c 100644
--- a/services/appintegrations/pom.xml
+++ b/services/appintegrations/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
appintegrations
AWS Java SDK :: Services :: App Integrations
diff --git a/services/applicationautoscaling/pom.xml b/services/applicationautoscaling/pom.xml
index 3acf0a14f9f9..61dee52b43f8 100644
--- a/services/applicationautoscaling/pom.xml
+++ b/services/applicationautoscaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
applicationautoscaling
AWS Java SDK :: Services :: AWS Application Auto Scaling
diff --git a/services/applicationcostprofiler/pom.xml b/services/applicationcostprofiler/pom.xml
index 610f6b90c1bf..269a33b04091 100644
--- a/services/applicationcostprofiler/pom.xml
+++ b/services/applicationcostprofiler/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
applicationcostprofiler
AWS Java SDK :: Services :: Application Cost Profiler
diff --git a/services/applicationdiscovery/pom.xml b/services/applicationdiscovery/pom.xml
index 602f41bd8c3e..f37f52e2d7f3 100644
--- a/services/applicationdiscovery/pom.xml
+++ b/services/applicationdiscovery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
applicationdiscovery
AWS Java SDK :: Services :: AWS Application Discovery Service
diff --git a/services/applicationinsights/pom.xml b/services/applicationinsights/pom.xml
index 714c7a0a66ca..d9be324c57d8 100644
--- a/services/applicationinsights/pom.xml
+++ b/services/applicationinsights/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
applicationinsights
AWS Java SDK :: Services :: Application Insights
diff --git a/services/applicationsignals/pom.xml b/services/applicationsignals/pom.xml
index 75d429700e2c..26945aec1538 100644
--- a/services/applicationsignals/pom.xml
+++ b/services/applicationsignals/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
applicationsignals
AWS Java SDK :: Services :: Application Signals
diff --git a/services/appmesh/pom.xml b/services/appmesh/pom.xml
index 4d0ad2080bcb..11b628c1d34e 100644
--- a/services/appmesh/pom.xml
+++ b/services/appmesh/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
appmesh
AWS Java SDK :: Services :: App Mesh
diff --git a/services/apprunner/pom.xml b/services/apprunner/pom.xml
index 9c5fe6df8d97..8191108bb4ca 100644
--- a/services/apprunner/pom.xml
+++ b/services/apprunner/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
apprunner
AWS Java SDK :: Services :: App Runner
diff --git a/services/appstream/pom.xml b/services/appstream/pom.xml
index 5bafb8603ac8..76290b5daedf 100644
--- a/services/appstream/pom.xml
+++ b/services/appstream/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
appstream
AWS Java SDK :: Services :: Amazon AppStream
diff --git a/services/appsync/pom.xml b/services/appsync/pom.xml
index 40e9ca8ad142..5ce9c24eb7b8 100644
--- a/services/appsync/pom.xml
+++ b/services/appsync/pom.xml
@@ -21,7 +21,7 @@
services
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
appsync
diff --git a/services/arcregionswitch/pom.xml b/services/arcregionswitch/pom.xml
index 59e6dba3309b..49282d1d1227 100644
--- a/services/arcregionswitch/pom.xml
+++ b/services/arcregionswitch/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
arcregionswitch
AWS Java SDK :: Services :: ARC Region Switch
diff --git a/services/arczonalshift/pom.xml b/services/arczonalshift/pom.xml
index dae7c25bb162..f13b7974eaef 100644
--- a/services/arczonalshift/pom.xml
+++ b/services/arczonalshift/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
arczonalshift
AWS Java SDK :: Services :: ARC Zonal Shift
diff --git a/services/artifact/pom.xml b/services/artifact/pom.xml
index 6e42d6962e01..731a16ae9e23 100644
--- a/services/artifact/pom.xml
+++ b/services/artifact/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
artifact
AWS Java SDK :: Services :: Artifact
diff --git a/services/athena/pom.xml b/services/athena/pom.xml
index cc4bbd23ea22..51ca7bb7e1bc 100644
--- a/services/athena/pom.xml
+++ b/services/athena/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
athena
AWS Java SDK :: Services :: Amazon Athena
diff --git a/services/auditmanager/pom.xml b/services/auditmanager/pom.xml
index 802f45861f4c..85939d71b014 100644
--- a/services/auditmanager/pom.xml
+++ b/services/auditmanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
auditmanager
AWS Java SDK :: Services :: Audit Manager
diff --git a/services/autoscaling/pom.xml b/services/autoscaling/pom.xml
index 953aeeeb4b43..ac95e31b775e 100644
--- a/services/autoscaling/pom.xml
+++ b/services/autoscaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
autoscaling
AWS Java SDK :: Services :: Auto Scaling
diff --git a/services/autoscalingplans/pom.xml b/services/autoscalingplans/pom.xml
index 2babf49acc34..a1d1aa88a3a9 100644
--- a/services/autoscalingplans/pom.xml
+++ b/services/autoscalingplans/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
autoscalingplans
AWS Java SDK :: Services :: Auto Scaling Plans
diff --git a/services/b2bi/pom.xml b/services/b2bi/pom.xml
index b8ab4d3eb404..920a07118d81 100644
--- a/services/b2bi/pom.xml
+++ b/services/b2bi/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
b2bi
AWS Java SDK :: Services :: B2 Bi
diff --git a/services/backup/pom.xml b/services/backup/pom.xml
index 6f22734c1b67..b61fa9029c24 100644
--- a/services/backup/pom.xml
+++ b/services/backup/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
backup
AWS Java SDK :: Services :: Backup
diff --git a/services/backupgateway/pom.xml b/services/backupgateway/pom.xml
index f6a8ab832286..b050a6f350fb 100644
--- a/services/backupgateway/pom.xml
+++ b/services/backupgateway/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
backupgateway
AWS Java SDK :: Services :: Backup Gateway
diff --git a/services/backupsearch/pom.xml b/services/backupsearch/pom.xml
index 7f20a87bdc72..c5838bc0fbec 100644
--- a/services/backupsearch/pom.xml
+++ b/services/backupsearch/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
backupsearch
AWS Java SDK :: Services :: Backup Search
diff --git a/services/batch/pom.xml b/services/batch/pom.xml
index 6cabb4d3d3af..203a28cd320a 100644
--- a/services/batch/pom.xml
+++ b/services/batch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
batch
AWS Java SDK :: Services :: AWS Batch
diff --git a/services/bcmdashboards/pom.xml b/services/bcmdashboards/pom.xml
index ac841476ce41..7280f309ba19 100644
--- a/services/bcmdashboards/pom.xml
+++ b/services/bcmdashboards/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
bcmdashboards
AWS Java SDK :: Services :: BCM Dashboards
diff --git a/services/bcmdataexports/pom.xml b/services/bcmdataexports/pom.xml
index f2ec235c344d..345a333ee289 100644
--- a/services/bcmdataexports/pom.xml
+++ b/services/bcmdataexports/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
bcmdataexports
AWS Java SDK :: Services :: BCM Data Exports
diff --git a/services/bcmpricingcalculator/pom.xml b/services/bcmpricingcalculator/pom.xml
index 4988528ee5f2..b25a4163f5dd 100644
--- a/services/bcmpricingcalculator/pom.xml
+++ b/services/bcmpricingcalculator/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
bcmpricingcalculator
AWS Java SDK :: Services :: BCM Pricing Calculator
diff --git a/services/bcmrecommendedactions/pom.xml b/services/bcmrecommendedactions/pom.xml
index 2191344d6c93..217a07956736 100644
--- a/services/bcmrecommendedactions/pom.xml
+++ b/services/bcmrecommendedactions/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
bcmrecommendedactions
AWS Java SDK :: Services :: BCM Recommended Actions
diff --git a/services/bedrock/pom.xml b/services/bedrock/pom.xml
index 125c74ad08d6..031076c45c37 100644
--- a/services/bedrock/pom.xml
+++ b/services/bedrock/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
bedrock
AWS Java SDK :: Services :: Bedrock
diff --git a/services/bedrockagent/pom.xml b/services/bedrockagent/pom.xml
index abf235cad491..81bf6a6d0e8a 100644
--- a/services/bedrockagent/pom.xml
+++ b/services/bedrockagent/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
bedrockagent
AWS Java SDK :: Services :: Bedrock Agent
diff --git a/services/bedrockagentcore/pom.xml b/services/bedrockagentcore/pom.xml
index 146775970bd8..7b2b8072c0a5 100644
--- a/services/bedrockagentcore/pom.xml
+++ b/services/bedrockagentcore/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
bedrockagentcore
AWS Java SDK :: Services :: Bedrock Agent Core
diff --git a/services/bedrockagentcorecontrol/pom.xml b/services/bedrockagentcorecontrol/pom.xml
index 77e14ce83084..5c9b16976f98 100644
--- a/services/bedrockagentcorecontrol/pom.xml
+++ b/services/bedrockagentcorecontrol/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
bedrockagentcorecontrol
AWS Java SDK :: Services :: Bedrock Agent Core Control
diff --git a/services/bedrockagentruntime/pom.xml b/services/bedrockagentruntime/pom.xml
index c6ace5caefbe..3802021268ef 100644
--- a/services/bedrockagentruntime/pom.xml
+++ b/services/bedrockagentruntime/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
bedrockagentruntime
AWS Java SDK :: Services :: Bedrock Agent Runtime
diff --git a/services/bedrockdataautomation/pom.xml b/services/bedrockdataautomation/pom.xml
index 8933052bd309..a9e6827995f0 100644
--- a/services/bedrockdataautomation/pom.xml
+++ b/services/bedrockdataautomation/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
bedrockdataautomation
AWS Java SDK :: Services :: Bedrock Data Automation
diff --git a/services/bedrockdataautomationruntime/pom.xml b/services/bedrockdataautomationruntime/pom.xml
index 3a968ca3bb3d..4e3572774f1c 100644
--- a/services/bedrockdataautomationruntime/pom.xml
+++ b/services/bedrockdataautomationruntime/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
bedrockdataautomationruntime
AWS Java SDK :: Services :: Bedrock Data Automation Runtime
diff --git a/services/bedrockruntime/pom.xml b/services/bedrockruntime/pom.xml
index a9eeff800d5d..57d3c6d1d0de 100644
--- a/services/bedrockruntime/pom.xml
+++ b/services/bedrockruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
bedrockruntime
AWS Java SDK :: Services :: Bedrock Runtime
diff --git a/services/billing/pom.xml b/services/billing/pom.xml
index cbad09c6653b..c15e40edba6c 100644
--- a/services/billing/pom.xml
+++ b/services/billing/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
billing
AWS Java SDK :: Services :: Billing
diff --git a/services/billingconductor/pom.xml b/services/billingconductor/pom.xml
index f9212ba16d65..10f395a3eacc 100644
--- a/services/billingconductor/pom.xml
+++ b/services/billingconductor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
billingconductor
AWS Java SDK :: Services :: Billingconductor
diff --git a/services/braket/pom.xml b/services/braket/pom.xml
index 4e7d7bcaab4b..c721ad57c485 100644
--- a/services/braket/pom.xml
+++ b/services/braket/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
braket
AWS Java SDK :: Services :: Braket
diff --git a/services/budgets/pom.xml b/services/budgets/pom.xml
index 8509cb7bb29c..be82c13100c3 100644
--- a/services/budgets/pom.xml
+++ b/services/budgets/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
budgets
AWS Java SDK :: Services :: AWS Budgets
diff --git a/services/chatbot/pom.xml b/services/chatbot/pom.xml
index 70d9313a671d..84f57d35ef21 100644
--- a/services/chatbot/pom.xml
+++ b/services/chatbot/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
chatbot
AWS Java SDK :: Services :: Chatbot
diff --git a/services/chime/pom.xml b/services/chime/pom.xml
index 8fe6a6443db3..c80126bfad90 100644
--- a/services/chime/pom.xml
+++ b/services/chime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
chime
AWS Java SDK :: Services :: Chime
diff --git a/services/chimesdkidentity/pom.xml b/services/chimesdkidentity/pom.xml
index 557cd5d73795..adb7f583395e 100644
--- a/services/chimesdkidentity/pom.xml
+++ b/services/chimesdkidentity/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
chimesdkidentity
AWS Java SDK :: Services :: Chime SDK Identity
diff --git a/services/chimesdkmediapipelines/pom.xml b/services/chimesdkmediapipelines/pom.xml
index 58322b67b527..759c2bc3237f 100644
--- a/services/chimesdkmediapipelines/pom.xml
+++ b/services/chimesdkmediapipelines/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
chimesdkmediapipelines
AWS Java SDK :: Services :: Chime SDK Media Pipelines
diff --git a/services/chimesdkmeetings/pom.xml b/services/chimesdkmeetings/pom.xml
index cf11b23e3a29..0bc4ac8e6443 100644
--- a/services/chimesdkmeetings/pom.xml
+++ b/services/chimesdkmeetings/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
chimesdkmeetings
AWS Java SDK :: Services :: Chime SDK Meetings
diff --git a/services/chimesdkmessaging/pom.xml b/services/chimesdkmessaging/pom.xml
index 257c01bdbade..f3b25fe3aa4d 100644
--- a/services/chimesdkmessaging/pom.xml
+++ b/services/chimesdkmessaging/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
chimesdkmessaging
AWS Java SDK :: Services :: Chime SDK Messaging
diff --git a/services/chimesdkvoice/pom.xml b/services/chimesdkvoice/pom.xml
index 5f21e36c63f4..9577bc1dfe8e 100644
--- a/services/chimesdkvoice/pom.xml
+++ b/services/chimesdkvoice/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
chimesdkvoice
AWS Java SDK :: Services :: Chime SDK Voice
diff --git a/services/cleanrooms/pom.xml b/services/cleanrooms/pom.xml
index 8a3c47d251b1..421c22b2b71b 100644
--- a/services/cleanrooms/pom.xml
+++ b/services/cleanrooms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
cleanrooms
AWS Java SDK :: Services :: Clean Rooms
diff --git a/services/cleanroomsml/pom.xml b/services/cleanroomsml/pom.xml
index daad7867ef06..f43368923d35 100644
--- a/services/cleanroomsml/pom.xml
+++ b/services/cleanroomsml/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
cleanroomsml
AWS Java SDK :: Services :: Clean Rooms ML
diff --git a/services/cloud9/pom.xml b/services/cloud9/pom.xml
index 30a7a1a35aab..c507f89aef77 100644
--- a/services/cloud9/pom.xml
+++ b/services/cloud9/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
cloud9
diff --git a/services/cloudcontrol/pom.xml b/services/cloudcontrol/pom.xml
index a3408f951fcb..c8caba06c375 100644
--- a/services/cloudcontrol/pom.xml
+++ b/services/cloudcontrol/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
cloudcontrol
AWS Java SDK :: Services :: Cloud Control
diff --git a/services/clouddirectory/pom.xml b/services/clouddirectory/pom.xml
index 83430557e2cc..fb0aa6e97fc8 100644
--- a/services/clouddirectory/pom.xml
+++ b/services/clouddirectory/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
clouddirectory
AWS Java SDK :: Services :: Amazon CloudDirectory
diff --git a/services/cloudformation/pom.xml b/services/cloudformation/pom.xml
index fb49cd403288..db7b04dcd246 100644
--- a/services/cloudformation/pom.xml
+++ b/services/cloudformation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
cloudformation
AWS Java SDK :: Services :: AWS CloudFormation
diff --git a/services/cloudfront/pom.xml b/services/cloudfront/pom.xml
index d81e736df4b0..8feeefe38404 100644
--- a/services/cloudfront/pom.xml
+++ b/services/cloudfront/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
cloudfront
AWS Java SDK :: Services :: Amazon CloudFront
diff --git a/services/cloudfrontkeyvaluestore/pom.xml b/services/cloudfrontkeyvaluestore/pom.xml
index 821e533c5f7a..321a09a318a6 100644
--- a/services/cloudfrontkeyvaluestore/pom.xml
+++ b/services/cloudfrontkeyvaluestore/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
cloudfrontkeyvaluestore
AWS Java SDK :: Services :: Cloud Front Key Value Store
diff --git a/services/cloudhsm/pom.xml b/services/cloudhsm/pom.xml
index e946f4009871..cba7c210fb2e 100644
--- a/services/cloudhsm/pom.xml
+++ b/services/cloudhsm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
cloudhsm
AWS Java SDK :: Services :: AWS CloudHSM
diff --git a/services/cloudhsmv2/pom.xml b/services/cloudhsmv2/pom.xml
index c06376a1caa9..7139c442793e 100644
--- a/services/cloudhsmv2/pom.xml
+++ b/services/cloudhsmv2/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
cloudhsmv2
diff --git a/services/cloudsearch/pom.xml b/services/cloudsearch/pom.xml
index c2b1656e0709..2d59155a5e6c 100644
--- a/services/cloudsearch/pom.xml
+++ b/services/cloudsearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
cloudsearch
AWS Java SDK :: Services :: Amazon CloudSearch
diff --git a/services/cloudsearchdomain/pom.xml b/services/cloudsearchdomain/pom.xml
index a7e0cecc3142..8bf5acec8d68 100644
--- a/services/cloudsearchdomain/pom.xml
+++ b/services/cloudsearchdomain/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
cloudsearchdomain
AWS Java SDK :: Services :: Amazon CloudSearch Domain
diff --git a/services/cloudtrail/pom.xml b/services/cloudtrail/pom.xml
index facfb7747908..a9f7ac63bdd5 100644
--- a/services/cloudtrail/pom.xml
+++ b/services/cloudtrail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
cloudtrail
AWS Java SDK :: Services :: AWS CloudTrail
diff --git a/services/cloudtraildata/pom.xml b/services/cloudtraildata/pom.xml
index 1eb5013673ca..e719eaa4d5d7 100644
--- a/services/cloudtraildata/pom.xml
+++ b/services/cloudtraildata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
cloudtraildata
AWS Java SDK :: Services :: Cloud Trail Data
diff --git a/services/cloudwatch/pom.xml b/services/cloudwatch/pom.xml
index 759a9d7efdad..ef78765fce01 100644
--- a/services/cloudwatch/pom.xml
+++ b/services/cloudwatch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
cloudwatch
AWS Java SDK :: Services :: Amazon CloudWatch
diff --git a/services/cloudwatchevents/pom.xml b/services/cloudwatchevents/pom.xml
index fe6d4769c4ca..daace69bf290 100644
--- a/services/cloudwatchevents/pom.xml
+++ b/services/cloudwatchevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
cloudwatchevents
AWS Java SDK :: Services :: Amazon CloudWatch Events
diff --git a/services/cloudwatchlogs/pom.xml b/services/cloudwatchlogs/pom.xml
index f58ff4ea65d8..8726f3811dc4 100644
--- a/services/cloudwatchlogs/pom.xml
+++ b/services/cloudwatchlogs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
cloudwatchlogs
AWS Java SDK :: Services :: Amazon CloudWatch Logs
diff --git a/services/codeartifact/pom.xml b/services/codeartifact/pom.xml
index cf1ba15283a9..8665ca44aba0 100644
--- a/services/codeartifact/pom.xml
+++ b/services/codeartifact/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
codeartifact
AWS Java SDK :: Services :: Codeartifact
diff --git a/services/codebuild/pom.xml b/services/codebuild/pom.xml
index ac50683222a9..3bf80709cd21 100644
--- a/services/codebuild/pom.xml
+++ b/services/codebuild/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
codebuild
AWS Java SDK :: Services :: AWS Code Build
diff --git a/services/codecatalyst/pom.xml b/services/codecatalyst/pom.xml
index aff680d7cf16..6a4739595957 100644
--- a/services/codecatalyst/pom.xml
+++ b/services/codecatalyst/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
codecatalyst
AWS Java SDK :: Services :: Code Catalyst
diff --git a/services/codecommit/pom.xml b/services/codecommit/pom.xml
index ad6e5da78472..94a2b373fa11 100644
--- a/services/codecommit/pom.xml
+++ b/services/codecommit/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
codecommit
AWS Java SDK :: Services :: AWS CodeCommit
diff --git a/services/codeconnections/pom.xml b/services/codeconnections/pom.xml
index 1452862585c9..407bf072e7bc 100644
--- a/services/codeconnections/pom.xml
+++ b/services/codeconnections/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
codeconnections
AWS Java SDK :: Services :: Code Connections
diff --git a/services/codedeploy/pom.xml b/services/codedeploy/pom.xml
index 45942b629804..b93fd10152ce 100644
--- a/services/codedeploy/pom.xml
+++ b/services/codedeploy/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
codedeploy
AWS Java SDK :: Services :: AWS CodeDeploy
diff --git a/services/codeguruprofiler/pom.xml b/services/codeguruprofiler/pom.xml
index 5fa23687c325..b47f01f898f0 100644
--- a/services/codeguruprofiler/pom.xml
+++ b/services/codeguruprofiler/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
codeguruprofiler
AWS Java SDK :: Services :: CodeGuruProfiler
diff --git a/services/codegurureviewer/pom.xml b/services/codegurureviewer/pom.xml
index a5a984ac58ae..64b08b6c8bcc 100644
--- a/services/codegurureviewer/pom.xml
+++ b/services/codegurureviewer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
codegurureviewer
AWS Java SDK :: Services :: CodeGuru Reviewer
diff --git a/services/codegurusecurity/pom.xml b/services/codegurusecurity/pom.xml
index 5cba35f3145e..9964e6218e39 100644
--- a/services/codegurusecurity/pom.xml
+++ b/services/codegurusecurity/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
codegurusecurity
AWS Java SDK :: Services :: Code Guru Security
diff --git a/services/codepipeline/pom.xml b/services/codepipeline/pom.xml
index c2a3914daf67..a076fd6e89f2 100644
--- a/services/codepipeline/pom.xml
+++ b/services/codepipeline/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
codepipeline
AWS Java SDK :: Services :: AWS CodePipeline
diff --git a/services/codestarconnections/pom.xml b/services/codestarconnections/pom.xml
index e1769aec5fe3..3cace5fc57b4 100644
--- a/services/codestarconnections/pom.xml
+++ b/services/codestarconnections/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
codestarconnections
AWS Java SDK :: Services :: CodeStar connections
diff --git a/services/codestarnotifications/pom.xml b/services/codestarnotifications/pom.xml
index 9d52419c134e..7dd47b6ebb77 100644
--- a/services/codestarnotifications/pom.xml
+++ b/services/codestarnotifications/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
codestarnotifications
AWS Java SDK :: Services :: Codestar Notifications
diff --git a/services/cognitoidentity/pom.xml b/services/cognitoidentity/pom.xml
index 18dc0382d1c8..5e64a98fe0c0 100644
--- a/services/cognitoidentity/pom.xml
+++ b/services/cognitoidentity/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
cognitoidentity
AWS Java SDK :: Services :: Amazon Cognito Identity
diff --git a/services/cognitoidentityprovider/pom.xml b/services/cognitoidentityprovider/pom.xml
index 3d5856faa22e..6185f3178a1a 100644
--- a/services/cognitoidentityprovider/pom.xml
+++ b/services/cognitoidentityprovider/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
cognitoidentityprovider
AWS Java SDK :: Services :: Amazon Cognito Identity Provider Service
diff --git a/services/cognitosync/pom.xml b/services/cognitosync/pom.xml
index 5134b2be2cf1..eee0f610cc51 100644
--- a/services/cognitosync/pom.xml
+++ b/services/cognitosync/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
cognitosync
AWS Java SDK :: Services :: Amazon Cognito Sync
diff --git a/services/comprehend/pom.xml b/services/comprehend/pom.xml
index f917b5c727ca..414b06155c1d 100644
--- a/services/comprehend/pom.xml
+++ b/services/comprehend/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
comprehend
diff --git a/services/comprehendmedical/pom.xml b/services/comprehendmedical/pom.xml
index aaad31735118..1ae3ba837a23 100644
--- a/services/comprehendmedical/pom.xml
+++ b/services/comprehendmedical/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
comprehendmedical
AWS Java SDK :: Services :: ComprehendMedical
diff --git a/services/computeoptimizer/pom.xml b/services/computeoptimizer/pom.xml
index 4aa9a1f44c62..18e0ff5a56fe 100644
--- a/services/computeoptimizer/pom.xml
+++ b/services/computeoptimizer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
computeoptimizer
AWS Java SDK :: Services :: Compute Optimizer
diff --git a/services/config/pom.xml b/services/config/pom.xml
index 50909377d8a7..e3e23b9ca80a 100644
--- a/services/config/pom.xml
+++ b/services/config/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
config
AWS Java SDK :: Services :: AWS Config
diff --git a/services/connect/pom.xml b/services/connect/pom.xml
index 075cd99114de..690243092abc 100644
--- a/services/connect/pom.xml
+++ b/services/connect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
connect
AWS Java SDK :: Services :: Connect
diff --git a/services/connect/src/main/resources/codegen-resources/service-2.json b/services/connect/src/main/resources/codegen-resources/service-2.json
index 2348ae51b1a8..6a731809e225 100644
--- a/services/connect/src/main/resources/codegen-resources/service-2.json
+++ b/services/connect/src/main/resources/codegen-resources/service-2.json
@@ -6566,11 +6566,24 @@
},
"PeriodicSessionDuration":{
"shape":"AccessTokenDuration",
- "documentation":"The short lived session duration configuration for users logged in to Amazon Connect, in minutes. This value determines the maximum possible time before an agent is authenticated. For more information, see Configure the session duration in the Amazon Connect Administrator Guide.
"
+ "documentation":"The short lived session duration configuration for users logged in to Amazon Connect, in minutes. This value determines the maximum possible time before an agent is authenticated. For more information, see Configure the session duration in the Amazon Connect Administrator Guide.
",
+ "deprecated":true,
+ "deprecatedMessage":"PeriodicSessionDuration is deprecated. Use SessionInactivityDuration instead.",
+ "deprecatedSince":"10/31/2025"
},
"MaxSessionDuration":{
"shape":"RefreshTokenDuration",
"documentation":"The long lived session duration for users logged in to Amazon Connect, in minutes. After this time period, users must log in again. For more information, see Configure the session duration in the Amazon Connect Administrator Guide.
"
+ },
+ "SessionInactivityDuration":{
+ "shape":"InactivityDuration",
+ "documentation":"The period, in minutes, before an agent is automatically signed out of the contact center when they go inactive.
",
+ "box":true
+ },
+ "SessionInactivityHandlingEnabled":{
+ "shape":"Boolean",
+ "documentation":"Determines if automatic logout on user inactivity is enabled.
",
+ "box":true
}
},
"documentation":"This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web Services Support.
Information about an authentication profile. An authentication profile is a resource that stores the authentication settings for users in your contact center. You use authentication profiles to set up IP address range restrictions and session timeouts. For more information, see Set IP address restrictions or session timeouts.
"
@@ -16114,6 +16127,12 @@
}
}
},
+ "InactivityDuration":{
+ "type":"integer",
+ "box":true,
+ "max":720,
+ "min":15
+ },
"InboundAdditionalRecipients":{
"type":"structure",
"members":{
@@ -26457,6 +26476,19 @@
"PeriodicSessionDuration":{
"shape":"AccessTokenDuration",
"documentation":"The short lived session duration configuration for users logged in to Amazon Connect, in minutes. This value determines the maximum possible time before an agent is authenticated. For more information, For more information on how to configure IP addresses, see Configure session timeouts in the Amazon Connect Administrator Guide.
",
+ "box":true,
+ "deprecated":true,
+ "deprecatedMessage":"PeriodicSessionDuration is deprecated. Use SessionInactivityDuration instead.",
+ "deprecatedSince":"10/31/2025"
+ },
+ "SessionInactivityDuration":{
+ "shape":"InactivityDuration",
+ "documentation":"The period, in minutes, before an agent is automatically signed out of the contact center when they go inactive.
",
+ "box":true
+ },
+ "SessionInactivityHandlingEnabled":{
+ "shape":"Boolean",
+ "documentation":"Determines if automatic logout on user inactivity is enabled.
",
"box":true
}
}
diff --git a/services/connectcampaigns/pom.xml b/services/connectcampaigns/pom.xml
index a6955e888844..c8f77a605b65 100644
--- a/services/connectcampaigns/pom.xml
+++ b/services/connectcampaigns/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
connectcampaigns
AWS Java SDK :: Services :: Connect Campaigns
diff --git a/services/connectcampaignsv2/pom.xml b/services/connectcampaignsv2/pom.xml
index 5dfcb06ecd95..02bfd16d7568 100644
--- a/services/connectcampaignsv2/pom.xml
+++ b/services/connectcampaignsv2/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
connectcampaignsv2
AWS Java SDK :: Services :: Connect Campaigns V2
diff --git a/services/connectcases/pom.xml b/services/connectcases/pom.xml
index 55b66869f9e9..ac45f9090188 100644
--- a/services/connectcases/pom.xml
+++ b/services/connectcases/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
connectcases
AWS Java SDK :: Services :: Connect Cases
diff --git a/services/connectcontactlens/pom.xml b/services/connectcontactlens/pom.xml
index 64060695b14d..ba618dda8df1 100644
--- a/services/connectcontactlens/pom.xml
+++ b/services/connectcontactlens/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
connectcontactlens
AWS Java SDK :: Services :: Connect Contact Lens
diff --git a/services/connectparticipant/pom.xml b/services/connectparticipant/pom.xml
index 9086a6619451..2538cf2ef104 100644
--- a/services/connectparticipant/pom.xml
+++ b/services/connectparticipant/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
connectparticipant
AWS Java SDK :: Services :: ConnectParticipant
diff --git a/services/controlcatalog/pom.xml b/services/controlcatalog/pom.xml
index b54b8a81d3e4..97c58a8bafe7 100644
--- a/services/controlcatalog/pom.xml
+++ b/services/controlcatalog/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
controlcatalog
AWS Java SDK :: Services :: Control Catalog
diff --git a/services/controltower/pom.xml b/services/controltower/pom.xml
index 885e24c59edc..db6599fb6a27 100644
--- a/services/controltower/pom.xml
+++ b/services/controltower/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
controltower
AWS Java SDK :: Services :: Control Tower
diff --git a/services/costandusagereport/pom.xml b/services/costandusagereport/pom.xml
index 42aea0bd5380..adfa410a2439 100644
--- a/services/costandusagereport/pom.xml
+++ b/services/costandusagereport/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
costandusagereport
AWS Java SDK :: Services :: AWS Cost and Usage Report
diff --git a/services/costexplorer/pom.xml b/services/costexplorer/pom.xml
index 7212f9890eb3..0ad635b8692d 100644
--- a/services/costexplorer/pom.xml
+++ b/services/costexplorer/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
costexplorer
diff --git a/services/costoptimizationhub/pom.xml b/services/costoptimizationhub/pom.xml
index adce0a8039a1..25f065510b3e 100644
--- a/services/costoptimizationhub/pom.xml
+++ b/services/costoptimizationhub/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
costoptimizationhub
AWS Java SDK :: Services :: Cost Optimization Hub
diff --git a/services/customerprofiles/pom.xml b/services/customerprofiles/pom.xml
index 7ed3e061a446..836e15543be9 100644
--- a/services/customerprofiles/pom.xml
+++ b/services/customerprofiles/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
customerprofiles
AWS Java SDK :: Services :: Customer Profiles
diff --git a/services/databasemigration/pom.xml b/services/databasemigration/pom.xml
index 0072721f0ea9..63250d088dde 100644
--- a/services/databasemigration/pom.xml
+++ b/services/databasemigration/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
databasemigration
AWS Java SDK :: Services :: AWS Database Migration Service
diff --git a/services/databasemigration/src/main/resources/codegen-resources/paginators-1.json b/services/databasemigration/src/main/resources/codegen-resources/paginators-1.json
index bd5b31661970..05c920c20a19 100644
--- a/services/databasemigration/src/main/resources/codegen-resources/paginators-1.json
+++ b/services/databasemigration/src/main/resources/codegen-resources/paginators-1.json
@@ -96,11 +96,23 @@
"output_token": "Marker",
"limit_key": "MaxRecords"
},
+ "DescribeMetadataModelChildren": {
+ "input_token": "Marker",
+ "output_token": "Marker",
+ "limit_key": "MaxRecords",
+ "result_key": "MetadataModelChildren"
+ },
"DescribeMetadataModelConversions": {
"input_token": "Marker",
"output_token": "Marker",
"limit_key": "MaxRecords"
},
+ "DescribeMetadataModelCreations": {
+ "input_token": "Marker",
+ "output_token": "Marker",
+ "limit_key": "MaxRecords",
+ "result_key": "Requests"
+ },
"DescribeMetadataModelExportsAsScript": {
"input_token": "Marker",
"output_token": "Marker",
diff --git a/services/databasemigration/src/main/resources/codegen-resources/service-2.json b/services/databasemigration/src/main/resources/codegen-resources/service-2.json
index 22af05bb58e3..0c19df24e478 100644
--- a/services/databasemigration/src/main/resources/codegen-resources/service-2.json
+++ b/services/databasemigration/src/main/resources/codegen-resources/service-2.json
@@ -56,6 +56,36 @@
],
"documentation":" End of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see Amazon Web Services DMS Fleet Advisor end of support.
Starts the analysis of up to 20 source databases to recommend target engines for each source database. This is a batch version of StartRecommendations.
The result of analysis of each source database is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.
"
},
+ "CancelMetadataModelConversion":{
+ "name":"CancelMetadataModelConversion",
+ "http":{
+ "method":"POST",
+ "requestUri":"/"
+ },
+ "input":{"shape":"CancelMetadataModelConversionMessage"},
+ "output":{"shape":"CancelMetadataModelConversionResponse"},
+ "errors":[
+ {"shape":"ResourceNotFoundFault"},
+ {"shape":"InvalidResourceStateFault"},
+ {"shape":"AccessDeniedFault"}
+ ],
+ "documentation":"Cancels a single metadata model conversion operation that was started with StartMetadataModelConversion.
"
+ },
+ "CancelMetadataModelCreation":{
+ "name":"CancelMetadataModelCreation",
+ "http":{
+ "method":"POST",
+ "requestUri":"/"
+ },
+ "input":{"shape":"CancelMetadataModelCreationMessage"},
+ "output":{"shape":"CancelMetadataModelCreationResponse"},
+ "errors":[
+ {"shape":"ResourceNotFoundFault"},
+ {"shape":"InvalidResourceStateFault"},
+ {"shape":"AccessDeniedFault"}
+ ],
+ "documentation":"Cancels a single metadata model creation operation that was started with StartMetadataModelCreation.
"
+ },
"CancelReplicationTaskAssessmentRun":{
"name":"CancelReplicationTaskAssessmentRun",
"http":{
@@ -764,6 +794,20 @@
],
"documentation":"Returns a paginated list of instance profiles for your account in the current region.
"
},
+ "DescribeMetadataModel":{
+ "name":"DescribeMetadataModel",
+ "http":{
+ "method":"POST",
+ "requestUri":"/"
+ },
+ "input":{"shape":"DescribeMetadataModelMessage"},
+ "output":{"shape":"DescribeMetadataModelResponse"},
+ "errors":[
+ {"shape":"ResourceNotFoundFault"},
+ {"shape":"AccessDeniedFault"}
+ ],
+ "documentation":"Gets detailed information about the specified metadata model, including its definition and corresponding converted objects in the target database if applicable.
"
+ },
"DescribeMetadataModelAssessments":{
"name":"DescribeMetadataModelAssessments",
"http":{
@@ -777,6 +821,20 @@
],
"documentation":"Returns a paginated list of metadata model assessments for your account in the current region.
"
},
+ "DescribeMetadataModelChildren":{
+ "name":"DescribeMetadataModelChildren",
+ "http":{
+ "method":"POST",
+ "requestUri":"/"
+ },
+ "input":{"shape":"DescribeMetadataModelChildrenMessage"},
+ "output":{"shape":"DescribeMetadataModelChildrenResponse"},
+ "errors":[
+ {"shape":"ResourceNotFoundFault"},
+ {"shape":"AccessDeniedFault"}
+ ],
+ "documentation":"Gets a list of child metadata models for the specified metadata model in the database hierarchy.
"
+ },
"DescribeMetadataModelConversions":{
"name":"DescribeMetadataModelConversions",
"http":{
@@ -790,6 +848,20 @@
],
"documentation":"Returns a paginated list of metadata model conversions for a migration project.
"
},
+ "DescribeMetadataModelCreations":{
+ "name":"DescribeMetadataModelCreations",
+ "http":{
+ "method":"POST",
+ "requestUri":"/"
+ },
+ "input":{"shape":"DescribeMetadataModelCreationsMessage"},
+ "output":{"shape":"DescribeMetadataModelCreationsResponse"},
+ "errors":[
+ {"shape":"ResourceNotFoundFault"},
+ {"shape":"AccessDeniedFault"}
+ ],
+ "documentation":"Returns a paginated list of metadata model creation requests for a migration project.
"
+ },
"DescribeMetadataModelExportsAsScript":{
"name":"DescribeMetadataModelExportsAsScript",
"http":{
@@ -1083,6 +1155,21 @@
],
"documentation":"Saves a copy of a database migration assessment report to your Amazon S3 bucket. DMS can save your assessment report as a comma-separated value (CSV) or a PDF file.
"
},
+ "GetTargetSelectionRules":{
+ "name":"GetTargetSelectionRules",
+ "http":{
+ "method":"POST",
+ "requestUri":"/"
+ },
+ "input":{"shape":"GetTargetSelectionRulesMessage"},
+ "output":{"shape":"GetTargetSelectionRulesResponse"},
+ "errors":[
+ {"shape":"ResourceNotFoundFault"},
+ {"shape":"InvalidResourceStateFault"},
+ {"shape":"AccessDeniedFault"}
+ ],
+ "documentation":"Converts source selection rules into their target counterparts for schema conversion operations.
"
+ },
"ImportCertificate":{
"name":"ImportCertificate",
"http":{
@@ -1483,6 +1570,22 @@
],
"documentation":"Converts your source database objects to a format compatible with the target database.
"
},
+ "StartMetadataModelCreation":{
+ "name":"StartMetadataModelCreation",
+ "http":{
+ "method":"POST",
+ "requestUri":"/"
+ },
+ "input":{"shape":"StartMetadataModelCreationMessage"},
+ "output":{"shape":"StartMetadataModelCreationResponse"},
+ "errors":[
+ {"shape":"ResourceAlreadyExistsFault"},
+ {"shape":"ResourceNotFoundFault"},
+ {"shape":"ResourceQuotaExceededFault"},
+ {"shape":"AccessDeniedFault"}
+ ],
+ "documentation":"Creates source metadata model of the given type with the specified properties for schema conversion operations.
This action supports only these directions: from SQL Server to Aurora PostgreSQL, or from SQL Server to RDS for PostgreSQL.
"
+ },
"StartMetadataModelExportAsScript":{
"name":"StartMetadataModelExportAsScript",
"http":{
@@ -1882,6 +1985,52 @@
},
"Boolean":{"type":"boolean"},
"BooleanOptional":{"type":"boolean"},
+ "CancelMetadataModelConversionMessage":{
+ "type":"structure",
+ "required":[
+ "MigrationProjectIdentifier",
+ "RequestIdentifier"
+ ],
+ "members":{
+ "MigrationProjectIdentifier":{
+ "shape":"MigrationProjectIdentifier",
+ "documentation":"The migration project name or Amazon Resource Name (ARN).
"
+ },
+ "RequestIdentifier":{
+ "shape":"String",
+ "documentation":"The identifier for the metadata model conversion operation to cancel. This operation was initiated by StartMetadataModelConversion.
"
+ }
+ }
+ },
+ "CancelMetadataModelConversionResponse":{
+ "type":"structure",
+ "members":{
+ "Request":{"shape":"SchemaConversionRequest"}
+ }
+ },
+ "CancelMetadataModelCreationMessage":{
+ "type":"structure",
+ "required":[
+ "MigrationProjectIdentifier",
+ "RequestIdentifier"
+ ],
+ "members":{
+ "MigrationProjectIdentifier":{
+ "shape":"MigrationProjectIdentifier",
+ "documentation":"The migration project name or Amazon Resource Name (ARN).
"
+ },
+ "RequestIdentifier":{
+ "shape":"String",
+ "documentation":"The identifier for the metadata model creation operation to cancel. This operation was initiated by StartMetadataModelCreation.
"
+ }
+ }
+ },
+ "CancelMetadataModelCreationResponse":{
+ "type":"structure",
+ "members":{
+ "Request":{"shape":"SchemaConversionRequest"}
+ }
+ },
"CancelReplicationTaskAssessmentRunMessage":{
"type":"structure",
"required":["ReplicationTaskAssessmentRunArn"],
@@ -4286,6 +4435,49 @@
}
}
},
+ "DescribeMetadataModelChildrenMessage":{
+ "type":"structure",
+ "required":[
+ "SelectionRules",
+ "MigrationProjectIdentifier",
+ "Origin"
+ ],
+ "members":{
+ "SelectionRules":{
+ "shape":"String",
+ "documentation":"The JSON string that specifies which metadata model's children to retrieve. Only one selection rule with \"rule-action\": \"explicit\" can be provided. For more information, see Selection Rules in the DMS User Guide.
"
+ },
+ "MigrationProjectIdentifier":{
+ "shape":"MigrationProjectIdentifier",
+ "documentation":"The migration project name or Amazon Resource Name (ARN).
"
+ },
+ "Origin":{
+ "shape":"OriginTypeValue",
+ "documentation":"Specifies whether to retrieve metadata from the source or target tree. Valid values: SOURCE | TARGET
"
+ },
+ "Marker":{
+ "shape":"String",
+ "documentation":"Specifies the unique pagination token that indicates where the next page should start. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
"
+ },
+ "MaxRecords":{
+ "shape":"IntegerOptional",
+ "documentation":"The maximum number of metadata model children to include in the response. If more items exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.
"
+ }
+ }
+ },
+ "DescribeMetadataModelChildrenResponse":{
+ "type":"structure",
+ "members":{
+ "Marker":{
+ "shape":"String",
+ "documentation":"Specifies the unique pagination token that makes it possible to display the next page of metadata model children. If a marker is returned, there are more metadata model children available.
"
+ },
+ "MetadataModelChildren":{
+ "shape":"MetadataModelReferenceList",
+ "documentation":"A list of child metadata models.
"
+ }
+ }
+ },
"DescribeMetadataModelConversionsMessage":{
"type":"structure",
"required":["MigrationProjectIdentifier"],
@@ -4321,6 +4513,41 @@
}
}
},
+ "DescribeMetadataModelCreationsMessage":{
+ "type":"structure",
+ "required":["MigrationProjectIdentifier"],
+ "members":{
+ "Filters":{
+ "shape":"FilterList",
+ "documentation":"Filters applied to the metadata model creation requests described in the form of key-value pairs. The supported filters are request-id and status.
"
+ },
+ "Marker":{
+ "shape":"String",
+ "documentation":"Specifies the unique pagination token that makes it possible to display the next page of metadata model creation requests. If Marker is returned by a previous response, there are more metadata model creation requests available.
"
+ },
+ "MaxRecords":{
+ "shape":"IntegerOptional",
+ "documentation":"The maximum number of metadata model creation requests to include in the response. If more requests exist than the specified MaxRecords value, a pagination token is provided in the response so that you can retrieve the remaining results.
"
+ },
+ "MigrationProjectIdentifier":{
+ "shape":"MigrationProjectIdentifier",
+ "documentation":"The migration project name or Amazon Resource Name (ARN).
"
+ }
+ }
+ },
+ "DescribeMetadataModelCreationsResponse":{
+ "type":"structure",
+ "members":{
+ "Marker":{
+ "shape":"String",
+ "documentation":"Specifies the unique pagination token that makes it possible to display the next page of metadata model creation requests. If Marker is returned, there are more metadata model creation requests available.
"
+ },
+ "Requests":{
+ "shape":"SchemaConversionRequestList",
+ "documentation":"A list of metadata model creation requests. The ExportSqlDetails field will never be populated for the DescribeMetadataModelCreations operation.
"
+ }
+ }
+ },
"DescribeMetadataModelExportsAsScriptMessage":{
"type":"structure",
"required":["MigrationProjectIdentifier"],
@@ -4426,6 +4653,49 @@
}
}
},
+ "DescribeMetadataModelMessage":{
+ "type":"structure",
+ "required":[
+ "SelectionRules",
+ "MigrationProjectIdentifier",
+ "Origin"
+ ],
+ "members":{
+ "SelectionRules":{
+ "shape":"String",
+ "documentation":"The JSON string that specifies which metadata model to retrieve. Only one selection rule with \"rule-action\": \"explicit\" can be provided. For more information, see Selection Rules in the DMS User Guide.
"
+ },
+ "MigrationProjectIdentifier":{
+ "shape":"MigrationProjectIdentifier",
+ "documentation":"The migration project name or Amazon Resource Name (ARN).
"
+ },
+ "Origin":{
+ "shape":"OriginTypeValue",
+ "documentation":"Specifies whether to retrieve metadata from the source or target tree. Valid values: SOURCE | TARGET
"
+ }
+ }
+ },
+ "DescribeMetadataModelResponse":{
+ "type":"structure",
+ "members":{
+ "MetadataModelName":{
+ "shape":"String",
+ "documentation":"The name of the metadata model.
"
+ },
+ "MetadataModelType":{
+ "shape":"String",
+ "documentation":"The type of the metadata model.
"
+ },
+ "TargetMetadataModels":{
+ "shape":"MetadataModelReferenceList",
+ "documentation":"A list of counterpart metadata models in the target. This field is populated only when Origin is SOURCE and after the object has been converted by DMS Schema Conversion.
"
+ },
+ "Definition":{
+ "shape":"String",
+ "documentation":"The SQL text of the metadata model. This field might not be populated for some metadata models.
"
+ }
+ }
+ },
"DescribeMigrationProjectsMessage":{
"type":"structure",
"members":{
@@ -5759,6 +6029,32 @@
},
"documentation":"Settings in JSON format for the source GCP MySQL endpoint.
"
},
+ "GetTargetSelectionRulesMessage":{
+ "type":"structure",
+ "required":[
+ "MigrationProjectIdentifier",
+ "SelectionRules"
+ ],
+ "members":{
+ "MigrationProjectIdentifier":{
+ "shape":"MigrationProjectIdentifier",
+ "documentation":"The migration project name or Amazon Resource Name (ARN).
"
+ },
+ "SelectionRules":{
+ "shape":"String",
+ "documentation":"The JSON string representing the source selection rules for conversion. Selection rules must contain only supported metadata model types. For more information, see Selection Rules in the DMS User Guide.
"
+ }
+ }
+ },
+ "GetTargetSelectionRulesResponse":{
+ "type":"structure",
+ "members":{
+ "TargetSelectionRules":{
+ "shape":"String",
+ "documentation":"The JSON string representing the counterpart selection rules in the target.
"
+ }
+ }
+ },
"IBMDb2Settings":{
"type":"structure",
"members":{
@@ -6404,6 +6700,35 @@
"json-unformatted"
]
},
+ "MetadataModelProperties":{
+ "type":"structure",
+ "members":{
+ "StatementProperties":{
+ "shape":"StatementProperties",
+ "documentation":"The properties of the statement.
"
+ }
+ },
+ "documentation":"The properties of metadata model in JSON format. This object is a Union. Only one member of this object can be specified or returned.
",
+ "union":true
+ },
+ "MetadataModelReference":{
+ "type":"structure",
+ "members":{
+ "MetadataModelName":{
+ "shape":"String",
+ "documentation":"The name of the metadata model.
"
+ },
+ "SelectionRules":{
+ "shape":"String",
+ "documentation":"The JSON string representing metadata model location.
"
+ }
+ },
+ "documentation":"A reference to a metadata model, including its name and selection rules for location identification.
"
+ },
+ "MetadataModelReferenceList":{
+ "type":"list",
+ "member":{"shape":"MetadataModelReference"}
+ },
"MicrosoftSQLServerSettings":{
"type":"structure",
"members":{
@@ -9913,6 +10238,42 @@
}
}
},
+ "StartMetadataModelCreationMessage":{
+ "type":"structure",
+ "required":[
+ "MigrationProjectIdentifier",
+ "SelectionRules",
+ "MetadataModelName",
+ "Properties"
+ ],
+ "members":{
+ "MigrationProjectIdentifier":{
+ "shape":"MigrationProjectIdentifier",
+ "documentation":"The migration project name or Amazon Resource Name (ARN).
"
+ },
+ "SelectionRules":{
+ "shape":"String",
+ "documentation":"The JSON string that specifies the location where the metadata model will be created. Selection rules must specify a single schema. For more information, see Selection Rules in the DMS User Guide.
"
+ },
+ "MetadataModelName":{
+ "shape":"String",
+ "documentation":"The name of the metadata model.
"
+ },
+ "Properties":{
+ "shape":"MetadataModelProperties",
+ "documentation":"The properties of metadata model in JSON format. This object is a Union. Only one member of this object can be specified or returned.
"
+ }
+ }
+ },
+ "StartMetadataModelCreationResponse":{
+ "type":"structure",
+ "members":{
+ "RequestIdentifier":{
+ "shape":"String",
+ "documentation":"The identifier for the metadata model creation operation.
"
+ }
+ }
+ },
"StartMetadataModelExportAsScriptMessage":{
"type":"structure",
"required":[
@@ -10235,6 +10596,17 @@
"reload-target"
]
},
+ "StatementProperties":{
+ "type":"structure",
+ "required":["Definition"],
+ "members":{
+ "Definition":{
+ "shape":"String",
+ "documentation":"The SQL text of the statement.
"
+ }
+ },
+ "documentation":"The properties of the statement for metadata model creation.
"
+ },
"StopDataMigrationMessage":{
"type":"structure",
"required":["DataMigrationIdentifier"],
@@ -10420,9 +10792,9 @@
"TablePreparationMode":{
"type":"string",
"enum":[
- "do-nothing",
+ "drop-tables-on-target",
"truncate",
- "drop-tables-on-target"
+ "do-nothing"
]
},
"TableStatistics":{
diff --git a/services/databrew/pom.xml b/services/databrew/pom.xml
index 2bbb28ec5230..e13d8405cb71 100644
--- a/services/databrew/pom.xml
+++ b/services/databrew/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
databrew
AWS Java SDK :: Services :: Data Brew
diff --git a/services/dataexchange/pom.xml b/services/dataexchange/pom.xml
index 55ea253bf466..22434b62150f 100644
--- a/services/dataexchange/pom.xml
+++ b/services/dataexchange/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
dataexchange
AWS Java SDK :: Services :: DataExchange
diff --git a/services/datapipeline/pom.xml b/services/datapipeline/pom.xml
index bfa7f827e202..e45de35fc734 100644
--- a/services/datapipeline/pom.xml
+++ b/services/datapipeline/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
datapipeline
AWS Java SDK :: Services :: AWS Data Pipeline
diff --git a/services/datasync/pom.xml b/services/datasync/pom.xml
index 6756e34c80e0..1652b9798035 100644
--- a/services/datasync/pom.xml
+++ b/services/datasync/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
datasync
AWS Java SDK :: Services :: DataSync
diff --git a/services/datazone/pom.xml b/services/datazone/pom.xml
index e04a5e85149b..cdb3cf7bc488 100644
--- a/services/datazone/pom.xml
+++ b/services/datazone/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
datazone
AWS Java SDK :: Services :: Data Zone
diff --git a/services/dax/pom.xml b/services/dax/pom.xml
index 9c8b5fc66b48..420cfc198cd8 100644
--- a/services/dax/pom.xml
+++ b/services/dax/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
dax
AWS Java SDK :: Services :: Amazon DynamoDB Accelerator (DAX)
diff --git a/services/deadline/pom.xml b/services/deadline/pom.xml
index a0992ae08fec..bf92ac222c09 100644
--- a/services/deadline/pom.xml
+++ b/services/deadline/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
deadline
AWS Java SDK :: Services :: Deadline
diff --git a/services/detective/pom.xml b/services/detective/pom.xml
index cfd35cc8291b..b59a2f846470 100644
--- a/services/detective/pom.xml
+++ b/services/detective/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
detective
AWS Java SDK :: Services :: Detective
diff --git a/services/devicefarm/pom.xml b/services/devicefarm/pom.xml
index d92d88275dfe..f84e035e16f5 100644
--- a/services/devicefarm/pom.xml
+++ b/services/devicefarm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
devicefarm
AWS Java SDK :: Services :: AWS Device Farm
diff --git a/services/devopsguru/pom.xml b/services/devopsguru/pom.xml
index b638f9a9ae87..5e8d03f89256 100644
--- a/services/devopsguru/pom.xml
+++ b/services/devopsguru/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
devopsguru
AWS Java SDK :: Services :: Dev Ops Guru
diff --git a/services/directconnect/pom.xml b/services/directconnect/pom.xml
index 988b8e0d5db7..acf398680b35 100644
--- a/services/directconnect/pom.xml
+++ b/services/directconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
directconnect
AWS Java SDK :: Services :: AWS Direct Connect
diff --git a/services/directory/pom.xml b/services/directory/pom.xml
index a7db51cc36ec..1d2c3c934417 100644
--- a/services/directory/pom.xml
+++ b/services/directory/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
directory
AWS Java SDK :: Services :: AWS Directory Service
diff --git a/services/directoryservicedata/pom.xml b/services/directoryservicedata/pom.xml
index f5b6fdc5e494..b3a59abac7d1 100644
--- a/services/directoryservicedata/pom.xml
+++ b/services/directoryservicedata/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
directoryservicedata
AWS Java SDK :: Services :: Directory Service Data
diff --git a/services/dlm/pom.xml b/services/dlm/pom.xml
index f32600d6171d..b374f6f23b60 100644
--- a/services/dlm/pom.xml
+++ b/services/dlm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
dlm
AWS Java SDK :: Services :: DLM
diff --git a/services/docdb/pom.xml b/services/docdb/pom.xml
index 0a5477a8a0a3..8ad8e847f0ad 100644
--- a/services/docdb/pom.xml
+++ b/services/docdb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
docdb
AWS Java SDK :: Services :: DocDB
diff --git a/services/docdbelastic/pom.xml b/services/docdbelastic/pom.xml
index ad0002aa7c7c..68fb6e766f4a 100644
--- a/services/docdbelastic/pom.xml
+++ b/services/docdbelastic/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
docdbelastic
AWS Java SDK :: Services :: Doc DB Elastic
diff --git a/services/drs/pom.xml b/services/drs/pom.xml
index 6da669c42186..807a577699a9 100644
--- a/services/drs/pom.xml
+++ b/services/drs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
drs
AWS Java SDK :: Services :: Drs
diff --git a/services/dsql/pom.xml b/services/dsql/pom.xml
index c459817b7bba..d76fcbfb4272 100644
--- a/services/dsql/pom.xml
+++ b/services/dsql/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
dsql
AWS Java SDK :: Services :: DSQL
diff --git a/services/dynamodb/pom.xml b/services/dynamodb/pom.xml
index e71439d91cc6..066e246c8238 100644
--- a/services/dynamodb/pom.xml
+++ b/services/dynamodb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
dynamodb
AWS Java SDK :: Services :: Amazon DynamoDB
diff --git a/services/ebs/pom.xml b/services/ebs/pom.xml
index 49801f109a44..5d92666af79a 100644
--- a/services/ebs/pom.xml
+++ b/services/ebs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
ebs
AWS Java SDK :: Services :: EBS
diff --git a/services/ec2/pom.xml b/services/ec2/pom.xml
index 7167688f1c71..b703f1a9ff5b 100644
--- a/services/ec2/pom.xml
+++ b/services/ec2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
ec2
AWS Java SDK :: Services :: Amazon EC2
diff --git a/services/ec2/src/main/resources/codegen-resources/service-2.json b/services/ec2/src/main/resources/codegen-resources/service-2.json
index d32907f0d05e..1ffcc349ac9b 100644
--- a/services/ec2/src/main/resources/codegen-resources/service-2.json
+++ b/services/ec2/src/main/resources/codegen-resources/service-2.json
@@ -5121,6 +5121,16 @@
"output":{"shape":"GetHostReservationPurchasePreviewResult"},
"documentation":"Preview a reservation purchase with configurations that match those of your Dedicated Host. You must have active Dedicated Hosts in your account before you purchase a reservation.
This is a preview of the PurchaseHostReservation action and does not result in the offering being purchased.
"
},
+ "GetImageAncestry":{
+ "name":"GetImageAncestry",
+ "http":{
+ "method":"POST",
+ "requestUri":"/"
+ },
+ "input":{"shape":"GetImageAncestryRequest"},
+ "output":{"shape":"GetImageAncestryResult"},
+ "documentation":"Retrieves the ancestry chain of the specified AMI, tracing its lineage back to the root AMI. For more information, see AMI ancestry in Amazon EC2 User Guide.
"
+ },
"GetImageBlockPublicAccessState":{
"name":"GetImageBlockPublicAccessState",
"http":{
@@ -36578,6 +36588,30 @@
}
}
},
+ "GetImageAncestryRequest":{
+ "type":"structure",
+ "required":["ImageId"],
+ "members":{
+ "ImageId":{
+ "shape":"ImageId",
+ "documentation":"The ID of the AMI whose ancestry you want to trace.
"
+ },
+ "DryRun":{
+ "shape":"Boolean",
+ "documentation":"Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
"
+ }
+ }
+ },
+ "GetImageAncestryResult":{
+ "type":"structure",
+ "members":{
+ "ImageAncestryEntries":{
+ "shape":"ImageAncestryEntryList",
+ "documentation":"A list of entries in the AMI ancestry chain, from the specified AMI to the root AMI.
",
+ "locationName":"imageAncestryEntrySet"
+ }
+ }
+ },
"GetImageBlockPublicAccessStateRequest":{
"type":"structure",
"members":{
@@ -39303,6 +39337,44 @@
},
"documentation":"Describes an image.
"
},
+ "ImageAncestryEntry":{
+ "type":"structure",
+ "members":{
+ "CreationDate":{
+ "shape":"MillisecondDateTime",
+ "documentation":"The date and time when this AMI was created.
",
+ "locationName":"creationDate"
+ },
+ "ImageId":{
+ "shape":"ImageId",
+ "documentation":"The ID of this AMI.
",
+ "locationName":"imageId"
+ },
+ "ImageOwnerAlias":{
+ "shape":"String",
+ "documentation":"The owner alias (amazon | aws-backup-vault | aws-marketplace ) of this AMI, if one is assigned. Otherwise, the value is null.
",
+ "locationName":"imageOwnerAlias"
+ },
+ "SourceImageId":{
+ "shape":"ImageId",
+ "documentation":"The ID of the parent AMI.
",
+ "locationName":"sourceImageId"
+ },
+ "SourceImageRegion":{
+ "shape":"String",
+ "documentation":"The Amazon Web Services Region of the parent AMI.
",
+ "locationName":"sourceImageRegion"
+ }
+ },
+ "documentation":"Information about a single AMI in the ancestry chain and its source (parent) AMI.
"
+ },
+ "ImageAncestryEntryList":{
+ "type":"list",
+ "member":{
+ "shape":"ImageAncestryEntry",
+ "locationName":"item"
+ }
+ },
"ImageAttribute":{
"type":"structure",
"members":{
diff --git a/services/ec2instanceconnect/pom.xml b/services/ec2instanceconnect/pom.xml
index b45760d5bd93..a2be21f1388a 100644
--- a/services/ec2instanceconnect/pom.xml
+++ b/services/ec2instanceconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
ec2instanceconnect
AWS Java SDK :: Services :: EC2 Instance Connect
diff --git a/services/ecr/pom.xml b/services/ecr/pom.xml
index 7bdc3feb745d..ecb42a6d8641 100644
--- a/services/ecr/pom.xml
+++ b/services/ecr/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
ecr
AWS Java SDK :: Services :: Amazon EC2 Container Registry
diff --git a/services/ecrpublic/pom.xml b/services/ecrpublic/pom.xml
index cb8efa1d1258..f956dbca6b18 100644
--- a/services/ecrpublic/pom.xml
+++ b/services/ecrpublic/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
ecrpublic
AWS Java SDK :: Services :: ECR PUBLIC
diff --git a/services/ecs/pom.xml b/services/ecs/pom.xml
index af048602fae4..fe47701c4931 100644
--- a/services/ecs/pom.xml
+++ b/services/ecs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
ecs
AWS Java SDK :: Services :: Amazon EC2 Container Service
diff --git a/services/efs/pom.xml b/services/efs/pom.xml
index 76ca983cdc57..674414554f91 100644
--- a/services/efs/pom.xml
+++ b/services/efs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
efs
AWS Java SDK :: Services :: Amazon Elastic File System
diff --git a/services/eks/pom.xml b/services/eks/pom.xml
index 803e52b6949e..eb0436bcc489 100644
--- a/services/eks/pom.xml
+++ b/services/eks/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
eks
AWS Java SDK :: Services :: EKS
diff --git a/services/eksauth/pom.xml b/services/eksauth/pom.xml
index 879990d974c3..1c3c085d9dd3 100644
--- a/services/eksauth/pom.xml
+++ b/services/eksauth/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
eksauth
AWS Java SDK :: Services :: EKS Auth
diff --git a/services/elasticache/pom.xml b/services/elasticache/pom.xml
index bff65b4be1fc..c87c134d0472 100644
--- a/services/elasticache/pom.xml
+++ b/services/elasticache/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
elasticache
AWS Java SDK :: Services :: Amazon ElastiCache
diff --git a/services/elasticbeanstalk/pom.xml b/services/elasticbeanstalk/pom.xml
index 52a175694f11..a1bbbfbdb467 100644
--- a/services/elasticbeanstalk/pom.xml
+++ b/services/elasticbeanstalk/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
elasticbeanstalk
AWS Java SDK :: Services :: AWS Elastic Beanstalk
diff --git a/services/elasticloadbalancing/pom.xml b/services/elasticloadbalancing/pom.xml
index 7f5cea71160e..58db05ddf970 100644
--- a/services/elasticloadbalancing/pom.xml
+++ b/services/elasticloadbalancing/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
elasticloadbalancing
AWS Java SDK :: Services :: Elastic Load Balancing
diff --git a/services/elasticloadbalancingv2/pom.xml b/services/elasticloadbalancingv2/pom.xml
index 77c6a0259ff5..a32317a2977f 100644
--- a/services/elasticloadbalancingv2/pom.xml
+++ b/services/elasticloadbalancingv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
elasticloadbalancingv2
AWS Java SDK :: Services :: Elastic Load Balancing V2
diff --git a/services/elasticloadbalancingv2/src/main/resources/codegen-resources/service-2.json b/services/elasticloadbalancingv2/src/main/resources/codegen-resources/service-2.json
index 47943a880360..81354972fb99 100644
--- a/services/elasticloadbalancingv2/src/main/resources/codegen-resources/service-2.json
+++ b/services/elasticloadbalancingv2/src/main/resources/codegen-resources/service-2.json
@@ -453,7 +453,7 @@
{"shape":"RuleNotFoundException"},
{"shape":"UnsupportedProtocolException"}
],
- "documentation":"Describes the specified rules or the rules for the specified listener. You must specify either a listener or one or more rules.
"
+ "documentation":"Describes the specified rules or the rules for the specified listener. You must specify either a listener or rules.
"
},
"DescribeSSLPolicies":{
"name":"DescribeSSLPolicies",
@@ -998,7 +998,7 @@
},
"TargetGroupArn":{
"shape":"TargetGroupArn",
- "documentation":"The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to one or more target groups, use ForwardConfig instead.
"
+ "documentation":"The Amazon Resource Name (ARN) of the target group. Specify only when Type is forward and you want to route to a single target group. To route to multiple target groups, you must use ForwardConfig instead.
"
},
"AuthenticateOidcConfig":{
"shape":"AuthenticateOidcActionConfig",
@@ -1022,10 +1022,14 @@
},
"ForwardConfig":{
"shape":"ForwardActionConfig",
- "documentation":"Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when Type is forward. If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.
"
+ "documentation":"Information for creating an action that distributes requests among multiple target groups. Specify only when Type is forward.
If you specify both ForwardConfig and TargetGroupArn, you can specify only one target group using ForwardConfig and it must be the same target group specified in TargetGroupArn.
"
+ },
+ "JwtValidationConfig":{
+ "shape":"JwtValidationActionConfig",
+ "documentation":"[HTTPS listeners] Information for validating JWT access tokens in client requests. Specify only when Type is jwt-validation.
"
}
},
- "documentation":"Information about an action.
Each rule must include exactly one of the following types of actions: forward, fixed-response, or redirect, and it must be the last action to be performed.
"
+ "documentation":"Information about an action.
Each rule must include exactly one of the following routing actions: forward, fixed-response, or redirect, and it must be the last action to be performed.
Optionally, a rule for an HTTPS listener can also include one of the following user authentication actions: authenticate-oidc, authenticate-cognito, or jwt-validation.
"
},
"ActionOrder":{
"type":"integer",
@@ -1039,7 +1043,8 @@
"authenticate-oidc",
"authenticate-cognito",
"redirect",
- "fixed-response"
+ "fixed-response",
+ "jwt-validation"
]
},
"Actions":{
@@ -2512,7 +2517,7 @@
"members":{
"TargetGroups":{
"shape":"TargetGroupList",
- "documentation":"The target groups. For Network Load Balancers, you can specify a single target group.
"
+ "documentation":"The target groups.
"
},
"TargetGroupStickinessConfig":{
"shape":"TargetGroupStickinessConfig",
@@ -2803,6 +2808,71 @@
"documentation":"An IPAM pool is a collection of IP address CIDRs. IPAM pools enable you to organize your IP addresses according to your routing and security needs.
"
},
"IsDefault":{"type":"boolean"},
+ "JwtValidationActionAdditionalClaim":{
+ "type":"structure",
+ "required":[
+ "Format",
+ "Name",
+ "Values"
+ ],
+ "members":{
+ "Format":{
+ "shape":"JwtValidationActionAdditionalClaimFormatEnum",
+ "documentation":"The format of the claim value.
"
+ },
+ "Name":{
+ "shape":"JwtValidationActionAdditionalClaimName",
+ "documentation":"The name of the claim. You can't specify exp, iss, nbf, or iat because we validate them by default.
"
+ },
+ "Values":{
+ "shape":"JwtValidationActionAdditionalClaimValues",
+ "documentation":"The claim value. The maximum size of the list is 10. Each value can be up to 256 characters in length. If the format is space-separated-values, the values can't include spaces.
"
+ }
+ },
+ "documentation":"Information about an additional claim to validate.
"
+ },
+ "JwtValidationActionAdditionalClaimFormatEnum":{
+ "type":"string",
+ "enum":[
+ "single-string",
+ "string-array",
+ "space-separated-values"
+ ]
+ },
+ "JwtValidationActionAdditionalClaimName":{"type":"string"},
+ "JwtValidationActionAdditionalClaimValue":{"type":"string"},
+ "JwtValidationActionAdditionalClaimValues":{
+ "type":"list",
+ "member":{"shape":"JwtValidationActionAdditionalClaimValue"}
+ },
+ "JwtValidationActionAdditionalClaims":{
+ "type":"list",
+ "member":{"shape":"JwtValidationActionAdditionalClaim"}
+ },
+ "JwtValidationActionConfig":{
+ "type":"structure",
+ "required":[
+ "JwksEndpoint",
+ "Issuer"
+ ],
+ "members":{
+ "JwksEndpoint":{
+ "shape":"JwtValidationActionJwksEndpoint",
+ "documentation":"The JSON Web Key Set (JWKS) endpoint. This endpoint contains JSON Web Keys (JWK) that are used to validate signatures from the provider.
This must be a full URL, including the HTTPS protocol, the domain, and the path. The maximum length is 256 characters.
"
+ },
+ "Issuer":{
+ "shape":"JwtValidationActionIssuer",
+ "documentation":"The issuer of the JWT. The maximum length is 256 characters.
"
+ },
+ "AdditionalClaims":{
+ "shape":"JwtValidationActionAdditionalClaims",
+ "documentation":"Additional claims to validate. The maximum size of the list is 10. We validate the exp, iss, nbf, and iat claims by default.
"
+ }
+ },
+ "documentation":"Information about a JSON Web Token (JWT) validation action.
"
+ },
+ "JwtValidationActionIssuer":{"type":"string"},
+ "JwtValidationActionJwksEndpoint":{"type":"string"},
"LastModifiedTime":{"type":"timestamp"},
"Limit":{
"type":"structure",
@@ -4073,7 +4143,7 @@
},
"EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic":{
"shape":"EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum",
- "documentation":"Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink. The default is on.
"
+ "documentation":"Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink. Applies only if the load balancer has an associated security group. The default is on.
"
}
}
},
@@ -4482,7 +4552,7 @@
},
"DurationSeconds":{
"shape":"TargetGroupStickinessDurationSeconds",
- "documentation":"The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). You must specify this value when enabling target group stickiness.
"
+ "documentation":"[Application Load Balancers] The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). You must specify this value when enabling target group stickiness.
"
}
},
"documentation":"Information about the target group stickiness for a rule.
"
@@ -4517,7 +4587,7 @@
},
"Reason":{
"shape":"TargetHealthReasonEnum",
- "documentation":"The reason code.
If the target state is healthy, a reason code is not provided.
If the target state is initial, the reason code can be one of the following values:
-
Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.
-
Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.
If the target state is unhealthy, the reason code can be one of the following values:
-
Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code. Applies only to Application Load Balancers and Gateway Load Balancers.
-
Target.Timeout - The health check requests timed out. Applies only to Application Load Balancers and Gateway Load Balancers.
-
Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.
-
Elb.InternalError - The health checks failed due to an internal error. Applies only to Application Load Balancers.
If the target state is unused, the reason code can be one of the following values:
-
Target.NotRegistered - The target is not registered with the target group.
-
Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.
-
Target.InvalidState - The target is in the stopped or terminated state.
-
Target.IpUnusable - The target IP address is reserved for use by a load balancer.
If the target state is draining, the reason code can be the following value:
If the target state is unavailable, the reason code can be the following value:
-
Target.HealthCheckDisabled - Health checks are disabled for the target group. Applies only to Application Load Balancers.
-
Elb.InternalError - Target health is unavailable due to an internal error. Applies only to Network Load Balancers.
"
+ "documentation":"The reason code.
If the target state is healthy, a reason code is not provided.
If the target state is initial, the reason code can be one of the following values:
-
Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.
-
Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.
If the target state is unhealthy, the reason code can be one of the following values:
-
Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.
-
Target.Timeout - The health check requests timed out.
-
Target.FailedHealthChecks - The load balancer received an error while establishing a connection to the target or the target response was malformed.
-
Elb.InternalError - The health checks failed due to an internal error.
If the target state is unused, the reason code can be one of the following values:
-
Target.NotRegistered - The target is not registered with the target group.
-
Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.
-
Target.InvalidState - The target is in the stopped or terminated state.
-
Target.IpUnusable - The target IP address is reserved for use by a load balancer.
If the target state is draining, the reason code can be the following value:
If the target state is unavailable, the reason code can be the following value:
"
},
"Description":{
"shape":"Description",
diff --git a/services/elasticsearch/pom.xml b/services/elasticsearch/pom.xml
index 4e9f7483ebff..38dacdc0328a 100644
--- a/services/elasticsearch/pom.xml
+++ b/services/elasticsearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
elasticsearch
AWS Java SDK :: Services :: Amazon Elasticsearch Service
diff --git a/services/elastictranscoder/pom.xml b/services/elastictranscoder/pom.xml
index 563494cbaedf..e46e9f371593 100644
--- a/services/elastictranscoder/pom.xml
+++ b/services/elastictranscoder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
elastictranscoder
AWS Java SDK :: Services :: Amazon Elastic Transcoder
diff --git a/services/emr/pom.xml b/services/emr/pom.xml
index 5f3b896514d7..704737331a44 100644
--- a/services/emr/pom.xml
+++ b/services/emr/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
emr
AWS Java SDK :: Services :: Amazon EMR
diff --git a/services/emrcontainers/pom.xml b/services/emrcontainers/pom.xml
index 9bef6b20d222..47115d0b039d 100644
--- a/services/emrcontainers/pom.xml
+++ b/services/emrcontainers/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
emrcontainers
AWS Java SDK :: Services :: EMR Containers
diff --git a/services/emrserverless/pom.xml b/services/emrserverless/pom.xml
index 8e985dc0416c..92e757f4c337 100644
--- a/services/emrserverless/pom.xml
+++ b/services/emrserverless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
emrserverless
AWS Java SDK :: Services :: EMR Serverless
diff --git a/services/entityresolution/pom.xml b/services/entityresolution/pom.xml
index 4a0b8eb4a1d5..2d18e23e3303 100644
--- a/services/entityresolution/pom.xml
+++ b/services/entityresolution/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
entityresolution
AWS Java SDK :: Services :: Entity Resolution
diff --git a/services/eventbridge/pom.xml b/services/eventbridge/pom.xml
index 7b1f830d2905..ca9005d0d058 100644
--- a/services/eventbridge/pom.xml
+++ b/services/eventbridge/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
eventbridge
AWS Java SDK :: Services :: EventBridge
diff --git a/services/evidently/pom.xml b/services/evidently/pom.xml
index 135ff7c0ee6c..7364313bf251 100644
--- a/services/evidently/pom.xml
+++ b/services/evidently/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
evidently
AWS Java SDK :: Services :: Evidently
diff --git a/services/evs/pom.xml b/services/evs/pom.xml
index 51e76d45d94a..e1dde7152c7f 100644
--- a/services/evs/pom.xml
+++ b/services/evs/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
evs
AWS Java SDK :: Services :: Evs
diff --git a/services/finspace/pom.xml b/services/finspace/pom.xml
index 48f07e5e5d3c..e78e9bed2cbc 100644
--- a/services/finspace/pom.xml
+++ b/services/finspace/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
finspace
AWS Java SDK :: Services :: Finspace
diff --git a/services/finspacedata/pom.xml b/services/finspacedata/pom.xml
index 53c6a9f6c4a0..64aff8ede363 100644
--- a/services/finspacedata/pom.xml
+++ b/services/finspacedata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
finspacedata
AWS Java SDK :: Services :: Finspace Data
diff --git a/services/firehose/pom.xml b/services/firehose/pom.xml
index df0680cb8099..777a3ab552e6 100644
--- a/services/firehose/pom.xml
+++ b/services/firehose/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
firehose
AWS Java SDK :: Services :: Amazon Kinesis Firehose
diff --git a/services/fis/pom.xml b/services/fis/pom.xml
index 452cf7fb1253..891b22ac6e92 100644
--- a/services/fis/pom.xml
+++ b/services/fis/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
fis
AWS Java SDK :: Services :: Fis
diff --git a/services/fms/pom.xml b/services/fms/pom.xml
index c465a0948b92..5d5565d82523 100644
--- a/services/fms/pom.xml
+++ b/services/fms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
fms
AWS Java SDK :: Services :: FMS
diff --git a/services/forecast/pom.xml b/services/forecast/pom.xml
index c77992b55a7a..68793179189d 100644
--- a/services/forecast/pom.xml
+++ b/services/forecast/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
forecast
AWS Java SDK :: Services :: Forecast
diff --git a/services/forecastquery/pom.xml b/services/forecastquery/pom.xml
index 67040d3ff72b..08c5dc41ac17 100644
--- a/services/forecastquery/pom.xml
+++ b/services/forecastquery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
forecastquery
AWS Java SDK :: Services :: Forecastquery
diff --git a/services/frauddetector/pom.xml b/services/frauddetector/pom.xml
index 3ec17bc047c8..27e7a8c7ff6d 100644
--- a/services/frauddetector/pom.xml
+++ b/services/frauddetector/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
frauddetector
AWS Java SDK :: Services :: FraudDetector
diff --git a/services/freetier/pom.xml b/services/freetier/pom.xml
index b27f2aee3fe2..e05fab130eec 100644
--- a/services/freetier/pom.xml
+++ b/services/freetier/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
freetier
AWS Java SDK :: Services :: Free Tier
diff --git a/services/fsx/pom.xml b/services/fsx/pom.xml
index af1594dc19f8..737cae9a059b 100644
--- a/services/fsx/pom.xml
+++ b/services/fsx/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
fsx
AWS Java SDK :: Services :: FSx
diff --git a/services/gamelift/pom.xml b/services/gamelift/pom.xml
index cffce1093055..5b00cd075a4d 100644
--- a/services/gamelift/pom.xml
+++ b/services/gamelift/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
gamelift
AWS Java SDK :: Services :: AWS GameLift
diff --git a/services/gameliftstreams/pom.xml b/services/gameliftstreams/pom.xml
index 4044ac0cfe14..f8aafe02d7b9 100644
--- a/services/gameliftstreams/pom.xml
+++ b/services/gameliftstreams/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
gameliftstreams
AWS Java SDK :: Services :: Game Lift Streams
diff --git a/services/geomaps/pom.xml b/services/geomaps/pom.xml
index d0e46855a2c3..d575bcc91115 100644
--- a/services/geomaps/pom.xml
+++ b/services/geomaps/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
geomaps
AWS Java SDK :: Services :: Geo Maps
diff --git a/services/geoplaces/pom.xml b/services/geoplaces/pom.xml
index b3b932db5bb8..f86266c02d98 100644
--- a/services/geoplaces/pom.xml
+++ b/services/geoplaces/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
geoplaces
AWS Java SDK :: Services :: Geo Places
diff --git a/services/georoutes/pom.xml b/services/georoutes/pom.xml
index f50c4b60c5fb..6ad5bdb45c29 100644
--- a/services/georoutes/pom.xml
+++ b/services/georoutes/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
georoutes
AWS Java SDK :: Services :: Geo Routes
diff --git a/services/glacier/pom.xml b/services/glacier/pom.xml
index 00034f75530f..c94ba84dc399 100644
--- a/services/glacier/pom.xml
+++ b/services/glacier/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
glacier
AWS Java SDK :: Services :: Amazon Glacier
diff --git a/services/globalaccelerator/pom.xml b/services/globalaccelerator/pom.xml
index 3c7f9262151d..1851d4099e44 100644
--- a/services/globalaccelerator/pom.xml
+++ b/services/globalaccelerator/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
globalaccelerator
AWS Java SDK :: Services :: Global Accelerator
diff --git a/services/glue/pom.xml b/services/glue/pom.xml
index c4f375cd08b3..aada8256e99d 100644
--- a/services/glue/pom.xml
+++ b/services/glue/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
glue
diff --git a/services/grafana/pom.xml b/services/grafana/pom.xml
index ece5e0aaf1df..87934b4e30c6 100644
--- a/services/grafana/pom.xml
+++ b/services/grafana/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
grafana
AWS Java SDK :: Services :: Grafana
diff --git a/services/greengrass/pom.xml b/services/greengrass/pom.xml
index d7b58f799b98..584c0a5eb566 100644
--- a/services/greengrass/pom.xml
+++ b/services/greengrass/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
greengrass
AWS Java SDK :: Services :: AWS Greengrass
diff --git a/services/greengrassv2/pom.xml b/services/greengrassv2/pom.xml
index 28752ef72f2c..b901970d5067 100644
--- a/services/greengrassv2/pom.xml
+++ b/services/greengrassv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
greengrassv2
AWS Java SDK :: Services :: Greengrass V2
diff --git a/services/groundstation/pom.xml b/services/groundstation/pom.xml
index 227b3912c296..51ffec2b879a 100644
--- a/services/groundstation/pom.xml
+++ b/services/groundstation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
groundstation
AWS Java SDK :: Services :: GroundStation
diff --git a/services/guardduty/pom.xml b/services/guardduty/pom.xml
index f933d09d9aed..c6eb3130a676 100644
--- a/services/guardduty/pom.xml
+++ b/services/guardduty/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
guardduty
diff --git a/services/health/pom.xml b/services/health/pom.xml
index 4b4d52900bc7..266daf62c9bf 100644
--- a/services/health/pom.xml
+++ b/services/health/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
health
AWS Java SDK :: Services :: AWS Health APIs and Notifications
diff --git a/services/healthlake/pom.xml b/services/healthlake/pom.xml
index 1d0b6611f1d1..8ac0a1e57db7 100644
--- a/services/healthlake/pom.xml
+++ b/services/healthlake/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
healthlake
AWS Java SDK :: Services :: Health Lake
diff --git a/services/iam/pom.xml b/services/iam/pom.xml
index 55f1862bdf56..932d5fd8a58b 100644
--- a/services/iam/pom.xml
+++ b/services/iam/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
iam
AWS Java SDK :: Services :: AWS IAM
diff --git a/services/identitystore/pom.xml b/services/identitystore/pom.xml
index c62f69b2c815..80f04ec4488d 100644
--- a/services/identitystore/pom.xml
+++ b/services/identitystore/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
identitystore
AWS Java SDK :: Services :: Identitystore
diff --git a/services/imagebuilder/pom.xml b/services/imagebuilder/pom.xml
index 43239fb84b08..6fb816bfeffd 100644
--- a/services/imagebuilder/pom.xml
+++ b/services/imagebuilder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
imagebuilder
AWS Java SDK :: Services :: Imagebuilder
diff --git a/services/inspector/pom.xml b/services/inspector/pom.xml
index 46413048a7d5..7ad4550f9048 100644
--- a/services/inspector/pom.xml
+++ b/services/inspector/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
inspector
AWS Java SDK :: Services :: Amazon Inspector Service
diff --git a/services/inspector2/pom.xml b/services/inspector2/pom.xml
index 7e3162a1dcf1..fcb1e58dc4dc 100644
--- a/services/inspector2/pom.xml
+++ b/services/inspector2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
inspector2
AWS Java SDK :: Services :: Inspector2
diff --git a/services/inspectorscan/pom.xml b/services/inspectorscan/pom.xml
index 4982f5762df2..2d07f1822121 100644
--- a/services/inspectorscan/pom.xml
+++ b/services/inspectorscan/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
inspectorscan
AWS Java SDK :: Services :: Inspector Scan
diff --git a/services/internetmonitor/pom.xml b/services/internetmonitor/pom.xml
index 23cc2872b0f9..287e67592c0e 100644
--- a/services/internetmonitor/pom.xml
+++ b/services/internetmonitor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
internetmonitor
AWS Java SDK :: Services :: Internet Monitor
diff --git a/services/invoicing/pom.xml b/services/invoicing/pom.xml
index 6c43d4b6c2c1..0caa97322605 100644
--- a/services/invoicing/pom.xml
+++ b/services/invoicing/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
invoicing
AWS Java SDK :: Services :: Invoicing
diff --git a/services/iot/pom.xml b/services/iot/pom.xml
index 2ae8ad72c55c..6d843b7adc35 100644
--- a/services/iot/pom.xml
+++ b/services/iot/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
iot
AWS Java SDK :: Services :: AWS IoT
diff --git a/services/iotanalytics/pom.xml b/services/iotanalytics/pom.xml
index 07e2c408714b..93c9abd0f718 100644
--- a/services/iotanalytics/pom.xml
+++ b/services/iotanalytics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
iotanalytics
AWS Java SDK :: Services :: IoTAnalytics
diff --git a/services/iotdataplane/pom.xml b/services/iotdataplane/pom.xml
index 4ec65b39308c..4574bdb00c21 100644
--- a/services/iotdataplane/pom.xml
+++ b/services/iotdataplane/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
iotdataplane
AWS Java SDK :: Services :: AWS IoT Data Plane
diff --git a/services/iotdeviceadvisor/pom.xml b/services/iotdeviceadvisor/pom.xml
index 3510080bcc59..914292bb0de5 100644
--- a/services/iotdeviceadvisor/pom.xml
+++ b/services/iotdeviceadvisor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
iotdeviceadvisor
AWS Java SDK :: Services :: Iot Device Advisor
diff --git a/services/iotevents/pom.xml b/services/iotevents/pom.xml
index 4727aad89b76..b01a3b607cc3 100644
--- a/services/iotevents/pom.xml
+++ b/services/iotevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
iotevents
AWS Java SDK :: Services :: IoT Events
diff --git a/services/ioteventsdata/pom.xml b/services/ioteventsdata/pom.xml
index 2fa5e6995367..94a898928817 100644
--- a/services/ioteventsdata/pom.xml
+++ b/services/ioteventsdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
ioteventsdata
AWS Java SDK :: Services :: IoT Events Data
diff --git a/services/iotfleetwise/pom.xml b/services/iotfleetwise/pom.xml
index 9ea8849d8174..bf6f91ded52c 100644
--- a/services/iotfleetwise/pom.xml
+++ b/services/iotfleetwise/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
iotfleetwise
AWS Java SDK :: Services :: Io T Fleet Wise
diff --git a/services/iotjobsdataplane/pom.xml b/services/iotjobsdataplane/pom.xml
index 4c71e4b78cf7..3f9b0f3b73ce 100644
--- a/services/iotjobsdataplane/pom.xml
+++ b/services/iotjobsdataplane/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
iotjobsdataplane
AWS Java SDK :: Services :: IoT Jobs Data Plane
diff --git a/services/iotmanagedintegrations/pom.xml b/services/iotmanagedintegrations/pom.xml
index 364dc50d42ba..493ed4b470f8 100644
--- a/services/iotmanagedintegrations/pom.xml
+++ b/services/iotmanagedintegrations/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
iotmanagedintegrations
AWS Java SDK :: Services :: IoT Managed Integrations
diff --git a/services/iotsecuretunneling/pom.xml b/services/iotsecuretunneling/pom.xml
index e6da1275e644..0e2cb598e058 100644
--- a/services/iotsecuretunneling/pom.xml
+++ b/services/iotsecuretunneling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
iotsecuretunneling
AWS Java SDK :: Services :: IoTSecureTunneling
diff --git a/services/iotsitewise/pom.xml b/services/iotsitewise/pom.xml
index 7b9c1ecf0634..c0fd2d26ca2c 100644
--- a/services/iotsitewise/pom.xml
+++ b/services/iotsitewise/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
iotsitewise
AWS Java SDK :: Services :: Io T Site Wise
diff --git a/services/iotthingsgraph/pom.xml b/services/iotthingsgraph/pom.xml
index d081af477603..10242c0109bd 100644
--- a/services/iotthingsgraph/pom.xml
+++ b/services/iotthingsgraph/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
iotthingsgraph
AWS Java SDK :: Services :: IoTThingsGraph
diff --git a/services/iottwinmaker/pom.xml b/services/iottwinmaker/pom.xml
index 3700b6d4162c..8a381e6d2a2b 100644
--- a/services/iottwinmaker/pom.xml
+++ b/services/iottwinmaker/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
iottwinmaker
AWS Java SDK :: Services :: Io T Twin Maker
diff --git a/services/iotwireless/pom.xml b/services/iotwireless/pom.xml
index 6966b15970df..de572cdc51ac 100644
--- a/services/iotwireless/pom.xml
+++ b/services/iotwireless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
iotwireless
AWS Java SDK :: Services :: IoT Wireless
diff --git a/services/ivs/pom.xml b/services/ivs/pom.xml
index c0e83eeb5208..dc7e398f71ee 100644
--- a/services/ivs/pom.xml
+++ b/services/ivs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
ivs
AWS Java SDK :: Services :: Ivs
diff --git a/services/ivschat/pom.xml b/services/ivschat/pom.xml
index b2f213c760a6..890f7268a4e0 100644
--- a/services/ivschat/pom.xml
+++ b/services/ivschat/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
ivschat
AWS Java SDK :: Services :: Ivschat
diff --git a/services/ivsrealtime/pom.xml b/services/ivsrealtime/pom.xml
index 4cfa5cf9abb2..99b1e3001bd4 100644
--- a/services/ivsrealtime/pom.xml
+++ b/services/ivsrealtime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
ivsrealtime
AWS Java SDK :: Services :: IVS Real Time
diff --git a/services/kafka/pom.xml b/services/kafka/pom.xml
index aa2bb2a41032..a6ebe63d495b 100644
--- a/services/kafka/pom.xml
+++ b/services/kafka/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
kafka
AWS Java SDK :: Services :: Kafka
diff --git a/services/kafkaconnect/pom.xml b/services/kafkaconnect/pom.xml
index 8c8dfe1dcabe..f44066ccd9d7 100644
--- a/services/kafkaconnect/pom.xml
+++ b/services/kafkaconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
kafkaconnect
AWS Java SDK :: Services :: Kafka Connect
diff --git a/services/kendra/pom.xml b/services/kendra/pom.xml
index 7bc42487c61c..4fa2233a3edf 100644
--- a/services/kendra/pom.xml
+++ b/services/kendra/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
kendra
AWS Java SDK :: Services :: Kendra
diff --git a/services/kendraranking/pom.xml b/services/kendraranking/pom.xml
index 7b0c03cfcb36..8bdbb14d5425 100644
--- a/services/kendraranking/pom.xml
+++ b/services/kendraranking/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
kendraranking
AWS Java SDK :: Services :: Kendra Ranking
diff --git a/services/keyspaces/pom.xml b/services/keyspaces/pom.xml
index 10dda2b68c4d..3be730ec96fb 100644
--- a/services/keyspaces/pom.xml
+++ b/services/keyspaces/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
keyspaces
AWS Java SDK :: Services :: Keyspaces
diff --git a/services/keyspacesstreams/pom.xml b/services/keyspacesstreams/pom.xml
index 17bd997f7001..481a9d3b19cb 100644
--- a/services/keyspacesstreams/pom.xml
+++ b/services/keyspacesstreams/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
keyspacesstreams
AWS Java SDK :: Services :: Keyspaces Streams
diff --git a/services/kinesis/pom.xml b/services/kinesis/pom.xml
index 47aa19ca7074..489de8bb1fc3 100644
--- a/services/kinesis/pom.xml
+++ b/services/kinesis/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
kinesis
AWS Java SDK :: Services :: Amazon Kinesis
diff --git a/services/kinesisanalytics/pom.xml b/services/kinesisanalytics/pom.xml
index 4109904f0812..a9bdd0666ecc 100644
--- a/services/kinesisanalytics/pom.xml
+++ b/services/kinesisanalytics/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
kinesisanalytics
AWS Java SDK :: Services :: Amazon Kinesis Analytics
diff --git a/services/kinesisanalyticsv2/pom.xml b/services/kinesisanalyticsv2/pom.xml
index 57662fb3a364..eb8a591b6c9c 100644
--- a/services/kinesisanalyticsv2/pom.xml
+++ b/services/kinesisanalyticsv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
kinesisanalyticsv2
AWS Java SDK :: Services :: Kinesis Analytics V2
diff --git a/services/kinesisvideo/pom.xml b/services/kinesisvideo/pom.xml
index faf443f57a7b..ea1795e6e608 100644
--- a/services/kinesisvideo/pom.xml
+++ b/services/kinesisvideo/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
kinesisvideo
diff --git a/services/kinesisvideoarchivedmedia/pom.xml b/services/kinesisvideoarchivedmedia/pom.xml
index 302944ba2cc5..b5075c65d475 100644
--- a/services/kinesisvideoarchivedmedia/pom.xml
+++ b/services/kinesisvideoarchivedmedia/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
kinesisvideoarchivedmedia
AWS Java SDK :: Services :: Kinesis Video Archived Media
diff --git a/services/kinesisvideomedia/pom.xml b/services/kinesisvideomedia/pom.xml
index ed55ab70815b..541f445881f0 100644
--- a/services/kinesisvideomedia/pom.xml
+++ b/services/kinesisvideomedia/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
kinesisvideomedia
AWS Java SDK :: Services :: Kinesis Video Media
diff --git a/services/kinesisvideosignaling/pom.xml b/services/kinesisvideosignaling/pom.xml
index 603203dd88e6..2e7896e81080 100644
--- a/services/kinesisvideosignaling/pom.xml
+++ b/services/kinesisvideosignaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
kinesisvideosignaling
AWS Java SDK :: Services :: Kinesis Video Signaling
diff --git a/services/kinesisvideowebrtcstorage/pom.xml b/services/kinesisvideowebrtcstorage/pom.xml
index bdf9bb783062..b5989c47e7c6 100644
--- a/services/kinesisvideowebrtcstorage/pom.xml
+++ b/services/kinesisvideowebrtcstorage/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
kinesisvideowebrtcstorage
AWS Java SDK :: Services :: Kinesis Video Web RTC Storage
diff --git a/services/kms/pom.xml b/services/kms/pom.xml
index 854037461a8f..97a11d93a309 100644
--- a/services/kms/pom.xml
+++ b/services/kms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
kms
AWS Java SDK :: Services :: AWS KMS
diff --git a/services/lakeformation/pom.xml b/services/lakeformation/pom.xml
index f809cd378b13..9aceddd44b12 100644
--- a/services/lakeformation/pom.xml
+++ b/services/lakeformation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
lakeformation
AWS Java SDK :: Services :: LakeFormation
diff --git a/services/lambda/pom.xml b/services/lambda/pom.xml
index 6e6d1e532a53..b03b10704ea5 100644
--- a/services/lambda/pom.xml
+++ b/services/lambda/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
lambda
AWS Java SDK :: Services :: AWS Lambda
diff --git a/services/launchwizard/pom.xml b/services/launchwizard/pom.xml
index 3d4ab53ee37b..db110f63ad0b 100644
--- a/services/launchwizard/pom.xml
+++ b/services/launchwizard/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
launchwizard
AWS Java SDK :: Services :: Launch Wizard
diff --git a/services/lexmodelbuilding/pom.xml b/services/lexmodelbuilding/pom.xml
index 32d3fa1faff4..607c8d7ebe0b 100644
--- a/services/lexmodelbuilding/pom.xml
+++ b/services/lexmodelbuilding/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
lexmodelbuilding
AWS Java SDK :: Services :: Amazon Lex Model Building
diff --git a/services/lexmodelsv2/pom.xml b/services/lexmodelsv2/pom.xml
index c45ddda1f303..c68f48a8f800 100644
--- a/services/lexmodelsv2/pom.xml
+++ b/services/lexmodelsv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
lexmodelsv2
AWS Java SDK :: Services :: Lex Models V2
diff --git a/services/lexruntime/pom.xml b/services/lexruntime/pom.xml
index df8f6f3f36a2..785e93dc1a36 100644
--- a/services/lexruntime/pom.xml
+++ b/services/lexruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
lexruntime
AWS Java SDK :: Services :: Amazon Lex Runtime
diff --git a/services/lexruntimev2/pom.xml b/services/lexruntimev2/pom.xml
index 4472ecd81eaa..d618cd30c5b5 100644
--- a/services/lexruntimev2/pom.xml
+++ b/services/lexruntimev2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
lexruntimev2
AWS Java SDK :: Services :: Lex Runtime V2
diff --git a/services/licensemanager/pom.xml b/services/licensemanager/pom.xml
index 3404a22a1377..601e17e8487d 100644
--- a/services/licensemanager/pom.xml
+++ b/services/licensemanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
licensemanager
AWS Java SDK :: Services :: License Manager
diff --git a/services/licensemanagerlinuxsubscriptions/pom.xml b/services/licensemanagerlinuxsubscriptions/pom.xml
index 4ff4a3e7dc37..dc06be498148 100644
--- a/services/licensemanagerlinuxsubscriptions/pom.xml
+++ b/services/licensemanagerlinuxsubscriptions/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
licensemanagerlinuxsubscriptions
AWS Java SDK :: Services :: License Manager Linux Subscriptions
diff --git a/services/licensemanagerusersubscriptions/pom.xml b/services/licensemanagerusersubscriptions/pom.xml
index a20342eaf4d3..20d11316765f 100644
--- a/services/licensemanagerusersubscriptions/pom.xml
+++ b/services/licensemanagerusersubscriptions/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
licensemanagerusersubscriptions
AWS Java SDK :: Services :: License Manager User Subscriptions
diff --git a/services/lightsail/pom.xml b/services/lightsail/pom.xml
index ceeb4de84f56..f2022dfb894b 100644
--- a/services/lightsail/pom.xml
+++ b/services/lightsail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
lightsail
AWS Java SDK :: Services :: Amazon Lightsail
diff --git a/services/location/pom.xml b/services/location/pom.xml
index b5ac743acb99..637ad1bb462e 100644
--- a/services/location/pom.xml
+++ b/services/location/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
location
AWS Java SDK :: Services :: Location
diff --git a/services/lookoutequipment/pom.xml b/services/lookoutequipment/pom.xml
index 877430dfd407..6b3682ca1550 100644
--- a/services/lookoutequipment/pom.xml
+++ b/services/lookoutequipment/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
lookoutequipment
AWS Java SDK :: Services :: Lookout Equipment
diff --git a/services/m2/pom.xml b/services/m2/pom.xml
index bffc206871cf..46d520cd256d 100644
--- a/services/m2/pom.xml
+++ b/services/m2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
m2
AWS Java SDK :: Services :: M2
diff --git a/services/machinelearning/pom.xml b/services/machinelearning/pom.xml
index dec5f4045776..3fd47c2944fc 100644
--- a/services/machinelearning/pom.xml
+++ b/services/machinelearning/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
machinelearning
AWS Java SDK :: Services :: Amazon Machine Learning
diff --git a/services/macie2/pom.xml b/services/macie2/pom.xml
index 5de184fb80d4..5f5a7c53b359 100644
--- a/services/macie2/pom.xml
+++ b/services/macie2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
macie2
AWS Java SDK :: Services :: Macie2
diff --git a/services/mailmanager/pom.xml b/services/mailmanager/pom.xml
index 906ef5aa1ef8..2c100fe3b64a 100644
--- a/services/mailmanager/pom.xml
+++ b/services/mailmanager/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
mailmanager
AWS Java SDK :: Services :: Mail Manager
diff --git a/services/managedblockchain/pom.xml b/services/managedblockchain/pom.xml
index 4c230f09337f..33598430ccf7 100644
--- a/services/managedblockchain/pom.xml
+++ b/services/managedblockchain/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
managedblockchain
AWS Java SDK :: Services :: ManagedBlockchain
diff --git a/services/managedblockchainquery/pom.xml b/services/managedblockchainquery/pom.xml
index 36839cf46fdc..af8b51e753ed 100644
--- a/services/managedblockchainquery/pom.xml
+++ b/services/managedblockchainquery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
managedblockchainquery
AWS Java SDK :: Services :: Managed Blockchain Query
diff --git a/services/marketplaceagreement/pom.xml b/services/marketplaceagreement/pom.xml
index 14689775ec8b..a5f76d9f839d 100644
--- a/services/marketplaceagreement/pom.xml
+++ b/services/marketplaceagreement/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
marketplaceagreement
AWS Java SDK :: Services :: Marketplace Agreement
diff --git a/services/marketplacecatalog/pom.xml b/services/marketplacecatalog/pom.xml
index 0f87fe8dd824..befd04434e88 100644
--- a/services/marketplacecatalog/pom.xml
+++ b/services/marketplacecatalog/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
marketplacecatalog
AWS Java SDK :: Services :: Marketplace Catalog
diff --git a/services/marketplacecommerceanalytics/pom.xml b/services/marketplacecommerceanalytics/pom.xml
index ccd9d3cb1b6e..9cb9ceecd963 100644
--- a/services/marketplacecommerceanalytics/pom.xml
+++ b/services/marketplacecommerceanalytics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
marketplacecommerceanalytics
AWS Java SDK :: Services :: AWS Marketplace Commerce Analytics
diff --git a/services/marketplacedeployment/pom.xml b/services/marketplacedeployment/pom.xml
index 6c6854c18b65..9884476f430e 100644
--- a/services/marketplacedeployment/pom.xml
+++ b/services/marketplacedeployment/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
marketplacedeployment
AWS Java SDK :: Services :: Marketplace Deployment
diff --git a/services/marketplaceentitlement/pom.xml b/services/marketplaceentitlement/pom.xml
index 259e61eef5d4..bca5e0de127e 100644
--- a/services/marketplaceentitlement/pom.xml
+++ b/services/marketplaceentitlement/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
marketplaceentitlement
AWS Java SDK :: Services :: AWS Marketplace Entitlement
diff --git a/services/marketplacemetering/pom.xml b/services/marketplacemetering/pom.xml
index 7aebe6c581a9..c126327a27a4 100644
--- a/services/marketplacemetering/pom.xml
+++ b/services/marketplacemetering/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
marketplacemetering
AWS Java SDK :: Services :: AWS Marketplace Metering Service
diff --git a/services/marketplacereporting/pom.xml b/services/marketplacereporting/pom.xml
index d44d38dcafee..8e0e5d99178d 100644
--- a/services/marketplacereporting/pom.xml
+++ b/services/marketplacereporting/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
marketplacereporting
AWS Java SDK :: Services :: Marketplace Reporting
diff --git a/services/mediaconnect/pom.xml b/services/mediaconnect/pom.xml
index e494fd307fcc..c944ecb6ad99 100644
--- a/services/mediaconnect/pom.xml
+++ b/services/mediaconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
mediaconnect
AWS Java SDK :: Services :: MediaConnect
diff --git a/services/mediaconvert/pom.xml b/services/mediaconvert/pom.xml
index 9830e9450545..7f3c193dc64f 100644
--- a/services/mediaconvert/pom.xml
+++ b/services/mediaconvert/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
mediaconvert
diff --git a/services/medialive/pom.xml b/services/medialive/pom.xml
index b936eda6a33f..e65e1d0ed7ff 100644
--- a/services/medialive/pom.xml
+++ b/services/medialive/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
medialive
diff --git a/services/mediapackage/pom.xml b/services/mediapackage/pom.xml
index 5a4cd559ad11..1e204ae3ca93 100644
--- a/services/mediapackage/pom.xml
+++ b/services/mediapackage/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
mediapackage
diff --git a/services/mediapackagev2/pom.xml b/services/mediapackagev2/pom.xml
index d6647926e058..a5d96fbaf46b 100644
--- a/services/mediapackagev2/pom.xml
+++ b/services/mediapackagev2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
mediapackagev2
AWS Java SDK :: Services :: Media Package V2
diff --git a/services/mediapackagevod/pom.xml b/services/mediapackagevod/pom.xml
index ce935132c4b4..d8e963cc3aa4 100644
--- a/services/mediapackagevod/pom.xml
+++ b/services/mediapackagevod/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
mediapackagevod
AWS Java SDK :: Services :: MediaPackage Vod
diff --git a/services/mediastore/pom.xml b/services/mediastore/pom.xml
index 65e9ae5bfb35..e543764ee202 100644
--- a/services/mediastore/pom.xml
+++ b/services/mediastore/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
mediastore
diff --git a/services/mediastoredata/pom.xml b/services/mediastoredata/pom.xml
index 52386f054d47..a943103b17e2 100644
--- a/services/mediastoredata/pom.xml
+++ b/services/mediastoredata/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
mediastoredata
diff --git a/services/mediatailor/pom.xml b/services/mediatailor/pom.xml
index 4fed797524b3..74388ac16189 100644
--- a/services/mediatailor/pom.xml
+++ b/services/mediatailor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
mediatailor
AWS Java SDK :: Services :: MediaTailor
diff --git a/services/medicalimaging/pom.xml b/services/medicalimaging/pom.xml
index 0336aa17d50d..6d21a225c1f4 100644
--- a/services/medicalimaging/pom.xml
+++ b/services/medicalimaging/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
medicalimaging
AWS Java SDK :: Services :: Medical Imaging
diff --git a/services/memorydb/pom.xml b/services/memorydb/pom.xml
index 134dc044ce7d..22dea26b6dc5 100644
--- a/services/memorydb/pom.xml
+++ b/services/memorydb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
memorydb
AWS Java SDK :: Services :: Memory DB
diff --git a/services/mgn/pom.xml b/services/mgn/pom.xml
index e6bee08730df..50c4b03e8882 100644
--- a/services/mgn/pom.xml
+++ b/services/mgn/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
mgn
AWS Java SDK :: Services :: Mgn
diff --git a/services/migrationhub/pom.xml b/services/migrationhub/pom.xml
index 84052fff5e11..3f5b1b422cd2 100644
--- a/services/migrationhub/pom.xml
+++ b/services/migrationhub/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
migrationhub
diff --git a/services/migrationhubconfig/pom.xml b/services/migrationhubconfig/pom.xml
index 71257d09fa3e..1bc65abe4c62 100644
--- a/services/migrationhubconfig/pom.xml
+++ b/services/migrationhubconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
migrationhubconfig
AWS Java SDK :: Services :: MigrationHub Config
diff --git a/services/migrationhuborchestrator/pom.xml b/services/migrationhuborchestrator/pom.xml
index 2f9bedbbc40c..ae248f84e4aa 100644
--- a/services/migrationhuborchestrator/pom.xml
+++ b/services/migrationhuborchestrator/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
migrationhuborchestrator
AWS Java SDK :: Services :: Migration Hub Orchestrator
diff --git a/services/migrationhubrefactorspaces/pom.xml b/services/migrationhubrefactorspaces/pom.xml
index 7eff69d5257e..a85773ac32db 100644
--- a/services/migrationhubrefactorspaces/pom.xml
+++ b/services/migrationhubrefactorspaces/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
migrationhubrefactorspaces
AWS Java SDK :: Services :: Migration Hub Refactor Spaces
diff --git a/services/migrationhubstrategy/pom.xml b/services/migrationhubstrategy/pom.xml
index 96b51115870f..09fb14b2d51f 100644
--- a/services/migrationhubstrategy/pom.xml
+++ b/services/migrationhubstrategy/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
migrationhubstrategy
AWS Java SDK :: Services :: Migration Hub Strategy
diff --git a/services/mpa/pom.xml b/services/mpa/pom.xml
index 488b0e54f143..2a08601c2273 100644
--- a/services/mpa/pom.xml
+++ b/services/mpa/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
mpa
AWS Java SDK :: Services :: MPA
diff --git a/services/mq/pom.xml b/services/mq/pom.xml
index cf03151bcd03..9fa2d6241c47 100644
--- a/services/mq/pom.xml
+++ b/services/mq/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
mq
diff --git a/services/mturk/pom.xml b/services/mturk/pom.xml
index 39fd6cc35bc4..4f10146e65f6 100644
--- a/services/mturk/pom.xml
+++ b/services/mturk/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
mturk
AWS Java SDK :: Services :: Amazon Mechanical Turk Requester
diff --git a/services/mwaa/pom.xml b/services/mwaa/pom.xml
index b5505f38f74c..d9d616b539e9 100644
--- a/services/mwaa/pom.xml
+++ b/services/mwaa/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
mwaa
AWS Java SDK :: Services :: MWAA
diff --git a/services/neptune/pom.xml b/services/neptune/pom.xml
index a2961f496cb4..e3ef5284454e 100644
--- a/services/neptune/pom.xml
+++ b/services/neptune/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
neptune
AWS Java SDK :: Services :: Neptune
diff --git a/services/neptunedata/pom.xml b/services/neptunedata/pom.xml
index 01f478eb8066..843a5bbfd5dd 100644
--- a/services/neptunedata/pom.xml
+++ b/services/neptunedata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
neptunedata
AWS Java SDK :: Services :: Neptunedata
diff --git a/services/neptunegraph/pom.xml b/services/neptunegraph/pom.xml
index 0fcae1429c68..790eb5d626d8 100644
--- a/services/neptunegraph/pom.xml
+++ b/services/neptunegraph/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
neptunegraph
AWS Java SDK :: Services :: Neptune Graph
diff --git a/services/networkfirewall/pom.xml b/services/networkfirewall/pom.xml
index d8033ba5a23f..359d30c7c48e 100644
--- a/services/networkfirewall/pom.xml
+++ b/services/networkfirewall/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
networkfirewall
AWS Java SDK :: Services :: Network Firewall
diff --git a/services/networkflowmonitor/pom.xml b/services/networkflowmonitor/pom.xml
index 48e2fad90be7..2fc0ba965a2e 100644
--- a/services/networkflowmonitor/pom.xml
+++ b/services/networkflowmonitor/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
networkflowmonitor
AWS Java SDK :: Services :: Network Flow Monitor
diff --git a/services/networkmanager/pom.xml b/services/networkmanager/pom.xml
index 9fa74e171457..70590da2eaef 100644
--- a/services/networkmanager/pom.xml
+++ b/services/networkmanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
networkmanager
AWS Java SDK :: Services :: NetworkManager
diff --git a/services/networkmonitor/pom.xml b/services/networkmonitor/pom.xml
index c31da72b8f49..57ede10c5dba 100644
--- a/services/networkmonitor/pom.xml
+++ b/services/networkmonitor/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
networkmonitor
AWS Java SDK :: Services :: Network Monitor
diff --git a/services/notifications/pom.xml b/services/notifications/pom.xml
index 9a9f9c06edbd..631bfd164829 100644
--- a/services/notifications/pom.xml
+++ b/services/notifications/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
notifications
AWS Java SDK :: Services :: Notifications
diff --git a/services/notificationscontacts/pom.xml b/services/notificationscontacts/pom.xml
index 4395e714dcfb..18ac40e8b01d 100644
--- a/services/notificationscontacts/pom.xml
+++ b/services/notificationscontacts/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
notificationscontacts
AWS Java SDK :: Services :: Notifications Contacts
diff --git a/services/oam/pom.xml b/services/oam/pom.xml
index 5d0f34488044..634052992221 100644
--- a/services/oam/pom.xml
+++ b/services/oam/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
oam
AWS Java SDK :: Services :: OAM
diff --git a/services/observabilityadmin/pom.xml b/services/observabilityadmin/pom.xml
index edcbeb48eeae..1f06d32833d9 100644
--- a/services/observabilityadmin/pom.xml
+++ b/services/observabilityadmin/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
observabilityadmin
AWS Java SDK :: Services :: Observability Admin
diff --git a/services/odb/pom.xml b/services/odb/pom.xml
index 4152de6158da..c413c4861615 100644
--- a/services/odb/pom.xml
+++ b/services/odb/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
odb
AWS Java SDK :: Services :: Odb
diff --git a/services/omics/pom.xml b/services/omics/pom.xml
index 3306e3479db4..6c7b47cce1c0 100644
--- a/services/omics/pom.xml
+++ b/services/omics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
omics
AWS Java SDK :: Services :: Omics
diff --git a/services/opensearch/pom.xml b/services/opensearch/pom.xml
index a3d950f34aea..2ccbf2966c71 100644
--- a/services/opensearch/pom.xml
+++ b/services/opensearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
opensearch
AWS Java SDK :: Services :: Open Search
diff --git a/services/opensearchserverless/pom.xml b/services/opensearchserverless/pom.xml
index 3b0ece774363..a32cf8b58e50 100644
--- a/services/opensearchserverless/pom.xml
+++ b/services/opensearchserverless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
opensearchserverless
AWS Java SDK :: Services :: Open Search Serverless
diff --git a/services/organizations/pom.xml b/services/organizations/pom.xml
index e6e16107a9a6..24885ac661ae 100644
--- a/services/organizations/pom.xml
+++ b/services/organizations/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
organizations
AWS Java SDK :: Services :: AWS Organizations
diff --git a/services/osis/pom.xml b/services/osis/pom.xml
index abf875927163..72d577de773b 100644
--- a/services/osis/pom.xml
+++ b/services/osis/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
osis
AWS Java SDK :: Services :: OSIS
diff --git a/services/outposts/pom.xml b/services/outposts/pom.xml
index de583ae0ecba..e03f25905119 100644
--- a/services/outposts/pom.xml
+++ b/services/outposts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
outposts
AWS Java SDK :: Services :: Outposts
diff --git a/services/panorama/pom.xml b/services/panorama/pom.xml
index 78d6f9518da1..278aa4a4bf82 100644
--- a/services/panorama/pom.xml
+++ b/services/panorama/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
panorama
AWS Java SDK :: Services :: Panorama
diff --git a/services/partnercentralselling/pom.xml b/services/partnercentralselling/pom.xml
index 5c7725f44c5f..27ff42adddba 100644
--- a/services/partnercentralselling/pom.xml
+++ b/services/partnercentralselling/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
partnercentralselling
AWS Java SDK :: Services :: Partner Central Selling
diff --git a/services/paymentcryptography/pom.xml b/services/paymentcryptography/pom.xml
index abe9bf666a7b..49a85a8478b2 100644
--- a/services/paymentcryptography/pom.xml
+++ b/services/paymentcryptography/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
paymentcryptography
AWS Java SDK :: Services :: Payment Cryptography
diff --git a/services/paymentcryptographydata/pom.xml b/services/paymentcryptographydata/pom.xml
index a2afb478f959..5b6ce7122936 100644
--- a/services/paymentcryptographydata/pom.xml
+++ b/services/paymentcryptographydata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
paymentcryptographydata
AWS Java SDK :: Services :: Payment Cryptography Data
diff --git a/services/pcaconnectorad/pom.xml b/services/pcaconnectorad/pom.xml
index 7bb44e17e18a..e5e6f433dc36 100644
--- a/services/pcaconnectorad/pom.xml
+++ b/services/pcaconnectorad/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
pcaconnectorad
AWS Java SDK :: Services :: Pca Connector Ad
diff --git a/services/pcaconnectorscep/pom.xml b/services/pcaconnectorscep/pom.xml
index 8842b5b84ad7..097b591821ff 100644
--- a/services/pcaconnectorscep/pom.xml
+++ b/services/pcaconnectorscep/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
pcaconnectorscep
AWS Java SDK :: Services :: Pca Connector Scep
diff --git a/services/pcs/pom.xml b/services/pcs/pom.xml
index 5f2016eb96dc..ac289a0d6000 100644
--- a/services/pcs/pom.xml
+++ b/services/pcs/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
pcs
AWS Java SDK :: Services :: PCS
diff --git a/services/personalize/pom.xml b/services/personalize/pom.xml
index 09bd4a08dfe4..d0888fefd383 100644
--- a/services/personalize/pom.xml
+++ b/services/personalize/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
personalize
AWS Java SDK :: Services :: Personalize
diff --git a/services/personalizeevents/pom.xml b/services/personalizeevents/pom.xml
index d6f66b2077e3..a885012bbeed 100644
--- a/services/personalizeevents/pom.xml
+++ b/services/personalizeevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
personalizeevents
AWS Java SDK :: Services :: Personalize Events
diff --git a/services/personalizeruntime/pom.xml b/services/personalizeruntime/pom.xml
index fd7e6187b44c..890cd467f014 100644
--- a/services/personalizeruntime/pom.xml
+++ b/services/personalizeruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
personalizeruntime
AWS Java SDK :: Services :: Personalize Runtime
diff --git a/services/pi/pom.xml b/services/pi/pom.xml
index 45c4dd3d5391..8dd34433fdb4 100644
--- a/services/pi/pom.xml
+++ b/services/pi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
pi
AWS Java SDK :: Services :: PI
diff --git a/services/pinpoint/pom.xml b/services/pinpoint/pom.xml
index 533f37b7949f..09005f09fd10 100644
--- a/services/pinpoint/pom.xml
+++ b/services/pinpoint/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
pinpoint
AWS Java SDK :: Services :: Amazon Pinpoint
diff --git a/services/pinpointemail/pom.xml b/services/pinpointemail/pom.xml
index 37fc7deb696f..487047e86d4b 100644
--- a/services/pinpointemail/pom.xml
+++ b/services/pinpointemail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
pinpointemail
AWS Java SDK :: Services :: Pinpoint Email
diff --git a/services/pinpointsmsvoice/pom.xml b/services/pinpointsmsvoice/pom.xml
index 2022d6a81fa3..ec0c50f45d02 100644
--- a/services/pinpointsmsvoice/pom.xml
+++ b/services/pinpointsmsvoice/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
pinpointsmsvoice
AWS Java SDK :: Services :: Pinpoint SMS Voice
diff --git a/services/pinpointsmsvoicev2/pom.xml b/services/pinpointsmsvoicev2/pom.xml
index 74a55c030cd7..3b7f20b459f7 100644
--- a/services/pinpointsmsvoicev2/pom.xml
+++ b/services/pinpointsmsvoicev2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
pinpointsmsvoicev2
AWS Java SDK :: Services :: Pinpoint SMS Voice V2
diff --git a/services/pipes/pom.xml b/services/pipes/pom.xml
index 3eb1ffa19d8f..9d0402f20e45 100644
--- a/services/pipes/pom.xml
+++ b/services/pipes/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
pipes
AWS Java SDK :: Services :: Pipes
diff --git a/services/polly/pom.xml b/services/polly/pom.xml
index d5845f556412..306eb294f794 100644
--- a/services/polly/pom.xml
+++ b/services/polly/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
polly
AWS Java SDK :: Services :: Amazon Polly
diff --git a/services/pom.xml b/services/pom.xml
index c998422da299..011866914a9b 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
services
AWS Java SDK :: Services
diff --git a/services/pricing/pom.xml b/services/pricing/pom.xml
index e14348b4eec7..96675b7332d0 100644
--- a/services/pricing/pom.xml
+++ b/services/pricing/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
pricing
diff --git a/services/proton/pom.xml b/services/proton/pom.xml
index 7ec174e8dd1c..275a39101c81 100644
--- a/services/proton/pom.xml
+++ b/services/proton/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
proton
AWS Java SDK :: Services :: Proton
diff --git a/services/qapps/pom.xml b/services/qapps/pom.xml
index 3ad2b5e03824..ea2678f0762e 100644
--- a/services/qapps/pom.xml
+++ b/services/qapps/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
qapps
AWS Java SDK :: Services :: Q Apps
diff --git a/services/qbusiness/pom.xml b/services/qbusiness/pom.xml
index bb05a5e2d688..282a9f316995 100644
--- a/services/qbusiness/pom.xml
+++ b/services/qbusiness/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
qbusiness
AWS Java SDK :: Services :: Q Business
diff --git a/services/qconnect/pom.xml b/services/qconnect/pom.xml
index 73097ddf4f0d..bd79dc566d2c 100644
--- a/services/qconnect/pom.xml
+++ b/services/qconnect/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
qconnect
AWS Java SDK :: Services :: Q Connect
diff --git a/services/quicksight/pom.xml b/services/quicksight/pom.xml
index 90ec65b5125d..4c07be146ffc 100644
--- a/services/quicksight/pom.xml
+++ b/services/quicksight/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
quicksight
AWS Java SDK :: Services :: QuickSight
diff --git a/services/ram/pom.xml b/services/ram/pom.xml
index 79884be005f3..37b3df0a7dcd 100644
--- a/services/ram/pom.xml
+++ b/services/ram/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
ram
AWS Java SDK :: Services :: RAM
diff --git a/services/rbin/pom.xml b/services/rbin/pom.xml
index 422dccea8926..e7d856bba8ef 100644
--- a/services/rbin/pom.xml
+++ b/services/rbin/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
rbin
AWS Java SDK :: Services :: Rbin
diff --git a/services/rds/pom.xml b/services/rds/pom.xml
index 2d7449b9525e..84f0ac048096 100644
--- a/services/rds/pom.xml
+++ b/services/rds/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
rds
AWS Java SDK :: Services :: Amazon RDS
diff --git a/services/rdsdata/pom.xml b/services/rdsdata/pom.xml
index b62a9c08d26a..074b8dd8fa0e 100644
--- a/services/rdsdata/pom.xml
+++ b/services/rdsdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
rdsdata
AWS Java SDK :: Services :: RDS Data
diff --git a/services/redshift/pom.xml b/services/redshift/pom.xml
index 81c986c255ee..3d97a8eaa777 100644
--- a/services/redshift/pom.xml
+++ b/services/redshift/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
redshift
AWS Java SDK :: Services :: Amazon Redshift
diff --git a/services/redshift/src/main/resources/codegen-resources/service-2.json b/services/redshift/src/main/resources/codegen-resources/service-2.json
index 345bf9db2b22..b2c86870d7ea 100644
--- a/services/redshift/src/main/resources/codegen-resources/service-2.json
+++ b/services/redshift/src/main/resources/codegen-resources/service-2.json
@@ -1780,6 +1780,25 @@
],
"documentation":"Returns a database user name and temporary password with temporary authorization to log in to an Amazon Redshift database. The database user is mapped 1:1 to the source Identity and Access Management (IAM) identity. For more information about IAM identities, see IAM Identities (users, user groups, and roles) in the Amazon Web Services Identity and Access Management User Guide.
The Identity and Access Management (IAM) identity that runs this operation must have an IAM policy attached that allows access to all necessary actions and resources. For more information about permissions, see Using identity-based policies (IAM policies) in the Amazon Redshift Cluster Management Guide.
"
},
+ "GetIdentityCenterAuthToken":{
+ "name":"GetIdentityCenterAuthToken",
+ "http":{
+ "method":"POST",
+ "requestUri":"/"
+ },
+ "input":{"shape":"GetIdentityCenterAuthTokenRequest"},
+ "output":{
+ "shape":"GetIdentityCenterAuthTokenResponse",
+ "resultWrapper":"GetIdentityCenterAuthTokenResult"
+ },
+ "errors":[
+ {"shape":"ClusterNotFoundFault"},
+ {"shape":"InvalidClusterStateFault"},
+ {"shape":"UnsupportedOperationFault"},
+ {"shape":"RedshiftInvalidParameterFault"}
+ ],
+ "documentation":"Generates an encrypted authentication token that propagates the caller's Amazon Web Services IAM Identity Center identity to Amazon Redshift clusters. This API extracts the Amazon Web Services IAM Identity Center identity from enhanced credentials and creates a secure token that Amazon Redshift drivers can use for authentication.
The token is encrypted using Key Management Service (KMS) and can only be decrypted by the specified Amazon Redshift clusters. The token contains the caller's Amazon Web Services IAM Identity Center identity information and is valid for a limited time period.
This API is exclusively for use with Amazon Web Services IAM Identity Center enhanced credentials. If the caller is not using enhanced credentials with embedded Amazon Web Services IAM Identity Center identity, the API will return an error.
"
+ },
"GetReservedNodeExchangeConfigurationOptions":{
"name":"GetReservedNodeExchangeConfigurationOptions",
"http":{
@@ -3543,6 +3562,13 @@
"locationName":"ClusterIamRole"
}
},
+ "ClusterIdentifierList":{
+ "type":"list",
+ "member":{
+ "shape":"String",
+ "locationName":"ClusterIdentifier"
+ }
+ },
"ClusterList":{
"type":"list",
"member":{
@@ -7215,6 +7241,31 @@
}
}
},
+ "GetIdentityCenterAuthTokenRequest":{
+ "type":"structure",
+ "required":["ClusterIds"],
+ "members":{
+ "ClusterIds":{
+ "shape":"ClusterIdentifierList",
+ "documentation":"A list of cluster identifiers that the generated token can be used with. The token will be scoped to only allow authentication to the specified clusters.
Constraints:
-
ClusterIds must contain at least 1 cluster identifier.
-
ClusterIds can hold a maximum of 20 cluster identifiers.
-
Cluster identifiers must be 1 to 63 characters in length.
-
The characters accepted for cluster identifiers are the following:
-
Alphanumeric characters
-
Hyphens
-
Cluster identifiers must start with a letter.
-
Cluster identifiers can't end with a hyphen or contain two consecutive hyphens.
"
+ }
+ },
+ "documentation":"The request parameters for GetIdentityCenterAuthToken.
"
+ },
+ "GetIdentityCenterAuthTokenResponse":{
+ "type":"structure",
+ "members":{
+ "Token":{
+ "shape":"SensitiveString",
+ "documentation":"The encrypted authentication token containing the caller's Amazon Web Services IAM Identity Center identity information. This token is encrypted using Key Management Service and can only be decrypted by the specified Amazon Redshift clusters. Use this token with Amazon Redshift drivers to authenticate using your Amazon Web Services IAM Identity Center identity.
"
+ },
+ "ExpirationTime":{
+ "shape":"TStamp",
+ "documentation":"The time (UTC) when the token expires. After this timestamp, the token will no longer be valid for authentication.
"
+ }
+ },
+ "documentation":"The response from GetIdentityCenterAuthToken containing the encrypted authentication token and expiration time.
"
+ },
"GetReservedNodeExchangeConfigurationOptionsInputMessage":{
"type":"structure",
"required":["ActionType"],
@@ -9709,6 +9760,17 @@
},
"exception":true
},
+ "RedshiftInvalidParameterFault":{
+ "type":"structure",
+ "members":{},
+ "documentation":"The request contains one or more invalid parameters. This error occurs when required parameters are missing, parameter values are outside acceptable ranges, or parameter formats are incorrect.
",
+ "error":{
+ "code":"RedshiftInvalidParameter",
+ "httpStatusCode":400,
+ "senderFault":true
+ },
+ "exception":true
+ },
"ReferenceLink":{
"type":"structure",
"members":{
diff --git a/services/redshiftdata/pom.xml b/services/redshiftdata/pom.xml
index f7e01304ef57..4775c9fde99c 100644
--- a/services/redshiftdata/pom.xml
+++ b/services/redshiftdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
redshiftdata
AWS Java SDK :: Services :: Redshift Data
diff --git a/services/redshiftserverless/pom.xml b/services/redshiftserverless/pom.xml
index ed82374d1511..c6c5c275d3a4 100644
--- a/services/redshiftserverless/pom.xml
+++ b/services/redshiftserverless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
redshiftserverless
AWS Java SDK :: Services :: Redshift Serverless
diff --git a/services/rekognition/pom.xml b/services/rekognition/pom.xml
index a2a9f44045d5..9fbfd6b8eeb9 100644
--- a/services/rekognition/pom.xml
+++ b/services/rekognition/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
rekognition
AWS Java SDK :: Services :: Amazon Rekognition
diff --git a/services/repostspace/pom.xml b/services/repostspace/pom.xml
index ca9ed890b7a4..06a5cfd17e35 100644
--- a/services/repostspace/pom.xml
+++ b/services/repostspace/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
repostspace
AWS Java SDK :: Services :: Repostspace
diff --git a/services/resiliencehub/pom.xml b/services/resiliencehub/pom.xml
index 5b07bfa18adb..6688bbffa657 100644
--- a/services/resiliencehub/pom.xml
+++ b/services/resiliencehub/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
resiliencehub
AWS Java SDK :: Services :: Resiliencehub
diff --git a/services/resourceexplorer2/pom.xml b/services/resourceexplorer2/pom.xml
index 7b9d03d503de..4b35fa7b3e52 100644
--- a/services/resourceexplorer2/pom.xml
+++ b/services/resourceexplorer2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
resourceexplorer2
AWS Java SDK :: Services :: Resource Explorer 2
diff --git a/services/resourcegroups/pom.xml b/services/resourcegroups/pom.xml
index d5efcc113bad..7c6057735baf 100644
--- a/services/resourcegroups/pom.xml
+++ b/services/resourcegroups/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
resourcegroups
diff --git a/services/resourcegroupstaggingapi/pom.xml b/services/resourcegroupstaggingapi/pom.xml
index 2a26c4e025e5..253372035ab4 100644
--- a/services/resourcegroupstaggingapi/pom.xml
+++ b/services/resourcegroupstaggingapi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
resourcegroupstaggingapi
AWS Java SDK :: Services :: AWS Resource Groups Tagging API
diff --git a/services/rolesanywhere/pom.xml b/services/rolesanywhere/pom.xml
index a62546b0846c..c7ac6cd4b3f6 100644
--- a/services/rolesanywhere/pom.xml
+++ b/services/rolesanywhere/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
rolesanywhere
AWS Java SDK :: Services :: Roles Anywhere
diff --git a/services/route53/pom.xml b/services/route53/pom.xml
index 200e644644eb..a9c2052a9414 100644
--- a/services/route53/pom.xml
+++ b/services/route53/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
route53
AWS Java SDK :: Services :: Amazon Route53
diff --git a/services/route53domains/pom.xml b/services/route53domains/pom.xml
index 70243fe90df0..d0ff95836de0 100644
--- a/services/route53domains/pom.xml
+++ b/services/route53domains/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
route53domains
AWS Java SDK :: Services :: Amazon Route53 Domains
diff --git a/services/route53profiles/pom.xml b/services/route53profiles/pom.xml
index b37b42216dc4..f81d20f68212 100644
--- a/services/route53profiles/pom.xml
+++ b/services/route53profiles/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
route53profiles
AWS Java SDK :: Services :: Route53 Profiles
diff --git a/services/route53recoverycluster/pom.xml b/services/route53recoverycluster/pom.xml
index 534f50cd8d71..a1f969427e8e 100644
--- a/services/route53recoverycluster/pom.xml
+++ b/services/route53recoverycluster/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
route53recoverycluster
AWS Java SDK :: Services :: Route53 Recovery Cluster
diff --git a/services/route53recoverycontrolconfig/pom.xml b/services/route53recoverycontrolconfig/pom.xml
index 7c7a0096628f..f1af951bd7d8 100644
--- a/services/route53recoverycontrolconfig/pom.xml
+++ b/services/route53recoverycontrolconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
route53recoverycontrolconfig
AWS Java SDK :: Services :: Route53 Recovery Control Config
diff --git a/services/route53recoveryreadiness/pom.xml b/services/route53recoveryreadiness/pom.xml
index 9b610d67b45a..9c87dd1c1933 100644
--- a/services/route53recoveryreadiness/pom.xml
+++ b/services/route53recoveryreadiness/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
route53recoveryreadiness
AWS Java SDK :: Services :: Route53 Recovery Readiness
diff --git a/services/route53resolver/pom.xml b/services/route53resolver/pom.xml
index 6c6edfeb9a77..1eb1a67f6ca0 100644
--- a/services/route53resolver/pom.xml
+++ b/services/route53resolver/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
route53resolver
AWS Java SDK :: Services :: Route53Resolver
diff --git a/services/rtbfabric/pom.xml b/services/rtbfabric/pom.xml
index e7b940548269..f482997c512b 100644
--- a/services/rtbfabric/pom.xml
+++ b/services/rtbfabric/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
rtbfabric
AWS Java SDK :: Services :: RTB Fabric
diff --git a/services/rum/pom.xml b/services/rum/pom.xml
index 44fc53be7185..5cf58b4cbfe1 100644
--- a/services/rum/pom.xml
+++ b/services/rum/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
rum
AWS Java SDK :: Services :: RUM
diff --git a/services/s3/pom.xml b/services/s3/pom.xml
index f984ab4fa29c..2039b9fe510a 100644
--- a/services/s3/pom.xml
+++ b/services/s3/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
s3
AWS Java SDK :: Services :: Amazon S3
diff --git a/services/s3control/pom.xml b/services/s3control/pom.xml
index 727ee1fccdeb..ac4a4f0bcec4 100644
--- a/services/s3control/pom.xml
+++ b/services/s3control/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
s3control
AWS Java SDK :: Services :: Amazon S3 Control
diff --git a/services/s3outposts/pom.xml b/services/s3outposts/pom.xml
index 7a8ac144e0f8..edbd1298585e 100644
--- a/services/s3outposts/pom.xml
+++ b/services/s3outposts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
s3outposts
AWS Java SDK :: Services :: S3 Outposts
diff --git a/services/s3tables/pom.xml b/services/s3tables/pom.xml
index 7084db106b3a..1b0da413e079 100644
--- a/services/s3tables/pom.xml
+++ b/services/s3tables/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
s3tables
AWS Java SDK :: Services :: S3 Tables
diff --git a/services/s3tables/src/main/resources/codegen-resources/service-2.json b/services/s3tables/src/main/resources/codegen-resources/service-2.json
index 92b6f30305aa..096dd2140c6b 100644
--- a/services/s3tables/src/main/resources/codegen-resources/service-2.json
+++ b/services/s3tables/src/main/resources/codegen-resources/service-2.json
@@ -146,6 +146,25 @@
"documentation":"Deletes the encryption configuration for a table bucket.
- Permissions
-
You must have the s3tables:DeleteTableBucketEncryption permission to use this operation.
",
"idempotent":true
},
+ "DeleteTableBucketMetricsConfiguration":{
+ "name":"DeleteTableBucketMetricsConfiguration",
+ "http":{
+ "method":"DELETE",
+ "requestUri":"/buckets/{tableBucketARN}/metrics",
+ "responseCode":204
+ },
+ "input":{"shape":"DeleteTableBucketMetricsConfigurationRequest"},
+ "errors":[
+ {"shape":"InternalServerErrorException"},
+ {"shape":"ForbiddenException"},
+ {"shape":"NotFoundException"},
+ {"shape":"TooManyRequestsException"},
+ {"shape":"ConflictException"},
+ {"shape":"BadRequestException"}
+ ],
+ "documentation":"Deletes the metrics configuration for a table bucket.
- Permissions
-
You must have the s3tables:DeleteTableBucketMetricsConfiguration permission to use this operation.
",
+ "idempotent":true
+ },
"DeleteTableBucketPolicy":{
"name":"DeleteTableBucketPolicy",
"http":{
@@ -287,6 +306,26 @@
"documentation":"Gets details about a maintenance configuration for a given table bucket. For more information, see Amazon S3 table bucket maintenance in the Amazon Simple Storage Service User Guide.
- Permissions
-
You must have the s3tables:GetTableBucketMaintenanceConfiguration permission to use this operation.
",
"readonly":true
},
+ "GetTableBucketMetricsConfiguration":{
+ "name":"GetTableBucketMetricsConfiguration",
+ "http":{
+ "method":"GET",
+ "requestUri":"/buckets/{tableBucketARN}/metrics",
+ "responseCode":200
+ },
+ "input":{"shape":"GetTableBucketMetricsConfigurationRequest"},
+ "output":{"shape":"GetTableBucketMetricsConfigurationResponse"},
+ "errors":[
+ {"shape":"InternalServerErrorException"},
+ {"shape":"ForbiddenException"},
+ {"shape":"NotFoundException"},
+ {"shape":"TooManyRequestsException"},
+ {"shape":"ConflictException"},
+ {"shape":"BadRequestException"}
+ ],
+ "documentation":"Gets the metrics configuration for a table bucket.
- Permissions
-
You must have the s3tables:GetTableBucketMetricsConfiguration permission to use this operation.
",
+ "readonly":true
+ },
"GetTableBucketPolicy":{
"name":"GetTableBucketPolicy",
"http":{
@@ -526,6 +565,25 @@
],
"documentation":"Creates a new maintenance configuration or replaces an existing maintenance configuration for a table bucket. For more information, see Amazon S3 table bucket maintenance in the Amazon Simple Storage Service User Guide.
- Permissions
-
You must have the s3tables:PutTableBucketMaintenanceConfiguration permission to use this operation.
"
},
+ "PutTableBucketMetricsConfiguration":{
+ "name":"PutTableBucketMetricsConfiguration",
+ "http":{
+ "method":"PUT",
+ "requestUri":"/buckets/{tableBucketARN}/metrics",
+ "responseCode":204
+ },
+ "input":{"shape":"PutTableBucketMetricsConfigurationRequest"},
+ "errors":[
+ {"shape":"InternalServerErrorException"},
+ {"shape":"ForbiddenException"},
+ {"shape":"NotFoundException"},
+ {"shape":"TooManyRequestsException"},
+ {"shape":"ConflictException"},
+ {"shape":"BadRequestException"}
+ ],
+ "documentation":"Sets the metrics configuration for a table bucket.
- Permissions
-
You must have the s3tables:PutTableBucketMetricsConfiguration permission to use this operation.
",
+ "idempotent":true
+ },
"PutTableBucketPolicy":{
"name":"PutTableBucketPolicy",
"http":{
@@ -870,6 +928,18 @@
}
}
},
+ "DeleteTableBucketMetricsConfigurationRequest":{
+ "type":"structure",
+ "required":["tableBucketARN"],
+ "members":{
+ "tableBucketARN":{
+ "shape":"TableBucketARN",
+ "documentation":"The Amazon Resource Name (ARN) of the table bucket.
",
+ "location":"uri",
+ "locationName":"tableBucketARN"
+ }
+ }
+ },
"DeleteTableBucketPolicyRequest":{
"type":"structure",
"required":["tableBucketARN"],
@@ -1097,6 +1167,32 @@
}
}
},
+ "GetTableBucketMetricsConfigurationRequest":{
+ "type":"structure",
+ "required":["tableBucketARN"],
+ "members":{
+ "tableBucketARN":{
+ "shape":"TableBucketARN",
+ "documentation":"The Amazon Resource Name (ARN) of the table bucket.
",
+ "location":"uri",
+ "locationName":"tableBucketARN"
+ }
+ }
+ },
+ "GetTableBucketMetricsConfigurationResponse":{
+ "type":"structure",
+ "required":["tableBucketARN"],
+ "members":{
+ "tableBucketARN":{
+ "shape":"TableBucketARN",
+ "documentation":"The Amazon Resource Name (ARN) of the table bucket.
"
+ },
+ "id":{
+ "shape":"String",
+ "documentation":"The unique identifier of the metrics configuration.
"
+ }
+ }
+ },
"GetTableBucketPolicyRequest":{
"type":"structure",
"required":["tableBucketARN"],
@@ -1911,6 +2007,18 @@
}
}
},
+ "PutTableBucketMetricsConfigurationRequest":{
+ "type":"structure",
+ "required":["tableBucketARN"],
+ "members":{
+ "tableBucketARN":{
+ "shape":"TableBucketARN",
+ "documentation":"The Amazon Resource Name (ARN) of the table bucket.
",
+ "location":"uri",
+ "locationName":"tableBucketARN"
+ }
+ }
+ },
"PutTableBucketPolicyRequest":{
"type":"structure",
"required":[
diff --git a/services/s3vectors/pom.xml b/services/s3vectors/pom.xml
index 9167d81c9e4c..ccfa1fa53863 100644
--- a/services/s3vectors/pom.xml
+++ b/services/s3vectors/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
s3vectors
AWS Java SDK :: Services :: S3 Vectors
diff --git a/services/sagemaker/pom.xml b/services/sagemaker/pom.xml
index cff26a84b803..ce12f2d4457d 100644
--- a/services/sagemaker/pom.xml
+++ b/services/sagemaker/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
sagemaker
diff --git a/services/sagemaker/src/main/resources/codegen-resources/service-2.json b/services/sagemaker/src/main/resources/codegen-resources/service-2.json
index df871a7abfc6..4461e9aaa7cd 100644
--- a/services/sagemaker/src/main/resources/codegen-resources/service-2.json
+++ b/services/sagemaker/src/main/resources/codegen-resources/service-2.json
@@ -4974,7 +4974,7 @@
"type":"string",
"max":2048,
"min":1,
- "pattern":"arn:aws(-cn|-us-gov|-iso-f)?:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:algorithm/[\\S]{1,2048}"
+ "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:algorithm/[\\S]{1,2048}"
},
"AlgorithmImage":{
"type":"string",
@@ -8850,6 +8850,7 @@
"ml.p5e.48xlarge",
"ml.p5en.48xlarge",
"ml.p6-b200.48xlarge",
+ "ml.trn2.3xlarge",
"ml.trn2.48xlarge",
"ml.c6i.large",
"ml.c6i.xlarge",
@@ -9470,7 +9471,7 @@
"type":"string",
"max":2048,
"min":1,
- "pattern":"arn:aws(-cn|-us-gov|-iso-f)?:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:code-repository/[\\S]{1,2048}"
+ "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:code-repository/[\\S]{1,2048}"
},
"CodeRepositoryContains":{
"type":"string",
@@ -13039,8 +13040,7 @@
"required":[
"TrainingJobName",
"RoleArn",
- "OutputDataConfig",
- "StoppingCondition"
+ "OutputDataConfig"
],
"members":{
"TrainingJobName":{
@@ -19342,8 +19342,6 @@
"ModelArtifacts",
"TrainingJobStatus",
"SecondaryStatus",
- "AlgorithmSpecification",
- "ResourceConfig",
"StoppingCondition",
"CreationTime"
],
@@ -31204,7 +31202,7 @@
"type":"string",
"max":258,
"min":20,
- "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:ml-reservation/.*"
+ "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:[a-z0-9\\-]{1,14}/.*"
},
"MlTools":{
"type":"string",
@@ -32322,7 +32320,7 @@
"type":"string",
"max":2048,
"min":1,
- "pattern":"arn:aws(-cn|-us-gov|-iso-f)?:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:model-package/[\\S]{1,2048}"
+ "pattern":"arn:arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:model-package/[\\S]{1,2048}"
},
"ModelPackageArnList":{
"type":"list",
@@ -32332,7 +32330,6 @@
},
"ModelPackageContainerDefinition":{
"type":"structure",
- "required":["Image"],
"members":{
"ContainerHostname":{
"shape":"ContainerHostname",
@@ -32436,7 +32433,7 @@
"type":"string",
"max":2048,
"min":1,
- "pattern":"arn:aws(-cn|-us-gov|-iso-f)?:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:model-package-group/[\\S]{1,2048}"
+ "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:model-package-group/[\\S]{1,2048}"
},
"ModelPackageGroupSortBy":{
"type":"string",
@@ -37099,7 +37096,7 @@
"type":"string",
"max":2048,
"min":1,
- "pattern":"arn:aws(-cn|-us-gov|-iso-f)?:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:project/[\\S]{1,2048}"
+ "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:project/[\\S]{1,2048}"
},
"ProjectEntityName":{
"type":"string",
diff --git a/services/sagemakera2iruntime/pom.xml b/services/sagemakera2iruntime/pom.xml
index e1f6e835b9e4..2264cbfd2150 100644
--- a/services/sagemakera2iruntime/pom.xml
+++ b/services/sagemakera2iruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
sagemakera2iruntime
AWS Java SDK :: Services :: SageMaker A2I Runtime
diff --git a/services/sagemakeredge/pom.xml b/services/sagemakeredge/pom.xml
index a294fb87a3fd..d483c1cb0a64 100644
--- a/services/sagemakeredge/pom.xml
+++ b/services/sagemakeredge/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
sagemakeredge
AWS Java SDK :: Services :: Sagemaker Edge
diff --git a/services/sagemakerfeaturestoreruntime/pom.xml b/services/sagemakerfeaturestoreruntime/pom.xml
index afde734823bb..521f2a4a395a 100644
--- a/services/sagemakerfeaturestoreruntime/pom.xml
+++ b/services/sagemakerfeaturestoreruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
sagemakerfeaturestoreruntime
AWS Java SDK :: Services :: Sage Maker Feature Store Runtime
diff --git a/services/sagemakergeospatial/pom.xml b/services/sagemakergeospatial/pom.xml
index 2212f237daa9..04b13da60db2 100644
--- a/services/sagemakergeospatial/pom.xml
+++ b/services/sagemakergeospatial/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
sagemakergeospatial
AWS Java SDK :: Services :: Sage Maker Geospatial
diff --git a/services/sagemakermetrics/pom.xml b/services/sagemakermetrics/pom.xml
index 1018f7bbd667..c14e1cc1b739 100644
--- a/services/sagemakermetrics/pom.xml
+++ b/services/sagemakermetrics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
sagemakermetrics
AWS Java SDK :: Services :: Sage Maker Metrics
diff --git a/services/sagemakerruntime/pom.xml b/services/sagemakerruntime/pom.xml
index bbb28e12eacd..1f9d62d2cc56 100644
--- a/services/sagemakerruntime/pom.xml
+++ b/services/sagemakerruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
sagemakerruntime
AWS Java SDK :: Services :: SageMaker Runtime
diff --git a/services/savingsplans/pom.xml b/services/savingsplans/pom.xml
index 059c98634060..b87ec6206a9a 100644
--- a/services/savingsplans/pom.xml
+++ b/services/savingsplans/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
savingsplans
AWS Java SDK :: Services :: Savingsplans
diff --git a/services/scheduler/pom.xml b/services/scheduler/pom.xml
index 25ba27953811..f2ce64104cfd 100644
--- a/services/scheduler/pom.xml
+++ b/services/scheduler/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
scheduler
AWS Java SDK :: Services :: Scheduler
diff --git a/services/schemas/pom.xml b/services/schemas/pom.xml
index fd28916f60ff..3fee9f0fe583 100644
--- a/services/schemas/pom.xml
+++ b/services/schemas/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
schemas
AWS Java SDK :: Services :: Schemas
diff --git a/services/secretsmanager/pom.xml b/services/secretsmanager/pom.xml
index af96a7d97a68..0adafbfc3f20 100644
--- a/services/secretsmanager/pom.xml
+++ b/services/secretsmanager/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
secretsmanager
AWS Java SDK :: Services :: AWS Secrets Manager
diff --git a/services/securityhub/pom.xml b/services/securityhub/pom.xml
index 61519ff05d34..d5b3b24d9367 100644
--- a/services/securityhub/pom.xml
+++ b/services/securityhub/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
securityhub
AWS Java SDK :: Services :: SecurityHub
diff --git a/services/securityir/pom.xml b/services/securityir/pom.xml
index 6c7ea5e9def0..b7a84008e351 100644
--- a/services/securityir/pom.xml
+++ b/services/securityir/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
securityir
AWS Java SDK :: Services :: Security IR
diff --git a/services/securitylake/pom.xml b/services/securitylake/pom.xml
index 233a98a399f3..f88e927837f5 100644
--- a/services/securitylake/pom.xml
+++ b/services/securitylake/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
securitylake
AWS Java SDK :: Services :: Security Lake
diff --git a/services/serverlessapplicationrepository/pom.xml b/services/serverlessapplicationrepository/pom.xml
index d338a5acbff3..99fb71d8f95a 100644
--- a/services/serverlessapplicationrepository/pom.xml
+++ b/services/serverlessapplicationrepository/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
serverlessapplicationrepository
diff --git a/services/servicecatalog/pom.xml b/services/servicecatalog/pom.xml
index 04e2eaf6d721..196623149569 100644
--- a/services/servicecatalog/pom.xml
+++ b/services/servicecatalog/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
servicecatalog
AWS Java SDK :: Services :: AWS Service Catalog
diff --git a/services/servicecatalogappregistry/pom.xml b/services/servicecatalogappregistry/pom.xml
index 990c10af38c5..be198893b16d 100644
--- a/services/servicecatalogappregistry/pom.xml
+++ b/services/servicecatalogappregistry/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
servicecatalogappregistry
AWS Java SDK :: Services :: Service Catalog App Registry
diff --git a/services/servicediscovery/pom.xml b/services/servicediscovery/pom.xml
index 65aab7dc90be..8df477de52e7 100644
--- a/services/servicediscovery/pom.xml
+++ b/services/servicediscovery/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
servicediscovery
diff --git a/services/servicequotas/pom.xml b/services/servicequotas/pom.xml
index 8811e19bbbbb..c525eb64d7a1 100644
--- a/services/servicequotas/pom.xml
+++ b/services/servicequotas/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
servicequotas
AWS Java SDK :: Services :: Service Quotas
diff --git a/services/ses/pom.xml b/services/ses/pom.xml
index a0a596d99421..d7e58117962f 100644
--- a/services/ses/pom.xml
+++ b/services/ses/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
ses
AWS Java SDK :: Services :: Amazon SES
diff --git a/services/sesv2/pom.xml b/services/sesv2/pom.xml
index 313db9bf0828..533a0c61c45f 100644
--- a/services/sesv2/pom.xml
+++ b/services/sesv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
sesv2
AWS Java SDK :: Services :: SESv2
diff --git a/services/sfn/pom.xml b/services/sfn/pom.xml
index 845dc3abdb03..95967d7521d1 100644
--- a/services/sfn/pom.xml
+++ b/services/sfn/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
sfn
AWS Java SDK :: Services :: AWS Step Functions
diff --git a/services/shield/pom.xml b/services/shield/pom.xml
index c954d033f89b..378e08cc5d94 100644
--- a/services/shield/pom.xml
+++ b/services/shield/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
shield
AWS Java SDK :: Services :: AWS Shield
diff --git a/services/signer/pom.xml b/services/signer/pom.xml
index d4fe6abe4243..7c47d7d4f5b2 100644
--- a/services/signer/pom.xml
+++ b/services/signer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
signer
AWS Java SDK :: Services :: Signer
diff --git a/services/simspaceweaver/pom.xml b/services/simspaceweaver/pom.xml
index 71f998335cc5..76f01d36b172 100644
--- a/services/simspaceweaver/pom.xml
+++ b/services/simspaceweaver/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
simspaceweaver
AWS Java SDK :: Services :: Sim Space Weaver
diff --git a/services/snowball/pom.xml b/services/snowball/pom.xml
index 382bd4ccb553..74fb0ea4531c 100644
--- a/services/snowball/pom.xml
+++ b/services/snowball/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
snowball
AWS Java SDK :: Services :: Amazon Snowball
diff --git a/services/snowdevicemanagement/pom.xml b/services/snowdevicemanagement/pom.xml
index 66a9e4f121fc..6e55feaec755 100644
--- a/services/snowdevicemanagement/pom.xml
+++ b/services/snowdevicemanagement/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
snowdevicemanagement
AWS Java SDK :: Services :: Snow Device Management
diff --git a/services/sns/pom.xml b/services/sns/pom.xml
index 4324a663d286..94ed5c03c003 100644
--- a/services/sns/pom.xml
+++ b/services/sns/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
sns
AWS Java SDK :: Services :: Amazon SNS
diff --git a/services/socialmessaging/pom.xml b/services/socialmessaging/pom.xml
index 0ae530380810..e8fe8434d0dc 100644
--- a/services/socialmessaging/pom.xml
+++ b/services/socialmessaging/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
socialmessaging
AWS Java SDK :: Services :: Social Messaging
diff --git a/services/sqs/pom.xml b/services/sqs/pom.xml
index b910a7563974..89ebfb7c7f57 100644
--- a/services/sqs/pom.xml
+++ b/services/sqs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
sqs
AWS Java SDK :: Services :: Amazon SQS
diff --git a/services/ssm/pom.xml b/services/ssm/pom.xml
index 9c2eb49b7b34..65e2d3fa7957 100644
--- a/services/ssm/pom.xml
+++ b/services/ssm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
ssm
AWS Java SDK :: Services :: AWS Simple Systems Management (SSM)
diff --git a/services/ssmcontacts/pom.xml b/services/ssmcontacts/pom.xml
index e3f10ac95612..923aad66863a 100644
--- a/services/ssmcontacts/pom.xml
+++ b/services/ssmcontacts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
ssmcontacts
AWS Java SDK :: Services :: SSM Contacts
diff --git a/services/ssmguiconnect/pom.xml b/services/ssmguiconnect/pom.xml
index 28560dfe4e2c..190cbd8043c6 100644
--- a/services/ssmguiconnect/pom.xml
+++ b/services/ssmguiconnect/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
ssmguiconnect
AWS Java SDK :: Services :: SSM Gui Connect
diff --git a/services/ssmincidents/pom.xml b/services/ssmincidents/pom.xml
index 1ecbfefeddd0..47687dc235a6 100644
--- a/services/ssmincidents/pom.xml
+++ b/services/ssmincidents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
ssmincidents
AWS Java SDK :: Services :: SSM Incidents
diff --git a/services/ssmquicksetup/pom.xml b/services/ssmquicksetup/pom.xml
index d76a458156b0..2be35962a926 100644
--- a/services/ssmquicksetup/pom.xml
+++ b/services/ssmquicksetup/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
ssmquicksetup
AWS Java SDK :: Services :: SSM Quick Setup
diff --git a/services/ssmsap/pom.xml b/services/ssmsap/pom.xml
index b563ad8591c0..709cc4d1f191 100644
--- a/services/ssmsap/pom.xml
+++ b/services/ssmsap/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
ssmsap
AWS Java SDK :: Services :: Ssm Sap
diff --git a/services/sso/pom.xml b/services/sso/pom.xml
index 910b69a303ad..3df5a8c8ca30 100644
--- a/services/sso/pom.xml
+++ b/services/sso/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
sso
AWS Java SDK :: Services :: SSO
diff --git a/services/ssoadmin/pom.xml b/services/ssoadmin/pom.xml
index 359be75da250..18cd925a2459 100644
--- a/services/ssoadmin/pom.xml
+++ b/services/ssoadmin/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
ssoadmin
AWS Java SDK :: Services :: SSO Admin
diff --git a/services/ssooidc/pom.xml b/services/ssooidc/pom.xml
index 1940133d893a..80c907091a69 100644
--- a/services/ssooidc/pom.xml
+++ b/services/ssooidc/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
ssooidc
AWS Java SDK :: Services :: SSO OIDC
diff --git a/services/storagegateway/pom.xml b/services/storagegateway/pom.xml
index d7e6a117ab31..cbedbc876edd 100644
--- a/services/storagegateway/pom.xml
+++ b/services/storagegateway/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
storagegateway
AWS Java SDK :: Services :: AWS Storage Gateway
diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index 1541f1a035d1..8a67181dffa8 100644
--- a/services/sts/pom.xml
+++ b/services/sts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
sts
AWS Java SDK :: Services :: AWS STS
diff --git a/services/supplychain/pom.xml b/services/supplychain/pom.xml
index 78461c406bb2..bc6cec8d68b4 100644
--- a/services/supplychain/pom.xml
+++ b/services/supplychain/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
supplychain
AWS Java SDK :: Services :: Supply Chain
diff --git a/services/support/pom.xml b/services/support/pom.xml
index 51bfe3575a40..de196b2d10e3 100644
--- a/services/support/pom.xml
+++ b/services/support/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
support
AWS Java SDK :: Services :: AWS Support
diff --git a/services/supportapp/pom.xml b/services/supportapp/pom.xml
index d901642d9d71..82927c06c98e 100644
--- a/services/supportapp/pom.xml
+++ b/services/supportapp/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
supportapp
AWS Java SDK :: Services :: Support App
diff --git a/services/swf/pom.xml b/services/swf/pom.xml
index ac454447d857..b4463d23643e 100644
--- a/services/swf/pom.xml
+++ b/services/swf/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
swf
AWS Java SDK :: Services :: Amazon SWF
diff --git a/services/synthetics/pom.xml b/services/synthetics/pom.xml
index bc9368ce6909..e03fc093b218 100644
--- a/services/synthetics/pom.xml
+++ b/services/synthetics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
synthetics
AWS Java SDK :: Services :: Synthetics
diff --git a/services/taxsettings/pom.xml b/services/taxsettings/pom.xml
index 7eb5ffbc4148..7e7cb4ab7aee 100644
--- a/services/taxsettings/pom.xml
+++ b/services/taxsettings/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
taxsettings
AWS Java SDK :: Services :: Tax Settings
diff --git a/services/textract/pom.xml b/services/textract/pom.xml
index 067a6ce4b784..500fb2fcf14f 100644
--- a/services/textract/pom.xml
+++ b/services/textract/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
textract
AWS Java SDK :: Services :: Textract
diff --git a/services/timestreaminfluxdb/pom.xml b/services/timestreaminfluxdb/pom.xml
index f0d04c2b6d14..d725a82df4fe 100644
--- a/services/timestreaminfluxdb/pom.xml
+++ b/services/timestreaminfluxdb/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
timestreaminfluxdb
AWS Java SDK :: Services :: Timestream Influx DB
diff --git a/services/timestreamquery/pom.xml b/services/timestreamquery/pom.xml
index 3b23db176bc8..a76fcbd0f9f0 100644
--- a/services/timestreamquery/pom.xml
+++ b/services/timestreamquery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
timestreamquery
AWS Java SDK :: Services :: Timestream Query
diff --git a/services/timestreamwrite/pom.xml b/services/timestreamwrite/pom.xml
index 303d2a55ffd0..9f5afaa5af19 100644
--- a/services/timestreamwrite/pom.xml
+++ b/services/timestreamwrite/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
timestreamwrite
AWS Java SDK :: Services :: Timestream Write
diff --git a/services/tnb/pom.xml b/services/tnb/pom.xml
index 977a108b7904..58bdf04441f0 100644
--- a/services/tnb/pom.xml
+++ b/services/tnb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
tnb
AWS Java SDK :: Services :: Tnb
diff --git a/services/transcribe/pom.xml b/services/transcribe/pom.xml
index fa0f8de0fbfe..73c4224caba0 100644
--- a/services/transcribe/pom.xml
+++ b/services/transcribe/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
transcribe
AWS Java SDK :: Services :: Transcribe
diff --git a/services/transcribestreaming/pom.xml b/services/transcribestreaming/pom.xml
index bd1790bdc247..b478ccfdaa2c 100644
--- a/services/transcribestreaming/pom.xml
+++ b/services/transcribestreaming/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
transcribestreaming
AWS Java SDK :: Services :: AWS Transcribe Streaming
diff --git a/services/transfer/pom.xml b/services/transfer/pom.xml
index 34afa0b120c5..dba1500a4b49 100644
--- a/services/transfer/pom.xml
+++ b/services/transfer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
transfer
AWS Java SDK :: Services :: Transfer
diff --git a/services/translate/pom.xml b/services/translate/pom.xml
index 91846e2f200b..be2fa7d3dcce 100644
--- a/services/translate/pom.xml
+++ b/services/translate/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
translate
diff --git a/services/trustedadvisor/pom.xml b/services/trustedadvisor/pom.xml
index 3add412af4b7..28efcb226127 100644
--- a/services/trustedadvisor/pom.xml
+++ b/services/trustedadvisor/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
trustedadvisor
AWS Java SDK :: Services :: Trusted Advisor
diff --git a/services/verifiedpermissions/pom.xml b/services/verifiedpermissions/pom.xml
index 3e0af01e7c26..c1c8ffb39556 100644
--- a/services/verifiedpermissions/pom.xml
+++ b/services/verifiedpermissions/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
verifiedpermissions
AWS Java SDK :: Services :: Verified Permissions
diff --git a/services/voiceid/pom.xml b/services/voiceid/pom.xml
index bb00f5ea64c8..9d3f7a518efb 100644
--- a/services/voiceid/pom.xml
+++ b/services/voiceid/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
voiceid
AWS Java SDK :: Services :: Voice ID
diff --git a/services/vpclattice/pom.xml b/services/vpclattice/pom.xml
index cdddfcdbc833..b0b2e8fca9b9 100644
--- a/services/vpclattice/pom.xml
+++ b/services/vpclattice/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
vpclattice
AWS Java SDK :: Services :: VPC Lattice
diff --git a/services/waf/pom.xml b/services/waf/pom.xml
index bedd07968702..9be5219b7a55 100644
--- a/services/waf/pom.xml
+++ b/services/waf/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
waf
AWS Java SDK :: Services :: AWS WAF
diff --git a/services/wafv2/pom.xml b/services/wafv2/pom.xml
index 1776b9949947..77c5da3853c5 100644
--- a/services/wafv2/pom.xml
+++ b/services/wafv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
wafv2
AWS Java SDK :: Services :: WAFV2
diff --git a/services/wellarchitected/pom.xml b/services/wellarchitected/pom.xml
index af6d4e85282f..00625aea69d0 100644
--- a/services/wellarchitected/pom.xml
+++ b/services/wellarchitected/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
wellarchitected
AWS Java SDK :: Services :: Well Architected
diff --git a/services/wisdom/pom.xml b/services/wisdom/pom.xml
index b0ecca266cc7..47477fc4aacd 100644
--- a/services/wisdom/pom.xml
+++ b/services/wisdom/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
wisdom
AWS Java SDK :: Services :: Wisdom
diff --git a/services/workdocs/pom.xml b/services/workdocs/pom.xml
index b825a0b1c010..b3cce8db918f 100644
--- a/services/workdocs/pom.xml
+++ b/services/workdocs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
workdocs
AWS Java SDK :: Services :: Amazon WorkDocs
diff --git a/services/workmail/pom.xml b/services/workmail/pom.xml
index bb5726f13de8..329e3bc12301 100644
--- a/services/workmail/pom.xml
+++ b/services/workmail/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
workmail
diff --git a/services/workmailmessageflow/pom.xml b/services/workmailmessageflow/pom.xml
index d38b9578713e..ee9a333581a2 100644
--- a/services/workmailmessageflow/pom.xml
+++ b/services/workmailmessageflow/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
workmailmessageflow
AWS Java SDK :: Services :: WorkMailMessageFlow
diff --git a/services/workspaces/pom.xml b/services/workspaces/pom.xml
index e9a09f332d7a..56c895cd0919 100644
--- a/services/workspaces/pom.xml
+++ b/services/workspaces/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
workspaces
AWS Java SDK :: Services :: Amazon WorkSpaces
diff --git a/services/workspacesinstances/pom.xml b/services/workspacesinstances/pom.xml
index be5efc3ffc67..4507b457a1dc 100644
--- a/services/workspacesinstances/pom.xml
+++ b/services/workspacesinstances/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
workspacesinstances
AWS Java SDK :: Services :: Workspaces Instances
diff --git a/services/workspacesthinclient/pom.xml b/services/workspacesthinclient/pom.xml
index 75b54a0b13ec..f58e5d5cf26c 100644
--- a/services/workspacesthinclient/pom.xml
+++ b/services/workspacesthinclient/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
workspacesthinclient
AWS Java SDK :: Services :: Work Spaces Thin Client
diff --git a/services/workspacesweb/pom.xml b/services/workspacesweb/pom.xml
index 302fdcd1270d..0d029e3595a2 100644
--- a/services/workspacesweb/pom.xml
+++ b/services/workspacesweb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
workspacesweb
AWS Java SDK :: Services :: Work Spaces Web
diff --git a/services/xray/pom.xml b/services/xray/pom.xml
index 70bdb1dd971d..047f1d8768a0 100644
--- a/services/xray/pom.xml
+++ b/services/xray/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
xray
AWS Java SDK :: Services :: AWS X-Ray
diff --git a/test/architecture-tests/pom.xml b/test/architecture-tests/pom.xml
index 53246756b81f..88f1bd1403df 100644
--- a/test/architecture-tests/pom.xml
+++ b/test/architecture-tests/pom.xml
@@ -21,7 +21,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
diff --git a/test/auth-tests/pom.xml b/test/auth-tests/pom.xml
index 3281b75e4e04..c8ee0818943e 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/bundle-logging-bridge-binding-test/pom.xml b/test/bundle-logging-bridge-binding-test/pom.xml
index 6b530e8f265a..d25710e5a598 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/bundle-shading-tests/pom.xml b/test/bundle-shading-tests/pom.xml
index a8506afca8f3..67dea8fc9de5 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/codegen-generated-classes-test/pom.xml b/test/codegen-generated-classes-test/pom.xml
index 3c6a0e7e4ffc..755202ad2cb6 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
diff --git a/test/crt-unavailable-tests/pom.xml b/test/crt-unavailable-tests/pom.xml
index cfa01a2bcbf3..fdff2bac81bc 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/http-client-benchmarks/pom.xml b/test/http-client-benchmarks/pom.xml
index 9c5be4437014..b6e4ae91ed08 100644
--- a/test/http-client-benchmarks/pom.xml
+++ b/test/http-client-benchmarks/pom.xml
@@ -19,7 +19,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
diff --git a/test/http-client-tests/pom.xml b/test/http-client-tests/pom.xml
index 13bb19260cc8..8e44e8174db2 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
http-client-tests
diff --git a/test/module-path-tests/pom.xml b/test/module-path-tests/pom.xml
index 79b41e935c28..70f227124f28 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/old-client-version-compatibility-test/pom.xml b/test/old-client-version-compatibility-test/pom.xml
index 3524c5f29c92..4401132cfa59 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
diff --git a/test/protocol-tests-core/pom.xml b/test/protocol-tests-core/pom.xml
index 0157d8288c69..d1ef02e97990 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/protocol-tests/pom.xml b/test/protocol-tests/pom.xml
index 19538ce41a60..3440d8c70e0b 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/region-testing/pom.xml b/test/region-testing/pom.xml
index 8eb3012f8fb2..e315d5d60f4c 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/ruleset-testing-core/pom.xml b/test/ruleset-testing-core/pom.xml
index dca0ed32c97c..df72a3165815 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/s3-benchmarks/pom.xml b/test/s3-benchmarks/pom.xml
index ac54f2cf7d5a..df64f1f31eb6 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/s3-tests/pom.xml b/test/s3-tests/pom.xml
index 1dd3a326bf8c..b46904dfc858 100644
--- a/test/s3-tests/pom.xml
+++ b/test/s3-tests/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/sdk-benchmarks/pom.xml b/test/sdk-benchmarks/pom.xml
index 2e7d272223a4..56984ec285e2 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
diff --git a/test/sdk-native-image-test/pom.xml b/test/sdk-native-image-test/pom.xml
index e5700624565c..80e6bfcd2737 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/service-test-utils/pom.xml b/test/service-test-utils/pom.xml
index 9e41e081edcc..eeebfb3c6f2a 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
service-test-utils
diff --git a/test/stability-tests/pom.xml b/test/stability-tests/pom.xml
index 51d0921c19cb..0573052fad9c 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/test-utils/pom.xml b/test/test-utils/pom.xml
index bc622d239cfc..933ac282f188 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
test-utils
diff --git a/test/tests-coverage-reporting/pom.xml b/test/tests-coverage-reporting/pom.xml
index 16001a3784c0..8a5f9380ca7b 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/v2-migration-tests/pom.xml b/test/v2-migration-tests/pom.xml
index 5f12b58583e7..b854f999f912 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../..
diff --git a/test/v2-migration-tests/src/test/java/software/amazon/awssdk/v2migrationtests/MavenNoCompileTest.java b/test/v2-migration-tests/src/test/java/software/amazon/awssdk/v2migrationtests/MavenNoCompileTest.java
index f4c50969c9c0..62c717b31ee5 100644
--- a/test/v2-migration-tests/src/test/java/software/amazon/awssdk/v2migrationtests/MavenNoCompileTest.java
+++ b/test/v2-migration-tests/src/test/java/software/amazon/awssdk/v2migrationtests/MavenNoCompileTest.java
@@ -15,6 +15,8 @@
package software.amazon.awssdk.v2migrationtests;
+import static software.amazon.awssdk.v2migrationtests.TestUtils.assertTwoDirectoriesHaveSameStructure;
+import static software.amazon.awssdk.v2migrationtests.TestUtils.normalizeImports;
import static software.amazon.awssdk.v2migrationtests.TestUtils.replaceVersion;
import java.io.File;
@@ -50,6 +52,8 @@ static void setUp() throws IOException {
@Test
@EnabledIf("versionAvailable")
void mavenProject_shouldConvert() throws IOException {
- verifyTransformation();
+ runTransformation();
+ normalizeImports(mavenActual);
+ assertTwoDirectoriesHaveSameStructure(mavenActual, mavenExpected);
}
}
diff --git a/test/v2-migration-tests/src/test/java/software/amazon/awssdk/v2migrationtests/MavenTestBase.java b/test/v2-migration-tests/src/test/java/software/amazon/awssdk/v2migrationtests/MavenTestBase.java
index a859c879f630..2ef55122f5d8 100644
--- a/test/v2-migration-tests/src/test/java/software/amazon/awssdk/v2migrationtests/MavenTestBase.java
+++ b/test/v2-migration-tests/src/test/java/software/amazon/awssdk/v2migrationtests/MavenTestBase.java
@@ -47,7 +47,7 @@ protected static void deleteTempDirectories() throws IOException {
FileUtils.deleteDirectory(mavenExpected.toFile());
}
- protected static void verifyTransformation() throws IOException {
+ protected static void runTransformation() throws IOException {
String recipeCmd = "-Drewrite.activeRecipes=software.amazon.awssdk.v2migration.AwsSdkJavaV1ToV2";
List rewriteArgs = new ArrayList<>();
// pin version since updates have broken tests
@@ -57,6 +57,10 @@ protected static void verifyTransformation() throws IOException {
run(mavenActual, rewriteArgs.toArray(new String[0]));
FileUtils.deleteDirectory(mavenActual.resolve("target").toFile());
+ }
+
+ protected static void verifyTransformation() throws IOException {
+ runTransformation();
assertTwoDirectoriesHaveSameStructure(mavenActual, mavenExpected);
}
diff --git a/test/v2-migration-tests/src/test/java/software/amazon/awssdk/v2migrationtests/TestUtils.java b/test/v2-migration-tests/src/test/java/software/amazon/awssdk/v2migrationtests/TestUtils.java
index 601f18f005bf..1896de3be2fa 100644
--- a/test/v2-migration-tests/src/test/java/software/amazon/awssdk/v2migrationtests/TestUtils.java
+++ b/test/v2-migration-tests/src/test/java/software/amazon/awssdk/v2migrationtests/TestUtils.java
@@ -20,9 +20,8 @@
import java.io.IOException;
import java.io.InputStream;
import java.io.UncheckedIOException;
-import java.net.HttpURLConnection;
-import java.net.Proxy;
-import java.net.URI;
+import java.util.ArrayList;
+import java.util.Collections;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.Path;
@@ -129,6 +128,45 @@ public static String toFileTreeString(Path root) {
return sb.toString();
}
+ public static void normalizeImports(Path directory) throws IOException {
+ try (Stream paths = Files.walk(directory)) {
+ paths.filter(p -> p.toString().endsWith(".java"))
+ .forEach(TestUtils::normalizeFileImports);
+ }
+ }
+
+ private static void normalizeFileImports(Path file) {
+ try {
+ List lines = Files.readAllLines(file);
+ int importStart = -1;
+ int importEnd = -1;
+ List imports = new ArrayList<>();
+
+ for (int i = 0; i < lines.size(); i++) {
+ String line = lines.get(i);
+ if (line.startsWith("import ")) {
+ if (importStart == -1) {
+ importStart = i;
+ }
+ importEnd = i;
+ imports.add(line);
+ } else if (importStart != -1 && line.startsWith("public class ")) {
+ break;
+ }
+ }
+
+ if (importStart != -1) {
+ Collections.sort(imports);
+ List result = new ArrayList<>(lines.subList(0, importStart));
+ result.addAll(imports);
+ result.addAll(lines.subList(importEnd + 1, lines.size()));
+ Files.write(file, result);
+ }
+ } catch (IOException e) {
+ throw new UncheckedIOException(e);
+ }
+ }
+
public static Result run(Path dir, String... args) {
ProcessBuilder processBuilder = new ProcessBuilder(args);
processBuilder.redirectErrorStream(true);
diff --git a/test/v2-migration-tests/src/test/resources/software/amazon/awssdk/v2migrationtests/maven-nocompile/after/src/main/java/foo/bar/S3EnDateTime.java b/test/v2-migration-tests/src/test/resources/software/amazon/awssdk/v2migrationtests/maven-nocompile/after/src/main/java/foo/bar/S3EnDateTime.java
index ecab91a6b763..7f8e1f98fbd9 100644
--- a/test/v2-migration-tests/src/test/resources/software/amazon/awssdk/v2migrationtests/maven-nocompile/after/src/main/java/foo/bar/S3EnDateTime.java
+++ b/test/v2-migration-tests/src/test/resources/software/amazon/awssdk/v2migrationtests/maven-nocompile/after/src/main/java/foo/bar/S3EnDateTime.java
@@ -14,11 +14,11 @@
*/
package foo.bar;
+import org.joda.time.DateTime;
+import software.amazon.awssdk.eventnotifications.s3.model.GlacierEventData;
+import software.amazon.awssdk.eventnotifications.s3.model.RestoreEventData;
import software.amazon.awssdk.eventnotifications.s3.model.S3EventNotification;
import software.amazon.awssdk.eventnotifications.s3.model.S3EventNotificationRecord;
-import software.amazon.awssdk.eventnotifications.s3.model.RestoreEventData;
-import software.amazon.awssdk.eventnotifications.s3.model.GlacierEventData;
-import org.joda.time.DateTime;
public class S3EnDateTime {
@@ -37,4 +37,4 @@ public void parseEvent(String jsonInput) {
}
}
-}
\ No newline at end of file
+}
diff --git a/test/v2-migration-tests/src/test/resources/software/amazon/awssdk/v2migrationtests/maven-nocompile/after/src/main/java/foo/bar/S3Transforms.java b/test/v2-migration-tests/src/test/resources/software/amazon/awssdk/v2migrationtests/maven-nocompile/after/src/main/java/foo/bar/S3Transforms.java
index e2bd389664dd..2b20f4b92707 100644
--- a/test/v2-migration-tests/src/test/resources/software/amazon/awssdk/v2migrationtests/maven-nocompile/after/src/main/java/foo/bar/S3Transforms.java
+++ b/test/v2-migration-tests/src/test/resources/software/amazon/awssdk/v2migrationtests/maven-nocompile/after/src/main/java/foo/bar/S3Transforms.java
@@ -18,6 +18,10 @@
import com.amazonaws.HttpMethod;
import com.amazonaws.services.s3.model.SSEAwsKeyManagementParams;
import com.amazonaws.services.s3.model.SSECustomerKey;
+import java.io.ByteArrayInputStream;
+import java.io.InputStream;
+import java.net.URL;
+import java.util.Date;
import software.amazon.awssdk.core.async.AsyncRequestBody;
import software.amazon.awssdk.services.s3.S3Client;
import software.amazon.awssdk.services.s3.model.AccessControlPolicy;
@@ -30,11 +34,6 @@
import software.amazon.awssdk.transfer.s3.S3TransferManager;
import software.amazon.awssdk.transfer.s3.model.UploadRequest;
-import java.io.ByteArrayInputStream;
-import java.io.InputStream;
-import java.net.URL;
-import java.util.Date;
-
public class S3Transforms {
S3Client s3;
diff --git a/third-party/pom.xml b/third-party/pom.xml
index 73c45c549134..20b3beb9e1ed 100644
--- a/third-party/pom.xml
+++ b/third-party/pom.xml
@@ -21,7 +21,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
third-party
diff --git a/third-party/third-party-jackson-core/pom.xml b/third-party/third-party-jackson-core/pom.xml
index fbaaa7bb1677..c551b1156dcb 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
diff --git a/third-party/third-party-jackson-dataformat-cbor/pom.xml b/third-party/third-party-jackson-dataformat-cbor/pom.xml
index 36f746f9c6cc..8cebfbda20df 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
diff --git a/third-party/third-party-slf4j-api/pom.xml b/third-party/third-party-slf4j-api/pom.xml
index 2d15291701ab..35aa84f59131 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.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
diff --git a/utils-lite/pom.xml b/utils-lite/pom.xml
index 437707ff2f4b..3808e99c689f 100644
--- a/utils-lite/pom.xml
+++ b/utils-lite/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
utils-lite
AWS Java SDK :: Utils Lite
diff --git a/utils/pom.xml b/utils/pom.xml
index 6824085b6ad0..0973cb16a127 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
4.0.0
diff --git a/v2-migration/pom.xml b/v2-migration/pom.xml
index 831d044a33f3..25aa3bc02efc 100644
--- a/v2-migration/pom.xml
+++ b/v2-migration/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.38.5-SNAPSHOT
+ 2.38.8-SNAPSHOT
../pom.xml