${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 79098afa04f..24a9e238d0d 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 1815d8b282e..42468c786ac 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 7d8f0741be4..364b5b5822b 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 fcb0fa4a8f5..790d3570dbd 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 5ae35d12dcf..a904c623dca 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 543ea79e6ba..fed5efde840 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 16c693050fc..a37e6acf915 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 3a86ba22bf8..cef1ff395d7 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 df75bedf017..c8f6313d396 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 03e90488072..c6f2e0344e1 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 48b94ad60be..e887c936af7 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 dd56198390d..89803a50e36 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 cdfea13fef7..6f132919fdb 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 2b60efa0a10..adebb38c910 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 a6123a6674d..8a251b8b2f8 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 94763f6805b..ad468999568 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 8e6df468a4b..5a1fe01c68c 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 f3e6e328999..783bf05dcce 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 685ac9c9113..3660d82d948 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 7119a831833..8bb787b46a7 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 1b931348d49..9b16cb58893 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 6dd4572182b..5fdf264f9e9 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 aa084a24660..3e223eee9b2 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 31b6a7585fb..1fc28850ca6 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 045d0dd232a..5d92b7e8847 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 3acf0a14f9f..61dee52b43f 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 610f6b90c1b..269a33b0409 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 602f41bd8c3..f37f52e2d7f 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 714c7a0a66c..d9be324c57d 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 75d429700e2..26945aec153 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 4d0ad2080bc..11b628c1d34 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 9c5fe6df8d9..8191108bb4c 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 5bafb8603ac..76290b5daed 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 40e9ca8ad14..5ce9c24eb7b 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 59e6dba3309..49282d1d122 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 dae7c25bb16..f13b7974eae 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 6e42d6962e0..731a16ae9e2 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 cc4bbd23ea2..51ca7bb7e1b 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 802f45861f4..85939d71b01 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 953aeeeb4b4..ac95e31b775 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 2babf49acc3..a1d1aa88a3a 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 b8ab4d3eb40..920a07118d8 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 6f22734c1b6..b61fa9029c2 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 f6a8ab83228..b050a6f350f 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 7f20a87bdc7..c5838bc0fbe 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 6cabb4d3d3a..203a28cd320 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 ac841476ce4..7280f309ba1 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 f2ec235c344..345a333ee28 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 4988528ee5f..b25a4163f5d 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 2191344d6c9..217a0795673 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 125c74ad08d..031076c45c3 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 abf235cad49..81bf6a6d0e8 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 146775970bd..7b2b8072c0a 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 77e14ce8308..5c9b16976f9 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 c6ace5caefb..3802021268e 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 8933052bd30..a9e6827995f 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 3a968ca3bb3..4e3572774f1 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 a9eeff800d5..57d3c6d1d0d 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 cbad09c6653..c15e40edba6 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 f9212ba16d6..10f395a3eac 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 4e7d7bcaab4..c721ad57c48 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 8509cb7bb29..be82c13100c 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 70d9313a671..84f57d35ef2 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 8fe6a6443db..c80126bfad9 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 557cd5d7379..adb7f583395 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 58322b67b52..759c2bc3237 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 cf11b23e3a2..0bc4ac8e644 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 257c01bdbad..f3b25fe3aa4 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 5f21e36c63f..9577bc1dfe8 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 8a3c47d251b..421c22b2b71 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 daad7867ef0..f43368923d3 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 30a7a1a35aa..c507f89aef7 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 a3408f951fc..c8caba06c37 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 83430557e2c..fb0aa6e97fc 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 fb49cd40328..db7b04dcd24 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 d81e736df4b..8feeefe3840 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 821e533c5f7..321a09a318a 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 e946f400987..cba7c210fb2 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 c06376a1caa..7139c442793 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 c2b1656e070..2d59155a5e6 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 a7e0cecc314..8bf5acec8d6 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 facfb774790..a9f7ac63bdd 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 1eb5013673c..e719eaa4d5d 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 759a9d7efda..ef78765fce0 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 fe6d4769c4c..daace69bf29 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 f58ff4ea65d..8726f3811dc 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 cf1ba15283a..8665ca44aba 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 ac50683222a..3bf80709cd2 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 aff680d7cf1..6a473959595 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 ad6e5da7847..94a2b373fa1 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 1452862585c..407bf072e7b 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 45942b62980..b93fd10152c 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 5fa23687c32..b47f01f898f 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 a5a984ac58a..64b08b6c8bc 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 5cba35f3145..9964e6218e3 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 c2a3914daf6..a076fd6e89f 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 e1769aec5fe..3cace5fc57b 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 9d52419c134..7dd47b6ebb7 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 18dc0382d1c..5e64a98fe0c 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 3d5856faa22..6185f3178a1 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 5134b2be2cf..eee0f610cc5 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 f917b5c727c..414b06155c1 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 aaad3173511..1ae3ba837a2 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 4aa9a1f44c6..18e0ff5a56f 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 50909377d8a..e3e23b9ca80 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 075cd99114d..690243092ab 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 2348ae51b1a..6a731809e22 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 a6955e88884..c8f77a605b6 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 5dfcb06ecd9..02bfd16d756 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 55b66869f9e..ac45f909018 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 64060695b14..ba618dda8df 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 9086a661945..2538cf2ef10 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 b54b8a81d3e..97c58a8bafe 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 885e24c59ed..db6599fb6a2 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 42aea0bd538..adfa410a243 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 7212f9890eb..0ad635b8692 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 adce0a8039a..25f065510b3 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 7ed3e061a44..836e15543be 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 0072721f0ea..63250d088dd 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 bd5b3166197..05c920c20a1 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 22af05bb58e..0c19df24e47 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 2bbb28ec523..e13d8405cb7 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 55ea253bf46..22434b62150 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 bfa7f827e20..e45de35fc73 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 6756e34c80e..1652b979803 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 e04a5e85149..cdb3cf7bc48 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 9c8b5fc66b4..420cfc198cd 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 a0992ae08fe..bf92ac222c0 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 cfd35cc8291..b59a2f84647 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 d92d88275df..f84e035e16f 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 b638f9a9ae8..5e8d03f8925 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 988b8e0d5db..acf398680b3 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 a7db51cc36e..1d2c3c93441 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 f5b6fdc5e49..b3a59abac7d 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 f32600d6171..b374f6f23b6 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 0a5477a8a0a..8ad8e847f0a 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 ad0002aa7c7..68fb6e766f4 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 6da669c4218..807a577699a 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 c459817b7bb..d76fcbfb427 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 e71439d91cc..066e246c823 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 49801f109a4..5d92666af79 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 7167688f1c7..b703f1a9ff5 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 d32907f0d05..1ffcc349ac9 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 b45760d5bd9..a2be21f1388 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 7bdc3feb745..ecb42a6d864 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 cb8efa1d125..f956dbca6b1 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 af048602fae..fe47701c493 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 76ca983cdc5..674414554f9 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 803e52b6949..eb0436bcc48 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 879990d974c..1c3c085d9dd 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 bff65b4be1f..c87c134d047 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 52a175694f1..a1bbbfbdb46 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 7f5cea71160..58db05ddf97 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 77c6a0259ff..a32317a2977 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 47943a88036..81354972fb9 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 4e9f7483ebf..38dacdc0328 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 563494cbaed..e46e9f37159 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 5f3b896514d..704737331a4 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 9bef6b20d22..47115d0b039 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 8e985dc0416..92e757f4c33 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 4a0b8eb4a1d..2d18e23e330 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 7b1f830d290..ca9005d0d05 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 135ff7c0ee6..7364313bf25 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 51e76d45d94..e1dde7152c7 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 48f07e5e5d3..e78e9bed2cb 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 53c6a9f6c4a..64aff8ede36 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 df0680cb809..777a3ab552e 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 452cf7fb125..891b22ac6e9 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 c465a0948b9..5d5565d8252 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 c77992b55a7..68793179189 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 67040d3ff72..08c5dc41ac1 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 3ec17bc047c..27e7a8c7ff6 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 b27f2aee3fe..e05fab130ee 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 af1594dc19f..737cae9a059 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 cffce109305..5b00cd075a4 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 4044ac0cfe1..f8aafe02d7b 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 d0e46855a2c..d575bcc9111 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 b3b932db5bb..f86266c02d9 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 f50c4b60c5f..6ad5bdb45c2 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 00034f75530..c94ba84dc39 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 3c7f9262151..1851d4099e4 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 c4f375cd08b..aada8256e99 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 ece5e0aaf1d..87934b4e30c 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 d7b58f799b9..584c0a5eb56 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 28752ef72f2..b901970d506 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 227b3912c29..51ffec2b879 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 f933d09d9ae..c6eb3130a67 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 4b4d52900bc..266daf62c9b 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 1d0b6611f1d..8ac0a1e57db 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 55f1862bdf5..932d5fd8a58 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 c62f69b2c81..80f04ec4488 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 43239fb84b0..6fb816bfeff 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 46413048a7d..7ad4550f904 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 7e3162a1dcf..fcb1e58dc4d 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 4982f5762df..2d07f182212 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 23cc2872b0f..287e67592c0 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 6c43d4b6c2c..0caa9732260 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 2ae8ad72c55..6d843b7adc3 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 07e2c408714..93c9abd0f71 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 4ec65b39308..4574bdb00c2 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 3510080bcc5..914292bb0de 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 4727aad89b7..b01a3b607cc 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 2fa5e699536..94a89892881 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 9ea8849d817..bf6f91ded52 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 4c71e4b78cf..3f9b0f3b73c 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 364dc50d42b..493ed4b470f 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 e6da1275e64..0e2cb598e05 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 7b9c1ecf063..c0fd2d26ca2 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 d081af47760..10242c0109b 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 3700b6d4162..8a381e6d2a2 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 6966b15970d..de572cdc51a 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 c0e83eeb520..dc7e398f71e 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 b2f213c760a..890f7268a4e 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 4cfa5cf9abb..99b1e3001bd 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 aa2bb2a4103..a6ebe63d495 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 8c8dfe1dcab..f44066ccd9d 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 7bc42487c61..4fa2233a3ed 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 7b0c03cfcb3..8bdbb14d542 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 10dda2b68c4..3be730ec96f 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 17bd997f700..481a9d3b19c 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 47aa19ca707..489de8bb1fc 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 4109904f081..a9bdd0666ec 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 57662fb3a36..eb8a591b6c9 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 faf443f57a7..ea1795e6e60 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 302944ba2cc..b5075c65d47 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 ed55ab70815..541f445881f 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 603203dd88e..2e7896e8108 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 bdf9bb78306..b5989c47e7c 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 854037461a8..97a11d93a30 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 f809cd378b1..9aceddd44b1 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 6e6d1e532a5..b03b10704ea 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 3d4ab53ee37..db110f63ad0 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 32d3fa1faff..607c8d7ebe0 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 c45ddda1f30..c68f48a8f80 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 df8f6f3f36a..785e93dc1a3 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 4472ecd81ea..d618cd30c5b 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 3404a22a137..601e17e8487 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 4ff4a3e7dc3..dc06be49814 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 a20342eaf4d..20d11316765 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 ceeb4de84f5..f2022dfb894 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 b5ac743acb9..637ad1bb462 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 877430dfd40..6b3682ca155 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 bffc206871c..46d520cd256 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 dec5f404577..3fd47c2944f 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 5de184fb80d..5f5a7c53b35 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 906ef5aa1ef..2c100fe3b64 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 4c230f09337..33598430ccf 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 36839cf46fd..af8b51e753e 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 14689775ec8..a5f76d9f839 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 0f87fe8dd82..befd04434e8 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 ccd9d3cb1b6..9cb9ceecd96 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 6c6854c18b6..9884476f430 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 259e61eef5d..bca5e0de127 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 7aebe6c581a..c126327a27a 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 d44d38dcafe..8e0e5d99178 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 e494fd307fc..c944ecb6ad9 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 9830e945054..7f3c193dc64 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 b936eda6a33..e65e1d0ed7f 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 5a4cd559ad1..1e204ae3ca9 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 d6647926e05..a5d96fbaf46 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 ce935132c4b..d8e963cc3aa 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 65e9ae5bfb3..e543764ee20 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 52386f054d4..a943103b17e 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 4fed797524b..74388ac1618 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 0336aa17d50..6d21a225c1f 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 134dc044ce7..22dea26b6dc 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 e6bee08730d..50c4b03e888 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 84052fff5e1..3f5b1b422cd 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 71257d09fa3..1bc65abe4c6 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 2f9bedbbc40..ae248f84e4a 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 7eff69d5257..a85773ac32d 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 96b51115870..09fb14b2d51 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 488b0e54f14..2a08601c227 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 cf03151bcd0..9fa2d6241c4 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 39fd6cc35bc..4f10146e65f 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 b5505f38f74..d9d616b539e 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 a2961f496cb..e3ef5284454 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 01f478eb806..843a5bbfd5d 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 0fcae1429c6..790eb5d626d 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 d8033ba5a23..359d30c7c48 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 48e2fad90be..2fc0ba965a2 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 9fa74e17145..70590da2eae 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 c31da72b8f4..57ede10c5db 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 9a9f9c06edb..631bfd16482 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 4395e714dcf..18ac40e8b01 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 5d0f3448804..63405299222 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 edcbeb48eea..1f06d32833d 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 4152de6158d..c413c486161 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 3306e3479db..6c7b47cce1c 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 a3d950f34ae..2ccbf2966c7 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 3b0ece77436..a32cf8b58e5 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 e6e16107a9a..24885ac661a 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 abf87592716..72d577de773 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 de583ae0ecb..e03f2590511 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 78d6f9518da..278aa4a4bf8 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 5c7725f44c5..27ff42adddb 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 abe9bf666a7..49a85a8478b 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 a2afb478f95..5b6ce712293 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 7bb44e17e18..e5e6f433dc3 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 8842b5b84ad..097b591821f 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 5f2016eb96d..ac289a0d600 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 09bd4a08dfe..d0888fefd38 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 d6f66b2077e..a885012bbee 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 fd7e6187b44..890cd467f01 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 45c4dd3d539..8dd34433fdb 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 533f37b7949..09005f09fd1 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 37fc7deb696..487047e86d4 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 2022d6a81fa..ec0c50f45d0 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 74a55c030cd..3b7f20b459f 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 3eb1ffa19d8..9d0402f20e4 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 d5845f55641..306eb294f79 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 c998422da29..011866914a9 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 e14348b4eec..96675b7332d 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 7ec174e8dd1..275a39101c8 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 3ad2b5e0382..ea2678f0762 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 bb05a5e2d68..282a9f31699 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 73097ddf4f0..bd79dc566d2 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 90ec65b5125..4c07be146ff 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 79884be005f..37b3df0a7dc 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 422dccea892..e7d856bba8e 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 2d7449b9525..84f0ac04809 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 b62a9c08d26..074b8dd8fa0 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 81c986c255e..3d97a8eaa77 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 345bf9db2b2..b2c86870d7e 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 f7e01304ef5..4775c9fde99 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 ed82374d151..c6c5c275d3a 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 a2a9f44045d..9fbfd6b8eeb 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 ca9ed890b7a..06a5cfd17e3 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 5b07bfa18ad..6688bbffa65 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 7b9d03d503d..4b35fa7b3e5 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 d5efcc113ba..7c6057735ba 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 2a26c4e025e..253372035ab 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 a62546b0846..c7ac6cd4b3f 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 200e644644e..a9c2052a941 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 70243fe90df..d0ff95836de 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 b37b42216dc..f81d20f6821 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 534f50cd8d7..a1f969427e8 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 7c7a0096628..f1af951bd7d 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 9b610d67b45..9c87dd1c193 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 6c6edfeb9a7..1eb1a67f6ca 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 e7b94054826..f482997c512 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 44fc53be718..5cf58b4cbfe 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 f984ab4fa29..2039b9fe510 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 727ee1fccde..ac4a4f0bcec 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 7a8ac144e0f..edbd1298585 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 7084db106b3..1b0da413e07 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 92b6f30305a..096dd2140c6 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 9167d81c9e4..ccfa1fa5386 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 cff26a84b80..ce12f2d4457 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 df871a7abfc..4461e9aaa7c 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 e1f6e835b9e..2264cbfd215 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 a294fb87a3f..d483c1cb0a6 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 afde734823b..521f2a4a395 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 2212f237daa..04b13da60db 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 1018f7bbd66..c14e1cc1b73 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 bbb28e12eac..1f9d62d2cc5 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 059c9863406..b87ec6206a9 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 25ba2795381..f2ce64104cf 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 fd28916f60f..3fee9f0fe58 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 af96a7d97a6..0adafbfc3f2 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 61519ff05d3..d5b3b24d936 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 6c7ea5e9def..b7a84008e35 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 233a98a399f..f88e927837f 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 d338a5acbff..99fb71d8f95 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 04e2eaf6d72..19662314956 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 990c10af38c..be198893b16 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 65aab7dc90b..8df477de52e 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 8811e19bbbb..c525eb64d7a 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 a0a596d9942..d7e58117962 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 313db9bf082..533a0c61c45 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 845dc3abdb0..95967d7521d 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 c954d033f89..378e08cc5d9 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 d4fe6abe424..7c47d7d4f5b 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 71f998335cc..76f01d36b17 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 382bd4ccb55..74fb0ea4531 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 66a9e4f121f..6e55feaec75 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 4324a663d28..94ed5c03c00 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 0ae53038081..e8fe8434d0d 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 b910a756397..89ebfb7c7f5 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 9c2eb49b7b3..65e2d3fa795 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 e3f10ac9561..923aad66863 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 28560dfe4e2..190cbd8043c 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 1ecbfefeddd..47687dc235a 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 d76a458156b..2be35962a92 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 b563ad8591c..709cc4d1f19 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 910b69a303a..3df5a8c8ca3 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 359be75da25..18cd925a245 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 1940133d893..80c907091a6 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 d7e6a117ab3..cbedbc876ed 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 1541f1a035d..8a67181dffa 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 78461c406bb..bc6cec8d68b 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 51bfe3575a4..de196b2d10e 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 d901642d9d7..82927c06c98 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 ac454447d85..b4463d23643 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 bc9368ce690..e03fc093b21 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 7eb5ffbc414..7e7cb4ab7ae 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 067a6ce4b78..500fb2fcf14 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 f0d04c2b6d1..d725a82df4f 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 3b23db176bc..a76fcbd0f9f 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 303d2a55ffd..9f5afaa5af1 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 977a108b790..58bdf04441f 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 fa0f8de0fbf..73c4224caba 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 bd1790bdc24..b478ccfdaa2 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 34afa0b120c..dba1500a4b4 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 91846e2f200..be2fa7d3dcc 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 3add412af4b..28efcb22612 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 3e0af01e7c2..c1c8ffb3955 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 bb00f5ea64c..9d3f7a518ef 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 cdddfcdbc83..b0b2e8fca9b 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 bedd0796870..9be5219b7a5 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 1776b994994..77c5da3853c 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 af6d4e85282..00625aea69d 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 b0ecca266cc..47477fc4aac 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 b825a0b1c01..b3cce8db918 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 bb5726f13de..329e3bc1230 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 d38b9578713..ee9a333581a 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 e9a09f332d7..56c895cd091 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 be5efc3ffc6..4507b457a1d 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 75b54a0b13e..f58e5d5cf26 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 302fdcd1270..0d029e3595a 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 70bdb1dd971..047f1d8768a 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 53246756b81..88f1bd1403d 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 3281b75e4e0..c8ee0818943 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 6b530e8f265..d25710e5a59 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 a8506afca8f..67dea8fc9de 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 3c6a0e7e4ff..755202ad2cb 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 cfa01a2bcbf..fdff2bac81b 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 9c5be443701..b6e4ae91ed0 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 13bb19260cc..8e44e8174db 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 79b41e935c2..70f227124f2 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 3524c5f29c9..4401132cfa5 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 0157d8288c6..d1ef02e9799 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 19538ce41a6..3440d8c70e0 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 8eb3012f8fb..e315d5d60f4 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 dca0ed32c97..df72a316581 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 ac54f2cf7d5..df64f1f31eb 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 1dd3a326bf8..b46904dfc85 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 2e7d272223a..56984ec285e 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 e5700624565..80e6bfcd273 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 9e41e081edc..eeebfb3c6f2 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 51d0921c19c..0573052fad9 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 bc622d239cf..933ac282f18 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 16001a3784c..8a5f9380ca7 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 5f12b58583e..b854f999f91 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 f4c50969c9c..62c717b31ee 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 a859c879f63..2ef55122f5d 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 601f18f005b..1896de3be2f 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 ecab91a6b76..7f8e1f98fbd 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 e2bd389664d..2b20f4b9270 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 73c45c54913..20b3beb9e1e 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 fbaaa7bb167..c551b1156dc 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 36f746f9c6c..8cebfbda20d 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 2d15291701a..35aa84f5913 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 437707ff2f4..3808e99c689 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 6824085b6ad..0973cb16a12 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 831d044a33f..25aa3bc02ef 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