Date: Wed, 14 Feb 2024 09:42:43 -0800
Subject: [PATCH 06/11] Enable compiled endpoint rules for the third wave
(#4927)
Services included are:
- accessanalyzer
- account
- acm
- acmpca
- alexaforbusiness
- amp
- amplify
- amplifybackend
- amplifyuibuilder
- apigatewaymanagementapi
- appconfig
- appfabric
- appflow
- appintegrations
- applicationautoscaling
- applicationcostprofiler
- applicationdiscovery
- applicationinsights
- cloudfrontkeyvaluestore
- cognitoidentityprovider
- eks
- emrcontainers
- iam
- iot
- marketplacemetering
- paymentcryptography
- securityhub
---
.../src/main/resources/codegen-resources/customization.config | 3 ++-
.../src/main/resources/codegen-resources/customization.config | 3 ++-
.../src/main/resources/codegen-resources/customization.config | 3 ++-
.../src/main/resources/codegen-resources/customization.config | 3 ++-
.../src/main/resources/codegen-resources/customization.config | 3 ++-
.../src/main/resources/codegen-resources/customization.config | 3 ++-
.../src/main/resources/codegen-resources/customization.config | 3 ++-
.../src/main/resources/codegen-resources/customization.config | 3 ++-
.../src/main/resources/codegen-resources/customization.config | 3 ++-
.../src/main/resources/codegen-resources/customization.config | 3 ++-
.../src/main/resources/codegen-resources/customization.config | 3 ++-
.../src/main/resources/codegen-resources/customization.config | 3 ++-
.../src/main/resources/codegen-resources/customization.config | 3 ++-
.../src/main/resources/codegen-resources/customization.config | 3 ++-
.../src/main/resources/codegen-resources/customization.config | 3 ++-
.../src/main/resources/codegen-resources/customization.config | 3 ++-
.../src/main/resources/codegen-resources/customization.config | 3 ++-
.../src/main/resources/codegen-resources/customization.config | 3 ++-
.../src/main/resources/codegen-resources/customization.config | 1 +
.../src/main/resources/codegen-resources/customization.config | 1 +
.../src/main/resources/codegen-resources/customization.config | 3 ++-
.../src/main/resources/codegen-resources/customization.config | 3 ++-
.../src/main/resources/codegen-resources/customization.config | 1 +
.../src/main/resources/codegen-resources/customization.config | 3 ++-
.../src/main/resources/codegen-resources/customization.config | 3 ++-
.../src/main/resources/codegen-resources/customization.config | 3 ++-
.../src/main/resources/codegen-resources/customization.config | 3 ++-
27 files changed, 51 insertions(+), 24 deletions(-)
diff --git a/services/accessanalyzer/src/main/resources/codegen-resources/customization.config b/services/accessanalyzer/src/main/resources/codegen-resources/customization.config
index fb50d0a7a6eb..49a9cfc3d510 100644
--- a/services/accessanalyzer/src/main/resources/codegen-resources/customization.config
+++ b/services/accessanalyzer/src/main/resources/codegen-resources/customization.config
@@ -1,3 +1,4 @@
{
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
diff --git a/services/account/src/main/resources/codegen-resources/customization.config b/services/account/src/main/resources/codegen-resources/customization.config
index fb50d0a7a6eb..49a9cfc3d510 100644
--- a/services/account/src/main/resources/codegen-resources/customization.config
+++ b/services/account/src/main/resources/codegen-resources/customization.config
@@ -1,3 +1,4 @@
{
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
diff --git a/services/acm/src/main/resources/codegen-resources/customization.config b/services/acm/src/main/resources/codegen-resources/customization.config
index 6146c9256ea3..2e642dc4284c 100644
--- a/services/acm/src/main/resources/codegen-resources/customization.config
+++ b/services/acm/src/main/resources/codegen-resources/customization.config
@@ -2,5 +2,6 @@
"verifiedSimpleMethods": [
"listCertificates"
],
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
diff --git a/services/acmpca/src/main/resources/codegen-resources/customization.config b/services/acmpca/src/main/resources/codegen-resources/customization.config
index a001cc0951e3..fa05c9e79dcb 100644
--- a/services/acmpca/src/main/resources/codegen-resources/customization.config
+++ b/services/acmpca/src/main/resources/codegen-resources/customization.config
@@ -2,5 +2,6 @@
"verifiedSimpleMethods": [
"listCertificateAuthorities"
],
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
diff --git a/services/alexaforbusiness/src/main/resources/codegen-resources/customization.config b/services/alexaforbusiness/src/main/resources/codegen-resources/customization.config
index 0d85d066f3c5..bf752c5c8eb1 100644
--- a/services/alexaforbusiness/src/main/resources/codegen-resources/customization.config
+++ b/services/alexaforbusiness/src/main/resources/codegen-resources/customization.config
@@ -2,5 +2,6 @@
"excludedSimpleMethods": [
"*"
],
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
diff --git a/services/amp/src/main/resources/codegen-resources/customization.config b/services/amp/src/main/resources/codegen-resources/customization.config
index fb50d0a7a6eb..49a9cfc3d510 100644
--- a/services/amp/src/main/resources/codegen-resources/customization.config
+++ b/services/amp/src/main/resources/codegen-resources/customization.config
@@ -1,3 +1,4 @@
{
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
diff --git a/services/amplify/src/main/resources/codegen-resources/customization.config b/services/amplify/src/main/resources/codegen-resources/customization.config
index 9f9ccd14e9ed..bc376ac406f4 100644
--- a/services/amplify/src/main/resources/codegen-resources/customization.config
+++ b/services/amplify/src/main/resources/codegen-resources/customization.config
@@ -2,5 +2,6 @@
"verifiedSimpleMethods": [
"listApps"
],
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
diff --git a/services/amplifybackend/src/main/resources/codegen-resources/customization.config b/services/amplifybackend/src/main/resources/codegen-resources/customization.config
index fb50d0a7a6eb..49a9cfc3d510 100644
--- a/services/amplifybackend/src/main/resources/codegen-resources/customization.config
+++ b/services/amplifybackend/src/main/resources/codegen-resources/customization.config
@@ -1,3 +1,4 @@
{
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
diff --git a/services/amplifyuibuilder/src/main/resources/codegen-resources/customization.config b/services/amplifyuibuilder/src/main/resources/codegen-resources/customization.config
index fb50d0a7a6eb..49a9cfc3d510 100644
--- a/services/amplifyuibuilder/src/main/resources/codegen-resources/customization.config
+++ b/services/amplifyuibuilder/src/main/resources/codegen-resources/customization.config
@@ -1,3 +1,4 @@
{
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
diff --git a/services/apigatewaymanagementapi/src/main/resources/codegen-resources/customization.config b/services/apigatewaymanagementapi/src/main/resources/codegen-resources/customization.config
index fb50d0a7a6eb..49a9cfc3d510 100644
--- a/services/apigatewaymanagementapi/src/main/resources/codegen-resources/customization.config
+++ b/services/apigatewaymanagementapi/src/main/resources/codegen-resources/customization.config
@@ -1,3 +1,4 @@
{
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
diff --git a/services/appconfig/src/main/resources/codegen-resources/customization.config b/services/appconfig/src/main/resources/codegen-resources/customization.config
index fb50d0a7a6eb..49a9cfc3d510 100644
--- a/services/appconfig/src/main/resources/codegen-resources/customization.config
+++ b/services/appconfig/src/main/resources/codegen-resources/customization.config
@@ -1,3 +1,4 @@
{
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
diff --git a/services/appfabric/src/main/resources/codegen-resources/customization.config b/services/appfabric/src/main/resources/codegen-resources/customization.config
index fb50d0a7a6eb..49a9cfc3d510 100644
--- a/services/appfabric/src/main/resources/codegen-resources/customization.config
+++ b/services/appfabric/src/main/resources/codegen-resources/customization.config
@@ -1,3 +1,4 @@
{
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
diff --git a/services/appflow/src/main/resources/codegen-resources/customization.config b/services/appflow/src/main/resources/codegen-resources/customization.config
index fb50d0a7a6eb..49a9cfc3d510 100644
--- a/services/appflow/src/main/resources/codegen-resources/customization.config
+++ b/services/appflow/src/main/resources/codegen-resources/customization.config
@@ -1,3 +1,4 @@
{
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
diff --git a/services/appintegrations/src/main/resources/codegen-resources/customization.config b/services/appintegrations/src/main/resources/codegen-resources/customization.config
index fb50d0a7a6eb..49a9cfc3d510 100644
--- a/services/appintegrations/src/main/resources/codegen-resources/customization.config
+++ b/services/appintegrations/src/main/resources/codegen-resources/customization.config
@@ -1,3 +1,4 @@
{
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
diff --git a/services/applicationautoscaling/src/main/resources/codegen-resources/customization.config b/services/applicationautoscaling/src/main/resources/codegen-resources/customization.config
index fb50d0a7a6eb..49a9cfc3d510 100644
--- a/services/applicationautoscaling/src/main/resources/codegen-resources/customization.config
+++ b/services/applicationautoscaling/src/main/resources/codegen-resources/customization.config
@@ -1,3 +1,4 @@
{
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
diff --git a/services/applicationcostprofiler/src/main/resources/codegen-resources/customization.config b/services/applicationcostprofiler/src/main/resources/codegen-resources/customization.config
index fb50d0a7a6eb..49a9cfc3d510 100644
--- a/services/applicationcostprofiler/src/main/resources/codegen-resources/customization.config
+++ b/services/applicationcostprofiler/src/main/resources/codegen-resources/customization.config
@@ -1,3 +1,4 @@
{
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
diff --git a/services/applicationdiscovery/src/main/resources/codegen-resources/customization.config b/services/applicationdiscovery/src/main/resources/codegen-resources/customization.config
index b3b1890cad0c..739c1aacf1e3 100644
--- a/services/applicationdiscovery/src/main/resources/codegen-resources/customization.config
+++ b/services/applicationdiscovery/src/main/resources/codegen-resources/customization.config
@@ -17,5 +17,6 @@
"DescribeExportConfigurations",
"ExportConfigurations"
],
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
diff --git a/services/applicationinsights/src/main/resources/codegen-resources/customization.config b/services/applicationinsights/src/main/resources/codegen-resources/customization.config
index fb50d0a7a6eb..49a9cfc3d510 100644
--- a/services/applicationinsights/src/main/resources/codegen-resources/customization.config
+++ b/services/applicationinsights/src/main/resources/codegen-resources/customization.config
@@ -1,3 +1,4 @@
{
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
diff --git a/services/cloudfrontkeyvaluestore/src/main/resources/codegen-resources/customization.config b/services/cloudfrontkeyvaluestore/src/main/resources/codegen-resources/customization.config
index 37184c583f71..70f0de837ceb 100644
--- a/services/cloudfrontkeyvaluestore/src/main/resources/codegen-resources/customization.config
+++ b/services/cloudfrontkeyvaluestore/src/main/resources/codegen-resources/customization.config
@@ -1,4 +1,5 @@
{
"useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true,
"enableEndpointAuthSchemeParams": true
}
diff --git a/services/cognitoidentityprovider/src/main/resources/codegen-resources/customization.config b/services/cognitoidentityprovider/src/main/resources/codegen-resources/customization.config
index 977593026018..3f8aaed78a98 100644
--- a/services/cognitoidentityprovider/src/main/resources/codegen-resources/customization.config
+++ b/services/cognitoidentityprovider/src/main/resources/codegen-resources/customization.config
@@ -1,5 +1,6 @@
{
"useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true,
"excludedSimpleMethods" : [
"associateSoftwareToken"
],
diff --git a/services/eks/src/main/resources/codegen-resources/customization.config b/services/eks/src/main/resources/codegen-resources/customization.config
index 6a19a2f5c394..a12a922892bf 100644
--- a/services/eks/src/main/resources/codegen-resources/customization.config
+++ b/services/eks/src/main/resources/codegen-resources/customization.config
@@ -2,5 +2,6 @@
"verifiedSimpleMethods": [
"listClusters"
],
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
diff --git a/services/emrcontainers/src/main/resources/codegen-resources/customization.config b/services/emrcontainers/src/main/resources/codegen-resources/customization.config
index fb50d0a7a6eb..49a9cfc3d510 100644
--- a/services/emrcontainers/src/main/resources/codegen-resources/customization.config
+++ b/services/emrcontainers/src/main/resources/codegen-resources/customization.config
@@ -1,3 +1,4 @@
{
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
diff --git a/services/iam/src/main/resources/codegen-resources/customization.config b/services/iam/src/main/resources/codegen-resources/customization.config
index f73e03152d6c..6216df814396 100644
--- a/services/iam/src/main/resources/codegen-resources/customization.config
+++ b/services/iam/src/main/resources/codegen-resources/customization.config
@@ -1,5 +1,6 @@
{
"useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true,
"verifiedSimpleMethods": [
"createAccessKey",
"deleteAccountPasswordPolicy",
diff --git a/services/iot/src/main/resources/codegen-resources/customization.config b/services/iot/src/main/resources/codegen-resources/customization.config
index ac445a5bb430..346279451f9f 100644
--- a/services/iot/src/main/resources/codegen-resources/customization.config
+++ b/services/iot/src/main/resources/codegen-resources/customization.config
@@ -55,5 +55,6 @@
"union": true
}
},
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
diff --git a/services/marketplacemetering/src/main/resources/codegen-resources/customization.config b/services/marketplacemetering/src/main/resources/codegen-resources/customization.config
index fb50d0a7a6eb..49a9cfc3d510 100644
--- a/services/marketplacemetering/src/main/resources/codegen-resources/customization.config
+++ b/services/marketplacemetering/src/main/resources/codegen-resources/customization.config
@@ -1,3 +1,4 @@
{
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
diff --git a/services/paymentcryptography/src/main/resources/codegen-resources/customization.config b/services/paymentcryptography/src/main/resources/codegen-resources/customization.config
index fb50d0a7a6eb..49a9cfc3d510 100644
--- a/services/paymentcryptography/src/main/resources/codegen-resources/customization.config
+++ b/services/paymentcryptography/src/main/resources/codegen-resources/customization.config
@@ -1,3 +1,4 @@
{
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
diff --git a/services/securityhub/src/main/resources/codegen-resources/customization.config b/services/securityhub/src/main/resources/codegen-resources/customization.config
index a1cf874638da..57d2b7d2eeab 100644
--- a/services/securityhub/src/main/resources/codegen-resources/customization.config
+++ b/services/securityhub/src/main/resources/codegen-resources/customization.config
@@ -13,5 +13,6 @@
"getEnabledStandards",
"getInsights"
],
- "useSraAuth": true
+ "useSraAuth": true,
+ "enableGenerateCompiledEndpointRules": true
}
From 12e4e476e7d8592c64a131d8e6c20d231b47da04 Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Wed, 14 Feb 2024 19:07:15 +0000
Subject: [PATCH 07/11] QBusiness Update: This release adds the
metadata-boosting feature, which allows customers to easily fine-tune the
underlying ranking of retrieved RAG passages in order to optimize Q&A answer
relevance. It also adds new feedback reasons for the PutFeedback API.
---
.../feature-QBusiness-1caeca5.json | 6 +
.../codegen-resources/service-2.json | 152 ++++++++++++++++--
2 files changed, 148 insertions(+), 10 deletions(-)
create mode 100644 .changes/next-release/feature-QBusiness-1caeca5.json
diff --git a/.changes/next-release/feature-QBusiness-1caeca5.json b/.changes/next-release/feature-QBusiness-1caeca5.json
new file mode 100644
index 000000000000..59c2e1d40b34
--- /dev/null
+++ b/.changes/next-release/feature-QBusiness-1caeca5.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "QBusiness",
+ "contributor": "",
+ "description": "This release adds the metadata-boosting feature, which allows customers to easily fine-tune the underlying ranking of retrieved RAG passages in order to optimize Q&A answer relevance. It also adds new feedback reasons for the PutFeedback API."
+}
diff --git a/services/qbusiness/src/main/resources/codegen-resources/service-2.json b/services/qbusiness/src/main/resources/codegen-resources/service-2.json
index 87fb91b593ad..84bd023d0924 100644
--- a/services/qbusiness/src/main/resources/codegen-resources/service-2.json
+++ b/services/qbusiness/src/main/resources/codegen-resources/service-2.json
@@ -131,7 +131,7 @@
{"shape":"AccessDeniedException"},
{"shape":"ServiceQuotaExceededException"}
],
- "documentation":"Creates an Amazon Q index.
To determine if index creation has completed, check the Status
field returned from a call to DescribeIndex
. The Status
field is set to ACTIVE
when the index is ready to use.
Once the index is active, you can index your documents using the BatchPutDocument
API or the CreateDataSource
API.
"
+ "documentation":"Creates an Amazon Q index.
To determine if index creation has completed, check the Status
field returned from a call to DescribeIndex
. The Status
field is set to ACTIVE
when the index is ready to use.
Once the index is active, you can index your documents using the BatchPutDocument
API or the CreateDataSource
API.
"
},
"CreatePlugin":{
"name":"CreatePlugin",
@@ -1455,7 +1455,7 @@
"documentation":" Performs a logical OR
operation on all supplied filters.
"
}
},
- "documentation":"Enables filtering of Amazon Q web experience responses based on document attributes or metadata fields.
"
+ "documentation":"Enables filtering of responses based on document attributes or metadata fields.
"
},
"AttributeFilters":{
"type":"list",
@@ -1623,6 +1623,12 @@
"type":"boolean",
"box":true
},
+ "BoostingDurationInSeconds":{
+ "type":"long",
+ "box":true,
+ "max":999999999,
+ "min":0
+ },
"ChatSyncInput":{
"type":"structure",
"required":[
@@ -2351,6 +2357,21 @@
"type":"list",
"member":{"shape":"DataSource"}
},
+ "DateAttributeBoostingConfiguration":{
+ "type":"structure",
+ "required":["boostingLevel"],
+ "members":{
+ "boostingDurationInSeconds":{
+ "shape":"BoostingDurationInSeconds",
+ "documentation":"Specifies the duration, in seconds, of a boost applies to a DATE
type document attribute.
"
+ },
+ "boostingLevel":{
+ "shape":"DocumentAttributeBoostingLevel",
+ "documentation":"Specifies how much a document attribute is boosted.
"
+ }
+ },
+ "documentation":"Provides information on boosting DATE
type document attributes.
For more information on how boosting document attributes work in Amazon Q, see Boosting using document attributes.
"
+ },
"DeleteApplicationRequest":{
"type":"structure",
"required":["applicationId"],
@@ -2694,6 +2715,45 @@
},
"documentation":"A document attribute or metadata field.
"
},
+ "DocumentAttributeBoostingConfiguration":{
+ "type":"structure",
+ "members":{
+ "dateConfiguration":{
+ "shape":"DateAttributeBoostingConfiguration",
+ "documentation":"Provides information on boosting DATE
type document attributes.
"
+ },
+ "numberConfiguration":{
+ "shape":"NumberAttributeBoostingConfiguration",
+ "documentation":"Provides information on boosting NUMBER
type document attributes.
"
+ },
+ "stringConfiguration":{
+ "shape":"StringAttributeBoostingConfiguration",
+ "documentation":"Provides information on boosting STRING
type document attributes.
"
+ },
+ "stringListConfiguration":{
+ "shape":"StringListAttributeBoostingConfiguration",
+ "documentation":"Provides information on boosting STRING_LIST
type document attributes.
"
+ }
+ },
+ "documentation":"Provides information on boosting supported Amazon Q document attribute types. When an end user chat query matches document attributes that have been boosted, Amazon Q prioritizes generating responses from content that matches the boosted document attributes.
For STRING
and STRING_LIST
type document attributes to be used for boosting on the console and the API, they must be enabled for search using the DocumentAttributeConfiguration object of the UpdateIndex API. If you haven't enabled searching on these attributes, you can't boost attributes of these data types on either the console or the API.
For more information on how boosting document attributes work in Amazon Q, see Boosting using document attributes.
",
+ "union":true
+ },
+ "DocumentAttributeBoostingLevel":{
+ "type":"string",
+ "enum":[
+ "NONE",
+ "LOW",
+ "MEDIUM",
+ "HIGH",
+ "VERY_HIGH"
+ ]
+ },
+ "DocumentAttributeBoostingOverrideMap":{
+ "type":"map",
+ "key":{"shape":"DocumentAttributeKey"},
+ "value":{"shape":"DocumentAttributeBoostingConfiguration"},
+ "min":1
+ },
"DocumentAttributeCondition":{
"type":"structure",
"required":[
@@ -2711,7 +2771,7 @@
},
"value":{"shape":"DocumentAttributeValue"}
},
- "documentation":"The condition used for the target document attribute or metadata field when ingesting documents into Amazon Q. You use this with DocumentAttributeTarget
to apply the condition.
For example, you can create the 'Department' target field and have it prefill department names associated with the documents based on information in the 'Source_URI' field. Set the condition that if the 'Source_URI' field contains 'financial' in its URI value, then prefill the target field 'Department' with the target value 'Finance' for the document.
Amazon Q can't create a target field if it has not already been created as an index field. After you create your index field, you can create a document metadata field using DocumentAttributeTarget
. Amazon Q then will map your newly created metadata field to your index field.
"
+ "documentation":"The condition used for the target document attribute or metadata field when ingesting documents into Amazon Q. You use this with DocumentAttributeTarget
to apply the condition.
For example, you can create the 'Department' target field and have it prefill department names associated with the documents based on information in the 'Source_URI' field. Set the condition that if the 'Source_URI' field contains 'financial' in its URI value, then prefill the target field 'Department' with the target value 'Finance' for the document.
Amazon Q can't create a target field if it has not already been created as an index field. After you create your index field, you can create a document metadata field using DocumentAttributeTarget
. Amazon Q then will map your newly created metadata field to your index field.
"
},
"DocumentAttributeConfiguration":{
"type":"structure",
@@ -2761,7 +2821,7 @@
},
"value":{"shape":"DocumentAttributeValue"}
},
- "documentation":"The target document attribute or metadata field you want to alter when ingesting documents into Amazon Q.
For example, you can delete all customer identification numbers associated with the documents, stored in the document metadata field called 'Customer_ID' by setting the target key as 'Customer_ID' and the deletion flag to TRUE
. This removes all customer ID values in the field 'Customer_ID'. This would scrub personally identifiable information from each document's metadata.
Amazon Q can't create a target field if it has not already been created as an index field. After you create your index field, you can create a document metadata field using DocumentAttributeTarget
. Amazon Q will then map your newly created document attribute to your index field.
You can also use this with DocumentAttributeCondition
.
"
+ "documentation":"The target document attribute or metadata field you want to alter when ingesting documents into Amazon Q.
For example, you can delete all customer identification numbers associated with the documents, stored in the document metadata field called 'Customer_ID' by setting the target key as 'Customer_ID' and the deletion flag to TRUE
. This removes all customer ID values in the field 'Customer_ID'. This would scrub personally identifiable information from each document's metadata.
Amazon Q can't create a target field if it has not already been created as an index field. After you create your index field, you can create a document metadata field using DocumentAttributeTarget
. Amazon Q will then map your newly created document attribute to your index field.
You can also use this with DocumentAttributeCondition
.
"
},
"DocumentAttributeValue":{
"type":"structure",
@@ -3639,7 +3699,7 @@
"documentation":"Stores the original, raw documents or the structured, parsed documents before and after altering them. For more information, see Data contracts for Lambda functions.
"
}
},
- "documentation":"Provides the configuration information for invoking a Lambda function in Lambda to alter document metadata and content when ingesting documents into Amazon Q.
You can configure your Lambda function using PreExtractionHookConfiguration if you want to apply advanced alterations on the original or raw documents.
If you want to apply advanced alterations on the Amazon Q structured documents, you must configure your Lambda function using PostExtractionHookConfiguration.
You can only invoke one Lambda function. However, this function can invoke other functions it requires.
For more information, see Custom document enrichment.
"
+ "documentation":"Provides the configuration information for invoking a Lambda function in Lambda to alter document metadata and content when ingesting documents into Amazon Q.
You can configure your Lambda function using PreExtractionHookConfiguration if you want to apply advanced alterations on the original or raw documents.
If you want to apply advanced alterations on the Amazon Q structured documents, you must configure your Lambda function using PostExtractionHookConfiguration.
You can only invoke one Lambda function. However, this function can invoke other functions it requires.
For more information, see Custom document enrichment.
"
},
"Index":{
"type":"structure",
@@ -3744,7 +3804,7 @@
},
"target":{"shape":"DocumentAttributeTarget"}
},
- "documentation":"Provides the configuration information for applying basic logic to alter document metadata and content when ingesting documents into Amazon Q.
To apply advanced logic, to go beyond what you can do with basic logic, see HookConfiguration
.
For more information, see Custom document enrichment.
"
+ "documentation":"Provides the configuration information for applying basic logic to alter document metadata and content when ingesting documents into Amazon Q.
To apply advanced logic, to go beyond what you can do with basic logic, see HookConfiguration
.
For more information, see Custom document enrichment.
"
},
"InlineDocumentEnrichmentConfigurations":{
"type":"list",
@@ -4567,7 +4627,11 @@
"FACTUALLY_CORRECT",
"COMPLETE",
"RELEVANT_SOURCES",
- "HELPFUL"
+ "HELPFUL",
+ "NOT_BASED_ON_DOCUMENTS",
+ "NOT_COMPLETE",
+ "NOT_CONCISE",
+ "OTHER"
]
},
"Messages":{
@@ -4582,6 +4646,10 @@
"type":"structure",
"required":["indexId"],
"members":{
+ "boostingOverride":{
+ "shape":"DocumentAttributeBoostingOverrideMap",
+ "documentation":"Overrides the default boosts applied by Amazon Q to supported document attribute data types.
"
+ },
"indexId":{
"shape":"IndexId",
"documentation":"The identifier for the Amazon Q index.
"
@@ -4594,6 +4662,28 @@
"max":800,
"min":1
},
+ "NumberAttributeBoostingConfiguration":{
+ "type":"structure",
+ "required":["boostingLevel"],
+ "members":{
+ "boostingLevel":{
+ "shape":"DocumentAttributeBoostingLevel",
+ "documentation":"Specifies the duration, in seconds, of a boost applies to a NUMBER
type document attribute.
"
+ },
+ "boostingType":{
+ "shape":"NumberAttributeBoostingType",
+ "documentation":"Specifies how much a document attribute is boosted.
"
+ }
+ },
+ "documentation":"Provides information on boosting NUMBER
type document attributes.
For more information on how boosting document attributes work in Amazon Q, see Boosting using document attributes.
"
+ },
+ "NumberAttributeBoostingType":{
+ "type":"string",
+ "enum":[
+ "PRIORITIZE_LARGER_VALUES",
+ "PRIORITIZE_SMALLER_VALUES"
+ ]
+ },
"OAuth2ClientCredentialConfiguration":{
"type":"structure",
"required":[
@@ -4985,7 +5075,7 @@
},
"ruleType":{
"shape":"RuleType",
- "documentation":"The type fo rule.
"
+ "documentation":"The type of rule.
"
}
},
"documentation":"Guardrail rules for an Amazon Q application. Amazon Q supports only one rule at a time.
"
@@ -5244,6 +5334,48 @@
"max":2048,
"min":1
},
+ "StringAttributeBoostingConfiguration":{
+ "type":"structure",
+ "required":["boostingLevel"],
+ "members":{
+ "attributeValueBoosting":{
+ "shape":"StringAttributeValueBoosting",
+ "documentation":"Specifies specific values of a STRING
type document attribute being boosted.
"
+ },
+ "boostingLevel":{
+ "shape":"DocumentAttributeBoostingLevel",
+ "documentation":"Specifies how much a document attribute is boosted.
"
+ }
+ },
+ "documentation":"Provides information on boosting STRING
type document attributes.
For STRING
and STRING_LIST
type document attributes to be used for boosting on the console and the API, they must be enabled for search using the DocumentAttributeConfiguration object of the UpdateIndex API. If you haven't enabled searching on these attributes, you can't boost attributes of these data types on either the console or the API.
For more information on how boosting document attributes work in Amazon Q, see Boosting using document attributes.
"
+ },
+ "StringAttributeValueBoosting":{
+ "type":"map",
+ "key":{"shape":"String"},
+ "value":{"shape":"StringAttributeValueBoostingLevel"},
+ "max":10,
+ "min":1
+ },
+ "StringAttributeValueBoostingLevel":{
+ "type":"string",
+ "enum":[
+ "LOW",
+ "MEDIUM",
+ "HIGH",
+ "VERY_HIGH"
+ ]
+ },
+ "StringListAttributeBoostingConfiguration":{
+ "type":"structure",
+ "required":["boostingLevel"],
+ "members":{
+ "boostingLevel":{
+ "shape":"DocumentAttributeBoostingLevel",
+ "documentation":"Specifies how much a document attribute is boosted.
"
+ }
+ },
+ "documentation":"Provides information on boosting STRING_LIST
type document attributes.
For STRING
and STRING_LIST
type document attributes to be used for boosting on the console and the API, they must be enabled for search using the DocumentAttributeConfiguration object of the UpdateIndex API. If you haven't enabled searching on these attributes, you can't boost attributes of these data types on either the console or the API.
For more information on how boosting document attributes work in Amazon Q, see Boosting using document attributes.
"
+ },
"SubnetId":{
"type":"string",
"max":200,
@@ -5396,7 +5528,7 @@
"members":{
"description":{
"shape":"TopicDescription",
- "documentation":"A description for your topic control configuration. Use this outline how the large language model (LLM) should use this topic control configuration.
"
+ "documentation":"A description for your topic control configuration. Use this to outline how the large language model (LLM) should use this topic control configuration.
"
},
"exampleChatMessages":{
"shape":"ExampleChatMessages",
@@ -5995,5 +6127,5 @@
"member":{"shape":"WebExperience"}
}
},
- "documentation":"
"
+ "documentation":" Amazon Q is in preview release and is subject to change.
This is the Amazon Q (for business use) API Reference. Amazon Q is a fully managed, generative-AI powered enterprise chat assistant that you can deploy within your organization. Amazon Q enhances employee productivity by supporting key tasks such as question-answering, knowledge discovery, writing email messages, summarizing text, drafting document outlines, and brainstorming ideas. Users ask questions of Amazon Q and get answers that are presented in a conversational manner. For an introduction to the service, see the Amazon Q (for business use) Developer Guide .
For an overview of the Amazon Q APIs, see Overview of Amazon Q API operations.
For information about the IAM access control permissions you need to use this API, see IAM roles for Amazon Q in the Amazon Q (for business use) Developer Guide.
You can use the following AWS SDKs to access Amazon Q APIs:
The following resources provide additional information about using the Amazon Q API:
"
}
From 0d2f44a024c8e9f069bb323251e5e6af94d31a9b Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Wed, 14 Feb 2024 19:07:19 +0000
Subject: [PATCH 08/11] Amazon Lookout for Equipment Update: This feature
allows customers to see pointwise model diagnostics results for their models.
---
...ure-AmazonLookoutforEquipment-dab2db3.json | 6 ++
.../codegen-resources/endpoint-rule-set.json | 40 +++++------
.../codegen-resources/service-2.json | 71 ++++++++++++++++---
3 files changed, 87 insertions(+), 30 deletions(-)
create mode 100644 .changes/next-release/feature-AmazonLookoutforEquipment-dab2db3.json
diff --git a/.changes/next-release/feature-AmazonLookoutforEquipment-dab2db3.json b/.changes/next-release/feature-AmazonLookoutforEquipment-dab2db3.json
new file mode 100644
index 000000000000..e15442137222
--- /dev/null
+++ b/.changes/next-release/feature-AmazonLookoutforEquipment-dab2db3.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "Amazon Lookout for Equipment",
+ "contributor": "",
+ "description": "This feature allows customers to see pointwise model diagnostics results for their models."
+}
diff --git a/services/lookoutequipment/src/main/resources/codegen-resources/endpoint-rule-set.json b/services/lookoutequipment/src/main/resources/codegen-resources/endpoint-rule-set.json
index 00e0ece38711..e1ad53b092fb 100644
--- a/services/lookoutequipment/src/main/resources/codegen-resources/endpoint-rule-set.json
+++ b/services/lookoutequipment/src/main/resources/codegen-resources/endpoint-rule-set.json
@@ -40,7 +40,6 @@
]
}
],
- "type": "tree",
"rules": [
{
"conditions": [
@@ -83,7 +82,8 @@
},
"type": "endpoint"
}
- ]
+ ],
+ "type": "tree"
},
{
"conditions": [
@@ -96,7 +96,6 @@
]
}
],
- "type": "tree",
"rules": [
{
"conditions": [
@@ -110,7 +109,6 @@
"assign": "PartitionResult"
}
],
- "type": "tree",
"rules": [
{
"conditions": [
@@ -133,7 +131,6 @@
]
}
],
- "type": "tree",
"rules": [
{
"conditions": [
@@ -168,7 +165,6 @@
]
}
],
- "type": "tree",
"rules": [
{
"conditions": [],
@@ -179,14 +175,16 @@
},
"type": "endpoint"
}
- ]
+ ],
+ "type": "tree"
},
{
"conditions": [],
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
"type": "error"
}
- ]
+ ],
+ "type": "tree"
},
{
"conditions": [
@@ -200,14 +198,12 @@
]
}
],
- "type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
- true,
{
"fn": "getAttr",
"argv": [
@@ -216,11 +212,11 @@
},
"supportsFIPS"
]
- }
+ },
+ true
]
}
],
- "type": "tree",
"rules": [
{
"conditions": [],
@@ -231,14 +227,16 @@
},
"type": "endpoint"
}
- ]
+ ],
+ "type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
- ]
+ ],
+ "type": "tree"
},
{
"conditions": [
@@ -252,7 +250,6 @@
]
}
],
- "type": "tree",
"rules": [
{
"conditions": [
@@ -272,7 +269,6 @@
]
}
],
- "type": "tree",
"rules": [
{
"conditions": [],
@@ -283,14 +279,16 @@
},
"type": "endpoint"
}
- ]
+ ],
+ "type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
- ]
+ ],
+ "type": "tree"
},
{
"conditions": [],
@@ -301,9 +299,11 @@
},
"type": "endpoint"
}
- ]
+ ],
+ "type": "tree"
}
- ]
+ ],
+ "type": "tree"
},
{
"conditions": [],
diff --git a/services/lookoutequipment/src/main/resources/codegen-resources/service-2.json b/services/lookoutequipment/src/main/resources/codegen-resources/service-2.json
index 185149e6b3ff..cb0f9dce1bff 100644
--- a/services/lookoutequipment/src/main/resources/codegen-resources/service-2.json
+++ b/services/lookoutequipment/src/main/resources/codegen-resources/service-2.json
@@ -1236,6 +1236,10 @@
"OffCondition":{
"shape":"OffCondition",
"documentation":"Indicates that the asset associated with this sensor has been shut off. As long as this condition is met, Lookout for Equipment will not use data from this asset for training, evaluation, or inference.
"
+ },
+ "ModelDiagnosticsOutputConfiguration":{
+ "shape":"ModelDiagnosticsOutputConfiguration",
+ "documentation":"The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics. You must also specify the RoleArn
request parameter.
"
}
}
},
@@ -1401,7 +1405,7 @@
"type":"string",
"max":2048,
"min":20,
- "pattern":"arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:dataset\\/.+"
+ "pattern":"arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:dataset\\/[0-9a-zA-Z_-]{1,200}\\/.+"
},
"DatasetIdentifier":{
"type":"string",
@@ -1658,7 +1662,7 @@
},
"IngestedFilesSummary":{
"shape":"IngestedFilesSummary",
- "documentation":" IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
"
+ "documentation":"IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
"
},
"RoleArn":{
"shape":"IamRoleArn",
@@ -2021,6 +2025,10 @@
"RetrainingSchedulerStatus":{
"shape":"RetrainingSchedulerStatus",
"documentation":"Indicates the status of the retraining scheduler.
"
+ },
+ "ModelDiagnosticsOutputConfiguration":{
+ "shape":"ModelDiagnosticsOutputConfiguration",
+ "documentation":"Configuration information for the model's pointwise model diagnostics.
"
}
}
},
@@ -2165,6 +2173,14 @@
"AutoPromotionResultReason":{
"shape":"AutoPromotionResultReason",
"documentation":"Indicates the reason for the AutoPromotionResult
. For example, a model might not be promoted if its performance was worse than the active version, if there was an error during training, or if the retraining scheduler was using MANUAL
promote mode. The model will be promoted in MANAGED
promote mode if the performance is better than the previous model.
"
+ },
+ "ModelDiagnosticsOutputConfiguration":{
+ "shape":"ModelDiagnosticsOutputConfiguration",
+ "documentation":"The Amazon S3 location where Amazon Lookout for Equipment saves the pointwise model diagnostics for the model version.
"
+ },
+ "ModelDiagnosticsResultsObject":{
+ "shape":"S3Object",
+ "documentation":"The Amazon S3 output prefix for where Lookout for Equipment saves the pointwise model diagnostics for the model version.
"
}
}
},
@@ -2766,7 +2782,7 @@
},
"SensorsWithShortDateRange":{
"shape":"SensorsWithShortDateRange",
- "documentation":" Parameter that describes the total number of sensors that have a short date range of less than 90 days of data overall.
"
+ "documentation":" Parameter that describes the total number of sensors that have a short date range of less than 14 days of data overall.
"
}
},
"documentation":" Entity that comprises aggregated information on sensors having insufficient data.
"
@@ -3109,7 +3125,7 @@
},
"InferenceExecutionSummaries":{
"shape":"InferenceExecutionSummaries",
- "documentation":"Provides an array of information about the individual inference executions returned from the ListInferenceExecutions
operation, including model used, inference scheduler, data configuration, and so on.
"
+ "documentation":"Provides an array of information about the individual inference executions returned from the ListInferenceExecutions
operation, including model used, inference scheduler, data configuration, and so on.
If you don't supply the InferenceSchedulerName
request parameter, or if you supply the name of an inference scheduler that doesn't exist, ListInferenceExecutions
returns an empty array in InferenceExecutionSummaries
.
"
}
}
},
@@ -3187,7 +3203,7 @@
"members":{
"LabelGroupName":{
"shape":"LabelGroupName",
- "documentation":" Retruns the name of the label group.
"
+ "documentation":" Returns the name of the label group.
"
},
"IntervalStartTime":{
"shape":"Timestamp",
@@ -3224,7 +3240,7 @@
},
"LabelSummaries":{
"shape":"LabelSummaries",
- "documentation":" A summary of the items in the label group.
"
+ "documentation":" A summary of the items in the label group.
If you don't supply the LabelGroupName
request parameter, or if you supply the name of a label group that doesn't exist, ListLabels
returns an empty array in LabelSummaries
.
"
}
}
},
@@ -3279,7 +3295,7 @@
},
"ModelVersionSummaries":{
"shape":"ModelVersionSummaries",
- "documentation":"Provides information on the specified model version, including the created time, model and dataset ARNs, and status.
"
+ "documentation":"Provides information on the specified model version, including the created time, model and dataset ARNs, and status.
If you don't supply the ModelName
request parameter, or if you supply the name of a model that doesn't exist, ListModelVersions
returns an empty array in ModelVersionSummaries
.
"
}
}
},
@@ -3458,6 +3474,36 @@
"min":20,
"pattern":"arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:model\\/.+"
},
+ "ModelDiagnosticsOutputConfiguration":{
+ "type":"structure",
+ "required":["S3OutputConfiguration"],
+ "members":{
+ "S3OutputConfiguration":{
+ "shape":"ModelDiagnosticsS3OutputConfiguration",
+ "documentation":"The Amazon S3 location for the pointwise model diagnostics.
"
+ },
+ "KmsKeyId":{
+ "shape":"NameOrArn",
+ "documentation":"The Amazon Web Services Key Management Service (KMS) key identifier to encrypt the pointwise model diagnostics files.
"
+ }
+ },
+ "documentation":"Output configuration information for the pointwise model diagnostics for an Amazon Lookout for Equipment model.
"
+ },
+ "ModelDiagnosticsS3OutputConfiguration":{
+ "type":"structure",
+ "required":["Bucket"],
+ "members":{
+ "Bucket":{
+ "shape":"S3Bucket",
+ "documentation":"The name of the Amazon S3 bucket where the pointwise model diagnostics are located. You must be the owner of the Amazon S3 bucket.
"
+ },
+ "Prefix":{
+ "shape":"S3Prefix",
+ "documentation":"The Amazon S3 prefix for the location of the pointwise model diagnostics. The prefix specifies the folder and evaluation result file name. (bucket
).
When you call CreateModel
or UpdateModel
, specify the path within the bucket that you want Lookout for Equipment to save the model to. During training, Lookout for Equipment creates the model evaluation model as a compressed JSON file with the name model_diagnostics_results.json.gz
.
When you call DescribeModel
or DescribeModelVersion
, prefix
contains the file path and filename of the model evaluation file.
"
+ }
+ },
+ "documentation":"The Amazon S3 location for the pointwise model diagnostics for an Amazon Lookout for Equipment model.
"
+ },
"ModelMetrics":{
"type":"string",
"max":50000,
@@ -3543,7 +3589,8 @@
"RetrainingSchedulerStatus":{
"shape":"RetrainingSchedulerStatus",
"documentation":"Indicates the status of the retraining scheduler.
"
- }
+ },
+ "ModelDiagnosticsOutputConfiguration":{"shape":"ModelDiagnosticsOutputConfiguration"}
},
"documentation":"Provides information about the specified machine learning model, including dataset and model names and ARNs, as well as status.
"
},
@@ -3555,7 +3602,7 @@
"type":"string",
"max":2048,
"min":20,
- "pattern":"^arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:model\\/.+\\/.+\\/model-version\\/[0-9]{1,}$"
+ "pattern":"^arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:model\\/[0-9a-zA-Z_-]{1,200}\\/.+\\/model-version\\/[0-9]{1,}$"
},
"ModelVersionSourceType":{
"type":"string",
@@ -3888,7 +3935,7 @@
"members":{
"AffectedSensorCount":{
"shape":"Integer",
- "documentation":" Indicates the number of sensors that have less than 90 days of data.
"
+ "documentation":" Indicates the number of sensors that have less than 14 days of data.
"
}
},
"documentation":" Entity that comprises information on sensors that have shorter date range.
"
@@ -4303,6 +4350,10 @@
"RoleArn":{
"shape":"IamRoleArn",
"documentation":"The ARN of the model to update.
"
+ },
+ "ModelDiagnosticsOutputConfiguration":{
+ "shape":"ModelDiagnosticsOutputConfiguration",
+ "documentation":"The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics for the model. You must also specify the RoleArn
request parameter.
"
}
}
},
From 220b3671b9ed05a8a1b69db491027961b38a92e5 Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Wed, 14 Feb 2024 19:07:20 +0000
Subject: [PATCH 09/11] AWS Control Tower Update: Adds support for new Baseline
and EnabledBaseline APIs for automating multi-account governance.
---
.../feature-AWSControlTower-efcb38f.json | 6 +
.../codegen-resources/paginators-1.json | 12 +
.../codegen-resources/service-2.json | 682 +++++++++++++++++-
3 files changed, 687 insertions(+), 13 deletions(-)
create mode 100644 .changes/next-release/feature-AWSControlTower-efcb38f.json
diff --git a/.changes/next-release/feature-AWSControlTower-efcb38f.json b/.changes/next-release/feature-AWSControlTower-efcb38f.json
new file mode 100644
index 000000000000..727da53adf68
--- /dev/null
+++ b/.changes/next-release/feature-AWSControlTower-efcb38f.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "AWS Control Tower",
+ "contributor": "",
+ "description": "Adds support for new Baseline and EnabledBaseline APIs for automating multi-account governance."
+}
diff --git a/services/controltower/src/main/resources/codegen-resources/paginators-1.json b/services/controltower/src/main/resources/codegen-resources/paginators-1.json
index 24f2f2bdf599..10d8dd60fc12 100644
--- a/services/controltower/src/main/resources/codegen-resources/paginators-1.json
+++ b/services/controltower/src/main/resources/codegen-resources/paginators-1.json
@@ -1,5 +1,17 @@
{
"pagination": {
+ "ListBaselines": {
+ "input_token": "nextToken",
+ "output_token": "nextToken",
+ "limit_key": "maxResults",
+ "result_key": "baselines"
+ },
+ "ListEnabledBaselines": {
+ "input_token": "nextToken",
+ "output_token": "nextToken",
+ "limit_key": "maxResults",
+ "result_key": "enabledBaselines"
+ },
"ListEnabledControls": {
"input_token": "nextToken",
"output_token": "nextToken",
diff --git a/services/controltower/src/main/resources/codegen-resources/service-2.json b/services/controltower/src/main/resources/codegen-resources/service-2.json
index 1972b4fcbf56..bd8367787d45 100644
--- a/services/controltower/src/main/resources/codegen-resources/service-2.json
+++ b/services/controltower/src/main/resources/codegen-resources/service-2.json
@@ -50,6 +50,27 @@
"documentation":"Decommissions a landing zone. This API call starts an asynchronous operation that deletes Amazon Web Services Control Tower resources deployed in accounts managed by Amazon Web Services Control Tower.
",
"idempotent":true
},
+ "DisableBaseline":{
+ "name":"DisableBaseline",
+ "http":{
+ "method":"POST",
+ "requestUri":"/disable-baseline",
+ "responseCode":200
+ },
+ "input":{"shape":"DisableBaselineInput"},
+ "output":{"shape":"DisableBaselineOutput"},
+ "errors":[
+ {"shape":"ValidationException"},
+ {"shape":"ConflictException"},
+ {"shape":"ServiceQuotaExceededException"},
+ {"shape":"InternalServerException"},
+ {"shape":"AccessDeniedException"},
+ {"shape":"ThrottlingException"},
+ {"shape":"ResourceNotFoundException"}
+ ],
+ "documentation":"Disable an EnabledBaseline
resource on the specified Target. This API starts an asynchronous operation to remove all resources deployed as part of the baseline enablement. The resource will vary depending on the enabled baseline.
",
+ "idempotent":true
+ },
"DisableControl":{
"name":"DisableControl",
"http":{
@@ -68,7 +89,27 @@
{"shape":"ThrottlingException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"This API call turns off a control. It starts an asynchronous operation that deletes Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources will vary according to the control that you specify. For usage examples, see the Amazon Web Services Control Tower User Guide .
"
+ "documentation":"This API call turns off a control. It starts an asynchronous operation that deletes AWS resources on the specified organizational unit and the accounts it contains. The resources will vary according to the control that you specify. For usage examples, see the Amazon Web Services Control Tower User Guide .
"
+ },
+ "EnableBaseline":{
+ "name":"EnableBaseline",
+ "http":{
+ "method":"POST",
+ "requestUri":"/enable-baseline",
+ "responseCode":200
+ },
+ "input":{"shape":"EnableBaselineInput"},
+ "output":{"shape":"EnableBaselineOutput"},
+ "errors":[
+ {"shape":"ValidationException"},
+ {"shape":"ConflictException"},
+ {"shape":"ServiceQuotaExceededException"},
+ {"shape":"InternalServerException"},
+ {"shape":"AccessDeniedException"},
+ {"shape":"ThrottlingException"},
+ {"shape":"ResourceNotFoundException"}
+ ],
+ "documentation":"Enable (apply) a Baseline
to a Target. This API starts an asynchronous operation to deploy resources specified by the Baseline
to the specified Target.
"
},
"EnableControl":{
"name":"EnableControl",
@@ -90,6 +131,42 @@
],
"documentation":"This API call activates a control. It starts an asynchronous operation that creates Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify. For usage examples, see the Amazon Web Services Control Tower User Guide .
"
},
+ "GetBaseline":{
+ "name":"GetBaseline",
+ "http":{
+ "method":"POST",
+ "requestUri":"/get-baseline",
+ "responseCode":200
+ },
+ "input":{"shape":"GetBaselineInput"},
+ "output":{"shape":"GetBaselineOutput"},
+ "errors":[
+ {"shape":"ValidationException"},
+ {"shape":"InternalServerException"},
+ {"shape":"AccessDeniedException"},
+ {"shape":"ThrottlingException"},
+ {"shape":"ResourceNotFoundException"}
+ ],
+ "documentation":"Retrieve details about an existing Baseline
resource by specifying its identifier.
"
+ },
+ "GetBaselineOperation":{
+ "name":"GetBaselineOperation",
+ "http":{
+ "method":"POST",
+ "requestUri":"/get-baseline-operation",
+ "responseCode":200
+ },
+ "input":{"shape":"GetBaselineOperationInput"},
+ "output":{"shape":"GetBaselineOperationOutput"},
+ "errors":[
+ {"shape":"ValidationException"},
+ {"shape":"InternalServerException"},
+ {"shape":"AccessDeniedException"},
+ {"shape":"ThrottlingException"},
+ {"shape":"ResourceNotFoundException"}
+ ],
+ "documentation":"Returns the details of an asynchronous baseline operation, as initiated by any of these APIs: EnableBaseline
, DisableBaseline
, UpdateEnabledBaseline
, ResetEnabledBaseline
. A status message is displayed in case of operation failure.
"
+ },
"GetControlOperation":{
"name":"GetControlOperation",
"http":{
@@ -108,6 +185,24 @@
],
"documentation":"Returns the status of a particular EnableControl
or DisableControl
operation. Displays a message in case of error. Details for an operation are available for 90 days. For usage examples, see the Amazon Web Services Control Tower User Guide .
"
},
+ "GetEnabledBaseline":{
+ "name":"GetEnabledBaseline",
+ "http":{
+ "method":"POST",
+ "requestUri":"/get-enabled-baseline",
+ "responseCode":200
+ },
+ "input":{"shape":"GetEnabledBaselineInput"},
+ "output":{"shape":"GetEnabledBaselineOutput"},
+ "errors":[
+ {"shape":"ValidationException"},
+ {"shape":"InternalServerException"},
+ {"shape":"AccessDeniedException"},
+ {"shape":"ThrottlingException"},
+ {"shape":"ResourceNotFoundException"}
+ ],
+ "documentation":"Retrieve details of an EnabledBaseline
resource by specifying its identifier.
"
+ },
"GetEnabledControl":{
"name":"GetEnabledControl",
"http":{
@@ -162,6 +257,40 @@
],
"documentation":"Returns the status of the specified landing zone operation. Details for an operation are available for 60 days.
"
},
+ "ListBaselines":{
+ "name":"ListBaselines",
+ "http":{
+ "method":"POST",
+ "requestUri":"/list-baselines",
+ "responseCode":200
+ },
+ "input":{"shape":"ListBaselinesInput"},
+ "output":{"shape":"ListBaselinesOutput"},
+ "errors":[
+ {"shape":"ValidationException"},
+ {"shape":"InternalServerException"},
+ {"shape":"AccessDeniedException"},
+ {"shape":"ThrottlingException"}
+ ],
+ "documentation":"Returns a summary list of all available baselines.
"
+ },
+ "ListEnabledBaselines":{
+ "name":"ListEnabledBaselines",
+ "http":{
+ "method":"POST",
+ "requestUri":"/list-enabled-baselines",
+ "responseCode":200
+ },
+ "input":{"shape":"ListEnabledBaselinesInput"},
+ "output":{"shape":"ListEnabledBaselinesOutput"},
+ "errors":[
+ {"shape":"ValidationException"},
+ {"shape":"InternalServerException"},
+ {"shape":"AccessDeniedException"},
+ {"shape":"ThrottlingException"}
+ ],
+ "documentation":"Returns a list of summaries describing EnabledBaseline
resources. You can filter the list by the corresponding Baseline
or Target
of the EnabledBaseline
resources.
"
+ },
"ListEnabledControls":{
"name":"ListEnabledControls",
"http":{
@@ -213,6 +342,26 @@
],
"documentation":"Returns a list of tags associated with the resource. For usage examples, see the Amazon Web Services Control Tower User Guide .
"
},
+ "ResetEnabledBaseline":{
+ "name":"ResetEnabledBaseline",
+ "http":{
+ "method":"POST",
+ "requestUri":"/reset-enabled-baseline",
+ "responseCode":200
+ },
+ "input":{"shape":"ResetEnabledBaselineInput"},
+ "output":{"shape":"ResetEnabledBaselineOutput"},
+ "errors":[
+ {"shape":"ValidationException"},
+ {"shape":"ConflictException"},
+ {"shape":"ServiceQuotaExceededException"},
+ {"shape":"InternalServerException"},
+ {"shape":"AccessDeniedException"},
+ {"shape":"ThrottlingException"},
+ {"shape":"ResourceNotFoundException"}
+ ],
+ "documentation":"Re-enables an EnabledBaseline
resource. For example, this API can re-apply the existing Baseline
after a new member account is moved to the target OU.
"
+ },
"ResetLandingZone":{
"name":"ResetLandingZone",
"http":{
@@ -264,6 +413,26 @@
],
"documentation":"Removes tags from a resource. For usage examples, see the Amazon Web Services Control Tower User Guide .
"
},
+ "UpdateEnabledBaseline":{
+ "name":"UpdateEnabledBaseline",
+ "http":{
+ "method":"POST",
+ "requestUri":"/update-enabled-baseline",
+ "responseCode":200
+ },
+ "input":{"shape":"UpdateEnabledBaselineInput"},
+ "output":{"shape":"UpdateEnabledBaselineOutput"},
+ "errors":[
+ {"shape":"ValidationException"},
+ {"shape":"ConflictException"},
+ {"shape":"ServiceQuotaExceededException"},
+ {"shape":"InternalServerException"},
+ {"shape":"AccessDeniedException"},
+ {"shape":"ThrottlingException"},
+ {"shape":"ResourceNotFoundException"}
+ ],
+ "documentation":"Updates an EnabledBaseline
resource's applied parameters or version.
"
+ },
"UpdateEnabledControl":{
"name":"UpdateEnabledControl",
"http":{
@@ -324,6 +493,89 @@
"min":20,
"pattern":"^arn:aws[0-9a-zA-Z_\\-:\\/]+$"
},
+ "BaselineArn":{
+ "type":"string",
+ "pattern":"^arn:[a-z-]+:controltower:[a-z0-9-]*:[0-9]{0,12}:baseline/[A-Z0-9]{16}$"
+ },
+ "BaselineOperation":{
+ "type":"structure",
+ "members":{
+ "endTime":{
+ "shape":"Timestamp",
+ "documentation":"The end time of the operation (if applicable), in ISO 8601 format.
"
+ },
+ "operationIdentifier":{
+ "shape":"OperationIdentifier",
+ "documentation":"The identifier of the specified operation.
"
+ },
+ "operationType":{
+ "shape":"BaselineOperationType",
+ "documentation":"An enumerated type (enum
) with possible values of ENABLE_BASELINE
, DISABLE_BASELINE
, UPDATE_ENABLED_BASELINE
, or RESET_ENABLED_BASELINE
.
"
+ },
+ "startTime":{
+ "shape":"Timestamp",
+ "documentation":"The start time of the operation, in ISO 8601 format.
"
+ },
+ "status":{
+ "shape":"BaselineOperationStatus",
+ "documentation":"An enumerated type (enum
) with possible values of SUCCEEDED
, FAILED
, or IN_PROGRESS
.
"
+ },
+ "statusMessage":{
+ "shape":"String",
+ "documentation":"A status message that gives more information about the operation's status, if applicable.
"
+ }
+ },
+ "documentation":"An object of shape BaselineOperation
, returning details about the specified Baseline
operation ID.
"
+ },
+ "BaselineOperationStatus":{
+ "type":"string",
+ "enum":[
+ "SUCCEEDED",
+ "FAILED",
+ "IN_PROGRESS"
+ ]
+ },
+ "BaselineOperationType":{
+ "type":"string",
+ "enum":[
+ "ENABLE_BASELINE",
+ "DISABLE_BASELINE",
+ "UPDATE_ENABLED_BASELINE",
+ "RESET_ENABLED_BASELINE"
+ ]
+ },
+ "BaselineSummary":{
+ "type":"structure",
+ "required":[
+ "arn",
+ "name"
+ ],
+ "members":{
+ "arn":{
+ "shape":"String",
+ "documentation":"The full ARN of a Baseline.
"
+ },
+ "description":{
+ "shape":"String",
+ "documentation":"A summary description of a Baseline.
"
+ },
+ "name":{
+ "shape":"String",
+ "documentation":"The human-readable name of a Baseline.
"
+ }
+ },
+ "documentation":"Returns a summary of information about a Baseline
object.
"
+ },
+ "BaselineVersion":{
+ "type":"string",
+ "max":10,
+ "min":1,
+ "pattern":"^\\d+(?:\\.\\d+){0,2}$"
+ },
+ "Baselines":{
+ "type":"list",
+ "member":{"shape":"BaselineSummary"}
+ },
"ConflictException":{
"type":"structure",
"required":["message"],
@@ -394,7 +646,7 @@
"members":{
"manifest":{
"shape":"Manifest",
- "documentation":"The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review Launch your landing zone.
"
+ "documentation":"The manifest.yaml file is a text file that describes your Amazon Web Services resources. For examples, review The manifest file.
"
},
"tags":{
"shape":"TagMap",
@@ -443,6 +695,26 @@
}
}
},
+ "DisableBaselineInput":{
+ "type":"structure",
+ "required":["enabledBaselineIdentifier"],
+ "members":{
+ "enabledBaselineIdentifier":{
+ "shape":"Arn",
+ "documentation":"Identifier of the EnabledBaseline
resource to be deactivated, in ARN format.
"
+ }
+ }
+ },
+ "DisableBaselineOutput":{
+ "type":"structure",
+ "required":["operationIdentifier"],
+ "members":{
+ "operationIdentifier":{
+ "shape":"OperationIdentifier",
+ "documentation":"The ID (in UUID format) of the asynchronous DisableBaseline
operation. This operationIdentifier
is used to track status through calls to the GetBaselineOperation
API.
"
+ }
+ }
+ },
"DisableControlInput":{
"type":"structure",
"required":[
@@ -452,7 +724,7 @@
"members":{
"controlIdentifier":{
"shape":"ControlIdentifier",
- "documentation":"The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the landing zone Region deny control. For information on how to find the controlIdentifier
, see the overview page.
"
+ "documentation":"The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny control. For information on how to find the controlIdentifier
, see the overview page.
"
},
"targetIdentifier":{
"shape":"TargetIdentifier",
@@ -495,6 +767,53 @@
},
"documentation":"The drift summary of the enabled control.
Amazon Web Services Control Tower expects the enabled control configuration to include all supported and governed Regions. If the enabled control differs from the expected configuration, it is defined to be in a state of drift. You can repair this drift by resetting the enabled control.
"
},
+ "EnableBaselineInput":{
+ "type":"structure",
+ "required":[
+ "baselineIdentifier",
+ "baselineVersion",
+ "targetIdentifier"
+ ],
+ "members":{
+ "baselineIdentifier":{
+ "shape":"Arn",
+ "documentation":"The ARN of the baseline to be enabled.
"
+ },
+ "baselineVersion":{
+ "shape":"BaselineVersion",
+ "documentation":"The specific version to be enabled of the specified baseline.
"
+ },
+ "parameters":{
+ "shape":"EnabledBaselineParameters",
+ "documentation":"A list of key-value
objects that specify enablement parameters, where key
is a string and value
is a document of any type.
"
+ },
+ "tags":{
+ "shape":"TagMap",
+ "documentation":"Tags associated with input to EnableBaseline
.
"
+ },
+ "targetIdentifier":{
+ "shape":"Arn",
+ "documentation":"The ARN of the target on which the baseline will be enabled. Only OUs are supported as targets.
"
+ }
+ }
+ },
+ "EnableBaselineOutput":{
+ "type":"structure",
+ "required":[
+ "arn",
+ "operationIdentifier"
+ ],
+ "members":{
+ "arn":{
+ "shape":"Arn",
+ "documentation":"The ARN of the EnabledBaseline
resource.
"
+ },
+ "operationIdentifier":{
+ "shape":"OperationIdentifier",
+ "documentation":"The ID (in UUID format) of the asynchronous EnableBaseline
operation. This operationIdentifier
is used to track status through calls to the GetBaselineOperation
API.
"
+ }
+ }
+ },
"EnableControlInput":{
"type":"structure",
"required":[
@@ -504,11 +823,11 @@
"members":{
"controlIdentifier":{
"shape":"ControlIdentifier",
- "documentation":"The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the landing zone Region deny control. For information on how to find the controlIdentifier
, see the overview page.
"
+ "documentation":"The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny control. For information on how to find the controlIdentifier
, see the overview page.
"
},
"parameters":{
"shape":"EnabledControlParameters",
- "documentation":"An array of EnabledControlParameter
objects
"
+ "documentation":"A list of input parameter values, which are specified to configure the control when you enable it.
"
},
"tags":{
"shape":"TagMap",
@@ -534,6 +853,148 @@
}
}
},
+ "EnabledBaselineBaselineIdentifiers":{
+ "type":"list",
+ "member":{"shape":"Arn"},
+ "max":5,
+ "min":1
+ },
+ "EnabledBaselineDetails":{
+ "type":"structure",
+ "required":[
+ "arn",
+ "baselineIdentifier",
+ "statusSummary",
+ "targetIdentifier"
+ ],
+ "members":{
+ "arn":{
+ "shape":"Arn",
+ "documentation":"The ARN of the EnabledBaseline
resource.
"
+ },
+ "baselineIdentifier":{
+ "shape":"String",
+ "documentation":"The specific Baseline
enabled as part of the EnabledBaseline
resource.
"
+ },
+ "baselineVersion":{
+ "shape":"String",
+ "documentation":"The enabled version of the Baseline
.
"
+ },
+ "parameters":{
+ "shape":"EnabledBaselineParameterSummaries",
+ "documentation":"Shows the parameters that are applied when enabling this Baseline
.
"
+ },
+ "statusSummary":{"shape":"EnablementStatusSummary"},
+ "targetIdentifier":{
+ "shape":"String",
+ "documentation":"The target on which to enable the Baseline
.
"
+ }
+ },
+ "documentation":"Details of the EnabledBaseline
resource.
"
+ },
+ "EnabledBaselineFilter":{
+ "type":"structure",
+ "members":{
+ "baselineIdentifiers":{
+ "shape":"EnabledBaselineBaselineIdentifiers",
+ "documentation":"Identifiers for the Baseline
objects returned as part of the filter operation.
"
+ },
+ "targetIdentifiers":{
+ "shape":"EnabledBaselineTargetIdentifiers",
+ "documentation":"Identifiers for the targets of the Baseline
filter operation.
"
+ }
+ },
+ "documentation":"A filter applied on the ListEnabledBaseline
operation. Allowed filters are baselineIdentifiers
and targetIdentifiers
. The filter can be applied for either, or both.
"
+ },
+ "EnabledBaselineParameter":{
+ "type":"structure",
+ "required":[
+ "key",
+ "value"
+ ],
+ "members":{
+ "key":{
+ "shape":"String",
+ "documentation":"A string denoting the parameter key.
"
+ },
+ "value":{
+ "shape":"EnabledBaselineParameterDocument",
+ "documentation":"A low-level Document
object of any type (for example, a Java Object).
"
+ }
+ },
+ "documentation":"A key-value parameter to an EnabledBaseline
resource.
"
+ },
+ "EnabledBaselineParameterDocument":{
+ "type":"structure",
+ "members":{
+ },
+ "document":true
+ },
+ "EnabledBaselineParameterSummaries":{
+ "type":"list",
+ "member":{"shape":"EnabledBaselineParameterSummary"}
+ },
+ "EnabledBaselineParameterSummary":{
+ "type":"structure",
+ "required":[
+ "key",
+ "value"
+ ],
+ "members":{
+ "key":{
+ "shape":"String",
+ "documentation":"A string denoting the parameter key.
"
+ },
+ "value":{
+ "shape":"EnabledBaselineParameterDocument",
+ "documentation":"A low-level document object of any type (for example, a Java Object).
"
+ }
+ },
+ "documentation":"Summary of an applied parameter to an EnabledBaseline
resource.
"
+ },
+ "EnabledBaselineParameters":{
+ "type":"list",
+ "member":{"shape":"EnabledBaselineParameter"}
+ },
+ "EnabledBaselineSummary":{
+ "type":"structure",
+ "required":[
+ "arn",
+ "baselineIdentifier",
+ "statusSummary",
+ "targetIdentifier"
+ ],
+ "members":{
+ "arn":{
+ "shape":"Arn",
+ "documentation":"The ARN of the EnabledBaseline
resource
"
+ },
+ "baselineIdentifier":{
+ "shape":"String",
+ "documentation":"The specific baseline that is enabled as part of the EnabledBaseline
resource.
"
+ },
+ "baselineVersion":{
+ "shape":"String",
+ "documentation":"The enabled version of the baseline.
"
+ },
+ "statusSummary":{"shape":"EnablementStatusSummary"},
+ "targetIdentifier":{
+ "shape":"String",
+ "documentation":"The target upon which the baseline is enabled.
"
+ }
+ },
+ "documentation":"Returns a summary of information about an EnabledBaseline
object.
"
+ },
+ "EnabledBaselineTargetIdentifiers":{
+ "type":"list",
+ "member":{"shape":"Arn"},
+ "max":5,
+ "min":1
+ },
+ "EnabledBaselines":{
+ "type":"list",
+ "member":{"shape":"EnabledBaselineSummary"}
+ },
"EnabledControlDetails":{
"type":"structure",
"members":{
@@ -577,14 +1038,14 @@
"members":{
"key":{
"shape":"String",
- "documentation":"The key of a key/value pair. It is of type string
.
"
+ "documentation":"The key of a key/value pair.
"
},
"value":{
"shape":"Document",
- "documentation":"The value of a key/value pair. It can be of type array
string
, number
, object
, or boolean
.
"
+ "documentation":"The value of a key/value pair.
"
}
},
- "documentation":" A set of parameters that configure the behavior of the enabled control. A key/value pair, where Key
is of type String
and Value
is of type Document
.
"
+ "documentation":"A key/value pair, where Key
is of type String
and Value
is of type Document
.
"
},
"EnabledControlParameterSummaries":{
"type":"list",
@@ -664,6 +1125,57 @@
},
"documentation":"The deployment summary of the enabled control.
"
},
+ "GetBaselineInput":{
+ "type":"structure",
+ "required":["baselineIdentifier"],
+ "members":{
+ "baselineIdentifier":{
+ "shape":"BaselineArn",
+ "documentation":"The ARN of the Baseline
resource to be retrieved.
"
+ }
+ }
+ },
+ "GetBaselineOperationInput":{
+ "type":"structure",
+ "required":["operationIdentifier"],
+ "members":{
+ "operationIdentifier":{
+ "shape":"OperationIdentifier",
+ "documentation":"The operation ID returned from mutating asynchronous APIs (Enable, Disable, Update, Reset).
"
+ }
+ }
+ },
+ "GetBaselineOperationOutput":{
+ "type":"structure",
+ "required":["baselineOperation"],
+ "members":{
+ "baselineOperation":{
+ "shape":"BaselineOperation",
+ "documentation":"A baselineOperation
object that shows information about the specified operation ID.
"
+ }
+ }
+ },
+ "GetBaselineOutput":{
+ "type":"structure",
+ "required":[
+ "arn",
+ "name"
+ ],
+ "members":{
+ "arn":{
+ "shape":"BaselineArn",
+ "documentation":"The baseline ARN.
"
+ },
+ "description":{
+ "shape":"String",
+ "documentation":"A description of the baseline.
"
+ },
+ "name":{
+ "shape":"String",
+ "documentation":"A user-friendly name for the baseline.
"
+ }
+ }
+ },
"GetControlOperationInput":{
"type":"structure",
"required":["operationIdentifier"],
@@ -684,6 +1196,25 @@
}
}
},
+ "GetEnabledBaselineInput":{
+ "type":"structure",
+ "required":["enabledBaselineIdentifier"],
+ "members":{
+ "enabledBaselineIdentifier":{
+ "shape":"Arn",
+ "documentation":"Identifier of the EnabledBaseline
resource to be retrieved, in ARN format.
"
+ }
+ }
+ },
+ "GetEnabledBaselineOutput":{
+ "type":"structure",
+ "members":{
+ "enabledBaselineDetails":{
+ "shape":"EnabledBaselineDetails",
+ "documentation":"Details of the EnabledBaseline
resource.
"
+ }
+ }
+ },
"GetEnabledControlInput":{
"type":"structure",
"required":["enabledControlIdentifier"],
@@ -781,11 +1312,11 @@
},
"manifest":{
"shape":"Manifest",
- "documentation":"The landing zone manifest JSON text file that specifies the landing zone configurations.
"
+ "documentation":"The landing zone manifest.yaml
text file that specifies the landing zone configurations.
"
},
"status":{
"shape":"LandingZoneStatus",
- "documentation":"The landing zone deployment status.
"
+ "documentation":"The landing zone deployment status. One of ACTIVE
, PROCESSING
, FAILED
.
"
},
"version":{
"shape":"LandingZoneVersion",
@@ -878,6 +1409,80 @@
"min":3,
"pattern":"^\\d+.\\d+$"
},
+ "ListBaselinesInput":{
+ "type":"structure",
+ "members":{
+ "maxResults":{
+ "shape":"ListBaselinesMaxResults",
+ "documentation":"The maximum number of results to be shown.
"
+ },
+ "nextToken":{
+ "shape":"String",
+ "documentation":"A pagination token.
"
+ }
+ }
+ },
+ "ListBaselinesMaxResults":{
+ "type":"integer",
+ "box":true,
+ "max":100,
+ "min":4
+ },
+ "ListBaselinesOutput":{
+ "type":"structure",
+ "required":["baselines"],
+ "members":{
+ "baselines":{
+ "shape":"Baselines",
+ "documentation":"A list of Baseline
object details.
"
+ },
+ "nextToken":{
+ "shape":"String",
+ "documentation":"A pagination token.
"
+ }
+ }
+ },
+ "ListEnabledBaselinesInput":{
+ "type":"structure",
+ "members":{
+ "filter":{
+ "shape":"EnabledBaselineFilter",
+ "documentation":"A filter applied on the ListEnabledBaseline
operation. Allowed filters are baselineIdentifiers
and targetIdentifiers
. The filter can be applied for either, or both.
"
+ },
+ "maxResults":{
+ "shape":"ListEnabledBaselinesMaxResults",
+ "documentation":"The maximum number of results to be shown.
"
+ },
+ "nextToken":{
+ "shape":"ListEnabledBaselinesNextToken",
+ "documentation":"A pagination token.
"
+ }
+ }
+ },
+ "ListEnabledBaselinesMaxResults":{
+ "type":"integer",
+ "box":true,
+ "max":100,
+ "min":5
+ },
+ "ListEnabledBaselinesNextToken":{
+ "type":"string",
+ "pattern":"\\S+"
+ },
+ "ListEnabledBaselinesOutput":{
+ "type":"structure",
+ "required":["enabledBaselines"],
+ "members":{
+ "enabledBaselines":{
+ "shape":"EnabledBaselines",
+ "documentation":"Retuens a list of summaries of EnabledBaseline
resources.
"
+ },
+ "nextToken":{
+ "shape":"ListEnabledBaselinesNextToken",
+ "documentation":"A pagination token.
"
+ }
+ }
+ },
"ListEnabledControlsInput":{
"type":"structure",
"required":["targetIdentifier"],
@@ -1004,6 +1609,26 @@
"max":50,
"min":1
},
+ "ResetEnabledBaselineInput":{
+ "type":"structure",
+ "required":["enabledBaselineIdentifier"],
+ "members":{
+ "enabledBaselineIdentifier":{
+ "shape":"Arn",
+ "documentation":"Specifies the ID of the EnabledBaseline
resource to be re-enabled, in ARN format.
"
+ }
+ }
+ },
+ "ResetEnabledBaselineOutput":{
+ "type":"structure",
+ "required":["operationIdentifier"],
+ "members":{
+ "operationIdentifier":{
+ "shape":"OperationIdentifier",
+ "documentation":"The ID (in UUID format) of the asynchronous ResetEnabledBaseline
operation. This operationIdentifier
is used to track status through calls to the GetBaselineOperation
API.
"
+ }
+ }
+ },
"ResetLandingZoneInput":{
"type":"structure",
"required":["landingZoneIdentifier"],
@@ -1123,13 +1748,13 @@
},
"retryAfterSeconds":{
"shape":"Integer",
- "documentation":"The number of seconds to wait before retrying.
",
+ "documentation":"The number of seconds the caller should wait before retrying.
",
"location":"header",
"locationName":"Retry-After"
},
"serviceCode":{
"shape":"String",
- "documentation":"The ID of the service that is associated with the error.
"
+ "documentation":"The ID of the service that is associated with the error.
"
}
},
"documentation":"The request was denied due to request throttling.
",
@@ -1170,6 +1795,37 @@
"members":{
}
},
+ "UpdateEnabledBaselineInput":{
+ "type":"structure",
+ "required":[
+ "baselineVersion",
+ "enabledBaselineIdentifier"
+ ],
+ "members":{
+ "baselineVersion":{
+ "shape":"BaselineVersion",
+ "documentation":"Specifies the new Baseline
version, to which the EnabledBaseline
should be updated.
"
+ },
+ "enabledBaselineIdentifier":{
+ "shape":"Arn",
+ "documentation":"Specifies the EnabledBaseline
resource to be updated.
"
+ },
+ "parameters":{
+ "shape":"EnabledBaselineParameters",
+ "documentation":"Parameters to apply when making an update.
"
+ }
+ }
+ },
+ "UpdateEnabledBaselineOutput":{
+ "type":"structure",
+ "required":["operationIdentifier"],
+ "members":{
+ "operationIdentifier":{
+ "shape":"OperationIdentifier",
+ "documentation":"The ID (in UUID format) of the asynchronous UpdateEnabledBaseline
operation. This operationIdentifier
is used to track status through calls to the GetBaselineOperation
API.
"
+ }
+ }
+ },
"UpdateEnabledControlInput":{
"type":"structure",
"required":[
@@ -1211,7 +1867,7 @@
},
"manifest":{
"shape":"Manifest",
- "documentation":"The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review Launch your landing zone.
"
+ "documentation":"The manifest.yaml
file is a text file that describes your Amazon Web Services resources. For examples, review The manifest file.
"
},
"version":{
"shape":"LandingZoneVersion",
From e7f416e3a004c757a4ceba0a57a3bb736b40d36f Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Wed, 14 Feb 2024 19:08:25 +0000
Subject: [PATCH 10/11] Updated endpoints.json and partitions.json.
---
.../feature-AWSSDKforJavav2-0443982.json | 6 +++
.../regions/internal/region/endpoints.json | 40 +++++++++++++++++++
2 files changed, 46 insertions(+)
create mode 100644 .changes/next-release/feature-AWSSDKforJavav2-0443982.json
diff --git a/.changes/next-release/feature-AWSSDKforJavav2-0443982.json b/.changes/next-release/feature-AWSSDKforJavav2-0443982.json
new file mode 100644
index 000000000000..e5b5ee3ca5e3
--- /dev/null
+++ b/.changes/next-release/feature-AWSSDKforJavav2-0443982.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "AWS SDK for Java v2",
+ "contributor": "",
+ "description": "Updated endpoint and partition metadata."
+}
diff --git a/core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json b/core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json
index 8ed378172bac..4a8041be4523 100644
--- a/core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json
+++ b/core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json
@@ -11569,9 +11569,12 @@
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
+ "ap-northeast-3" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
+ "ap-southeast-4" : { },
+ "ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
@@ -13288,6 +13291,13 @@
}
}
},
+ "private-networks" : {
+ "endpoints" : {
+ "us-east-1" : { },
+ "us-east-2" : { },
+ "us-west-2" : { }
+ }
+ },
"profile" : {
"endpoints" : {
"af-south-1" : { },
@@ -26236,6 +26246,16 @@
}
}
},
+ "api.pricing" : {
+ "defaults" : {
+ "credentialScope" : {
+ "service" : "pricing"
+ }
+ },
+ "endpoints" : {
+ "us-iso-east-1" : { }
+ }
+ },
"api.sagemaker" : {
"endpoints" : {
"us-iso-east-1" : { }
@@ -26267,6 +26287,11 @@
"us-iso-west-1" : { }
}
},
+ "arc-zonal-shift" : {
+ "endpoints" : {
+ "us-iso-east-1" : { }
+ }
+ },
"athena" : {
"endpoints" : {
"us-iso-east-1" : { }
@@ -27046,6 +27071,16 @@
}
}
},
+ "api.pricing" : {
+ "defaults" : {
+ "credentialScope" : {
+ "service" : "pricing"
+ }
+ },
+ "endpoints" : {
+ "us-isob-east-1" : { }
+ }
+ },
"api.sagemaker" : {
"endpoints" : {
"us-isob-east-1" : { }
@@ -27069,6 +27104,11 @@
"us-isob-east-1" : { }
}
},
+ "arc-zonal-shift" : {
+ "endpoints" : {
+ "us-isob-east-1" : { }
+ }
+ },
"autoscaling" : {
"defaults" : {
"protocols" : [ "http", "https" ]
From f04d03d5a2f249de5ac6a93b71ec566698609523 Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Wed, 14 Feb 2024 19:09:36 +0000
Subject: [PATCH 11/11] Release 2.24.3. Updated CHANGELOG.md, README.md and all
pom.xml.
---
.changes/2.24.3.json | 48 +++++++++++++++++++
.../bugfix-AWSSDKforJavav2-4fd89f7.json | 6 ---
...ix-AmazonSimpleStorageService-7648336.json | 6 ---
.../feature-AWSControlTower-efcb38f.json | 6 ---
.../feature-AWSSDKforJavav2-0443982.json | 6 ---
.../feature-AWSSDKforJavav2-0e58fb0.json | 6 ---
...ure-AmazonLookoutforEquipment-dab2db3.json | 6 ---
.../feature-QBusiness-1caeca5.json | 6 ---
CHANGELOG.md | 25 ++++++++++
README.md | 8 ++--
archetypes/archetype-app-quickstart/pom.xml | 2 +-
archetypes/archetype-lambda/pom.xml | 2 +-
archetypes/archetype-tools/pom.xml | 2 +-
archetypes/pom.xml | 2 +-
aws-sdk-java/pom.xml | 2 +-
bom-internal/pom.xml | 2 +-
bom/pom.xml | 2 +-
bundle-logging-bridge/pom.xml | 2 +-
bundle-sdk/pom.xml | 2 +-
bundle/pom.xml | 2 +-
codegen-lite-maven-plugin/pom.xml | 2 +-
codegen-lite/pom.xml | 2 +-
codegen-maven-plugin/pom.xml | 2 +-
codegen/pom.xml | 2 +-
core/annotations/pom.xml | 2 +-
core/arns/pom.xml | 2 +-
core/auth-crt/pom.xml | 2 +-
core/auth/pom.xml | 2 +-
core/aws-core/pom.xml | 2 +-
core/checksums-spi/pom.xml | 2 +-
core/checksums/pom.xml | 2 +-
core/crt-core/pom.xml | 2 +-
core/endpoints-spi/pom.xml | 2 +-
core/http-auth-aws-crt/pom.xml | 2 +-
core/http-auth-aws-eventstream/pom.xml | 2 +-
core/http-auth-aws/pom.xml | 2 +-
core/http-auth-spi/pom.xml | 2 +-
core/http-auth/pom.xml | 2 +-
core/identity-spi/pom.xml | 2 +-
core/imds/pom.xml | 2 +-
core/json-utils/pom.xml | 2 +-
core/metrics-spi/pom.xml | 2 +-
core/pom.xml | 2 +-
core/profiles/pom.xml | 2 +-
core/protocols/aws-cbor-protocol/pom.xml | 2 +-
core/protocols/aws-json-protocol/pom.xml | 2 +-
core/protocols/aws-query-protocol/pom.xml | 2 +-
core/protocols/aws-xml-protocol/pom.xml | 2 +-
core/protocols/pom.xml | 2 +-
core/protocols/protocol-core/pom.xml | 2 +-
core/regions/pom.xml | 2 +-
core/sdk-core/pom.xml | 2 +-
http-client-spi/pom.xml | 2 +-
http-clients/apache-client/pom.xml | 2 +-
http-clients/aws-crt-client/pom.xml | 2 +-
http-clients/netty-nio-client/pom.xml | 2 +-
http-clients/pom.xml | 2 +-
http-clients/url-connection-client/pom.xml | 2 +-
.../cloudwatch-metric-publisher/pom.xml | 2 +-
metric-publishers/pom.xml | 2 +-
pom.xml | 2 +-
release-scripts/pom.xml | 2 +-
services-custom/dynamodb-enhanced/pom.xml | 2 +-
services-custom/iam-policy-builder/pom.xml | 2 +-
services-custom/pom.xml | 2 +-
services-custom/s3-transfer-manager/pom.xml | 2 +-
services/accessanalyzer/pom.xml | 2 +-
services/account/pom.xml | 2 +-
services/acm/pom.xml | 2 +-
services/acmpca/pom.xml | 2 +-
services/alexaforbusiness/pom.xml | 2 +-
services/amp/pom.xml | 2 +-
services/amplify/pom.xml | 2 +-
services/amplifybackend/pom.xml | 2 +-
services/amplifyuibuilder/pom.xml | 2 +-
services/apigateway/pom.xml | 2 +-
services/apigatewaymanagementapi/pom.xml | 2 +-
services/apigatewayv2/pom.xml | 2 +-
services/appconfig/pom.xml | 2 +-
services/appconfigdata/pom.xml | 2 +-
services/appfabric/pom.xml | 2 +-
services/appflow/pom.xml | 2 +-
services/appintegrations/pom.xml | 2 +-
services/applicationautoscaling/pom.xml | 2 +-
services/applicationcostprofiler/pom.xml | 2 +-
services/applicationdiscovery/pom.xml | 2 +-
services/applicationinsights/pom.xml | 2 +-
services/appmesh/pom.xml | 2 +-
services/apprunner/pom.xml | 2 +-
services/appstream/pom.xml | 2 +-
services/appsync/pom.xml | 2 +-
services/arczonalshift/pom.xml | 2 +-
services/athena/pom.xml | 2 +-
services/auditmanager/pom.xml | 2 +-
services/autoscaling/pom.xml | 2 +-
services/autoscalingplans/pom.xml | 2 +-
services/b2bi/pom.xml | 2 +-
services/backup/pom.xml | 2 +-
services/backupgateway/pom.xml | 2 +-
services/backupstorage/pom.xml | 2 +-
services/batch/pom.xml | 2 +-
services/bcmdataexports/pom.xml | 2 +-
services/bedrock/pom.xml | 2 +-
services/bedrockagent/pom.xml | 2 +-
services/bedrockagentruntime/pom.xml | 2 +-
services/bedrockruntime/pom.xml | 2 +-
services/billingconductor/pom.xml | 2 +-
services/braket/pom.xml | 2 +-
services/budgets/pom.xml | 2 +-
services/chime/pom.xml | 2 +-
services/chimesdkidentity/pom.xml | 2 +-
services/chimesdkmediapipelines/pom.xml | 2 +-
services/chimesdkmeetings/pom.xml | 2 +-
services/chimesdkmessaging/pom.xml | 2 +-
services/chimesdkvoice/pom.xml | 2 +-
services/cleanrooms/pom.xml | 2 +-
services/cleanroomsml/pom.xml | 2 +-
services/cloud9/pom.xml | 2 +-
services/cloudcontrol/pom.xml | 2 +-
services/clouddirectory/pom.xml | 2 +-
services/cloudformation/pom.xml | 2 +-
services/cloudfront/pom.xml | 2 +-
services/cloudfrontkeyvaluestore/pom.xml | 2 +-
services/cloudhsm/pom.xml | 2 +-
services/cloudhsmv2/pom.xml | 2 +-
services/cloudsearch/pom.xml | 2 +-
services/cloudsearchdomain/pom.xml | 2 +-
services/cloudtrail/pom.xml | 2 +-
services/cloudtraildata/pom.xml | 2 +-
services/cloudwatch/pom.xml | 2 +-
services/cloudwatchevents/pom.xml | 2 +-
services/cloudwatchlogs/pom.xml | 2 +-
services/codeartifact/pom.xml | 2 +-
services/codebuild/pom.xml | 2 +-
services/codecatalyst/pom.xml | 2 +-
services/codecommit/pom.xml | 2 +-
services/codedeploy/pom.xml | 2 +-
services/codeguruprofiler/pom.xml | 2 +-
services/codegurureviewer/pom.xml | 2 +-
services/codegurusecurity/pom.xml | 2 +-
services/codepipeline/pom.xml | 2 +-
services/codestar/pom.xml | 2 +-
services/codestarconnections/pom.xml | 2 +-
services/codestarnotifications/pom.xml | 2 +-
services/cognitoidentity/pom.xml | 2 +-
services/cognitoidentityprovider/pom.xml | 2 +-
services/cognitosync/pom.xml | 2 +-
services/comprehend/pom.xml | 2 +-
services/comprehendmedical/pom.xml | 2 +-
services/computeoptimizer/pom.xml | 2 +-
services/config/pom.xml | 2 +-
services/connect/pom.xml | 2 +-
services/connectcampaigns/pom.xml | 2 +-
services/connectcases/pom.xml | 2 +-
services/connectcontactlens/pom.xml | 2 +-
services/connectparticipant/pom.xml | 2 +-
services/controltower/pom.xml | 2 +-
services/costandusagereport/pom.xml | 2 +-
services/costexplorer/pom.xml | 2 +-
services/costoptimizationhub/pom.xml | 2 +-
services/customerprofiles/pom.xml | 2 +-
services/databasemigration/pom.xml | 2 +-
services/databrew/pom.xml | 2 +-
services/dataexchange/pom.xml | 2 +-
services/datapipeline/pom.xml | 2 +-
services/datasync/pom.xml | 2 +-
services/datazone/pom.xml | 2 +-
services/dax/pom.xml | 2 +-
services/detective/pom.xml | 2 +-
services/devicefarm/pom.xml | 2 +-
services/devopsguru/pom.xml | 2 +-
services/directconnect/pom.xml | 2 +-
services/directory/pom.xml | 2 +-
services/dlm/pom.xml | 2 +-
services/docdb/pom.xml | 2 +-
services/docdbelastic/pom.xml | 2 +-
services/drs/pom.xml | 2 +-
services/dynamodb/pom.xml | 2 +-
services/ebs/pom.xml | 2 +-
services/ec2/pom.xml | 2 +-
services/ec2instanceconnect/pom.xml | 2 +-
services/ecr/pom.xml | 2 +-
services/ecrpublic/pom.xml | 2 +-
services/ecs/pom.xml | 2 +-
services/efs/pom.xml | 2 +-
services/eks/pom.xml | 2 +-
services/eksauth/pom.xml | 2 +-
services/elasticache/pom.xml | 2 +-
services/elasticbeanstalk/pom.xml | 2 +-
services/elasticinference/pom.xml | 2 +-
services/elasticloadbalancing/pom.xml | 2 +-
services/elasticloadbalancingv2/pom.xml | 2 +-
services/elasticsearch/pom.xml | 2 +-
services/elastictranscoder/pom.xml | 2 +-
services/emr/pom.xml | 2 +-
services/emrcontainers/pom.xml | 2 +-
services/emrserverless/pom.xml | 2 +-
services/entityresolution/pom.xml | 2 +-
services/eventbridge/pom.xml | 2 +-
services/evidently/pom.xml | 2 +-
services/finspace/pom.xml | 2 +-
services/finspacedata/pom.xml | 2 +-
services/firehose/pom.xml | 2 +-
services/fis/pom.xml | 2 +-
services/fms/pom.xml | 2 +-
services/forecast/pom.xml | 2 +-
services/forecastquery/pom.xml | 2 +-
services/frauddetector/pom.xml | 2 +-
services/freetier/pom.xml | 2 +-
services/fsx/pom.xml | 2 +-
services/gamelift/pom.xml | 2 +-
services/glacier/pom.xml | 2 +-
services/globalaccelerator/pom.xml | 2 +-
services/glue/pom.xml | 2 +-
services/grafana/pom.xml | 2 +-
services/greengrass/pom.xml | 2 +-
services/greengrassv2/pom.xml | 2 +-
services/groundstation/pom.xml | 2 +-
services/guardduty/pom.xml | 2 +-
services/health/pom.xml | 2 +-
services/healthlake/pom.xml | 2 +-
services/honeycode/pom.xml | 2 +-
services/iam/pom.xml | 2 +-
services/identitystore/pom.xml | 2 +-
services/imagebuilder/pom.xml | 2 +-
services/inspector/pom.xml | 2 +-
services/inspector2/pom.xml | 2 +-
services/inspectorscan/pom.xml | 2 +-
services/internetmonitor/pom.xml | 2 +-
services/iot/pom.xml | 2 +-
services/iot1clickdevices/pom.xml | 2 +-
services/iot1clickprojects/pom.xml | 2 +-
services/iotanalytics/pom.xml | 2 +-
services/iotdataplane/pom.xml | 2 +-
services/iotdeviceadvisor/pom.xml | 2 +-
services/iotevents/pom.xml | 2 +-
services/ioteventsdata/pom.xml | 2 +-
services/iotfleethub/pom.xml | 2 +-
services/iotfleetwise/pom.xml | 2 +-
services/iotjobsdataplane/pom.xml | 2 +-
services/iotroborunner/pom.xml | 2 +-
services/iotsecuretunneling/pom.xml | 2 +-
services/iotsitewise/pom.xml | 2 +-
services/iotthingsgraph/pom.xml | 2 +-
services/iottwinmaker/pom.xml | 2 +-
services/iotwireless/pom.xml | 2 +-
services/ivs/pom.xml | 2 +-
services/ivschat/pom.xml | 2 +-
services/ivsrealtime/pom.xml | 2 +-
services/kafka/pom.xml | 2 +-
services/kafkaconnect/pom.xml | 2 +-
services/kendra/pom.xml | 2 +-
services/kendraranking/pom.xml | 2 +-
services/keyspaces/pom.xml | 2 +-
services/kinesis/pom.xml | 2 +-
services/kinesisanalytics/pom.xml | 2 +-
services/kinesisanalyticsv2/pom.xml | 2 +-
services/kinesisvideo/pom.xml | 2 +-
services/kinesisvideoarchivedmedia/pom.xml | 2 +-
services/kinesisvideomedia/pom.xml | 2 +-
services/kinesisvideosignaling/pom.xml | 2 +-
services/kinesisvideowebrtcstorage/pom.xml | 2 +-
services/kms/pom.xml | 2 +-
services/lakeformation/pom.xml | 2 +-
services/lambda/pom.xml | 2 +-
services/launchwizard/pom.xml | 2 +-
services/lexmodelbuilding/pom.xml | 2 +-
services/lexmodelsv2/pom.xml | 2 +-
services/lexruntime/pom.xml | 2 +-
services/lexruntimev2/pom.xml | 2 +-
services/licensemanager/pom.xml | 2 +-
.../licensemanagerlinuxsubscriptions/pom.xml | 2 +-
.../licensemanagerusersubscriptions/pom.xml | 2 +-
services/lightsail/pom.xml | 2 +-
services/location/pom.xml | 2 +-
services/lookoutequipment/pom.xml | 2 +-
services/lookoutmetrics/pom.xml | 2 +-
services/lookoutvision/pom.xml | 2 +-
services/m2/pom.xml | 2 +-
services/machinelearning/pom.xml | 2 +-
services/macie2/pom.xml | 2 +-
services/managedblockchain/pom.xml | 2 +-
services/managedblockchainquery/pom.xml | 2 +-
services/marketplaceagreement/pom.xml | 2 +-
services/marketplacecatalog/pom.xml | 2 +-
services/marketplacecommerceanalytics/pom.xml | 2 +-
services/marketplacedeployment/pom.xml | 2 +-
services/marketplaceentitlement/pom.xml | 2 +-
services/marketplacemetering/pom.xml | 2 +-
services/mediaconnect/pom.xml | 2 +-
services/mediaconvert/pom.xml | 2 +-
services/medialive/pom.xml | 2 +-
services/mediapackage/pom.xml | 2 +-
services/mediapackagev2/pom.xml | 2 +-
services/mediapackagevod/pom.xml | 2 +-
services/mediastore/pom.xml | 2 +-
services/mediastoredata/pom.xml | 2 +-
services/mediatailor/pom.xml | 2 +-
services/medicalimaging/pom.xml | 2 +-
services/memorydb/pom.xml | 2 +-
services/mgn/pom.xml | 2 +-
services/migrationhub/pom.xml | 2 +-
services/migrationhubconfig/pom.xml | 2 +-
services/migrationhuborchestrator/pom.xml | 2 +-
services/migrationhubrefactorspaces/pom.xml | 2 +-
services/migrationhubstrategy/pom.xml | 2 +-
services/mobile/pom.xml | 2 +-
services/mq/pom.xml | 2 +-
services/mturk/pom.xml | 2 +-
services/mwaa/pom.xml | 2 +-
services/neptune/pom.xml | 2 +-
services/neptunedata/pom.xml | 2 +-
services/neptunegraph/pom.xml | 2 +-
services/networkfirewall/pom.xml | 2 +-
services/networkmanager/pom.xml | 2 +-
services/networkmonitor/pom.xml | 2 +-
services/nimble/pom.xml | 2 +-
services/oam/pom.xml | 2 +-
services/omics/pom.xml | 2 +-
services/opensearch/pom.xml | 2 +-
services/opensearchserverless/pom.xml | 2 +-
services/opsworks/pom.xml | 2 +-
services/opsworkscm/pom.xml | 2 +-
services/organizations/pom.xml | 2 +-
services/osis/pom.xml | 2 +-
services/outposts/pom.xml | 2 +-
services/panorama/pom.xml | 2 +-
services/paymentcryptography/pom.xml | 2 +-
services/paymentcryptographydata/pom.xml | 2 +-
services/pcaconnectorad/pom.xml | 2 +-
services/personalize/pom.xml | 2 +-
services/personalizeevents/pom.xml | 2 +-
services/personalizeruntime/pom.xml | 2 +-
services/pi/pom.xml | 2 +-
services/pinpoint/pom.xml | 2 +-
services/pinpointemail/pom.xml | 2 +-
services/pinpointsmsvoice/pom.xml | 2 +-
services/pinpointsmsvoicev2/pom.xml | 2 +-
services/pipes/pom.xml | 2 +-
services/polly/pom.xml | 2 +-
services/pom.xml | 2 +-
services/pricing/pom.xml | 2 +-
services/privatenetworks/pom.xml | 2 +-
services/proton/pom.xml | 2 +-
services/qbusiness/pom.xml | 2 +-
services/qconnect/pom.xml | 2 +-
services/qldb/pom.xml | 2 +-
services/qldbsession/pom.xml | 2 +-
services/quicksight/pom.xml | 2 +-
services/ram/pom.xml | 2 +-
services/rbin/pom.xml | 2 +-
services/rds/pom.xml | 2 +-
services/rdsdata/pom.xml | 2 +-
services/redshift/pom.xml | 2 +-
services/redshiftdata/pom.xml | 2 +-
services/redshiftserverless/pom.xml | 2 +-
services/rekognition/pom.xml | 2 +-
services/repostspace/pom.xml | 2 +-
services/resiliencehub/pom.xml | 2 +-
services/resourceexplorer2/pom.xml | 2 +-
services/resourcegroups/pom.xml | 2 +-
services/resourcegroupstaggingapi/pom.xml | 2 +-
services/robomaker/pom.xml | 2 +-
services/rolesanywhere/pom.xml | 2 +-
services/route53/pom.xml | 2 +-
services/route53domains/pom.xml | 2 +-
services/route53recoverycluster/pom.xml | 2 +-
services/route53recoverycontrolconfig/pom.xml | 2 +-
services/route53recoveryreadiness/pom.xml | 2 +-
services/route53resolver/pom.xml | 2 +-
services/rum/pom.xml | 2 +-
services/s3/pom.xml | 2 +-
services/s3control/pom.xml | 2 +-
services/s3outposts/pom.xml | 2 +-
services/sagemaker/pom.xml | 2 +-
services/sagemakera2iruntime/pom.xml | 2 +-
services/sagemakeredge/pom.xml | 2 +-
services/sagemakerfeaturestoreruntime/pom.xml | 2 +-
services/sagemakergeospatial/pom.xml | 2 +-
services/sagemakermetrics/pom.xml | 2 +-
services/sagemakerruntime/pom.xml | 2 +-
services/savingsplans/pom.xml | 2 +-
services/scheduler/pom.xml | 2 +-
services/schemas/pom.xml | 2 +-
services/secretsmanager/pom.xml | 2 +-
services/securityhub/pom.xml | 2 +-
services/securitylake/pom.xml | 2 +-
.../serverlessapplicationrepository/pom.xml | 2 +-
services/servicecatalog/pom.xml | 2 +-
services/servicecatalogappregistry/pom.xml | 2 +-
services/servicediscovery/pom.xml | 2 +-
services/servicequotas/pom.xml | 2 +-
services/ses/pom.xml | 2 +-
services/sesv2/pom.xml | 2 +-
services/sfn/pom.xml | 2 +-
services/shield/pom.xml | 2 +-
services/signer/pom.xml | 2 +-
services/simspaceweaver/pom.xml | 2 +-
services/sms/pom.xml | 2 +-
services/snowball/pom.xml | 2 +-
services/snowdevicemanagement/pom.xml | 2 +-
services/sns/pom.xml | 2 +-
services/sqs/pom.xml | 2 +-
services/ssm/pom.xml | 2 +-
services/ssmcontacts/pom.xml | 2 +-
services/ssmincidents/pom.xml | 2 +-
services/ssmsap/pom.xml | 2 +-
services/sso/pom.xml | 2 +-
services/ssoadmin/pom.xml | 2 +-
services/ssooidc/pom.xml | 2 +-
services/storagegateway/pom.xml | 2 +-
services/sts/pom.xml | 2 +-
services/supplychain/pom.xml | 2 +-
services/support/pom.xml | 2 +-
services/supportapp/pom.xml | 2 +-
services/swf/pom.xml | 2 +-
services/synthetics/pom.xml | 2 +-
services/textract/pom.xml | 2 +-
services/timestreamquery/pom.xml | 2 +-
services/timestreamwrite/pom.xml | 2 +-
services/tnb/pom.xml | 2 +-
services/transcribe/pom.xml | 2 +-
services/transcribestreaming/pom.xml | 2 +-
services/transfer/pom.xml | 2 +-
services/translate/pom.xml | 2 +-
services/trustedadvisor/pom.xml | 2 +-
services/verifiedpermissions/pom.xml | 2 +-
services/voiceid/pom.xml | 2 +-
services/vpclattice/pom.xml | 2 +-
services/waf/pom.xml | 2 +-
services/wafv2/pom.xml | 2 +-
services/wellarchitected/pom.xml | 2 +-
services/wisdom/pom.xml | 2 +-
services/workdocs/pom.xml | 2 +-
services/worklink/pom.xml | 2 +-
services/workmail/pom.xml | 2 +-
services/workmailmessageflow/pom.xml | 2 +-
services/workspaces/pom.xml | 2 +-
services/workspacesthinclient/pom.xml | 2 +-
services/workspacesweb/pom.xml | 2 +-
services/xray/pom.xml | 2 +-
test/auth-tests/pom.xml | 2 +-
.../pom.xml | 2 +-
test/codegen-generated-classes-test/pom.xml | 2 +-
test/http-client-tests/pom.xml | 2 +-
test/module-path-tests/pom.xml | 2 +-
.../pom.xml | 2 +-
test/protocol-tests-core/pom.xml | 2 +-
test/protocol-tests/pom.xml | 2 +-
test/region-testing/pom.xml | 2 +-
test/ruleset-testing-core/pom.xml | 2 +-
test/s3-benchmarks/pom.xml | 2 +-
test/sdk-benchmarks/pom.xml | 2 +-
test/sdk-native-image-test/pom.xml | 2 +-
test/service-test-utils/pom.xml | 2 +-
test/stability-tests/pom.xml | 2 +-
test/test-utils/pom.xml | 2 +-
test/tests-coverage-reporting/pom.xml | 2 +-
third-party/pom.xml | 2 +-
third-party/third-party-jackson-core/pom.xml | 2 +-
.../pom.xml | 2 +-
third-party/third-party-slf4j-api/pom.xml | 2 +-
utils/pom.xml | 2 +-
463 files changed, 530 insertions(+), 499 deletions(-)
create mode 100644 .changes/2.24.3.json
delete mode 100644 .changes/next-release/bugfix-AWSSDKforJavav2-4fd89f7.json
delete mode 100644 .changes/next-release/bugfix-AmazonSimpleStorageService-7648336.json
delete mode 100644 .changes/next-release/feature-AWSControlTower-efcb38f.json
delete mode 100644 .changes/next-release/feature-AWSSDKforJavav2-0443982.json
delete mode 100644 .changes/next-release/feature-AWSSDKforJavav2-0e58fb0.json
delete mode 100644 .changes/next-release/feature-AmazonLookoutforEquipment-dab2db3.json
delete mode 100644 .changes/next-release/feature-QBusiness-1caeca5.json
diff --git a/.changes/2.24.3.json b/.changes/2.24.3.json
new file mode 100644
index 000000000000..3200357f20cb
--- /dev/null
+++ b/.changes/2.24.3.json
@@ -0,0 +1,48 @@
+{
+ "version": "2.24.3",
+ "date": "2024-02-14",
+ "entries": [
+ {
+ "type": "bugfix",
+ "category": "AWS SDK for Java v2",
+ "contributor": "",
+ "description": "Fixed an issue where NPE would be thrown if there was an empty event in the input for an event streaming operation."
+ },
+ {
+ "type": "bugfix",
+ "category": "Amazon Simple Storage Service",
+ "contributor": "",
+ "description": "Fix for Issue [#4912](https://github.com/aws/aws-sdk-java-v2/issues/4912) where client region with AWS_GLOBAL calls failed for cross region access."
+ },
+ {
+ "type": "feature",
+ "category": "AWS Control Tower",
+ "contributor": "",
+ "description": "Adds support for new Baseline and EnabledBaseline APIs for automating multi-account governance."
+ },
+ {
+ "type": "feature",
+ "category": "AWS SDK for Java v2",
+ "contributor": "",
+ "description": "Switching half of the AWS service clients onto the new SRA (Smithy Reference Architecture) identity and auth logic that was released in v2.21.0. For a list of individual services affected, please check the committed files."
+ },
+ {
+ "type": "feature",
+ "category": "Amazon Lookout for Equipment",
+ "contributor": "",
+ "description": "This feature allows customers to see pointwise model diagnostics results for their models."
+ },
+ {
+ "type": "feature",
+ "category": "QBusiness",
+ "contributor": "",
+ "description": "This release adds the metadata-boosting feature, which allows customers to easily fine-tune the underlying ranking of retrieved RAG passages in order to optimize Q&A answer relevance. It also adds new feedback reasons for the PutFeedback API."
+ },
+ {
+ "type": "feature",
+ "category": "AWS SDK for Java v2",
+ "contributor": "",
+ "description": "Updated endpoint and partition metadata."
+ }
+ ]
+}
\ No newline at end of file
diff --git a/.changes/next-release/bugfix-AWSSDKforJavav2-4fd89f7.json b/.changes/next-release/bugfix-AWSSDKforJavav2-4fd89f7.json
deleted file mode 100644
index 6b7d01cfafdb..000000000000
--- a/.changes/next-release/bugfix-AWSSDKforJavav2-4fd89f7.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "bugfix",
- "category": "AWS SDK for Java v2",
- "contributor": "",
- "description": "Fixed an issue where NPE would be thrown if there was an empty event in the input for an event streaming operation."
-}
diff --git a/.changes/next-release/bugfix-AmazonSimpleStorageService-7648336.json b/.changes/next-release/bugfix-AmazonSimpleStorageService-7648336.json
deleted file mode 100644
index ccfba3083092..000000000000
--- a/.changes/next-release/bugfix-AmazonSimpleStorageService-7648336.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "bugfix",
- "category": "Amazon Simple Storage Service",
- "contributor": "",
- "description": "Fix for Issue [#4912](https://github.com/aws/aws-sdk-java-v2/issues/4912) where client region with AWS_GLOBAL calls failed for cross region access."
-}
diff --git a/.changes/next-release/feature-AWSControlTower-efcb38f.json b/.changes/next-release/feature-AWSControlTower-efcb38f.json
deleted file mode 100644
index 727da53adf68..000000000000
--- a/.changes/next-release/feature-AWSControlTower-efcb38f.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "AWS Control Tower",
- "contributor": "",
- "description": "Adds support for new Baseline and EnabledBaseline APIs for automating multi-account governance."
-}
diff --git a/.changes/next-release/feature-AWSSDKforJavav2-0443982.json b/.changes/next-release/feature-AWSSDKforJavav2-0443982.json
deleted file mode 100644
index e5b5ee3ca5e3..000000000000
--- a/.changes/next-release/feature-AWSSDKforJavav2-0443982.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "AWS SDK for Java v2",
- "contributor": "",
- "description": "Updated endpoint and partition metadata."
-}
diff --git a/.changes/next-release/feature-AWSSDKforJavav2-0e58fb0.json b/.changes/next-release/feature-AWSSDKforJavav2-0e58fb0.json
deleted file mode 100644
index eabcb1502cba..000000000000
--- a/.changes/next-release/feature-AWSSDKforJavav2-0e58fb0.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "AWS SDK for Java v2",
- "contributor": "",
- "description": "Switching half of the AWS service clients onto the new SRA (Smithy Reference Architecture) identity and auth logic that was released in v2.21.0. For a list of individual services affected, please check the committed files."
-}
diff --git a/.changes/next-release/feature-AmazonLookoutforEquipment-dab2db3.json b/.changes/next-release/feature-AmazonLookoutforEquipment-dab2db3.json
deleted file mode 100644
index e15442137222..000000000000
--- a/.changes/next-release/feature-AmazonLookoutforEquipment-dab2db3.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "Amazon Lookout for Equipment",
- "contributor": "",
- "description": "This feature allows customers to see pointwise model diagnostics results for their models."
-}
diff --git a/.changes/next-release/feature-QBusiness-1caeca5.json b/.changes/next-release/feature-QBusiness-1caeca5.json
deleted file mode 100644
index 59c2e1d40b34..000000000000
--- a/.changes/next-release/feature-QBusiness-1caeca5.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "QBusiness",
- "contributor": "",
- "description": "This release adds the metadata-boosting feature, which allows customers to easily fine-tune the underlying ranking of retrieved RAG passages in order to optimize Q&A answer relevance. It also adds new feedback reasons for the PutFeedback API."
-}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c36bc565bdd7..daa4e1a3a963 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,29 @@
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
+# __2.24.3__ __2024-02-14__
+## __AWS Control Tower__
+ - ### Features
+ - Adds support for new Baseline and EnabledBaseline APIs for automating multi-account governance.
+
+## __AWS SDK for Java v2__
+ - ### Features
+ - Switching half of the AWS service clients onto the new SRA (Smithy Reference Architecture) identity and auth logic that was released in v2.21.0. For a list of individual services affected, please check the committed files.
+ - Updated endpoint and partition metadata.
+
+ - ### Bugfixes
+ - Fixed an issue where NPE would be thrown if there was an empty event in the input for an event streaming operation.
+
+## __Amazon Lookout for Equipment__
+ - ### Features
+ - This feature allows customers to see pointwise model diagnostics results for their models.
+
+## __Amazon Simple Storage Service__
+ - ### Bugfixes
+ - Fix for Issue [#4912](https://github.com/aws/aws-sdk-java-v2/issues/4912) where client region with AWS_GLOBAL calls failed for cross region access.
+
+## __QBusiness__
+ - ### Features
+ - This release adds the metadata-boosting feature, which allows customers to easily fine-tune the underlying ranking of retrieved RAG passages in order to optimize Q&A answer relevance. It also adds new feedback reasons for the PutFeedback API.
+
# __2.24.2__ __2024-02-13__
## __AWS Marketplace Catalog Service__
- ### Features
diff --git a/README.md b/README.md
index a438edeb70b3..742f18feb446 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ To automatically manage module versions (currently all modules have the same ver
software.amazon.awssdk
bom
- 2.24.2
+ 2.24.3
pom
import
@@ -86,12 +86,12 @@ Alternatively you can add dependencies for the specific services you use only:
software.amazon.awssdk
ec2
- 2.24.2
+ 2.24.3
software.amazon.awssdk
s3
- 2.24.2
+ 2.24.3
```
@@ -103,7 +103,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
software.amazon.awssdk
aws-sdk-java
- 2.24.2
+ 2.24.3
```
diff --git a/archetypes/archetype-app-quickstart/pom.xml b/archetypes/archetype-app-quickstart/pom.xml
index 2c8c5097a920..c9d7c07356fd 100644
--- a/archetypes/archetype-app-quickstart/pom.xml
+++ b/archetypes/archetype-app-quickstart/pom.xml
@@ -20,7 +20,7 @@
archetypes
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
diff --git a/archetypes/archetype-lambda/pom.xml b/archetypes/archetype-lambda/pom.xml
index 9274c1fc3618..65977ba9dd4c 100644
--- a/archetypes/archetype-lambda/pom.xml
+++ b/archetypes/archetype-lambda/pom.xml
@@ -20,7 +20,7 @@
archetypes
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
archetype-lambda
diff --git a/archetypes/archetype-tools/pom.xml b/archetypes/archetype-tools/pom.xml
index 43908fb53327..4d2f3e97b6fe 100644
--- a/archetypes/archetype-tools/pom.xml
+++ b/archetypes/archetype-tools/pom.xml
@@ -20,7 +20,7 @@
archetypes
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 7c51b425b183..d405ae807fd2 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
archetypes
diff --git a/aws-sdk-java/pom.xml b/aws-sdk-java/pom.xml
index 42d653d378ec..84c98ae1ec66 100644
--- a/aws-sdk-java/pom.xml
+++ b/aws-sdk-java/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.24.3-SNAPSHOT
+ 2.24.3
../pom.xml
aws-sdk-java
diff --git a/bom-internal/pom.xml b/bom-internal/pom.xml
index 88b99eda711d..f72a06d0460c 100644
--- a/bom-internal/pom.xml
+++ b/bom-internal/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
diff --git a/bom/pom.xml b/bom/pom.xml
index a60d91e7e968..ed34a28f4416 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.24.3-SNAPSHOT
+ 2.24.3
../pom.xml
bom
diff --git a/bundle-logging-bridge/pom.xml b/bundle-logging-bridge/pom.xml
index 2631cf9e2f81..9e5cdba97cba 100644
--- a/bundle-logging-bridge/pom.xml
+++ b/bundle-logging-bridge/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.24.3-SNAPSHOT
+ 2.24.3
bundle-logging-bridge
jar
diff --git a/bundle-sdk/pom.xml b/bundle-sdk/pom.xml
index 30c43edbd2ae..68b6b9f57eaa 100644
--- a/bundle-sdk/pom.xml
+++ b/bundle-sdk/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.24.3-SNAPSHOT
+ 2.24.3
bundle-sdk
jar
diff --git a/bundle/pom.xml b/bundle/pom.xml
index 42f03f90c760..2a98d4491ac0 100644
--- a/bundle/pom.xml
+++ b/bundle/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.24.3-SNAPSHOT
+ 2.24.3
bundle
jar
diff --git a/codegen-lite-maven-plugin/pom.xml b/codegen-lite-maven-plugin/pom.xml
index bca39bc6ad1c..21e8cf172df0 100644
--- a/codegen-lite-maven-plugin/pom.xml
+++ b/codegen-lite-maven-plugin/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.24.3-SNAPSHOT
+ 2.24.3
../pom.xml
codegen-lite-maven-plugin
diff --git a/codegen-lite/pom.xml b/codegen-lite/pom.xml
index 745fa0ac7057..b46dfa2d5042 100644
--- a/codegen-lite/pom.xml
+++ b/codegen-lite/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.24.3-SNAPSHOT
+ 2.24.3
codegen-lite
AWS Java SDK :: Code Generator Lite
diff --git a/codegen-maven-plugin/pom.xml b/codegen-maven-plugin/pom.xml
index 9fbf206700de..1aec9524362c 100644
--- a/codegen-maven-plugin/pom.xml
+++ b/codegen-maven-plugin/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.24.3-SNAPSHOT
+ 2.24.3
../pom.xml
codegen-maven-plugin
diff --git a/codegen/pom.xml b/codegen/pom.xml
index c4523f0e77e4..87ad2d224fd3 100644
--- a/codegen/pom.xml
+++ b/codegen/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.24.3-SNAPSHOT
+ 2.24.3
codegen
AWS Java SDK :: Code Generator
diff --git a/core/annotations/pom.xml b/core/annotations/pom.xml
index 1944cdba4479..00751ba4cda6 100644
--- a/core/annotations/pom.xml
+++ b/core/annotations/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
diff --git a/core/arns/pom.xml b/core/arns/pom.xml
index 413cb9ab2a4e..3ad73850be69 100644
--- a/core/arns/pom.xml
+++ b/core/arns/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
diff --git a/core/auth-crt/pom.xml b/core/auth-crt/pom.xml
index cc831b652ff8..0bbf2702435d 100644
--- a/core/auth-crt/pom.xml
+++ b/core/auth-crt/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.24.3-SNAPSHOT
+ 2.24.3
auth-crt
diff --git a/core/auth/pom.xml b/core/auth/pom.xml
index c464a262a61e..6b6b17bdac22 100644
--- a/core/auth/pom.xml
+++ b/core/auth/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.24.3-SNAPSHOT
+ 2.24.3
auth
diff --git a/core/aws-core/pom.xml b/core/aws-core/pom.xml
index bd5a4bb8583d..60e412d522d1 100644
--- a/core/aws-core/pom.xml
+++ b/core/aws-core/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.24.3-SNAPSHOT
+ 2.24.3
aws-core
diff --git a/core/checksums-spi/pom.xml b/core/checksums-spi/pom.xml
index bd7ea748c041..8612ede218aa 100644
--- a/core/checksums-spi/pom.xml
+++ b/core/checksums-spi/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.24.3-SNAPSHOT
+ 2.24.3
checksums-spi
diff --git a/core/checksums/pom.xml b/core/checksums/pom.xml
index 63f6269fa0d1..0a3b99d9d2d0 100644
--- a/core/checksums/pom.xml
+++ b/core/checksums/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.24.3-SNAPSHOT
+ 2.24.3
checksums
diff --git a/core/crt-core/pom.xml b/core/crt-core/pom.xml
index 7b9c46c2fcec..ec73a8ca8521 100644
--- a/core/crt-core/pom.xml
+++ b/core/crt-core/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
core
- 2.24.3-SNAPSHOT
+ 2.24.3
crt-core
diff --git a/core/endpoints-spi/pom.xml b/core/endpoints-spi/pom.xml
index 76037c52842c..751327fe3bbe 100644
--- a/core/endpoints-spi/pom.xml
+++ b/core/endpoints-spi/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
diff --git a/core/http-auth-aws-crt/pom.xml b/core/http-auth-aws-crt/pom.xml
index 281580c2d8fc..96ba1ab78a51 100644
--- a/core/http-auth-aws-crt/pom.xml
+++ b/core/http-auth-aws-crt/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.24.3-SNAPSHOT
+ 2.24.3
http-auth-aws-crt
diff --git a/core/http-auth-aws-eventstream/pom.xml b/core/http-auth-aws-eventstream/pom.xml
index f1ac31b6eeda..d3e1186939b5 100644
--- a/core/http-auth-aws-eventstream/pom.xml
+++ b/core/http-auth-aws-eventstream/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.24.3-SNAPSHOT
+ 2.24.3
http-auth-aws-eventstream
diff --git a/core/http-auth-aws/pom.xml b/core/http-auth-aws/pom.xml
index b3989a47a8d5..00bd3dcd98d3 100644
--- a/core/http-auth-aws/pom.xml
+++ b/core/http-auth-aws/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.24.3-SNAPSHOT
+ 2.24.3
http-auth-aws
diff --git a/core/http-auth-spi/pom.xml b/core/http-auth-spi/pom.xml
index e9253b198481..f7fb240b390f 100644
--- a/core/http-auth-spi/pom.xml
+++ b/core/http-auth-spi/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.24.3-SNAPSHOT
+ 2.24.3
http-auth-spi
diff --git a/core/http-auth/pom.xml b/core/http-auth/pom.xml
index 8451a93b6bbe..e4de47273d7c 100644
--- a/core/http-auth/pom.xml
+++ b/core/http-auth/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.24.3-SNAPSHOT
+ 2.24.3
http-auth
diff --git a/core/identity-spi/pom.xml b/core/identity-spi/pom.xml
index 704200403043..27ebd9992a2e 100644
--- a/core/identity-spi/pom.xml
+++ b/core/identity-spi/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.24.3-SNAPSHOT
+ 2.24.3
identity-spi
diff --git a/core/imds/pom.xml b/core/imds/pom.xml
index 1afb075d7c8e..1a795eab877a 100644
--- a/core/imds/pom.xml
+++ b/core/imds/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
imds
diff --git a/core/json-utils/pom.xml b/core/json-utils/pom.xml
index cef4b469cf85..6fc117c04297 100644
--- a/core/json-utils/pom.xml
+++ b/core/json-utils/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
diff --git a/core/metrics-spi/pom.xml b/core/metrics-spi/pom.xml
index 92ea1fec77c4..679752581786 100644
--- a/core/metrics-spi/pom.xml
+++ b/core/metrics-spi/pom.xml
@@ -5,7 +5,7 @@
core
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
diff --git a/core/pom.xml b/core/pom.xml
index 50adbd42b54a..1638a5f6f77c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -21,7 +21,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
core
diff --git a/core/profiles/pom.xml b/core/profiles/pom.xml
index 359fb53c9c3a..3a957d0e489c 100644
--- a/core/profiles/pom.xml
+++ b/core/profiles/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.24.3-SNAPSHOT
+ 2.24.3
profiles
diff --git a/core/protocols/aws-cbor-protocol/pom.xml b/core/protocols/aws-cbor-protocol/pom.xml
index 9743b26941a2..19221fc6c307 100644
--- a/core/protocols/aws-cbor-protocol/pom.xml
+++ b/core/protocols/aws-cbor-protocol/pom.xml
@@ -20,7 +20,7 @@
protocols
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
diff --git a/core/protocols/aws-json-protocol/pom.xml b/core/protocols/aws-json-protocol/pom.xml
index 6e04acdd192c..cf055cc2890f 100644
--- a/core/protocols/aws-json-protocol/pom.xml
+++ b/core/protocols/aws-json-protocol/pom.xml
@@ -20,7 +20,7 @@
protocols
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
diff --git a/core/protocols/aws-query-protocol/pom.xml b/core/protocols/aws-query-protocol/pom.xml
index 72fb79168661..ee539b93ec0e 100644
--- a/core/protocols/aws-query-protocol/pom.xml
+++ b/core/protocols/aws-query-protocol/pom.xml
@@ -20,7 +20,7 @@
protocols
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
diff --git a/core/protocols/aws-xml-protocol/pom.xml b/core/protocols/aws-xml-protocol/pom.xml
index 99777644fcd2..48f41648b920 100644
--- a/core/protocols/aws-xml-protocol/pom.xml
+++ b/core/protocols/aws-xml-protocol/pom.xml
@@ -20,7 +20,7 @@
protocols
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
diff --git a/core/protocols/pom.xml b/core/protocols/pom.xml
index 40ff3840a275..7674a6b8b7f8 100644
--- a/core/protocols/pom.xml
+++ b/core/protocols/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
diff --git a/core/protocols/protocol-core/pom.xml b/core/protocols/protocol-core/pom.xml
index aab9aa9c0502..2568f975392c 100644
--- a/core/protocols/protocol-core/pom.xml
+++ b/core/protocols/protocol-core/pom.xml
@@ -20,7 +20,7 @@
protocols
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
diff --git a/core/regions/pom.xml b/core/regions/pom.xml
index b191f9f92022..b242ea28c6ff 100644
--- a/core/regions/pom.xml
+++ b/core/regions/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.24.3-SNAPSHOT
+ 2.24.3
regions
diff --git a/core/sdk-core/pom.xml b/core/sdk-core/pom.xml
index 2b9558bf1df5..0514a0dc3dff 100644
--- a/core/sdk-core/pom.xml
+++ b/core/sdk-core/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
core
- 2.24.3-SNAPSHOT
+ 2.24.3
sdk-core
AWS Java SDK :: SDK Core
diff --git a/http-client-spi/pom.xml b/http-client-spi/pom.xml
index 1c7bd33ed322..6931ce9ea7c3 100644
--- a/http-client-spi/pom.xml
+++ b/http-client-spi/pom.xml
@@ -22,7 +22,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
http-client-spi
AWS Java SDK :: HTTP Client Interface
diff --git a/http-clients/apache-client/pom.xml b/http-clients/apache-client/pom.xml
index d99f33aae70f..418bfd18cde3 100644
--- a/http-clients/apache-client/pom.xml
+++ b/http-clients/apache-client/pom.xml
@@ -21,7 +21,7 @@
http-clients
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
apache-client
diff --git a/http-clients/aws-crt-client/pom.xml b/http-clients/aws-crt-client/pom.xml
index 97d4b622796b..edb31bdf6b93 100644
--- a/http-clients/aws-crt-client/pom.xml
+++ b/http-clients/aws-crt-client/pom.xml
@@ -21,7 +21,7 @@
http-clients
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
diff --git a/http-clients/netty-nio-client/pom.xml b/http-clients/netty-nio-client/pom.xml
index 473d70dd2c63..489809a6cb0f 100644
--- a/http-clients/netty-nio-client/pom.xml
+++ b/http-clients/netty-nio-client/pom.xml
@@ -20,7 +20,7 @@
http-clients
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
diff --git a/http-clients/pom.xml b/http-clients/pom.xml
index 5e3705aa64a0..ef17d2110600 100644
--- a/http-clients/pom.xml
+++ b/http-clients/pom.xml
@@ -21,7 +21,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
diff --git a/http-clients/url-connection-client/pom.xml b/http-clients/url-connection-client/pom.xml
index 54a21a2837c7..2144cf52e839 100644
--- a/http-clients/url-connection-client/pom.xml
+++ b/http-clients/url-connection-client/pom.xml
@@ -20,7 +20,7 @@
http-clients
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
diff --git a/metric-publishers/cloudwatch-metric-publisher/pom.xml b/metric-publishers/cloudwatch-metric-publisher/pom.xml
index aad469e07598..dd9373225d7a 100644
--- a/metric-publishers/cloudwatch-metric-publisher/pom.xml
+++ b/metric-publishers/cloudwatch-metric-publisher/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
metric-publishers
- 2.24.3-SNAPSHOT
+ 2.24.3
cloudwatch-metric-publisher
diff --git a/metric-publishers/pom.xml b/metric-publishers/pom.xml
index 46fe6ea9e146..506220f11b51 100644
--- a/metric-publishers/pom.xml
+++ b/metric-publishers/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.24.3-SNAPSHOT
+ 2.24.3
metric-publishers
diff --git a/pom.xml b/pom.xml
index 59d1f3826d58..37c719feaa7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
4.0.0
software.amazon.awssdk
aws-sdk-java-pom
- 2.24.3-SNAPSHOT
+ 2.24.3
pom
AWS Java SDK :: Parent
The Amazon Web Services SDK for Java provides Java APIs
diff --git a/release-scripts/pom.xml b/release-scripts/pom.xml
index 4b0783305c5d..130b23355aa5 100644
--- a/release-scripts/pom.xml
+++ b/release-scripts/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.24.3-SNAPSHOT
+ 2.24.3
../pom.xml
release-scripts
diff --git a/services-custom/dynamodb-enhanced/pom.xml b/services-custom/dynamodb-enhanced/pom.xml
index bf703ca90906..c69372538016 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.24.3-SNAPSHOT
+ 2.24.3
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 8021c8a6a3e1..eac22803328d 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.24.3-SNAPSHOT
+ 2.24.3
../../pom.xml
iam-policy-builder
diff --git a/services-custom/pom.xml b/services-custom/pom.xml
index 958a5de6b128..de665188eada 100644
--- a/services-custom/pom.xml
+++ b/services-custom/pom.xml
@@ -19,7 +19,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.24.3-SNAPSHOT
+ 2.24.3
services-custom
AWS Java SDK :: Custom Services
diff --git a/services-custom/s3-transfer-manager/pom.xml b/services-custom/s3-transfer-manager/pom.xml
index daeff1165478..50b8026827d5 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.24.3-SNAPSHOT
+ 2.24.3
../../pom.xml
s3-transfer-manager
diff --git a/services/accessanalyzer/pom.xml b/services/accessanalyzer/pom.xml
index 22d3223a7c99..e4bb9e242b69 100644
--- a/services/accessanalyzer/pom.xml
+++ b/services/accessanalyzer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
accessanalyzer
AWS Java SDK :: Services :: AccessAnalyzer
diff --git a/services/account/pom.xml b/services/account/pom.xml
index 76f3c5e66195..4261c8afed7e 100644
--- a/services/account/pom.xml
+++ b/services/account/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
account
AWS Java SDK :: Services :: Account
diff --git a/services/acm/pom.xml b/services/acm/pom.xml
index 1181bdad5b8d..79fdd3e64f71 100644
--- a/services/acm/pom.xml
+++ b/services/acm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
acm
AWS Java SDK :: Services :: AWS Certificate Manager
diff --git a/services/acmpca/pom.xml b/services/acmpca/pom.xml
index 0a905e3a6ecd..0ed4b00af0d9 100644
--- a/services/acmpca/pom.xml
+++ b/services/acmpca/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
acmpca
AWS Java SDK :: Services :: ACM PCA
diff --git a/services/alexaforbusiness/pom.xml b/services/alexaforbusiness/pom.xml
index 94487eb7649a..416770901865 100644
--- a/services/alexaforbusiness/pom.xml
+++ b/services/alexaforbusiness/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
alexaforbusiness
diff --git a/services/amp/pom.xml b/services/amp/pom.xml
index 8b9d84263ec7..27d0de075aef 100644
--- a/services/amp/pom.xml
+++ b/services/amp/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
amp
AWS Java SDK :: Services :: Amp
diff --git a/services/amplify/pom.xml b/services/amplify/pom.xml
index bf93254a0d81..6706d33e423d 100644
--- a/services/amplify/pom.xml
+++ b/services/amplify/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
amplify
AWS Java SDK :: Services :: Amplify
diff --git a/services/amplifybackend/pom.xml b/services/amplifybackend/pom.xml
index 9b8da83a55e1..b02e714e4f1e 100644
--- a/services/amplifybackend/pom.xml
+++ b/services/amplifybackend/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
amplifybackend
AWS Java SDK :: Services :: Amplify Backend
diff --git a/services/amplifyuibuilder/pom.xml b/services/amplifyuibuilder/pom.xml
index b53bda9a158e..dcf66f2fd06c 100644
--- a/services/amplifyuibuilder/pom.xml
+++ b/services/amplifyuibuilder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
amplifyuibuilder
AWS Java SDK :: Services :: Amplify UI Builder
diff --git a/services/apigateway/pom.xml b/services/apigateway/pom.xml
index 0e3918eb057f..8b958552980d 100644
--- a/services/apigateway/pom.xml
+++ b/services/apigateway/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
apigateway
AWS Java SDK :: Services :: Amazon API Gateway
diff --git a/services/apigatewaymanagementapi/pom.xml b/services/apigatewaymanagementapi/pom.xml
index c07bd6e613e6..2b8a7bc4a1ff 100644
--- a/services/apigatewaymanagementapi/pom.xml
+++ b/services/apigatewaymanagementapi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
apigatewaymanagementapi
AWS Java SDK :: Services :: ApiGatewayManagementApi
diff --git a/services/apigatewayv2/pom.xml b/services/apigatewayv2/pom.xml
index 2fffabe24e57..0ed755318ac9 100644
--- a/services/apigatewayv2/pom.xml
+++ b/services/apigatewayv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
apigatewayv2
AWS Java SDK :: Services :: ApiGatewayV2
diff --git a/services/appconfig/pom.xml b/services/appconfig/pom.xml
index 726caf77bbf7..c451b4f89fef 100644
--- a/services/appconfig/pom.xml
+++ b/services/appconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
appconfig
AWS Java SDK :: Services :: AppConfig
diff --git a/services/appconfigdata/pom.xml b/services/appconfigdata/pom.xml
index ab94f5494652..842e78a76fd4 100644
--- a/services/appconfigdata/pom.xml
+++ b/services/appconfigdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
appconfigdata
AWS Java SDK :: Services :: App Config Data
diff --git a/services/appfabric/pom.xml b/services/appfabric/pom.xml
index 690bc01a21a4..50ca28f7b0f2 100644
--- a/services/appfabric/pom.xml
+++ b/services/appfabric/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
appfabric
AWS Java SDK :: Services :: App Fabric
diff --git a/services/appflow/pom.xml b/services/appflow/pom.xml
index 9cfbbfa5d9f3..83de5acc4a75 100644
--- a/services/appflow/pom.xml
+++ b/services/appflow/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
appflow
AWS Java SDK :: Services :: Appflow
diff --git a/services/appintegrations/pom.xml b/services/appintegrations/pom.xml
index f73fc456578b..ebe2549f8a00 100644
--- a/services/appintegrations/pom.xml
+++ b/services/appintegrations/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
appintegrations
AWS Java SDK :: Services :: App Integrations
diff --git a/services/applicationautoscaling/pom.xml b/services/applicationautoscaling/pom.xml
index ebab1c775b07..a8aaa371c6f5 100644
--- a/services/applicationautoscaling/pom.xml
+++ b/services/applicationautoscaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
applicationautoscaling
AWS Java SDK :: Services :: AWS Application Auto Scaling
diff --git a/services/applicationcostprofiler/pom.xml b/services/applicationcostprofiler/pom.xml
index 276f53f34e84..01bda3740d61 100644
--- a/services/applicationcostprofiler/pom.xml
+++ b/services/applicationcostprofiler/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
applicationcostprofiler
AWS Java SDK :: Services :: Application Cost Profiler
diff --git a/services/applicationdiscovery/pom.xml b/services/applicationdiscovery/pom.xml
index 4d8568fb1b3e..1685d56a504b 100644
--- a/services/applicationdiscovery/pom.xml
+++ b/services/applicationdiscovery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
applicationdiscovery
AWS Java SDK :: Services :: AWS Application Discovery Service
diff --git a/services/applicationinsights/pom.xml b/services/applicationinsights/pom.xml
index c19a7c3af113..97b38f3f3084 100644
--- a/services/applicationinsights/pom.xml
+++ b/services/applicationinsights/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
applicationinsights
AWS Java SDK :: Services :: Application Insights
diff --git a/services/appmesh/pom.xml b/services/appmesh/pom.xml
index 18504fe407ee..e161de0a8cef 100644
--- a/services/appmesh/pom.xml
+++ b/services/appmesh/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
appmesh
AWS Java SDK :: Services :: App Mesh
diff --git a/services/apprunner/pom.xml b/services/apprunner/pom.xml
index 15cfcd4b261a..c5047d2ac0d6 100644
--- a/services/apprunner/pom.xml
+++ b/services/apprunner/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
apprunner
AWS Java SDK :: Services :: App Runner
diff --git a/services/appstream/pom.xml b/services/appstream/pom.xml
index d7501e85f43e..5cabf3bcfa9a 100644
--- a/services/appstream/pom.xml
+++ b/services/appstream/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
appstream
AWS Java SDK :: Services :: Amazon AppStream
diff --git a/services/appsync/pom.xml b/services/appsync/pom.xml
index 1ed549758fec..d05d51cb30ac 100644
--- a/services/appsync/pom.xml
+++ b/services/appsync/pom.xml
@@ -21,7 +21,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
appsync
diff --git a/services/arczonalshift/pom.xml b/services/arczonalshift/pom.xml
index 09c3cd85a4b1..fc66d60f639f 100644
--- a/services/arczonalshift/pom.xml
+++ b/services/arczonalshift/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
arczonalshift
AWS Java SDK :: Services :: ARC Zonal Shift
diff --git a/services/athena/pom.xml b/services/athena/pom.xml
index 5c3183f43ca8..ebaa880b12a3 100644
--- a/services/athena/pom.xml
+++ b/services/athena/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
athena
AWS Java SDK :: Services :: Amazon Athena
diff --git a/services/auditmanager/pom.xml b/services/auditmanager/pom.xml
index ceec6e09059d..6b76ed2b8f5f 100644
--- a/services/auditmanager/pom.xml
+++ b/services/auditmanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
auditmanager
AWS Java SDK :: Services :: Audit Manager
diff --git a/services/autoscaling/pom.xml b/services/autoscaling/pom.xml
index 10b1faaa7537..834afa308e5d 100644
--- a/services/autoscaling/pom.xml
+++ b/services/autoscaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
autoscaling
AWS Java SDK :: Services :: Auto Scaling
diff --git a/services/autoscalingplans/pom.xml b/services/autoscalingplans/pom.xml
index a29000df6a55..81676ae8e8f3 100644
--- a/services/autoscalingplans/pom.xml
+++ b/services/autoscalingplans/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
autoscalingplans
AWS Java SDK :: Services :: Auto Scaling Plans
diff --git a/services/b2bi/pom.xml b/services/b2bi/pom.xml
index 8a9fefff2e8c..6deaf312462a 100644
--- a/services/b2bi/pom.xml
+++ b/services/b2bi/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
b2bi
AWS Java SDK :: Services :: B2 Bi
diff --git a/services/backup/pom.xml b/services/backup/pom.xml
index 46e9b2c3ab8d..31256b0f8e1e 100644
--- a/services/backup/pom.xml
+++ b/services/backup/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
backup
AWS Java SDK :: Services :: Backup
diff --git a/services/backupgateway/pom.xml b/services/backupgateway/pom.xml
index e1127162d041..c98f3925e2d6 100644
--- a/services/backupgateway/pom.xml
+++ b/services/backupgateway/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
backupgateway
AWS Java SDK :: Services :: Backup Gateway
diff --git a/services/backupstorage/pom.xml b/services/backupstorage/pom.xml
index 04d1e6062b81..5b1cfca48244 100644
--- a/services/backupstorage/pom.xml
+++ b/services/backupstorage/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
backupstorage
AWS Java SDK :: Services :: Backup Storage
diff --git a/services/batch/pom.xml b/services/batch/pom.xml
index 05e022e675ea..5c891a6548fa 100644
--- a/services/batch/pom.xml
+++ b/services/batch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
batch
AWS Java SDK :: Services :: AWS Batch
diff --git a/services/bcmdataexports/pom.xml b/services/bcmdataexports/pom.xml
index 86e85d063381..a7ce09908e76 100644
--- a/services/bcmdataexports/pom.xml
+++ b/services/bcmdataexports/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
bcmdataexports
AWS Java SDK :: Services :: BCM Data Exports
diff --git a/services/bedrock/pom.xml b/services/bedrock/pom.xml
index 77b91101bc0d..9be4a1d6a844 100644
--- a/services/bedrock/pom.xml
+++ b/services/bedrock/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
bedrock
AWS Java SDK :: Services :: Bedrock
diff --git a/services/bedrockagent/pom.xml b/services/bedrockagent/pom.xml
index 1dd56af59dec..dd4ef1b6ba3f 100644
--- a/services/bedrockagent/pom.xml
+++ b/services/bedrockagent/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
bedrockagent
AWS Java SDK :: Services :: Bedrock Agent
diff --git a/services/bedrockagentruntime/pom.xml b/services/bedrockagentruntime/pom.xml
index 51b16c9a9fed..820caf4951cd 100644
--- a/services/bedrockagentruntime/pom.xml
+++ b/services/bedrockagentruntime/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
bedrockagentruntime
AWS Java SDK :: Services :: Bedrock Agent Runtime
diff --git a/services/bedrockruntime/pom.xml b/services/bedrockruntime/pom.xml
index 3670669f7582..7fb041a3db56 100644
--- a/services/bedrockruntime/pom.xml
+++ b/services/bedrockruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
bedrockruntime
AWS Java SDK :: Services :: Bedrock Runtime
diff --git a/services/billingconductor/pom.xml b/services/billingconductor/pom.xml
index 08f9b24e1ba4..2099bd6a766d 100644
--- a/services/billingconductor/pom.xml
+++ b/services/billingconductor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
billingconductor
AWS Java SDK :: Services :: Billingconductor
diff --git a/services/braket/pom.xml b/services/braket/pom.xml
index 1fae9caeaf1f..6aa0ed6a9144 100644
--- a/services/braket/pom.xml
+++ b/services/braket/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
braket
AWS Java SDK :: Services :: Braket
diff --git a/services/budgets/pom.xml b/services/budgets/pom.xml
index 696630b379ab..aea69cb143cb 100644
--- a/services/budgets/pom.xml
+++ b/services/budgets/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
budgets
AWS Java SDK :: Services :: AWS Budgets
diff --git a/services/chime/pom.xml b/services/chime/pom.xml
index be3c30b8191f..0b44e666cbee 100644
--- a/services/chime/pom.xml
+++ b/services/chime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
chime
AWS Java SDK :: Services :: Chime
diff --git a/services/chimesdkidentity/pom.xml b/services/chimesdkidentity/pom.xml
index ee128a4c9c13..834b93b762e4 100644
--- a/services/chimesdkidentity/pom.xml
+++ b/services/chimesdkidentity/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
chimesdkidentity
AWS Java SDK :: Services :: Chime SDK Identity
diff --git a/services/chimesdkmediapipelines/pom.xml b/services/chimesdkmediapipelines/pom.xml
index abcaec964fc3..e9ae7e71dd52 100644
--- a/services/chimesdkmediapipelines/pom.xml
+++ b/services/chimesdkmediapipelines/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
chimesdkmediapipelines
AWS Java SDK :: Services :: Chime SDK Media Pipelines
diff --git a/services/chimesdkmeetings/pom.xml b/services/chimesdkmeetings/pom.xml
index d0f3265895d5..9f2b45b6630b 100644
--- a/services/chimesdkmeetings/pom.xml
+++ b/services/chimesdkmeetings/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
chimesdkmeetings
AWS Java SDK :: Services :: Chime SDK Meetings
diff --git a/services/chimesdkmessaging/pom.xml b/services/chimesdkmessaging/pom.xml
index b446d2da978b..3342b0eec3d4 100644
--- a/services/chimesdkmessaging/pom.xml
+++ b/services/chimesdkmessaging/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
chimesdkmessaging
AWS Java SDK :: Services :: Chime SDK Messaging
diff --git a/services/chimesdkvoice/pom.xml b/services/chimesdkvoice/pom.xml
index db3fab033a4c..b209b8ae9e0e 100644
--- a/services/chimesdkvoice/pom.xml
+++ b/services/chimesdkvoice/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
chimesdkvoice
AWS Java SDK :: Services :: Chime SDK Voice
diff --git a/services/cleanrooms/pom.xml b/services/cleanrooms/pom.xml
index 696358b41b7b..0d7a73f5eaa6 100644
--- a/services/cleanrooms/pom.xml
+++ b/services/cleanrooms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
cleanrooms
AWS Java SDK :: Services :: Clean Rooms
diff --git a/services/cleanroomsml/pom.xml b/services/cleanroomsml/pom.xml
index 10844e4c6d15..72be10004f43 100644
--- a/services/cleanroomsml/pom.xml
+++ b/services/cleanroomsml/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
cleanroomsml
AWS Java SDK :: Services :: Clean Rooms ML
diff --git a/services/cloud9/pom.xml b/services/cloud9/pom.xml
index 4ba462b05cc2..e7056799bc2b 100644
--- a/services/cloud9/pom.xml
+++ b/services/cloud9/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
cloud9
diff --git a/services/cloudcontrol/pom.xml b/services/cloudcontrol/pom.xml
index 33fe834deeec..674648071b0a 100644
--- a/services/cloudcontrol/pom.xml
+++ b/services/cloudcontrol/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
cloudcontrol
AWS Java SDK :: Services :: Cloud Control
diff --git a/services/clouddirectory/pom.xml b/services/clouddirectory/pom.xml
index 17731ed10284..ad1a1a99e5d6 100644
--- a/services/clouddirectory/pom.xml
+++ b/services/clouddirectory/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
clouddirectory
AWS Java SDK :: Services :: Amazon CloudDirectory
diff --git a/services/cloudformation/pom.xml b/services/cloudformation/pom.xml
index 8dfa15a7a453..08113f54968d 100644
--- a/services/cloudformation/pom.xml
+++ b/services/cloudformation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
cloudformation
AWS Java SDK :: Services :: AWS CloudFormation
diff --git a/services/cloudfront/pom.xml b/services/cloudfront/pom.xml
index c368237399a0..ed17036f6ce5 100644
--- a/services/cloudfront/pom.xml
+++ b/services/cloudfront/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
cloudfront
AWS Java SDK :: Services :: Amazon CloudFront
diff --git a/services/cloudfrontkeyvaluestore/pom.xml b/services/cloudfrontkeyvaluestore/pom.xml
index 200a066b31d9..400ac9954a15 100644
--- a/services/cloudfrontkeyvaluestore/pom.xml
+++ b/services/cloudfrontkeyvaluestore/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
cloudfrontkeyvaluestore
AWS Java SDK :: Services :: Cloud Front Key Value Store
diff --git a/services/cloudhsm/pom.xml b/services/cloudhsm/pom.xml
index 0bb997783812..39a8219cfba5 100644
--- a/services/cloudhsm/pom.xml
+++ b/services/cloudhsm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
cloudhsm
AWS Java SDK :: Services :: AWS CloudHSM
diff --git a/services/cloudhsmv2/pom.xml b/services/cloudhsmv2/pom.xml
index 5222cc632f4b..5b9b6fef24ce 100644
--- a/services/cloudhsmv2/pom.xml
+++ b/services/cloudhsmv2/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
cloudhsmv2
diff --git a/services/cloudsearch/pom.xml b/services/cloudsearch/pom.xml
index 1a67fd767926..506de4da7ace 100644
--- a/services/cloudsearch/pom.xml
+++ b/services/cloudsearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
cloudsearch
AWS Java SDK :: Services :: Amazon CloudSearch
diff --git a/services/cloudsearchdomain/pom.xml b/services/cloudsearchdomain/pom.xml
index 0fdeca112f9d..7e63a2249ed7 100644
--- a/services/cloudsearchdomain/pom.xml
+++ b/services/cloudsearchdomain/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
cloudsearchdomain
AWS Java SDK :: Services :: Amazon CloudSearch Domain
diff --git a/services/cloudtrail/pom.xml b/services/cloudtrail/pom.xml
index 0fb19363b71a..eaa9ae7da79a 100644
--- a/services/cloudtrail/pom.xml
+++ b/services/cloudtrail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
cloudtrail
AWS Java SDK :: Services :: AWS CloudTrail
diff --git a/services/cloudtraildata/pom.xml b/services/cloudtraildata/pom.xml
index 60581e8736b1..986d2e198d32 100644
--- a/services/cloudtraildata/pom.xml
+++ b/services/cloudtraildata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
cloudtraildata
AWS Java SDK :: Services :: Cloud Trail Data
diff --git a/services/cloudwatch/pom.xml b/services/cloudwatch/pom.xml
index af47e2ceab45..478b48e412e1 100644
--- a/services/cloudwatch/pom.xml
+++ b/services/cloudwatch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
cloudwatch
AWS Java SDK :: Services :: Amazon CloudWatch
diff --git a/services/cloudwatchevents/pom.xml b/services/cloudwatchevents/pom.xml
index 8e84b7fa17ae..3fe2758bc4fe 100644
--- a/services/cloudwatchevents/pom.xml
+++ b/services/cloudwatchevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
cloudwatchevents
AWS Java SDK :: Services :: Amazon CloudWatch Events
diff --git a/services/cloudwatchlogs/pom.xml b/services/cloudwatchlogs/pom.xml
index ddde08ee8a9d..30cf0bbaf2a0 100644
--- a/services/cloudwatchlogs/pom.xml
+++ b/services/cloudwatchlogs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
cloudwatchlogs
AWS Java SDK :: Services :: Amazon CloudWatch Logs
diff --git a/services/codeartifact/pom.xml b/services/codeartifact/pom.xml
index 302fdf3475e7..1770a1b5f6eb 100644
--- a/services/codeartifact/pom.xml
+++ b/services/codeartifact/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
codeartifact
AWS Java SDK :: Services :: Codeartifact
diff --git a/services/codebuild/pom.xml b/services/codebuild/pom.xml
index a614d417833f..ee64413b5556 100644
--- a/services/codebuild/pom.xml
+++ b/services/codebuild/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
codebuild
AWS Java SDK :: Services :: AWS Code Build
diff --git a/services/codecatalyst/pom.xml b/services/codecatalyst/pom.xml
index ca08d58a4a75..768cadce55f6 100644
--- a/services/codecatalyst/pom.xml
+++ b/services/codecatalyst/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
codecatalyst
AWS Java SDK :: Services :: Code Catalyst
diff --git a/services/codecommit/pom.xml b/services/codecommit/pom.xml
index 928abc0fc776..f67befc1099d 100644
--- a/services/codecommit/pom.xml
+++ b/services/codecommit/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
codecommit
AWS Java SDK :: Services :: AWS CodeCommit
diff --git a/services/codedeploy/pom.xml b/services/codedeploy/pom.xml
index 31cf60e6e02f..fd2dc9d87c8d 100644
--- a/services/codedeploy/pom.xml
+++ b/services/codedeploy/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
codedeploy
AWS Java SDK :: Services :: AWS CodeDeploy
diff --git a/services/codeguruprofiler/pom.xml b/services/codeguruprofiler/pom.xml
index 43a21f644cef..4ec9c4e8d897 100644
--- a/services/codeguruprofiler/pom.xml
+++ b/services/codeguruprofiler/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
codeguruprofiler
AWS Java SDK :: Services :: CodeGuruProfiler
diff --git a/services/codegurureviewer/pom.xml b/services/codegurureviewer/pom.xml
index 590b28de17f0..641ccaca8e1c 100644
--- a/services/codegurureviewer/pom.xml
+++ b/services/codegurureviewer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
codegurureviewer
AWS Java SDK :: Services :: CodeGuru Reviewer
diff --git a/services/codegurusecurity/pom.xml b/services/codegurusecurity/pom.xml
index eef4f68ac62d..51ea6c7b70a0 100644
--- a/services/codegurusecurity/pom.xml
+++ b/services/codegurusecurity/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
codegurusecurity
AWS Java SDK :: Services :: Code Guru Security
diff --git a/services/codepipeline/pom.xml b/services/codepipeline/pom.xml
index c73f984e746c..9aa9e176bc09 100644
--- a/services/codepipeline/pom.xml
+++ b/services/codepipeline/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
codepipeline
AWS Java SDK :: Services :: AWS CodePipeline
diff --git a/services/codestar/pom.xml b/services/codestar/pom.xml
index d56505b0c6ac..3b073e97060e 100644
--- a/services/codestar/pom.xml
+++ b/services/codestar/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
codestar
AWS Java SDK :: Services :: AWS CodeStar
diff --git a/services/codestarconnections/pom.xml b/services/codestarconnections/pom.xml
index 562fbc2a7a87..6eb18911c3c7 100644
--- a/services/codestarconnections/pom.xml
+++ b/services/codestarconnections/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
codestarconnections
AWS Java SDK :: Services :: CodeStar connections
diff --git a/services/codestarnotifications/pom.xml b/services/codestarnotifications/pom.xml
index 392fe1a7aa5a..bb911fe76be2 100644
--- a/services/codestarnotifications/pom.xml
+++ b/services/codestarnotifications/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
codestarnotifications
AWS Java SDK :: Services :: Codestar Notifications
diff --git a/services/cognitoidentity/pom.xml b/services/cognitoidentity/pom.xml
index 62836df3e8d4..cfb2e629700c 100644
--- a/services/cognitoidentity/pom.xml
+++ b/services/cognitoidentity/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
cognitoidentity
AWS Java SDK :: Services :: Amazon Cognito Identity
diff --git a/services/cognitoidentityprovider/pom.xml b/services/cognitoidentityprovider/pom.xml
index d54137263806..76956c6ad57f 100644
--- a/services/cognitoidentityprovider/pom.xml
+++ b/services/cognitoidentityprovider/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
cognitoidentityprovider
AWS Java SDK :: Services :: Amazon Cognito Identity Provider Service
diff --git a/services/cognitosync/pom.xml b/services/cognitosync/pom.xml
index e3688c1bac66..f791b8677122 100644
--- a/services/cognitosync/pom.xml
+++ b/services/cognitosync/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
cognitosync
AWS Java SDK :: Services :: Amazon Cognito Sync
diff --git a/services/comprehend/pom.xml b/services/comprehend/pom.xml
index 330b61ab31af..72a04d3d0e2f 100644
--- a/services/comprehend/pom.xml
+++ b/services/comprehend/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
comprehend
diff --git a/services/comprehendmedical/pom.xml b/services/comprehendmedical/pom.xml
index 9ffcde900bbb..8b207847b5d8 100644
--- a/services/comprehendmedical/pom.xml
+++ b/services/comprehendmedical/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
comprehendmedical
AWS Java SDK :: Services :: ComprehendMedical
diff --git a/services/computeoptimizer/pom.xml b/services/computeoptimizer/pom.xml
index fe2b79d47c91..a39f34b2f74d 100644
--- a/services/computeoptimizer/pom.xml
+++ b/services/computeoptimizer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
computeoptimizer
AWS Java SDK :: Services :: Compute Optimizer
diff --git a/services/config/pom.xml b/services/config/pom.xml
index 1293a2c4d001..eee7b8da96a5 100644
--- a/services/config/pom.xml
+++ b/services/config/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
config
AWS Java SDK :: Services :: AWS Config
diff --git a/services/connect/pom.xml b/services/connect/pom.xml
index 0a82ee5276b4..4076291b9df5 100644
--- a/services/connect/pom.xml
+++ b/services/connect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
connect
AWS Java SDK :: Services :: Connect
diff --git a/services/connectcampaigns/pom.xml b/services/connectcampaigns/pom.xml
index cc3bb75879f6..109124d1d8b2 100644
--- a/services/connectcampaigns/pom.xml
+++ b/services/connectcampaigns/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
connectcampaigns
AWS Java SDK :: Services :: Connect Campaigns
diff --git a/services/connectcases/pom.xml b/services/connectcases/pom.xml
index 55c4b99d03d4..04f1b74244e7 100644
--- a/services/connectcases/pom.xml
+++ b/services/connectcases/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
connectcases
AWS Java SDK :: Services :: Connect Cases
diff --git a/services/connectcontactlens/pom.xml b/services/connectcontactlens/pom.xml
index 57f74d46de3f..18539b8b625e 100644
--- a/services/connectcontactlens/pom.xml
+++ b/services/connectcontactlens/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
connectcontactlens
AWS Java SDK :: Services :: Connect Contact Lens
diff --git a/services/connectparticipant/pom.xml b/services/connectparticipant/pom.xml
index 446a1a6a0b52..eeb3f6fd6f62 100644
--- a/services/connectparticipant/pom.xml
+++ b/services/connectparticipant/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
connectparticipant
AWS Java SDK :: Services :: ConnectParticipant
diff --git a/services/controltower/pom.xml b/services/controltower/pom.xml
index 683b60795454..0ff0f57a96b7 100644
--- a/services/controltower/pom.xml
+++ b/services/controltower/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
controltower
AWS Java SDK :: Services :: Control Tower
diff --git a/services/costandusagereport/pom.xml b/services/costandusagereport/pom.xml
index a50507d29f9e..9186b42b8ded 100644
--- a/services/costandusagereport/pom.xml
+++ b/services/costandusagereport/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
costandusagereport
AWS Java SDK :: Services :: AWS Cost and Usage Report
diff --git a/services/costexplorer/pom.xml b/services/costexplorer/pom.xml
index 79b20837f93b..e9b98ae739e8 100644
--- a/services/costexplorer/pom.xml
+++ b/services/costexplorer/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
costexplorer
diff --git a/services/costoptimizationhub/pom.xml b/services/costoptimizationhub/pom.xml
index e28306f5e8f8..df8cf662c6ae 100644
--- a/services/costoptimizationhub/pom.xml
+++ b/services/costoptimizationhub/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
costoptimizationhub
AWS Java SDK :: Services :: Cost Optimization Hub
diff --git a/services/customerprofiles/pom.xml b/services/customerprofiles/pom.xml
index 191dcf7e48df..4fc45689d980 100644
--- a/services/customerprofiles/pom.xml
+++ b/services/customerprofiles/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
customerprofiles
AWS Java SDK :: Services :: Customer Profiles
diff --git a/services/databasemigration/pom.xml b/services/databasemigration/pom.xml
index 87eadab7b3b4..eabb8ad3fe3d 100644
--- a/services/databasemigration/pom.xml
+++ b/services/databasemigration/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
databasemigration
AWS Java SDK :: Services :: AWS Database Migration Service
diff --git a/services/databrew/pom.xml b/services/databrew/pom.xml
index 3492f78b8eb7..55646f2daa67 100644
--- a/services/databrew/pom.xml
+++ b/services/databrew/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
databrew
AWS Java SDK :: Services :: Data Brew
diff --git a/services/dataexchange/pom.xml b/services/dataexchange/pom.xml
index 5a94a9f8d92f..64def9a78af0 100644
--- a/services/dataexchange/pom.xml
+++ b/services/dataexchange/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
dataexchange
AWS Java SDK :: Services :: DataExchange
diff --git a/services/datapipeline/pom.xml b/services/datapipeline/pom.xml
index 4259028e079e..6113f28fae8d 100644
--- a/services/datapipeline/pom.xml
+++ b/services/datapipeline/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
datapipeline
AWS Java SDK :: Services :: AWS Data Pipeline
diff --git a/services/datasync/pom.xml b/services/datasync/pom.xml
index be2c181826a1..f0310082bda4 100644
--- a/services/datasync/pom.xml
+++ b/services/datasync/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
datasync
AWS Java SDK :: Services :: DataSync
diff --git a/services/datazone/pom.xml b/services/datazone/pom.xml
index 1c878f5d5ddf..8ea1122d865c 100644
--- a/services/datazone/pom.xml
+++ b/services/datazone/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
datazone
AWS Java SDK :: Services :: Data Zone
diff --git a/services/dax/pom.xml b/services/dax/pom.xml
index 9cc12ed00dd5..bf2441d30722 100644
--- a/services/dax/pom.xml
+++ b/services/dax/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
dax
AWS Java SDK :: Services :: Amazon DynamoDB Accelerator (DAX)
diff --git a/services/detective/pom.xml b/services/detective/pom.xml
index 31812bb208e1..7f61cc2b3f1f 100644
--- a/services/detective/pom.xml
+++ b/services/detective/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
detective
AWS Java SDK :: Services :: Detective
diff --git a/services/devicefarm/pom.xml b/services/devicefarm/pom.xml
index 3b578a1d92a0..f26a58529cc8 100644
--- a/services/devicefarm/pom.xml
+++ b/services/devicefarm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
devicefarm
AWS Java SDK :: Services :: AWS Device Farm
diff --git a/services/devopsguru/pom.xml b/services/devopsguru/pom.xml
index b3d83bbbf489..cce24b6bf865 100644
--- a/services/devopsguru/pom.xml
+++ b/services/devopsguru/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
devopsguru
AWS Java SDK :: Services :: Dev Ops Guru
diff --git a/services/directconnect/pom.xml b/services/directconnect/pom.xml
index 221f3f571fc1..3567aadff79e 100644
--- a/services/directconnect/pom.xml
+++ b/services/directconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
directconnect
AWS Java SDK :: Services :: AWS Direct Connect
diff --git a/services/directory/pom.xml b/services/directory/pom.xml
index fd1c3e0da8ed..d026a10eabaf 100644
--- a/services/directory/pom.xml
+++ b/services/directory/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
directory
AWS Java SDK :: Services :: AWS Directory Service
diff --git a/services/dlm/pom.xml b/services/dlm/pom.xml
index 598808b14cc0..b6aabf5e9c81 100644
--- a/services/dlm/pom.xml
+++ b/services/dlm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
dlm
AWS Java SDK :: Services :: DLM
diff --git a/services/docdb/pom.xml b/services/docdb/pom.xml
index 509be4762c5d..7af4d501efb4 100644
--- a/services/docdb/pom.xml
+++ b/services/docdb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
docdb
AWS Java SDK :: Services :: DocDB
diff --git a/services/docdbelastic/pom.xml b/services/docdbelastic/pom.xml
index a3b1568d668a..9eae269cf83f 100644
--- a/services/docdbelastic/pom.xml
+++ b/services/docdbelastic/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
docdbelastic
AWS Java SDK :: Services :: Doc DB Elastic
diff --git a/services/drs/pom.xml b/services/drs/pom.xml
index 4888e1e5d15b..301cf2bc0169 100644
--- a/services/drs/pom.xml
+++ b/services/drs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
drs
AWS Java SDK :: Services :: Drs
diff --git a/services/dynamodb/pom.xml b/services/dynamodb/pom.xml
index 27c5a1421405..1bd8c40cdfbc 100644
--- a/services/dynamodb/pom.xml
+++ b/services/dynamodb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
dynamodb
AWS Java SDK :: Services :: Amazon DynamoDB
diff --git a/services/ebs/pom.xml b/services/ebs/pom.xml
index c7fd0b28c4c3..b94309cf42ba 100644
--- a/services/ebs/pom.xml
+++ b/services/ebs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
ebs
AWS Java SDK :: Services :: EBS
diff --git a/services/ec2/pom.xml b/services/ec2/pom.xml
index db0088d33609..c0c367ec3712 100644
--- a/services/ec2/pom.xml
+++ b/services/ec2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
ec2
AWS Java SDK :: Services :: Amazon EC2
diff --git a/services/ec2instanceconnect/pom.xml b/services/ec2instanceconnect/pom.xml
index 225ecfae65d9..04a5a006703a 100644
--- a/services/ec2instanceconnect/pom.xml
+++ b/services/ec2instanceconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
ec2instanceconnect
AWS Java SDK :: Services :: EC2 Instance Connect
diff --git a/services/ecr/pom.xml b/services/ecr/pom.xml
index bf91a3c1a528..6a88b7d3ed90 100644
--- a/services/ecr/pom.xml
+++ b/services/ecr/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
ecr
AWS Java SDK :: Services :: Amazon EC2 Container Registry
diff --git a/services/ecrpublic/pom.xml b/services/ecrpublic/pom.xml
index 578f6d66dc1c..5c0e569e938a 100644
--- a/services/ecrpublic/pom.xml
+++ b/services/ecrpublic/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
ecrpublic
AWS Java SDK :: Services :: ECR PUBLIC
diff --git a/services/ecs/pom.xml b/services/ecs/pom.xml
index 1a160f94f5f6..87b504f5b687 100644
--- a/services/ecs/pom.xml
+++ b/services/ecs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
ecs
AWS Java SDK :: Services :: Amazon EC2 Container Service
diff --git a/services/efs/pom.xml b/services/efs/pom.xml
index 9521a4fa366b..c825bc287609 100644
--- a/services/efs/pom.xml
+++ b/services/efs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
efs
AWS Java SDK :: Services :: Amazon Elastic File System
diff --git a/services/eks/pom.xml b/services/eks/pom.xml
index 8cbcaf8ebbaf..69dfb2641282 100644
--- a/services/eks/pom.xml
+++ b/services/eks/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
eks
AWS Java SDK :: Services :: EKS
diff --git a/services/eksauth/pom.xml b/services/eksauth/pom.xml
index 7e311231552b..2855686a8cbe 100644
--- a/services/eksauth/pom.xml
+++ b/services/eksauth/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
eksauth
AWS Java SDK :: Services :: EKS Auth
diff --git a/services/elasticache/pom.xml b/services/elasticache/pom.xml
index 26073fea21a4..24a7c3ce1fa0 100644
--- a/services/elasticache/pom.xml
+++ b/services/elasticache/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
elasticache
AWS Java SDK :: Services :: Amazon ElastiCache
diff --git a/services/elasticbeanstalk/pom.xml b/services/elasticbeanstalk/pom.xml
index 1d31ca376b9e..47f7c675f75b 100644
--- a/services/elasticbeanstalk/pom.xml
+++ b/services/elasticbeanstalk/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
elasticbeanstalk
AWS Java SDK :: Services :: AWS Elastic Beanstalk
diff --git a/services/elasticinference/pom.xml b/services/elasticinference/pom.xml
index e21ef941bda0..8f358ae10441 100644
--- a/services/elasticinference/pom.xml
+++ b/services/elasticinference/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
elasticinference
AWS Java SDK :: Services :: Elastic Inference
diff --git a/services/elasticloadbalancing/pom.xml b/services/elasticloadbalancing/pom.xml
index fe7a2b119ebc..a6750fab6b0e 100644
--- a/services/elasticloadbalancing/pom.xml
+++ b/services/elasticloadbalancing/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
elasticloadbalancing
AWS Java SDK :: Services :: Elastic Load Balancing
diff --git a/services/elasticloadbalancingv2/pom.xml b/services/elasticloadbalancingv2/pom.xml
index b285ad4c8474..82b00b7d7b6d 100644
--- a/services/elasticloadbalancingv2/pom.xml
+++ b/services/elasticloadbalancingv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
elasticloadbalancingv2
AWS Java SDK :: Services :: Elastic Load Balancing V2
diff --git a/services/elasticsearch/pom.xml b/services/elasticsearch/pom.xml
index 40ab0a857c38..1a8bc4614f45 100644
--- a/services/elasticsearch/pom.xml
+++ b/services/elasticsearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
elasticsearch
AWS Java SDK :: Services :: Amazon Elasticsearch Service
diff --git a/services/elastictranscoder/pom.xml b/services/elastictranscoder/pom.xml
index 5450d9e5795f..fdc7d9ae62c4 100644
--- a/services/elastictranscoder/pom.xml
+++ b/services/elastictranscoder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
elastictranscoder
AWS Java SDK :: Services :: Amazon Elastic Transcoder
diff --git a/services/emr/pom.xml b/services/emr/pom.xml
index df8326ac070b..bde535ab4820 100644
--- a/services/emr/pom.xml
+++ b/services/emr/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
emr
AWS Java SDK :: Services :: Amazon EMR
diff --git a/services/emrcontainers/pom.xml b/services/emrcontainers/pom.xml
index 94f3dd0ac7d7..c83bdf29fe07 100644
--- a/services/emrcontainers/pom.xml
+++ b/services/emrcontainers/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
emrcontainers
AWS Java SDK :: Services :: EMR Containers
diff --git a/services/emrserverless/pom.xml b/services/emrserverless/pom.xml
index 17f062af3eab..6a028bc476ac 100644
--- a/services/emrserverless/pom.xml
+++ b/services/emrserverless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
emrserverless
AWS Java SDK :: Services :: EMR Serverless
diff --git a/services/entityresolution/pom.xml b/services/entityresolution/pom.xml
index b40f927c6881..e405b98f5afc 100644
--- a/services/entityresolution/pom.xml
+++ b/services/entityresolution/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
entityresolution
AWS Java SDK :: Services :: Entity Resolution
diff --git a/services/eventbridge/pom.xml b/services/eventbridge/pom.xml
index 79b204c2eeeb..7cf9f831b6b0 100644
--- a/services/eventbridge/pom.xml
+++ b/services/eventbridge/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
eventbridge
AWS Java SDK :: Services :: EventBridge
diff --git a/services/evidently/pom.xml b/services/evidently/pom.xml
index 739c36d32e31..ef82f01dcce1 100644
--- a/services/evidently/pom.xml
+++ b/services/evidently/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
evidently
AWS Java SDK :: Services :: Evidently
diff --git a/services/finspace/pom.xml b/services/finspace/pom.xml
index 29d194e60fd4..2ce47634c9be 100644
--- a/services/finspace/pom.xml
+++ b/services/finspace/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
finspace
AWS Java SDK :: Services :: Finspace
diff --git a/services/finspacedata/pom.xml b/services/finspacedata/pom.xml
index 65e58b819709..221cf9ac2c72 100644
--- a/services/finspacedata/pom.xml
+++ b/services/finspacedata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
finspacedata
AWS Java SDK :: Services :: Finspace Data
diff --git a/services/firehose/pom.xml b/services/firehose/pom.xml
index a30912144906..288f0b7dbb0b 100644
--- a/services/firehose/pom.xml
+++ b/services/firehose/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
firehose
AWS Java SDK :: Services :: Amazon Kinesis Firehose
diff --git a/services/fis/pom.xml b/services/fis/pom.xml
index 1b7d6aa24864..807ecbd12235 100644
--- a/services/fis/pom.xml
+++ b/services/fis/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
fis
AWS Java SDK :: Services :: Fis
diff --git a/services/fms/pom.xml b/services/fms/pom.xml
index aa70a46c062a..2da2d9fa5180 100644
--- a/services/fms/pom.xml
+++ b/services/fms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
fms
AWS Java SDK :: Services :: FMS
diff --git a/services/forecast/pom.xml b/services/forecast/pom.xml
index 57afd30cd8ae..c5a5be86e3c9 100644
--- a/services/forecast/pom.xml
+++ b/services/forecast/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
forecast
AWS Java SDK :: Services :: Forecast
diff --git a/services/forecastquery/pom.xml b/services/forecastquery/pom.xml
index 0919a901f427..c661e19a60a6 100644
--- a/services/forecastquery/pom.xml
+++ b/services/forecastquery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
forecastquery
AWS Java SDK :: Services :: Forecastquery
diff --git a/services/frauddetector/pom.xml b/services/frauddetector/pom.xml
index 17586ec93327..ddc7e47cb528 100644
--- a/services/frauddetector/pom.xml
+++ b/services/frauddetector/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
frauddetector
AWS Java SDK :: Services :: FraudDetector
diff --git a/services/freetier/pom.xml b/services/freetier/pom.xml
index d395f040cf5f..71a3237546c7 100644
--- a/services/freetier/pom.xml
+++ b/services/freetier/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
freetier
AWS Java SDK :: Services :: Free Tier
diff --git a/services/fsx/pom.xml b/services/fsx/pom.xml
index cb05cdfc49d9..407896e93fcc 100644
--- a/services/fsx/pom.xml
+++ b/services/fsx/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
fsx
AWS Java SDK :: Services :: FSx
diff --git a/services/gamelift/pom.xml b/services/gamelift/pom.xml
index 1270106c6b21..9c0c807cfbf2 100644
--- a/services/gamelift/pom.xml
+++ b/services/gamelift/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
gamelift
AWS Java SDK :: Services :: AWS GameLift
diff --git a/services/glacier/pom.xml b/services/glacier/pom.xml
index 257e13ba0191..bc9724a83b0f 100644
--- a/services/glacier/pom.xml
+++ b/services/glacier/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
glacier
AWS Java SDK :: Services :: Amazon Glacier
diff --git a/services/globalaccelerator/pom.xml b/services/globalaccelerator/pom.xml
index 99bbcf6d66f4..f6f5d5c7fab5 100644
--- a/services/globalaccelerator/pom.xml
+++ b/services/globalaccelerator/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
globalaccelerator
AWS Java SDK :: Services :: Global Accelerator
diff --git a/services/glue/pom.xml b/services/glue/pom.xml
index 5481a8e597c4..b514b5dc2e7f 100644
--- a/services/glue/pom.xml
+++ b/services/glue/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
glue
diff --git a/services/grafana/pom.xml b/services/grafana/pom.xml
index 86bb5d296bae..156b98aee61d 100644
--- a/services/grafana/pom.xml
+++ b/services/grafana/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
grafana
AWS Java SDK :: Services :: Grafana
diff --git a/services/greengrass/pom.xml b/services/greengrass/pom.xml
index b35259d23a17..66f4c35434f9 100644
--- a/services/greengrass/pom.xml
+++ b/services/greengrass/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
greengrass
AWS Java SDK :: Services :: AWS Greengrass
diff --git a/services/greengrassv2/pom.xml b/services/greengrassv2/pom.xml
index 33e898b77454..8e21c49741a0 100644
--- a/services/greengrassv2/pom.xml
+++ b/services/greengrassv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
greengrassv2
AWS Java SDK :: Services :: Greengrass V2
diff --git a/services/groundstation/pom.xml b/services/groundstation/pom.xml
index 3bd82309a26d..faf8e2ce2f07 100644
--- a/services/groundstation/pom.xml
+++ b/services/groundstation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
groundstation
AWS Java SDK :: Services :: GroundStation
diff --git a/services/guardduty/pom.xml b/services/guardduty/pom.xml
index 29af869685fc..96ae4cdaee2d 100644
--- a/services/guardduty/pom.xml
+++ b/services/guardduty/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
guardduty
diff --git a/services/health/pom.xml b/services/health/pom.xml
index b6dc36412d45..ae3c0b1e67e9 100644
--- a/services/health/pom.xml
+++ b/services/health/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
health
AWS Java SDK :: Services :: AWS Health APIs and Notifications
diff --git a/services/healthlake/pom.xml b/services/healthlake/pom.xml
index 8e6fa9a04bb4..50a32dc3a827 100644
--- a/services/healthlake/pom.xml
+++ b/services/healthlake/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
healthlake
AWS Java SDK :: Services :: Health Lake
diff --git a/services/honeycode/pom.xml b/services/honeycode/pom.xml
index 1269f0af0b2e..aff18974353b 100644
--- a/services/honeycode/pom.xml
+++ b/services/honeycode/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
honeycode
AWS Java SDK :: Services :: Honeycode
diff --git a/services/iam/pom.xml b/services/iam/pom.xml
index d248137e84a0..91c861081556 100644
--- a/services/iam/pom.xml
+++ b/services/iam/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
iam
AWS Java SDK :: Services :: AWS IAM
diff --git a/services/identitystore/pom.xml b/services/identitystore/pom.xml
index 231536dadef7..7de6e6451045 100644
--- a/services/identitystore/pom.xml
+++ b/services/identitystore/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
identitystore
AWS Java SDK :: Services :: Identitystore
diff --git a/services/imagebuilder/pom.xml b/services/imagebuilder/pom.xml
index ba2a479ce19d..5bbf2ca33eb1 100644
--- a/services/imagebuilder/pom.xml
+++ b/services/imagebuilder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
imagebuilder
AWS Java SDK :: Services :: Imagebuilder
diff --git a/services/inspector/pom.xml b/services/inspector/pom.xml
index de1fa8708d04..9940314311b1 100644
--- a/services/inspector/pom.xml
+++ b/services/inspector/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
inspector
AWS Java SDK :: Services :: Amazon Inspector Service
diff --git a/services/inspector2/pom.xml b/services/inspector2/pom.xml
index c693314e0549..285a1aa7a1e4 100644
--- a/services/inspector2/pom.xml
+++ b/services/inspector2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
inspector2
AWS Java SDK :: Services :: Inspector2
diff --git a/services/inspectorscan/pom.xml b/services/inspectorscan/pom.xml
index 37b39a18390b..139f5a3c132b 100644
--- a/services/inspectorscan/pom.xml
+++ b/services/inspectorscan/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
inspectorscan
AWS Java SDK :: Services :: Inspector Scan
diff --git a/services/internetmonitor/pom.xml b/services/internetmonitor/pom.xml
index 011dfad783a4..19b1dd0490ab 100644
--- a/services/internetmonitor/pom.xml
+++ b/services/internetmonitor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
internetmonitor
AWS Java SDK :: Services :: Internet Monitor
diff --git a/services/iot/pom.xml b/services/iot/pom.xml
index 4182ae181cde..553e1d293c18 100644
--- a/services/iot/pom.xml
+++ b/services/iot/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
iot
AWS Java SDK :: Services :: AWS IoT
diff --git a/services/iot1clickdevices/pom.xml b/services/iot1clickdevices/pom.xml
index 02753f55145c..be3525e1342a 100644
--- a/services/iot1clickdevices/pom.xml
+++ b/services/iot1clickdevices/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
iot1clickdevices
AWS Java SDK :: Services :: IoT 1Click Devices Service
diff --git a/services/iot1clickprojects/pom.xml b/services/iot1clickprojects/pom.xml
index f4f1fd17f78e..59b214c377b5 100644
--- a/services/iot1clickprojects/pom.xml
+++ b/services/iot1clickprojects/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
iot1clickprojects
AWS Java SDK :: Services :: IoT 1Click Projects
diff --git a/services/iotanalytics/pom.xml b/services/iotanalytics/pom.xml
index 50db25dfbd52..047d5c7b9ea1 100644
--- a/services/iotanalytics/pom.xml
+++ b/services/iotanalytics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
iotanalytics
AWS Java SDK :: Services :: IoTAnalytics
diff --git a/services/iotdataplane/pom.xml b/services/iotdataplane/pom.xml
index b85f53db1fb0..3fb2357264d2 100644
--- a/services/iotdataplane/pom.xml
+++ b/services/iotdataplane/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
iotdataplane
AWS Java SDK :: Services :: AWS IoT Data Plane
diff --git a/services/iotdeviceadvisor/pom.xml b/services/iotdeviceadvisor/pom.xml
index 9ccf25fde671..f4c4b6c3509d 100644
--- a/services/iotdeviceadvisor/pom.xml
+++ b/services/iotdeviceadvisor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
iotdeviceadvisor
AWS Java SDK :: Services :: Iot Device Advisor
diff --git a/services/iotevents/pom.xml b/services/iotevents/pom.xml
index 76ad632f1190..8c410f3f85e5 100644
--- a/services/iotevents/pom.xml
+++ b/services/iotevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
iotevents
AWS Java SDK :: Services :: IoT Events
diff --git a/services/ioteventsdata/pom.xml b/services/ioteventsdata/pom.xml
index 2901c4c0357b..0b15d17f91a6 100644
--- a/services/ioteventsdata/pom.xml
+++ b/services/ioteventsdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
ioteventsdata
AWS Java SDK :: Services :: IoT Events Data
diff --git a/services/iotfleethub/pom.xml b/services/iotfleethub/pom.xml
index 60c027f856a8..7b46629891b2 100644
--- a/services/iotfleethub/pom.xml
+++ b/services/iotfleethub/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
iotfleethub
AWS Java SDK :: Services :: Io T Fleet Hub
diff --git a/services/iotfleetwise/pom.xml b/services/iotfleetwise/pom.xml
index ae567956403f..e13529d7877d 100644
--- a/services/iotfleetwise/pom.xml
+++ b/services/iotfleetwise/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
iotfleetwise
AWS Java SDK :: Services :: Io T Fleet Wise
diff --git a/services/iotjobsdataplane/pom.xml b/services/iotjobsdataplane/pom.xml
index 9aa34d9e9072..2c10e8e28778 100644
--- a/services/iotjobsdataplane/pom.xml
+++ b/services/iotjobsdataplane/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
iotjobsdataplane
AWS Java SDK :: Services :: IoT Jobs Data Plane
diff --git a/services/iotroborunner/pom.xml b/services/iotroborunner/pom.xml
index a32ff7112724..2627b2c967af 100644
--- a/services/iotroborunner/pom.xml
+++ b/services/iotroborunner/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
iotroborunner
AWS Java SDK :: Services :: IoT Robo Runner
diff --git a/services/iotsecuretunneling/pom.xml b/services/iotsecuretunneling/pom.xml
index d63491d37c28..8c7fd980a5a2 100644
--- a/services/iotsecuretunneling/pom.xml
+++ b/services/iotsecuretunneling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
iotsecuretunneling
AWS Java SDK :: Services :: IoTSecureTunneling
diff --git a/services/iotsitewise/pom.xml b/services/iotsitewise/pom.xml
index 23374c7e3710..e58674321179 100644
--- a/services/iotsitewise/pom.xml
+++ b/services/iotsitewise/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
iotsitewise
AWS Java SDK :: Services :: Io T Site Wise
diff --git a/services/iotthingsgraph/pom.xml b/services/iotthingsgraph/pom.xml
index 4099e03844d4..2b34005449af 100644
--- a/services/iotthingsgraph/pom.xml
+++ b/services/iotthingsgraph/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
iotthingsgraph
AWS Java SDK :: Services :: IoTThingsGraph
diff --git a/services/iottwinmaker/pom.xml b/services/iottwinmaker/pom.xml
index b5eab63f2a55..98ea4d4c68a5 100644
--- a/services/iottwinmaker/pom.xml
+++ b/services/iottwinmaker/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
iottwinmaker
AWS Java SDK :: Services :: Io T Twin Maker
diff --git a/services/iotwireless/pom.xml b/services/iotwireless/pom.xml
index 0f57798ee1be..117af33c1f9a 100644
--- a/services/iotwireless/pom.xml
+++ b/services/iotwireless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
iotwireless
AWS Java SDK :: Services :: IoT Wireless
diff --git a/services/ivs/pom.xml b/services/ivs/pom.xml
index a6437f736dac..d5e979b18919 100644
--- a/services/ivs/pom.xml
+++ b/services/ivs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
ivs
AWS Java SDK :: Services :: Ivs
diff --git a/services/ivschat/pom.xml b/services/ivschat/pom.xml
index 935bddb57d01..0681cf491239 100644
--- a/services/ivschat/pom.xml
+++ b/services/ivschat/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
ivschat
AWS Java SDK :: Services :: Ivschat
diff --git a/services/ivsrealtime/pom.xml b/services/ivsrealtime/pom.xml
index 312584aa98e9..58b4f42b1bd0 100644
--- a/services/ivsrealtime/pom.xml
+++ b/services/ivsrealtime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
ivsrealtime
AWS Java SDK :: Services :: IVS Real Time
diff --git a/services/kafka/pom.xml b/services/kafka/pom.xml
index adaefb86c0bf..48a152707537 100644
--- a/services/kafka/pom.xml
+++ b/services/kafka/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
kafka
AWS Java SDK :: Services :: Kafka
diff --git a/services/kafkaconnect/pom.xml b/services/kafkaconnect/pom.xml
index e068dafabd47..99ed5e2824a4 100644
--- a/services/kafkaconnect/pom.xml
+++ b/services/kafkaconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
kafkaconnect
AWS Java SDK :: Services :: Kafka Connect
diff --git a/services/kendra/pom.xml b/services/kendra/pom.xml
index 4642348f82e1..f6026166d875 100644
--- a/services/kendra/pom.xml
+++ b/services/kendra/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
kendra
AWS Java SDK :: Services :: Kendra
diff --git a/services/kendraranking/pom.xml b/services/kendraranking/pom.xml
index d79342621304..63dc71e0ea6f 100644
--- a/services/kendraranking/pom.xml
+++ b/services/kendraranking/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
kendraranking
AWS Java SDK :: Services :: Kendra Ranking
diff --git a/services/keyspaces/pom.xml b/services/keyspaces/pom.xml
index f9df76c70895..9aed69feee5b 100644
--- a/services/keyspaces/pom.xml
+++ b/services/keyspaces/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
keyspaces
AWS Java SDK :: Services :: Keyspaces
diff --git a/services/kinesis/pom.xml b/services/kinesis/pom.xml
index b59c7912764a..4248a54486e6 100644
--- a/services/kinesis/pom.xml
+++ b/services/kinesis/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
kinesis
AWS Java SDK :: Services :: Amazon Kinesis
diff --git a/services/kinesisanalytics/pom.xml b/services/kinesisanalytics/pom.xml
index f8d9a10636cd..3507fa3bc5ab 100644
--- a/services/kinesisanalytics/pom.xml
+++ b/services/kinesisanalytics/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
kinesisanalytics
AWS Java SDK :: Services :: Amazon Kinesis Analytics
diff --git a/services/kinesisanalyticsv2/pom.xml b/services/kinesisanalyticsv2/pom.xml
index 74cebaabf6fa..7d9a348c4456 100644
--- a/services/kinesisanalyticsv2/pom.xml
+++ b/services/kinesisanalyticsv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
kinesisanalyticsv2
AWS Java SDK :: Services :: Kinesis Analytics V2
diff --git a/services/kinesisvideo/pom.xml b/services/kinesisvideo/pom.xml
index dc9cde6b6bd1..9cbb8967c2d1 100644
--- a/services/kinesisvideo/pom.xml
+++ b/services/kinesisvideo/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
kinesisvideo
diff --git a/services/kinesisvideoarchivedmedia/pom.xml b/services/kinesisvideoarchivedmedia/pom.xml
index d2d4d09eeb23..fcb64b238d3f 100644
--- a/services/kinesisvideoarchivedmedia/pom.xml
+++ b/services/kinesisvideoarchivedmedia/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
kinesisvideoarchivedmedia
AWS Java SDK :: Services :: Kinesis Video Archived Media
diff --git a/services/kinesisvideomedia/pom.xml b/services/kinesisvideomedia/pom.xml
index e143962a314a..3b60c093566c 100644
--- a/services/kinesisvideomedia/pom.xml
+++ b/services/kinesisvideomedia/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
kinesisvideomedia
AWS Java SDK :: Services :: Kinesis Video Media
diff --git a/services/kinesisvideosignaling/pom.xml b/services/kinesisvideosignaling/pom.xml
index bb329e5e59b5..7b55d38e9c4c 100644
--- a/services/kinesisvideosignaling/pom.xml
+++ b/services/kinesisvideosignaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
kinesisvideosignaling
AWS Java SDK :: Services :: Kinesis Video Signaling
diff --git a/services/kinesisvideowebrtcstorage/pom.xml b/services/kinesisvideowebrtcstorage/pom.xml
index 7739f97988f1..d37cde8d0e99 100644
--- a/services/kinesisvideowebrtcstorage/pom.xml
+++ b/services/kinesisvideowebrtcstorage/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
kinesisvideowebrtcstorage
AWS Java SDK :: Services :: Kinesis Video Web RTC Storage
diff --git a/services/kms/pom.xml b/services/kms/pom.xml
index 6e7909ad9c61..b1e9f9dd6632 100644
--- a/services/kms/pom.xml
+++ b/services/kms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
kms
AWS Java SDK :: Services :: AWS KMS
diff --git a/services/lakeformation/pom.xml b/services/lakeformation/pom.xml
index a57a2e46b961..788d455ad295 100644
--- a/services/lakeformation/pom.xml
+++ b/services/lakeformation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
lakeformation
AWS Java SDK :: Services :: LakeFormation
diff --git a/services/lambda/pom.xml b/services/lambda/pom.xml
index 304c9fbe13ac..340c8d1e9ee7 100644
--- a/services/lambda/pom.xml
+++ b/services/lambda/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
lambda
AWS Java SDK :: Services :: AWS Lambda
diff --git a/services/launchwizard/pom.xml b/services/launchwizard/pom.xml
index 12baefedd660..89635dd6c747 100644
--- a/services/launchwizard/pom.xml
+++ b/services/launchwizard/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
launchwizard
AWS Java SDK :: Services :: Launch Wizard
diff --git a/services/lexmodelbuilding/pom.xml b/services/lexmodelbuilding/pom.xml
index fab568fdcbdc..d7edd066a036 100644
--- a/services/lexmodelbuilding/pom.xml
+++ b/services/lexmodelbuilding/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
lexmodelbuilding
AWS Java SDK :: Services :: Amazon Lex Model Building
diff --git a/services/lexmodelsv2/pom.xml b/services/lexmodelsv2/pom.xml
index 9d0465d7a548..ca9c80407ac6 100644
--- a/services/lexmodelsv2/pom.xml
+++ b/services/lexmodelsv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
lexmodelsv2
AWS Java SDK :: Services :: Lex Models V2
diff --git a/services/lexruntime/pom.xml b/services/lexruntime/pom.xml
index 31b2f3462717..c3d1590643d8 100644
--- a/services/lexruntime/pom.xml
+++ b/services/lexruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
lexruntime
AWS Java SDK :: Services :: Amazon Lex Runtime
diff --git a/services/lexruntimev2/pom.xml b/services/lexruntimev2/pom.xml
index 4c7cc6b68664..081d2bcdf16f 100644
--- a/services/lexruntimev2/pom.xml
+++ b/services/lexruntimev2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
lexruntimev2
AWS Java SDK :: Services :: Lex Runtime V2
diff --git a/services/licensemanager/pom.xml b/services/licensemanager/pom.xml
index df1e458f0df0..76e0f0fe463d 100644
--- a/services/licensemanager/pom.xml
+++ b/services/licensemanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
licensemanager
AWS Java SDK :: Services :: License Manager
diff --git a/services/licensemanagerlinuxsubscriptions/pom.xml b/services/licensemanagerlinuxsubscriptions/pom.xml
index 8c8361ba4b99..8a6ea88cadfc 100644
--- a/services/licensemanagerlinuxsubscriptions/pom.xml
+++ b/services/licensemanagerlinuxsubscriptions/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
licensemanagerlinuxsubscriptions
AWS Java SDK :: Services :: License Manager Linux Subscriptions
diff --git a/services/licensemanagerusersubscriptions/pom.xml b/services/licensemanagerusersubscriptions/pom.xml
index 9719b9b3f83d..1f83dab70228 100644
--- a/services/licensemanagerusersubscriptions/pom.xml
+++ b/services/licensemanagerusersubscriptions/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
licensemanagerusersubscriptions
AWS Java SDK :: Services :: License Manager User Subscriptions
diff --git a/services/lightsail/pom.xml b/services/lightsail/pom.xml
index fc5c73bb7cac..4da84631862f 100644
--- a/services/lightsail/pom.xml
+++ b/services/lightsail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
lightsail
AWS Java SDK :: Services :: Amazon Lightsail
diff --git a/services/location/pom.xml b/services/location/pom.xml
index ac6a9b993de7..2d2b6b5d46ec 100644
--- a/services/location/pom.xml
+++ b/services/location/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
location
AWS Java SDK :: Services :: Location
diff --git a/services/lookoutequipment/pom.xml b/services/lookoutequipment/pom.xml
index a7590d343a56..10414704f745 100644
--- a/services/lookoutequipment/pom.xml
+++ b/services/lookoutequipment/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
lookoutequipment
AWS Java SDK :: Services :: Lookout Equipment
diff --git a/services/lookoutmetrics/pom.xml b/services/lookoutmetrics/pom.xml
index c7996585f72b..5026c166caa2 100644
--- a/services/lookoutmetrics/pom.xml
+++ b/services/lookoutmetrics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
lookoutmetrics
AWS Java SDK :: Services :: Lookout Metrics
diff --git a/services/lookoutvision/pom.xml b/services/lookoutvision/pom.xml
index 943e17d8e693..56da66f199df 100644
--- a/services/lookoutvision/pom.xml
+++ b/services/lookoutvision/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
lookoutvision
AWS Java SDK :: Services :: Lookout Vision
diff --git a/services/m2/pom.xml b/services/m2/pom.xml
index 508bd1df8004..c1b2bc176eb1 100644
--- a/services/m2/pom.xml
+++ b/services/m2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
m2
AWS Java SDK :: Services :: M2
diff --git a/services/machinelearning/pom.xml b/services/machinelearning/pom.xml
index 91c4da769b0a..d4678cbc0aba 100644
--- a/services/machinelearning/pom.xml
+++ b/services/machinelearning/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
machinelearning
AWS Java SDK :: Services :: Amazon Machine Learning
diff --git a/services/macie2/pom.xml b/services/macie2/pom.xml
index 364a44a7061d..a2bef82421ce 100644
--- a/services/macie2/pom.xml
+++ b/services/macie2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
macie2
AWS Java SDK :: Services :: Macie2
diff --git a/services/managedblockchain/pom.xml b/services/managedblockchain/pom.xml
index fb5b13121062..6f10c249791d 100644
--- a/services/managedblockchain/pom.xml
+++ b/services/managedblockchain/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
managedblockchain
AWS Java SDK :: Services :: ManagedBlockchain
diff --git a/services/managedblockchainquery/pom.xml b/services/managedblockchainquery/pom.xml
index f7176be86e90..2f11ae25ff65 100644
--- a/services/managedblockchainquery/pom.xml
+++ b/services/managedblockchainquery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
managedblockchainquery
AWS Java SDK :: Services :: Managed Blockchain Query
diff --git a/services/marketplaceagreement/pom.xml b/services/marketplaceagreement/pom.xml
index 836a95b682b8..3da19334e885 100644
--- a/services/marketplaceagreement/pom.xml
+++ b/services/marketplaceagreement/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
marketplaceagreement
AWS Java SDK :: Services :: Marketplace Agreement
diff --git a/services/marketplacecatalog/pom.xml b/services/marketplacecatalog/pom.xml
index bc7b107e4e42..d585223f043e 100644
--- a/services/marketplacecatalog/pom.xml
+++ b/services/marketplacecatalog/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
marketplacecatalog
AWS Java SDK :: Services :: Marketplace Catalog
diff --git a/services/marketplacecommerceanalytics/pom.xml b/services/marketplacecommerceanalytics/pom.xml
index 7b6625638690..27d9dfb2e65a 100644
--- a/services/marketplacecommerceanalytics/pom.xml
+++ b/services/marketplacecommerceanalytics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
marketplacecommerceanalytics
AWS Java SDK :: Services :: AWS Marketplace Commerce Analytics
diff --git a/services/marketplacedeployment/pom.xml b/services/marketplacedeployment/pom.xml
index c38da3eeda0f..bb1a9197f788 100644
--- a/services/marketplacedeployment/pom.xml
+++ b/services/marketplacedeployment/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
marketplacedeployment
AWS Java SDK :: Services :: Marketplace Deployment
diff --git a/services/marketplaceentitlement/pom.xml b/services/marketplaceentitlement/pom.xml
index ec24d1f8ad5e..9ea7fa5f6355 100644
--- a/services/marketplaceentitlement/pom.xml
+++ b/services/marketplaceentitlement/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
marketplaceentitlement
AWS Java SDK :: Services :: AWS Marketplace Entitlement
diff --git a/services/marketplacemetering/pom.xml b/services/marketplacemetering/pom.xml
index bd6b4c955389..9cf1ec5af5bc 100644
--- a/services/marketplacemetering/pom.xml
+++ b/services/marketplacemetering/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
marketplacemetering
AWS Java SDK :: Services :: AWS Marketplace Metering Service
diff --git a/services/mediaconnect/pom.xml b/services/mediaconnect/pom.xml
index d760c2f7a0b4..52b0cd493367 100644
--- a/services/mediaconnect/pom.xml
+++ b/services/mediaconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
mediaconnect
AWS Java SDK :: Services :: MediaConnect
diff --git a/services/mediaconvert/pom.xml b/services/mediaconvert/pom.xml
index 8894ca2b586e..eb61cc4cdb15 100644
--- a/services/mediaconvert/pom.xml
+++ b/services/mediaconvert/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
mediaconvert
diff --git a/services/medialive/pom.xml b/services/medialive/pom.xml
index f2a679f1d55f..8328079b7c8a 100644
--- a/services/medialive/pom.xml
+++ b/services/medialive/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
medialive
diff --git a/services/mediapackage/pom.xml b/services/mediapackage/pom.xml
index 167d01234fe2..71002553e0ba 100644
--- a/services/mediapackage/pom.xml
+++ b/services/mediapackage/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
mediapackage
diff --git a/services/mediapackagev2/pom.xml b/services/mediapackagev2/pom.xml
index f15861ea1c6a..e4dcd24fc88d 100644
--- a/services/mediapackagev2/pom.xml
+++ b/services/mediapackagev2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
mediapackagev2
AWS Java SDK :: Services :: Media Package V2
diff --git a/services/mediapackagevod/pom.xml b/services/mediapackagevod/pom.xml
index 6e417ae5c224..ea8cca20ebd2 100644
--- a/services/mediapackagevod/pom.xml
+++ b/services/mediapackagevod/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
mediapackagevod
AWS Java SDK :: Services :: MediaPackage Vod
diff --git a/services/mediastore/pom.xml b/services/mediastore/pom.xml
index 3d30560f0bf8..435428da8006 100644
--- a/services/mediastore/pom.xml
+++ b/services/mediastore/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
mediastore
diff --git a/services/mediastoredata/pom.xml b/services/mediastoredata/pom.xml
index 1c4a01a8ca38..7af185f92da9 100644
--- a/services/mediastoredata/pom.xml
+++ b/services/mediastoredata/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
mediastoredata
diff --git a/services/mediatailor/pom.xml b/services/mediatailor/pom.xml
index ea2004833ea3..528e1e69deda 100644
--- a/services/mediatailor/pom.xml
+++ b/services/mediatailor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
mediatailor
AWS Java SDK :: Services :: MediaTailor
diff --git a/services/medicalimaging/pom.xml b/services/medicalimaging/pom.xml
index 0a980464737c..db69ed01d228 100644
--- a/services/medicalimaging/pom.xml
+++ b/services/medicalimaging/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
medicalimaging
AWS Java SDK :: Services :: Medical Imaging
diff --git a/services/memorydb/pom.xml b/services/memorydb/pom.xml
index a47126510c08..3d609cbced78 100644
--- a/services/memorydb/pom.xml
+++ b/services/memorydb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
memorydb
AWS Java SDK :: Services :: Memory DB
diff --git a/services/mgn/pom.xml b/services/mgn/pom.xml
index 4f6e11a3268f..a9a89c07d895 100644
--- a/services/mgn/pom.xml
+++ b/services/mgn/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
mgn
AWS Java SDK :: Services :: Mgn
diff --git a/services/migrationhub/pom.xml b/services/migrationhub/pom.xml
index 43fd26e4f89f..e64270f64dff 100644
--- a/services/migrationhub/pom.xml
+++ b/services/migrationhub/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
migrationhub
diff --git a/services/migrationhubconfig/pom.xml b/services/migrationhubconfig/pom.xml
index cbdd9cb1bd41..c20aa9e42df5 100644
--- a/services/migrationhubconfig/pom.xml
+++ b/services/migrationhubconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
migrationhubconfig
AWS Java SDK :: Services :: MigrationHub Config
diff --git a/services/migrationhuborchestrator/pom.xml b/services/migrationhuborchestrator/pom.xml
index 5821db130291..a8b152eb6d0e 100644
--- a/services/migrationhuborchestrator/pom.xml
+++ b/services/migrationhuborchestrator/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
migrationhuborchestrator
AWS Java SDK :: Services :: Migration Hub Orchestrator
diff --git a/services/migrationhubrefactorspaces/pom.xml b/services/migrationhubrefactorspaces/pom.xml
index 17052264a60e..75cf723cbe63 100644
--- a/services/migrationhubrefactorspaces/pom.xml
+++ b/services/migrationhubrefactorspaces/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
migrationhubrefactorspaces
AWS Java SDK :: Services :: Migration Hub Refactor Spaces
diff --git a/services/migrationhubstrategy/pom.xml b/services/migrationhubstrategy/pom.xml
index 435b1b159d0a..077c505f19ad 100644
--- a/services/migrationhubstrategy/pom.xml
+++ b/services/migrationhubstrategy/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
migrationhubstrategy
AWS Java SDK :: Services :: Migration Hub Strategy
diff --git a/services/mobile/pom.xml b/services/mobile/pom.xml
index 33dc518d0924..a80442cd3cc0 100644
--- a/services/mobile/pom.xml
+++ b/services/mobile/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
mobile
diff --git a/services/mq/pom.xml b/services/mq/pom.xml
index 8398d4d9f031..01f923730ab1 100644
--- a/services/mq/pom.xml
+++ b/services/mq/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
mq
diff --git a/services/mturk/pom.xml b/services/mturk/pom.xml
index 2563a8d13abc..2d9484f64dc0 100644
--- a/services/mturk/pom.xml
+++ b/services/mturk/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
mturk
AWS Java SDK :: Services :: Amazon Mechanical Turk Requester
diff --git a/services/mwaa/pom.xml b/services/mwaa/pom.xml
index 444926868c81..f10bbae55c5e 100644
--- a/services/mwaa/pom.xml
+++ b/services/mwaa/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
mwaa
AWS Java SDK :: Services :: MWAA
diff --git a/services/neptune/pom.xml b/services/neptune/pom.xml
index e94bb0a232dc..7f2fbd4ce43d 100644
--- a/services/neptune/pom.xml
+++ b/services/neptune/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
neptune
AWS Java SDK :: Services :: Neptune
diff --git a/services/neptunedata/pom.xml b/services/neptunedata/pom.xml
index 63683de0abe1..46c6743c46a7 100644
--- a/services/neptunedata/pom.xml
+++ b/services/neptunedata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
neptunedata
AWS Java SDK :: Services :: Neptunedata
diff --git a/services/neptunegraph/pom.xml b/services/neptunegraph/pom.xml
index 0439536b2791..8a17b9b72cee 100644
--- a/services/neptunegraph/pom.xml
+++ b/services/neptunegraph/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
neptunegraph
AWS Java SDK :: Services :: Neptune Graph
diff --git a/services/networkfirewall/pom.xml b/services/networkfirewall/pom.xml
index 5e3522ce0168..0e8dab1f5a5e 100644
--- a/services/networkfirewall/pom.xml
+++ b/services/networkfirewall/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
networkfirewall
AWS Java SDK :: Services :: Network Firewall
diff --git a/services/networkmanager/pom.xml b/services/networkmanager/pom.xml
index 4d2c2bcc8fa8..4a2db25a400a 100644
--- a/services/networkmanager/pom.xml
+++ b/services/networkmanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
networkmanager
AWS Java SDK :: Services :: NetworkManager
diff --git a/services/networkmonitor/pom.xml b/services/networkmonitor/pom.xml
index 45dc21c3bc08..fcf5d544d20b 100644
--- a/services/networkmonitor/pom.xml
+++ b/services/networkmonitor/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
networkmonitor
AWS Java SDK :: Services :: Network Monitor
diff --git a/services/nimble/pom.xml b/services/nimble/pom.xml
index df091ddf2f60..a28e9dc245c8 100644
--- a/services/nimble/pom.xml
+++ b/services/nimble/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
nimble
AWS Java SDK :: Services :: Nimble
diff --git a/services/oam/pom.xml b/services/oam/pom.xml
index 8682cc07af15..8b9459b47e75 100644
--- a/services/oam/pom.xml
+++ b/services/oam/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
oam
AWS Java SDK :: Services :: OAM
diff --git a/services/omics/pom.xml b/services/omics/pom.xml
index bd409c3ca1a0..658a63d6f8c4 100644
--- a/services/omics/pom.xml
+++ b/services/omics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
omics
AWS Java SDK :: Services :: Omics
diff --git a/services/opensearch/pom.xml b/services/opensearch/pom.xml
index 677074b65772..ebae96b2bcc5 100644
--- a/services/opensearch/pom.xml
+++ b/services/opensearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
opensearch
AWS Java SDK :: Services :: Open Search
diff --git a/services/opensearchserverless/pom.xml b/services/opensearchserverless/pom.xml
index cc34e3d1ea1f..57cb2aab75d7 100644
--- a/services/opensearchserverless/pom.xml
+++ b/services/opensearchserverless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
opensearchserverless
AWS Java SDK :: Services :: Open Search Serverless
diff --git a/services/opsworks/pom.xml b/services/opsworks/pom.xml
index 56d7ddb4520d..f849ea7a0c91 100644
--- a/services/opsworks/pom.xml
+++ b/services/opsworks/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
opsworks
AWS Java SDK :: Services :: AWS OpsWorks
diff --git a/services/opsworkscm/pom.xml b/services/opsworkscm/pom.xml
index f5c164dc109d..ada326a18237 100644
--- a/services/opsworkscm/pom.xml
+++ b/services/opsworkscm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
opsworkscm
AWS Java SDK :: Services :: AWS OpsWorks for Chef Automate
diff --git a/services/organizations/pom.xml b/services/organizations/pom.xml
index 6f61a627a82b..803992d79fe4 100644
--- a/services/organizations/pom.xml
+++ b/services/organizations/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
organizations
AWS Java SDK :: Services :: AWS Organizations
diff --git a/services/osis/pom.xml b/services/osis/pom.xml
index 959f7cceb212..fa21ec74652c 100644
--- a/services/osis/pom.xml
+++ b/services/osis/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
osis
AWS Java SDK :: Services :: OSIS
diff --git a/services/outposts/pom.xml b/services/outposts/pom.xml
index eeb9f377f66c..5143bbd53cf4 100644
--- a/services/outposts/pom.xml
+++ b/services/outposts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
outposts
AWS Java SDK :: Services :: Outposts
diff --git a/services/panorama/pom.xml b/services/panorama/pom.xml
index 916fb0c9b3fa..bd08f90752b4 100644
--- a/services/panorama/pom.xml
+++ b/services/panorama/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
panorama
AWS Java SDK :: Services :: Panorama
diff --git a/services/paymentcryptography/pom.xml b/services/paymentcryptography/pom.xml
index 1b0ccdf11d0a..e172e03692ad 100644
--- a/services/paymentcryptography/pom.xml
+++ b/services/paymentcryptography/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
paymentcryptography
AWS Java SDK :: Services :: Payment Cryptography
diff --git a/services/paymentcryptographydata/pom.xml b/services/paymentcryptographydata/pom.xml
index c82f733dd656..b3386fd10550 100644
--- a/services/paymentcryptographydata/pom.xml
+++ b/services/paymentcryptographydata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
paymentcryptographydata
AWS Java SDK :: Services :: Payment Cryptography Data
diff --git a/services/pcaconnectorad/pom.xml b/services/pcaconnectorad/pom.xml
index 27f883bd3f14..7782676e586d 100644
--- a/services/pcaconnectorad/pom.xml
+++ b/services/pcaconnectorad/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
pcaconnectorad
AWS Java SDK :: Services :: Pca Connector Ad
diff --git a/services/personalize/pom.xml b/services/personalize/pom.xml
index 81369be96336..77a91757ab5c 100644
--- a/services/personalize/pom.xml
+++ b/services/personalize/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
personalize
AWS Java SDK :: Services :: Personalize
diff --git a/services/personalizeevents/pom.xml b/services/personalizeevents/pom.xml
index 1e1329de52bb..e90b23e6f220 100644
--- a/services/personalizeevents/pom.xml
+++ b/services/personalizeevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
personalizeevents
AWS Java SDK :: Services :: Personalize Events
diff --git a/services/personalizeruntime/pom.xml b/services/personalizeruntime/pom.xml
index b196a4da91e5..99a504537903 100644
--- a/services/personalizeruntime/pom.xml
+++ b/services/personalizeruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
personalizeruntime
AWS Java SDK :: Services :: Personalize Runtime
diff --git a/services/pi/pom.xml b/services/pi/pom.xml
index f9248a378f62..89f27377131e 100644
--- a/services/pi/pom.xml
+++ b/services/pi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
pi
AWS Java SDK :: Services :: PI
diff --git a/services/pinpoint/pom.xml b/services/pinpoint/pom.xml
index b8f6360dfdc1..8d6f19939dba 100644
--- a/services/pinpoint/pom.xml
+++ b/services/pinpoint/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
pinpoint
AWS Java SDK :: Services :: Amazon Pinpoint
diff --git a/services/pinpointemail/pom.xml b/services/pinpointemail/pom.xml
index e56b73eea76b..e6edcf2e0b83 100644
--- a/services/pinpointemail/pom.xml
+++ b/services/pinpointemail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
pinpointemail
AWS Java SDK :: Services :: Pinpoint Email
diff --git a/services/pinpointsmsvoice/pom.xml b/services/pinpointsmsvoice/pom.xml
index 073d1f9ff3df..5043a6b646ab 100644
--- a/services/pinpointsmsvoice/pom.xml
+++ b/services/pinpointsmsvoice/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
pinpointsmsvoice
AWS Java SDK :: Services :: Pinpoint SMS Voice
diff --git a/services/pinpointsmsvoicev2/pom.xml b/services/pinpointsmsvoicev2/pom.xml
index f734479ae607..fdbacfffa569 100644
--- a/services/pinpointsmsvoicev2/pom.xml
+++ b/services/pinpointsmsvoicev2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
pinpointsmsvoicev2
AWS Java SDK :: Services :: Pinpoint SMS Voice V2
diff --git a/services/pipes/pom.xml b/services/pipes/pom.xml
index b58ae6e94fdf..e68b46986603 100644
--- a/services/pipes/pom.xml
+++ b/services/pipes/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
pipes
AWS Java SDK :: Services :: Pipes
diff --git a/services/polly/pom.xml b/services/polly/pom.xml
index 651aa1b205fc..318990a4a4f1 100644
--- a/services/polly/pom.xml
+++ b/services/polly/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
polly
AWS Java SDK :: Services :: Amazon Polly
diff --git a/services/pom.xml b/services/pom.xml
index ccbbada7ef78..f9b948571c43 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.24.3-SNAPSHOT
+ 2.24.3
services
AWS Java SDK :: Services
diff --git a/services/pricing/pom.xml b/services/pricing/pom.xml
index 692e4fa679f9..2e1c2fe546a4 100644
--- a/services/pricing/pom.xml
+++ b/services/pricing/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
pricing
diff --git a/services/privatenetworks/pom.xml b/services/privatenetworks/pom.xml
index c4f4afc4c7da..8dd76e06d238 100644
--- a/services/privatenetworks/pom.xml
+++ b/services/privatenetworks/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
privatenetworks
AWS Java SDK :: Services :: Private Networks
diff --git a/services/proton/pom.xml b/services/proton/pom.xml
index 61c08b695d59..1d3e90ba9670 100644
--- a/services/proton/pom.xml
+++ b/services/proton/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
proton
AWS Java SDK :: Services :: Proton
diff --git a/services/qbusiness/pom.xml b/services/qbusiness/pom.xml
index 30829646b7ea..be811676cfa9 100644
--- a/services/qbusiness/pom.xml
+++ b/services/qbusiness/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
qbusiness
AWS Java SDK :: Services :: Q Business
diff --git a/services/qconnect/pom.xml b/services/qconnect/pom.xml
index b807f7378d3a..e966f85b447a 100644
--- a/services/qconnect/pom.xml
+++ b/services/qconnect/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
qconnect
AWS Java SDK :: Services :: Q Connect
diff --git a/services/qldb/pom.xml b/services/qldb/pom.xml
index 631621da6446..5baad8b63a69 100644
--- a/services/qldb/pom.xml
+++ b/services/qldb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
qldb
AWS Java SDK :: Services :: QLDB
diff --git a/services/qldbsession/pom.xml b/services/qldbsession/pom.xml
index f06c6319c298..a5ce8e9f72b9 100644
--- a/services/qldbsession/pom.xml
+++ b/services/qldbsession/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
qldbsession
AWS Java SDK :: Services :: QLDB Session
diff --git a/services/quicksight/pom.xml b/services/quicksight/pom.xml
index 14839d7b4f08..9c4a286a0b4f 100644
--- a/services/quicksight/pom.xml
+++ b/services/quicksight/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
quicksight
AWS Java SDK :: Services :: QuickSight
diff --git a/services/ram/pom.xml b/services/ram/pom.xml
index 2534deab08d1..71ea4b7f7b9b 100644
--- a/services/ram/pom.xml
+++ b/services/ram/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
ram
AWS Java SDK :: Services :: RAM
diff --git a/services/rbin/pom.xml b/services/rbin/pom.xml
index 929795071894..5a397c4b4f4e 100644
--- a/services/rbin/pom.xml
+++ b/services/rbin/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
rbin
AWS Java SDK :: Services :: Rbin
diff --git a/services/rds/pom.xml b/services/rds/pom.xml
index 972ea80014b8..e236465c9417 100644
--- a/services/rds/pom.xml
+++ b/services/rds/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
rds
AWS Java SDK :: Services :: Amazon RDS
diff --git a/services/rdsdata/pom.xml b/services/rdsdata/pom.xml
index 60709f4b4d5b..4bbd8aeee473 100644
--- a/services/rdsdata/pom.xml
+++ b/services/rdsdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
rdsdata
AWS Java SDK :: Services :: RDS Data
diff --git a/services/redshift/pom.xml b/services/redshift/pom.xml
index fefaa0494453..026d3f57c03c 100644
--- a/services/redshift/pom.xml
+++ b/services/redshift/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
redshift
AWS Java SDK :: Services :: Amazon Redshift
diff --git a/services/redshiftdata/pom.xml b/services/redshiftdata/pom.xml
index 60ac859c6cf3..3d0fa18d1029 100644
--- a/services/redshiftdata/pom.xml
+++ b/services/redshiftdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
redshiftdata
AWS Java SDK :: Services :: Redshift Data
diff --git a/services/redshiftserverless/pom.xml b/services/redshiftserverless/pom.xml
index ae680da312d0..59a8a1a291f8 100644
--- a/services/redshiftserverless/pom.xml
+++ b/services/redshiftserverless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
redshiftserverless
AWS Java SDK :: Services :: Redshift Serverless
diff --git a/services/rekognition/pom.xml b/services/rekognition/pom.xml
index 96d63a3dd957..65e53945770f 100644
--- a/services/rekognition/pom.xml
+++ b/services/rekognition/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
rekognition
AWS Java SDK :: Services :: Amazon Rekognition
diff --git a/services/repostspace/pom.xml b/services/repostspace/pom.xml
index 0a30e39a9ddc..7cd5d1ba429d 100644
--- a/services/repostspace/pom.xml
+++ b/services/repostspace/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
repostspace
AWS Java SDK :: Services :: Repostspace
diff --git a/services/resiliencehub/pom.xml b/services/resiliencehub/pom.xml
index 4777f1178805..69d5a8cb0aed 100644
--- a/services/resiliencehub/pom.xml
+++ b/services/resiliencehub/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
resiliencehub
AWS Java SDK :: Services :: Resiliencehub
diff --git a/services/resourceexplorer2/pom.xml b/services/resourceexplorer2/pom.xml
index 0edbdbf570f1..0222f1cfb1e6 100644
--- a/services/resourceexplorer2/pom.xml
+++ b/services/resourceexplorer2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
resourceexplorer2
AWS Java SDK :: Services :: Resource Explorer 2
diff --git a/services/resourcegroups/pom.xml b/services/resourcegroups/pom.xml
index 94ed8ad2aee4..9580999e1f68 100644
--- a/services/resourcegroups/pom.xml
+++ b/services/resourcegroups/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
resourcegroups
diff --git a/services/resourcegroupstaggingapi/pom.xml b/services/resourcegroupstaggingapi/pom.xml
index 56625bccc38a..eb059249ae53 100644
--- a/services/resourcegroupstaggingapi/pom.xml
+++ b/services/resourcegroupstaggingapi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
resourcegroupstaggingapi
AWS Java SDK :: Services :: AWS Resource Groups Tagging API
diff --git a/services/robomaker/pom.xml b/services/robomaker/pom.xml
index c8abdca76606..146319b1be89 100644
--- a/services/robomaker/pom.xml
+++ b/services/robomaker/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
robomaker
AWS Java SDK :: Services :: RoboMaker
diff --git a/services/rolesanywhere/pom.xml b/services/rolesanywhere/pom.xml
index 3fa9a996d7f6..7292b04dc8a2 100644
--- a/services/rolesanywhere/pom.xml
+++ b/services/rolesanywhere/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
rolesanywhere
AWS Java SDK :: Services :: Roles Anywhere
diff --git a/services/route53/pom.xml b/services/route53/pom.xml
index 12b3389c103d..8d410388765b 100644
--- a/services/route53/pom.xml
+++ b/services/route53/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
route53
AWS Java SDK :: Services :: Amazon Route53
diff --git a/services/route53domains/pom.xml b/services/route53domains/pom.xml
index 126f1b59fe15..8956e1e4eff9 100644
--- a/services/route53domains/pom.xml
+++ b/services/route53domains/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
route53domains
AWS Java SDK :: Services :: Amazon Route53 Domains
diff --git a/services/route53recoverycluster/pom.xml b/services/route53recoverycluster/pom.xml
index 7e9be7a733d5..56bf98df08c3 100644
--- a/services/route53recoverycluster/pom.xml
+++ b/services/route53recoverycluster/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
route53recoverycluster
AWS Java SDK :: Services :: Route53 Recovery Cluster
diff --git a/services/route53recoverycontrolconfig/pom.xml b/services/route53recoverycontrolconfig/pom.xml
index fad6865576ab..481446874b00 100644
--- a/services/route53recoverycontrolconfig/pom.xml
+++ b/services/route53recoverycontrolconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
route53recoverycontrolconfig
AWS Java SDK :: Services :: Route53 Recovery Control Config
diff --git a/services/route53recoveryreadiness/pom.xml b/services/route53recoveryreadiness/pom.xml
index 335e756adde4..a4ad73b50c07 100644
--- a/services/route53recoveryreadiness/pom.xml
+++ b/services/route53recoveryreadiness/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
route53recoveryreadiness
AWS Java SDK :: Services :: Route53 Recovery Readiness
diff --git a/services/route53resolver/pom.xml b/services/route53resolver/pom.xml
index 5fe8d3bc62f8..b0f3fe61e83c 100644
--- a/services/route53resolver/pom.xml
+++ b/services/route53resolver/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
route53resolver
AWS Java SDK :: Services :: Route53Resolver
diff --git a/services/rum/pom.xml b/services/rum/pom.xml
index caa9ee922eb7..87f6947fa273 100644
--- a/services/rum/pom.xml
+++ b/services/rum/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
rum
AWS Java SDK :: Services :: RUM
diff --git a/services/s3/pom.xml b/services/s3/pom.xml
index f202f4534a74..488c66d3c7de 100644
--- a/services/s3/pom.xml
+++ b/services/s3/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
s3
AWS Java SDK :: Services :: Amazon S3
diff --git a/services/s3control/pom.xml b/services/s3control/pom.xml
index 20eca83ab21b..661bd0119f93 100644
--- a/services/s3control/pom.xml
+++ b/services/s3control/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
s3control
AWS Java SDK :: Services :: Amazon S3 Control
diff --git a/services/s3outposts/pom.xml b/services/s3outposts/pom.xml
index 4ec022e81881..c06f33641b41 100644
--- a/services/s3outposts/pom.xml
+++ b/services/s3outposts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
s3outposts
AWS Java SDK :: Services :: S3 Outposts
diff --git a/services/sagemaker/pom.xml b/services/sagemaker/pom.xml
index 54ec5f1eae9d..9c380f22eb6f 100644
--- a/services/sagemaker/pom.xml
+++ b/services/sagemaker/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
sagemaker
diff --git a/services/sagemakera2iruntime/pom.xml b/services/sagemakera2iruntime/pom.xml
index a74d163da4cf..b9c9eebf660d 100644
--- a/services/sagemakera2iruntime/pom.xml
+++ b/services/sagemakera2iruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
sagemakera2iruntime
AWS Java SDK :: Services :: SageMaker A2I Runtime
diff --git a/services/sagemakeredge/pom.xml b/services/sagemakeredge/pom.xml
index 4d983268d320..a30fac15b804 100644
--- a/services/sagemakeredge/pom.xml
+++ b/services/sagemakeredge/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
sagemakeredge
AWS Java SDK :: Services :: Sagemaker Edge
diff --git a/services/sagemakerfeaturestoreruntime/pom.xml b/services/sagemakerfeaturestoreruntime/pom.xml
index e162e447e718..75fc2c1b4e0b 100644
--- a/services/sagemakerfeaturestoreruntime/pom.xml
+++ b/services/sagemakerfeaturestoreruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
sagemakerfeaturestoreruntime
AWS Java SDK :: Services :: Sage Maker Feature Store Runtime
diff --git a/services/sagemakergeospatial/pom.xml b/services/sagemakergeospatial/pom.xml
index de87504404cd..8daf6dafd640 100644
--- a/services/sagemakergeospatial/pom.xml
+++ b/services/sagemakergeospatial/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
sagemakergeospatial
AWS Java SDK :: Services :: Sage Maker Geospatial
diff --git a/services/sagemakermetrics/pom.xml b/services/sagemakermetrics/pom.xml
index c49da180cd7c..31e7a18f0af7 100644
--- a/services/sagemakermetrics/pom.xml
+++ b/services/sagemakermetrics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
sagemakermetrics
AWS Java SDK :: Services :: Sage Maker Metrics
diff --git a/services/sagemakerruntime/pom.xml b/services/sagemakerruntime/pom.xml
index 3dc4a426ef23..c8fa1c3e24e2 100644
--- a/services/sagemakerruntime/pom.xml
+++ b/services/sagemakerruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
sagemakerruntime
AWS Java SDK :: Services :: SageMaker Runtime
diff --git a/services/savingsplans/pom.xml b/services/savingsplans/pom.xml
index 3c833a5f63aa..ec4f540f0759 100644
--- a/services/savingsplans/pom.xml
+++ b/services/savingsplans/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
savingsplans
AWS Java SDK :: Services :: Savingsplans
diff --git a/services/scheduler/pom.xml b/services/scheduler/pom.xml
index 3745271204aa..8bdf5f652255 100644
--- a/services/scheduler/pom.xml
+++ b/services/scheduler/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
scheduler
AWS Java SDK :: Services :: Scheduler
diff --git a/services/schemas/pom.xml b/services/schemas/pom.xml
index 24d8b10272bf..180008f1a53d 100644
--- a/services/schemas/pom.xml
+++ b/services/schemas/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
schemas
AWS Java SDK :: Services :: Schemas
diff --git a/services/secretsmanager/pom.xml b/services/secretsmanager/pom.xml
index fd0caf5d8eef..6bfeb15e7781 100644
--- a/services/secretsmanager/pom.xml
+++ b/services/secretsmanager/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
secretsmanager
AWS Java SDK :: Services :: AWS Secrets Manager
diff --git a/services/securityhub/pom.xml b/services/securityhub/pom.xml
index ecb0f8a30ff5..6522216ad6e2 100644
--- a/services/securityhub/pom.xml
+++ b/services/securityhub/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
securityhub
AWS Java SDK :: Services :: SecurityHub
diff --git a/services/securitylake/pom.xml b/services/securitylake/pom.xml
index 3c9f385f180e..cb3fcb9e550d 100644
--- a/services/securitylake/pom.xml
+++ b/services/securitylake/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
securitylake
AWS Java SDK :: Services :: Security Lake
diff --git a/services/serverlessapplicationrepository/pom.xml b/services/serverlessapplicationrepository/pom.xml
index e50de4d27746..3c108b49b9ce 100644
--- a/services/serverlessapplicationrepository/pom.xml
+++ b/services/serverlessapplicationrepository/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
serverlessapplicationrepository
diff --git a/services/servicecatalog/pom.xml b/services/servicecatalog/pom.xml
index eeadd9e94d94..870cd86e0c15 100644
--- a/services/servicecatalog/pom.xml
+++ b/services/servicecatalog/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
servicecatalog
AWS Java SDK :: Services :: AWS Service Catalog
diff --git a/services/servicecatalogappregistry/pom.xml b/services/servicecatalogappregistry/pom.xml
index 356055375cad..19d22f4b2c97 100644
--- a/services/servicecatalogappregistry/pom.xml
+++ b/services/servicecatalogappregistry/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
servicecatalogappregistry
AWS Java SDK :: Services :: Service Catalog App Registry
diff --git a/services/servicediscovery/pom.xml b/services/servicediscovery/pom.xml
index 8aa6c5857b5e..c8aef301e074 100644
--- a/services/servicediscovery/pom.xml
+++ b/services/servicediscovery/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
servicediscovery
diff --git a/services/servicequotas/pom.xml b/services/servicequotas/pom.xml
index f11827b55d25..c608745a3b56 100644
--- a/services/servicequotas/pom.xml
+++ b/services/servicequotas/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
servicequotas
AWS Java SDK :: Services :: Service Quotas
diff --git a/services/ses/pom.xml b/services/ses/pom.xml
index 55383a23b44c..fe9b8987cfad 100644
--- a/services/ses/pom.xml
+++ b/services/ses/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
ses
AWS Java SDK :: Services :: Amazon SES
diff --git a/services/sesv2/pom.xml b/services/sesv2/pom.xml
index f33172be2993..2bd9aa2f461c 100644
--- a/services/sesv2/pom.xml
+++ b/services/sesv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
sesv2
AWS Java SDK :: Services :: SESv2
diff --git a/services/sfn/pom.xml b/services/sfn/pom.xml
index b4723664bb54..fd59e62c13b9 100644
--- a/services/sfn/pom.xml
+++ b/services/sfn/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
sfn
AWS Java SDK :: Services :: AWS Step Functions
diff --git a/services/shield/pom.xml b/services/shield/pom.xml
index 6c879f3ba71f..92ee78bc172a 100644
--- a/services/shield/pom.xml
+++ b/services/shield/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
shield
AWS Java SDK :: Services :: AWS Shield
diff --git a/services/signer/pom.xml b/services/signer/pom.xml
index 91f770f66d96..4ea45a6d2572 100644
--- a/services/signer/pom.xml
+++ b/services/signer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
signer
AWS Java SDK :: Services :: Signer
diff --git a/services/simspaceweaver/pom.xml b/services/simspaceweaver/pom.xml
index 610cccb94c81..738c8822c51f 100644
--- a/services/simspaceweaver/pom.xml
+++ b/services/simspaceweaver/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
simspaceweaver
AWS Java SDK :: Services :: Sim Space Weaver
diff --git a/services/sms/pom.xml b/services/sms/pom.xml
index 4146686f1780..9526112ee359 100644
--- a/services/sms/pom.xml
+++ b/services/sms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
sms
AWS Java SDK :: Services :: AWS Server Migration
diff --git a/services/snowball/pom.xml b/services/snowball/pom.xml
index 3053bb5f8675..3827d6828d8a 100644
--- a/services/snowball/pom.xml
+++ b/services/snowball/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
snowball
AWS Java SDK :: Services :: Amazon Snowball
diff --git a/services/snowdevicemanagement/pom.xml b/services/snowdevicemanagement/pom.xml
index ac68bdec7338..07493cfb8656 100644
--- a/services/snowdevicemanagement/pom.xml
+++ b/services/snowdevicemanagement/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
snowdevicemanagement
AWS Java SDK :: Services :: Snow Device Management
diff --git a/services/sns/pom.xml b/services/sns/pom.xml
index 097dc09aab3f..9fe60e752c78 100644
--- a/services/sns/pom.xml
+++ b/services/sns/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
sns
AWS Java SDK :: Services :: Amazon SNS
diff --git a/services/sqs/pom.xml b/services/sqs/pom.xml
index 0953be0d922e..3e085f6f1950 100644
--- a/services/sqs/pom.xml
+++ b/services/sqs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
sqs
AWS Java SDK :: Services :: Amazon SQS
diff --git a/services/ssm/pom.xml b/services/ssm/pom.xml
index 31a0695d15ea..480a306c1623 100644
--- a/services/ssm/pom.xml
+++ b/services/ssm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
ssm
AWS Java SDK :: Services :: AWS Simple Systems Management (SSM)
diff --git a/services/ssmcontacts/pom.xml b/services/ssmcontacts/pom.xml
index 0d4d745f9a52..2d49f4ea2c62 100644
--- a/services/ssmcontacts/pom.xml
+++ b/services/ssmcontacts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
ssmcontacts
AWS Java SDK :: Services :: SSM Contacts
diff --git a/services/ssmincidents/pom.xml b/services/ssmincidents/pom.xml
index f01c3faf7707..032ea1091448 100644
--- a/services/ssmincidents/pom.xml
+++ b/services/ssmincidents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
ssmincidents
AWS Java SDK :: Services :: SSM Incidents
diff --git a/services/ssmsap/pom.xml b/services/ssmsap/pom.xml
index 9de5ee1fdabb..cd389d15e0f4 100644
--- a/services/ssmsap/pom.xml
+++ b/services/ssmsap/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
ssmsap
AWS Java SDK :: Services :: Ssm Sap
diff --git a/services/sso/pom.xml b/services/sso/pom.xml
index 7ee9c1a277b5..0daecf085341 100644
--- a/services/sso/pom.xml
+++ b/services/sso/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
sso
AWS Java SDK :: Services :: SSO
diff --git a/services/ssoadmin/pom.xml b/services/ssoadmin/pom.xml
index cc7818bf0b19..43dc07035cec 100644
--- a/services/ssoadmin/pom.xml
+++ b/services/ssoadmin/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
ssoadmin
AWS Java SDK :: Services :: SSO Admin
diff --git a/services/ssooidc/pom.xml b/services/ssooidc/pom.xml
index 8e2a1cb809ce..8cbdb89f2471 100644
--- a/services/ssooidc/pom.xml
+++ b/services/ssooidc/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
ssooidc
AWS Java SDK :: Services :: SSO OIDC
diff --git a/services/storagegateway/pom.xml b/services/storagegateway/pom.xml
index e1fa93157e98..552dc405df97 100644
--- a/services/storagegateway/pom.xml
+++ b/services/storagegateway/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
storagegateway
AWS Java SDK :: Services :: AWS Storage Gateway
diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index ce26f742a861..26ef7fd8cce0 100644
--- a/services/sts/pom.xml
+++ b/services/sts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
sts
AWS Java SDK :: Services :: AWS STS
diff --git a/services/supplychain/pom.xml b/services/supplychain/pom.xml
index d0daa4ca1960..631e79481f14 100644
--- a/services/supplychain/pom.xml
+++ b/services/supplychain/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
supplychain
AWS Java SDK :: Services :: Supply Chain
diff --git a/services/support/pom.xml b/services/support/pom.xml
index 7b9b64f25c33..dc74d2ac28a8 100644
--- a/services/support/pom.xml
+++ b/services/support/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
support
AWS Java SDK :: Services :: AWS Support
diff --git a/services/supportapp/pom.xml b/services/supportapp/pom.xml
index bece29ff317f..c4f657a01989 100644
--- a/services/supportapp/pom.xml
+++ b/services/supportapp/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
supportapp
AWS Java SDK :: Services :: Support App
diff --git a/services/swf/pom.xml b/services/swf/pom.xml
index 5a17fbfcb561..3d1a90390348 100644
--- a/services/swf/pom.xml
+++ b/services/swf/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
swf
AWS Java SDK :: Services :: Amazon SWF
diff --git a/services/synthetics/pom.xml b/services/synthetics/pom.xml
index c8f07d511e99..f64ba5b201c3 100644
--- a/services/synthetics/pom.xml
+++ b/services/synthetics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
synthetics
AWS Java SDK :: Services :: Synthetics
diff --git a/services/textract/pom.xml b/services/textract/pom.xml
index 7dc84655871e..6d2832f29aeb 100644
--- a/services/textract/pom.xml
+++ b/services/textract/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
textract
AWS Java SDK :: Services :: Textract
diff --git a/services/timestreamquery/pom.xml b/services/timestreamquery/pom.xml
index 044540620b6c..4578322454da 100644
--- a/services/timestreamquery/pom.xml
+++ b/services/timestreamquery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
timestreamquery
AWS Java SDK :: Services :: Timestream Query
diff --git a/services/timestreamwrite/pom.xml b/services/timestreamwrite/pom.xml
index 698425e7e329..255942c7efc3 100644
--- a/services/timestreamwrite/pom.xml
+++ b/services/timestreamwrite/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
timestreamwrite
AWS Java SDK :: Services :: Timestream Write
diff --git a/services/tnb/pom.xml b/services/tnb/pom.xml
index c09126de8c7d..ff69dc0a25d8 100644
--- a/services/tnb/pom.xml
+++ b/services/tnb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
tnb
AWS Java SDK :: Services :: Tnb
diff --git a/services/transcribe/pom.xml b/services/transcribe/pom.xml
index 3857e6fc77e0..03d8f11b23dc 100644
--- a/services/transcribe/pom.xml
+++ b/services/transcribe/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
transcribe
AWS Java SDK :: Services :: Transcribe
diff --git a/services/transcribestreaming/pom.xml b/services/transcribestreaming/pom.xml
index c8d06224fb64..017e91e3a4d3 100644
--- a/services/transcribestreaming/pom.xml
+++ b/services/transcribestreaming/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
transcribestreaming
AWS Java SDK :: Services :: AWS Transcribe Streaming
diff --git a/services/transfer/pom.xml b/services/transfer/pom.xml
index 76f00735f2e5..18fb2d45f7cf 100644
--- a/services/transfer/pom.xml
+++ b/services/transfer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
transfer
AWS Java SDK :: Services :: Transfer
diff --git a/services/translate/pom.xml b/services/translate/pom.xml
index 2c38c590fefc..edab6f58073a 100644
--- a/services/translate/pom.xml
+++ b/services/translate/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
translate
diff --git a/services/trustedadvisor/pom.xml b/services/trustedadvisor/pom.xml
index 9d6f42df1902..b39505bbbc9e 100644
--- a/services/trustedadvisor/pom.xml
+++ b/services/trustedadvisor/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
trustedadvisor
AWS Java SDK :: Services :: Trusted Advisor
diff --git a/services/verifiedpermissions/pom.xml b/services/verifiedpermissions/pom.xml
index 8b4d2c8578e5..3745bd904198 100644
--- a/services/verifiedpermissions/pom.xml
+++ b/services/verifiedpermissions/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
verifiedpermissions
AWS Java SDK :: Services :: Verified Permissions
diff --git a/services/voiceid/pom.xml b/services/voiceid/pom.xml
index ab3c4d31f764..a068819b5707 100644
--- a/services/voiceid/pom.xml
+++ b/services/voiceid/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
voiceid
AWS Java SDK :: Services :: Voice ID
diff --git a/services/vpclattice/pom.xml b/services/vpclattice/pom.xml
index c564a6668c8f..860ddce80175 100644
--- a/services/vpclattice/pom.xml
+++ b/services/vpclattice/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
vpclattice
AWS Java SDK :: Services :: VPC Lattice
diff --git a/services/waf/pom.xml b/services/waf/pom.xml
index 0bc62732908f..485d729df00c 100644
--- a/services/waf/pom.xml
+++ b/services/waf/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
waf
AWS Java SDK :: Services :: AWS WAF
diff --git a/services/wafv2/pom.xml b/services/wafv2/pom.xml
index da7fa30ba1ca..acf5bf1149c6 100644
--- a/services/wafv2/pom.xml
+++ b/services/wafv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
wafv2
AWS Java SDK :: Services :: WAFV2
diff --git a/services/wellarchitected/pom.xml b/services/wellarchitected/pom.xml
index 5f9f35570188..bd758c403770 100644
--- a/services/wellarchitected/pom.xml
+++ b/services/wellarchitected/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
wellarchitected
AWS Java SDK :: Services :: Well Architected
diff --git a/services/wisdom/pom.xml b/services/wisdom/pom.xml
index 38cbfd72b0d5..bb2cf4ca7eda 100644
--- a/services/wisdom/pom.xml
+++ b/services/wisdom/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
wisdom
AWS Java SDK :: Services :: Wisdom
diff --git a/services/workdocs/pom.xml b/services/workdocs/pom.xml
index 656be62f9b5f..04dbb59d05a4 100644
--- a/services/workdocs/pom.xml
+++ b/services/workdocs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
workdocs
AWS Java SDK :: Services :: Amazon WorkDocs
diff --git a/services/worklink/pom.xml b/services/worklink/pom.xml
index c74bfc33b85e..4ea53191ae39 100644
--- a/services/worklink/pom.xml
+++ b/services/worklink/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
worklink
AWS Java SDK :: Services :: WorkLink
diff --git a/services/workmail/pom.xml b/services/workmail/pom.xml
index 96f31f51e25b..b0c3dedb4fe6 100644
--- a/services/workmail/pom.xml
+++ b/services/workmail/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0
workmail
diff --git a/services/workmailmessageflow/pom.xml b/services/workmailmessageflow/pom.xml
index 56c366f89e19..fc5bc78f27e4 100644
--- a/services/workmailmessageflow/pom.xml
+++ b/services/workmailmessageflow/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
workmailmessageflow
AWS Java SDK :: Services :: WorkMailMessageFlow
diff --git a/services/workspaces/pom.xml b/services/workspaces/pom.xml
index 603b8ec30a5b..2cb6538a401b 100644
--- a/services/workspaces/pom.xml
+++ b/services/workspaces/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
workspaces
AWS Java SDK :: Services :: Amazon WorkSpaces
diff --git a/services/workspacesthinclient/pom.xml b/services/workspacesthinclient/pom.xml
index 118ae15410d4..bd7e169043fa 100644
--- a/services/workspacesthinclient/pom.xml
+++ b/services/workspacesthinclient/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
workspacesthinclient
AWS Java SDK :: Services :: Work Spaces Thin Client
diff --git a/services/workspacesweb/pom.xml b/services/workspacesweb/pom.xml
index ea87b5f71196..21b7b6ab1278 100644
--- a/services/workspacesweb/pom.xml
+++ b/services/workspacesweb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
workspacesweb
AWS Java SDK :: Services :: Work Spaces Web
diff --git a/services/xray/pom.xml b/services/xray/pom.xml
index 75fcf2bd8685..04b1a173390b 100644
--- a/services/xray/pom.xml
+++ b/services/xray/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.24.3-SNAPSHOT
+ 2.24.3
xray
AWS Java SDK :: Services :: AWS X-Ray
diff --git a/test/auth-tests/pom.xml b/test/auth-tests/pom.xml
index f97cc843b038..971bc28f2c6d 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.24.3-SNAPSHOT
+ 2.24.3
../../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 dcc5712a8a2c..fa2eed8e77e4 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.24.3-SNAPSHOT
+ 2.24.3
../../pom.xml
4.0.0
diff --git a/test/codegen-generated-classes-test/pom.xml b/test/codegen-generated-classes-test/pom.xml
index e88d0f537a24..186ca07b4164 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.24.3-SNAPSHOT
+ 2.24.3
../../pom.xml
diff --git a/test/http-client-tests/pom.xml b/test/http-client-tests/pom.xml
index 3cf383f7023a..b8e8c212e8ff 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.24.3-SNAPSHOT
+ 2.24.3
../../pom.xml
http-client-tests
diff --git a/test/module-path-tests/pom.xml b/test/module-path-tests/pom.xml
index fa3222a1b699..b9fd59f548f2 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.24.3-SNAPSHOT
+ 2.24.3
../../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 fd8061943200..9411213fbb58 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.24.3-SNAPSHOT
+ 2.24.3
../../pom.xml
diff --git a/test/protocol-tests-core/pom.xml b/test/protocol-tests-core/pom.xml
index 8c7db2b3e5fd..7765b23e6cd5 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.24.3-SNAPSHOT
+ 2.24.3
../../pom.xml
4.0.0
diff --git a/test/protocol-tests/pom.xml b/test/protocol-tests/pom.xml
index 555e95b7a084..a553ffb056e0 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.24.3-SNAPSHOT
+ 2.24.3
../../pom.xml
4.0.0
diff --git a/test/region-testing/pom.xml b/test/region-testing/pom.xml
index 928aea4c9d72..2393c4c15aac 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.24.3-SNAPSHOT
+ 2.24.3
../../pom.xml
4.0.0
diff --git a/test/ruleset-testing-core/pom.xml b/test/ruleset-testing-core/pom.xml
index 69109324da32..0443fb36a749 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.24.3-SNAPSHOT
+ 2.24.3
../../pom.xml
4.0.0
diff --git a/test/s3-benchmarks/pom.xml b/test/s3-benchmarks/pom.xml
index b5167175b73d..ceffec198f55 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.24.3-SNAPSHOT
+ 2.24.3
../../pom.xml
4.0.0
diff --git a/test/sdk-benchmarks/pom.xml b/test/sdk-benchmarks/pom.xml
index c75fc61572db..2b1be5b6c8df 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.24.3-SNAPSHOT
+ 2.24.3
../../pom.xml
diff --git a/test/sdk-native-image-test/pom.xml b/test/sdk-native-image-test/pom.xml
index 25ec9ab40339..6e12377af02a 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.24.3-SNAPSHOT
+ 2.24.3
../../pom.xml
4.0.0
diff --git a/test/service-test-utils/pom.xml b/test/service-test-utils/pom.xml
index 56828cb9d9e2..fabaac694bfe 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.24.3-SNAPSHOT
+ 2.24.3
../../pom.xml
service-test-utils
diff --git a/test/stability-tests/pom.xml b/test/stability-tests/pom.xml
index 1d9f9863c736..e8ddfaa103ca 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.24.3-SNAPSHOT
+ 2.24.3
../../pom.xml
4.0.0
diff --git a/test/test-utils/pom.xml b/test/test-utils/pom.xml
index 80955a2bd036..6f2a7e32f780 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.24.3-SNAPSHOT
+ 2.24.3
../../pom.xml
test-utils
diff --git a/test/tests-coverage-reporting/pom.xml b/test/tests-coverage-reporting/pom.xml
index 37219de349c2..9cb9cf360827 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.24.3-SNAPSHOT
+ 2.24.3
../../pom.xml
4.0.0
diff --git a/third-party/pom.xml b/third-party/pom.xml
index 09e11f9700ce..7d97cce77e46 100644
--- a/third-party/pom.xml
+++ b/third-party/pom.xml
@@ -21,7 +21,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
third-party
diff --git a/third-party/third-party-jackson-core/pom.xml b/third-party/third-party-jackson-core/pom.xml
index da2568827668..cca154ba63b8 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.24.3-SNAPSHOT
+ 2.24.3
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 39d72e53a1ba..b76ec4bf3355 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.24.3-SNAPSHOT
+ 2.24.3
4.0.0
diff --git a/third-party/third-party-slf4j-api/pom.xml b/third-party/third-party-slf4j-api/pom.xml
index 2a86e0c108d3..455045fec832 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.24.3-SNAPSHOT
+ 2.24.3
4.0.0
diff --git a/utils/pom.xml b/utils/pom.xml
index 711da2298bd5..1ea5840aa1bf 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.24.3-SNAPSHOT
+ 2.24.3
4.0.0