${project.version}
- 2.35.10
- 2.35.9
+ 2.35.11
+ 2.35.10
2.15.2
2.15.2
2.17.3
diff --git a/release-scripts/pom.xml b/release-scripts/pom.xml
index 85a8c37c7b42..42701d6de7c8 100644
--- a/release-scripts/pom.xml
+++ b/release-scripts/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../pom.xml
release-scripts
diff --git a/scripts/minor-version-bump b/scripts/minor-version-bump
index 0544c2f5c58a..bb966b5bfa34 100755
--- a/scripts/minor-version-bump
+++ b/scripts/minor-version-bump
@@ -7,9 +7,15 @@ NEXT_VERSION_SNAPSHOT=$NEXT_MINOR_VERSION.0-SNAPSHOT
mvn versions:set -DnewVersion=$NEXT_VERSION_SNAPSHOT -DgenerateBackupPoms=false -DprocessAllModules=true
-mkdir -p .changes/$PREVIOUS_MINOR_VERSION.x
-mv .changes/*.json .changes/$PREVIOUS_MINOR_VERSION.x/
-mv CHANGELOG.md changelogs/$PREVIOUS_MINOR_VERSION.x-CHANGELOG.md
+PREVIOUS_VERSION_CHANGELOGS_DIR=.changes/$PREVIOUS_MINOR_VERSION.x
+mkdir -p $PREVIOUS_VERSION_CHANGELOGS_DIR
+mv .changes/*.json $PREVIOUS_VERSION_CHANGELOGS_DIR
+git add $PREVIOUS_VERSION_CHANGELOGS_DIR
+
+PREVIOUS_CHANGELOG=$PREVIOUS_MINOR_VERSION.x-CHANGELOG.md
+mv CHANGELOG.md changelogs/$PREVIOUS_CHANGELOG
+git add changelogs/$PREVIOUS_CHANGELOG
+
echo " #### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._" > CHANGELOG.md
echo "Version bumped to $NEXT_VERSION_SNAPSHOT"
\ No newline at end of file
diff --git a/services-custom/dynamodb-enhanced/pom.xml b/services-custom/dynamodb-enhanced/pom.xml
index 381ae0ac396b..0a1cc78de358 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.35.11-SNAPSHOT
+ 2.35.12-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 35d5640a79d0..e5d8e4b53ee2 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.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../../pom.xml
iam-policy-builder
diff --git a/services-custom/pom.xml b/services-custom/pom.xml
index 08569d8bcb1a..93b9a49ba0bd 100644
--- a/services-custom/pom.xml
+++ b/services-custom/pom.xml
@@ -19,7 +19,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.35.11-SNAPSHOT
+ 2.35.12-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 25db1ce5c71d..ba5e4c8d0b1a 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.35.11-SNAPSHOT
+ 2.35.12-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 b226e5e31e24..18372c4c9d98 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.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../../pom.xml
s3-transfer-manager
diff --git a/services/accessanalyzer/pom.xml b/services/accessanalyzer/pom.xml
index 852ccd8ad62d..3f4fb903c020 100644
--- a/services/accessanalyzer/pom.xml
+++ b/services/accessanalyzer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
accessanalyzer
AWS Java SDK :: Services :: AccessAnalyzer
diff --git a/services/account/pom.xml b/services/account/pom.xml
index 7802dcc0c872..9fd0f4720898 100644
--- a/services/account/pom.xml
+++ b/services/account/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
account
AWS Java SDK :: Services :: Account
diff --git a/services/acm/pom.xml b/services/acm/pom.xml
index 27f963f0cd7a..9b8188eceb03 100644
--- a/services/acm/pom.xml
+++ b/services/acm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
acm
AWS Java SDK :: Services :: AWS Certificate Manager
diff --git a/services/acmpca/pom.xml b/services/acmpca/pom.xml
index bc6a1ca48dbd..275bbd049250 100644
--- a/services/acmpca/pom.xml
+++ b/services/acmpca/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
acmpca
AWS Java SDK :: Services :: ACM PCA
diff --git a/services/aiops/pom.xml b/services/aiops/pom.xml
index 00ba97b6bb73..0ecb5c91620d 100644
--- a/services/aiops/pom.xml
+++ b/services/aiops/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
aiops
AWS Java SDK :: Services :: AI Ops
diff --git a/services/amp/pom.xml b/services/amp/pom.xml
index 9d940ec09759..978f60fa187c 100644
--- a/services/amp/pom.xml
+++ b/services/amp/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
amp
AWS Java SDK :: Services :: Amp
diff --git a/services/amplify/pom.xml b/services/amplify/pom.xml
index 7261171263d3..fe5d88cd2968 100644
--- a/services/amplify/pom.xml
+++ b/services/amplify/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
amplify
AWS Java SDK :: Services :: Amplify
diff --git a/services/amplifybackend/pom.xml b/services/amplifybackend/pom.xml
index 288f97e3035c..bbb411e704c2 100644
--- a/services/amplifybackend/pom.xml
+++ b/services/amplifybackend/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
amplifybackend
AWS Java SDK :: Services :: Amplify Backend
diff --git a/services/amplifyuibuilder/pom.xml b/services/amplifyuibuilder/pom.xml
index 91d14c798d98..048fc52912b3 100644
--- a/services/amplifyuibuilder/pom.xml
+++ b/services/amplifyuibuilder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
amplifyuibuilder
AWS Java SDK :: Services :: Amplify UI Builder
diff --git a/services/apigateway/pom.xml b/services/apigateway/pom.xml
index 8644e7420df6..09569522e215 100644
--- a/services/apigateway/pom.xml
+++ b/services/apigateway/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
apigateway
AWS Java SDK :: Services :: Amazon API Gateway
diff --git a/services/apigatewaymanagementapi/pom.xml b/services/apigatewaymanagementapi/pom.xml
index bf8ae82bde50..5acdf2c94ba5 100644
--- a/services/apigatewaymanagementapi/pom.xml
+++ b/services/apigatewaymanagementapi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
apigatewaymanagementapi
AWS Java SDK :: Services :: ApiGatewayManagementApi
diff --git a/services/apigatewayv2/pom.xml b/services/apigatewayv2/pom.xml
index ac4b16fdfa2c..5141e1cdf91c 100644
--- a/services/apigatewayv2/pom.xml
+++ b/services/apigatewayv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
apigatewayv2
AWS Java SDK :: Services :: ApiGatewayV2
diff --git a/services/appconfig/pom.xml b/services/appconfig/pom.xml
index a86de707d57e..7eade86a6d42 100644
--- a/services/appconfig/pom.xml
+++ b/services/appconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
appconfig
AWS Java SDK :: Services :: AppConfig
diff --git a/services/appconfigdata/pom.xml b/services/appconfigdata/pom.xml
index bffb8419742e..209600cc8223 100644
--- a/services/appconfigdata/pom.xml
+++ b/services/appconfigdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
appconfigdata
AWS Java SDK :: Services :: App Config Data
diff --git a/services/appfabric/pom.xml b/services/appfabric/pom.xml
index 77d99a6a1c3a..853b3d9fddcb 100644
--- a/services/appfabric/pom.xml
+++ b/services/appfabric/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
appfabric
AWS Java SDK :: Services :: App Fabric
diff --git a/services/appflow/pom.xml b/services/appflow/pom.xml
index 2c901add1021..dd88d498b67a 100644
--- a/services/appflow/pom.xml
+++ b/services/appflow/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
appflow
AWS Java SDK :: Services :: Appflow
diff --git a/services/appintegrations/pom.xml b/services/appintegrations/pom.xml
index d848d831a3b0..6a65762669eb 100644
--- a/services/appintegrations/pom.xml
+++ b/services/appintegrations/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
appintegrations
AWS Java SDK :: Services :: App Integrations
diff --git a/services/applicationautoscaling/pom.xml b/services/applicationautoscaling/pom.xml
index e3cb21ac939e..929dac3bcc00 100644
--- a/services/applicationautoscaling/pom.xml
+++ b/services/applicationautoscaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
applicationautoscaling
AWS Java SDK :: Services :: AWS Application Auto Scaling
diff --git a/services/applicationcostprofiler/pom.xml b/services/applicationcostprofiler/pom.xml
index 2145b57763d9..7514f462a0dc 100644
--- a/services/applicationcostprofiler/pom.xml
+++ b/services/applicationcostprofiler/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
applicationcostprofiler
AWS Java SDK :: Services :: Application Cost Profiler
diff --git a/services/applicationdiscovery/pom.xml b/services/applicationdiscovery/pom.xml
index 2229bd166f35..464325986a50 100644
--- a/services/applicationdiscovery/pom.xml
+++ b/services/applicationdiscovery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
applicationdiscovery
AWS Java SDK :: Services :: AWS Application Discovery Service
diff --git a/services/applicationinsights/pom.xml b/services/applicationinsights/pom.xml
index 3e573991aeba..022c5f351d8a 100644
--- a/services/applicationinsights/pom.xml
+++ b/services/applicationinsights/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
applicationinsights
AWS Java SDK :: Services :: Application Insights
diff --git a/services/applicationsignals/pom.xml b/services/applicationsignals/pom.xml
index 98444d9d95a8..728a6318ac19 100644
--- a/services/applicationsignals/pom.xml
+++ b/services/applicationsignals/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
applicationsignals
AWS Java SDK :: Services :: Application Signals
diff --git a/services/appmesh/pom.xml b/services/appmesh/pom.xml
index e9bc0e714730..ae2a3fb64138 100644
--- a/services/appmesh/pom.xml
+++ b/services/appmesh/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
appmesh
AWS Java SDK :: Services :: App Mesh
diff --git a/services/apprunner/pom.xml b/services/apprunner/pom.xml
index 352a0d8f4e7e..8acbc3e682fc 100644
--- a/services/apprunner/pom.xml
+++ b/services/apprunner/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
apprunner
AWS Java SDK :: Services :: App Runner
diff --git a/services/appstream/pom.xml b/services/appstream/pom.xml
index 337bebe0efa2..08c43139316e 100644
--- a/services/appstream/pom.xml
+++ b/services/appstream/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
appstream
AWS Java SDK :: Services :: Amazon AppStream
diff --git a/services/appsync/pom.xml b/services/appsync/pom.xml
index 018654808bcf..46c0c0c8b53d 100644
--- a/services/appsync/pom.xml
+++ b/services/appsync/pom.xml
@@ -21,7 +21,7 @@
services
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
appsync
diff --git a/services/apptest/pom.xml b/services/apptest/pom.xml
index bc22d3ebcae4..11e387b872a3 100644
--- a/services/apptest/pom.xml
+++ b/services/apptest/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
apptest
AWS Java SDK :: Services :: App Test
diff --git a/services/arcregionswitch/pom.xml b/services/arcregionswitch/pom.xml
index d0905bf666a2..5766a79f7744 100644
--- a/services/arcregionswitch/pom.xml
+++ b/services/arcregionswitch/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
arcregionswitch
AWS Java SDK :: Services :: ARC Region Switch
diff --git a/services/arczonalshift/pom.xml b/services/arczonalshift/pom.xml
index d0cf7cdfafc6..cdc601f5592a 100644
--- a/services/arczonalshift/pom.xml
+++ b/services/arczonalshift/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
arczonalshift
AWS Java SDK :: Services :: ARC Zonal Shift
diff --git a/services/artifact/pom.xml b/services/artifact/pom.xml
index 905276426ce7..f6c09058a3ce 100644
--- a/services/artifact/pom.xml
+++ b/services/artifact/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
artifact
AWS Java SDK :: Services :: Artifact
diff --git a/services/athena/pom.xml b/services/athena/pom.xml
index a84dd7713e23..915938f184d6 100644
--- a/services/athena/pom.xml
+++ b/services/athena/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
athena
AWS Java SDK :: Services :: Amazon Athena
diff --git a/services/auditmanager/pom.xml b/services/auditmanager/pom.xml
index 640d0a4fca31..a49a526a1899 100644
--- a/services/auditmanager/pom.xml
+++ b/services/auditmanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
auditmanager
AWS Java SDK :: Services :: Audit Manager
diff --git a/services/autoscaling/pom.xml b/services/autoscaling/pom.xml
index 6e35a8ed2368..8d938b4a2ef7 100644
--- a/services/autoscaling/pom.xml
+++ b/services/autoscaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
autoscaling
AWS Java SDK :: Services :: Auto Scaling
diff --git a/services/autoscalingplans/pom.xml b/services/autoscalingplans/pom.xml
index 3e73cfb445f3..abd151838e70 100644
--- a/services/autoscalingplans/pom.xml
+++ b/services/autoscalingplans/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
autoscalingplans
AWS Java SDK :: Services :: Auto Scaling Plans
diff --git a/services/b2bi/pom.xml b/services/b2bi/pom.xml
index dd7ac69b7d08..4c5758ac7648 100644
--- a/services/b2bi/pom.xml
+++ b/services/b2bi/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
b2bi
AWS Java SDK :: Services :: B2 Bi
diff --git a/services/backup/pom.xml b/services/backup/pom.xml
index 81ffccf6ca52..e16628a1353b 100644
--- a/services/backup/pom.xml
+++ b/services/backup/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
backup
AWS Java SDK :: Services :: Backup
diff --git a/services/backupgateway/pom.xml b/services/backupgateway/pom.xml
index 8c282cacbaec..e0cabf573e68 100644
--- a/services/backupgateway/pom.xml
+++ b/services/backupgateway/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
backupgateway
AWS Java SDK :: Services :: Backup Gateway
diff --git a/services/backupsearch/pom.xml b/services/backupsearch/pom.xml
index 81461ce3a055..c27c83a41bae 100644
--- a/services/backupsearch/pom.xml
+++ b/services/backupsearch/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
backupsearch
AWS Java SDK :: Services :: Backup Search
diff --git a/services/batch/pom.xml b/services/batch/pom.xml
index 5300e249017b..ecf48c4218b2 100644
--- a/services/batch/pom.xml
+++ b/services/batch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
batch
AWS Java SDK :: Services :: AWS Batch
diff --git a/services/bcmdashboards/pom.xml b/services/bcmdashboards/pom.xml
index a0dfd58fe1b9..fb487abed45f 100644
--- a/services/bcmdashboards/pom.xml
+++ b/services/bcmdashboards/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
bcmdashboards
AWS Java SDK :: Services :: BCM Dashboards
diff --git a/services/bcmdataexports/pom.xml b/services/bcmdataexports/pom.xml
index ab0d02525cbc..733535aecfb4 100644
--- a/services/bcmdataexports/pom.xml
+++ b/services/bcmdataexports/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
bcmdataexports
AWS Java SDK :: Services :: BCM Data Exports
diff --git a/services/bcmpricingcalculator/pom.xml b/services/bcmpricingcalculator/pom.xml
index 75f05e633a3d..1109800d5f6d 100644
--- a/services/bcmpricingcalculator/pom.xml
+++ b/services/bcmpricingcalculator/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
bcmpricingcalculator
AWS Java SDK :: Services :: BCM Pricing Calculator
diff --git a/services/bcmrecommendedactions/pom.xml b/services/bcmrecommendedactions/pom.xml
index 32c2d0f596ac..54c7629bc3e1 100644
--- a/services/bcmrecommendedactions/pom.xml
+++ b/services/bcmrecommendedactions/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
bcmrecommendedactions
AWS Java SDK :: Services :: BCM Recommended Actions
diff --git a/services/bedrock/pom.xml b/services/bedrock/pom.xml
index 4bd0b9fe3d3e..07701f87f246 100644
--- a/services/bedrock/pom.xml
+++ b/services/bedrock/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
bedrock
AWS Java SDK :: Services :: Bedrock
diff --git a/services/bedrockagent/pom.xml b/services/bedrockagent/pom.xml
index 88d53e27fae0..31cece0d00c0 100644
--- a/services/bedrockagent/pom.xml
+++ b/services/bedrockagent/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
bedrockagent
AWS Java SDK :: Services :: Bedrock Agent
diff --git a/services/bedrockagentcore/pom.xml b/services/bedrockagentcore/pom.xml
index 99e42553013a..72582c4ab0c1 100644
--- a/services/bedrockagentcore/pom.xml
+++ b/services/bedrockagentcore/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
bedrockagentcore
AWS Java SDK :: Services :: Bedrock Agent Core
diff --git a/services/bedrockagentcorecontrol/pom.xml b/services/bedrockagentcorecontrol/pom.xml
index 375143751119..4df9301a47d4 100644
--- a/services/bedrockagentcorecontrol/pom.xml
+++ b/services/bedrockagentcorecontrol/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
bedrockagentcorecontrol
AWS Java SDK :: Services :: Bedrock Agent Core Control
diff --git a/services/bedrockagentruntime/pom.xml b/services/bedrockagentruntime/pom.xml
index 22be9b8dea70..ceba6f480361 100644
--- a/services/bedrockagentruntime/pom.xml
+++ b/services/bedrockagentruntime/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
bedrockagentruntime
AWS Java SDK :: Services :: Bedrock Agent Runtime
diff --git a/services/bedrockdataautomation/pom.xml b/services/bedrockdataautomation/pom.xml
index 79811fffdb2c..8c8800f9cba7 100644
--- a/services/bedrockdataautomation/pom.xml
+++ b/services/bedrockdataautomation/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
bedrockdataautomation
AWS Java SDK :: Services :: Bedrock Data Automation
diff --git a/services/bedrockdataautomationruntime/pom.xml b/services/bedrockdataautomationruntime/pom.xml
index 1b998fc9bb0d..2a3eb057e1fe 100644
--- a/services/bedrockdataautomationruntime/pom.xml
+++ b/services/bedrockdataautomationruntime/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
bedrockdataautomationruntime
AWS Java SDK :: Services :: Bedrock Data Automation Runtime
diff --git a/services/bedrockruntime/pom.xml b/services/bedrockruntime/pom.xml
index 76bcc9901b5c..2eec9353a671 100644
--- a/services/bedrockruntime/pom.xml
+++ b/services/bedrockruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
bedrockruntime
AWS Java SDK :: Services :: Bedrock Runtime
diff --git a/services/billing/pom.xml b/services/billing/pom.xml
index 516ec95399f1..b0b01335c3a4 100644
--- a/services/billing/pom.xml
+++ b/services/billing/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
billing
AWS Java SDK :: Services :: Billing
diff --git a/services/billingconductor/pom.xml b/services/billingconductor/pom.xml
index d900748bf321..33ce76d887e9 100644
--- a/services/billingconductor/pom.xml
+++ b/services/billingconductor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
billingconductor
AWS Java SDK :: Services :: Billingconductor
diff --git a/services/braket/pom.xml b/services/braket/pom.xml
index f9a8f8a557a1..87aa1f46ca2f 100644
--- a/services/braket/pom.xml
+++ b/services/braket/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
braket
AWS Java SDK :: Services :: Braket
diff --git a/services/budgets/pom.xml b/services/budgets/pom.xml
index acf881a30ea5..8afe7f07f278 100644
--- a/services/budgets/pom.xml
+++ b/services/budgets/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
budgets
AWS Java SDK :: Services :: AWS Budgets
diff --git a/services/chatbot/pom.xml b/services/chatbot/pom.xml
index a16b280790db..c8e2c7864d0a 100644
--- a/services/chatbot/pom.xml
+++ b/services/chatbot/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
chatbot
AWS Java SDK :: Services :: Chatbot
diff --git a/services/chime/pom.xml b/services/chime/pom.xml
index 6ef99ceb0ff4..8070402a23cf 100644
--- a/services/chime/pom.xml
+++ b/services/chime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
chime
AWS Java SDK :: Services :: Chime
diff --git a/services/chimesdkidentity/pom.xml b/services/chimesdkidentity/pom.xml
index 4581aefaf8eb..b6d9f7bc4bda 100644
--- a/services/chimesdkidentity/pom.xml
+++ b/services/chimesdkidentity/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
chimesdkidentity
AWS Java SDK :: Services :: Chime SDK Identity
diff --git a/services/chimesdkmediapipelines/pom.xml b/services/chimesdkmediapipelines/pom.xml
index 72f7d0d9983f..1309174a0c65 100644
--- a/services/chimesdkmediapipelines/pom.xml
+++ b/services/chimesdkmediapipelines/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
chimesdkmediapipelines
AWS Java SDK :: Services :: Chime SDK Media Pipelines
diff --git a/services/chimesdkmeetings/pom.xml b/services/chimesdkmeetings/pom.xml
index 004b4f87dc6a..c59e5cab98ad 100644
--- a/services/chimesdkmeetings/pom.xml
+++ b/services/chimesdkmeetings/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
chimesdkmeetings
AWS Java SDK :: Services :: Chime SDK Meetings
diff --git a/services/chimesdkmessaging/pom.xml b/services/chimesdkmessaging/pom.xml
index df7e674634a5..e59fb6a2d531 100644
--- a/services/chimesdkmessaging/pom.xml
+++ b/services/chimesdkmessaging/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
chimesdkmessaging
AWS Java SDK :: Services :: Chime SDK Messaging
diff --git a/services/chimesdkvoice/pom.xml b/services/chimesdkvoice/pom.xml
index d4359f33f1d2..20c07958a0aa 100644
--- a/services/chimesdkvoice/pom.xml
+++ b/services/chimesdkvoice/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
chimesdkvoice
AWS Java SDK :: Services :: Chime SDK Voice
diff --git a/services/cleanrooms/pom.xml b/services/cleanrooms/pom.xml
index 324a66969655..f9eb4a1185a7 100644
--- a/services/cleanrooms/pom.xml
+++ b/services/cleanrooms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
cleanrooms
AWS Java SDK :: Services :: Clean Rooms
diff --git a/services/cleanroomsml/pom.xml b/services/cleanroomsml/pom.xml
index 609125b3ef6a..2e0758726e15 100644
--- a/services/cleanroomsml/pom.xml
+++ b/services/cleanroomsml/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
cleanroomsml
AWS Java SDK :: Services :: Clean Rooms ML
diff --git a/services/cloud9/pom.xml b/services/cloud9/pom.xml
index 76859e6fbe27..42c43b80c99a 100644
--- a/services/cloud9/pom.xml
+++ b/services/cloud9/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
4.0.0
cloud9
diff --git a/services/cloudcontrol/pom.xml b/services/cloudcontrol/pom.xml
index 9580822628b3..f919ede89afe 100644
--- a/services/cloudcontrol/pom.xml
+++ b/services/cloudcontrol/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
cloudcontrol
AWS Java SDK :: Services :: Cloud Control
diff --git a/services/clouddirectory/pom.xml b/services/clouddirectory/pom.xml
index f2dd3d039067..0f3348d5b2ef 100644
--- a/services/clouddirectory/pom.xml
+++ b/services/clouddirectory/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
clouddirectory
AWS Java SDK :: Services :: Amazon CloudDirectory
diff --git a/services/cloudformation/pom.xml b/services/cloudformation/pom.xml
index 996999d9b245..8d7c94cf1f72 100644
--- a/services/cloudformation/pom.xml
+++ b/services/cloudformation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
cloudformation
AWS Java SDK :: Services :: AWS CloudFormation
diff --git a/services/cloudfront/pom.xml b/services/cloudfront/pom.xml
index 9ee8e81e692d..a69435302395 100644
--- a/services/cloudfront/pom.xml
+++ b/services/cloudfront/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
cloudfront
AWS Java SDK :: Services :: Amazon CloudFront
diff --git a/services/cloudfrontkeyvaluestore/pom.xml b/services/cloudfrontkeyvaluestore/pom.xml
index bb69593c33dd..0fc69ce640b7 100644
--- a/services/cloudfrontkeyvaluestore/pom.xml
+++ b/services/cloudfrontkeyvaluestore/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
cloudfrontkeyvaluestore
AWS Java SDK :: Services :: Cloud Front Key Value Store
diff --git a/services/cloudhsm/pom.xml b/services/cloudhsm/pom.xml
index d621a8351466..5d7cfb32547d 100644
--- a/services/cloudhsm/pom.xml
+++ b/services/cloudhsm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
cloudhsm
AWS Java SDK :: Services :: AWS CloudHSM
diff --git a/services/cloudhsmv2/pom.xml b/services/cloudhsmv2/pom.xml
index 570bcc6f111c..6634e6d80c18 100644
--- a/services/cloudhsmv2/pom.xml
+++ b/services/cloudhsmv2/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
4.0.0
cloudhsmv2
diff --git a/services/cloudsearch/pom.xml b/services/cloudsearch/pom.xml
index 7495421a2108..10ad6b015846 100644
--- a/services/cloudsearch/pom.xml
+++ b/services/cloudsearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
cloudsearch
AWS Java SDK :: Services :: Amazon CloudSearch
diff --git a/services/cloudsearchdomain/pom.xml b/services/cloudsearchdomain/pom.xml
index 68b174efee31..32994919881e 100644
--- a/services/cloudsearchdomain/pom.xml
+++ b/services/cloudsearchdomain/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
cloudsearchdomain
AWS Java SDK :: Services :: Amazon CloudSearch Domain
diff --git a/services/cloudtrail/pom.xml b/services/cloudtrail/pom.xml
index 584f38ff483f..3bc262b02d3e 100644
--- a/services/cloudtrail/pom.xml
+++ b/services/cloudtrail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
cloudtrail
AWS Java SDK :: Services :: AWS CloudTrail
diff --git a/services/cloudtraildata/pom.xml b/services/cloudtraildata/pom.xml
index b3648916171a..52a49bd1c5ce 100644
--- a/services/cloudtraildata/pom.xml
+++ b/services/cloudtraildata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
cloudtraildata
AWS Java SDK :: Services :: Cloud Trail Data
diff --git a/services/cloudwatch/pom.xml b/services/cloudwatch/pom.xml
index a7a814f656d8..cd1a9d271e4f 100644
--- a/services/cloudwatch/pom.xml
+++ b/services/cloudwatch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
cloudwatch
AWS Java SDK :: Services :: Amazon CloudWatch
diff --git a/services/cloudwatchevents/pom.xml b/services/cloudwatchevents/pom.xml
index 2611ed12a76e..42b744c98d7d 100644
--- a/services/cloudwatchevents/pom.xml
+++ b/services/cloudwatchevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
cloudwatchevents
AWS Java SDK :: Services :: Amazon CloudWatch Events
diff --git a/services/cloudwatchlogs/pom.xml b/services/cloudwatchlogs/pom.xml
index 6ec7057afff9..2679d35d3444 100644
--- a/services/cloudwatchlogs/pom.xml
+++ b/services/cloudwatchlogs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
cloudwatchlogs
AWS Java SDK :: Services :: Amazon CloudWatch Logs
diff --git a/services/codeartifact/pom.xml b/services/codeartifact/pom.xml
index b33e01e5a1f4..c34ac514d033 100644
--- a/services/codeartifact/pom.xml
+++ b/services/codeartifact/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
codeartifact
AWS Java SDK :: Services :: Codeartifact
diff --git a/services/codebuild/pom.xml b/services/codebuild/pom.xml
index 21d1429d17d5..6c3ff445540f 100644
--- a/services/codebuild/pom.xml
+++ b/services/codebuild/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
codebuild
AWS Java SDK :: Services :: AWS Code Build
diff --git a/services/codecatalyst/pom.xml b/services/codecatalyst/pom.xml
index 85594301de66..ef0e2cc7c9e9 100644
--- a/services/codecatalyst/pom.xml
+++ b/services/codecatalyst/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
codecatalyst
AWS Java SDK :: Services :: Code Catalyst
diff --git a/services/codecommit/pom.xml b/services/codecommit/pom.xml
index b974477326e7..05f5ea4bd143 100644
--- a/services/codecommit/pom.xml
+++ b/services/codecommit/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
codecommit
AWS Java SDK :: Services :: AWS CodeCommit
diff --git a/services/codeconnections/pom.xml b/services/codeconnections/pom.xml
index 46c951bf7323..18e0e3b917b9 100644
--- a/services/codeconnections/pom.xml
+++ b/services/codeconnections/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
codeconnections
AWS Java SDK :: Services :: Code Connections
diff --git a/services/codedeploy/pom.xml b/services/codedeploy/pom.xml
index 03f617135104..bc5c2bfd65d1 100644
--- a/services/codedeploy/pom.xml
+++ b/services/codedeploy/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
codedeploy
AWS Java SDK :: Services :: AWS CodeDeploy
diff --git a/services/codeguruprofiler/pom.xml b/services/codeguruprofiler/pom.xml
index f0fe404a6655..e10fdc75858c 100644
--- a/services/codeguruprofiler/pom.xml
+++ b/services/codeguruprofiler/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
codeguruprofiler
AWS Java SDK :: Services :: CodeGuruProfiler
diff --git a/services/codegurureviewer/pom.xml b/services/codegurureviewer/pom.xml
index 9de919c9f567..4ed5f3c75aba 100644
--- a/services/codegurureviewer/pom.xml
+++ b/services/codegurureviewer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
codegurureviewer
AWS Java SDK :: Services :: CodeGuru Reviewer
diff --git a/services/codegurusecurity/pom.xml b/services/codegurusecurity/pom.xml
index c563461a53fa..86116123cb05 100644
--- a/services/codegurusecurity/pom.xml
+++ b/services/codegurusecurity/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
codegurusecurity
AWS Java SDK :: Services :: Code Guru Security
diff --git a/services/codepipeline/pom.xml b/services/codepipeline/pom.xml
index 476b6c9ee042..dec7743bd66f 100644
--- a/services/codepipeline/pom.xml
+++ b/services/codepipeline/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
codepipeline
AWS Java SDK :: Services :: AWS CodePipeline
diff --git a/services/codestarconnections/pom.xml b/services/codestarconnections/pom.xml
index 4054e731051e..ad2480aeafd0 100644
--- a/services/codestarconnections/pom.xml
+++ b/services/codestarconnections/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
codestarconnections
AWS Java SDK :: Services :: CodeStar connections
diff --git a/services/codestarnotifications/pom.xml b/services/codestarnotifications/pom.xml
index b848c56b4a87..da71dbf7bfcc 100644
--- a/services/codestarnotifications/pom.xml
+++ b/services/codestarnotifications/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
codestarnotifications
AWS Java SDK :: Services :: Codestar Notifications
diff --git a/services/cognitoidentity/pom.xml b/services/cognitoidentity/pom.xml
index add9550690d6..d499122153f5 100644
--- a/services/cognitoidentity/pom.xml
+++ b/services/cognitoidentity/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
cognitoidentity
AWS Java SDK :: Services :: Amazon Cognito Identity
diff --git a/services/cognitoidentityprovider/pom.xml b/services/cognitoidentityprovider/pom.xml
index 9b4ec4ff9ac7..2d9acd1103d7 100644
--- a/services/cognitoidentityprovider/pom.xml
+++ b/services/cognitoidentityprovider/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
cognitoidentityprovider
AWS Java SDK :: Services :: Amazon Cognito Identity Provider Service
diff --git a/services/cognitosync/pom.xml b/services/cognitosync/pom.xml
index d2dddc3176cb..d62005aff1a2 100644
--- a/services/cognitosync/pom.xml
+++ b/services/cognitosync/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
cognitosync
AWS Java SDK :: Services :: Amazon Cognito Sync
diff --git a/services/comprehend/pom.xml b/services/comprehend/pom.xml
index 66ed522f5b89..66bdf9f31e67 100644
--- a/services/comprehend/pom.xml
+++ b/services/comprehend/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
4.0.0
comprehend
diff --git a/services/comprehendmedical/pom.xml b/services/comprehendmedical/pom.xml
index 46912d60179a..ae51335daa12 100644
--- a/services/comprehendmedical/pom.xml
+++ b/services/comprehendmedical/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
comprehendmedical
AWS Java SDK :: Services :: ComprehendMedical
diff --git a/services/computeoptimizer/pom.xml b/services/computeoptimizer/pom.xml
index 4aaec8e9d4b4..f55a8956d247 100644
--- a/services/computeoptimizer/pom.xml
+++ b/services/computeoptimizer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
computeoptimizer
AWS Java SDK :: Services :: Compute Optimizer
diff --git a/services/config/pom.xml b/services/config/pom.xml
index c42986803615..d3a4637c43f2 100644
--- a/services/config/pom.xml
+++ b/services/config/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
config
AWS Java SDK :: Services :: AWS Config
diff --git a/services/connect/pom.xml b/services/connect/pom.xml
index 2bb85243322a..b704ce345983 100644
--- a/services/connect/pom.xml
+++ b/services/connect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
connect
AWS Java SDK :: Services :: Connect
diff --git a/services/connectcampaigns/pom.xml b/services/connectcampaigns/pom.xml
index 665632443f5a..bd4146b8b8ce 100644
--- a/services/connectcampaigns/pom.xml
+++ b/services/connectcampaigns/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
connectcampaigns
AWS Java SDK :: Services :: Connect Campaigns
diff --git a/services/connectcampaignsv2/pom.xml b/services/connectcampaignsv2/pom.xml
index 84501df9dec9..4821c1045e82 100644
--- a/services/connectcampaignsv2/pom.xml
+++ b/services/connectcampaignsv2/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
connectcampaignsv2
AWS Java SDK :: Services :: Connect Campaigns V2
diff --git a/services/connectcases/pom.xml b/services/connectcases/pom.xml
index 8f856ddbb390..0350451a13cc 100644
--- a/services/connectcases/pom.xml
+++ b/services/connectcases/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
connectcases
AWS Java SDK :: Services :: Connect Cases
diff --git a/services/connectcontactlens/pom.xml b/services/connectcontactlens/pom.xml
index 37d98062ba43..92fb207fdcfe 100644
--- a/services/connectcontactlens/pom.xml
+++ b/services/connectcontactlens/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
connectcontactlens
AWS Java SDK :: Services :: Connect Contact Lens
diff --git a/services/connectparticipant/pom.xml b/services/connectparticipant/pom.xml
index 8b3b140308ba..714259cbad29 100644
--- a/services/connectparticipant/pom.xml
+++ b/services/connectparticipant/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
connectparticipant
AWS Java SDK :: Services :: ConnectParticipant
diff --git a/services/controlcatalog/pom.xml b/services/controlcatalog/pom.xml
index aaed872d529a..d0a8c431389f 100644
--- a/services/controlcatalog/pom.xml
+++ b/services/controlcatalog/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
controlcatalog
AWS Java SDK :: Services :: Control Catalog
diff --git a/services/controltower/pom.xml b/services/controltower/pom.xml
index 1fb1439641a0..a271d39518e7 100644
--- a/services/controltower/pom.xml
+++ b/services/controltower/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
controltower
AWS Java SDK :: Services :: Control Tower
diff --git a/services/costandusagereport/pom.xml b/services/costandusagereport/pom.xml
index 86efe4945070..3daf22a95aba 100644
--- a/services/costandusagereport/pom.xml
+++ b/services/costandusagereport/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
costandusagereport
AWS Java SDK :: Services :: AWS Cost and Usage Report
diff --git a/services/costexplorer/pom.xml b/services/costexplorer/pom.xml
index 4a7e9ca4ef14..54e14e0129c2 100644
--- a/services/costexplorer/pom.xml
+++ b/services/costexplorer/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
4.0.0
costexplorer
diff --git a/services/costoptimizationhub/pom.xml b/services/costoptimizationhub/pom.xml
index 0a742838e34e..7d75b1bf8f6a 100644
--- a/services/costoptimizationhub/pom.xml
+++ b/services/costoptimizationhub/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
costoptimizationhub
AWS Java SDK :: Services :: Cost Optimization Hub
diff --git a/services/customerprofiles/pom.xml b/services/customerprofiles/pom.xml
index b037763c6d1c..1319e26c5a62 100644
--- a/services/customerprofiles/pom.xml
+++ b/services/customerprofiles/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
customerprofiles
AWS Java SDK :: Services :: Customer Profiles
diff --git a/services/databasemigration/pom.xml b/services/databasemigration/pom.xml
index 9b1dc02fd04e..35d5a40cbf56 100644
--- a/services/databasemigration/pom.xml
+++ b/services/databasemigration/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
databasemigration
AWS Java SDK :: Services :: AWS Database Migration Service
diff --git a/services/databrew/pom.xml b/services/databrew/pom.xml
index a815bebe382a..82d04d01176e 100644
--- a/services/databrew/pom.xml
+++ b/services/databrew/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
databrew
AWS Java SDK :: Services :: Data Brew
diff --git a/services/dataexchange/pom.xml b/services/dataexchange/pom.xml
index c5833dfbb693..e5bcafe2ca67 100644
--- a/services/dataexchange/pom.xml
+++ b/services/dataexchange/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
dataexchange
AWS Java SDK :: Services :: DataExchange
diff --git a/services/datapipeline/pom.xml b/services/datapipeline/pom.xml
index cb18fe22fc20..249e1227dedb 100644
--- a/services/datapipeline/pom.xml
+++ b/services/datapipeline/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
datapipeline
AWS Java SDK :: Services :: AWS Data Pipeline
diff --git a/services/datasync/pom.xml b/services/datasync/pom.xml
index 37c3891bebbb..7c51e1d93b89 100644
--- a/services/datasync/pom.xml
+++ b/services/datasync/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
datasync
AWS Java SDK :: Services :: DataSync
diff --git a/services/datazone/pom.xml b/services/datazone/pom.xml
index de18f552ea19..c2f75783bdb4 100644
--- a/services/datazone/pom.xml
+++ b/services/datazone/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
datazone
AWS Java SDK :: Services :: Data Zone
diff --git a/services/dax/pom.xml b/services/dax/pom.xml
index 90b4b836b225..fe876a4ec2c6 100644
--- a/services/dax/pom.xml
+++ b/services/dax/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
dax
AWS Java SDK :: Services :: Amazon DynamoDB Accelerator (DAX)
diff --git a/services/deadline/pom.xml b/services/deadline/pom.xml
index 5fd7b0fcab9e..e6ab6e62d4e8 100644
--- a/services/deadline/pom.xml
+++ b/services/deadline/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
deadline
AWS Java SDK :: Services :: Deadline
diff --git a/services/detective/pom.xml b/services/detective/pom.xml
index 85022c643d3d..a5adfcaa620a 100644
--- a/services/detective/pom.xml
+++ b/services/detective/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
detective
AWS Java SDK :: Services :: Detective
diff --git a/services/devicefarm/pom.xml b/services/devicefarm/pom.xml
index f5fd3c71511a..45a78b003b63 100644
--- a/services/devicefarm/pom.xml
+++ b/services/devicefarm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
devicefarm
AWS Java SDK :: Services :: AWS Device Farm
diff --git a/services/devopsguru/pom.xml b/services/devopsguru/pom.xml
index c546e03c2d57..d5a757121138 100644
--- a/services/devopsguru/pom.xml
+++ b/services/devopsguru/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
devopsguru
AWS Java SDK :: Services :: Dev Ops Guru
diff --git a/services/directconnect/pom.xml b/services/directconnect/pom.xml
index 4f51129bdb03..8b1275bbf82f 100644
--- a/services/directconnect/pom.xml
+++ b/services/directconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
directconnect
AWS Java SDK :: Services :: AWS Direct Connect
diff --git a/services/directory/pom.xml b/services/directory/pom.xml
index b0b88b2d61dc..6e6abd41ddf2 100644
--- a/services/directory/pom.xml
+++ b/services/directory/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
directory
AWS Java SDK :: Services :: AWS Directory Service
diff --git a/services/directoryservicedata/pom.xml b/services/directoryservicedata/pom.xml
index 8b9ca5603578..2cdb5bb540aa 100644
--- a/services/directoryservicedata/pom.xml
+++ b/services/directoryservicedata/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
directoryservicedata
AWS Java SDK :: Services :: Directory Service Data
diff --git a/services/dlm/pom.xml b/services/dlm/pom.xml
index fa5ce05d68f4..e437ad5c15d1 100644
--- a/services/dlm/pom.xml
+++ b/services/dlm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
dlm
AWS Java SDK :: Services :: DLM
diff --git a/services/docdb/pom.xml b/services/docdb/pom.xml
index fc4ad1114393..fc009ba940d4 100644
--- a/services/docdb/pom.xml
+++ b/services/docdb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
docdb
AWS Java SDK :: Services :: DocDB
diff --git a/services/docdbelastic/pom.xml b/services/docdbelastic/pom.xml
index e8fc1cac4584..e71e53ed7ad4 100644
--- a/services/docdbelastic/pom.xml
+++ b/services/docdbelastic/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
docdbelastic
AWS Java SDK :: Services :: Doc DB Elastic
diff --git a/services/drs/pom.xml b/services/drs/pom.xml
index b609beca570a..a20cf105cfc2 100644
--- a/services/drs/pom.xml
+++ b/services/drs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
drs
AWS Java SDK :: Services :: Drs
diff --git a/services/dsql/pom.xml b/services/dsql/pom.xml
index 3d76853f92d3..cc9d5a78bcec 100644
--- a/services/dsql/pom.xml
+++ b/services/dsql/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
dsql
AWS Java SDK :: Services :: DSQL
diff --git a/services/dynamodb/pom.xml b/services/dynamodb/pom.xml
index e218e6b69867..1a3673142807 100644
--- a/services/dynamodb/pom.xml
+++ b/services/dynamodb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
dynamodb
AWS Java SDK :: Services :: Amazon DynamoDB
diff --git a/services/dynamodb/src/main/resources/codegen-resources/dynamodb/endpoint-rule-set.json b/services/dynamodb/src/main/resources/codegen-resources/dynamodb/endpoint-rule-set.json
index b6310a999e3f..7a3b1e9d81c4 100644
--- a/services/dynamodb/src/main/resources/codegen-resources/dynamodb/endpoint-rule-set.json
+++ b/services/dynamodb/src/main/resources/codegen-resources/dynamodb/endpoint-rule-set.json
@@ -266,9 +266,9 @@
"properties": {
"authSchemes": [
{
- "signingRegion": "us-east-1",
"name": "sigv4",
- "signingName": "dynamodb"
+ "signingName": "dynamodb",
+ "signingRegion": "us-east-1"
}
]
},
@@ -690,7 +690,11 @@
],
"endpoint": {
"url": "https://{parsedarn/#accountId}.ddb.{Region}.{PartitionResult#dualStackDnsSuffix}",
- "properties": {},
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"headers": {}
},
"type": "endpoint"
@@ -838,7 +842,11 @@
],
"endpoint": {
"url": "https://{parsedarn/#accountId}.ddb.{Region}.{PartitionResult#dualStackDnsSuffix}",
- "properties": {},
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"headers": {}
},
"type": "endpoint"
@@ -923,7 +931,11 @@
"conditions": [],
"endpoint": {
"url": "https://{accountid}.ddb.{region}.{partitionresult/#dualStackDnsSuffix}",
- "properties": {},
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"headers": {}
},
"type": "endpoint"
@@ -1174,7 +1186,11 @@
],
"endpoint": {
"url": "https://{parsedarn/#accountId}.ddb.{Region}.{PartitionResult#dnsSuffix}",
- "properties": {},
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"headers": {}
},
"type": "endpoint"
@@ -1322,7 +1338,11 @@
],
"endpoint": {
"url": "https://{parsedarn/#accountId}.ddb.{Region}.{PartitionResult#dnsSuffix}",
- "properties": {},
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"headers": {}
},
"type": "endpoint"
@@ -1407,7 +1427,11 @@
"conditions": [],
"endpoint": {
"url": "https://{accountid}.ddb.{region}.{partitionresult/#dnsSuffix}",
- "properties": {},
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"headers": {}
},
"type": "endpoint"
diff --git a/services/dynamodb/src/main/resources/codegen-resources/dynamodb/endpoint-tests.json b/services/dynamodb/src/main/resources/codegen-resources/dynamodb/endpoint-tests.json
index a656d27910bb..556d657a5e96 100644
--- a/services/dynamodb/src/main/resources/codegen-resources/dynamodb/endpoint-tests.json
+++ b/services/dynamodb/src/main/resources/codegen-resources/dynamodb/endpoint-tests.json
@@ -4637,6 +4637,11 @@
"documentation": "{UseFIPS=false, UseDualStack=true, AccountId=111111111111, AccountIdEndpointMode=preferred, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://111111111111.ddb.us-east-1.api.aws/"
}
},
@@ -4664,6 +4669,11 @@
"documentation": "{UseFIPS=false, UseDualStack=false, AccountId=111111111111, AccountIdEndpointMode=preferred, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://111111111111.ddb.us-east-1.amazonaws.com/"
}
},
@@ -4691,6 +4701,11 @@
"documentation": "{UseFIPS=false, UseDualStack=false, AccountId=111111111111, ResourceArnList=[arn:aws:dynamodb:us-east-1:333333333333:table/table_name], AccountIdEndpointMode=preferred, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://333333333333.ddb.us-east-1.amazonaws.com/"
}
},
@@ -4734,6 +4749,11 @@
"documentation": "{UseFIPS=false, UseDualStack=false, AccountId=111111111111, ResourceArn=arn:aws:dynamodb:us-east-1:222222222222:table/table_name, ResourceArnList=[arn:aws:dynamodb:us-east-1:333333333333:table/table_name], AccountIdEndpointMode=preferred, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://222222222222.ddb.us-east-1.amazonaws.com/"
}
},
@@ -4753,6 +4773,11 @@
"documentation": "{UseFIPS=false, UseDualStack=false, AccountId=111111111111, ResourceArn=arn:aws:dynamodb:us-west-2:222222222222:table/table_name, ResourceArnList=[arn:aws:dynamodb:us-east-1:333333333333:table/table_name], AccountIdEndpointMode=preferred, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://333333333333.ddb.us-east-1.amazonaws.com/"
}
},
@@ -4772,6 +4797,11 @@
"documentation": "{UseFIPS=false, UseDualStack=false, AccountId=111111111111, ResourceArn=arn:aws:s3:us-west-2:222222222222:stream/testStream, ResourceArnList=[arn:aws:dynamodb:us-east-1:333333333333:table/table_name], AccountIdEndpointMode=preferred, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://333333333333.ddb.us-east-1.amazonaws.com/"
}
},
@@ -4791,6 +4821,11 @@
"documentation": "{UseFIPS=false, UseDualStack=false, AccountId=111111111111, ResourceArn=arn:aws:dynamodb:us-west-2:222222222222:table/table_name, ResourceArnList=[arn:aws:dynamodb:us-west-2:333333333333:table/table_name], AccountIdEndpointMode=preferred, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://111111111111.ddb.us-east-1.amazonaws.com/"
}
},
@@ -4810,6 +4845,11 @@
"documentation": "{UseFIPS=false, UseDualStack=false, AccountId=111111111111, ResourceArn=arn:aws:s3:us-west-2:222222222222:stream/testStream, ResourceArnList=[arn:aws:s3:us-east-1:333333333333:stream/testStream], AccountIdEndpointMode=preferred, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://111111111111.ddb.us-east-1.amazonaws.com/"
}
},
@@ -4912,6 +4952,11 @@
"documentation": "{UseFIPS=false, UseDualStack=true, ResourceArn=arn:aws:dynamodb:us-east-1:222222222222:table/table_name, AccountIdEndpointMode=preferred, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://222222222222.ddb.us-east-1.api.aws/"
}
},
@@ -4941,6 +4986,11 @@
"documentation": "{UseFIPS=false, UseDualStack=false, ResourceArn=arn:aws:dynamodb:us-east-1:222222222222:table/table_name, AccountIdEndpointMode=preferred, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://222222222222.ddb.us-east-1.amazonaws.com/"
}
},
@@ -5125,6 +5175,11 @@
"documentation": "{UseFIPS=false, UseDualStack=true, ResourceArnList=[arn:aws:dynamodb:us-east-1:333333333333:table/table_name], AccountIdEndpointMode=preferred, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://333333333333.ddb.us-east-1.api.aws/"
}
},
@@ -5166,6 +5221,11 @@
"documentation": "{UseFIPS=false, UseDualStack=false, ResourceArnList=[arn:aws:dynamodb:us-east-1:333333333333:table/table_name], AccountIdEndpointMode=preferred, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://333333333333.ddb.us-east-1.amazonaws.com/"
}
},
@@ -5207,6 +5267,11 @@
"documentation": "{UseFIPS=false, UseDualStack=false, ResourceArn=arn:aws:dynamodb:us-east-1:222222222222:table/table_name, ResourceArnList=[arn:aws:dynamodb:us-east-1:333333333333:table/table_name], AccountIdEndpointMode=preferred, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://222222222222.ddb.us-east-1.amazonaws.com/"
}
},
@@ -5289,6 +5354,11 @@
"documentation": "{UseFIPS=false, UseDualStack=true, AccountId=111111111111, AccountIdEndpointMode=required, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://111111111111.ddb.us-east-1.api.aws/"
}
},
@@ -5316,6 +5386,11 @@
"documentation": "{UseFIPS=false, UseDualStack=false, AccountId=111111111111, AccountIdEndpointMode=required, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://111111111111.ddb.us-east-1.amazonaws.com/"
}
},
@@ -5343,6 +5418,11 @@
"documentation": "{UseFIPS=false, UseDualStack=false, AccountId=111111111111, ResourceArnList=[arn:aws:dynamodb:us-east-1:333333333333:table/table_name], AccountIdEndpointMode=required, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://333333333333.ddb.us-east-1.amazonaws.com/"
}
},
@@ -5386,6 +5466,11 @@
"documentation": "{UseFIPS=false, UseDualStack=false, AccountId=111111111111, ResourceArn=arn:aws:dynamodb:us-east-1:222222222222:table/table_name, ResourceArnList=[arn:aws:dynamodb:us-east-1:333333333333:table/table_name], AccountIdEndpointMode=required, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://222222222222.ddb.us-east-1.amazonaws.com/"
}
},
@@ -5405,6 +5490,11 @@
"documentation": "{UseFIPS=false, UseDualStack=false, AccountId=111111111111, ResourceArn=arn:aws:dynamodb:us-west-2:222222222222:table/table_name, ResourceArnList=[arn:aws:dynamodb:us-east-1:333333333333:table/table_name], AccountIdEndpointMode=required, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://333333333333.ddb.us-east-1.amazonaws.com/"
}
},
@@ -5424,6 +5514,11 @@
"documentation": "{UseFIPS=false, UseDualStack=false, AccountId=111111111111, ResourceArn=arn:aws:s3:us-west-2:222222222222:stream/testStream, ResourceArnList=[arn:aws:dynamodb:us-east-1:333333333333:table/table_name], AccountIdEndpointMode=required, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://333333333333.ddb.us-east-1.amazonaws.com/"
}
},
@@ -5443,6 +5538,11 @@
"documentation": "{UseFIPS=false, UseDualStack=false, AccountId=111111111111, ResourceArn=arn:aws:dynamodb:us-west-2:222222222222:table/table_name, ResourceArnList=[arn:aws:dynamodb:us-west-2:333333333333:table/table_name], AccountIdEndpointMode=required, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://111111111111.ddb.us-east-1.amazonaws.com/"
}
},
@@ -5462,6 +5562,11 @@
"documentation": "{UseFIPS=false, UseDualStack=false, AccountId=111111111111, ResourceArn=arn:aws:s3:us-west-2:222222222222:stream/testStream, ResourceArnList=[arn:aws:s3:us-east-1:333333333333:stream/testStream], AccountIdEndpointMode=required, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://111111111111.ddb.us-east-1.amazonaws.com/"
}
},
@@ -5560,6 +5665,11 @@
"documentation": "{UseFIPS=false, UseDualStack=true, ResourceArn=arn:aws:dynamodb:us-east-1:222222222222:table/table_name, AccountIdEndpointMode=required, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://222222222222.ddb.us-east-1.api.aws/"
}
},
@@ -5589,6 +5699,11 @@
"documentation": "{UseFIPS=false, UseDualStack=false, ResourceArn=arn:aws:dynamodb:us-east-1:222222222222:table/table_name, AccountIdEndpointMode=required, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://222222222222.ddb.us-east-1.amazonaws.com/"
}
},
@@ -5763,6 +5878,11 @@
"documentation": "{UseFIPS=false, UseDualStack=true, ResourceArnList=[arn:aws:dynamodb:us-east-1:333333333333:table/table_name], AccountIdEndpointMode=required, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://333333333333.ddb.us-east-1.api.aws/"
}
},
@@ -5804,6 +5924,11 @@
"documentation": "{UseFIPS=false, UseDualStack=false, ResourceArnList=[arn:aws:dynamodb:us-east-1:333333333333:table/table_name], AccountIdEndpointMode=required, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://333333333333.ddb.us-east-1.amazonaws.com/"
}
},
@@ -5845,6 +5970,11 @@
"documentation": "{UseFIPS=false, UseDualStack=false, ResourceArn=arn:aws:dynamodb:us-east-1:222222222222:table/table_name, ResourceArnList=[arn:aws:dynamodb:us-east-1:333333333333:table/table_name], AccountIdEndpointMode=required, Region=us-east-1}",
"expect": {
"endpoint": {
+ "properties": {
+ "metricValues": [
+ "O"
+ ]
+ },
"url": "https://222222222222.ddb.us-east-1.amazonaws.com/"
}
},
@@ -8513,6 +8643,16 @@
"Region": "us-gov-east-1"
}
},
+ {
+ "documentation": "{Endpoint=https://dynamodb.eu-west-1.api.aws, Region=eu-west-1}",
+ "expect": {
+ "error": "Endpoint override is not supported for dual-stack endpoints. Please enable dual-stack functionality by enabling the configuration. For more details, see: https://docs.aws.amazon.com/sdkref/latest/guide/feature-endpoints.html"
+ },
+ "params": {
+ "Endpoint": "https://dynamodb.eu-west-1.api.aws/",
+ "Region": "eu-west-1"
+ }
+ },
{
"documentation": "{Endpoint=https://dynamodb.us-west-2.api.aws, Region=us-west-2}",
"expect": {
@@ -8576,16 +8716,6 @@
"Endpoint": "https://vpce-1a2b3c4d-5e6f.dynamodb.us-east-1.vpce.api.aws/",
"Region": "us-east-1"
}
- },
- {
- "documentation": "{Endpoint=https://dynamodb.eu-west-1.api.aws, Region=eu-west-1}",
- "expect": {
- "error": "Endpoint override is not supported for dual-stack endpoints. Please enable dual-stack functionality by enabling the configuration. For more details, see: https://docs.aws.amazon.com/sdkref/latest/guide/feature-endpoints.html"
- },
- "params": {
- "Endpoint": "https://dynamodb.eu-west-1.api.aws/",
- "Region": "eu-west-1"
- }
}
],
"version": "1.0"
diff --git a/services/dynamodb/src/main/resources/codegen-resources/dynamodb/service-2.json b/services/dynamodb/src/main/resources/codegen-resources/dynamodb/service-2.json
index 5d7e9c4a03bd..06449c85f60b 100644
--- a/services/dynamodb/src/main/resources/codegen-resources/dynamodb/service-2.json
+++ b/services/dynamodb/src/main/resources/codegen-resources/dynamodb/service-2.json
@@ -5391,7 +5391,7 @@
"documentation":"A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.
"
}
},
- "documentation":"Throughput exceeds the current throughput quota for your account. For detailed information about why the request was throttled and the ARN of the impacted resource, find the ThrottlingReason field in the returned exception. Contact Amazon Web Services Support to request a quota increase.
",
+ "documentation":"Throughput exceeds the current throughput quota for your account. For detailed information about why the request was throttled and the ARN of the impacted resource, find the ThrottlingReason field in the returned exception. Contact Amazon Web ServicesSupport to request a quota increase.
",
"exception":true
},
"Resource":{"type":"string"},
diff --git a/services/ebs/pom.xml b/services/ebs/pom.xml
index 839b697bce18..fed5e1b5d269 100644
--- a/services/ebs/pom.xml
+++ b/services/ebs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
ebs
AWS Java SDK :: Services :: EBS
diff --git a/services/ec2/pom.xml b/services/ec2/pom.xml
index 924664ab463a..186fc94fda10 100644
--- a/services/ec2/pom.xml
+++ b/services/ec2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
ec2
AWS Java SDK :: Services :: Amazon EC2
diff --git a/services/ec2instanceconnect/pom.xml b/services/ec2instanceconnect/pom.xml
index 2f73a6d30346..cd3c756ee831 100644
--- a/services/ec2instanceconnect/pom.xml
+++ b/services/ec2instanceconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
ec2instanceconnect
AWS Java SDK :: Services :: EC2 Instance Connect
diff --git a/services/ecr/pom.xml b/services/ecr/pom.xml
index cda220ccbbe1..ae1bc4292ebf 100644
--- a/services/ecr/pom.xml
+++ b/services/ecr/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
ecr
AWS Java SDK :: Services :: Amazon EC2 Container Registry
diff --git a/services/ecrpublic/pom.xml b/services/ecrpublic/pom.xml
index 1e7a76f124e5..fd2d81f920cd 100644
--- a/services/ecrpublic/pom.xml
+++ b/services/ecrpublic/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
ecrpublic
AWS Java SDK :: Services :: ECR PUBLIC
diff --git a/services/ecs/pom.xml b/services/ecs/pom.xml
index ee40b0f690a3..0413127dcd91 100644
--- a/services/ecs/pom.xml
+++ b/services/ecs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
ecs
AWS Java SDK :: Services :: Amazon EC2 Container Service
diff --git a/services/efs/pom.xml b/services/efs/pom.xml
index a791b461bd71..96384f0a895c 100644
--- a/services/efs/pom.xml
+++ b/services/efs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
efs
AWS Java SDK :: Services :: Amazon Elastic File System
diff --git a/services/eks/pom.xml b/services/eks/pom.xml
index 936fec70bfdb..0a888877bc4c 100644
--- a/services/eks/pom.xml
+++ b/services/eks/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
eks
AWS Java SDK :: Services :: EKS
diff --git a/services/eksauth/pom.xml b/services/eksauth/pom.xml
index 14cad4065163..49aca1b3a066 100644
--- a/services/eksauth/pom.xml
+++ b/services/eksauth/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
eksauth
AWS Java SDK :: Services :: EKS Auth
diff --git a/services/elasticache/pom.xml b/services/elasticache/pom.xml
index 0eebf3e2872d..311772f5558f 100644
--- a/services/elasticache/pom.xml
+++ b/services/elasticache/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
elasticache
AWS Java SDK :: Services :: Amazon ElastiCache
diff --git a/services/elasticbeanstalk/pom.xml b/services/elasticbeanstalk/pom.xml
index 5a5df89accf7..2cbbc1dcb6d2 100644
--- a/services/elasticbeanstalk/pom.xml
+++ b/services/elasticbeanstalk/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
elasticbeanstalk
AWS Java SDK :: Services :: AWS Elastic Beanstalk
diff --git a/services/elasticloadbalancing/pom.xml b/services/elasticloadbalancing/pom.xml
index 6948f92b3fbd..b3638b088c65 100644
--- a/services/elasticloadbalancing/pom.xml
+++ b/services/elasticloadbalancing/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
elasticloadbalancing
AWS Java SDK :: Services :: Elastic Load Balancing
diff --git a/services/elasticloadbalancingv2/pom.xml b/services/elasticloadbalancingv2/pom.xml
index c019657f8e07..54a03633c4e4 100644
--- a/services/elasticloadbalancingv2/pom.xml
+++ b/services/elasticloadbalancingv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
elasticloadbalancingv2
AWS Java SDK :: Services :: Elastic Load Balancing V2
diff --git a/services/elasticsearch/pom.xml b/services/elasticsearch/pom.xml
index 732925deeeef..fafcf4629da0 100644
--- a/services/elasticsearch/pom.xml
+++ b/services/elasticsearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
elasticsearch
AWS Java SDK :: Services :: Amazon Elasticsearch Service
diff --git a/services/elastictranscoder/pom.xml b/services/elastictranscoder/pom.xml
index 970d17361afd..e3908547cdac 100644
--- a/services/elastictranscoder/pom.xml
+++ b/services/elastictranscoder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
elastictranscoder
AWS Java SDK :: Services :: Amazon Elastic Transcoder
diff --git a/services/emr/pom.xml b/services/emr/pom.xml
index f002c6f39063..ac46cad1db2e 100644
--- a/services/emr/pom.xml
+++ b/services/emr/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
emr
AWS Java SDK :: Services :: Amazon EMR
diff --git a/services/emr/src/main/resources/codegen-resources/service-2.json b/services/emr/src/main/resources/codegen-resources/service-2.json
index 1792c3925946..acd51a447f36 100644
--- a/services/emr/src/main/resources/codegen-resources/service-2.json
+++ b/services/emr/src/main/resources/codegen-resources/service-2.json
@@ -2787,6 +2787,7 @@
"BOOTSTRAPPING",
"RUNNING",
"RESIZING",
+ "RECONFIGURING",
"SUSPENDED",
"TERMINATING",
"TERMINATED"
diff --git a/services/emrcontainers/pom.xml b/services/emrcontainers/pom.xml
index 4cc57122d164..b83f1efd7497 100644
--- a/services/emrcontainers/pom.xml
+++ b/services/emrcontainers/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
emrcontainers
AWS Java SDK :: Services :: EMR Containers
diff --git a/services/emrserverless/pom.xml b/services/emrserverless/pom.xml
index 77183c4279c1..a9866c53e43d 100644
--- a/services/emrserverless/pom.xml
+++ b/services/emrserverless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
emrserverless
AWS Java SDK :: Services :: EMR Serverless
diff --git a/services/entityresolution/pom.xml b/services/entityresolution/pom.xml
index ff6745d5c387..4eeec5eaa34a 100644
--- a/services/entityresolution/pom.xml
+++ b/services/entityresolution/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
entityresolution
AWS Java SDK :: Services :: Entity Resolution
diff --git a/services/eventbridge/pom.xml b/services/eventbridge/pom.xml
index 1a55a8881feb..e030a0481337 100644
--- a/services/eventbridge/pom.xml
+++ b/services/eventbridge/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
eventbridge
AWS Java SDK :: Services :: EventBridge
diff --git a/services/evidently/pom.xml b/services/evidently/pom.xml
index 67541668dad4..c2c69f6d39b0 100644
--- a/services/evidently/pom.xml
+++ b/services/evidently/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
evidently
AWS Java SDK :: Services :: Evidently
diff --git a/services/evs/pom.xml b/services/evs/pom.xml
index 40e47492a5ff..25b3fde0d1c3 100644
--- a/services/evs/pom.xml
+++ b/services/evs/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
evs
AWS Java SDK :: Services :: Evs
diff --git a/services/finspace/pom.xml b/services/finspace/pom.xml
index 8ed2994a0c6f..8b01b1ee2b2a 100644
--- a/services/finspace/pom.xml
+++ b/services/finspace/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
finspace
AWS Java SDK :: Services :: Finspace
diff --git a/services/finspacedata/pom.xml b/services/finspacedata/pom.xml
index 4b6a3d35f267..5dc7b8e09f88 100644
--- a/services/finspacedata/pom.xml
+++ b/services/finspacedata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
finspacedata
AWS Java SDK :: Services :: Finspace Data
diff --git a/services/firehose/pom.xml b/services/firehose/pom.xml
index 01f68bd00ff6..4fcfa80427f3 100644
--- a/services/firehose/pom.xml
+++ b/services/firehose/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
firehose
AWS Java SDK :: Services :: Amazon Kinesis Firehose
diff --git a/services/fis/pom.xml b/services/fis/pom.xml
index 26515776891b..0afa469a5d35 100644
--- a/services/fis/pom.xml
+++ b/services/fis/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
fis
AWS Java SDK :: Services :: Fis
diff --git a/services/fms/pom.xml b/services/fms/pom.xml
index d7d181630f53..ee15fd225679 100644
--- a/services/fms/pom.xml
+++ b/services/fms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
fms
AWS Java SDK :: Services :: FMS
diff --git a/services/forecast/pom.xml b/services/forecast/pom.xml
index 648f4f8713b2..45ae85ef4541 100644
--- a/services/forecast/pom.xml
+++ b/services/forecast/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
forecast
AWS Java SDK :: Services :: Forecast
diff --git a/services/forecastquery/pom.xml b/services/forecastquery/pom.xml
index 28b8155c8eff..84511b20929e 100644
--- a/services/forecastquery/pom.xml
+++ b/services/forecastquery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
forecastquery
AWS Java SDK :: Services :: Forecastquery
diff --git a/services/frauddetector/pom.xml b/services/frauddetector/pom.xml
index df5bd02ed003..ce6146a0157c 100644
--- a/services/frauddetector/pom.xml
+++ b/services/frauddetector/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
frauddetector
AWS Java SDK :: Services :: FraudDetector
diff --git a/services/freetier/pom.xml b/services/freetier/pom.xml
index 1501f7341df8..d1a4ad9e810c 100644
--- a/services/freetier/pom.xml
+++ b/services/freetier/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
freetier
AWS Java SDK :: Services :: Free Tier
diff --git a/services/fsx/pom.xml b/services/fsx/pom.xml
index 52adcf207f2b..7665f2da5697 100644
--- a/services/fsx/pom.xml
+++ b/services/fsx/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
fsx
AWS Java SDK :: Services :: FSx
diff --git a/services/gamelift/pom.xml b/services/gamelift/pom.xml
index 9b497149a9af..d20d8a079e30 100644
--- a/services/gamelift/pom.xml
+++ b/services/gamelift/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
gamelift
AWS Java SDK :: Services :: AWS GameLift
diff --git a/services/gameliftstreams/pom.xml b/services/gameliftstreams/pom.xml
index 133a3ae10c73..934b15eac3a9 100644
--- a/services/gameliftstreams/pom.xml
+++ b/services/gameliftstreams/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
gameliftstreams
AWS Java SDK :: Services :: Game Lift Streams
diff --git a/services/geomaps/pom.xml b/services/geomaps/pom.xml
index 3e2ecaf04d4a..1e9d7e5f6c39 100644
--- a/services/geomaps/pom.xml
+++ b/services/geomaps/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
geomaps
AWS Java SDK :: Services :: Geo Maps
diff --git a/services/geoplaces/pom.xml b/services/geoplaces/pom.xml
index e3c720cbde04..b8e3bcbabd4c 100644
--- a/services/geoplaces/pom.xml
+++ b/services/geoplaces/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
geoplaces
AWS Java SDK :: Services :: Geo Places
diff --git a/services/georoutes/pom.xml b/services/georoutes/pom.xml
index e60ca5d6c786..47fd040544f4 100644
--- a/services/georoutes/pom.xml
+++ b/services/georoutes/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
georoutes
AWS Java SDK :: Services :: Geo Routes
diff --git a/services/glacier/pom.xml b/services/glacier/pom.xml
index 20c5936e1081..3f42e3ddbd9d 100644
--- a/services/glacier/pom.xml
+++ b/services/glacier/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
glacier
AWS Java SDK :: Services :: Amazon Glacier
diff --git a/services/globalaccelerator/pom.xml b/services/globalaccelerator/pom.xml
index 9e43b5e6fd8a..101b2b06d91b 100644
--- a/services/globalaccelerator/pom.xml
+++ b/services/globalaccelerator/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
globalaccelerator
AWS Java SDK :: Services :: Global Accelerator
diff --git a/services/glue/pom.xml b/services/glue/pom.xml
index e3dd11b4ba13..75aff20584e2 100644
--- a/services/glue/pom.xml
+++ b/services/glue/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
4.0.0
glue
diff --git a/services/grafana/pom.xml b/services/grafana/pom.xml
index 3f806c563bc9..0d8699d742b8 100644
--- a/services/grafana/pom.xml
+++ b/services/grafana/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
grafana
AWS Java SDK :: Services :: Grafana
diff --git a/services/greengrass/pom.xml b/services/greengrass/pom.xml
index 835b73887a7f..9753e869e538 100644
--- a/services/greengrass/pom.xml
+++ b/services/greengrass/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
greengrass
AWS Java SDK :: Services :: AWS Greengrass
diff --git a/services/greengrassv2/pom.xml b/services/greengrassv2/pom.xml
index b0542fd7d74f..a03827844f23 100644
--- a/services/greengrassv2/pom.xml
+++ b/services/greengrassv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
greengrassv2
AWS Java SDK :: Services :: Greengrass V2
diff --git a/services/groundstation/pom.xml b/services/groundstation/pom.xml
index 537d95127aed..db7a5cb643d8 100644
--- a/services/groundstation/pom.xml
+++ b/services/groundstation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
groundstation
AWS Java SDK :: Services :: GroundStation
diff --git a/services/guardduty/pom.xml b/services/guardduty/pom.xml
index f4ca4cc080b1..ee2f402c5c5a 100644
--- a/services/guardduty/pom.xml
+++ b/services/guardduty/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
4.0.0
guardduty
diff --git a/services/health/pom.xml b/services/health/pom.xml
index a92e219e7869..fac16eff76ac 100644
--- a/services/health/pom.xml
+++ b/services/health/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
health
AWS Java SDK :: Services :: AWS Health APIs and Notifications
diff --git a/services/healthlake/pom.xml b/services/healthlake/pom.xml
index b02624e10a46..5c0e59d01e7e 100644
--- a/services/healthlake/pom.xml
+++ b/services/healthlake/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
healthlake
AWS Java SDK :: Services :: Health Lake
diff --git a/services/iam/pom.xml b/services/iam/pom.xml
index ca38100225dc..b2919a57267e 100644
--- a/services/iam/pom.xml
+++ b/services/iam/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
iam
AWS Java SDK :: Services :: AWS IAM
diff --git a/services/identitystore/pom.xml b/services/identitystore/pom.xml
index ff16a116e06c..206865119d2a 100644
--- a/services/identitystore/pom.xml
+++ b/services/identitystore/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
identitystore
AWS Java SDK :: Services :: Identitystore
diff --git a/services/imagebuilder/pom.xml b/services/imagebuilder/pom.xml
index 421f3068fb27..8011a25a1a3b 100644
--- a/services/imagebuilder/pom.xml
+++ b/services/imagebuilder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
imagebuilder
AWS Java SDK :: Services :: Imagebuilder
diff --git a/services/inspector/pom.xml b/services/inspector/pom.xml
index ad6d4b566170..1515b18335a2 100644
--- a/services/inspector/pom.xml
+++ b/services/inspector/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
inspector
AWS Java SDK :: Services :: Amazon Inspector Service
diff --git a/services/inspector2/pom.xml b/services/inspector2/pom.xml
index 94ca39733690..296004fae0f9 100644
--- a/services/inspector2/pom.xml
+++ b/services/inspector2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
inspector2
AWS Java SDK :: Services :: Inspector2
diff --git a/services/inspectorscan/pom.xml b/services/inspectorscan/pom.xml
index 58958ff4acc9..66f4286b5920 100644
--- a/services/inspectorscan/pom.xml
+++ b/services/inspectorscan/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
inspectorscan
AWS Java SDK :: Services :: Inspector Scan
diff --git a/services/internetmonitor/pom.xml b/services/internetmonitor/pom.xml
index 336404bbd6cd..ec67d69f2d36 100644
--- a/services/internetmonitor/pom.xml
+++ b/services/internetmonitor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
internetmonitor
AWS Java SDK :: Services :: Internet Monitor
diff --git a/services/invoicing/pom.xml b/services/invoicing/pom.xml
index 6d67561779eb..971ea9e1a0a0 100644
--- a/services/invoicing/pom.xml
+++ b/services/invoicing/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
invoicing
AWS Java SDK :: Services :: Invoicing
diff --git a/services/iot/pom.xml b/services/iot/pom.xml
index e554b8a34db4..92299578d095 100644
--- a/services/iot/pom.xml
+++ b/services/iot/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
iot
AWS Java SDK :: Services :: AWS IoT
diff --git a/services/iotanalytics/pom.xml b/services/iotanalytics/pom.xml
index f899a21c8abb..df1a1a2240d9 100644
--- a/services/iotanalytics/pom.xml
+++ b/services/iotanalytics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
iotanalytics
AWS Java SDK :: Services :: IoTAnalytics
diff --git a/services/iotdataplane/pom.xml b/services/iotdataplane/pom.xml
index 5daa979c3c2f..b4d5cd7d6446 100644
--- a/services/iotdataplane/pom.xml
+++ b/services/iotdataplane/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
iotdataplane
AWS Java SDK :: Services :: AWS IoT Data Plane
diff --git a/services/iotdeviceadvisor/pom.xml b/services/iotdeviceadvisor/pom.xml
index dc354ba60858..2e8abbc70ff9 100644
--- a/services/iotdeviceadvisor/pom.xml
+++ b/services/iotdeviceadvisor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
iotdeviceadvisor
AWS Java SDK :: Services :: Iot Device Advisor
diff --git a/services/iotevents/pom.xml b/services/iotevents/pom.xml
index a15cf8d63ed7..67c956a189f2 100644
--- a/services/iotevents/pom.xml
+++ b/services/iotevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
iotevents
AWS Java SDK :: Services :: IoT Events
diff --git a/services/ioteventsdata/pom.xml b/services/ioteventsdata/pom.xml
index 6096e3e07827..17377d987259 100644
--- a/services/ioteventsdata/pom.xml
+++ b/services/ioteventsdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
ioteventsdata
AWS Java SDK :: Services :: IoT Events Data
diff --git a/services/iotfleethub/pom.xml b/services/iotfleethub/pom.xml
index f6a1d60a211e..594586ee6379 100644
--- a/services/iotfleethub/pom.xml
+++ b/services/iotfleethub/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
iotfleethub
AWS Java SDK :: Services :: Io T Fleet Hub
diff --git a/services/iotfleetwise/pom.xml b/services/iotfleetwise/pom.xml
index 2b32325846c6..38688072adc1 100644
--- a/services/iotfleetwise/pom.xml
+++ b/services/iotfleetwise/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
iotfleetwise
AWS Java SDK :: Services :: Io T Fleet Wise
diff --git a/services/iotjobsdataplane/pom.xml b/services/iotjobsdataplane/pom.xml
index ee6c4c346cd4..983399ad4f40 100644
--- a/services/iotjobsdataplane/pom.xml
+++ b/services/iotjobsdataplane/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
iotjobsdataplane
AWS Java SDK :: Services :: IoT Jobs Data Plane
diff --git a/services/iotmanagedintegrations/pom.xml b/services/iotmanagedintegrations/pom.xml
index e722e6bbf174..e63ac6ead203 100644
--- a/services/iotmanagedintegrations/pom.xml
+++ b/services/iotmanagedintegrations/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
iotmanagedintegrations
AWS Java SDK :: Services :: IoT Managed Integrations
diff --git a/services/iotsecuretunneling/pom.xml b/services/iotsecuretunneling/pom.xml
index 83ef1ef01a95..8812e45600de 100644
--- a/services/iotsecuretunneling/pom.xml
+++ b/services/iotsecuretunneling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
iotsecuretunneling
AWS Java SDK :: Services :: IoTSecureTunneling
diff --git a/services/iotsitewise/pom.xml b/services/iotsitewise/pom.xml
index ae48255d0a17..0067e561e38a 100644
--- a/services/iotsitewise/pom.xml
+++ b/services/iotsitewise/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
iotsitewise
AWS Java SDK :: Services :: Io T Site Wise
diff --git a/services/iotthingsgraph/pom.xml b/services/iotthingsgraph/pom.xml
index 607043357923..0d41f438986a 100644
--- a/services/iotthingsgraph/pom.xml
+++ b/services/iotthingsgraph/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
iotthingsgraph
AWS Java SDK :: Services :: IoTThingsGraph
diff --git a/services/iottwinmaker/pom.xml b/services/iottwinmaker/pom.xml
index 62f9ef087a96..e0d8cc941027 100644
--- a/services/iottwinmaker/pom.xml
+++ b/services/iottwinmaker/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
iottwinmaker
AWS Java SDK :: Services :: Io T Twin Maker
diff --git a/services/iotwireless/pom.xml b/services/iotwireless/pom.xml
index a8bea5a4703f..f5d465578667 100644
--- a/services/iotwireless/pom.xml
+++ b/services/iotwireless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
iotwireless
AWS Java SDK :: Services :: IoT Wireless
diff --git a/services/ivs/pom.xml b/services/ivs/pom.xml
index 5d227cbc9034..e90a79e30f6f 100644
--- a/services/ivs/pom.xml
+++ b/services/ivs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
ivs
AWS Java SDK :: Services :: Ivs
diff --git a/services/ivschat/pom.xml b/services/ivschat/pom.xml
index 58e77e362a58..0060183997a7 100644
--- a/services/ivschat/pom.xml
+++ b/services/ivschat/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
ivschat
AWS Java SDK :: Services :: Ivschat
diff --git a/services/ivsrealtime/pom.xml b/services/ivsrealtime/pom.xml
index e114a7b8ada1..cca8fbead6ab 100644
--- a/services/ivsrealtime/pom.xml
+++ b/services/ivsrealtime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
ivsrealtime
AWS Java SDK :: Services :: IVS Real Time
diff --git a/services/kafka/pom.xml b/services/kafka/pom.xml
index 7d0f32641ca7..26299d5f1264 100644
--- a/services/kafka/pom.xml
+++ b/services/kafka/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
kafka
AWS Java SDK :: Services :: Kafka
diff --git a/services/kafkaconnect/pom.xml b/services/kafkaconnect/pom.xml
index c8474933e957..f3e5c03b88ef 100644
--- a/services/kafkaconnect/pom.xml
+++ b/services/kafkaconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
kafkaconnect
AWS Java SDK :: Services :: Kafka Connect
diff --git a/services/kendra/pom.xml b/services/kendra/pom.xml
index c5a4b06f78b3..7f82b4f29c7a 100644
--- a/services/kendra/pom.xml
+++ b/services/kendra/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
kendra
AWS Java SDK :: Services :: Kendra
diff --git a/services/kendraranking/pom.xml b/services/kendraranking/pom.xml
index 96796aa93a37..75d70c79e677 100644
--- a/services/kendraranking/pom.xml
+++ b/services/kendraranking/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
kendraranking
AWS Java SDK :: Services :: Kendra Ranking
diff --git a/services/keyspaces/pom.xml b/services/keyspaces/pom.xml
index 52bde5447ac9..099790f54bd1 100644
--- a/services/keyspaces/pom.xml
+++ b/services/keyspaces/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
keyspaces
AWS Java SDK :: Services :: Keyspaces
diff --git a/services/keyspacesstreams/pom.xml b/services/keyspacesstreams/pom.xml
index 72b54320e4d4..2fc9646e22e8 100644
--- a/services/keyspacesstreams/pom.xml
+++ b/services/keyspacesstreams/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
keyspacesstreams
AWS Java SDK :: Services :: Keyspaces Streams
diff --git a/services/kinesis/pom.xml b/services/kinesis/pom.xml
index 981991b33997..ba67c1136c97 100644
--- a/services/kinesis/pom.xml
+++ b/services/kinesis/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
kinesis
AWS Java SDK :: Services :: Amazon Kinesis
diff --git a/services/kinesisanalytics/pom.xml b/services/kinesisanalytics/pom.xml
index e5e1b72e697d..68e7a39cb0d5 100644
--- a/services/kinesisanalytics/pom.xml
+++ b/services/kinesisanalytics/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
kinesisanalytics
AWS Java SDK :: Services :: Amazon Kinesis Analytics
diff --git a/services/kinesisanalyticsv2/pom.xml b/services/kinesisanalyticsv2/pom.xml
index 7368d197988f..ecbc9fded500 100644
--- a/services/kinesisanalyticsv2/pom.xml
+++ b/services/kinesisanalyticsv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
kinesisanalyticsv2
AWS Java SDK :: Services :: Kinesis Analytics V2
diff --git a/services/kinesisvideo/pom.xml b/services/kinesisvideo/pom.xml
index a5c2acb37254..a6ea62d9fcbb 100644
--- a/services/kinesisvideo/pom.xml
+++ b/services/kinesisvideo/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
4.0.0
kinesisvideo
diff --git a/services/kinesisvideoarchivedmedia/pom.xml b/services/kinesisvideoarchivedmedia/pom.xml
index b7e3a24609aa..a7975bfa2209 100644
--- a/services/kinesisvideoarchivedmedia/pom.xml
+++ b/services/kinesisvideoarchivedmedia/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
kinesisvideoarchivedmedia
AWS Java SDK :: Services :: Kinesis Video Archived Media
diff --git a/services/kinesisvideomedia/pom.xml b/services/kinesisvideomedia/pom.xml
index 56d23b7901b3..004213ec2f8c 100644
--- a/services/kinesisvideomedia/pom.xml
+++ b/services/kinesisvideomedia/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
kinesisvideomedia
AWS Java SDK :: Services :: Kinesis Video Media
diff --git a/services/kinesisvideosignaling/pom.xml b/services/kinesisvideosignaling/pom.xml
index 1eeb9d24a790..568f2d7ce858 100644
--- a/services/kinesisvideosignaling/pom.xml
+++ b/services/kinesisvideosignaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
kinesisvideosignaling
AWS Java SDK :: Services :: Kinesis Video Signaling
diff --git a/services/kinesisvideowebrtcstorage/pom.xml b/services/kinesisvideowebrtcstorage/pom.xml
index f6c96c813b63..e2233f347bdd 100644
--- a/services/kinesisvideowebrtcstorage/pom.xml
+++ b/services/kinesisvideowebrtcstorage/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
kinesisvideowebrtcstorage
AWS Java SDK :: Services :: Kinesis Video Web RTC Storage
diff --git a/services/kms/pom.xml b/services/kms/pom.xml
index 6fa9eba52cca..4eac794d41eb 100644
--- a/services/kms/pom.xml
+++ b/services/kms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
kms
AWS Java SDK :: Services :: AWS KMS
diff --git a/services/lakeformation/pom.xml b/services/lakeformation/pom.xml
index 6d3a5a5c12d1..2fba40d141ba 100644
--- a/services/lakeformation/pom.xml
+++ b/services/lakeformation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
lakeformation
AWS Java SDK :: Services :: LakeFormation
diff --git a/services/lambda/pom.xml b/services/lambda/pom.xml
index 182789ec2aaa..9ea35b4d7d30 100644
--- a/services/lambda/pom.xml
+++ b/services/lambda/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
lambda
AWS Java SDK :: Services :: AWS Lambda
diff --git a/services/launchwizard/pom.xml b/services/launchwizard/pom.xml
index d26db8b7f198..9d5793fc833e 100644
--- a/services/launchwizard/pom.xml
+++ b/services/launchwizard/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
launchwizard
AWS Java SDK :: Services :: Launch Wizard
diff --git a/services/lexmodelbuilding/pom.xml b/services/lexmodelbuilding/pom.xml
index 14a785c5ecd8..09f15626a44a 100644
--- a/services/lexmodelbuilding/pom.xml
+++ b/services/lexmodelbuilding/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
lexmodelbuilding
AWS Java SDK :: Services :: Amazon Lex Model Building
diff --git a/services/lexmodelsv2/pom.xml b/services/lexmodelsv2/pom.xml
index b24ba3f4692a..19e35f599380 100644
--- a/services/lexmodelsv2/pom.xml
+++ b/services/lexmodelsv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
lexmodelsv2
AWS Java SDK :: Services :: Lex Models V2
diff --git a/services/lexruntime/pom.xml b/services/lexruntime/pom.xml
index cbe5b6dc2ed7..89a70ba27492 100644
--- a/services/lexruntime/pom.xml
+++ b/services/lexruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
lexruntime
AWS Java SDK :: Services :: Amazon Lex Runtime
diff --git a/services/lexruntimev2/pom.xml b/services/lexruntimev2/pom.xml
index a3638e2cb28b..ccfa24131a8f 100644
--- a/services/lexruntimev2/pom.xml
+++ b/services/lexruntimev2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
lexruntimev2
AWS Java SDK :: Services :: Lex Runtime V2
diff --git a/services/licensemanager/pom.xml b/services/licensemanager/pom.xml
index 4188637d7bba..cd5b2accacc0 100644
--- a/services/licensemanager/pom.xml
+++ b/services/licensemanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
licensemanager
AWS Java SDK :: Services :: License Manager
diff --git a/services/licensemanagerlinuxsubscriptions/pom.xml b/services/licensemanagerlinuxsubscriptions/pom.xml
index bb858197e25e..6c7a436110b2 100644
--- a/services/licensemanagerlinuxsubscriptions/pom.xml
+++ b/services/licensemanagerlinuxsubscriptions/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
licensemanagerlinuxsubscriptions
AWS Java SDK :: Services :: License Manager Linux Subscriptions
diff --git a/services/licensemanagerusersubscriptions/pom.xml b/services/licensemanagerusersubscriptions/pom.xml
index 797244188e75..7b55f6c7184f 100644
--- a/services/licensemanagerusersubscriptions/pom.xml
+++ b/services/licensemanagerusersubscriptions/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
licensemanagerusersubscriptions
AWS Java SDK :: Services :: License Manager User Subscriptions
diff --git a/services/lightsail/pom.xml b/services/lightsail/pom.xml
index 547e3e8f0ad6..3625bb9bd714 100644
--- a/services/lightsail/pom.xml
+++ b/services/lightsail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
lightsail
AWS Java SDK :: Services :: Amazon Lightsail
diff --git a/services/location/pom.xml b/services/location/pom.xml
index 37b76f90d1c4..6b7e9987772a 100644
--- a/services/location/pom.xml
+++ b/services/location/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
location
AWS Java SDK :: Services :: Location
diff --git a/services/lookoutequipment/pom.xml b/services/lookoutequipment/pom.xml
index 78afdcebf9b2..6d4d3e286d89 100644
--- a/services/lookoutequipment/pom.xml
+++ b/services/lookoutequipment/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
lookoutequipment
AWS Java SDK :: Services :: Lookout Equipment
diff --git a/services/lookoutmetrics/pom.xml b/services/lookoutmetrics/pom.xml
index ae75c454fc3e..2d9c00f63c96 100644
--- a/services/lookoutmetrics/pom.xml
+++ b/services/lookoutmetrics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
lookoutmetrics
AWS Java SDK :: Services :: Lookout Metrics
diff --git a/services/lookoutvision/pom.xml b/services/lookoutvision/pom.xml
index 94ca270c495c..a81b7b5290dd 100644
--- a/services/lookoutvision/pom.xml
+++ b/services/lookoutvision/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
lookoutvision
AWS Java SDK :: Services :: Lookout Vision
diff --git a/services/m2/pom.xml b/services/m2/pom.xml
index 8b513d3cde4e..9a8c53b59612 100644
--- a/services/m2/pom.xml
+++ b/services/m2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
m2
AWS Java SDK :: Services :: M2
diff --git a/services/machinelearning/pom.xml b/services/machinelearning/pom.xml
index ee1d09391c12..25fd9fe9db60 100644
--- a/services/machinelearning/pom.xml
+++ b/services/machinelearning/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
machinelearning
AWS Java SDK :: Services :: Amazon Machine Learning
diff --git a/services/macie2/pom.xml b/services/macie2/pom.xml
index 163e18dc570a..14d194537d30 100644
--- a/services/macie2/pom.xml
+++ b/services/macie2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
macie2
AWS Java SDK :: Services :: Macie2
diff --git a/services/mailmanager/pom.xml b/services/mailmanager/pom.xml
index 3d57c540bcb7..01bf5fda11d2 100644
--- a/services/mailmanager/pom.xml
+++ b/services/mailmanager/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
mailmanager
AWS Java SDK :: Services :: Mail Manager
diff --git a/services/managedblockchain/pom.xml b/services/managedblockchain/pom.xml
index 93bb81712b2c..6b7213980a0b 100644
--- a/services/managedblockchain/pom.xml
+++ b/services/managedblockchain/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
managedblockchain
AWS Java SDK :: Services :: ManagedBlockchain
diff --git a/services/managedblockchainquery/pom.xml b/services/managedblockchainquery/pom.xml
index eed26dac96e7..8583d7fc0a87 100644
--- a/services/managedblockchainquery/pom.xml
+++ b/services/managedblockchainquery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
managedblockchainquery
AWS Java SDK :: Services :: Managed Blockchain Query
diff --git a/services/marketplaceagreement/pom.xml b/services/marketplaceagreement/pom.xml
index b342892d9e8a..66056e5ae201 100644
--- a/services/marketplaceagreement/pom.xml
+++ b/services/marketplaceagreement/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
marketplaceagreement
AWS Java SDK :: Services :: Marketplace Agreement
diff --git a/services/marketplacecatalog/pom.xml b/services/marketplacecatalog/pom.xml
index 876cc903a421..197d3e272ba6 100644
--- a/services/marketplacecatalog/pom.xml
+++ b/services/marketplacecatalog/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
marketplacecatalog
AWS Java SDK :: Services :: Marketplace Catalog
diff --git a/services/marketplacecommerceanalytics/pom.xml b/services/marketplacecommerceanalytics/pom.xml
index 12c33be59317..201326faaa0f 100644
--- a/services/marketplacecommerceanalytics/pom.xml
+++ b/services/marketplacecommerceanalytics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
marketplacecommerceanalytics
AWS Java SDK :: Services :: AWS Marketplace Commerce Analytics
diff --git a/services/marketplacedeployment/pom.xml b/services/marketplacedeployment/pom.xml
index 3ab8c57d0c95..338c5b6bab7b 100644
--- a/services/marketplacedeployment/pom.xml
+++ b/services/marketplacedeployment/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
marketplacedeployment
AWS Java SDK :: Services :: Marketplace Deployment
diff --git a/services/marketplaceentitlement/pom.xml b/services/marketplaceentitlement/pom.xml
index 1c50983c42b2..5996be8f339d 100644
--- a/services/marketplaceentitlement/pom.xml
+++ b/services/marketplaceentitlement/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
marketplaceentitlement
AWS Java SDK :: Services :: AWS Marketplace Entitlement
diff --git a/services/marketplacemetering/pom.xml b/services/marketplacemetering/pom.xml
index 64c29354d522..f74c4d6fdfd4 100644
--- a/services/marketplacemetering/pom.xml
+++ b/services/marketplacemetering/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
marketplacemetering
AWS Java SDK :: Services :: AWS Marketplace Metering Service
diff --git a/services/marketplacemetering/src/main/resources/codegen-resources/endpoint-rule-set.json b/services/marketplacemetering/src/main/resources/codegen-resources/endpoint-rule-set.json
index c03af3493d07..614824a7525d 100644
--- a/services/marketplacemetering/src/main/resources/codegen-resources/endpoint-rule-set.json
+++ b/services/marketplacemetering/src/main/resources/codegen-resources/endpoint-rule-set.json
@@ -6,26 +6,26 @@
"required": true,
"default": false,
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
- "type": "Boolean"
+ "type": "boolean"
},
"UseFIPS": {
"builtIn": "AWS::UseFIPS",
"required": true,
"default": false,
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
- "type": "Boolean"
+ "type": "boolean"
},
"Endpoint": {
"builtIn": "SDK::Endpoint",
"required": false,
"documentation": "Override the endpoint used to send this request",
- "type": "String"
+ "type": "string"
},
"Region": {
"builtIn": "AWS::Region",
"required": false,
"documentation": "The AWS region used to dispatch the request.",
- "type": "String"
+ "type": "string"
}
},
"rules": [
diff --git a/services/marketplacemetering/src/main/resources/codegen-resources/endpoint-tests.json b/services/marketplacemetering/src/main/resources/codegen-resources/endpoint-tests.json
index 04fdc83790cf..6b1c22efdac8 100644
--- a/services/marketplacemetering/src/main/resources/codegen-resources/endpoint-tests.json
+++ b/services/marketplacemetering/src/main/resources/codegen-resources/endpoint-tests.json
@@ -138,53 +138,27 @@
}
},
{
- "documentation": "For region us-gov-west-1 with FIPS enabled and DualStack enabled",
- "expect": {
- "endpoint": {
- "url": "https://metering.marketplace-fips.us-gov-west-1.api.aws/"
- }
- },
- "params": {
- "Region": "us-gov-west-1",
- "UseFIPS": true,
- "UseDualStack": true
- }
- },
- {
- "documentation": "For region us-gov-west-1 with FIPS enabled and DualStack disabled",
+ "documentation": "For region eusc-de-east-1 with FIPS enabled and DualStack disabled",
"expect": {
"endpoint": {
- "url": "https://metering.marketplace-fips.us-gov-west-1.amazonaws.com/"
+ "url": "https://metering.marketplace-fips.eusc-de-east-1.amazonaws.eu/"
}
},
"params": {
- "Region": "us-gov-west-1",
+ "Region": "eusc-de-east-1",
"UseFIPS": true,
"UseDualStack": false
}
},
{
- "documentation": "For region us-gov-west-1 with FIPS disabled and DualStack enabled",
- "expect": {
- "endpoint": {
- "url": "https://metering-marketplace.us-gov-west-1.api.aws/"
- }
- },
- "params": {
- "Region": "us-gov-west-1",
- "UseFIPS": false,
- "UseDualStack": true
- }
- },
- {
- "documentation": "For region us-gov-west-1 with FIPS disabled and DualStack disabled",
+ "documentation": "For region eusc-de-east-1 with FIPS disabled and DualStack disabled",
"expect": {
"endpoint": {
- "url": "https://metering.marketplace.us-gov-west-1.amazonaws.com/"
+ "url": "https://metering.marketplace.eusc-de-east-1.amazonaws.eu/"
}
},
"params": {
- "Region": "us-gov-west-1",
+ "Region": "eusc-de-east-1",
"UseFIPS": false,
"UseDualStack": false
}
@@ -294,27 +268,53 @@
}
},
{
- "documentation": "For region eusc-de-east-1 with FIPS enabled and DualStack disabled",
+ "documentation": "For region us-gov-west-1 with FIPS enabled and DualStack enabled",
"expect": {
"endpoint": {
- "url": "https://metering.marketplace-fips.eusc-de-east-1.amazonaws.eu/"
+ "url": "https://metering.marketplace-fips.us-gov-west-1.api.aws/"
}
},
"params": {
- "Region": "eusc-de-east-1",
+ "Region": "us-gov-west-1",
+ "UseFIPS": true,
+ "UseDualStack": true
+ }
+ },
+ {
+ "documentation": "For region us-gov-west-1 with FIPS enabled and DualStack disabled",
+ "expect": {
+ "endpoint": {
+ "url": "https://metering.marketplace-fips.us-gov-west-1.amazonaws.com/"
+ }
+ },
+ "params": {
+ "Region": "us-gov-west-1",
"UseFIPS": true,
"UseDualStack": false
}
},
{
- "documentation": "For region eusc-de-east-1 with FIPS disabled and DualStack disabled",
+ "documentation": "For region us-gov-west-1 with FIPS disabled and DualStack enabled",
"expect": {
"endpoint": {
- "url": "https://metering.marketplace.eusc-de-east-1.amazonaws.eu/"
+ "url": "https://metering-marketplace.us-gov-west-1.api.aws/"
}
},
"params": {
- "Region": "eusc-de-east-1",
+ "Region": "us-gov-west-1",
+ "UseFIPS": false,
+ "UseDualStack": true
+ }
+ },
+ {
+ "documentation": "For region us-gov-west-1 with FIPS disabled and DualStack disabled",
+ "expect": {
+ "endpoint": {
+ "url": "https://metering.marketplace.us-gov-west-1.amazonaws.com/"
+ }
+ },
+ "params": {
+ "Region": "us-gov-west-1",
"UseFIPS": false,
"UseDualStack": false
}
diff --git a/services/marketplacemetering/src/main/resources/codegen-resources/service-2.json b/services/marketplacemetering/src/main/resources/codegen-resources/service-2.json
index 778a4b4916f6..d1915e0d65c8 100644
--- a/services/marketplacemetering/src/main/resources/codegen-resources/service-2.json
+++ b/services/marketplacemetering/src/main/resources/codegen-resources/service-2.json
@@ -34,7 +34,7 @@
{"shape":"ThrottlingException"},
{"shape":"DisabledApiException"}
],
- "documentation":" The CustomerIdentifier
parameter is scheduled for deprecation. Use CustomerAWSAccountID
instead.
These parameters are mutually exclusive. You can't specify both CustomerIdentifier
and CustomerAWSAccountID
in the same request.
To post metering records for customers, SaaS applications call BatchMeterUsage
, which is used for metering SaaS flexible consumption pricing (FCP). Identical requests are idempotent and can be retried with the same records or a subset of records. Each BatchMeterUsage
request is for only one product. If you want to meter usage for multiple products, you must make multiple BatchMeterUsage
calls.
Usage records should be submitted in quick succession following a recorded event. Usage records aren't accepted 6 hours or more after an event.
BatchMeterUsage
can process up to 25 UsageRecords
at a time, and each request must be less than 1 MB in size. Optionally, you can have multiple usage allocations for usage data that's split into buckets according to predefined tags.
BatchMeterUsage
returns a list of UsageRecordResult
objects, which have each UsageRecord
. It also returns a list of UnprocessedRecords
, which indicate errors on the service side that should be retried.
For Amazon Web Services Regions that support BatchMeterUsage
, see BatchMeterUsage Region support.
For an example of BatchMeterUsage
, see BatchMeterUsage code example in the Amazon Web Services Marketplace Seller Guide.
"
+ "documentation":" The CustomerIdentifier
parameter is scheduled for deprecation on March 31, 2026. Use CustomerAWSAccountID
instead.
These parameters are mutually exclusive. You can't specify both CustomerIdentifier
and CustomerAWSAccountID
in the same request.
To post metering records for customers, SaaS applications call BatchMeterUsage
, which is used for metering SaaS flexible consumption pricing (FCP). Identical requests are idempotent and can be retried with the same records or a subset of records. Each BatchMeterUsage
request is for only one product. If you want to meter usage for multiple products, you must make multiple BatchMeterUsage
calls.
Usage records should be submitted in quick succession following a recorded event. Usage records aren't accepted 6 hours or more after an event.
BatchMeterUsage
can process up to 25 UsageRecords
at a time, and each request must be less than 1 MB in size. Optionally, you can have multiple usage allocations for usage data that's split into buckets according to predefined tags.
BatchMeterUsage
returns a list of UsageRecordResult
objects, which have each UsageRecord
. It also returns a list of UnprocessedRecords
, which indicate errors on the service side that should be retried.
For Amazon Web Services Regions that support BatchMeterUsage
, see BatchMeterUsage Region support.
For an example of BatchMeterUsage
, see BatchMeterUsage code example in the Amazon Web Services Marketplace Seller Guide.
"
},
"MeterUsage":{
"name":"MeterUsage",
@@ -53,10 +53,11 @@
{"shape":"InvalidEndpointRegionException"},
{"shape":"TimestampOutOfBoundsException"},
{"shape":"DuplicateRequestException"},
+ {"shape":"IdempotencyConflictException"},
{"shape":"ThrottlingException"},
{"shape":"CustomerNotEntitledException"}
],
- "documentation":"API to emit metering records. For identical requests, the API is idempotent and returns the metering record ID. This is used for metering flexible consumption pricing (FCP) Amazon Machine Images (AMI) and container products.
MeterUsage
is authenticated on the buyer's Amazon Web Services account using credentials from the Amazon EC2 instance, Amazon ECS task, or Amazon EKS pod.
MeterUsage
can optionally include multiple usage allocations, to provide customers with usage data split into buckets by tags that you define (or allow the customer to define).
Usage records are expected to be submitted as quickly as possible after the event that is being recorded, and are not accepted more than 6 hours after the event.
For Amazon Web Services Regions that support MeterUsage
, see MeterUsage Region support for Amazon EC2 and MeterUsage Region support for Amazon ECS and Amazon EKS.
"
+ "documentation":"API to emit metering records. For identical requests, the API is idempotent and returns the metering record ID. This is used for metering flexible consumption pricing (FCP) Amazon Machine Images (AMI) and container products.
MeterUsage
is authenticated on the buyer's Amazon Web Services account using credentials from the Amazon EC2 instance, Amazon ECS task, or Amazon EKS pod.
MeterUsage
can optionally include multiple usage allocations, to provide customers with usage data split into buckets by tags that you define (or allow the customer to define).
Submit usage records to report events from the previous hour. If you submit records that are greater than six hours after events occur, the records won’t be accepted. The timestamp in your request determines when an event is recorded. You can only report usage once per hour for each dimension. For AMI-based products, this is per dimension and per EC2 instance. For container products, this is per dimension and per ECS task or EKS pod. You can’t modify values after they’re recorded. If you report usage before the current hour ends, you will be unable to report additional usage until the next hour begins.
For Amazon Web Services Regions that support MeterUsage
, see MeterUsage Region support for Amazon EC2 and MeterUsage Region support for Amazon ECS and Amazon EKS.
"
},
"RegisterUsage":{
"name":"RegisterUsage",
@@ -135,6 +136,11 @@
"documentation":"Contains the UsageRecords
processed by BatchMeterUsage
and any records that have failed due to transient error.
"
},
"Boolean":{"type":"boolean"},
+ "ClientToken":{
+ "type":"string",
+ "max":64,
+ "min":1
+ },
"CustomerAWSAccountId":{
"type":"string",
"max":255,
@@ -179,6 +185,14 @@
"documentation":"The submitted registration token has expired. This can happen if the buyer's browser takes too long to redirect to your page, the buyer has resubmitted the registration token, or your application has held on to the registration token for too long. Your SaaS registration website should redeem this token as soon as it is submitted by the buyer's browser.
",
"exception":true
},
+ "IdempotencyConflictException":{
+ "type":"structure",
+ "members":{
+ "message":{"shape":"errorMessage"}
+ },
+ "documentation":"The ClientToken
is being used for multiple requests.
",
+ "exception":true
+ },
"InternalServiceErrorException":{
"type":"structure",
"members":{
@@ -291,6 +305,11 @@
"UsageAllocations":{
"shape":"UsageAllocations",
"documentation":"The set of UsageAllocations
to submit.
The sum of all UsageAllocation
quantities must equal the UsageQuantity
of the MeterUsage
request, and each UsageAllocation
must have a unique set of tags (include no tags).
"
+ },
+ "ClientToken":{
+ "shape":"ClientToken",
+ "documentation":"Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ClientToken
, but with different parameters, the retry fails with an IdempotencyConflictException
error.
",
+ "idempotencyToken":true
}
}
},
@@ -484,7 +503,7 @@
"members":{
"Timestamp":{
"shape":"Timestamp",
- "documentation":"Timestamp, in UTC, for which the usage is being reported.
Your application can meter usage for up to one hour in the past. Make sure the timestamp
value is not before the start of the software usage.
"
+ "documentation":"Timestamp, in UTC, for which the usage is being reported.
Your application can meter usage for up to six hours in the past. Make sure the timestamp
value is not before the start of the software usage.
"
},
"CustomerIdentifier":{
"shape":"CustomerIdentifier",
diff --git a/services/marketplacereporting/pom.xml b/services/marketplacereporting/pom.xml
index 8caac45ae699..8b4c84143566 100644
--- a/services/marketplacereporting/pom.xml
+++ b/services/marketplacereporting/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
marketplacereporting
AWS Java SDK :: Services :: Marketplace Reporting
diff --git a/services/mediaconnect/pom.xml b/services/mediaconnect/pom.xml
index 5ff185f9d49f..0e0023618a90 100644
--- a/services/mediaconnect/pom.xml
+++ b/services/mediaconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
mediaconnect
AWS Java SDK :: Services :: MediaConnect
diff --git a/services/mediaconvert/pom.xml b/services/mediaconvert/pom.xml
index 86ba818f5326..d46f8b011c06 100644
--- a/services/mediaconvert/pom.xml
+++ b/services/mediaconvert/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
4.0.0
mediaconvert
diff --git a/services/mediaconvert/src/main/resources/codegen-resources/endpoint-rule-set.json b/services/mediaconvert/src/main/resources/codegen-resources/endpoint-rule-set.json
index 52db3f79032a..f82a7f2d6daf 100644
--- a/services/mediaconvert/src/main/resources/codegen-resources/endpoint-rule-set.json
+++ b/services/mediaconvert/src/main/resources/codegen-resources/endpoint-rule-set.json
@@ -5,27 +5,27 @@
"builtIn": "AWS::Region",
"required": false,
"documentation": "The AWS region used to dispatch the request.",
- "type": "String"
+ "type": "string"
},
"UseDualStack": {
"builtIn": "AWS::UseDualStack",
"required": true,
"default": false,
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
- "type": "Boolean"
+ "type": "boolean"
},
"UseFIPS": {
"builtIn": "AWS::UseFIPS",
"required": true,
"default": false,
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
- "type": "Boolean"
+ "type": "boolean"
},
"Endpoint": {
"builtIn": "SDK::Endpoint",
"required": false,
"documentation": "Override the endpoint used to send this request",
- "type": "String"
+ "type": "string"
}
},
"rules": [
diff --git a/services/mediaconvert/src/main/resources/codegen-resources/service-2.json b/services/mediaconvert/src/main/resources/codegen-resources/service-2.json
index 7f056a3cf3dc..b4087b0dfad0 100644
--- a/services/mediaconvert/src/main/resources/codegen-resources/service-2.json
+++ b/services/mediaconvert/src/main/resources/codegen-resources/service-2.json
@@ -1,15 +1,15 @@
{
"metadata": {
"apiVersion": "2017-08-29",
- "endpointPrefix": "mediaconvert",
"signingName": "mediaconvert",
"serviceFullName": "AWS Elemental MediaConvert",
"serviceId": "MediaConvert",
"protocol": "rest-json",
"jsonVersion": "1.1",
- "uid": "mediaconvert-2017-08-29",
"signatureVersion": "v4",
+ "endpointPrefix": "mediaconvert",
"serviceAbbreviation": "MediaConvert",
+ "uid": "mediaconvert-2017-08-29",
"auth": [
"aws.auth#sigv4"
]
@@ -37,6 +37,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and cannot fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -78,6 +82,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -119,6 +127,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -160,6 +172,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -201,6 +217,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -242,6 +262,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -284,6 +308,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -325,6 +353,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -366,6 +398,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -407,6 +443,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -448,6 +488,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -489,6 +533,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -532,6 +580,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and cannot fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -573,6 +625,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -614,6 +670,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -633,6 +693,51 @@
],
"documentation": "Retrieve the JSON for a specific job template."
},
+ "GetJobsQueryResults": {
+ "name": "GetJobsQueryResults",
+ "http": {
+ "method": "GET",
+ "requestUri": "/2017-08-29/jobsQueries/{id}",
+ "responseCode": 200
+ },
+ "input": {
+ "shape": "GetJobsQueryResultsRequest"
+ },
+ "output": {
+ "shape": "GetJobsQueryResultsResponse"
+ },
+ "errors": [
+ {
+ "shape": "BadRequestException",
+ "documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax."
+ },
+ {
+ "shape": "InternalServerErrorException",
+ "documentation": "The service encountered an unexpected condition and can't fulfill your request."
+ },
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
+ {
+ "shape": "ForbiddenException",
+ "documentation": "You don't have permissions for this action with the credentials you sent."
+ },
+ {
+ "shape": "NotFoundException",
+ "documentation": "The resource you requested doesn't exist."
+ },
+ {
+ "shape": "TooManyRequestsException",
+ "documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests."
+ },
+ {
+ "shape": "ConflictException",
+ "documentation": "The service couldn't complete your request because there is a conflict with the current state of the resource."
+ }
+ ],
+ "documentation": "Retrieve a JSON array of up to twenty of your most recent jobs matched by a jobs query."
+ },
"GetPolicy": {
"name": "GetPolicy",
"http": {
@@ -655,6 +760,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -696,6 +805,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -737,6 +850,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -778,6 +895,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -819,6 +940,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -860,6 +985,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -901,6 +1030,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -942,6 +1075,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -983,6 +1120,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -1024,6 +1165,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -1065,6 +1210,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -1106,6 +1255,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -1125,6 +1278,51 @@
],
"documentation": "Retrieve a JSON array that includes job details for up to twenty of your most recent jobs. Optionally filter results further according to input file, queue, or status. To retrieve the twenty next most recent jobs, use the nextToken string returned with the array."
},
+ "StartJobsQuery": {
+ "name": "StartJobsQuery",
+ "http": {
+ "method": "POST",
+ "requestUri": "/2017-08-29/jobsQueries",
+ "responseCode": 201
+ },
+ "input": {
+ "shape": "StartJobsQueryRequest"
+ },
+ "output": {
+ "shape": "StartJobsQueryResponse"
+ },
+ "errors": [
+ {
+ "shape": "BadRequestException",
+ "documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax."
+ },
+ {
+ "shape": "InternalServerErrorException",
+ "documentation": "The service encountered an unexpected condition and can't fulfill your request."
+ },
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
+ {
+ "shape": "ForbiddenException",
+ "documentation": "You don't have permissions for this action with the credentials you sent."
+ },
+ {
+ "shape": "NotFoundException",
+ "documentation": "The resource you requested doesn't exist."
+ },
+ {
+ "shape": "TooManyRequestsException",
+ "documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests."
+ },
+ {
+ "shape": "ConflictException",
+ "documentation": "The service couldn't complete your request because there is a conflict with the current state of the resource."
+ }
+ ],
+ "documentation": "Start an asynchronous jobs query using the provided filters. To receive the list of jobs that match your query, call the GetJobsQueryResults API using the query ID returned by this API."
+ },
"TagResource": {
"name": "TagResource",
"http": {
@@ -1147,6 +1345,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -1188,6 +1390,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -1229,6 +1435,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -1270,6 +1480,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -1311,6 +1525,10 @@
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and can't fulfill your request."
},
+ {
+ "shape": "ServiceQuotaExceededException",
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
@@ -1975,7 +2193,7 @@
"LanguageCode": {
"shape": "LanguageCode",
"locationName": "languageCode",
- "documentation": "Indicates the language of the audio output track. The ISO 639 language specified in the 'Language Code' drop down will be used when 'Follow Input Language Code' is not selected or when 'Follow Input Language Code' is selected but there is no ISO 639 language code specified by the input."
+ "documentation": "Specify the language for your output audio track. To follow the input language: Leave blank. When you do, also set Language code control to Follow input. If no input language is detected MediaConvert will not write an output language code. To follow the input langauge, but fall back to a specified language code if there is no input language to follow: Enter an ISO 639-2 three-letter language code in all capital letters. When you do, also set Language code control to Follow input. To specify the language code: Enter an ISO 639 three-letter language code in all capital letters. When you do, also set Language code control to Use configured."
},
"LanguageCodeControl": {
"shape": "AudioLanguageCodeControl",
@@ -2110,7 +2328,7 @@
"FrameRate": {
"shape": "FrameRate",
"locationName": "frameRate",
- "documentation": "The frame rate of the video or audio track."
+ "documentation": "The frame rate of the video or audio track, expressed as a fraction with numerator and denominator values."
},
"LanguageCode": {
"shape": "__string",
@@ -2156,7 +2374,7 @@
"LanguageCode": {
"shape": "LanguageCode",
"locationName": "languageCode",
- "documentation": "Specify the language to select from your audio input. In the MediaConvert console choose from a list of languages. In your JSON job settings choose from an ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php"
+ "documentation": "Specify the language, using an ISO 639-2 three-letter code in all capital letters. You can find a list of codes at: https://www.loc.gov/standards/iso639-2/php/code_list.php"
},
"Offset": {
"shape": "__integerMinNegative2147483648Max2147483647",
@@ -2181,7 +2399,7 @@
"SelectorType": {
"shape": "AudioSelectorType",
"locationName": "selectorType",
- "documentation": "Specify how MediaConvert selects audio content within your input. The default is Track. PID: Select audio by specifying the Packet Identifier (PID) values for MPEG Transport Stream inputs. Use this when you know the exact PID values of your audio streams. Track: Default. Select audio by track number. This is the most common option and works with most input container formats. Language code: Select audio by language using ISO 639-2 or ISO 639-3 three-letter language codes. Use this when your source has embedded language metadata and you want to select tracks based on their language. HLS rendition group: Select audio from an HLS rendition group. Use this when your input is an HLS package with multiple audio renditions and you want to select specific rendition groups. All PCM: Select all uncompressed PCM audio tracks from your input automatically. This is useful when you want to include all PCM audio tracks without specifying individual track numbers."
+ "documentation": "Specify how MediaConvert selects audio content within your input. The default is Track. PID: Select audio by specifying the Packet Identifier (PID) values for MPEG Transport Stream inputs. Use this when you know the exact PID values of your audio streams. Track: Default. Select audio by track number. This is the most common option and works with most input container formats. Language code: Select audio by language using an ISO 639-2 or ISO 639-3 three-letter code in all capital letters. Use this when your source has embedded language metadata and you want to select tracks based on their language. HLS rendition group: Select audio from an HLS rendition group. Use this when your input is an HLS package with multiple audio renditions and you want to select specific rendition groups. All PCM: Select all uncompressed PCM audio tracks from your input automatically. This is useful when you want to include all PCM audio tracks without specifying individual track numbers."
},
"Tracks": {
"shape": "__listOf__integerMin1Max2147483647",
@@ -2204,7 +2422,7 @@
},
"AudioSelectorType": {
"type": "string",
- "documentation": "Specify how MediaConvert selects audio content within your input. The default is Track. PID: Select audio by specifying the Packet Identifier (PID) values for MPEG Transport Stream inputs. Use this when you know the exact PID values of your audio streams. Track: Default. Select audio by track number. This is the most common option and works with most input container formats. Language code: Select audio by language using ISO 639-2 or ISO 639-3 three-letter language codes. Use this when your source has embedded language metadata and you want to select tracks based on their language. HLS rendition group: Select audio from an HLS rendition group. Use this when your input is an HLS package with multiple audio renditions and you want to select specific rendition groups. All PCM: Select all uncompressed PCM audio tracks from your input automatically. This is useful when you want to include all PCM audio tracks without specifying individual track numbers.",
+ "documentation": "Specify how MediaConvert selects audio content within your input. The default is Track. PID: Select audio by specifying the Packet Identifier (PID) values for MPEG Transport Stream inputs. Use this when you know the exact PID values of your audio streams. Track: Default. Select audio by track number. This is the most common option and works with most input container formats. Language code: Select audio by language using an ISO 639-2 or ISO 639-3 three-letter code in all capital letters. Use this when your source has embedded language metadata and you want to select tracks based on their language. HLS rendition group: Select audio from an HLS rendition group. Use this when your input is an HLS package with multiple audio renditions and you want to select specific rendition groups. All PCM: Select all uncompressed PCM audio tracks from your input automatically. This is useful when you want to include all PCM audio tracks without specifying individual track numbers.",
"enum": [
"PID",
"TRACK",
@@ -2419,7 +2637,7 @@
"PerFrameMetrics": {
"shape": "__listOfFrameMetricType",
"locationName": "perFrameMetrics",
- "documentation": "Optionally choose one or more per frame metric reports to generate along with your output. You can use these metrics to analyze your video output according to one or more commonly used image quality metrics. You can specify per frame metrics for output groups or for individual outputs. When you do, MediaConvert writes a CSV (Comma-Separated Values) file to your S3 output destination, named after the output name and metric type. For example: videofile_PSNR.csv Jobs that generate per frame metrics will take longer to complete, depending on the resolution and complexity of your output. For example, some 4K jobs might take up to twice as long to complete. Note that when analyzing the video quality of your output, or when comparing the video quality of multiple different outputs, we generally also recommend a detailed visual review in a controlled environment. You can choose from the following per frame metrics: * PSNR: Peak Signal-to-Noise Ratio * SSIM: Structural Similarity Index Measure * MS_SSIM: Multi-Scale Similarity Index Measure * PSNR_HVS: Peak Signal-to-Noise Ratio, Human Visual System * VMAF: Video Multi-Method Assessment Fusion * QVBR: Quality-Defined Variable Bitrate. This option is only available when your output uses the QVBR rate control mode."
+ "documentation": "Optionally choose one or more per frame metric reports to generate along with your output. You can use these metrics to analyze your video output according to one or more commonly used image quality metrics. You can specify per frame metrics for output groups or for individual outputs. When you do, MediaConvert writes a CSV (Comma-Separated Values) file to your S3 output destination, named after the output name and metric type. For example: videofile_PSNR.csv Jobs that generate per frame metrics will take longer to complete, depending on the resolution and complexity of your output. For example, some 4K jobs might take up to twice as long to complete. Note that when analyzing the video quality of your output, or when comparing the video quality of multiple different outputs, we generally also recommend a detailed visual review in a controlled environment. You can choose from the following per frame metrics: * PSNR: Peak Signal-to-Noise Ratio * SSIM: Structural Similarity Index Measure * MS_SSIM: Multi-Scale Similarity Index Measure * PSNR_HVS: Peak Signal-to-Noise Ratio, Human Visual System * VMAF: Video Multi-Method Assessment Fusion * QVBR: Quality-Defined Variable Bitrate. This option is only available when your output uses the QVBR rate control mode. * SHOT_CHANGE: Shot Changes"
},
"QvbrSettings": {
"shape": "Av1QvbrSettings",
@@ -2551,7 +2769,7 @@
"PerFrameMetrics": {
"shape": "__listOfFrameMetricType",
"locationName": "perFrameMetrics",
- "documentation": "Optionally choose one or more per frame metric reports to generate along with your output. You can use these metrics to analyze your video output according to one or more commonly used image quality metrics. You can specify per frame metrics for output groups or for individual outputs. When you do, MediaConvert writes a CSV (Comma-Separated Values) file to your S3 output destination, named after the output name and metric type. For example: videofile_PSNR.csv Jobs that generate per frame metrics will take longer to complete, depending on the resolution and complexity of your output. For example, some 4K jobs might take up to twice as long to complete. Note that when analyzing the video quality of your output, or when comparing the video quality of multiple different outputs, we generally also recommend a detailed visual review in a controlled environment. You can choose from the following per frame metrics: * PSNR: Peak Signal-to-Noise Ratio * SSIM: Structural Similarity Index Measure * MS_SSIM: Multi-Scale Similarity Index Measure * PSNR_HVS: Peak Signal-to-Noise Ratio, Human Visual System * VMAF: Video Multi-Method Assessment Fusion * QVBR: Quality-Defined Variable Bitrate. This option is only available when your output uses the QVBR rate control mode."
+ "documentation": "Optionally choose one or more per frame metric reports to generate along with your output. You can use these metrics to analyze your video output according to one or more commonly used image quality metrics. You can specify per frame metrics for output groups or for individual outputs. When you do, MediaConvert writes a CSV (Comma-Separated Values) file to your S3 output destination, named after the output name and metric type. For example: videofile_PSNR.csv Jobs that generate per frame metrics will take longer to complete, depending on the resolution and complexity of your output. For example, some 4K jobs might take up to twice as long to complete. Note that when analyzing the video quality of your output, or when comparing the video quality of multiple different outputs, we generally also recommend a detailed visual review in a controlled environment. You can choose from the following per frame metrics: * PSNR: Peak Signal-to-Noise Ratio * SSIM: Structural Similarity Index Measure * MS_SSIM: Multi-Scale Similarity Index Measure * PSNR_HVS: Peak Signal-to-Noise Ratio, Human Visual System * VMAF: Video Multi-Method Assessment Fusion * QVBR: Quality-Defined Variable Bitrate. This option is only available when your output uses the QVBR rate control mode. * SHOT_CHANGE: Shot Changes"
},
"ScanTypeConversionMode": {
"shape": "AvcIntraScanTypeConversionMode",
@@ -3789,17 +4007,81 @@
"HEVC",
"JPEG2000",
"MJPEG",
+ "MPEG1",
"MP4V",
"MPEG2",
"PRORES",
"THEORA",
+ "VFW",
"VP8",
"VP9",
+ "QTRLE",
"C608",
"C708",
"WEBVTT"
]
},
+ "CodecMetadata": {
+ "type": "structure",
+ "members": {
+ "BitDepth": {
+ "shape": "__integer",
+ "locationName": "bitDepth",
+ "documentation": "The number of bits used per color component in the video essence such as 8, 10, or 12 bits. Standard range (SDR) video typically uses 8-bit, while 10-bit is common for high dynamic range (HDR)."
+ },
+ "ChromaSubsampling": {
+ "shape": "__string",
+ "locationName": "chromaSubsampling",
+ "documentation": "The chroma subsampling format used in the video encoding, such as \"4:2:0\" or \"4:4:4\". This describes how color information is sampled relative to brightness information. Different subsampling ratios affect video quality and file size, with \"4:4:4\" providing the highest color fidelity and \"4:2:0\" being most common for standard video."
+ },
+ "CodedFrameRate": {
+ "shape": "FrameRate",
+ "locationName": "codedFrameRate",
+ "documentation": "The frame rate of the video or audio track, expressed as a fraction with numerator and denominator values."
+ },
+ "ColorPrimaries": {
+ "shape": "ColorPrimaries",
+ "locationName": "colorPrimaries",
+ "documentation": "The color space primaries of the video track, defining the red, green, and blue color coordinates used for the video. This information helps ensure accurate color reproduction during playback and transcoding."
+ },
+ "Height": {
+ "shape": "__integer",
+ "locationName": "height",
+ "documentation": "The height in pixels as coded by the codec. This represents the actual encoded video height as specified in the video stream headers."
+ },
+ "Level": {
+ "shape": "__string",
+ "locationName": "level",
+ "documentation": "The codec level or tier that specifies the maximum processing requirements and capabilities. Levels define constraints such as maximum bit rate, frame rate, and resolution."
+ },
+ "MatrixCoefficients": {
+ "shape": "MatrixCoefficients",
+ "locationName": "matrixCoefficients",
+ "documentation": "The color space matrix coefficients of the video track, defining how RGB color values are converted to and from YUV color space. This affects color accuracy during encoding and decoding processes."
+ },
+ "Profile": {
+ "shape": "__string",
+ "locationName": "profile",
+ "documentation": "The codec profile used to encode the video. Profiles define specific feature sets and capabilities within a codec standard. For example, H.264 profiles include Baseline, Main, and High, each supporting different encoding features and complexity levels."
+ },
+ "ScanType": {
+ "shape": "__string",
+ "locationName": "scanType",
+ "documentation": "The scanning method specified in the video essence, indicating whether the video uses progressive or interlaced scanning."
+ },
+ "TransferCharacteristics": {
+ "shape": "TransferCharacteristics",
+ "locationName": "transferCharacteristics",
+ "documentation": "The color space transfer characteristics of the video track, defining the relationship between linear light values and the encoded signal values. This affects brightness and contrast reproduction."
+ },
+ "Width": {
+ "shape": "__integer",
+ "locationName": "width",
+ "documentation": "The width in pixels as coded by the codec. This represents the actual encoded video width as specified in the video stream headers."
+ }
+ },
+ "documentation": "Codec-specific parameters parsed from the video essence headers. This information provides detailed technical specifications about how the video was encoded, including profile settings, resolution details, and color space information that can help you understand the source video characteristics and make informed encoding decisions."
+ },
"ColorConversion3DLUTSetting": {
"type": "structure",
"members": {
@@ -3902,7 +4184,7 @@
},
"ColorPrimaries": {
"type": "string",
- "documentation": "The color space color primaries of the video track.",
+ "documentation": "The color space primaries of the video track, defining the red, green, and blue color coordinates used for the video. This information helps ensure accurate color reproduction during playback and transcoding.",
"enum": [
"ITU_709",
"UNSPECIFIED",
@@ -4106,7 +4388,7 @@
"JobEngineVersion": {
"shape": "__string",
"locationName": "jobEngineVersion",
- "documentation": "Use Job engine versions to run jobs for your production workflow on one version, while you test and validate the latest version. To specify a Job engine version: Enter a date in a YYYY-MM-DD format. For a list of valid Job engine versions, submit a ListVersions request. To not specify a Job engine version: Leave blank."
+ "documentation": "Use Job engine versions to run jobs for your production workflow on one version, while you test and validate the latest version. Job engine versions represent periodically grouped MediaConvert releases with new features, updates, improvements, and fixes. Job engine versions are in a YYYY-MM-DD format. Note that the Job engine version feature is not publicly available at this time. To request access, contact AWS support."
},
"JobTemplate": {
"shape": "__string",
@@ -5290,7 +5572,7 @@
"LanguageCode": {
"shape": "LanguageCode",
"locationName": "languageCode",
- "documentation": "Specify the language to select from your audio input. In the MediaConvert console choose from a list of languages. In your JSON job settings choose from an ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php"
+ "documentation": "Specify the language, using an ISO 639-2 three-letter code in all capital letters. You can find a list of codes at: https://www.loc.gov/standards/iso639-2/php/code_list.php"
},
"Offset": {
"shape": "__integerMinNegative2147483648Max2147483647",
@@ -6094,14 +6376,15 @@
},
"FrameMetricType": {
"type": "string",
- "documentation": "* PSNR: Peak Signal-to-Noise Ratio * SSIM: Structural Similarity Index Measure * MS_SSIM: Multi-Scale Similarity Index Measure * PSNR_HVS: Peak Signal-to-Noise Ratio, Human Visual System * VMAF: Video Multi-Method Assessment Fusion * QVBR: Quality-Defined Variable Bitrate. This option is only available when your output uses the QVBR rate control mode.",
+ "documentation": "* PSNR: Peak Signal-to-Noise Ratio * SSIM: Structural Similarity Index Measure * MS_SSIM: Multi-Scale Similarity Index Measure * PSNR_HVS: Peak Signal-to-Noise Ratio, Human Visual System * VMAF: Video Multi-Method Assessment Fusion * QVBR: Quality-Defined Variable Bitrate. This option is only available when your output uses the QVBR rate control mode. * SHOT_CHANGE: Shot Changes",
"enum": [
"PSNR",
"SSIM",
"MS_SSIM",
"PSNR_HVS",
"VMAF",
- "QVBR"
+ "QVBR",
+ "SHOT_CHANGE"
]
},
"FrameRate": {
@@ -6118,7 +6401,7 @@
"documentation": "The numerator, or top number, in the fractional frame rate. For example, if your frame rate is 24000 / 1001 (23.976 frames per second), then the numerator would be 24000."
}
},
- "documentation": "The frame rate of the video or audio track."
+ "documentation": "The frame rate of the video or audio track, expressed as a fraction with numerator and denominator values."
},
"GetJobRequest": {
"type": "structure",
@@ -6168,6 +6451,40 @@
}
}
},
+ "GetJobsQueryResultsRequest": {
+ "type": "structure",
+ "members": {
+ "Id": {
+ "shape": "__string",
+ "locationName": "id",
+ "documentation": "The ID of the jobs query.",
+ "location": "uri"
+ }
+ },
+ "required": [
+ "Id"
+ ]
+ },
+ "GetJobsQueryResultsResponse": {
+ "type": "structure",
+ "members": {
+ "Jobs": {
+ "shape": "__listOfJob",
+ "locationName": "jobs",
+ "documentation": "List of jobs."
+ },
+ "NextToken": {
+ "shape": "__string",
+ "locationName": "nextToken",
+ "documentation": "Use this string to request the next batch of jobs via the StartJobsQuery API."
+ },
+ "Status": {
+ "shape": "JobsQueryStatus",
+ "locationName": "status",
+ "documentation": "The status of the jobs query."
+ }
+ }
+ },
"GetPolicyRequest": {
"type": "structure",
"members": {}
@@ -6638,7 +6955,7 @@
"PerFrameMetrics": {
"shape": "__listOfFrameMetricType",
"locationName": "perFrameMetrics",
- "documentation": "Optionally choose one or more per frame metric reports to generate along with your output. You can use these metrics to analyze your video output according to one or more commonly used image quality metrics. You can specify per frame metrics for output groups or for individual outputs. When you do, MediaConvert writes a CSV (Comma-Separated Values) file to your S3 output destination, named after the output name and metric type. For example: videofile_PSNR.csv Jobs that generate per frame metrics will take longer to complete, depending on the resolution and complexity of your output. For example, some 4K jobs might take up to twice as long to complete. Note that when analyzing the video quality of your output, or when comparing the video quality of multiple different outputs, we generally also recommend a detailed visual review in a controlled environment. You can choose from the following per frame metrics: * PSNR: Peak Signal-to-Noise Ratio * SSIM: Structural Similarity Index Measure * MS_SSIM: Multi-Scale Similarity Index Measure * PSNR_HVS: Peak Signal-to-Noise Ratio, Human Visual System * VMAF: Video Multi-Method Assessment Fusion * QVBR: Quality-Defined Variable Bitrate. This option is only available when your output uses the QVBR rate control mode."
+ "documentation": "Optionally choose one or more per frame metric reports to generate along with your output. You can use these metrics to analyze your video output according to one or more commonly used image quality metrics. You can specify per frame metrics for output groups or for individual outputs. When you do, MediaConvert writes a CSV (Comma-Separated Values) file to your S3 output destination, named after the output name and metric type. For example: videofile_PSNR.csv Jobs that generate per frame metrics will take longer to complete, depending on the resolution and complexity of your output. For example, some 4K jobs might take up to twice as long to complete. Note that when analyzing the video quality of your output, or when comparing the video quality of multiple different outputs, we generally also recommend a detailed visual review in a controlled environment. You can choose from the following per frame metrics: * PSNR: Peak Signal-to-Noise Ratio * SSIM: Structural Similarity Index Measure * MS_SSIM: Multi-Scale Similarity Index Measure * PSNR_HVS: Peak Signal-to-Noise Ratio, Human Visual System * VMAF: Video Multi-Method Assessment Fusion * QVBR: Quality-Defined Variable Bitrate. This option is only available when your output uses the QVBR rate control mode. * SHOT_CHANGE: Shot Changes"
},
"QualityTuningLevel": {
"shape": "H264QualityTuningLevel",
@@ -7137,7 +7454,7 @@
"PerFrameMetrics": {
"shape": "__listOfFrameMetricType",
"locationName": "perFrameMetrics",
- "documentation": "Optionally choose one or more per frame metric reports to generate along with your output. You can use these metrics to analyze your video output according to one or more commonly used image quality metrics. You can specify per frame metrics for output groups or for individual outputs. When you do, MediaConvert writes a CSV (Comma-Separated Values) file to your S3 output destination, named after the output name and metric type. For example: videofile_PSNR.csv Jobs that generate per frame metrics will take longer to complete, depending on the resolution and complexity of your output. For example, some 4K jobs might take up to twice as long to complete. Note that when analyzing the video quality of your output, or when comparing the video quality of multiple different outputs, we generally also recommend a detailed visual review in a controlled environment. You can choose from the following per frame metrics: * PSNR: Peak Signal-to-Noise Ratio * SSIM: Structural Similarity Index Measure * MS_SSIM: Multi-Scale Similarity Index Measure * PSNR_HVS: Peak Signal-to-Noise Ratio, Human Visual System * VMAF: Video Multi-Method Assessment Fusion * QVBR: Quality-Defined Variable Bitrate. This option is only available when your output uses the QVBR rate control mode."
+ "documentation": "Optionally choose one or more per frame metric reports to generate along with your output. You can use these metrics to analyze your video output according to one or more commonly used image quality metrics. You can specify per frame metrics for output groups or for individual outputs. When you do, MediaConvert writes a CSV (Comma-Separated Values) file to your S3 output destination, named after the output name and metric type. For example: videofile_PSNR.csv Jobs that generate per frame metrics will take longer to complete, depending on the resolution and complexity of your output. For example, some 4K jobs might take up to twice as long to complete. Note that when analyzing the video quality of your output, or when comparing the video quality of multiple different outputs, we generally also recommend a detailed visual review in a controlled environment. You can choose from the following per frame metrics: * PSNR: Peak Signal-to-Noise Ratio * SSIM: Structural Similarity Index Measure * MS_SSIM: Multi-Scale Similarity Index Measure * PSNR_HVS: Peak Signal-to-Noise Ratio, Human Visual System * VMAF: Video Multi-Method Assessment Fusion * QVBR: Quality-Defined Variable Bitrate. This option is only available when your output uses the QVBR rate control mode. * SHOT_CHANGE: Shot Changes"
},
"QualityTuningLevel": {
"shape": "H265QualityTuningLevel",
@@ -7433,12 +7750,12 @@
"CustomLanguageCode": {
"shape": "__stringMin3Max3PatternAZaZ3",
"locationName": "customLanguageCode",
- "documentation": "Specify the language for this captions channel, using the ISO 639-2 or ISO 639-3 three-letter language code"
+ "documentation": "Specify the language, using an ISO 639-2 three-letter code in all capital letters. You can find a list of codes at: https://www.loc.gov/standards/iso639-2/php/code_list.php"
},
"LanguageCode": {
"shape": "LanguageCode",
"locationName": "languageCode",
- "documentation": "Specify the language, using the ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php."
+ "documentation": "Specify the language, using an ISO 639-2 three-letter code in all capital letters. You can find a list of codes at: https://www.loc.gov/standards/iso639-2/php/code_list.php"
},
"LanguageDescription": {
"shape": "__string",
@@ -7850,7 +8167,7 @@
"RenditionLanguageCode": {
"shape": "LanguageCode",
"locationName": "renditionLanguageCode",
- "documentation": "Optional. Specify ISO 639-2 or ISO 639-3 code in the language property"
+ "documentation": "Optionally specify the language, using an ISO 639-2 or ISO 639-3 three-letter code in all capital letters. You can find a list of codes at: https://www.loc.gov/standards/iso639-2/php/code_list.php"
},
"RenditionName": {
"shape": "__string",
@@ -7998,7 +8315,7 @@
},
"ImscAccessibilitySubs": {
"type": "string",
- "documentation": "If the IMSC captions track is intended to provide accessibility for people who are deaf or hard of hearing: Set Accessibility subtitles to Enabled. When you do, MediaConvert adds accessibility attributes to your output HLS or DASH manifest. For HLS manifests, MediaConvert adds the following accessibility attributes under EXT-X-MEDIA for this track: CHARACTERISTICS=\"public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound\" and AUTOSELECT=\"YES\". For DASH manifests, MediaConvert adds the following in the adaptation set for this track: . If the captions track is not intended to provide such accessibility: Keep the default value, Disabled. When you do, for DASH manifests, MediaConvert instead adds the following in the adaptation set for this track: .",
+ "documentation": "If the IMSC captions track is intended to provide accessibility for people who are deaf or hard of hearing: Set Accessibility subtitles to Enabled. When you do, MediaConvert adds accessibility attributes to your output HLS or DASH manifest. For HLS manifests, MediaConvert adds the following accessibility attributes under EXT-X-MEDIA for this track: CHARACTERISTICS=\"public.accessibility.transcribes-spoken-dialog,public.accessibility.describes-music-and-sound\" and AUTOSELECT=\"YES\". For DASH manifests, MediaConvert adds the following in the adaptation set for this track: . If the captions track is not intended to provide such accessibility: Keep the default value, Disabled. When you do, for DASH manifests, MediaConvert instead adds the following in the adaptation set for this track: .",
"enum": [
"DISABLED",
"ENABLED"
@@ -8010,7 +8327,7 @@
"Accessibility": {
"shape": "ImscAccessibilitySubs",
"locationName": "accessibility",
- "documentation": "If the IMSC captions track is intended to provide accessibility for people who are deaf or hard of hearing: Set Accessibility subtitles to Enabled. When you do, MediaConvert adds accessibility attributes to your output HLS or DASH manifest. For HLS manifests, MediaConvert adds the following accessibility attributes under EXT-X-MEDIA for this track: CHARACTERISTICS=\"public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound\" and AUTOSELECT=\"YES\". For DASH manifests, MediaConvert adds the following in the adaptation set for this track: . If the captions track is not intended to provide such accessibility: Keep the default value, Disabled. When you do, for DASH manifests, MediaConvert instead adds the following in the adaptation set for this track: ."
+ "documentation": "If the IMSC captions track is intended to provide accessibility for people who are deaf or hard of hearing: Set Accessibility subtitles to Enabled. When you do, MediaConvert adds accessibility attributes to your output HLS or DASH manifest. For HLS manifests, MediaConvert adds the following accessibility attributes under EXT-X-MEDIA for this track: CHARACTERISTICS=\"public.accessibility.transcribes-spoken-dialog,public.accessibility.describes-music-and-sound\" and AUTOSELECT=\"YES\". For DASH manifests, MediaConvert adds the following in the adaptation set for this track: . If the captions track is not intended to provide such accessibility: Keep the default value, Disabled. When you do, for DASH manifests, MediaConvert instead adds the following in the adaptation set for this track: ."
},
"StylePassthrough": {
"shape": "ImscStylePassthrough",
@@ -8454,10 +8771,20 @@
"locationName": "framerateNumerator",
"documentation": "Specify the numerator of the fraction that represents the frame rate for your video generator input. When you do, you must also specify a value for Frame rate denominator. MediaConvert uses a default frame rate of 29.97 when you leave Frame rate numerator and Frame rate denominator blank."
},
+ "Height": {
+ "shape": "__integerMin32Max8192",
+ "locationName": "height",
+ "documentation": "Specify the height, in pixels, for your video generator input. This is useful for positioning when you include one or more video overlays for this input. To use the default resolution 540x360: Leave both width and height blank. To specify a height: Enter an even integer from 32 to 8192. When you do, you must also specify a value for width."
+ },
"SampleRate": {
"shape": "__integerMin32000Max48000",
"locationName": "sampleRate",
"documentation": "Specify the audio sample rate, in Hz, for the silent audio in your video generator input.\nEnter an integer from 32000 to 48000."
+ },
+ "Width": {
+ "shape": "__integerMin32Max8192",
+ "locationName": "width",
+ "documentation": "Specify the width, in pixels, for your video generator input. This is useful for positioning when you include one or more video overlays for this input. To use the default resolution 540x360: Leave both width and height blank. To specify a width: Enter an even integer from 32 to 8192. When you do, you must also specify a value for height."
}
},
"documentation": "When you include Video generator, MediaConvert creates a video input with black frames. Use this setting if you do not have a video input or if you want to add black video frames before, or after, other inputs. You can specify Video generator, or you can specify an Input file, but you cannot specify both. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/video-generator.html"
@@ -8713,7 +9040,7 @@
"Version": {
"shape": "__string",
"locationName": "version",
- "documentation": "Use Job engine versions to run jobs for your production workflow on one version, while you test and validate the latest version. Job engine versions are in a YYYY-MM-DD format."
+ "documentation": "Use Job engine versions to run jobs for your production workflow on one version, while you test and validate the latest version. Job engine versions represent periodically grouped MediaConvert releases with new features, updates, improvements, and fixes. Job engine versions are in a YYYY-MM-DD format. Note that the Job engine version feature is not publicly available at this time. To request access, contact AWS support."
}
},
"documentation": "Use Job engine versions to run jobs for your production workflow on one version, while you test and validate the latest version. Job engine versions are in a YYYY-MM-DD format."
@@ -8774,7 +9101,7 @@
"FollowSource": {
"shape": "__integerMin1Max150",
"locationName": "followSource",
- "documentation": "Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable \"Follow source\" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs."
+ "documentation": "Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable \"Follow source\" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs."
},
"Inputs": {
"shape": "__listOfInput",
@@ -8945,7 +9272,7 @@
"FollowSource": {
"shape": "__integerMin1Max150",
"locationName": "followSource",
- "documentation": "Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable \"Follow source\" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs."
+ "documentation": "Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable \"Follow source\" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs."
},
"Inputs": {
"shape": "__listOfInputTemplate",
@@ -8990,6 +9317,45 @@
},
"documentation": "JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it."
},
+ "JobsQueryFilter": {
+ "type": "structure",
+ "members": {
+ "Key": {
+ "shape": "JobsQueryFilterKey",
+ "locationName": "key",
+ "documentation": "Specify job details to filter for while performing a jobs query. You specify these filters as part of a key-value pair within the JobsQueryFilter array. The following list describes which keys are available and their possible values: * queue - Your Queue's name or ARN. * status - Your job's status. (SUBMITTED | PROGRESSING | COMPLETE | CANCELED | ERROR) * fileInput - Your input file URL, or partial input file name. * jobEngineVersionRequested - The Job engine version that you requested for your job. Valid versions are in a YYYY-MM-DD format. * jobEngineVersionUsed - The Job engine version that your job used. This may differ from the version that you requested. Valid versions are in a YYYY-MM-DD format. * audioCodec - Your output's audio codec. (AAC | MP2 | MP3 | WAV | AIFF | AC3| EAC3 | EAC3_ATMOS | VORBIS | OPUS | PASSTHROUGH | FLAC) * videoCodec - Your output's video codec. (AV1 | AVC_INTRA | FRAME_CAPTURE | H_264 | H_265 | MPEG2 | PASSTHROUGH | PRORES | UNCOMPRESSED | VC3 | VP8 | VP9 | XAVC)"
+ },
+ "Values": {
+ "shape": "__listOf__stringMax100",
+ "locationName": "values",
+ "documentation": "A list of values associated with a JobsQueryFilterKey."
+ }
+ },
+ "documentation": "Provide one or more JobsQueryFilter objects, each containing a Key with an associated Values array. Note that MediaConvert queries jobs using OR logic."
+ },
+ "JobsQueryFilterKey": {
+ "type": "string",
+ "documentation": "Specify job details to filter for while performing a jobs query. You specify these filters as part of a key-value pair within the JobsQueryFilter array. The following list describes which keys are available and their possible values: * queue - Your Queue's name or ARN. * status - Your job's status. (SUBMITTED | PROGRESSING | COMPLETE | CANCELED | ERROR) * fileInput - Your input file URL, or partial input file name. * jobEngineVersionRequested - The Job engine version that you requested for your job. Valid versions are in a YYYY-MM-DD format. * jobEngineVersionUsed - The Job engine version that your job used. This may differ from the version that you requested. Valid versions are in a YYYY-MM-DD format. * audioCodec - Your output's audio codec. (AAC | MP2 | MP3 | WAV | AIFF | AC3| EAC3 | EAC3_ATMOS | VORBIS | OPUS | PASSTHROUGH | FLAC) * videoCodec - Your output's video codec. (AV1 | AVC_INTRA | FRAME_CAPTURE | H_264 | H_265 | MPEG2 | PASSTHROUGH | PRORES | UNCOMPRESSED | VC3 | VP8 | VP9 | XAVC)",
+ "enum": [
+ "queue",
+ "status",
+ "fileInput",
+ "jobEngineVersionRequested",
+ "jobEngineVersionUsed",
+ "audioCodec",
+ "videoCodec"
+ ]
+ },
+ "JobsQueryStatus": {
+ "type": "string",
+ "documentation": "A job query's status can be SUBMITTED, PROGRESSING, COMPLETE, or ERROR.",
+ "enum": [
+ "SUBMITTED",
+ "PROGRESSING",
+ "COMPLETE",
+ "ERROR"
+ ]
+ },
"KantarWatermarkSettings": {
"type": "structure",
"members": {
@@ -9063,7 +9429,7 @@
},
"LanguageCode": {
"type": "string",
- "documentation": "Specify the language, using the ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php.",
+ "documentation": "Specify the language, using an ISO 639-2 three-letter code in all capital letters. You can find a list of codes at: https://www.loc.gov/standards/iso639-2/php/code_list.php",
"enum": [
"ENG",
"SPA",
@@ -10041,7 +10407,7 @@
},
"MatrixCoefficients": {
"type": "string",
- "documentation": "The color space matrix coefficients of the video track.",
+ "documentation": "The color space matrix coefficients of the video track, defining how RGB color values are converted to and from YUV color space. This affects color accuracy during encoding and decoding processes.",
"enum": [
"RGB",
"ITU_709",
@@ -10811,7 +11177,7 @@
"PerFrameMetrics": {
"shape": "__listOfFrameMetricType",
"locationName": "perFrameMetrics",
- "documentation": "Optionally choose one or more per frame metric reports to generate along with your output. You can use these metrics to analyze your video output according to one or more commonly used image quality metrics. You can specify per frame metrics for output groups or for individual outputs. When you do, MediaConvert writes a CSV (Comma-Separated Values) file to your S3 output destination, named after the output name and metric type. For example: videofile_PSNR.csv Jobs that generate per frame metrics will take longer to complete, depending on the resolution and complexity of your output. For example, some 4K jobs might take up to twice as long to complete. Note that when analyzing the video quality of your output, or when comparing the video quality of multiple different outputs, we generally also recommend a detailed visual review in a controlled environment. You can choose from the following per frame metrics: * PSNR: Peak Signal-to-Noise Ratio * SSIM: Structural Similarity Index Measure * MS_SSIM: Multi-Scale Similarity Index Measure * PSNR_HVS: Peak Signal-to-Noise Ratio, Human Visual System * VMAF: Video Multi-Method Assessment Fusion * QVBR: Quality-Defined Variable Bitrate. This option is only available when your output uses the QVBR rate control mode."
+ "documentation": "Optionally choose one or more per frame metric reports to generate along with your output. You can use these metrics to analyze your video output according to one or more commonly used image quality metrics. You can specify per frame metrics for output groups or for individual outputs. When you do, MediaConvert writes a CSV (Comma-Separated Values) file to your S3 output destination, named after the output name and metric type. For example: videofile_PSNR.csv Jobs that generate per frame metrics will take longer to complete, depending on the resolution and complexity of your output. For example, some 4K jobs might take up to twice as long to complete. Note that when analyzing the video quality of your output, or when comparing the video quality of multiple different outputs, we generally also recommend a detailed visual review in a controlled environment. You can choose from the following per frame metrics: * PSNR: Peak Signal-to-Noise Ratio * SSIM: Structural Similarity Index Measure * MS_SSIM: Multi-Scale Similarity Index Measure * PSNR_HVS: Peak Signal-to-Noise Ratio, Human Visual System * VMAF: Video Multi-Method Assessment Fusion * QVBR: Quality-Defined Variable Bitrate. This option is only available when your output uses the QVBR rate control mode. * SHOT_CHANGE: Shot Changes"
},
"QualityTuningLevel": {
"shape": "Mpeg2QualityTuningLevel",
@@ -11511,7 +11877,7 @@
"PerFrameMetrics": {
"shape": "__listOfFrameMetricType",
"locationName": "perFrameMetrics",
- "documentation": "Optionally choose one or more per frame metric reports to generate along with your output. You can use these metrics to analyze your video output according to one or more commonly used image quality metrics. You can specify per frame metrics for output groups or for individual outputs. When you do, MediaConvert writes a CSV (Comma-Separated Values) file to your S3 output destination, named after the output name and metric type. For example: videofile_PSNR.csv Jobs that generate per frame metrics will take longer to complete, depending on the resolution and complexity of your output. For example, some 4K jobs might take up to twice as long to complete. Note that when analyzing the video quality of your output, or when comparing the video quality of multiple different outputs, we generally also recommend a detailed visual review in a controlled environment. You can choose from the following per frame metrics: * PSNR: Peak Signal-to-Noise Ratio * SSIM: Structural Similarity Index Measure * MS_SSIM: Multi-Scale Similarity Index Measure * PSNR_HVS: Peak Signal-to-Noise Ratio, Human Visual System * VMAF: Video Multi-Method Assessment Fusion * QVBR: Quality-Defined Variable Bitrate. This option is only available when your output uses the QVBR rate control mode."
+ "documentation": "Optionally choose one or more per frame metric reports to generate along with your output. You can use these metrics to analyze your video output according to one or more commonly used image quality metrics. You can specify per frame metrics for output groups or for individual outputs. When you do, MediaConvert writes a CSV (Comma-Separated Values) file to your S3 output destination, named after the output name and metric type. For example: videofile_PSNR.csv Jobs that generate per frame metrics will take longer to complete, depending on the resolution and complexity of your output. For example, some 4K jobs might take up to twice as long to complete. Note that when analyzing the video quality of your output, or when comparing the video quality of multiple different outputs, we generally also recommend a detailed visual review in a controlled environment. You can choose from the following per frame metrics: * PSNR: Peak Signal-to-Noise Ratio * SSIM: Structural Similarity Index Measure * MS_SSIM: Multi-Scale Similarity Index Measure * PSNR_HVS: Peak Signal-to-Noise Ratio, Human Visual System * VMAF: Video Multi-Method Assessment Fusion * QVBR: Quality-Defined Variable Bitrate. This option is only available when your output uses the QVBR rate control mode. * SHOT_CHANGE: Shot Changes"
},
"Type": {
"shape": "OutputGroupType",
@@ -11886,7 +12252,7 @@
"PerFrameMetrics": {
"shape": "__listOfFrameMetricType",
"locationName": "perFrameMetrics",
- "documentation": "Optionally choose one or more per frame metric reports to generate along with your output. You can use these metrics to analyze your video output according to one or more commonly used image quality metrics. You can specify per frame metrics for output groups or for individual outputs. When you do, MediaConvert writes a CSV (Comma-Separated Values) file to your S3 output destination, named after the output name and metric type. For example: videofile_PSNR.csv Jobs that generate per frame metrics will take longer to complete, depending on the resolution and complexity of your output. For example, some 4K jobs might take up to twice as long to complete. Note that when analyzing the video quality of your output, or when comparing the video quality of multiple different outputs, we generally also recommend a detailed visual review in a controlled environment. You can choose from the following per frame metrics: * PSNR: Peak Signal-to-Noise Ratio * SSIM: Structural Similarity Index Measure * MS_SSIM: Multi-Scale Similarity Index Measure * PSNR_HVS: Peak Signal-to-Noise Ratio, Human Visual System * VMAF: Video Multi-Method Assessment Fusion * QVBR: Quality-Defined Variable Bitrate. This option is only available when your output uses the QVBR rate control mode."
+ "documentation": "Optionally choose one or more per frame metric reports to generate along with your output. You can use these metrics to analyze your video output according to one or more commonly used image quality metrics. You can specify per frame metrics for output groups or for individual outputs. When you do, MediaConvert writes a CSV (Comma-Separated Values) file to your S3 output destination, named after the output name and metric type. For example: videofile_PSNR.csv Jobs that generate per frame metrics will take longer to complete, depending on the resolution and complexity of your output. For example, some 4K jobs might take up to twice as long to complete. Note that when analyzing the video quality of your output, or when comparing the video quality of multiple different outputs, we generally also recommend a detailed visual review in a controlled environment. You can choose from the following per frame metrics: * PSNR: Peak Signal-to-Noise Ratio * SSIM: Structural Similarity Index Measure * MS_SSIM: Multi-Scale Similarity Index Measure * PSNR_HVS: Peak Signal-to-Noise Ratio, Human Visual System * VMAF: Video Multi-Method Assessment Fusion * QVBR: Quality-Defined Variable Bitrate. This option is only available when your output uses the QVBR rate control mode. * SHOT_CHANGE: Shot Changes"
},
"ScanTypeConversionMode": {
"shape": "ProresScanTypeConversionMode",
@@ -12450,6 +12816,20 @@
},
"documentation": "A service override applied by MediaConvert to the settings that you have configured. If you see any overrides, we recommend that you contact AWS Support."
},
+ "ServiceQuotaExceededException": {
+ "type": "structure",
+ "members": {
+ "Message": {
+ "shape": "__string",
+ "locationName": "message"
+ }
+ },
+ "exception": true,
+ "error": {
+ "httpStatusCode": 402
+ },
+ "documentation": "You attempted to create more resources than the service allows based on service quotas."
+ },
"ShareStatus": {
"type": "string",
"enum": [
@@ -12552,6 +12932,41 @@
"DISABLED"
]
},
+ "StartJobsQueryRequest": {
+ "type": "structure",
+ "members": {
+ "FilterList": {
+ "shape": "__listOfJobsQueryFilter",
+ "locationName": "filterList",
+ "documentation": "Optional. Provide an array of JobsQueryFilters for your StartJobsQuery request."
+ },
+ "MaxResults": {
+ "shape": "__integerMin1Max20",
+ "locationName": "maxResults",
+ "documentation": "Optional. Number of jobs, up to twenty, that will be included in the jobs query."
+ },
+ "NextToken": {
+ "shape": "__string",
+ "locationName": "nextToken",
+ "documentation": "Use this string to request the next batch of jobs matched by a jobs query."
+ },
+ "Order": {
+ "shape": "Order",
+ "locationName": "order",
+ "documentation": "Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource."
+ }
+ }
+ },
+ "StartJobsQueryResponse": {
+ "type": "structure",
+ "members": {
+ "Id": {
+ "shape": "__string",
+ "locationName": "id",
+ "documentation": "The ID of the jobs query."
+ }
+ }
+ },
"StaticKeyProvider": {
"type": "structure",
"members": {
@@ -12885,7 +13300,7 @@
},
"TransferCharacteristics": {
"type": "string",
- "documentation": "The color space transfer characteristics of the video track.",
+ "documentation": "The color space transfer characteristics of the video track, defining the relationship between linear light values and the encoded signal values. This affects brightness and contrast reproduction.",
"enum": [
"ITU_709",
"UNSPECIFIED",
@@ -13778,22 +14193,27 @@
"BitDepth": {
"shape": "__integer",
"locationName": "bitDepth",
- "documentation": "The bit depth of the video track."
+ "documentation": "The number of bits used per color component such as 8, 10, or 12 bits. Standard range (SDR) video typically uses 8-bit, while 10-bit is common for high dynamic range (HDR)."
},
"BitRate": {
"shape": "__long",
"locationName": "bitRate",
"documentation": "The bit rate of the video track, in bits per second."
},
+ "CodecMetadata": {
+ "shape": "CodecMetadata",
+ "locationName": "codecMetadata",
+ "documentation": "Codec-specific parameters parsed from the video essence headers. This information provides detailed technical specifications about how the video was encoded, including profile settings, resolution details, and color space information that can help you understand the source video characteristics and make informed encoding decisions."
+ },
"ColorPrimaries": {
"shape": "ColorPrimaries",
"locationName": "colorPrimaries",
- "documentation": "The color space color primaries of the video track."
+ "documentation": "The color space primaries of the video track, defining the red, green, and blue color coordinates used for the video. This information helps ensure accurate color reproduction during playback and transcoding."
},
"FrameRate": {
"shape": "FrameRate",
"locationName": "frameRate",
- "documentation": "The frame rate of the video or audio track."
+ "documentation": "The frame rate of the video or audio track, expressed as a fraction with numerator and denominator values."
},
"Height": {
"shape": "__integer",
@@ -13803,12 +14223,12 @@
"MatrixCoefficients": {
"shape": "MatrixCoefficients",
"locationName": "matrixCoefficients",
- "documentation": "The color space matrix coefficients of the video track."
+ "documentation": "The color space matrix coefficients of the video track, defining how RGB color values are converted to and from YUV color space. This affects color accuracy during encoding and decoding processes."
},
"TransferCharacteristics": {
"shape": "TransferCharacteristics",
"locationName": "transferCharacteristics",
- "documentation": "The color space transfer characteristics of the video track."
+ "documentation": "The color space transfer characteristics of the video track, defining the relationship between linear light values and the encoded signal values. This affects brightness and contrast reproduction."
},
"Width": {
"shape": "__integer",
@@ -14218,7 +14638,7 @@
},
"WebvttAccessibilitySubs": {
"type": "string",
- "documentation": "If the WebVTT captions track is intended to provide accessibility for people who are deaf or hard of hearing: Set Accessibility subtitles to Enabled. When you do, MediaConvert adds accessibility attributes to your output HLS or DASH manifest. For HLS manifests, MediaConvert adds the following accessibility attributes under EXT-X-MEDIA for this track: CHARACTERISTICS=\"public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound\" and AUTOSELECT=\"YES\". For DASH manifests, MediaConvert adds the following in the adaptation set for this track: . If the captions track is not intended to provide such accessibility: Keep the default value, Disabled. When you do, for DASH manifests, MediaConvert instead adds the following in the adaptation set for this track: .",
+ "documentation": "If the WebVTT captions track is intended to provide accessibility for people who are deaf or hard of hearing: Set Accessibility subtitles to Enabled. When you do, MediaConvert adds accessibility attributes to your output HLS or DASH manifest. For HLS manifests, MediaConvert adds the following accessibility attributes under EXT-X-MEDIA for this track: CHARACTERISTICS=\"public.accessibility.transcribes-spoken-dialog,public.accessibility.describes-music-and-sound\" and AUTOSELECT=\"YES\". For DASH manifests, MediaConvert adds the following in the adaptation set for this track: . If the captions track is not intended to provide such accessibility: Keep the default value, Disabled. When you do, for DASH manifests, MediaConvert instead adds the following in the adaptation set for this track: .",
"enum": [
"DISABLED",
"ENABLED"
@@ -14230,7 +14650,7 @@
"Accessibility": {
"shape": "WebvttAccessibilitySubs",
"locationName": "accessibility",
- "documentation": "If the WebVTT captions track is intended to provide accessibility for people who are deaf or hard of hearing: Set Accessibility subtitles to Enabled. When you do, MediaConvert adds accessibility attributes to your output HLS or DASH manifest. For HLS manifests, MediaConvert adds the following accessibility attributes under EXT-X-MEDIA for this track: CHARACTERISTICS=\"public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound\" and AUTOSELECT=\"YES\". For DASH manifests, MediaConvert adds the following in the adaptation set for this track: . If the captions track is not intended to provide such accessibility: Keep the default value, Disabled. When you do, for DASH manifests, MediaConvert instead adds the following in the adaptation set for this track: ."
+ "documentation": "If the WebVTT captions track is intended to provide accessibility for people who are deaf or hard of hearing: Set Accessibility subtitles to Enabled. When you do, MediaConvert adds accessibility attributes to your output HLS or DASH manifest. For HLS manifests, MediaConvert adds the following accessibility attributes under EXT-X-MEDIA for this track: CHARACTERISTICS=\"public.accessibility.transcribes-spoken-dialog,public.accessibility.describes-music-and-sound\" and AUTOSELECT=\"YES\". For DASH manifests, MediaConvert adds the following in the adaptation set for this track: . If the captions track is not intended to provide such accessibility: Keep the default value, Disabled. When you do, for DASH manifests, MediaConvert instead adds the following in the adaptation set for this track: ."
},
"StylePassthrough": {
"shape": "WebvttStylePassthrough",
@@ -14251,7 +14671,7 @@
"RenditionLanguageCode": {
"shape": "LanguageCode",
"locationName": "renditionLanguageCode",
- "documentation": "Optional. Specify ISO 639-2 or ISO 639-3 code in the language property"
+ "documentation": "Optionally specify the language, using an ISO 639-2 or ISO 639-3 three-letter code in all capital letters. You can find a list of codes at: https://www.loc.gov/standards/iso639-2/php/code_list.php"
},
"RenditionName": {
"shape": "__string",
@@ -14594,7 +15014,7 @@
"PerFrameMetrics": {
"shape": "__listOfFrameMetricType",
"locationName": "perFrameMetrics",
- "documentation": "Optionally choose one or more per frame metric reports to generate along with your output. You can use these metrics to analyze your video output according to one or more commonly used image quality metrics. You can specify per frame metrics for output groups or for individual outputs. When you do, MediaConvert writes a CSV (Comma-Separated Values) file to your S3 output destination, named after the output name and metric type. For example: videofile_PSNR.csv Jobs that generate per frame metrics will take longer to complete, depending on the resolution and complexity of your output. For example, some 4K jobs might take up to twice as long to complete. Note that when analyzing the video quality of your output, or when comparing the video quality of multiple different outputs, we generally also recommend a detailed visual review in a controlled environment. You can choose from the following per frame metrics: * PSNR: Peak Signal-to-Noise Ratio * SSIM: Structural Similarity Index Measure * MS_SSIM: Multi-Scale Similarity Index Measure * PSNR_HVS: Peak Signal-to-Noise Ratio, Human Visual System * VMAF: Video Multi-Method Assessment Fusion * QVBR: Quality-Defined Variable Bitrate. This option is only available when your output uses the QVBR rate control mode."
+ "documentation": "Optionally choose one or more per frame metric reports to generate along with your output. You can use these metrics to analyze your video output according to one or more commonly used image quality metrics. You can specify per frame metrics for output groups or for individual outputs. When you do, MediaConvert writes a CSV (Comma-Separated Values) file to your S3 output destination, named after the output name and metric type. For example: videofile_PSNR.csv Jobs that generate per frame metrics will take longer to complete, depending on the resolution and complexity of your output. For example, some 4K jobs might take up to twice as long to complete. Note that when analyzing the video quality of your output, or when comparing the video quality of multiple different outputs, we generally also recommend a detailed visual review in a controlled environment. You can choose from the following per frame metrics: * PSNR: Peak Signal-to-Noise Ratio * SSIM: Structural Similarity Index Measure * MS_SSIM: Multi-Scale Similarity Index Measure * PSNR_HVS: Peak Signal-to-Noise Ratio, Human Visual System * VMAF: Video Multi-Method Assessment Fusion * QVBR: Quality-Defined Variable Bitrate. This option is only available when your output uses the QVBR rate control mode. * SHOT_CHANGE: Shot Changes"
},
"Profile": {
"shape": "XavcProfile",
@@ -15381,6 +15801,12 @@
"shape": "JobTemplate"
}
},
+ "__listOfJobsQueryFilter": {
+ "type": "list",
+ "member": {
+ "shape": "JobsQueryFilter"
+ }
+ },
"__listOfMsSmoothAdditionalManifest": {
"type": "list",
"member": {
@@ -15531,6 +15957,12 @@
"shape": "__string"
}
},
+ "__listOf__stringMax100": {
+ "type": "list",
+ "member": {
+ "shape": "__stringMax100"
+ }
+ },
"__listOf__stringMin1": {
"type": "list",
"member": {
@@ -15606,6 +16038,10 @@
"__string": {
"type": "string"
},
+ "__stringMax100": {
+ "type": "string",
+ "max": 100
+ },
"__stringMax1000": {
"type": "string",
"max": 1000
@@ -15806,7 +16242,7 @@
},
"__stringPatternArnAwsUsGovAcm": {
"type": "string",
- "pattern": "^arn:aws(-us-gov)?:acm:"
+ "pattern": "^arn:aws(-us-gov)?:acm:.*$"
},
"__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932": {
"type": "string",
@@ -15818,7 +16254,7 @@
},
"__stringPatternHttps": {
"type": "string",
- "pattern": "^https:\\/\\/"
+ "pattern": "^https:\\/\\/.*$"
},
"__stringPatternHttpsD": {
"type": "string",
@@ -15834,7 +16270,7 @@
},
"__stringPatternS3": {
"type": "string",
- "pattern": "^s3:\\/\\/"
+ "pattern": "^s3:\\/\\/.*$"
},
"__stringPatternS3ASSETMAPXml": {
"type": "string",
diff --git a/services/medialive/pom.xml b/services/medialive/pom.xml
index 5473c30522e3..512137c1dea7 100644
--- a/services/medialive/pom.xml
+++ b/services/medialive/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
4.0.0
medialive
diff --git a/services/mediapackage/pom.xml b/services/mediapackage/pom.xml
index cfe36555ca8a..d6826d411078 100644
--- a/services/mediapackage/pom.xml
+++ b/services/mediapackage/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
4.0.0
mediapackage
diff --git a/services/mediapackagev2/pom.xml b/services/mediapackagev2/pom.xml
index 0e8e7a2b0f70..6d3d5df041d5 100644
--- a/services/mediapackagev2/pom.xml
+++ b/services/mediapackagev2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
mediapackagev2
AWS Java SDK :: Services :: Media Package V2
diff --git a/services/mediapackagevod/pom.xml b/services/mediapackagevod/pom.xml
index 43d43e06aeca..5e2d2740e656 100644
--- a/services/mediapackagevod/pom.xml
+++ b/services/mediapackagevod/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
mediapackagevod
AWS Java SDK :: Services :: MediaPackage Vod
diff --git a/services/mediastore/pom.xml b/services/mediastore/pom.xml
index f66c684d3cef..66dc4c85ae7a 100644
--- a/services/mediastore/pom.xml
+++ b/services/mediastore/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
4.0.0
mediastore
diff --git a/services/mediastoredata/pom.xml b/services/mediastoredata/pom.xml
index 918e8376a318..5ce7a862558c 100644
--- a/services/mediastoredata/pom.xml
+++ b/services/mediastoredata/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
4.0.0
mediastoredata
diff --git a/services/mediatailor/pom.xml b/services/mediatailor/pom.xml
index 375950c83140..468ef9460cd4 100644
--- a/services/mediatailor/pom.xml
+++ b/services/mediatailor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
mediatailor
AWS Java SDK :: Services :: MediaTailor
diff --git a/services/medicalimaging/pom.xml b/services/medicalimaging/pom.xml
index 5cbf5126e758..8f1e26f0e15f 100644
--- a/services/medicalimaging/pom.xml
+++ b/services/medicalimaging/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
medicalimaging
AWS Java SDK :: Services :: Medical Imaging
diff --git a/services/memorydb/pom.xml b/services/memorydb/pom.xml
index ed77baefa4d9..40ba1e7ee442 100644
--- a/services/memorydb/pom.xml
+++ b/services/memorydb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
memorydb
AWS Java SDK :: Services :: Memory DB
diff --git a/services/mgn/pom.xml b/services/mgn/pom.xml
index 0b15d93f3054..1ae7d4bfa64f 100644
--- a/services/mgn/pom.xml
+++ b/services/mgn/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
mgn
AWS Java SDK :: Services :: Mgn
diff --git a/services/migrationhub/pom.xml b/services/migrationhub/pom.xml
index b3b056dc363b..09e9c577eb97 100644
--- a/services/migrationhub/pom.xml
+++ b/services/migrationhub/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
4.0.0
migrationhub
diff --git a/services/migrationhubconfig/pom.xml b/services/migrationhubconfig/pom.xml
index 26e6e57004d5..743545dc87f3 100644
--- a/services/migrationhubconfig/pom.xml
+++ b/services/migrationhubconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
migrationhubconfig
AWS Java SDK :: Services :: MigrationHub Config
diff --git a/services/migrationhuborchestrator/pom.xml b/services/migrationhuborchestrator/pom.xml
index 9807aa7e9f8b..e7e3048ab9f8 100644
--- a/services/migrationhuborchestrator/pom.xml
+++ b/services/migrationhuborchestrator/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
migrationhuborchestrator
AWS Java SDK :: Services :: Migration Hub Orchestrator
diff --git a/services/migrationhubrefactorspaces/pom.xml b/services/migrationhubrefactorspaces/pom.xml
index 6282b32bfbe0..f774a555089c 100644
--- a/services/migrationhubrefactorspaces/pom.xml
+++ b/services/migrationhubrefactorspaces/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
migrationhubrefactorspaces
AWS Java SDK :: Services :: Migration Hub Refactor Spaces
diff --git a/services/migrationhubstrategy/pom.xml b/services/migrationhubstrategy/pom.xml
index ea99315ff46b..c8beb83ccd22 100644
--- a/services/migrationhubstrategy/pom.xml
+++ b/services/migrationhubstrategy/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
migrationhubstrategy
AWS Java SDK :: Services :: Migration Hub Strategy
diff --git a/services/mpa/pom.xml b/services/mpa/pom.xml
index 08da7b0743ef..282696f9f76f 100644
--- a/services/mpa/pom.xml
+++ b/services/mpa/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
mpa
AWS Java SDK :: Services :: MPA
diff --git a/services/mq/pom.xml b/services/mq/pom.xml
index 96627926f3ce..e80ac61d4b9c 100644
--- a/services/mq/pom.xml
+++ b/services/mq/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
4.0.0
mq
diff --git a/services/mturk/pom.xml b/services/mturk/pom.xml
index 6b0fe45588f0..d413d92983c2 100644
--- a/services/mturk/pom.xml
+++ b/services/mturk/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
mturk
AWS Java SDK :: Services :: Amazon Mechanical Turk Requester
diff --git a/services/mwaa/pom.xml b/services/mwaa/pom.xml
index 6ed00ee093b6..d79d8a5cc70f 100644
--- a/services/mwaa/pom.xml
+++ b/services/mwaa/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
mwaa
AWS Java SDK :: Services :: MWAA
diff --git a/services/neptune/pom.xml b/services/neptune/pom.xml
index a4f2b44d793c..6c06adca5c45 100644
--- a/services/neptune/pom.xml
+++ b/services/neptune/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
neptune
AWS Java SDK :: Services :: Neptune
diff --git a/services/neptunedata/pom.xml b/services/neptunedata/pom.xml
index 08eaefb50153..554f292621a9 100644
--- a/services/neptunedata/pom.xml
+++ b/services/neptunedata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
neptunedata
AWS Java SDK :: Services :: Neptunedata
diff --git a/services/neptunegraph/pom.xml b/services/neptunegraph/pom.xml
index 098d5cd11fcc..4300338a12bb 100644
--- a/services/neptunegraph/pom.xml
+++ b/services/neptunegraph/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
neptunegraph
AWS Java SDK :: Services :: Neptune Graph
diff --git a/services/networkfirewall/pom.xml b/services/networkfirewall/pom.xml
index 3e0d569d1b59..b104a98e0b25 100644
--- a/services/networkfirewall/pom.xml
+++ b/services/networkfirewall/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
networkfirewall
AWS Java SDK :: Services :: Network Firewall
diff --git a/services/networkflowmonitor/pom.xml b/services/networkflowmonitor/pom.xml
index 62f7a08890ab..eb09a5996b25 100644
--- a/services/networkflowmonitor/pom.xml
+++ b/services/networkflowmonitor/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
networkflowmonitor
AWS Java SDK :: Services :: Network Flow Monitor
diff --git a/services/networkmanager/pom.xml b/services/networkmanager/pom.xml
index c20a21525204..f1e56fd03e35 100644
--- a/services/networkmanager/pom.xml
+++ b/services/networkmanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
networkmanager
AWS Java SDK :: Services :: NetworkManager
diff --git a/services/networkmonitor/pom.xml b/services/networkmonitor/pom.xml
index dae96e1332b9..7f47f91b41a1 100644
--- a/services/networkmonitor/pom.xml
+++ b/services/networkmonitor/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
networkmonitor
AWS Java SDK :: Services :: Network Monitor
diff --git a/services/notifications/pom.xml b/services/notifications/pom.xml
index 070f6978f4bb..b2789b0ed2a3 100644
--- a/services/notifications/pom.xml
+++ b/services/notifications/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
notifications
AWS Java SDK :: Services :: Notifications
diff --git a/services/notificationscontacts/pom.xml b/services/notificationscontacts/pom.xml
index 4ce3080cdde3..6ac4b20c8b96 100644
--- a/services/notificationscontacts/pom.xml
+++ b/services/notificationscontacts/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
notificationscontacts
AWS Java SDK :: Services :: Notifications Contacts
diff --git a/services/oam/pom.xml b/services/oam/pom.xml
index 7d0ccfada251..9e38f1ac8b87 100644
--- a/services/oam/pom.xml
+++ b/services/oam/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
oam
AWS Java SDK :: Services :: OAM
diff --git a/services/observabilityadmin/pom.xml b/services/observabilityadmin/pom.xml
index f6027d15d533..6a5a8c93b1f3 100644
--- a/services/observabilityadmin/pom.xml
+++ b/services/observabilityadmin/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
observabilityadmin
AWS Java SDK :: Services :: Observability Admin
diff --git a/services/odb/pom.xml b/services/odb/pom.xml
index d3e254ca6e5a..236b64935699 100644
--- a/services/odb/pom.xml
+++ b/services/odb/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
odb
AWS Java SDK :: Services :: Odb
diff --git a/services/omics/pom.xml b/services/omics/pom.xml
index 4d13c63da4a2..aaef3bdf44df 100644
--- a/services/omics/pom.xml
+++ b/services/omics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
omics
AWS Java SDK :: Services :: Omics
diff --git a/services/opensearch/pom.xml b/services/opensearch/pom.xml
index 6864302d8b8c..0fef9992eb50 100644
--- a/services/opensearch/pom.xml
+++ b/services/opensearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
opensearch
AWS Java SDK :: Services :: Open Search
diff --git a/services/opensearchserverless/pom.xml b/services/opensearchserverless/pom.xml
index 6dc84bc5861a..830e5c2bf163 100644
--- a/services/opensearchserverless/pom.xml
+++ b/services/opensearchserverless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
opensearchserverless
AWS Java SDK :: Services :: Open Search Serverless
diff --git a/services/organizations/pom.xml b/services/organizations/pom.xml
index 55445720afee..4441343815e7 100644
--- a/services/organizations/pom.xml
+++ b/services/organizations/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
organizations
AWS Java SDK :: Services :: AWS Organizations
diff --git a/services/osis/pom.xml b/services/osis/pom.xml
index 98896dbb0f49..b83121f8b543 100644
--- a/services/osis/pom.xml
+++ b/services/osis/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
osis
AWS Java SDK :: Services :: OSIS
diff --git a/services/outposts/pom.xml b/services/outposts/pom.xml
index 9452dfc228f3..a5f11bca2cd1 100644
--- a/services/outposts/pom.xml
+++ b/services/outposts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
outposts
AWS Java SDK :: Services :: Outposts
diff --git a/services/panorama/pom.xml b/services/panorama/pom.xml
index b4eae3eb508f..8950347de56e 100644
--- a/services/panorama/pom.xml
+++ b/services/panorama/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
panorama
AWS Java SDK :: Services :: Panorama
diff --git a/services/partnercentralselling/pom.xml b/services/partnercentralselling/pom.xml
index a71873cd875c..b3e5127b740a 100644
--- a/services/partnercentralselling/pom.xml
+++ b/services/partnercentralselling/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
partnercentralselling
AWS Java SDK :: Services :: Partner Central Selling
diff --git a/services/paymentcryptography/pom.xml b/services/paymentcryptography/pom.xml
index d428c87683f8..aad26d4c8f7c 100644
--- a/services/paymentcryptography/pom.xml
+++ b/services/paymentcryptography/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
paymentcryptography
AWS Java SDK :: Services :: Payment Cryptography
diff --git a/services/paymentcryptographydata/pom.xml b/services/paymentcryptographydata/pom.xml
index 86f7e89a7247..a1d3e37da4f5 100644
--- a/services/paymentcryptographydata/pom.xml
+++ b/services/paymentcryptographydata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
paymentcryptographydata
AWS Java SDK :: Services :: Payment Cryptography Data
diff --git a/services/pcaconnectorad/pom.xml b/services/pcaconnectorad/pom.xml
index 27bc21539cca..034b4ed2ee1f 100644
--- a/services/pcaconnectorad/pom.xml
+++ b/services/pcaconnectorad/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
pcaconnectorad
AWS Java SDK :: Services :: Pca Connector Ad
diff --git a/services/pcaconnectorscep/pom.xml b/services/pcaconnectorscep/pom.xml
index ebe5e36c5025..8103ad616ab1 100644
--- a/services/pcaconnectorscep/pom.xml
+++ b/services/pcaconnectorscep/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
pcaconnectorscep
AWS Java SDK :: Services :: Pca Connector Scep
diff --git a/services/pcs/pom.xml b/services/pcs/pom.xml
index 95a1fb61ba0d..cda14620a039 100644
--- a/services/pcs/pom.xml
+++ b/services/pcs/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
pcs
AWS Java SDK :: Services :: PCS
diff --git a/services/personalize/pom.xml b/services/personalize/pom.xml
index 45ebefc552f5..442b95a9aedf 100644
--- a/services/personalize/pom.xml
+++ b/services/personalize/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
personalize
AWS Java SDK :: Services :: Personalize
diff --git a/services/personalizeevents/pom.xml b/services/personalizeevents/pom.xml
index 4b6a7d3edd11..658e2d405963 100644
--- a/services/personalizeevents/pom.xml
+++ b/services/personalizeevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
personalizeevents
AWS Java SDK :: Services :: Personalize Events
diff --git a/services/personalizeruntime/pom.xml b/services/personalizeruntime/pom.xml
index 4d3bdea596ae..63a6fafea811 100644
--- a/services/personalizeruntime/pom.xml
+++ b/services/personalizeruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
personalizeruntime
AWS Java SDK :: Services :: Personalize Runtime
diff --git a/services/pi/pom.xml b/services/pi/pom.xml
index 0ec18737760b..4341184313ab 100644
--- a/services/pi/pom.xml
+++ b/services/pi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
pi
AWS Java SDK :: Services :: PI
diff --git a/services/pinpoint/pom.xml b/services/pinpoint/pom.xml
index 8589ed9dd1e3..5f5fe1cee1a7 100644
--- a/services/pinpoint/pom.xml
+++ b/services/pinpoint/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
pinpoint
AWS Java SDK :: Services :: Amazon Pinpoint
diff --git a/services/pinpointemail/pom.xml b/services/pinpointemail/pom.xml
index 0c10e0f15a13..3773ae1cdcf5 100644
--- a/services/pinpointemail/pom.xml
+++ b/services/pinpointemail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
pinpointemail
AWS Java SDK :: Services :: Pinpoint Email
diff --git a/services/pinpointsmsvoice/pom.xml b/services/pinpointsmsvoice/pom.xml
index 35cc021e5443..e29633054081 100644
--- a/services/pinpointsmsvoice/pom.xml
+++ b/services/pinpointsmsvoice/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
pinpointsmsvoice
AWS Java SDK :: Services :: Pinpoint SMS Voice
diff --git a/services/pinpointsmsvoicev2/pom.xml b/services/pinpointsmsvoicev2/pom.xml
index 9234d9ee126b..e7a1ea69dd31 100644
--- a/services/pinpointsmsvoicev2/pom.xml
+++ b/services/pinpointsmsvoicev2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
pinpointsmsvoicev2
AWS Java SDK :: Services :: Pinpoint SMS Voice V2
diff --git a/services/pipes/pom.xml b/services/pipes/pom.xml
index 38bebd2edd22..1a69d9d8094c 100644
--- a/services/pipes/pom.xml
+++ b/services/pipes/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
pipes
AWS Java SDK :: Services :: Pipes
diff --git a/services/polly/pom.xml b/services/polly/pom.xml
index 28cf82e4ea16..8b00b2ed95fb 100644
--- a/services/polly/pom.xml
+++ b/services/polly/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
polly
AWS Java SDK :: Services :: Amazon Polly
diff --git a/services/pom.xml b/services/pom.xml
index 3b9ba8289226..ca235014f7ce 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
services
AWS Java SDK :: Services
diff --git a/services/pricing/pom.xml b/services/pricing/pom.xml
index e299edcda93c..9fa5419bfd01 100644
--- a/services/pricing/pom.xml
+++ b/services/pricing/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
4.0.0
pricing
diff --git a/services/proton/pom.xml b/services/proton/pom.xml
index 7c4851e042cc..6227e702273d 100644
--- a/services/proton/pom.xml
+++ b/services/proton/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
proton
AWS Java SDK :: Services :: Proton
diff --git a/services/qapps/pom.xml b/services/qapps/pom.xml
index 784019a01429..80417b9f22c5 100644
--- a/services/qapps/pom.xml
+++ b/services/qapps/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
qapps
AWS Java SDK :: Services :: Q Apps
diff --git a/services/qbusiness/pom.xml b/services/qbusiness/pom.xml
index 3ab10f65ba63..38ddcd0727dd 100644
--- a/services/qbusiness/pom.xml
+++ b/services/qbusiness/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
qbusiness
AWS Java SDK :: Services :: Q Business
diff --git a/services/qconnect/pom.xml b/services/qconnect/pom.xml
index 11df4c715a71..2de21e82f98e 100644
--- a/services/qconnect/pom.xml
+++ b/services/qconnect/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
qconnect
AWS Java SDK :: Services :: Q Connect
diff --git a/services/qldb/pom.xml b/services/qldb/pom.xml
index 299ee6b9db77..0d1935510145 100644
--- a/services/qldb/pom.xml
+++ b/services/qldb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
qldb
AWS Java SDK :: Services :: QLDB
diff --git a/services/qldbsession/pom.xml b/services/qldbsession/pom.xml
index 7dcd8e98be04..b80b4bdee57a 100644
--- a/services/qldbsession/pom.xml
+++ b/services/qldbsession/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
qldbsession
AWS Java SDK :: Services :: QLDB Session
diff --git a/services/quicksight/pom.xml b/services/quicksight/pom.xml
index 1d9d2b56f9ee..ef9a81f65fca 100644
--- a/services/quicksight/pom.xml
+++ b/services/quicksight/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
quicksight
AWS Java SDK :: Services :: QuickSight
diff --git a/services/ram/pom.xml b/services/ram/pom.xml
index 33ef2e63e6f8..ab70e0a03461 100644
--- a/services/ram/pom.xml
+++ b/services/ram/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
ram
AWS Java SDK :: Services :: RAM
diff --git a/services/rbin/pom.xml b/services/rbin/pom.xml
index 18649b7c9226..340f4f9ec2f1 100644
--- a/services/rbin/pom.xml
+++ b/services/rbin/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
rbin
AWS Java SDK :: Services :: Rbin
diff --git a/services/rds/pom.xml b/services/rds/pom.xml
index 2a6503263906..cf9c47aa9f7c 100644
--- a/services/rds/pom.xml
+++ b/services/rds/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
rds
AWS Java SDK :: Services :: Amazon RDS
diff --git a/services/rdsdata/pom.xml b/services/rdsdata/pom.xml
index 27eb67150b88..053d4b00bd13 100644
--- a/services/rdsdata/pom.xml
+++ b/services/rdsdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
rdsdata
AWS Java SDK :: Services :: RDS Data
diff --git a/services/redshift/pom.xml b/services/redshift/pom.xml
index 0a64af8d3d4f..b646008297f8 100644
--- a/services/redshift/pom.xml
+++ b/services/redshift/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
redshift
AWS Java SDK :: Services :: Amazon Redshift
diff --git a/services/redshiftdata/pom.xml b/services/redshiftdata/pom.xml
index 2371926e8cbd..fcac74e8b053 100644
--- a/services/redshiftdata/pom.xml
+++ b/services/redshiftdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
redshiftdata
AWS Java SDK :: Services :: Redshift Data
diff --git a/services/redshiftserverless/pom.xml b/services/redshiftserverless/pom.xml
index d61659752405..a917f446c06a 100644
--- a/services/redshiftserverless/pom.xml
+++ b/services/redshiftserverless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
redshiftserverless
AWS Java SDK :: Services :: Redshift Serverless
diff --git a/services/rekognition/pom.xml b/services/rekognition/pom.xml
index 747784c1ba21..792282f5c61e 100644
--- a/services/rekognition/pom.xml
+++ b/services/rekognition/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
rekognition
AWS Java SDK :: Services :: Amazon Rekognition
diff --git a/services/repostspace/pom.xml b/services/repostspace/pom.xml
index 9d1edbe145e7..8ca51adb3192 100644
--- a/services/repostspace/pom.xml
+++ b/services/repostspace/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
repostspace
AWS Java SDK :: Services :: Repostspace
diff --git a/services/resiliencehub/pom.xml b/services/resiliencehub/pom.xml
index 7f5573aad217..dfd021f34e22 100644
--- a/services/resiliencehub/pom.xml
+++ b/services/resiliencehub/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
resiliencehub
AWS Java SDK :: Services :: Resiliencehub
diff --git a/services/resourceexplorer2/pom.xml b/services/resourceexplorer2/pom.xml
index 08b75156d666..7eb219745f31 100644
--- a/services/resourceexplorer2/pom.xml
+++ b/services/resourceexplorer2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
resourceexplorer2
AWS Java SDK :: Services :: Resource Explorer 2
diff --git a/services/resourcegroups/pom.xml b/services/resourcegroups/pom.xml
index 88ccde9e862d..f5a7d400ed03 100644
--- a/services/resourcegroups/pom.xml
+++ b/services/resourcegroups/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
4.0.0
resourcegroups
diff --git a/services/resourcegroupstaggingapi/pom.xml b/services/resourcegroupstaggingapi/pom.xml
index 1edd8cae3d27..0d2a50771a5f 100644
--- a/services/resourcegroupstaggingapi/pom.xml
+++ b/services/resourcegroupstaggingapi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
resourcegroupstaggingapi
AWS Java SDK :: Services :: AWS Resource Groups Tagging API
diff --git a/services/robomaker/pom.xml b/services/robomaker/pom.xml
index e72764792742..7b363cab2fd5 100644
--- a/services/robomaker/pom.xml
+++ b/services/robomaker/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
robomaker
AWS Java SDK :: Services :: RoboMaker
diff --git a/services/rolesanywhere/pom.xml b/services/rolesanywhere/pom.xml
index beca9892b782..97fa2739dd51 100644
--- a/services/rolesanywhere/pom.xml
+++ b/services/rolesanywhere/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
rolesanywhere
AWS Java SDK :: Services :: Roles Anywhere
diff --git a/services/route53/pom.xml b/services/route53/pom.xml
index c61c08290fc5..52c0af27a845 100644
--- a/services/route53/pom.xml
+++ b/services/route53/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
route53
AWS Java SDK :: Services :: Amazon Route53
diff --git a/services/route53domains/pom.xml b/services/route53domains/pom.xml
index d4a4524dfd5e..b204bd53452e 100644
--- a/services/route53domains/pom.xml
+++ b/services/route53domains/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
route53domains
AWS Java SDK :: Services :: Amazon Route53 Domains
diff --git a/services/route53profiles/pom.xml b/services/route53profiles/pom.xml
index b35afac4cca8..f2b20047b8c2 100644
--- a/services/route53profiles/pom.xml
+++ b/services/route53profiles/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
route53profiles
AWS Java SDK :: Services :: Route53 Profiles
diff --git a/services/route53recoverycluster/pom.xml b/services/route53recoverycluster/pom.xml
index 37aa450df4f1..d07a59262ffc 100644
--- a/services/route53recoverycluster/pom.xml
+++ b/services/route53recoverycluster/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
route53recoverycluster
AWS Java SDK :: Services :: Route53 Recovery Cluster
diff --git a/services/route53recoverycontrolconfig/pom.xml b/services/route53recoverycontrolconfig/pom.xml
index 5201f0edfbc5..38429e774e6a 100644
--- a/services/route53recoverycontrolconfig/pom.xml
+++ b/services/route53recoverycontrolconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
route53recoverycontrolconfig
AWS Java SDK :: Services :: Route53 Recovery Control Config
diff --git a/services/route53recoveryreadiness/pom.xml b/services/route53recoveryreadiness/pom.xml
index 04dcbb526d54..5f2ced5aae05 100644
--- a/services/route53recoveryreadiness/pom.xml
+++ b/services/route53recoveryreadiness/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
route53recoveryreadiness
AWS Java SDK :: Services :: Route53 Recovery Readiness
diff --git a/services/route53resolver/pom.xml b/services/route53resolver/pom.xml
index 64a0676dc2c5..a3de07156c9b 100644
--- a/services/route53resolver/pom.xml
+++ b/services/route53resolver/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
route53resolver
AWS Java SDK :: Services :: Route53Resolver
diff --git a/services/rum/pom.xml b/services/rum/pom.xml
index aecc1e1f8acd..c64e47ad7226 100644
--- a/services/rum/pom.xml
+++ b/services/rum/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
rum
AWS Java SDK :: Services :: RUM
diff --git a/services/s3/pom.xml b/services/s3/pom.xml
index c9aa2d069d0e..5f8aab8f4e7f 100644
--- a/services/s3/pom.xml
+++ b/services/s3/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
s3
AWS Java SDK :: Services :: Amazon S3
diff --git a/services/s3control/pom.xml b/services/s3control/pom.xml
index 7a2e6d7a32a5..ee25a2d7332e 100644
--- a/services/s3control/pom.xml
+++ b/services/s3control/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
s3control
AWS Java SDK :: Services :: Amazon S3 Control
diff --git a/services/s3outposts/pom.xml b/services/s3outposts/pom.xml
index 014a51cf2b3d..0ff541656f72 100644
--- a/services/s3outposts/pom.xml
+++ b/services/s3outposts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
s3outposts
AWS Java SDK :: Services :: S3 Outposts
diff --git a/services/s3tables/pom.xml b/services/s3tables/pom.xml
index 483015a8462a..d47afa2925b6 100644
--- a/services/s3tables/pom.xml
+++ b/services/s3tables/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
s3tables
AWS Java SDK :: Services :: S3 Tables
diff --git a/services/s3vectors/pom.xml b/services/s3vectors/pom.xml
index 0e11f60c02f0..0424928b137f 100644
--- a/services/s3vectors/pom.xml
+++ b/services/s3vectors/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
s3vectors
AWS Java SDK :: Services :: S3 Vectors
diff --git a/services/sagemaker/pom.xml b/services/sagemaker/pom.xml
index 7ea0cd763c8c..a74cc0244a5f 100644
--- a/services/sagemaker/pom.xml
+++ b/services/sagemaker/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
4.0.0
sagemaker
diff --git a/services/sagemakera2iruntime/pom.xml b/services/sagemakera2iruntime/pom.xml
index 84a3ddac66d9..0c84ae1861dc 100644
--- a/services/sagemakera2iruntime/pom.xml
+++ b/services/sagemakera2iruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
sagemakera2iruntime
AWS Java SDK :: Services :: SageMaker A2I Runtime
diff --git a/services/sagemakeredge/pom.xml b/services/sagemakeredge/pom.xml
index e6b7e54c5930..3d24763aa8a3 100644
--- a/services/sagemakeredge/pom.xml
+++ b/services/sagemakeredge/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
sagemakeredge
AWS Java SDK :: Services :: Sagemaker Edge
diff --git a/services/sagemakerfeaturestoreruntime/pom.xml b/services/sagemakerfeaturestoreruntime/pom.xml
index 882dbd2b407f..a198627f933e 100644
--- a/services/sagemakerfeaturestoreruntime/pom.xml
+++ b/services/sagemakerfeaturestoreruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
sagemakerfeaturestoreruntime
AWS Java SDK :: Services :: Sage Maker Feature Store Runtime
diff --git a/services/sagemakergeospatial/pom.xml b/services/sagemakergeospatial/pom.xml
index 38c67384a8e0..f38c14c830e6 100644
--- a/services/sagemakergeospatial/pom.xml
+++ b/services/sagemakergeospatial/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
sagemakergeospatial
AWS Java SDK :: Services :: Sage Maker Geospatial
diff --git a/services/sagemakermetrics/pom.xml b/services/sagemakermetrics/pom.xml
index 1528bd3f1dc6..f99019d4f007 100644
--- a/services/sagemakermetrics/pom.xml
+++ b/services/sagemakermetrics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
sagemakermetrics
AWS Java SDK :: Services :: Sage Maker Metrics
diff --git a/services/sagemakerruntime/pom.xml b/services/sagemakerruntime/pom.xml
index 7dbf6afa8d59..62de046c3c0e 100644
--- a/services/sagemakerruntime/pom.xml
+++ b/services/sagemakerruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
sagemakerruntime
AWS Java SDK :: Services :: SageMaker Runtime
diff --git a/services/savingsplans/pom.xml b/services/savingsplans/pom.xml
index 4693487d593a..1f6278f7414c 100644
--- a/services/savingsplans/pom.xml
+++ b/services/savingsplans/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
savingsplans
AWS Java SDK :: Services :: Savingsplans
diff --git a/services/scheduler/pom.xml b/services/scheduler/pom.xml
index 648b1e554bdf..deaa97dfc00f 100644
--- a/services/scheduler/pom.xml
+++ b/services/scheduler/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
scheduler
AWS Java SDK :: Services :: Scheduler
diff --git a/services/schemas/pom.xml b/services/schemas/pom.xml
index e9dc9c8e703d..37da7d457d57 100644
--- a/services/schemas/pom.xml
+++ b/services/schemas/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
schemas
AWS Java SDK :: Services :: Schemas
diff --git a/services/secretsmanager/pom.xml b/services/secretsmanager/pom.xml
index 3a060e79878b..62cdadd1817b 100644
--- a/services/secretsmanager/pom.xml
+++ b/services/secretsmanager/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
secretsmanager
AWS Java SDK :: Services :: AWS Secrets Manager
diff --git a/services/securityhub/pom.xml b/services/securityhub/pom.xml
index 912ac641eb28..00104d1a6125 100644
--- a/services/securityhub/pom.xml
+++ b/services/securityhub/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
securityhub
AWS Java SDK :: Services :: SecurityHub
diff --git a/services/securityir/pom.xml b/services/securityir/pom.xml
index 7ebd2927eb14..2d6d073c9b45 100644
--- a/services/securityir/pom.xml
+++ b/services/securityir/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
securityir
AWS Java SDK :: Services :: Security IR
diff --git a/services/securitylake/pom.xml b/services/securitylake/pom.xml
index 52f8efdaa3d9..086b1203f401 100644
--- a/services/securitylake/pom.xml
+++ b/services/securitylake/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
securitylake
AWS Java SDK :: Services :: Security Lake
diff --git a/services/serverlessapplicationrepository/pom.xml b/services/serverlessapplicationrepository/pom.xml
index 8090a05fb9ca..acd173338898 100644
--- a/services/serverlessapplicationrepository/pom.xml
+++ b/services/serverlessapplicationrepository/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
4.0.0
serverlessapplicationrepository
diff --git a/services/servicecatalog/pom.xml b/services/servicecatalog/pom.xml
index 8704dc420fab..5b7942d60d20 100644
--- a/services/servicecatalog/pom.xml
+++ b/services/servicecatalog/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
servicecatalog
AWS Java SDK :: Services :: AWS Service Catalog
diff --git a/services/servicecatalogappregistry/pom.xml b/services/servicecatalogappregistry/pom.xml
index 93c6da8767e0..97bebcff4e3f 100644
--- a/services/servicecatalogappregistry/pom.xml
+++ b/services/servicecatalogappregistry/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
servicecatalogappregistry
AWS Java SDK :: Services :: Service Catalog App Registry
diff --git a/services/servicediscovery/pom.xml b/services/servicediscovery/pom.xml
index eebb28428cb7..db38367095e4 100644
--- a/services/servicediscovery/pom.xml
+++ b/services/servicediscovery/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
4.0.0
servicediscovery
diff --git a/services/servicequotas/pom.xml b/services/servicequotas/pom.xml
index b71c841a35fe..17b33be23e6e 100644
--- a/services/servicequotas/pom.xml
+++ b/services/servicequotas/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
servicequotas
AWS Java SDK :: Services :: Service Quotas
diff --git a/services/ses/pom.xml b/services/ses/pom.xml
index 297e6acf99e7..993b60b02ad6 100644
--- a/services/ses/pom.xml
+++ b/services/ses/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
ses
AWS Java SDK :: Services :: Amazon SES
diff --git a/services/sesv2/pom.xml b/services/sesv2/pom.xml
index 951e52194abd..0ade5de14b64 100644
--- a/services/sesv2/pom.xml
+++ b/services/sesv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
sesv2
AWS Java SDK :: Services :: SESv2
diff --git a/services/sfn/pom.xml b/services/sfn/pom.xml
index 30fd7ae81346..a4f8d8f0d242 100644
--- a/services/sfn/pom.xml
+++ b/services/sfn/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
sfn
AWS Java SDK :: Services :: AWS Step Functions
diff --git a/services/shield/pom.xml b/services/shield/pom.xml
index 5fd0c37b41f9..abeb611b6afb 100644
--- a/services/shield/pom.xml
+++ b/services/shield/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
shield
AWS Java SDK :: Services :: AWS Shield
diff --git a/services/signer/pom.xml b/services/signer/pom.xml
index b01a11dcc54d..285911d9ba71 100644
--- a/services/signer/pom.xml
+++ b/services/signer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
signer
AWS Java SDK :: Services :: Signer
diff --git a/services/simspaceweaver/pom.xml b/services/simspaceweaver/pom.xml
index 3dd2f36fc838..735bb57243c1 100644
--- a/services/simspaceweaver/pom.xml
+++ b/services/simspaceweaver/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
simspaceweaver
AWS Java SDK :: Services :: Sim Space Weaver
diff --git a/services/snowball/pom.xml b/services/snowball/pom.xml
index 79daacb93caf..04f2982ca531 100644
--- a/services/snowball/pom.xml
+++ b/services/snowball/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
snowball
AWS Java SDK :: Services :: Amazon Snowball
diff --git a/services/snowdevicemanagement/pom.xml b/services/snowdevicemanagement/pom.xml
index 3f9a88e682c0..8d7b5c6d3927 100644
--- a/services/snowdevicemanagement/pom.xml
+++ b/services/snowdevicemanagement/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
snowdevicemanagement
AWS Java SDK :: Services :: Snow Device Management
diff --git a/services/sns/pom.xml b/services/sns/pom.xml
index 59b622fe9f19..82e8fef8e5e9 100644
--- a/services/sns/pom.xml
+++ b/services/sns/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
sns
AWS Java SDK :: Services :: Amazon SNS
diff --git a/services/socialmessaging/pom.xml b/services/socialmessaging/pom.xml
index b25fa9a17f27..c8bd870a8148 100644
--- a/services/socialmessaging/pom.xml
+++ b/services/socialmessaging/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
socialmessaging
AWS Java SDK :: Services :: Social Messaging
diff --git a/services/sqs/pom.xml b/services/sqs/pom.xml
index 0f599d36a7de..9abf7fb5f707 100644
--- a/services/sqs/pom.xml
+++ b/services/sqs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
sqs
AWS Java SDK :: Services :: Amazon SQS
diff --git a/services/ssm/pom.xml b/services/ssm/pom.xml
index c44785b03e16..cafaf44badb4 100644
--- a/services/ssm/pom.xml
+++ b/services/ssm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
ssm
AWS Java SDK :: Services :: AWS Simple Systems Management (SSM)
diff --git a/services/ssmcontacts/pom.xml b/services/ssmcontacts/pom.xml
index 5d980edb153d..3f3d5544afdd 100644
--- a/services/ssmcontacts/pom.xml
+++ b/services/ssmcontacts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
ssmcontacts
AWS Java SDK :: Services :: SSM Contacts
diff --git a/services/ssmguiconnect/pom.xml b/services/ssmguiconnect/pom.xml
index 79de6a8c8e9d..de40e897c91f 100644
--- a/services/ssmguiconnect/pom.xml
+++ b/services/ssmguiconnect/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
ssmguiconnect
AWS Java SDK :: Services :: SSM Gui Connect
diff --git a/services/ssmincidents/pom.xml b/services/ssmincidents/pom.xml
index a3e5d114b0e2..5286c3e62f5e 100644
--- a/services/ssmincidents/pom.xml
+++ b/services/ssmincidents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
ssmincidents
AWS Java SDK :: Services :: SSM Incidents
diff --git a/services/ssmquicksetup/pom.xml b/services/ssmquicksetup/pom.xml
index ba1dc51e4957..821ae6f8d925 100644
--- a/services/ssmquicksetup/pom.xml
+++ b/services/ssmquicksetup/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
ssmquicksetup
AWS Java SDK :: Services :: SSM Quick Setup
diff --git a/services/ssmsap/pom.xml b/services/ssmsap/pom.xml
index 4cb859a31610..4cb624ecc669 100644
--- a/services/ssmsap/pom.xml
+++ b/services/ssmsap/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
ssmsap
AWS Java SDK :: Services :: Ssm Sap
diff --git a/services/sso/pom.xml b/services/sso/pom.xml
index 04b81937846f..a076d9ef2207 100644
--- a/services/sso/pom.xml
+++ b/services/sso/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
sso
AWS Java SDK :: Services :: SSO
diff --git a/services/ssoadmin/pom.xml b/services/ssoadmin/pom.xml
index 3f8b5f7644b6..87c967c9ef41 100644
--- a/services/ssoadmin/pom.xml
+++ b/services/ssoadmin/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
ssoadmin
AWS Java SDK :: Services :: SSO Admin
diff --git a/services/ssooidc/pom.xml b/services/ssooidc/pom.xml
index ad9b7dc8b8cb..38ed7e156afe 100644
--- a/services/ssooidc/pom.xml
+++ b/services/ssooidc/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
ssooidc
AWS Java SDK :: Services :: SSO OIDC
diff --git a/services/storagegateway/pom.xml b/services/storagegateway/pom.xml
index 6064c2b973cc..775b616f6237 100644
--- a/services/storagegateway/pom.xml
+++ b/services/storagegateway/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
storagegateway
AWS Java SDK :: Services :: AWS Storage Gateway
diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index db4da9b9c065..5bff3e6604a9 100644
--- a/services/sts/pom.xml
+++ b/services/sts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
sts
AWS Java SDK :: Services :: AWS STS
diff --git a/services/supplychain/pom.xml b/services/supplychain/pom.xml
index 61f2e6f04070..17a7a63d037e 100644
--- a/services/supplychain/pom.xml
+++ b/services/supplychain/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
supplychain
AWS Java SDK :: Services :: Supply Chain
diff --git a/services/support/pom.xml b/services/support/pom.xml
index 3fd8f7e1f97b..5b578c8c6785 100644
--- a/services/support/pom.xml
+++ b/services/support/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
support
AWS Java SDK :: Services :: AWS Support
diff --git a/services/supportapp/pom.xml b/services/supportapp/pom.xml
index 685718392a85..8e5b77c1f3c7 100644
--- a/services/supportapp/pom.xml
+++ b/services/supportapp/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
supportapp
AWS Java SDK :: Services :: Support App
diff --git a/services/swf/pom.xml b/services/swf/pom.xml
index 5a70b192c8ef..483ddf6df1ff 100644
--- a/services/swf/pom.xml
+++ b/services/swf/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
swf
AWS Java SDK :: Services :: Amazon SWF
diff --git a/services/synthetics/pom.xml b/services/synthetics/pom.xml
index b7bbc690fe50..89cdf05b7501 100644
--- a/services/synthetics/pom.xml
+++ b/services/synthetics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
synthetics
AWS Java SDK :: Services :: Synthetics
diff --git a/services/taxsettings/pom.xml b/services/taxsettings/pom.xml
index 3b614e847413..d7350d37c1a8 100644
--- a/services/taxsettings/pom.xml
+++ b/services/taxsettings/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
taxsettings
AWS Java SDK :: Services :: Tax Settings
diff --git a/services/textract/pom.xml b/services/textract/pom.xml
index a08189a92b24..2b1343f4e353 100644
--- a/services/textract/pom.xml
+++ b/services/textract/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
textract
AWS Java SDK :: Services :: Textract
diff --git a/services/timestreaminfluxdb/pom.xml b/services/timestreaminfluxdb/pom.xml
index 972f9e21728e..dde184f57a3b 100644
--- a/services/timestreaminfluxdb/pom.xml
+++ b/services/timestreaminfluxdb/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
timestreaminfluxdb
AWS Java SDK :: Services :: Timestream Influx DB
diff --git a/services/timestreamquery/pom.xml b/services/timestreamquery/pom.xml
index b70691d9fbc2..71a3fdeb34c7 100644
--- a/services/timestreamquery/pom.xml
+++ b/services/timestreamquery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
timestreamquery
AWS Java SDK :: Services :: Timestream Query
diff --git a/services/timestreamwrite/pom.xml b/services/timestreamwrite/pom.xml
index d7585b87de2b..2c078e2c5e2f 100644
--- a/services/timestreamwrite/pom.xml
+++ b/services/timestreamwrite/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
timestreamwrite
AWS Java SDK :: Services :: Timestream Write
diff --git a/services/tnb/pom.xml b/services/tnb/pom.xml
index 5c60a4a10eca..272a0d5a4e4e 100644
--- a/services/tnb/pom.xml
+++ b/services/tnb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
tnb
AWS Java SDK :: Services :: Tnb
diff --git a/services/transcribe/pom.xml b/services/transcribe/pom.xml
index 03d5d69b89cb..ce85f9da7684 100644
--- a/services/transcribe/pom.xml
+++ b/services/transcribe/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
transcribe
AWS Java SDK :: Services :: Transcribe
diff --git a/services/transcribestreaming/pom.xml b/services/transcribestreaming/pom.xml
index d7ac3e9ff42d..bbbd87a1b68f 100644
--- a/services/transcribestreaming/pom.xml
+++ b/services/transcribestreaming/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
transcribestreaming
AWS Java SDK :: Services :: AWS Transcribe Streaming
diff --git a/services/transfer/pom.xml b/services/transfer/pom.xml
index a960ac2cd9f8..22f09fcc3ee0 100644
--- a/services/transfer/pom.xml
+++ b/services/transfer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
transfer
AWS Java SDK :: Services :: Transfer
diff --git a/services/translate/pom.xml b/services/translate/pom.xml
index 3953bee41ade..04defe8c6490 100644
--- a/services/translate/pom.xml
+++ b/services/translate/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
4.0.0
translate
diff --git a/services/trustedadvisor/pom.xml b/services/trustedadvisor/pom.xml
index e40ae6a45169..24568cbf414d 100644
--- a/services/trustedadvisor/pom.xml
+++ b/services/trustedadvisor/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
trustedadvisor
AWS Java SDK :: Services :: Trusted Advisor
diff --git a/services/verifiedpermissions/pom.xml b/services/verifiedpermissions/pom.xml
index 6030af98baa8..b2f6b0620c49 100644
--- a/services/verifiedpermissions/pom.xml
+++ b/services/verifiedpermissions/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
verifiedpermissions
AWS Java SDK :: Services :: Verified Permissions
diff --git a/services/voiceid/pom.xml b/services/voiceid/pom.xml
index 92c85dfef59a..f930c868de96 100644
--- a/services/voiceid/pom.xml
+++ b/services/voiceid/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
voiceid
AWS Java SDK :: Services :: Voice ID
diff --git a/services/vpclattice/pom.xml b/services/vpclattice/pom.xml
index 449483d5d7fc..004da54f0b4a 100644
--- a/services/vpclattice/pom.xml
+++ b/services/vpclattice/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
vpclattice
AWS Java SDK :: Services :: VPC Lattice
diff --git a/services/waf/pom.xml b/services/waf/pom.xml
index 6453d9f08dde..46943f96cb30 100644
--- a/services/waf/pom.xml
+++ b/services/waf/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
waf
AWS Java SDK :: Services :: AWS WAF
diff --git a/services/wafv2/pom.xml b/services/wafv2/pom.xml
index ad7e0368e6a4..b8238deb6faa 100644
--- a/services/wafv2/pom.xml
+++ b/services/wafv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
wafv2
AWS Java SDK :: Services :: WAFV2
diff --git a/services/wellarchitected/pom.xml b/services/wellarchitected/pom.xml
index 104ba08e1996..70a1fde51c65 100644
--- a/services/wellarchitected/pom.xml
+++ b/services/wellarchitected/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
wellarchitected
AWS Java SDK :: Services :: Well Architected
diff --git a/services/wisdom/pom.xml b/services/wisdom/pom.xml
index 6a7faf538b10..8acb078868c7 100644
--- a/services/wisdom/pom.xml
+++ b/services/wisdom/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
wisdom
AWS Java SDK :: Services :: Wisdom
diff --git a/services/workdocs/pom.xml b/services/workdocs/pom.xml
index 4db5bc8a6291..05fa43154855 100644
--- a/services/workdocs/pom.xml
+++ b/services/workdocs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
workdocs
AWS Java SDK :: Services :: Amazon WorkDocs
diff --git a/services/workmail/pom.xml b/services/workmail/pom.xml
index 8c9524840bf2..85ce9990bc84 100644
--- a/services/workmail/pom.xml
+++ b/services/workmail/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
4.0.0
workmail
diff --git a/services/workmailmessageflow/pom.xml b/services/workmailmessageflow/pom.xml
index f38856c20155..0ae13d2c230a 100644
--- a/services/workmailmessageflow/pom.xml
+++ b/services/workmailmessageflow/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
workmailmessageflow
AWS Java SDK :: Services :: WorkMailMessageFlow
diff --git a/services/workspaces/pom.xml b/services/workspaces/pom.xml
index 04bc34e794b6..b45766290732 100644
--- a/services/workspaces/pom.xml
+++ b/services/workspaces/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
workspaces
AWS Java SDK :: Services :: Amazon WorkSpaces
diff --git a/services/workspacesinstances/pom.xml b/services/workspacesinstances/pom.xml
index 67be9b86416a..2f138a9aa507 100644
--- a/services/workspacesinstances/pom.xml
+++ b/services/workspacesinstances/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
workspacesinstances
AWS Java SDK :: Services :: Workspaces Instances
diff --git a/services/workspacesthinclient/pom.xml b/services/workspacesthinclient/pom.xml
index 10be43d41011..75233851c468 100644
--- a/services/workspacesthinclient/pom.xml
+++ b/services/workspacesthinclient/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
workspacesthinclient
AWS Java SDK :: Services :: Work Spaces Thin Client
diff --git a/services/workspacesweb/pom.xml b/services/workspacesweb/pom.xml
index 693d670475cb..3232b47450ca 100644
--- a/services/workspacesweb/pom.xml
+++ b/services/workspacesweb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
workspacesweb
AWS Java SDK :: Services :: Work Spaces Web
diff --git a/services/xray/pom.xml b/services/xray/pom.xml
index bb77047bfed2..9604bb1269a0 100644
--- a/services/xray/pom.xml
+++ b/services/xray/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
xray
AWS Java SDK :: Services :: AWS X-Ray
diff --git a/test/architecture-tests/pom.xml b/test/architecture-tests/pom.xml
index 3326015e4093..6369a7231663 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.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../../pom.xml
diff --git a/test/auth-tests/pom.xml b/test/auth-tests/pom.xml
index d11d9e088c17..de0ef930bfb7 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.35.11-SNAPSHOT
+ 2.35.12-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 71a0b06d8219..682847fdd5c3 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.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/bundle-shading-tests/pom.xml b/test/bundle-shading-tests/pom.xml
index 7e3d93dcb947..b7881ffddf47 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.35.11-SNAPSHOT
+ 2.35.12-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 982ced8f82e8..e45cf1f89814 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.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../../pom.xml
diff --git a/test/crt-unavailable-tests/pom.xml b/test/crt-unavailable-tests/pom.xml
index d0c363b871c5..90a2952e9266 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.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/http-client-benchmarks/pom.xml b/test/http-client-benchmarks/pom.xml
index ee80f5e9fde1..e8c028cd48a5 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.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../../pom.xml
diff --git a/test/http-client-tests/pom.xml b/test/http-client-tests/pom.xml
index 1fbde594183c..1b558caea811 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.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../../pom.xml
http-client-tests
diff --git a/test/module-path-tests/pom.xml b/test/module-path-tests/pom.xml
index 4cd336766fa8..57a062168535 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.35.11-SNAPSHOT
+ 2.35.12-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 81a035c9043f..0f20b0276234 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.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../../pom.xml
diff --git a/test/protocol-tests-core/pom.xml b/test/protocol-tests-core/pom.xml
index 9f32c1089f7d..dc30c3b5441b 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.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/protocol-tests/pom.xml b/test/protocol-tests/pom.xml
index 64795a1aa3da..73a6af29d7a6 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.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/region-testing/pom.xml b/test/region-testing/pom.xml
index ba249fa775a2..1583c68e1cc0 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.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/ruleset-testing-core/pom.xml b/test/ruleset-testing-core/pom.xml
index 738fbce4df09..2b74486a3d5f 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.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/s3-benchmarks/pom.xml b/test/s3-benchmarks/pom.xml
index 3cea6fea2936..c0f3c5a2f1b3 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.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/s3-tests/pom.xml b/test/s3-tests/pom.xml
index 2e5edf5fa681..625676fa10fa 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.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/sdk-benchmarks/pom.xml b/test/sdk-benchmarks/pom.xml
index 6e285cae07a9..1221dd119924 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.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../../pom.xml
diff --git a/test/sdk-native-image-test/pom.xml b/test/sdk-native-image-test/pom.xml
index ae75d4b76700..f61d3c9bad29 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.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/service-test-utils/pom.xml b/test/service-test-utils/pom.xml
index b5caf0bc930f..6c2409c2e744 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.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../../pom.xml
service-test-utils
diff --git a/test/stability-tests/pom.xml b/test/stability-tests/pom.xml
index 006c53703a6a..56c3c4194dfd 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.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/test-utils/pom.xml b/test/test-utils/pom.xml
index a1f5dcc8f24a..3f6788293275 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.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../../pom.xml
test-utils
diff --git a/test/tests-coverage-reporting/pom.xml b/test/tests-coverage-reporting/pom.xml
index 906e86dc734d..05c7097ef9d8 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.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/test/v2-migration-tests/pom.xml b/test/v2-migration-tests/pom.xml
index cbc19db91253..a62bd706af45 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.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../..
diff --git a/third-party/pom.xml b/third-party/pom.xml
index f85d6899ce96..da138a943252 100644
--- a/third-party/pom.xml
+++ b/third-party/pom.xml
@@ -21,7 +21,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
third-party
diff --git a/third-party/third-party-jackson-core/pom.xml b/third-party/third-party-jackson-core/pom.xml
index ec5a00407e44..37875c716d3a 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.35.11-SNAPSHOT
+ 2.35.12-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 203ac93bac45..ad8f4b4ef12d 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.35.11-SNAPSHOT
+ 2.35.12-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 9510d866257f..ac76ddfedb44 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.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
4.0.0
diff --git a/utils-lite/pom.xml b/utils-lite/pom.xml
index 259dbdcd8c6c..86ff3745c598 100644
--- a/utils-lite/pom.xml
+++ b/utils-lite/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
utils-lite
AWS Java SDK :: Utils Lite
diff --git a/utils/pom.xml b/utils/pom.xml
index 374ab7bc96f4..42d6d9b21d4f 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
4.0.0
diff --git a/v2-migration/pom.xml b/v2-migration/pom.xml
index e0d166db81a4..d22a19445b5e 100644
--- a/v2-migration/pom.xml
+++ b/v2-migration/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.35.11-SNAPSHOT
+ 2.35.12-SNAPSHOT
../pom.xml