aPostOperationRequest)
throws InvalidInputException, AwsServiceException, SdkClientException, JsonException {
return aPostOperation(APostOperationRequest.builder().applyMutation(aPostOperationRequest).build());
@@ -1377,4 +1383,4 @@ static ServiceMetadata serviceMetadata() {
default JsonUtilities utilities() {
throw new UnsupportedOperationException();
}
-}
+}
\ No newline at end of file
From 407e1987bf43b5a3a1b2659a5798de7e15135938 Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Thu, 27 Jan 2022 19:06:35 +0000
Subject: [PATCH 3/8] Amazon Connect Service Update: This release adds support
for configuring a custom chat duration when starting a new chat session via
the StartChatContact API. The default value for chat duration is 25 hours,
minimum configurable value is 1 hour (60 minutes) and maximum configurable
value is 7 days (10,080 minutes).
---
.../feature-AmazonConnectService-2462391.json | 6 ++++++
.../main/resources/codegen-resources/service-2.json | 13 +++++++++++--
2 files changed, 17 insertions(+), 2 deletions(-)
create mode 100644 .changes/next-release/feature-AmazonConnectService-2462391.json
diff --git a/.changes/next-release/feature-AmazonConnectService-2462391.json b/.changes/next-release/feature-AmazonConnectService-2462391.json
new file mode 100644
index 000000000000..e2d8d850a289
--- /dev/null
+++ b/.changes/next-release/feature-AmazonConnectService-2462391.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "Amazon Connect Service",
+ "contributor": "",
+ "description": "This release adds support for configuring a custom chat duration when starting a new chat session via the StartChatContact API. The default value for chat duration is 25 hours, minimum configurable value is 1 hour (60 minutes) and maximum configurable value is 7 days (10,080 minutes)."
+}
diff --git a/services/connect/src/main/resources/codegen-resources/service-2.json b/services/connect/src/main/resources/codegen-resources/service-2.json
index a67e3c3907f2..8e17a3a5e5e4 100644
--- a/services/connect/src/main/resources/codegen-resources/service-2.json
+++ b/services/connect/src/main/resources/codegen-resources/service-2.json
@@ -1598,7 +1598,7 @@
{"shape":"InternalServiceException"},
{"shape":"LimitExceededException"}
],
- "documentation":"Initiates a contact flow to start a new chat for the customer. Response of this API provides a token required to obtain credentials from the CreateParticipantConnection API in the Amazon Connect Participant Service.
When a new chat contact is successfully created, clients must subscribe to the participant’s connection for the created chat within 5 minutes. This is achieved by invoking CreateParticipantConnection with WEBSOCKET and CONNECTION_CREDENTIALS.
A 429 error occurs in two situations:
For more information about chat, see Chat in the Amazon Connect Administrator Guide.
"
+ "documentation":"Initiates a contact flow to start a new chat for the customer. Response of this API provides a token required to obtain credentials from the CreateParticipantConnection API in the Amazon Connect Participant Service.
When a new chat contact is successfully created, clients must subscribe to the participant’s connection for the created chat within 5 minutes. This is achieved by invoking CreateParticipantConnection with WEBSOCKET and CONNECTION_CREDENTIALS.
A 429 error occurs in the following situations:
If you use the ChatDurationInMinutes
parameter and receive a 400 error, your account may not support the ability to configure custom chat durations. For more information, contact Amazon Web Services Support.
For more information about chat, see Chat in the Amazon Connect Administrator Guide.
"
},
"StartContactRecording":{
"name":"StartContactRecording",
@@ -2760,6 +2760,11 @@
"max":100,
"min":1
},
+ "ChatDurationInMinutes":{
+ "type":"integer",
+ "max":10080,
+ "min":60
+ },
"ChatMessage":{
"type":"structure",
"required":[
@@ -8431,6 +8436,10 @@
"shape":"ClientToken",
"documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
",
"idempotencyToken":true
+ },
+ "ChatDurationInMinutes":{
+ "shape":"ChatDurationInMinutes",
+ "documentation":"The total duration of the newly started chat session. If not specified, the chat session duration defaults to 25 hour. The minumum configurable time is 60 minutes. The maximum configurable time is 10,080 minutes (7 days).
"
}
}
},
@@ -8994,7 +9003,7 @@
},
"Name":{
"shape":"ContactFlowName",
- "documentation":"The name of the contact flow.
"
+ "documentation":"TThe name of the contact flow.
"
},
"Description":{
"shape":"ContactFlowDescription",
From ae9237aadc90b2cfebb9335ffa55a6c998ff3a1a Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Thu, 27 Jan 2022 19:06:35 +0000
Subject: [PATCH 4/8] Amazon OpenSearch Service Update: Allows customers to get
progress updates for blue/green deployments
---
...ature-AmazonOpenSearchService-4f071c1.json | 6 +
.../codegen-resources/service-2.json | 153 +++++++++++++++++-
2 files changed, 158 insertions(+), 1 deletion(-)
create mode 100644 .changes/next-release/feature-AmazonOpenSearchService-4f071c1.json
diff --git a/.changes/next-release/feature-AmazonOpenSearchService-4f071c1.json b/.changes/next-release/feature-AmazonOpenSearchService-4f071c1.json
new file mode 100644
index 000000000000..947f4a7ecd5b
--- /dev/null
+++ b/.changes/next-release/feature-AmazonOpenSearchService-4f071c1.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "Amazon OpenSearch Service",
+ "contributor": "",
+ "description": "Allows customers to get progress updates for blue/green deployments"
+}
diff --git a/services/opensearch/src/main/resources/codegen-resources/service-2.json b/services/opensearch/src/main/resources/codegen-resources/service-2.json
index 9192b29519d4..54fa3aa69c24 100644
--- a/services/opensearch/src/main/resources/codegen-resources/service-2.json
+++ b/services/opensearch/src/main/resources/codegen-resources/service-2.json
@@ -222,6 +222,22 @@
],
"documentation":"Provides scheduled Auto-Tune action details for the domain, such as Auto-Tune action type, description, severity, and scheduled date.
"
},
+ "DescribeDomainChangeProgress":{
+ "name":"DescribeDomainChangeProgress",
+ "http":{
+ "method":"GET",
+ "requestUri":"/2021-01-01/opensearch/domain/{DomainName}/progress"
+ },
+ "input":{"shape":"DescribeDomainChangeProgressRequest"},
+ "output":{"shape":"DescribeDomainChangeProgressResponse"},
+ "errors":[
+ {"shape":"BaseException"},
+ {"shape":"InternalException"},
+ {"shape":"ResourceNotFoundException"},
+ {"shape":"ValidationException"}
+ ],
+ "documentation":"Returns information about the current blue/green deployment happening on a domain, including a change ID, status, and progress stages.
"
+ },
"DescribeDomainConfig":{
"name":"DescribeDomainConfig",
"http":{
@@ -1087,6 +1103,91 @@
},
"documentation":"The result of a CancelServiceSoftwareUpdate
operation. Contains the status of the update.
"
},
+ "ChangeProgressDetails":{
+ "type":"structure",
+ "members":{
+ "ChangeId":{
+ "shape":"GUID",
+ "documentation":"The unique change identifier associated with a specific domain configuration change.
"
+ },
+ "Message":{
+ "shape":"Message",
+ "documentation":"Contains an optional message associated with the domain configuration change.
"
+ }
+ },
+ "documentation":"Specifies change details of the domain configuration change.
"
+ },
+ "ChangeProgressStage":{
+ "type":"structure",
+ "members":{
+ "Name":{
+ "shape":"ChangeProgressStageName",
+ "documentation":"The name of the specific progress stage.
"
+ },
+ "Status":{
+ "shape":"ChangeProgressStageStatus",
+ "documentation":"The overall status of a specific progress stage.
"
+ },
+ "Description":{
+ "shape":"Description",
+ "documentation":"The description of the progress stage.
"
+ },
+ "LastUpdated":{
+ "shape":"LastUpdated",
+ "documentation":"The last updated timestamp of the progress stage.
"
+ }
+ },
+ "documentation":"A progress stage details of a specific domain configuration change.
"
+ },
+ "ChangeProgressStageList":{
+ "type":"list",
+ "member":{"shape":"ChangeProgressStage"},
+ "documentation":"The list of progress stages of a specific domain configuration change.
"
+ },
+ "ChangeProgressStageName":{
+ "type":"string",
+ "max":64,
+ "min":1
+ },
+ "ChangeProgressStageStatus":{
+ "type":"string",
+ "max":256,
+ "min":1
+ },
+ "ChangeProgressStatusDetails":{
+ "type":"structure",
+ "members":{
+ "ChangeId":{
+ "shape":"GUID",
+ "documentation":"The unique change identifier associated with a specific domain configuration change.
"
+ },
+ "StartTime":{
+ "shape":"UpdateTimestamp",
+ "documentation":"The time at which the configuration change is made on the domain.
"
+ },
+ "Status":{
+ "shape":"OverallChangeStatus",
+ "documentation":"The overall status of the domain configuration change. This field can take the following values: PENDING
, PROCESSING
, COMPLETED
and FAILED
"
+ },
+ "PendingProperties":{
+ "shape":"StringList",
+ "documentation":"The list of properties involved in the domain configuration change that are still in pending.
"
+ },
+ "CompletedProperties":{
+ "shape":"StringList",
+ "documentation":"The list of properties involved in the domain configuration change that are completed.
"
+ },
+ "TotalNumberOfStages":{
+ "shape":"TotalNumberOfStages",
+ "documentation":"The total number of stages required for the configuration change.
"
+ },
+ "ChangeProgressStages":{
+ "shape":"ChangeProgressStageList",
+ "documentation":"The specific stages that the domain is going through to perform the configuration change.
"
+ }
+ },
+ "documentation":"The progress details of a specific domain configuration change.
"
+ },
"CloudWatchLogsLogGroupArn":{
"type":"string",
"documentation":"ARN of the Cloudwatch log group to publish logs to.
",
@@ -1563,6 +1664,35 @@
},
"documentation":"The result of a DescribeDomainAutoTunes
request. See Auto-Tune for Amazon OpenSearch Service for more information.
"
},
+ "DescribeDomainChangeProgressRequest":{
+ "type":"structure",
+ "required":["DomainName"],
+ "members":{
+ "DomainName":{
+ "shape":"DomainName",
+ "documentation":"The domain you want to get the progress information about.
",
+ "location":"uri",
+ "locationName":"DomainName"
+ },
+ "ChangeId":{
+ "shape":"GUID",
+ "documentation":"The specific change ID for which you want to get progress information. This is an optional parameter. If omitted, the service returns information about the most recent configuration change.
",
+ "location":"querystring",
+ "locationName":"changeid"
+ }
+ },
+ "documentation":"Container for the parameters to the DescribeDomainChangeProgress
operation. Specifies the domain name and optional change specific identity for which you want progress information.
"
+ },
+ "DescribeDomainChangeProgressResponse":{
+ "type":"structure",
+ "members":{
+ "ChangeProgressStatus":{
+ "shape":"ChangeProgressStatusDetails",
+ "documentation":"Progress information for the configuration change that is requested in the DescribeDomainChangeProgress
request.
"
+ }
+ },
+ "documentation":"The result of a DescribeDomainChangeProgress
request. Contains the progress information of the requested domain change.
"
+ },
"DescribeDomainConfigRequest":{
"type":"structure",
"required":["DomainName"],
@@ -1872,6 +2002,7 @@
},
"documentation":"Container for results from DescribeReservedInstances
"
},
+ "Description":{"type":"string"},
"DisableTimestamp":{"type":"timestamp"},
"DisabledOperationException":{
"type":"structure",
@@ -1971,6 +2102,10 @@
"AutoTuneOptions":{
"shape":"AutoTuneOptionsStatus",
"documentation":"Specifies AutoTuneOptions
for the domain.
"
+ },
+ "ChangeProgressDetails":{
+ "shape":"ChangeProgressDetails",
+ "documentation":"Specifies change details of the domain configuration change.
"
}
},
"documentation":"The configuration of a domain.
"
@@ -2221,6 +2356,10 @@
"AutoTuneOptions":{
"shape":"AutoTuneOptionsOutput",
"documentation":"The current status of the domain's Auto-Tune options.
"
+ },
+ "ChangeProgressDetails":{
+ "shape":"ChangeProgressDetails",
+ "documentation":"Specifies change details of the domain configuration change.
"
}
},
"documentation":"The current status of a domain.
"
@@ -3179,6 +3318,16 @@
"type":"list",
"member":{"shape":"OutboundConnection"}
},
+ "OverallChangeStatus":{
+ "type":"string",
+ "documentation":"The overall status value of the domain configuration change.
",
+ "enum":[
+ "PENDING",
+ "PROCESSING",
+ "COMPLETED",
+ "FAILED"
+ ]
+ },
"OwnerId":{
"type":"string",
"max":12,
@@ -3885,6 +4034,7 @@
"documentation":"The unit of a maintenance schedule duration. Valid value is HOUR. See Auto-Tune for Amazon OpenSearch Service for more information.
",
"enum":["HOURS"]
},
+ "TotalNumberOfStages":{"type":"integer"},
"UIntValue":{
"type":"integer",
"min":0
@@ -4040,7 +4190,8 @@
"shape":"Boolean",
"documentation":" When true, indicates that an upgrade eligibility check needs to be performed. Does not actually perform the upgrade.
"
},
- "AdvancedOptions":{"shape":"AdvancedOptions"}
+ "AdvancedOptions":{"shape":"AdvancedOptions"},
+ "ChangeProgressDetails":{"shape":"ChangeProgressDetails"}
},
"documentation":" Container for response returned by UpgradeDomain
operation.
"
},
From 692b83a973f156bc861744f65f991f6c0cf82a8a Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Thu, 27 Jan 2022 19:06:51 +0000
Subject: [PATCH 5/8] Amazon Elastic Compute Cloud Update: X2ezn instances are
powered by Intel Cascade Lake CPUs that deliver turbo all core frequency of
up to 4.5 GHz and up to 100 Gbps of networking bandwidth
---
.../feature-AmazonElasticComputeCloud-0561fad.json | 6 ++++++
.../ec2/src/main/resources/codegen-resources/service-2.json | 6 ++++++
2 files changed, 12 insertions(+)
create mode 100644 .changes/next-release/feature-AmazonElasticComputeCloud-0561fad.json
diff --git a/.changes/next-release/feature-AmazonElasticComputeCloud-0561fad.json b/.changes/next-release/feature-AmazonElasticComputeCloud-0561fad.json
new file mode 100644
index 000000000000..a8fe5dcf54d1
--- /dev/null
+++ b/.changes/next-release/feature-AmazonElasticComputeCloud-0561fad.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "Amazon Elastic Compute Cloud",
+ "contributor": "",
+ "description": "X2ezn instances are powered by Intel Cascade Lake CPUs that deliver turbo all core frequency of up to 4.5 GHz and up to 100 Gbps of networking bandwidth"
+}
diff --git a/services/ec2/src/main/resources/codegen-resources/service-2.json b/services/ec2/src/main/resources/codegen-resources/service-2.json
index 8edd225a044d..78378ec5ecf4 100755
--- a/services/ec2/src/main/resources/codegen-resources/service-2.json
+++ b/services/ec2/src/main/resources/codegen-resources/service-2.json
@@ -30828,6 +30828,12 @@
"x1e.8xlarge",
"x1e.16xlarge",
"x1e.32xlarge",
+ "x2iezn.2xlarge",
+ "x2iezn.4xlarge",
+ "x2iezn.6xlarge",
+ "x2iezn.8xlarge",
+ "x2iezn.12xlarge",
+ "x2iezn.metal",
"x2gd.medium",
"x2gd.large",
"x2gd.xlarge",
From 6a4f72c8ab680dcfb105f290eeb8256b06eb2913 Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Thu, 27 Jan 2022 19:06:53 +0000
Subject: [PATCH 6/8] AWS Amplify Update: Doc only update to the description of
basicauthcredentials to describe the required encoding and format.
---
.../next-release/feature-AWSAmplify-e921386.json | 6 ++++++
.../resources/codegen-resources/service-2.json | 14 +++++++-------
2 files changed, 13 insertions(+), 7 deletions(-)
create mode 100644 .changes/next-release/feature-AWSAmplify-e921386.json
diff --git a/.changes/next-release/feature-AWSAmplify-e921386.json b/.changes/next-release/feature-AWSAmplify-e921386.json
new file mode 100644
index 000000000000..ead296e2bcc1
--- /dev/null
+++ b/.changes/next-release/feature-AWSAmplify-e921386.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "AWS Amplify",
+ "contributor": "",
+ "description": "Doc only update to the description of basicauthcredentials to describe the required encoding and format."
+}
diff --git a/services/amplify/src/main/resources/codegen-resources/service-2.json b/services/amplify/src/main/resources/codegen-resources/service-2.json
index a3e337323558..ed3e0c9026ac 100644
--- a/services/amplify/src/main/resources/codegen-resources/service-2.json
+++ b/services/amplify/src/main/resources/codegen-resources/service-2.json
@@ -712,7 +712,7 @@
},
"basicAuthCredentials":{
"shape":"BasicAuthCredentials",
- "documentation":" The basic authorization credentials for branches for the Amplify app.
"
+ "documentation":" The basic authorization credentials for branches for the Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password
.
"
},
"customRules":{
"shape":"CustomRules",
@@ -827,7 +827,7 @@
},
"basicAuthCredentials":{
"shape":"BasicAuthCredentials",
- "documentation":" The basic authorization credentials for the autocreated branch.
"
+ "documentation":" The basic authorization credentials for the autocreated branch. You must base64-encode the authorization credentials and provide them in the format user:password
.
"
},
"enableBasicAuth":{
"shape":"EnableBasicAuth",
@@ -1030,7 +1030,7 @@
},
"basicAuthCredentials":{
"shape":"BasicAuthCredentials",
- "documentation":" The basic authorization credentials for a branch of an Amplify app.
"
+ "documentation":" The basic authorization credentials for a branch of an Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password
.
"
},
"buildSpec":{
"shape":"BuildSpec",
@@ -1157,7 +1157,7 @@
},
"basicAuthCredentials":{
"shape":"BasicAuthCredentials",
- "documentation":" The credentials for basic authorization for an Amplify app.
"
+ "documentation":" The credentials for basic authorization for an Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password
.
"
},
"customRules":{
"shape":"CustomRules",
@@ -1279,7 +1279,7 @@
},
"basicAuthCredentials":{
"shape":"BasicAuthCredentials",
- "documentation":" The basic authorization credentials for the branch.
"
+ "documentation":" The basic authorization credentials for the branch. You must base64-encode the authorization credentials and provide them in the format user:password
.
"
},
"enableBasicAuth":{
"shape":"EnableBasicAuth",
@@ -3090,7 +3090,7 @@
},
"basicAuthCredentials":{
"shape":"BasicAuthCredentials",
- "documentation":" The basic authorization credentials for an Amplify app.
"
+ "documentation":" The basic authorization credentials for an Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password
.
"
},
"customRules":{
"shape":"CustomRules",
@@ -3187,7 +3187,7 @@
},
"basicAuthCredentials":{
"shape":"BasicAuthCredentials",
- "documentation":" The basic authorization credentials for the branch.
"
+ "documentation":" The basic authorization credentials for the branch. You must base64-encode the authorization credentials and provide them in the format user:password
.
"
},
"enableBasicAuth":{
"shape":"EnableBasicAuth",
From d2c0dc9261454a67e700e5a0ee19199891d8477b Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Thu, 27 Jan 2022 19:06:55 +0000
Subject: [PATCH 7/8] Managed Streaming for Kafka Update: Amazon MSK has
updated the CreateCluster and UpdateBrokerStorage API that allows you to
specify volume throughput during cluster creation and broker volume updates.
---
...ture-ManagedStreamingforKafka-6123718.json | 6 +++++
.../codegen-resources/service-2.json | 27 ++++++++++++++++++-
2 files changed, 32 insertions(+), 1 deletion(-)
create mode 100644 .changes/next-release/feature-ManagedStreamingforKafka-6123718.json
diff --git a/.changes/next-release/feature-ManagedStreamingforKafka-6123718.json b/.changes/next-release/feature-ManagedStreamingforKafka-6123718.json
new file mode 100644
index 000000000000..f61a8ba3a113
--- /dev/null
+++ b/.changes/next-release/feature-ManagedStreamingforKafka-6123718.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "Managed Streaming for Kafka",
+ "contributor": "",
+ "description": "Amazon MSK has updated the CreateCluster and UpdateBrokerStorage API that allows you to specify volume throughput during cluster creation and broker volume updates."
+}
diff --git a/services/kafka/src/main/resources/codegen-resources/service-2.json b/services/kafka/src/main/resources/codegen-resources/service-2.json
index 677a9a463061..9f929f44c5d3 100644
--- a/services/kafka/src/main/resources/codegen-resources/service-2.json
+++ b/services/kafka/src/main/resources/codegen-resources/service-2.json
@@ -1423,6 +1423,11 @@
"locationName": "kafkaBrokerNodeId",
"documentation": "\n The ID of the broker to update.
\n "
},
+ "ProvisionedThroughput" : {
+ "shape" : "ProvisionedThroughput",
+ "locationName" : "provisionedThroughput",
+ "documentation" : "EBS volume provisioned throughput information."
+ },
"VolumeSizeGB": {
"shape": "__integer",
"locationName": "volumeSizeGB",
@@ -1431,7 +1436,6 @@
},
"documentation": "\n Specifies the EBS volume upgrade information. The broker identifier must be set to the keyword ALL. This means the changes apply to all the brokers in the cluster.
\n ",
"required": [
- "VolumeSizeGB",
"KafkaBrokerNodeId"
]
},
@@ -2667,6 +2671,11 @@
"EBSStorageInfo": {
"type": "structure",
"members": {
+ "ProvisionedThroughput" : {
+ "shape" : "ProvisionedThroughput",
+ "locationName" : "provisionedThroughput",
+ "documentation" : "EBS volume provisioned throughput information."
+ },
"VolumeSize": {
"shape": "__integerMin1Max16384",
"locationName": "volumeSize",
@@ -3422,6 +3431,22 @@
},
"documentation" : "\n Prometheus settings.
\n "
},
+ "ProvisionedThroughput" : {
+ "type" : "structure",
+ "members" : {
+ "Enabled" : {
+ "shape" : "__boolean",
+ "locationName" : "enabled",
+ "documentation" : "Provisioned throughput is enabled or not."
+ },
+ "VolumeThroughput" : {
+ "shape" : "__integer",
+ "locationName" : "volumeThroughput",
+ "documentation" : "Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second."
+ }
+ },
+ "documentation" : "Contains information about provisioned throughput for EBS storage volumes attached to kafka broker nodes."
+ },
"PublicAccess" : {
"type" : "structure",
"members" : {
From d26811a6c9f20bc6e86127fa9c85006953ee05fd Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Thu, 27 Jan 2022 19:09:20 +0000
Subject: [PATCH 8/8] Release 2.17.120. Updated CHANGELOG.md, README.md and all
pom.xml.
---
.changes/2.17.120.json | 36 +++++++++++++++++++
.../feature-AWSAmplify-e921386.json | 6 ----
.../feature-AmazonConnectService-2462391.json | 6 ----
...ure-AmazonElasticComputeCloud-0561fad.json | 6 ----
...ature-AmazonOpenSearchService-4f071c1.json | 6 ----
...ture-ManagedStreamingforKafka-6123718.json | 6 ----
CHANGELOG.md | 21 +++++++++++
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/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/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/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/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/athena/pom.xml | 2 +-
services/auditmanager/pom.xml | 2 +-
services/autoscaling/pom.xml | 2 +-
services/autoscalingplans/pom.xml | 2 +-
services/backup/pom.xml | 2 +-
services/backupgateway/pom.xml | 2 +-
services/batch/pom.xml | 2 +-
services/braket/pom.xml | 2 +-
services/budgets/pom.xml | 2 +-
services/chime/pom.xml | 2 +-
services/chimesdkidentity/pom.xml | 2 +-
services/chimesdkmeetings/pom.xml | 2 +-
services/chimesdkmessaging/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/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/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/codecommit/pom.xml | 2 +-
services/codedeploy/pom.xml | 2 +-
services/codeguruprofiler/pom.xml | 2 +-
services/codegurureviewer/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/connectcontactlens/pom.xml | 2 +-
services/connectparticipant/pom.xml | 2 +-
services/costandusagereport/pom.xml | 2 +-
services/costexplorer/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/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/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/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/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/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/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/iotjobsdataplane/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/kafka/pom.xml | 2 +-
services/kafkaconnect/pom.xml | 2 +-
services/kendra/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/kms/pom.xml | 2 +-
services/lakeformation/pom.xml | 2 +-
services/lambda/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 +-
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/machinelearning/pom.xml | 2 +-
services/macie/pom.xml | 2 +-
services/macie2/pom.xml | 2 +-
services/managedblockchain/pom.xml | 2 +-
services/marketplacecatalog/pom.xml | 2 +-
services/marketplacecommerceanalytics/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/mediapackagevod/pom.xml | 2 +-
services/mediastore/pom.xml | 2 +-
services/mediastoredata/pom.xml | 2 +-
services/mediatailor/pom.xml | 2 +-
services/memorydb/pom.xml | 2 +-
services/mgn/pom.xml | 2 +-
services/migrationhub/pom.xml | 2 +-
services/migrationhubconfig/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/networkfirewall/pom.xml | 2 +-
services/networkmanager/pom.xml | 2 +-
services/nimble/pom.xml | 2 +-
services/opensearch/pom.xml | 2 +-
services/opsworks/pom.xml | 2 +-
services/opsworkscm/pom.xml | 2 +-
services/organizations/pom.xml | 2 +-
services/outposts/pom.xml | 2 +-
services/panorama/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/polly/pom.xml | 2 +-
services/pom.xml | 2 +-
services/pricing/pom.xml | 2 +-
services/proton/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/rekognition/pom.xml | 2 +-
services/resiliencehub/pom.xml | 2 +-
services/resourcegroups/pom.xml | 2 +-
services/resourcegroupstaggingapi/pom.xml | 2 +-
services/robomaker/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/sagemakerruntime/pom.xml | 2 +-
services/savingsplans/pom.xml | 2 +-
services/schemas/pom.xml | 2 +-
services/secretsmanager/pom.xml | 2 +-
services/securityhub/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/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/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/support/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/transcribe/pom.xml | 2 +-
services/transcribestreaming/pom.xml | 2 +-
services/transfer/pom.xml | 2 +-
services/translate/pom.xml | 2 +-
services/voiceid/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/workspacesweb/pom.xml | 2 +-
services/xray/pom.xml | 2 +-
test/auth-sts-testing/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 +-
test/protocol-tests-core/pom.xml | 2 +-
test/protocol-tests/pom.xml | 2 +-
test/region-testing/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 +-
utils/pom.xml | 2 +-
365 files changed, 418 insertions(+), 391 deletions(-)
create mode 100644 .changes/2.17.120.json
delete mode 100644 .changes/next-release/feature-AWSAmplify-e921386.json
delete mode 100644 .changes/next-release/feature-AmazonConnectService-2462391.json
delete mode 100644 .changes/next-release/feature-AmazonElasticComputeCloud-0561fad.json
delete mode 100644 .changes/next-release/feature-AmazonOpenSearchService-4f071c1.json
delete mode 100644 .changes/next-release/feature-ManagedStreamingforKafka-6123718.json
diff --git a/.changes/2.17.120.json b/.changes/2.17.120.json
new file mode 100644
index 000000000000..63f4e24b1b90
--- /dev/null
+++ b/.changes/2.17.120.json
@@ -0,0 +1,36 @@
+{
+ "version": "2.17.120",
+ "date": "2022-01-27",
+ "entries": [
+ {
+ "type": "feature",
+ "category": "Amazon OpenSearch Service",
+ "contributor": "",
+ "description": "Allows customers to get progress updates for blue/green deployments"
+ },
+ {
+ "type": "feature",
+ "category": "Managed Streaming for Kafka",
+ "contributor": "",
+ "description": "Amazon MSK has updated the CreateCluster and UpdateBrokerStorage API that allows you to specify volume throughput during cluster creation and broker volume updates."
+ },
+ {
+ "type": "feature",
+ "category": "Amazon Elastic Compute Cloud",
+ "contributor": "",
+ "description": "X2ezn instances are powered by Intel Cascade Lake CPUs that deliver turbo all core frequency of up to 4.5 GHz and up to 100 Gbps of networking bandwidth"
+ },
+ {
+ "type": "feature",
+ "category": "AWS Amplify",
+ "contributor": "",
+ "description": "Doc only update to the description of basicauthcredentials to describe the required encoding and format."
+ },
+ {
+ "type": "feature",
+ "category": "Amazon Connect Service",
+ "contributor": "",
+ "description": "This release adds support for configuring a custom chat duration when starting a new chat session via the StartChatContact API. The default value for chat duration is 25 hours, minimum configurable value is 1 hour (60 minutes) and maximum configurable value is 7 days (10,080 minutes)."
+ }
+ ]
+}
\ No newline at end of file
diff --git a/.changes/next-release/feature-AWSAmplify-e921386.json b/.changes/next-release/feature-AWSAmplify-e921386.json
deleted file mode 100644
index ead296e2bcc1..000000000000
--- a/.changes/next-release/feature-AWSAmplify-e921386.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "AWS Amplify",
- "contributor": "",
- "description": "Doc only update to the description of basicauthcredentials to describe the required encoding and format."
-}
diff --git a/.changes/next-release/feature-AmazonConnectService-2462391.json b/.changes/next-release/feature-AmazonConnectService-2462391.json
deleted file mode 100644
index e2d8d850a289..000000000000
--- a/.changes/next-release/feature-AmazonConnectService-2462391.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "Amazon Connect Service",
- "contributor": "",
- "description": "This release adds support for configuring a custom chat duration when starting a new chat session via the StartChatContact API. The default value for chat duration is 25 hours, minimum configurable value is 1 hour (60 minutes) and maximum configurable value is 7 days (10,080 minutes)."
-}
diff --git a/.changes/next-release/feature-AmazonElasticComputeCloud-0561fad.json b/.changes/next-release/feature-AmazonElasticComputeCloud-0561fad.json
deleted file mode 100644
index a8fe5dcf54d1..000000000000
--- a/.changes/next-release/feature-AmazonElasticComputeCloud-0561fad.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "Amazon Elastic Compute Cloud",
- "contributor": "",
- "description": "X2ezn instances are powered by Intel Cascade Lake CPUs that deliver turbo all core frequency of up to 4.5 GHz and up to 100 Gbps of networking bandwidth"
-}
diff --git a/.changes/next-release/feature-AmazonOpenSearchService-4f071c1.json b/.changes/next-release/feature-AmazonOpenSearchService-4f071c1.json
deleted file mode 100644
index 947f4a7ecd5b..000000000000
--- a/.changes/next-release/feature-AmazonOpenSearchService-4f071c1.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "Amazon OpenSearch Service",
- "contributor": "",
- "description": "Allows customers to get progress updates for blue/green deployments"
-}
diff --git a/.changes/next-release/feature-ManagedStreamingforKafka-6123718.json b/.changes/next-release/feature-ManagedStreamingforKafka-6123718.json
deleted file mode 100644
index f61a8ba3a113..000000000000
--- a/.changes/next-release/feature-ManagedStreamingforKafka-6123718.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "Managed Streaming for Kafka",
- "contributor": "",
- "description": "Amazon MSK has updated the CreateCluster and UpdateBrokerStorage API that allows you to specify volume throughput during cluster creation and broker volume updates."
-}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0a8578954a51..eefa047ae809 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,24 @@
+# __2.17.120__ __2022-01-27__
+## __AWS Amplify__
+ - ### Features
+ - Doc only update to the description of basicauthcredentials to describe the required encoding and format.
+
+## __Amazon Connect Service__
+ - ### Features
+ - This release adds support for configuring a custom chat duration when starting a new chat session via the StartChatContact API. The default value for chat duration is 25 hours, minimum configurable value is 1 hour (60 minutes) and maximum configurable value is 7 days (10,080 minutes).
+
+## __Amazon Elastic Compute Cloud__
+ - ### Features
+ - X2ezn instances are powered by Intel Cascade Lake CPUs that deliver turbo all core frequency of up to 4.5 GHz and up to 100 Gbps of networking bandwidth
+
+## __Amazon OpenSearch Service__
+ - ### Features
+ - Allows customers to get progress updates for blue/green deployments
+
+## __Managed Streaming for Kafka__
+ - ### Features
+ - Amazon MSK has updated the CreateCluster and UpdateBrokerStorage API that allows you to specify volume throughput during cluster creation and broker volume updates.
+
# __2.17.119__ __2022-01-26__
## __AWS SecurityHub__
- ### Features
diff --git a/README.md b/README.md
index 8c9adce42d34..225f3546d0d3 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.17.119
+ 2.17.120
pom
import
@@ -86,12 +86,12 @@ Alternatively you can add dependencies for the specific services you use only:
software.amazon.awssdk
ec2
- 2.17.119
+ 2.17.120
software.amazon.awssdk
s3
- 2.17.119
+ 2.17.120
```
@@ -103,7 +103,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
software.amazon.awssdk
aws-sdk-java
- 2.17.119
+ 2.17.120
```
diff --git a/archetypes/archetype-app-quickstart/pom.xml b/archetypes/archetype-app-quickstart/pom.xml
index 5b5b0290b7bd..bbcf371d7978 100644
--- a/archetypes/archetype-app-quickstart/pom.xml
+++ b/archetypes/archetype-app-quickstart/pom.xml
@@ -20,7 +20,7 @@
archetypes
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
diff --git a/archetypes/archetype-lambda/pom.xml b/archetypes/archetype-lambda/pom.xml
index 8ce7eaa28a59..4216299e2b53 100644
--- a/archetypes/archetype-lambda/pom.xml
+++ b/archetypes/archetype-lambda/pom.xml
@@ -20,7 +20,7 @@
archetypes
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
archetype-lambda
diff --git a/archetypes/archetype-tools/pom.xml b/archetypes/archetype-tools/pom.xml
index 92590d24898c..1a5f1c80db71 100644
--- a/archetypes/archetype-tools/pom.xml
+++ b/archetypes/archetype-tools/pom.xml
@@ -20,7 +20,7 @@
archetypes
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 2de9bcf724a7..e32b330e004c 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
archetypes
diff --git a/aws-sdk-java/pom.xml b/aws-sdk-java/pom.xml
index e7a3c8bb9bf2..a3c8c2d52193 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.17.120-SNAPSHOT
+ 2.17.120
../pom.xml
aws-sdk-java
diff --git a/bom-internal/pom.xml b/bom-internal/pom.xml
index 9faf0ce5cd44..5b9d4a595a30 100644
--- a/bom-internal/pom.xml
+++ b/bom-internal/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
diff --git a/bom/pom.xml b/bom/pom.xml
index 0b297a69a2b6..94bf6cc08fb3 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.17.120-SNAPSHOT
+ 2.17.120
../pom.xml
bom
diff --git a/bundle/pom.xml b/bundle/pom.xml
index 21e358ec14c3..3a788e21caa9 100644
--- a/bundle/pom.xml
+++ b/bundle/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.17.120-SNAPSHOT
+ 2.17.120
bundle
jar
diff --git a/codegen-lite-maven-plugin/pom.xml b/codegen-lite-maven-plugin/pom.xml
index 92f135396b3f..caa6414f1bcd 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.17.120-SNAPSHOT
+ 2.17.120
../pom.xml
codegen-lite-maven-plugin
diff --git a/codegen-lite/pom.xml b/codegen-lite/pom.xml
index f5bf7464f023..a264ab15f794 100644
--- a/codegen-lite/pom.xml
+++ b/codegen-lite/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.17.120-SNAPSHOT
+ 2.17.120
codegen-lite
AWS Java SDK :: Code Generator Lite
diff --git a/codegen-maven-plugin/pom.xml b/codegen-maven-plugin/pom.xml
index 425a7669c0a1..6153842b2ccc 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.17.120-SNAPSHOT
+ 2.17.120
../pom.xml
codegen-maven-plugin
diff --git a/codegen/pom.xml b/codegen/pom.xml
index 2258a9cc0c85..0dfec41624a4 100644
--- a/codegen/pom.xml
+++ b/codegen/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.17.120-SNAPSHOT
+ 2.17.120
codegen
AWS Java SDK :: Code Generator
diff --git a/core/annotations/pom.xml b/core/annotations/pom.xml
index f02b291d1886..bca8bd9b1a30 100644
--- a/core/annotations/pom.xml
+++ b/core/annotations/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
diff --git a/core/arns/pom.xml b/core/arns/pom.xml
index 9e7f0ea0e0fb..aea4ade44477 100644
--- a/core/arns/pom.xml
+++ b/core/arns/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
diff --git a/core/auth-crt/pom.xml b/core/auth-crt/pom.xml
index 92c204b9995f..185b67fdee57 100644
--- a/core/auth-crt/pom.xml
+++ b/core/auth-crt/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.17.120-SNAPSHOT
+ 2.17.120
auth-crt
diff --git a/core/auth/pom.xml b/core/auth/pom.xml
index 65a4fe35b576..07c6276fcbd3 100644
--- a/core/auth/pom.xml
+++ b/core/auth/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.17.120-SNAPSHOT
+ 2.17.120
auth
diff --git a/core/aws-core/pom.xml b/core/aws-core/pom.xml
index 8b240702c65e..992c1a7db80f 100644
--- a/core/aws-core/pom.xml
+++ b/core/aws-core/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.17.120-SNAPSHOT
+ 2.17.120
aws-core
diff --git a/core/json-utils/pom.xml b/core/json-utils/pom.xml
index 7e4b9c7fc70f..1f28cace81e3 100644
--- a/core/json-utils/pom.xml
+++ b/core/json-utils/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
diff --git a/core/metrics-spi/pom.xml b/core/metrics-spi/pom.xml
index a84f2b4ec5cc..73b4d900b860 100644
--- a/core/metrics-spi/pom.xml
+++ b/core/metrics-spi/pom.xml
@@ -5,7 +5,7 @@
core
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
diff --git a/core/pom.xml b/core/pom.xml
index 5db3192c6f05..85e0c0139a7e 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -21,7 +21,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
core
diff --git a/core/profiles/pom.xml b/core/profiles/pom.xml
index cd5232485cf6..eb1682b6b972 100644
--- a/core/profiles/pom.xml
+++ b/core/profiles/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.17.120-SNAPSHOT
+ 2.17.120
profiles
diff --git a/core/protocols/aws-cbor-protocol/pom.xml b/core/protocols/aws-cbor-protocol/pom.xml
index 662ebd28fd6b..395c5cd8c406 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.17.120-SNAPSHOT
+ 2.17.120
4.0.0
diff --git a/core/protocols/aws-json-protocol/pom.xml b/core/protocols/aws-json-protocol/pom.xml
index c640e9280ef7..f3b3515fc2d4 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.17.120-SNAPSHOT
+ 2.17.120
4.0.0
diff --git a/core/protocols/aws-query-protocol/pom.xml b/core/protocols/aws-query-protocol/pom.xml
index fdf1067fb30c..040d11fd4594 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.17.120-SNAPSHOT
+ 2.17.120
4.0.0
diff --git a/core/protocols/aws-xml-protocol/pom.xml b/core/protocols/aws-xml-protocol/pom.xml
index c90796c35309..ea33f4b0700b 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.17.120-SNAPSHOT
+ 2.17.120
4.0.0
diff --git a/core/protocols/pom.xml b/core/protocols/pom.xml
index 514db3d43f0b..ad864ad74085 100644
--- a/core/protocols/pom.xml
+++ b/core/protocols/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
diff --git a/core/protocols/protocol-core/pom.xml b/core/protocols/protocol-core/pom.xml
index a15b87612671..1fa18caba295 100644
--- a/core/protocols/protocol-core/pom.xml
+++ b/core/protocols/protocol-core/pom.xml
@@ -20,7 +20,7 @@
protocols
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
diff --git a/core/regions/pom.xml b/core/regions/pom.xml
index 5c0ee91b37af..11bdedb46d9d 100644
--- a/core/regions/pom.xml
+++ b/core/regions/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.17.120-SNAPSHOT
+ 2.17.120
regions
diff --git a/core/sdk-core/pom.xml b/core/sdk-core/pom.xml
index 3576a643df81..7417561976cf 100644
--- a/core/sdk-core/pom.xml
+++ b/core/sdk-core/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
core
- 2.17.120-SNAPSHOT
+ 2.17.120
sdk-core
AWS Java SDK :: SDK Core
diff --git a/http-client-spi/pom.xml b/http-client-spi/pom.xml
index 31ad1075b026..4cfb5f65bfd6 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.17.120-SNAPSHOT
+ 2.17.120
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 6701a940bc6e..456020dfea7b 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.17.120-SNAPSHOT
+ 2.17.120
apache-client
diff --git a/http-clients/aws-crt-client/pom.xml b/http-clients/aws-crt-client/pom.xml
index 4cd5859961a1..348ba7d47ec9 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.17.120-SNAPSHOT
+ 2.17.120
4.0.0
diff --git a/http-clients/netty-nio-client/pom.xml b/http-clients/netty-nio-client/pom.xml
index f0cf51990c8e..f850afb8ab6c 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.17.120-SNAPSHOT
+ 2.17.120
4.0.0
diff --git a/http-clients/pom.xml b/http-clients/pom.xml
index ef53be782919..f7bb0b209e78 100644
--- a/http-clients/pom.xml
+++ b/http-clients/pom.xml
@@ -21,7 +21,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
diff --git a/http-clients/url-connection-client/pom.xml b/http-clients/url-connection-client/pom.xml
index 2dca8fc625ec..cdf636ba4e74 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.17.120-SNAPSHOT
+ 2.17.120
4.0.0
diff --git a/metric-publishers/cloudwatch-metric-publisher/pom.xml b/metric-publishers/cloudwatch-metric-publisher/pom.xml
index dba5bcdb7935..e8ab94aa13a4 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.17.120-SNAPSHOT
+ 2.17.120
cloudwatch-metric-publisher
diff --git a/metric-publishers/pom.xml b/metric-publishers/pom.xml
index 2bd548b7fcfb..403e13ff8e33 100644
--- a/metric-publishers/pom.xml
+++ b/metric-publishers/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.17.120-SNAPSHOT
+ 2.17.120
metric-publishers
diff --git a/pom.xml b/pom.xml
index 0f4fc45c4364..871ed3099108 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
4.0.0
software.amazon.awssdk
aws-sdk-java-pom
- 2.17.120-SNAPSHOT
+ 2.17.120
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 bc61709fe3b0..fb75dddb0f0f 100644
--- a/release-scripts/pom.xml
+++ b/release-scripts/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.17.120-SNAPSHOT
+ 2.17.120
../pom.xml
release-scripts
diff --git a/services-custom/dynamodb-enhanced/pom.xml b/services-custom/dynamodb-enhanced/pom.xml
index 242c5bce01a9..152de9ab8a1f 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.17.120-SNAPSHOT
+ 2.17.120
dynamodb-enhanced
AWS Java SDK :: DynamoDB :: Enhanced Client
diff --git a/services-custom/pom.xml b/services-custom/pom.xml
index d5fcf69b45df..e0b43699a44b 100644
--- a/services-custom/pom.xml
+++ b/services-custom/pom.xml
@@ -19,7 +19,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.17.120-SNAPSHOT
+ 2.17.120
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 d2a28ef493ab..033ccd4c7621 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.17.120-SNAPSHOT
+ 2.17.120
../../pom.xml
s3-transfer-manager
diff --git a/services/accessanalyzer/pom.xml b/services/accessanalyzer/pom.xml
index 06b790c67b8e..5e75635e54cc 100644
--- a/services/accessanalyzer/pom.xml
+++ b/services/accessanalyzer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
accessanalyzer
AWS Java SDK :: Services :: AccessAnalyzer
diff --git a/services/account/pom.xml b/services/account/pom.xml
index e28c9c38bb58..df1a13eb3c76 100644
--- a/services/account/pom.xml
+++ b/services/account/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
account
AWS Java SDK :: Services :: Account
diff --git a/services/acm/pom.xml b/services/acm/pom.xml
index 35ea7f9b95d8..acaecd73736d 100644
--- a/services/acm/pom.xml
+++ b/services/acm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
acm
AWS Java SDK :: Services :: AWS Certificate Manager
diff --git a/services/acmpca/pom.xml b/services/acmpca/pom.xml
index 99b3a8734a05..9f91cc454358 100644
--- a/services/acmpca/pom.xml
+++ b/services/acmpca/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
acmpca
AWS Java SDK :: Services :: ACM PCA
diff --git a/services/alexaforbusiness/pom.xml b/services/alexaforbusiness/pom.xml
index 5ec848117ad4..dae11ff24696 100644
--- a/services/alexaforbusiness/pom.xml
+++ b/services/alexaforbusiness/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
alexaforbusiness
diff --git a/services/amp/pom.xml b/services/amp/pom.xml
index 377d3ef85168..2ce1a61f8a7c 100644
--- a/services/amp/pom.xml
+++ b/services/amp/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
amp
AWS Java SDK :: Services :: Amp
diff --git a/services/amplify/pom.xml b/services/amplify/pom.xml
index 0fb0387f0702..4ccc6cf8264b 100644
--- a/services/amplify/pom.xml
+++ b/services/amplify/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
amplify
AWS Java SDK :: Services :: Amplify
diff --git a/services/amplifybackend/pom.xml b/services/amplifybackend/pom.xml
index a7e9a785ce9f..309f36b81217 100644
--- a/services/amplifybackend/pom.xml
+++ b/services/amplifybackend/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
amplifybackend
AWS Java SDK :: Services :: Amplify Backend
diff --git a/services/amplifyuibuilder/pom.xml b/services/amplifyuibuilder/pom.xml
index 063d2ff48e26..6356ce4855b8 100644
--- a/services/amplifyuibuilder/pom.xml
+++ b/services/amplifyuibuilder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
amplifyuibuilder
AWS Java SDK :: Services :: Amplify UI Builder
diff --git a/services/apigateway/pom.xml b/services/apigateway/pom.xml
index dbf2d99b0d75..facb24373c7a 100644
--- a/services/apigateway/pom.xml
+++ b/services/apigateway/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
apigateway
AWS Java SDK :: Services :: Amazon API Gateway
diff --git a/services/apigatewaymanagementapi/pom.xml b/services/apigatewaymanagementapi/pom.xml
index 9f1bef62be07..9e2031826142 100644
--- a/services/apigatewaymanagementapi/pom.xml
+++ b/services/apigatewaymanagementapi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
apigatewaymanagementapi
AWS Java SDK :: Services :: ApiGatewayManagementApi
diff --git a/services/apigatewayv2/pom.xml b/services/apigatewayv2/pom.xml
index df2f13312004..d510cb15b21c 100644
--- a/services/apigatewayv2/pom.xml
+++ b/services/apigatewayv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
apigatewayv2
AWS Java SDK :: Services :: ApiGatewayV2
diff --git a/services/appconfig/pom.xml b/services/appconfig/pom.xml
index 1302c0dbacb6..0bb590d7333a 100644
--- a/services/appconfig/pom.xml
+++ b/services/appconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
appconfig
AWS Java SDK :: Services :: AppConfig
diff --git a/services/appconfigdata/pom.xml b/services/appconfigdata/pom.xml
index 92ff743cf311..c0b991a5f527 100644
--- a/services/appconfigdata/pom.xml
+++ b/services/appconfigdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
appconfigdata
AWS Java SDK :: Services :: App Config Data
diff --git a/services/appflow/pom.xml b/services/appflow/pom.xml
index f78f1dc15d47..5829d1785ad4 100644
--- a/services/appflow/pom.xml
+++ b/services/appflow/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
appflow
AWS Java SDK :: Services :: Appflow
diff --git a/services/appintegrations/pom.xml b/services/appintegrations/pom.xml
index ef3efeae3b06..2a0456a76726 100644
--- a/services/appintegrations/pom.xml
+++ b/services/appintegrations/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
appintegrations
AWS Java SDK :: Services :: App Integrations
diff --git a/services/applicationautoscaling/pom.xml b/services/applicationautoscaling/pom.xml
index 8fb61c73dbd6..75bc78538331 100644
--- a/services/applicationautoscaling/pom.xml
+++ b/services/applicationautoscaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
applicationautoscaling
AWS Java SDK :: Services :: AWS Application Auto Scaling
diff --git a/services/applicationcostprofiler/pom.xml b/services/applicationcostprofiler/pom.xml
index 918ea47f6883..5177fe23bcea 100644
--- a/services/applicationcostprofiler/pom.xml
+++ b/services/applicationcostprofiler/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
applicationcostprofiler
AWS Java SDK :: Services :: Application Cost Profiler
diff --git a/services/applicationdiscovery/pom.xml b/services/applicationdiscovery/pom.xml
index ce0b38cb1c0a..40d56023cffb 100644
--- a/services/applicationdiscovery/pom.xml
+++ b/services/applicationdiscovery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
applicationdiscovery
AWS Java SDK :: Services :: AWS Application Discovery Service
diff --git a/services/applicationinsights/pom.xml b/services/applicationinsights/pom.xml
index e3a0558573a5..b651c56d7bad 100644
--- a/services/applicationinsights/pom.xml
+++ b/services/applicationinsights/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
applicationinsights
AWS Java SDK :: Services :: Application Insights
diff --git a/services/appmesh/pom.xml b/services/appmesh/pom.xml
index 481a5121c727..4e096f4c7557 100644
--- a/services/appmesh/pom.xml
+++ b/services/appmesh/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
appmesh
AWS Java SDK :: Services :: App Mesh
diff --git a/services/apprunner/pom.xml b/services/apprunner/pom.xml
index c4ed6c3632aa..77bf12821065 100644
--- a/services/apprunner/pom.xml
+++ b/services/apprunner/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
apprunner
AWS Java SDK :: Services :: App Runner
diff --git a/services/appstream/pom.xml b/services/appstream/pom.xml
index 000fcad47434..efc2c44ebb32 100644
--- a/services/appstream/pom.xml
+++ b/services/appstream/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
appstream
AWS Java SDK :: Services :: Amazon AppStream
diff --git a/services/appsync/pom.xml b/services/appsync/pom.xml
index 5196fc847e7f..c205d411434e 100644
--- a/services/appsync/pom.xml
+++ b/services/appsync/pom.xml
@@ -21,7 +21,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
appsync
diff --git a/services/athena/pom.xml b/services/athena/pom.xml
index d9f249b38410..188cfe44629f 100644
--- a/services/athena/pom.xml
+++ b/services/athena/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
athena
AWS Java SDK :: Services :: Amazon Athena
diff --git a/services/auditmanager/pom.xml b/services/auditmanager/pom.xml
index 821661145ae9..ddecff6f8a6a 100644
--- a/services/auditmanager/pom.xml
+++ b/services/auditmanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
auditmanager
AWS Java SDK :: Services :: Audit Manager
diff --git a/services/autoscaling/pom.xml b/services/autoscaling/pom.xml
index d402737e3549..c6ec1d784770 100644
--- a/services/autoscaling/pom.xml
+++ b/services/autoscaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
autoscaling
AWS Java SDK :: Services :: Auto Scaling
diff --git a/services/autoscalingplans/pom.xml b/services/autoscalingplans/pom.xml
index e64fb15a8e9b..f3d669cdf364 100644
--- a/services/autoscalingplans/pom.xml
+++ b/services/autoscalingplans/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
autoscalingplans
AWS Java SDK :: Services :: Auto Scaling Plans
diff --git a/services/backup/pom.xml b/services/backup/pom.xml
index c3c4be7663a1..1c79e3d49261 100644
--- a/services/backup/pom.xml
+++ b/services/backup/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
backup
AWS Java SDK :: Services :: Backup
diff --git a/services/backupgateway/pom.xml b/services/backupgateway/pom.xml
index b98680bd9056..02f4fa4d0da2 100644
--- a/services/backupgateway/pom.xml
+++ b/services/backupgateway/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
backupgateway
AWS Java SDK :: Services :: Backup Gateway
diff --git a/services/batch/pom.xml b/services/batch/pom.xml
index 8d3caf56557c..5aa4ac60c464 100644
--- a/services/batch/pom.xml
+++ b/services/batch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
batch
AWS Java SDK :: Services :: AWS Batch
diff --git a/services/braket/pom.xml b/services/braket/pom.xml
index 840b81338133..1ad5a95a3aec 100644
--- a/services/braket/pom.xml
+++ b/services/braket/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
braket
AWS Java SDK :: Services :: Braket
diff --git a/services/budgets/pom.xml b/services/budgets/pom.xml
index 92927d58d9e5..a94960be8c1f 100644
--- a/services/budgets/pom.xml
+++ b/services/budgets/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
budgets
AWS Java SDK :: Services :: AWS Budgets
diff --git a/services/chime/pom.xml b/services/chime/pom.xml
index 1b882dc00b61..5b92afd3728e 100644
--- a/services/chime/pom.xml
+++ b/services/chime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
chime
AWS Java SDK :: Services :: Chime
diff --git a/services/chimesdkidentity/pom.xml b/services/chimesdkidentity/pom.xml
index c221a65385a3..34596d8a6519 100644
--- a/services/chimesdkidentity/pom.xml
+++ b/services/chimesdkidentity/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
chimesdkidentity
AWS Java SDK :: Services :: Chime SDK Identity
diff --git a/services/chimesdkmeetings/pom.xml b/services/chimesdkmeetings/pom.xml
index 239612d29a60..ef64160860cf 100644
--- a/services/chimesdkmeetings/pom.xml
+++ b/services/chimesdkmeetings/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
chimesdkmeetings
AWS Java SDK :: Services :: Chime SDK Meetings
diff --git a/services/chimesdkmessaging/pom.xml b/services/chimesdkmessaging/pom.xml
index fa0a3b860247..73ea9950bcf6 100644
--- a/services/chimesdkmessaging/pom.xml
+++ b/services/chimesdkmessaging/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
chimesdkmessaging
AWS Java SDK :: Services :: Chime SDK Messaging
diff --git a/services/cloud9/pom.xml b/services/cloud9/pom.xml
index 2976489505f8..2e123e61f008 100644
--- a/services/cloud9/pom.xml
+++ b/services/cloud9/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
cloud9
diff --git a/services/cloudcontrol/pom.xml b/services/cloudcontrol/pom.xml
index f417e4b7509a..cba07922948e 100644
--- a/services/cloudcontrol/pom.xml
+++ b/services/cloudcontrol/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
cloudcontrol
AWS Java SDK :: Services :: Cloud Control
diff --git a/services/clouddirectory/pom.xml b/services/clouddirectory/pom.xml
index cb342729ca9e..c80cc153fb85 100644
--- a/services/clouddirectory/pom.xml
+++ b/services/clouddirectory/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
clouddirectory
AWS Java SDK :: Services :: Amazon CloudDirectory
diff --git a/services/cloudformation/pom.xml b/services/cloudformation/pom.xml
index d7ec259349b7..29884a725cc3 100644
--- a/services/cloudformation/pom.xml
+++ b/services/cloudformation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
cloudformation
AWS Java SDK :: Services :: AWS CloudFormation
diff --git a/services/cloudfront/pom.xml b/services/cloudfront/pom.xml
index c088e037caf1..937c05392e29 100644
--- a/services/cloudfront/pom.xml
+++ b/services/cloudfront/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
cloudfront
AWS Java SDK :: Services :: Amazon CloudFront
diff --git a/services/cloudhsm/pom.xml b/services/cloudhsm/pom.xml
index a03e0cd93925..06926a9ae2c5 100644
--- a/services/cloudhsm/pom.xml
+++ b/services/cloudhsm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
cloudhsm
AWS Java SDK :: Services :: AWS CloudHSM
diff --git a/services/cloudhsmv2/pom.xml b/services/cloudhsmv2/pom.xml
index 9400a87a3dbb..24486b3b6561 100644
--- a/services/cloudhsmv2/pom.xml
+++ b/services/cloudhsmv2/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
cloudhsmv2
diff --git a/services/cloudsearch/pom.xml b/services/cloudsearch/pom.xml
index a443f2e22e79..f92338d2299b 100644
--- a/services/cloudsearch/pom.xml
+++ b/services/cloudsearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
cloudsearch
AWS Java SDK :: Services :: Amazon CloudSearch
diff --git a/services/cloudsearchdomain/pom.xml b/services/cloudsearchdomain/pom.xml
index 8de1ebe0ea5e..dd9de12f8061 100644
--- a/services/cloudsearchdomain/pom.xml
+++ b/services/cloudsearchdomain/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
cloudsearchdomain
AWS Java SDK :: Services :: Amazon CloudSearch Domain
diff --git a/services/cloudtrail/pom.xml b/services/cloudtrail/pom.xml
index d21a888d5c48..4a091b10b2ed 100644
--- a/services/cloudtrail/pom.xml
+++ b/services/cloudtrail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
cloudtrail
AWS Java SDK :: Services :: AWS CloudTrail
diff --git a/services/cloudwatch/pom.xml b/services/cloudwatch/pom.xml
index 0f8e2b0657de..09aed525e24b 100644
--- a/services/cloudwatch/pom.xml
+++ b/services/cloudwatch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
cloudwatch
AWS Java SDK :: Services :: Amazon CloudWatch
diff --git a/services/cloudwatchevents/pom.xml b/services/cloudwatchevents/pom.xml
index b33bf1e97ba4..043f0c55dd56 100644
--- a/services/cloudwatchevents/pom.xml
+++ b/services/cloudwatchevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
cloudwatchevents
AWS Java SDK :: Services :: Amazon CloudWatch Events
diff --git a/services/cloudwatchlogs/pom.xml b/services/cloudwatchlogs/pom.xml
index bca47adf9e64..8037bde82ac6 100644
--- a/services/cloudwatchlogs/pom.xml
+++ b/services/cloudwatchlogs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
cloudwatchlogs
AWS Java SDK :: Services :: Amazon CloudWatch Logs
diff --git a/services/codeartifact/pom.xml b/services/codeartifact/pom.xml
index 596707f00818..eca82773d688 100644
--- a/services/codeartifact/pom.xml
+++ b/services/codeartifact/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
codeartifact
AWS Java SDK :: Services :: Codeartifact
diff --git a/services/codebuild/pom.xml b/services/codebuild/pom.xml
index 1164df708578..d37fec2c9137 100644
--- a/services/codebuild/pom.xml
+++ b/services/codebuild/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
codebuild
AWS Java SDK :: Services :: AWS Code Build
diff --git a/services/codecommit/pom.xml b/services/codecommit/pom.xml
index cd0ff160a86f..005894aa392f 100644
--- a/services/codecommit/pom.xml
+++ b/services/codecommit/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
codecommit
AWS Java SDK :: Services :: AWS CodeCommit
diff --git a/services/codedeploy/pom.xml b/services/codedeploy/pom.xml
index 43e6bc7df0b9..ae6604d4aad1 100644
--- a/services/codedeploy/pom.xml
+++ b/services/codedeploy/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
codedeploy
AWS Java SDK :: Services :: AWS CodeDeploy
diff --git a/services/codeguruprofiler/pom.xml b/services/codeguruprofiler/pom.xml
index 524f8bbe6282..5ca2c14da8c3 100644
--- a/services/codeguruprofiler/pom.xml
+++ b/services/codeguruprofiler/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
codeguruprofiler
AWS Java SDK :: Services :: CodeGuruProfiler
diff --git a/services/codegurureviewer/pom.xml b/services/codegurureviewer/pom.xml
index 85caf8390b5f..97e9382affbe 100644
--- a/services/codegurureviewer/pom.xml
+++ b/services/codegurureviewer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
codegurureviewer
AWS Java SDK :: Services :: CodeGuru Reviewer
diff --git a/services/codepipeline/pom.xml b/services/codepipeline/pom.xml
index e9a012963055..0ca9b090018d 100644
--- a/services/codepipeline/pom.xml
+++ b/services/codepipeline/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
codepipeline
AWS Java SDK :: Services :: AWS CodePipeline
diff --git a/services/codestar/pom.xml b/services/codestar/pom.xml
index d3714814a107..575ad12adb28 100644
--- a/services/codestar/pom.xml
+++ b/services/codestar/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
codestar
AWS Java SDK :: Services :: AWS CodeStar
diff --git a/services/codestarconnections/pom.xml b/services/codestarconnections/pom.xml
index 58352aa51715..74a10db36d78 100644
--- a/services/codestarconnections/pom.xml
+++ b/services/codestarconnections/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
codestarconnections
AWS Java SDK :: Services :: CodeStar connections
diff --git a/services/codestarnotifications/pom.xml b/services/codestarnotifications/pom.xml
index 7876a1066777..e439ec943f31 100644
--- a/services/codestarnotifications/pom.xml
+++ b/services/codestarnotifications/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
codestarnotifications
AWS Java SDK :: Services :: Codestar Notifications
diff --git a/services/cognitoidentity/pom.xml b/services/cognitoidentity/pom.xml
index 6eb7916e9f03..7793d246fc98 100644
--- a/services/cognitoidentity/pom.xml
+++ b/services/cognitoidentity/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
cognitoidentity
AWS Java SDK :: Services :: Amazon Cognito Identity
diff --git a/services/cognitoidentityprovider/pom.xml b/services/cognitoidentityprovider/pom.xml
index 5770185d34fd..d59246667325 100644
--- a/services/cognitoidentityprovider/pom.xml
+++ b/services/cognitoidentityprovider/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
cognitoidentityprovider
AWS Java SDK :: Services :: Amazon Cognito Identity Provider Service
diff --git a/services/cognitosync/pom.xml b/services/cognitosync/pom.xml
index f1f8653ab926..5f5636ea6438 100644
--- a/services/cognitosync/pom.xml
+++ b/services/cognitosync/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
cognitosync
AWS Java SDK :: Services :: Amazon Cognito Sync
diff --git a/services/comprehend/pom.xml b/services/comprehend/pom.xml
index c2e6012a0a9d..a5d353253eff 100644
--- a/services/comprehend/pom.xml
+++ b/services/comprehend/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
comprehend
diff --git a/services/comprehendmedical/pom.xml b/services/comprehendmedical/pom.xml
index e9848aaa9bcc..c27fdc0ea006 100644
--- a/services/comprehendmedical/pom.xml
+++ b/services/comprehendmedical/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
comprehendmedical
AWS Java SDK :: Services :: ComprehendMedical
diff --git a/services/computeoptimizer/pom.xml b/services/computeoptimizer/pom.xml
index 78e1695814ac..b454ea50b2b6 100644
--- a/services/computeoptimizer/pom.xml
+++ b/services/computeoptimizer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
computeoptimizer
AWS Java SDK :: Services :: Compute Optimizer
diff --git a/services/config/pom.xml b/services/config/pom.xml
index 7c3a11c517db..5a1514c623ca 100644
--- a/services/config/pom.xml
+++ b/services/config/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
config
AWS Java SDK :: Services :: AWS Config
diff --git a/services/connect/pom.xml b/services/connect/pom.xml
index e48c6bab4954..83fdee298496 100644
--- a/services/connect/pom.xml
+++ b/services/connect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
connect
AWS Java SDK :: Services :: Connect
diff --git a/services/connectcontactlens/pom.xml b/services/connectcontactlens/pom.xml
index 826dd175862f..f8a2e79a4af5 100644
--- a/services/connectcontactlens/pom.xml
+++ b/services/connectcontactlens/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
connectcontactlens
AWS Java SDK :: Services :: Connect Contact Lens
diff --git a/services/connectparticipant/pom.xml b/services/connectparticipant/pom.xml
index 45e48b53bd3f..7d41a8f92caf 100644
--- a/services/connectparticipant/pom.xml
+++ b/services/connectparticipant/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
connectparticipant
AWS Java SDK :: Services :: ConnectParticipant
diff --git a/services/costandusagereport/pom.xml b/services/costandusagereport/pom.xml
index e60f4ef1af21..dd5649bd987a 100644
--- a/services/costandusagereport/pom.xml
+++ b/services/costandusagereport/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
costandusagereport
AWS Java SDK :: Services :: AWS Cost and Usage Report
diff --git a/services/costexplorer/pom.xml b/services/costexplorer/pom.xml
index 92942c8f8788..aaa3b99e62d7 100644
--- a/services/costexplorer/pom.xml
+++ b/services/costexplorer/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
costexplorer
diff --git a/services/customerprofiles/pom.xml b/services/customerprofiles/pom.xml
index c311efcf43e0..0ce656297be6 100644
--- a/services/customerprofiles/pom.xml
+++ b/services/customerprofiles/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
customerprofiles
AWS Java SDK :: Services :: Customer Profiles
diff --git a/services/databasemigration/pom.xml b/services/databasemigration/pom.xml
index 085151561088..85a65d229b9c 100644
--- a/services/databasemigration/pom.xml
+++ b/services/databasemigration/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
databasemigration
AWS Java SDK :: Services :: AWS Database Migration Service
diff --git a/services/databrew/pom.xml b/services/databrew/pom.xml
index bb8fbb68088e..bcb3e37b533f 100644
--- a/services/databrew/pom.xml
+++ b/services/databrew/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
databrew
AWS Java SDK :: Services :: Data Brew
diff --git a/services/dataexchange/pom.xml b/services/dataexchange/pom.xml
index 3f1d45c6f295..08c9229c50c5 100644
--- a/services/dataexchange/pom.xml
+++ b/services/dataexchange/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
dataexchange
AWS Java SDK :: Services :: DataExchange
diff --git a/services/datapipeline/pom.xml b/services/datapipeline/pom.xml
index f8adc1f053b3..2dd8f27b65e0 100644
--- a/services/datapipeline/pom.xml
+++ b/services/datapipeline/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
datapipeline
AWS Java SDK :: Services :: AWS Data Pipeline
diff --git a/services/datasync/pom.xml b/services/datasync/pom.xml
index 475ab0837e48..c7f8b991ed52 100644
--- a/services/datasync/pom.xml
+++ b/services/datasync/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
datasync
AWS Java SDK :: Services :: DataSync
diff --git a/services/dax/pom.xml b/services/dax/pom.xml
index 09a0c5a6d2c7..67a3a8961577 100644
--- a/services/dax/pom.xml
+++ b/services/dax/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
dax
AWS Java SDK :: Services :: Amazon DynamoDB Accelerator (DAX)
diff --git a/services/detective/pom.xml b/services/detective/pom.xml
index f9975768bfcb..39c91fcbdf2e 100644
--- a/services/detective/pom.xml
+++ b/services/detective/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
detective
AWS Java SDK :: Services :: Detective
diff --git a/services/devicefarm/pom.xml b/services/devicefarm/pom.xml
index 421de3e27630..643b13d934c1 100644
--- a/services/devicefarm/pom.xml
+++ b/services/devicefarm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
devicefarm
AWS Java SDK :: Services :: AWS Device Farm
diff --git a/services/devopsguru/pom.xml b/services/devopsguru/pom.xml
index d70f9023286c..b5663ed9406e 100644
--- a/services/devopsguru/pom.xml
+++ b/services/devopsguru/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
devopsguru
AWS Java SDK :: Services :: Dev Ops Guru
diff --git a/services/directconnect/pom.xml b/services/directconnect/pom.xml
index 2edcd01ea816..734922b7c1d2 100644
--- a/services/directconnect/pom.xml
+++ b/services/directconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
directconnect
AWS Java SDK :: Services :: AWS Direct Connect
diff --git a/services/directory/pom.xml b/services/directory/pom.xml
index 2f9b97382c42..6fc18d2af508 100644
--- a/services/directory/pom.xml
+++ b/services/directory/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
directory
AWS Java SDK :: Services :: AWS Directory Service
diff --git a/services/dlm/pom.xml b/services/dlm/pom.xml
index c142c6faa9ef..7957d3e15f6d 100644
--- a/services/dlm/pom.xml
+++ b/services/dlm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
dlm
AWS Java SDK :: Services :: DLM
diff --git a/services/docdb/pom.xml b/services/docdb/pom.xml
index b51b6c9296c6..225fba749cc9 100644
--- a/services/docdb/pom.xml
+++ b/services/docdb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
docdb
AWS Java SDK :: Services :: DocDB
diff --git a/services/drs/pom.xml b/services/drs/pom.xml
index 4e1757fdcb29..096a9ff8613f 100644
--- a/services/drs/pom.xml
+++ b/services/drs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
drs
AWS Java SDK :: Services :: Drs
diff --git a/services/dynamodb/pom.xml b/services/dynamodb/pom.xml
index ad2d7e5556e1..4b073b3dae95 100644
--- a/services/dynamodb/pom.xml
+++ b/services/dynamodb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
dynamodb
AWS Java SDK :: Services :: Amazon DynamoDB
diff --git a/services/ebs/pom.xml b/services/ebs/pom.xml
index bb9d94cf4bc3..0a9641bea274 100644
--- a/services/ebs/pom.xml
+++ b/services/ebs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
ebs
AWS Java SDK :: Services :: EBS
diff --git a/services/ec2/pom.xml b/services/ec2/pom.xml
index 7da9960b95c1..c6a925d10005 100644
--- a/services/ec2/pom.xml
+++ b/services/ec2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
ec2
AWS Java SDK :: Services :: Amazon EC2
diff --git a/services/ec2instanceconnect/pom.xml b/services/ec2instanceconnect/pom.xml
index 807361d6a354..b0941e20c4b0 100644
--- a/services/ec2instanceconnect/pom.xml
+++ b/services/ec2instanceconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
ec2instanceconnect
AWS Java SDK :: Services :: EC2 Instance Connect
diff --git a/services/ecr/pom.xml b/services/ecr/pom.xml
index c53166bd80a9..9336c2cefc65 100644
--- a/services/ecr/pom.xml
+++ b/services/ecr/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
ecr
AWS Java SDK :: Services :: Amazon EC2 Container Registry
diff --git a/services/ecrpublic/pom.xml b/services/ecrpublic/pom.xml
index 3b110599dddc..2cdf928454aa 100644
--- a/services/ecrpublic/pom.xml
+++ b/services/ecrpublic/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
ecrpublic
AWS Java SDK :: Services :: ECR PUBLIC
diff --git a/services/ecs/pom.xml b/services/ecs/pom.xml
index 8179d0e26cd4..6aa562deb282 100644
--- a/services/ecs/pom.xml
+++ b/services/ecs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
ecs
AWS Java SDK :: Services :: Amazon EC2 Container Service
diff --git a/services/efs/pom.xml b/services/efs/pom.xml
index 57723cc067ea..9a30428d1137 100644
--- a/services/efs/pom.xml
+++ b/services/efs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
efs
AWS Java SDK :: Services :: Amazon Elastic File System
diff --git a/services/eks/pom.xml b/services/eks/pom.xml
index bb0c3dcdea55..80b2947275b6 100644
--- a/services/eks/pom.xml
+++ b/services/eks/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
eks
AWS Java SDK :: Services :: EKS
diff --git a/services/elasticache/pom.xml b/services/elasticache/pom.xml
index 4ec6e45479ae..ae46ec315f52 100644
--- a/services/elasticache/pom.xml
+++ b/services/elasticache/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
elasticache
AWS Java SDK :: Services :: Amazon ElastiCache
diff --git a/services/elasticbeanstalk/pom.xml b/services/elasticbeanstalk/pom.xml
index 1ff7063e48f3..7b4a0d1b5030 100644
--- a/services/elasticbeanstalk/pom.xml
+++ b/services/elasticbeanstalk/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
elasticbeanstalk
AWS Java SDK :: Services :: AWS Elastic Beanstalk
diff --git a/services/elasticinference/pom.xml b/services/elasticinference/pom.xml
index cce897c67ab8..543386175939 100644
--- a/services/elasticinference/pom.xml
+++ b/services/elasticinference/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
elasticinference
AWS Java SDK :: Services :: Elastic Inference
diff --git a/services/elasticloadbalancing/pom.xml b/services/elasticloadbalancing/pom.xml
index 6d28181bb078..8f63c5c4a7c7 100644
--- a/services/elasticloadbalancing/pom.xml
+++ b/services/elasticloadbalancing/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
elasticloadbalancing
AWS Java SDK :: Services :: Elastic Load Balancing
diff --git a/services/elasticloadbalancingv2/pom.xml b/services/elasticloadbalancingv2/pom.xml
index c169df0fe009..3314cc56ae25 100644
--- a/services/elasticloadbalancingv2/pom.xml
+++ b/services/elasticloadbalancingv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
elasticloadbalancingv2
AWS Java SDK :: Services :: Elastic Load Balancing V2
diff --git a/services/elasticsearch/pom.xml b/services/elasticsearch/pom.xml
index 87ab9195b21c..be80661ef5b5 100644
--- a/services/elasticsearch/pom.xml
+++ b/services/elasticsearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
elasticsearch
AWS Java SDK :: Services :: Amazon Elasticsearch Service
diff --git a/services/elastictranscoder/pom.xml b/services/elastictranscoder/pom.xml
index 7b1a88430a10..a4529930614c 100644
--- a/services/elastictranscoder/pom.xml
+++ b/services/elastictranscoder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
elastictranscoder
AWS Java SDK :: Services :: Amazon Elastic Transcoder
diff --git a/services/emr/pom.xml b/services/emr/pom.xml
index 85bc029c9645..b11d39a13abb 100644
--- a/services/emr/pom.xml
+++ b/services/emr/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
emr
AWS Java SDK :: Services :: Amazon EMR
diff --git a/services/emrcontainers/pom.xml b/services/emrcontainers/pom.xml
index 0978bf1e9d5a..b354b6a0c1bc 100644
--- a/services/emrcontainers/pom.xml
+++ b/services/emrcontainers/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
emrcontainers
AWS Java SDK :: Services :: EMR Containers
diff --git a/services/eventbridge/pom.xml b/services/eventbridge/pom.xml
index d2df8c1a6d98..5e725cc1e4e3 100644
--- a/services/eventbridge/pom.xml
+++ b/services/eventbridge/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
eventbridge
AWS Java SDK :: Services :: EventBridge
diff --git a/services/evidently/pom.xml b/services/evidently/pom.xml
index 7d05a3f31308..bb9970519ad0 100644
--- a/services/evidently/pom.xml
+++ b/services/evidently/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
evidently
AWS Java SDK :: Services :: Evidently
diff --git a/services/finspace/pom.xml b/services/finspace/pom.xml
index 999d942a155e..3963d7b50609 100644
--- a/services/finspace/pom.xml
+++ b/services/finspace/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
finspace
AWS Java SDK :: Services :: Finspace
diff --git a/services/finspacedata/pom.xml b/services/finspacedata/pom.xml
index 9d205f816905..6b09a66e8359 100644
--- a/services/finspacedata/pom.xml
+++ b/services/finspacedata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
finspacedata
AWS Java SDK :: Services :: Finspace Data
diff --git a/services/firehose/pom.xml b/services/firehose/pom.xml
index 14d4fc9ebfc8..8c942a810140 100644
--- a/services/firehose/pom.xml
+++ b/services/firehose/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
firehose
AWS Java SDK :: Services :: Amazon Kinesis Firehose
diff --git a/services/fis/pom.xml b/services/fis/pom.xml
index dcc73b0df0a5..71c7bfa6479c 100644
--- a/services/fis/pom.xml
+++ b/services/fis/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
fis
AWS Java SDK :: Services :: Fis
diff --git a/services/fms/pom.xml b/services/fms/pom.xml
index 1a5e80a9c8b8..a19bb3dcfb3a 100644
--- a/services/fms/pom.xml
+++ b/services/fms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
fms
AWS Java SDK :: Services :: FMS
diff --git a/services/forecast/pom.xml b/services/forecast/pom.xml
index 25ba9bf7ba1b..ee6f20b9cf45 100644
--- a/services/forecast/pom.xml
+++ b/services/forecast/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
forecast
AWS Java SDK :: Services :: Forecast
diff --git a/services/forecastquery/pom.xml b/services/forecastquery/pom.xml
index 9ed36307d7e6..94084ae169ea 100644
--- a/services/forecastquery/pom.xml
+++ b/services/forecastquery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
forecastquery
AWS Java SDK :: Services :: Forecastquery
diff --git a/services/frauddetector/pom.xml b/services/frauddetector/pom.xml
index 57330951a3a9..f11ad45cb177 100644
--- a/services/frauddetector/pom.xml
+++ b/services/frauddetector/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
frauddetector
AWS Java SDK :: Services :: FraudDetector
diff --git a/services/fsx/pom.xml b/services/fsx/pom.xml
index 79d4e7761e96..b3b9278ad919 100644
--- a/services/fsx/pom.xml
+++ b/services/fsx/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
fsx
AWS Java SDK :: Services :: FSx
diff --git a/services/gamelift/pom.xml b/services/gamelift/pom.xml
index 58de6e9de8c8..14cc45a44b5c 100644
--- a/services/gamelift/pom.xml
+++ b/services/gamelift/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
gamelift
AWS Java SDK :: Services :: AWS GameLift
diff --git a/services/glacier/pom.xml b/services/glacier/pom.xml
index 44e759fe8196..91025bd042dd 100644
--- a/services/glacier/pom.xml
+++ b/services/glacier/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
glacier
AWS Java SDK :: Services :: Amazon Glacier
diff --git a/services/globalaccelerator/pom.xml b/services/globalaccelerator/pom.xml
index 831dbe24d04c..08af7a5eae51 100644
--- a/services/globalaccelerator/pom.xml
+++ b/services/globalaccelerator/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
globalaccelerator
AWS Java SDK :: Services :: Global Accelerator
diff --git a/services/glue/pom.xml b/services/glue/pom.xml
index d205d88420ce..62efcc253bb8 100644
--- a/services/glue/pom.xml
+++ b/services/glue/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
glue
diff --git a/services/grafana/pom.xml b/services/grafana/pom.xml
index 6e5932561481..9469d3def18a 100644
--- a/services/grafana/pom.xml
+++ b/services/grafana/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
grafana
AWS Java SDK :: Services :: Grafana
diff --git a/services/greengrass/pom.xml b/services/greengrass/pom.xml
index 844e52099227..12018c82846a 100644
--- a/services/greengrass/pom.xml
+++ b/services/greengrass/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
greengrass
AWS Java SDK :: Services :: AWS Greengrass
diff --git a/services/greengrassv2/pom.xml b/services/greengrassv2/pom.xml
index 2d9af59cbf1b..8ea096b41329 100644
--- a/services/greengrassv2/pom.xml
+++ b/services/greengrassv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
greengrassv2
AWS Java SDK :: Services :: Greengrass V2
diff --git a/services/groundstation/pom.xml b/services/groundstation/pom.xml
index 0935f1e8ce0e..4434c6664057 100644
--- a/services/groundstation/pom.xml
+++ b/services/groundstation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
groundstation
AWS Java SDK :: Services :: GroundStation
diff --git a/services/guardduty/pom.xml b/services/guardduty/pom.xml
index 1c827405560f..f91a74f17a1b 100644
--- a/services/guardduty/pom.xml
+++ b/services/guardduty/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
guardduty
diff --git a/services/health/pom.xml b/services/health/pom.xml
index 8a5fee942391..e54724d97c74 100644
--- a/services/health/pom.xml
+++ b/services/health/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
health
AWS Java SDK :: Services :: AWS Health APIs and Notifications
diff --git a/services/healthlake/pom.xml b/services/healthlake/pom.xml
index 930e7ae08041..c4ffe76301c0 100644
--- a/services/healthlake/pom.xml
+++ b/services/healthlake/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
healthlake
AWS Java SDK :: Services :: Health Lake
diff --git a/services/honeycode/pom.xml b/services/honeycode/pom.xml
index 807cfa0f15a0..a101ee7b1ce3 100644
--- a/services/honeycode/pom.xml
+++ b/services/honeycode/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
honeycode
AWS Java SDK :: Services :: Honeycode
diff --git a/services/iam/pom.xml b/services/iam/pom.xml
index 3541cce63ee0..62cf690542fa 100644
--- a/services/iam/pom.xml
+++ b/services/iam/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
iam
AWS Java SDK :: Services :: AWS IAM
diff --git a/services/identitystore/pom.xml b/services/identitystore/pom.xml
index 596b7cf2500c..8fe44c92d776 100644
--- a/services/identitystore/pom.xml
+++ b/services/identitystore/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
identitystore
AWS Java SDK :: Services :: Identitystore
diff --git a/services/imagebuilder/pom.xml b/services/imagebuilder/pom.xml
index ce2692884af1..e9a4c497ae5b 100644
--- a/services/imagebuilder/pom.xml
+++ b/services/imagebuilder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
imagebuilder
AWS Java SDK :: Services :: Imagebuilder
diff --git a/services/inspector/pom.xml b/services/inspector/pom.xml
index 2cc89b92f046..ce089af4f6d9 100644
--- a/services/inspector/pom.xml
+++ b/services/inspector/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
inspector
AWS Java SDK :: Services :: Amazon Inspector Service
diff --git a/services/inspector2/pom.xml b/services/inspector2/pom.xml
index fa0db6b8a455..14407b9354e9 100644
--- a/services/inspector2/pom.xml
+++ b/services/inspector2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
inspector2
AWS Java SDK :: Services :: Inspector2
diff --git a/services/iot/pom.xml b/services/iot/pom.xml
index 10bcd9ff2dd2..199ab32535de 100644
--- a/services/iot/pom.xml
+++ b/services/iot/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
iot
AWS Java SDK :: Services :: AWS IoT
diff --git a/services/iot1clickdevices/pom.xml b/services/iot1clickdevices/pom.xml
index 8020953bc1e6..a93cce76650b 100644
--- a/services/iot1clickdevices/pom.xml
+++ b/services/iot1clickdevices/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
iot1clickdevices
AWS Java SDK :: Services :: IoT 1Click Devices Service
diff --git a/services/iot1clickprojects/pom.xml b/services/iot1clickprojects/pom.xml
index 621713e4f0cb..a871e661b2e8 100644
--- a/services/iot1clickprojects/pom.xml
+++ b/services/iot1clickprojects/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
iot1clickprojects
AWS Java SDK :: Services :: IoT 1Click Projects
diff --git a/services/iotanalytics/pom.xml b/services/iotanalytics/pom.xml
index e34773a66f5a..75cf8d2611a6 100644
--- a/services/iotanalytics/pom.xml
+++ b/services/iotanalytics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
iotanalytics
AWS Java SDK :: Services :: IoTAnalytics
diff --git a/services/iotdataplane/pom.xml b/services/iotdataplane/pom.xml
index 64a06b85484a..dc8a0a1c85ce 100644
--- a/services/iotdataplane/pom.xml
+++ b/services/iotdataplane/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
iotdataplane
AWS Java SDK :: Services :: AWS IoT Data Plane
diff --git a/services/iotdeviceadvisor/pom.xml b/services/iotdeviceadvisor/pom.xml
index 70a6ced46857..37f7fb19c016 100644
--- a/services/iotdeviceadvisor/pom.xml
+++ b/services/iotdeviceadvisor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
iotdeviceadvisor
AWS Java SDK :: Services :: Iot Device Advisor
diff --git a/services/iotevents/pom.xml b/services/iotevents/pom.xml
index 0133812b3ed2..9fb7924e20d7 100644
--- a/services/iotevents/pom.xml
+++ b/services/iotevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
iotevents
AWS Java SDK :: Services :: IoT Events
diff --git a/services/ioteventsdata/pom.xml b/services/ioteventsdata/pom.xml
index ea71d9dc9dfb..21ab82e082f7 100644
--- a/services/ioteventsdata/pom.xml
+++ b/services/ioteventsdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
ioteventsdata
AWS Java SDK :: Services :: IoT Events Data
diff --git a/services/iotfleethub/pom.xml b/services/iotfleethub/pom.xml
index 699cf94af99b..260bb328c4c5 100644
--- a/services/iotfleethub/pom.xml
+++ b/services/iotfleethub/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
iotfleethub
AWS Java SDK :: Services :: Io T Fleet Hub
diff --git a/services/iotjobsdataplane/pom.xml b/services/iotjobsdataplane/pom.xml
index 95c6b4cbdff0..bcb1024fb498 100644
--- a/services/iotjobsdataplane/pom.xml
+++ b/services/iotjobsdataplane/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
iotjobsdataplane
AWS Java SDK :: Services :: IoT Jobs Data Plane
diff --git a/services/iotsecuretunneling/pom.xml b/services/iotsecuretunneling/pom.xml
index de0521ebd0c7..6260074f425b 100644
--- a/services/iotsecuretunneling/pom.xml
+++ b/services/iotsecuretunneling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
iotsecuretunneling
AWS Java SDK :: Services :: IoTSecureTunneling
diff --git a/services/iotsitewise/pom.xml b/services/iotsitewise/pom.xml
index 0dfd268a1259..ecd5d365d813 100644
--- a/services/iotsitewise/pom.xml
+++ b/services/iotsitewise/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
iotsitewise
AWS Java SDK :: Services :: Io T Site Wise
diff --git a/services/iotthingsgraph/pom.xml b/services/iotthingsgraph/pom.xml
index 9c5b7a962df9..5eb1d7055ebb 100644
--- a/services/iotthingsgraph/pom.xml
+++ b/services/iotthingsgraph/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
iotthingsgraph
AWS Java SDK :: Services :: IoTThingsGraph
diff --git a/services/iottwinmaker/pom.xml b/services/iottwinmaker/pom.xml
index 1030e02f9404..5807bf74cf04 100644
--- a/services/iottwinmaker/pom.xml
+++ b/services/iottwinmaker/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
iottwinmaker
AWS Java SDK :: Services :: Io T Twin Maker
diff --git a/services/iotwireless/pom.xml b/services/iotwireless/pom.xml
index e6df9fd3a6ea..56ac666cba6e 100644
--- a/services/iotwireless/pom.xml
+++ b/services/iotwireless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
iotwireless
AWS Java SDK :: Services :: IoT Wireless
diff --git a/services/ivs/pom.xml b/services/ivs/pom.xml
index 6633a8e967df..1f09c45798f5 100644
--- a/services/ivs/pom.xml
+++ b/services/ivs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
ivs
AWS Java SDK :: Services :: Ivs
diff --git a/services/kafka/pom.xml b/services/kafka/pom.xml
index 6c18c661afd8..0ef3235b87ad 100644
--- a/services/kafka/pom.xml
+++ b/services/kafka/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
kafka
AWS Java SDK :: Services :: Kafka
diff --git a/services/kafkaconnect/pom.xml b/services/kafkaconnect/pom.xml
index 6b58d1676cd0..7111fd99cd1b 100644
--- a/services/kafkaconnect/pom.xml
+++ b/services/kafkaconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
kafkaconnect
AWS Java SDK :: Services :: Kafka Connect
diff --git a/services/kendra/pom.xml b/services/kendra/pom.xml
index 32f53f2029dc..e904ee242f4c 100644
--- a/services/kendra/pom.xml
+++ b/services/kendra/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
kendra
AWS Java SDK :: Services :: Kendra
diff --git a/services/kinesis/pom.xml b/services/kinesis/pom.xml
index 1944d1ff56d4..dc96aba809c6 100644
--- a/services/kinesis/pom.xml
+++ b/services/kinesis/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
kinesis
AWS Java SDK :: Services :: Amazon Kinesis
diff --git a/services/kinesisanalytics/pom.xml b/services/kinesisanalytics/pom.xml
index 82f2e8b73517..3d18872d0274 100644
--- a/services/kinesisanalytics/pom.xml
+++ b/services/kinesisanalytics/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
kinesisanalytics
AWS Java SDK :: Services :: Amazon Kinesis Analytics
diff --git a/services/kinesisanalyticsv2/pom.xml b/services/kinesisanalyticsv2/pom.xml
index 51082f679eec..10bbe0e36629 100644
--- a/services/kinesisanalyticsv2/pom.xml
+++ b/services/kinesisanalyticsv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
kinesisanalyticsv2
AWS Java SDK :: Services :: Kinesis Analytics V2
diff --git a/services/kinesisvideo/pom.xml b/services/kinesisvideo/pom.xml
index f6fbcbd18243..e3d8dbc0ce31 100644
--- a/services/kinesisvideo/pom.xml
+++ b/services/kinesisvideo/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
kinesisvideo
diff --git a/services/kinesisvideoarchivedmedia/pom.xml b/services/kinesisvideoarchivedmedia/pom.xml
index cc34e031990b..acfc77890933 100644
--- a/services/kinesisvideoarchivedmedia/pom.xml
+++ b/services/kinesisvideoarchivedmedia/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
kinesisvideoarchivedmedia
AWS Java SDK :: Services :: Kinesis Video Archived Media
diff --git a/services/kinesisvideomedia/pom.xml b/services/kinesisvideomedia/pom.xml
index 0b8b277467a8..483819bf2f1a 100644
--- a/services/kinesisvideomedia/pom.xml
+++ b/services/kinesisvideomedia/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
kinesisvideomedia
AWS Java SDK :: Services :: Kinesis Video Media
diff --git a/services/kinesisvideosignaling/pom.xml b/services/kinesisvideosignaling/pom.xml
index a8f4949d1323..867f8dea0246 100644
--- a/services/kinesisvideosignaling/pom.xml
+++ b/services/kinesisvideosignaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
kinesisvideosignaling
AWS Java SDK :: Services :: Kinesis Video Signaling
diff --git a/services/kms/pom.xml b/services/kms/pom.xml
index 8a3e2b3b1f5a..2b120a4950fb 100644
--- a/services/kms/pom.xml
+++ b/services/kms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
kms
AWS Java SDK :: Services :: AWS KMS
diff --git a/services/lakeformation/pom.xml b/services/lakeformation/pom.xml
index 27d4da7d86aa..2bedbce0ff96 100644
--- a/services/lakeformation/pom.xml
+++ b/services/lakeformation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
lakeformation
AWS Java SDK :: Services :: LakeFormation
diff --git a/services/lambda/pom.xml b/services/lambda/pom.xml
index 97c0ed6fcbf3..e2e655b5d163 100644
--- a/services/lambda/pom.xml
+++ b/services/lambda/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
lambda
AWS Java SDK :: Services :: AWS Lambda
diff --git a/services/lexmodelbuilding/pom.xml b/services/lexmodelbuilding/pom.xml
index 193540af9f98..6a2a6a3e636b 100644
--- a/services/lexmodelbuilding/pom.xml
+++ b/services/lexmodelbuilding/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
lexmodelbuilding
AWS Java SDK :: Services :: Amazon Lex Model Building
diff --git a/services/lexmodelsv2/pom.xml b/services/lexmodelsv2/pom.xml
index 8136b77507c9..4f4b7f7966b6 100644
--- a/services/lexmodelsv2/pom.xml
+++ b/services/lexmodelsv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
lexmodelsv2
AWS Java SDK :: Services :: Lex Models V2
diff --git a/services/lexruntime/pom.xml b/services/lexruntime/pom.xml
index f958922fd669..4ea96e277316 100644
--- a/services/lexruntime/pom.xml
+++ b/services/lexruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
lexruntime
AWS Java SDK :: Services :: Amazon Lex Runtime
diff --git a/services/lexruntimev2/pom.xml b/services/lexruntimev2/pom.xml
index 9a2c9d6dde40..16cf17f34ade 100644
--- a/services/lexruntimev2/pom.xml
+++ b/services/lexruntimev2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
lexruntimev2
AWS Java SDK :: Services :: Lex Runtime V2
diff --git a/services/licensemanager/pom.xml b/services/licensemanager/pom.xml
index 2c280e9465d7..3d74b03abbf5 100644
--- a/services/licensemanager/pom.xml
+++ b/services/licensemanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
licensemanager
AWS Java SDK :: Services :: License Manager
diff --git a/services/lightsail/pom.xml b/services/lightsail/pom.xml
index 8abb6c9475d3..99bf5a2ca8e9 100644
--- a/services/lightsail/pom.xml
+++ b/services/lightsail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
lightsail
AWS Java SDK :: Services :: Amazon Lightsail
diff --git a/services/location/pom.xml b/services/location/pom.xml
index c9260087a86a..9d8832c44775 100644
--- a/services/location/pom.xml
+++ b/services/location/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
location
AWS Java SDK :: Services :: Location
diff --git a/services/lookoutequipment/pom.xml b/services/lookoutequipment/pom.xml
index 9faa95534ca9..6fd86cbe5d68 100644
--- a/services/lookoutequipment/pom.xml
+++ b/services/lookoutequipment/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
lookoutequipment
AWS Java SDK :: Services :: Lookout Equipment
diff --git a/services/lookoutmetrics/pom.xml b/services/lookoutmetrics/pom.xml
index c08f5628b40b..1061b3ef7477 100644
--- a/services/lookoutmetrics/pom.xml
+++ b/services/lookoutmetrics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
lookoutmetrics
AWS Java SDK :: Services :: Lookout Metrics
diff --git a/services/lookoutvision/pom.xml b/services/lookoutvision/pom.xml
index 48358684693e..cdcf4435a67b 100644
--- a/services/lookoutvision/pom.xml
+++ b/services/lookoutvision/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
lookoutvision
AWS Java SDK :: Services :: Lookout Vision
diff --git a/services/machinelearning/pom.xml b/services/machinelearning/pom.xml
index ef2e405f0c01..7f04ddf37501 100644
--- a/services/machinelearning/pom.xml
+++ b/services/machinelearning/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
machinelearning
AWS Java SDK :: Services :: Amazon Machine Learning
diff --git a/services/macie/pom.xml b/services/macie/pom.xml
index d460f1539feb..7ce83de1f434 100644
--- a/services/macie/pom.xml
+++ b/services/macie/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
macie
AWS Java SDK :: Services :: Macie
diff --git a/services/macie2/pom.xml b/services/macie2/pom.xml
index 122f43eb5d44..833ec0e7b14e 100644
--- a/services/macie2/pom.xml
+++ b/services/macie2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
macie2
AWS Java SDK :: Services :: Macie2
diff --git a/services/managedblockchain/pom.xml b/services/managedblockchain/pom.xml
index 20b62ffb255c..ec10f7f91be7 100644
--- a/services/managedblockchain/pom.xml
+++ b/services/managedblockchain/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
managedblockchain
AWS Java SDK :: Services :: ManagedBlockchain
diff --git a/services/marketplacecatalog/pom.xml b/services/marketplacecatalog/pom.xml
index 1854ed5fee82..346525ce0fec 100644
--- a/services/marketplacecatalog/pom.xml
+++ b/services/marketplacecatalog/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
marketplacecatalog
AWS Java SDK :: Services :: Marketplace Catalog
diff --git a/services/marketplacecommerceanalytics/pom.xml b/services/marketplacecommerceanalytics/pom.xml
index 966036c6322f..0cd3cc8d426f 100644
--- a/services/marketplacecommerceanalytics/pom.xml
+++ b/services/marketplacecommerceanalytics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
marketplacecommerceanalytics
AWS Java SDK :: Services :: AWS Marketplace Commerce Analytics
diff --git a/services/marketplaceentitlement/pom.xml b/services/marketplaceentitlement/pom.xml
index 5c061335b843..81a7e9673078 100644
--- a/services/marketplaceentitlement/pom.xml
+++ b/services/marketplaceentitlement/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
marketplaceentitlement
AWS Java SDK :: Services :: AWS Marketplace Entitlement
diff --git a/services/marketplacemetering/pom.xml b/services/marketplacemetering/pom.xml
index eb43f620e505..a23ce8f977bc 100644
--- a/services/marketplacemetering/pom.xml
+++ b/services/marketplacemetering/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
marketplacemetering
AWS Java SDK :: Services :: AWS Marketplace Metering Service
diff --git a/services/mediaconnect/pom.xml b/services/mediaconnect/pom.xml
index 1c2b03311434..bb3321782b74 100644
--- a/services/mediaconnect/pom.xml
+++ b/services/mediaconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
mediaconnect
AWS Java SDK :: Services :: MediaConnect
diff --git a/services/mediaconvert/pom.xml b/services/mediaconvert/pom.xml
index 2e26aa68f05f..d714a09775a1 100644
--- a/services/mediaconvert/pom.xml
+++ b/services/mediaconvert/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
mediaconvert
diff --git a/services/medialive/pom.xml b/services/medialive/pom.xml
index 5191b7d19b7f..673e219ca074 100644
--- a/services/medialive/pom.xml
+++ b/services/medialive/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
medialive
diff --git a/services/mediapackage/pom.xml b/services/mediapackage/pom.xml
index 81db574600bd..e10a633a5c9e 100644
--- a/services/mediapackage/pom.xml
+++ b/services/mediapackage/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
mediapackage
diff --git a/services/mediapackagevod/pom.xml b/services/mediapackagevod/pom.xml
index ede4ac9a8a99..ecf045f2640e 100644
--- a/services/mediapackagevod/pom.xml
+++ b/services/mediapackagevod/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
mediapackagevod
AWS Java SDK :: Services :: MediaPackage Vod
diff --git a/services/mediastore/pom.xml b/services/mediastore/pom.xml
index b023b6a1310d..048690c5a661 100644
--- a/services/mediastore/pom.xml
+++ b/services/mediastore/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
mediastore
diff --git a/services/mediastoredata/pom.xml b/services/mediastoredata/pom.xml
index fd4fab6b7b6c..3e8cf1283ca8 100644
--- a/services/mediastoredata/pom.xml
+++ b/services/mediastoredata/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
mediastoredata
diff --git a/services/mediatailor/pom.xml b/services/mediatailor/pom.xml
index 83b5ade3182e..3a260ab8592f 100644
--- a/services/mediatailor/pom.xml
+++ b/services/mediatailor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
mediatailor
AWS Java SDK :: Services :: MediaTailor
diff --git a/services/memorydb/pom.xml b/services/memorydb/pom.xml
index 80a028caa3f3..b5c3583bdbe3 100644
--- a/services/memorydb/pom.xml
+++ b/services/memorydb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
memorydb
AWS Java SDK :: Services :: Memory DB
diff --git a/services/mgn/pom.xml b/services/mgn/pom.xml
index 553d6267b8c4..5e561a46a1ff 100644
--- a/services/mgn/pom.xml
+++ b/services/mgn/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
mgn
AWS Java SDK :: Services :: Mgn
diff --git a/services/migrationhub/pom.xml b/services/migrationhub/pom.xml
index fbd81a1ce43a..f23608b5e88a 100644
--- a/services/migrationhub/pom.xml
+++ b/services/migrationhub/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
migrationhub
diff --git a/services/migrationhubconfig/pom.xml b/services/migrationhubconfig/pom.xml
index 47af702d7c81..a7b0a19d1565 100644
--- a/services/migrationhubconfig/pom.xml
+++ b/services/migrationhubconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
migrationhubconfig
AWS Java SDK :: Services :: MigrationHub Config
diff --git a/services/migrationhubrefactorspaces/pom.xml b/services/migrationhubrefactorspaces/pom.xml
index d25c0ac7492d..ab1208c0ca3d 100644
--- a/services/migrationhubrefactorspaces/pom.xml
+++ b/services/migrationhubrefactorspaces/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
migrationhubrefactorspaces
AWS Java SDK :: Services :: Migration Hub Refactor Spaces
diff --git a/services/migrationhubstrategy/pom.xml b/services/migrationhubstrategy/pom.xml
index 265406965d8f..7e2dc5a655ec 100644
--- a/services/migrationhubstrategy/pom.xml
+++ b/services/migrationhubstrategy/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
migrationhubstrategy
AWS Java SDK :: Services :: Migration Hub Strategy
diff --git a/services/mobile/pom.xml b/services/mobile/pom.xml
index 6d40820dab20..b4ab21c80383 100644
--- a/services/mobile/pom.xml
+++ b/services/mobile/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
mobile
diff --git a/services/mq/pom.xml b/services/mq/pom.xml
index 881007479c1b..4d4e444a9d50 100644
--- a/services/mq/pom.xml
+++ b/services/mq/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
mq
diff --git a/services/mturk/pom.xml b/services/mturk/pom.xml
index 59d162a6ce6e..01b5191a96bd 100644
--- a/services/mturk/pom.xml
+++ b/services/mturk/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
mturk
AWS Java SDK :: Services :: Amazon Mechanical Turk Requester
diff --git a/services/mwaa/pom.xml b/services/mwaa/pom.xml
index 7f481665135e..207f81377f6f 100644
--- a/services/mwaa/pom.xml
+++ b/services/mwaa/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
mwaa
AWS Java SDK :: Services :: MWAA
diff --git a/services/neptune/pom.xml b/services/neptune/pom.xml
index 507d14285a07..23edc61fc538 100644
--- a/services/neptune/pom.xml
+++ b/services/neptune/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
neptune
AWS Java SDK :: Services :: Neptune
diff --git a/services/networkfirewall/pom.xml b/services/networkfirewall/pom.xml
index 416c2ea8cf92..955ada68e987 100644
--- a/services/networkfirewall/pom.xml
+++ b/services/networkfirewall/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
networkfirewall
AWS Java SDK :: Services :: Network Firewall
diff --git a/services/networkmanager/pom.xml b/services/networkmanager/pom.xml
index 754a2683d9ad..493cb664b24b 100644
--- a/services/networkmanager/pom.xml
+++ b/services/networkmanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
networkmanager
AWS Java SDK :: Services :: NetworkManager
diff --git a/services/nimble/pom.xml b/services/nimble/pom.xml
index 882638736934..9033c7d28cbf 100644
--- a/services/nimble/pom.xml
+++ b/services/nimble/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
nimble
AWS Java SDK :: Services :: Nimble
diff --git a/services/opensearch/pom.xml b/services/opensearch/pom.xml
index 45b1b21abed2..ed4213c4355b 100644
--- a/services/opensearch/pom.xml
+++ b/services/opensearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
opensearch
AWS Java SDK :: Services :: Open Search
diff --git a/services/opsworks/pom.xml b/services/opsworks/pom.xml
index 38ca30af82b3..bad5db8f2d79 100644
--- a/services/opsworks/pom.xml
+++ b/services/opsworks/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
opsworks
AWS Java SDK :: Services :: AWS OpsWorks
diff --git a/services/opsworkscm/pom.xml b/services/opsworkscm/pom.xml
index d0e01c9664e1..564a56bbd093 100644
--- a/services/opsworkscm/pom.xml
+++ b/services/opsworkscm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
opsworkscm
AWS Java SDK :: Services :: AWS OpsWorks for Chef Automate
diff --git a/services/organizations/pom.xml b/services/organizations/pom.xml
index 5efc6e6bc7f6..3967eb5a099b 100644
--- a/services/organizations/pom.xml
+++ b/services/organizations/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
organizations
AWS Java SDK :: Services :: AWS Organizations
diff --git a/services/outposts/pom.xml b/services/outposts/pom.xml
index c56f4bac0298..d5d2e7183555 100644
--- a/services/outposts/pom.xml
+++ b/services/outposts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
outposts
AWS Java SDK :: Services :: Outposts
diff --git a/services/panorama/pom.xml b/services/panorama/pom.xml
index 829ee75fe331..63019006e48a 100644
--- a/services/panorama/pom.xml
+++ b/services/panorama/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
panorama
AWS Java SDK :: Services :: Panorama
diff --git a/services/personalize/pom.xml b/services/personalize/pom.xml
index e4941bea07be..3756ed581816 100644
--- a/services/personalize/pom.xml
+++ b/services/personalize/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
personalize
AWS Java SDK :: Services :: Personalize
diff --git a/services/personalizeevents/pom.xml b/services/personalizeevents/pom.xml
index 6789d9ac4818..d5da5caca210 100644
--- a/services/personalizeevents/pom.xml
+++ b/services/personalizeevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
personalizeevents
AWS Java SDK :: Services :: Personalize Events
diff --git a/services/personalizeruntime/pom.xml b/services/personalizeruntime/pom.xml
index f6e82e05c70d..11e8fd947a29 100644
--- a/services/personalizeruntime/pom.xml
+++ b/services/personalizeruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
personalizeruntime
AWS Java SDK :: Services :: Personalize Runtime
diff --git a/services/pi/pom.xml b/services/pi/pom.xml
index ca8b74cf5048..442c447fbabd 100644
--- a/services/pi/pom.xml
+++ b/services/pi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
pi
AWS Java SDK :: Services :: PI
diff --git a/services/pinpoint/pom.xml b/services/pinpoint/pom.xml
index 1169623adfe0..52cdefcea5f7 100644
--- a/services/pinpoint/pom.xml
+++ b/services/pinpoint/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
pinpoint
AWS Java SDK :: Services :: Amazon Pinpoint
diff --git a/services/pinpointemail/pom.xml b/services/pinpointemail/pom.xml
index a1cb835e659c..8000f16d8e7c 100644
--- a/services/pinpointemail/pom.xml
+++ b/services/pinpointemail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
pinpointemail
AWS Java SDK :: Services :: Pinpoint Email
diff --git a/services/pinpointsmsvoice/pom.xml b/services/pinpointsmsvoice/pom.xml
index 3436ce3c44c9..9c455cf3fae3 100644
--- a/services/pinpointsmsvoice/pom.xml
+++ b/services/pinpointsmsvoice/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
pinpointsmsvoice
AWS Java SDK :: Services :: Pinpoint SMS Voice
diff --git a/services/polly/pom.xml b/services/polly/pom.xml
index 9056ffdf243d..c44725dee12a 100644
--- a/services/polly/pom.xml
+++ b/services/polly/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
polly
AWS Java SDK :: Services :: Amazon Polly
diff --git a/services/pom.xml b/services/pom.xml
index 0b05e60d684d..e1aa88381538 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.17.120-SNAPSHOT
+ 2.17.120
services
AWS Java SDK :: Services
diff --git a/services/pricing/pom.xml b/services/pricing/pom.xml
index f7307dfd9814..fa4c32b34cec 100644
--- a/services/pricing/pom.xml
+++ b/services/pricing/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
pricing
diff --git a/services/proton/pom.xml b/services/proton/pom.xml
index 8209bda7e06f..16367527b362 100644
--- a/services/proton/pom.xml
+++ b/services/proton/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
proton
AWS Java SDK :: Services :: Proton
diff --git a/services/qldb/pom.xml b/services/qldb/pom.xml
index 48e7046957b4..4774387d4f9a 100644
--- a/services/qldb/pom.xml
+++ b/services/qldb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
qldb
AWS Java SDK :: Services :: QLDB
diff --git a/services/qldbsession/pom.xml b/services/qldbsession/pom.xml
index c38b13a7e662..88f8f70ac596 100644
--- a/services/qldbsession/pom.xml
+++ b/services/qldbsession/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
qldbsession
AWS Java SDK :: Services :: QLDB Session
diff --git a/services/quicksight/pom.xml b/services/quicksight/pom.xml
index 72a6304a19cd..08ace6a10538 100644
--- a/services/quicksight/pom.xml
+++ b/services/quicksight/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
quicksight
AWS Java SDK :: Services :: QuickSight
diff --git a/services/ram/pom.xml b/services/ram/pom.xml
index 1136b9a2615e..3d63e1f47585 100644
--- a/services/ram/pom.xml
+++ b/services/ram/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
ram
AWS Java SDK :: Services :: RAM
diff --git a/services/rbin/pom.xml b/services/rbin/pom.xml
index 54bd75864e16..017a84fa6097 100644
--- a/services/rbin/pom.xml
+++ b/services/rbin/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
rbin
AWS Java SDK :: Services :: Rbin
diff --git a/services/rds/pom.xml b/services/rds/pom.xml
index 0567e0154499..7697fd0719ab 100644
--- a/services/rds/pom.xml
+++ b/services/rds/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
rds
AWS Java SDK :: Services :: Amazon RDS
diff --git a/services/rdsdata/pom.xml b/services/rdsdata/pom.xml
index 9f948a1970c5..4a795c406537 100644
--- a/services/rdsdata/pom.xml
+++ b/services/rdsdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
rdsdata
AWS Java SDK :: Services :: RDS Data
diff --git a/services/redshift/pom.xml b/services/redshift/pom.xml
index 06b05b39b583..1b0f7a247ab7 100644
--- a/services/redshift/pom.xml
+++ b/services/redshift/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
redshift
AWS Java SDK :: Services :: Amazon Redshift
diff --git a/services/redshiftdata/pom.xml b/services/redshiftdata/pom.xml
index 8d04f6277e10..3fa527551b0b 100644
--- a/services/redshiftdata/pom.xml
+++ b/services/redshiftdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
redshiftdata
AWS Java SDK :: Services :: Redshift Data
diff --git a/services/rekognition/pom.xml b/services/rekognition/pom.xml
index 2dafc7170e68..df9c55e5ee95 100644
--- a/services/rekognition/pom.xml
+++ b/services/rekognition/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
rekognition
AWS Java SDK :: Services :: Amazon Rekognition
diff --git a/services/resiliencehub/pom.xml b/services/resiliencehub/pom.xml
index c331604a4290..07676a336e6d 100644
--- a/services/resiliencehub/pom.xml
+++ b/services/resiliencehub/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
resiliencehub
AWS Java SDK :: Services :: Resiliencehub
diff --git a/services/resourcegroups/pom.xml b/services/resourcegroups/pom.xml
index 2fdb8ae36048..90a487e9ddab 100644
--- a/services/resourcegroups/pom.xml
+++ b/services/resourcegroups/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
resourcegroups
diff --git a/services/resourcegroupstaggingapi/pom.xml b/services/resourcegroupstaggingapi/pom.xml
index 0f3f5184d6b2..f2efcea8c481 100644
--- a/services/resourcegroupstaggingapi/pom.xml
+++ b/services/resourcegroupstaggingapi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
resourcegroupstaggingapi
AWS Java SDK :: Services :: AWS Resource Groups Tagging API
diff --git a/services/robomaker/pom.xml b/services/robomaker/pom.xml
index 2ce7172735c0..84e9837108e5 100644
--- a/services/robomaker/pom.xml
+++ b/services/robomaker/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
robomaker
AWS Java SDK :: Services :: RoboMaker
diff --git a/services/route53/pom.xml b/services/route53/pom.xml
index b8879e60f79d..4d1806a6d5e0 100644
--- a/services/route53/pom.xml
+++ b/services/route53/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
route53
AWS Java SDK :: Services :: Amazon Route53
diff --git a/services/route53domains/pom.xml b/services/route53domains/pom.xml
index 47fe61963186..ce6b8b9dd201 100644
--- a/services/route53domains/pom.xml
+++ b/services/route53domains/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
route53domains
AWS Java SDK :: Services :: Amazon Route53 Domains
diff --git a/services/route53recoverycluster/pom.xml b/services/route53recoverycluster/pom.xml
index 108510810e17..b8dcda06633e 100644
--- a/services/route53recoverycluster/pom.xml
+++ b/services/route53recoverycluster/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
route53recoverycluster
AWS Java SDK :: Services :: Route53 Recovery Cluster
diff --git a/services/route53recoverycontrolconfig/pom.xml b/services/route53recoverycontrolconfig/pom.xml
index 3e8f2953f441..f9475ae6a9a7 100644
--- a/services/route53recoverycontrolconfig/pom.xml
+++ b/services/route53recoverycontrolconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
route53recoverycontrolconfig
AWS Java SDK :: Services :: Route53 Recovery Control Config
diff --git a/services/route53recoveryreadiness/pom.xml b/services/route53recoveryreadiness/pom.xml
index 090adc123c16..2ee523151241 100644
--- a/services/route53recoveryreadiness/pom.xml
+++ b/services/route53recoveryreadiness/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
route53recoveryreadiness
AWS Java SDK :: Services :: Route53 Recovery Readiness
diff --git a/services/route53resolver/pom.xml b/services/route53resolver/pom.xml
index 78d978e3a668..b537a58201c2 100644
--- a/services/route53resolver/pom.xml
+++ b/services/route53resolver/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
route53resolver
AWS Java SDK :: Services :: Route53Resolver
diff --git a/services/rum/pom.xml b/services/rum/pom.xml
index d6cf9bb358e1..8ad3bf96043e 100644
--- a/services/rum/pom.xml
+++ b/services/rum/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
rum
AWS Java SDK :: Services :: RUM
diff --git a/services/s3/pom.xml b/services/s3/pom.xml
index 20490d2ead65..565c97003784 100644
--- a/services/s3/pom.xml
+++ b/services/s3/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
s3
AWS Java SDK :: Services :: Amazon S3
diff --git a/services/s3control/pom.xml b/services/s3control/pom.xml
index 6c3bdff04b53..dd964d799838 100644
--- a/services/s3control/pom.xml
+++ b/services/s3control/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
s3control
AWS Java SDK :: Services :: Amazon S3 Control
diff --git a/services/s3outposts/pom.xml b/services/s3outposts/pom.xml
index 735adf29b09e..a80e82cd7d1f 100644
--- a/services/s3outposts/pom.xml
+++ b/services/s3outposts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
s3outposts
AWS Java SDK :: Services :: S3 Outposts
diff --git a/services/sagemaker/pom.xml b/services/sagemaker/pom.xml
index d06c4848f63c..185e950612dc 100644
--- a/services/sagemaker/pom.xml
+++ b/services/sagemaker/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
sagemaker
diff --git a/services/sagemakera2iruntime/pom.xml b/services/sagemakera2iruntime/pom.xml
index 43cf87946f55..35b79aaeb2a1 100644
--- a/services/sagemakera2iruntime/pom.xml
+++ b/services/sagemakera2iruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
sagemakera2iruntime
AWS Java SDK :: Services :: SageMaker A2I Runtime
diff --git a/services/sagemakeredge/pom.xml b/services/sagemakeredge/pom.xml
index 43d8d58c7595..f9e948bedcf8 100644
--- a/services/sagemakeredge/pom.xml
+++ b/services/sagemakeredge/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
sagemakeredge
AWS Java SDK :: Services :: Sagemaker Edge
diff --git a/services/sagemakerfeaturestoreruntime/pom.xml b/services/sagemakerfeaturestoreruntime/pom.xml
index 77211138abd5..e4fa7d59cbb3 100644
--- a/services/sagemakerfeaturestoreruntime/pom.xml
+++ b/services/sagemakerfeaturestoreruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
sagemakerfeaturestoreruntime
AWS Java SDK :: Services :: Sage Maker Feature Store Runtime
diff --git a/services/sagemakerruntime/pom.xml b/services/sagemakerruntime/pom.xml
index 31e2db5a70cf..1c972b9e9a45 100644
--- a/services/sagemakerruntime/pom.xml
+++ b/services/sagemakerruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
sagemakerruntime
AWS Java SDK :: Services :: SageMaker Runtime
diff --git a/services/savingsplans/pom.xml b/services/savingsplans/pom.xml
index da0dacbd9b0e..d196f888ab32 100644
--- a/services/savingsplans/pom.xml
+++ b/services/savingsplans/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
savingsplans
AWS Java SDK :: Services :: Savingsplans
diff --git a/services/schemas/pom.xml b/services/schemas/pom.xml
index 865d7b1c0578..0ef8d049f2a3 100644
--- a/services/schemas/pom.xml
+++ b/services/schemas/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
schemas
AWS Java SDK :: Services :: Schemas
diff --git a/services/secretsmanager/pom.xml b/services/secretsmanager/pom.xml
index 85fdd436c6f8..8be421154c46 100644
--- a/services/secretsmanager/pom.xml
+++ b/services/secretsmanager/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
secretsmanager
AWS Java SDK :: Services :: AWS Secrets Manager
diff --git a/services/securityhub/pom.xml b/services/securityhub/pom.xml
index 401e224dd383..c55480077022 100644
--- a/services/securityhub/pom.xml
+++ b/services/securityhub/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
securityhub
AWS Java SDK :: Services :: SecurityHub
diff --git a/services/serverlessapplicationrepository/pom.xml b/services/serverlessapplicationrepository/pom.xml
index 2e041c45621a..084cccc2a97e 100644
--- a/services/serverlessapplicationrepository/pom.xml
+++ b/services/serverlessapplicationrepository/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
serverlessapplicationrepository
diff --git a/services/servicecatalog/pom.xml b/services/servicecatalog/pom.xml
index e3684e2ecbd1..56b9942a9e0d 100644
--- a/services/servicecatalog/pom.xml
+++ b/services/servicecatalog/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
servicecatalog
AWS Java SDK :: Services :: AWS Service Catalog
diff --git a/services/servicecatalogappregistry/pom.xml b/services/servicecatalogappregistry/pom.xml
index 704f563e86f4..3b7bf3489fe0 100644
--- a/services/servicecatalogappregistry/pom.xml
+++ b/services/servicecatalogappregistry/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
servicecatalogappregistry
AWS Java SDK :: Services :: Service Catalog App Registry
diff --git a/services/servicediscovery/pom.xml b/services/servicediscovery/pom.xml
index 7cdd2a8496cb..d8e635695320 100644
--- a/services/servicediscovery/pom.xml
+++ b/services/servicediscovery/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
servicediscovery
diff --git a/services/servicequotas/pom.xml b/services/servicequotas/pom.xml
index 6e2105a5f7cd..3a4a593eb53a 100644
--- a/services/servicequotas/pom.xml
+++ b/services/servicequotas/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
servicequotas
AWS Java SDK :: Services :: Service Quotas
diff --git a/services/ses/pom.xml b/services/ses/pom.xml
index 8d85f11ebf78..a2601145467f 100644
--- a/services/ses/pom.xml
+++ b/services/ses/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
ses
AWS Java SDK :: Services :: Amazon SES
diff --git a/services/sesv2/pom.xml b/services/sesv2/pom.xml
index c43432fbaaec..8788edda6964 100644
--- a/services/sesv2/pom.xml
+++ b/services/sesv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
sesv2
AWS Java SDK :: Services :: SESv2
diff --git a/services/sfn/pom.xml b/services/sfn/pom.xml
index c69a855b1dee..3a745b5bf8a0 100644
--- a/services/sfn/pom.xml
+++ b/services/sfn/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
sfn
AWS Java SDK :: Services :: AWS Step Functions
diff --git a/services/shield/pom.xml b/services/shield/pom.xml
index cac9aabc2098..e7e31f138770 100644
--- a/services/shield/pom.xml
+++ b/services/shield/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
shield
AWS Java SDK :: Services :: AWS Shield
diff --git a/services/signer/pom.xml b/services/signer/pom.xml
index 73bc2d5d2c77..cf634b316816 100644
--- a/services/signer/pom.xml
+++ b/services/signer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
signer
AWS Java SDK :: Services :: Signer
diff --git a/services/sms/pom.xml b/services/sms/pom.xml
index a9f6295aee83..39b99a5418c9 100644
--- a/services/sms/pom.xml
+++ b/services/sms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
sms
AWS Java SDK :: Services :: AWS Server Migration
diff --git a/services/snowball/pom.xml b/services/snowball/pom.xml
index 45b25ee6aea6..a8b7ed346f54 100644
--- a/services/snowball/pom.xml
+++ b/services/snowball/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
snowball
AWS Java SDK :: Services :: Amazon Snowball
diff --git a/services/snowdevicemanagement/pom.xml b/services/snowdevicemanagement/pom.xml
index 4565f8a8df28..420ef26a0aac 100644
--- a/services/snowdevicemanagement/pom.xml
+++ b/services/snowdevicemanagement/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
snowdevicemanagement
AWS Java SDK :: Services :: Snow Device Management
diff --git a/services/sns/pom.xml b/services/sns/pom.xml
index 067f3e32efee..e132fa9ab9d7 100644
--- a/services/sns/pom.xml
+++ b/services/sns/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
sns
AWS Java SDK :: Services :: Amazon SNS
diff --git a/services/sqs/pom.xml b/services/sqs/pom.xml
index 7a29afbb2255..b8c9a6694cda 100644
--- a/services/sqs/pom.xml
+++ b/services/sqs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
sqs
AWS Java SDK :: Services :: Amazon SQS
diff --git a/services/ssm/pom.xml b/services/ssm/pom.xml
index 206cee21ce4f..b96e93910bd1 100644
--- a/services/ssm/pom.xml
+++ b/services/ssm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
ssm
AWS Java SDK :: Services :: AWS Simple Systems Management (SSM)
diff --git a/services/ssmcontacts/pom.xml b/services/ssmcontacts/pom.xml
index 271ac7805c3a..7e074804e469 100644
--- a/services/ssmcontacts/pom.xml
+++ b/services/ssmcontacts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
ssmcontacts
AWS Java SDK :: Services :: SSM Contacts
diff --git a/services/ssmincidents/pom.xml b/services/ssmincidents/pom.xml
index 4dd44a6b2524..821b2e669083 100644
--- a/services/ssmincidents/pom.xml
+++ b/services/ssmincidents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
ssmincidents
AWS Java SDK :: Services :: SSM Incidents
diff --git a/services/sso/pom.xml b/services/sso/pom.xml
index df56bceaad69..ae6815c6f54c 100644
--- a/services/sso/pom.xml
+++ b/services/sso/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
sso
AWS Java SDK :: Services :: SSO
diff --git a/services/ssoadmin/pom.xml b/services/ssoadmin/pom.xml
index 15005b1030e0..e75007b3f656 100644
--- a/services/ssoadmin/pom.xml
+++ b/services/ssoadmin/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
ssoadmin
AWS Java SDK :: Services :: SSO Admin
diff --git a/services/ssooidc/pom.xml b/services/ssooidc/pom.xml
index ac98efd88102..8f61a9b3b9dc 100644
--- a/services/ssooidc/pom.xml
+++ b/services/ssooidc/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
ssooidc
AWS Java SDK :: Services :: SSO OIDC
diff --git a/services/storagegateway/pom.xml b/services/storagegateway/pom.xml
index c7fd46d6f6fc..590a2740c062 100644
--- a/services/storagegateway/pom.xml
+++ b/services/storagegateway/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
storagegateway
AWS Java SDK :: Services :: AWS Storage Gateway
diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index ba2160f070c4..df79ba5dd076 100644
--- a/services/sts/pom.xml
+++ b/services/sts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
sts
AWS Java SDK :: Services :: AWS STS
diff --git a/services/support/pom.xml b/services/support/pom.xml
index 03ffb3026cb1..8df149020bf5 100644
--- a/services/support/pom.xml
+++ b/services/support/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
support
AWS Java SDK :: Services :: AWS Support
diff --git a/services/swf/pom.xml b/services/swf/pom.xml
index 695eee3a4c46..5e84bb56770d 100644
--- a/services/swf/pom.xml
+++ b/services/swf/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
swf
AWS Java SDK :: Services :: Amazon SWF
diff --git a/services/synthetics/pom.xml b/services/synthetics/pom.xml
index d2bd040696d5..e7d7b50f7d2c 100644
--- a/services/synthetics/pom.xml
+++ b/services/synthetics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
synthetics
AWS Java SDK :: Services :: Synthetics
diff --git a/services/textract/pom.xml b/services/textract/pom.xml
index 4f308c262e26..3b139dd5bca1 100644
--- a/services/textract/pom.xml
+++ b/services/textract/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
textract
AWS Java SDK :: Services :: Textract
diff --git a/services/timestreamquery/pom.xml b/services/timestreamquery/pom.xml
index 8ba34e79a50b..d03b4d3e3a20 100644
--- a/services/timestreamquery/pom.xml
+++ b/services/timestreamquery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
timestreamquery
AWS Java SDK :: Services :: Timestream Query
diff --git a/services/timestreamwrite/pom.xml b/services/timestreamwrite/pom.xml
index 19c261af0ecb..34fd0b5dcce8 100644
--- a/services/timestreamwrite/pom.xml
+++ b/services/timestreamwrite/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
timestreamwrite
AWS Java SDK :: Services :: Timestream Write
diff --git a/services/transcribe/pom.xml b/services/transcribe/pom.xml
index 4024ed919390..eae52059fb9d 100644
--- a/services/transcribe/pom.xml
+++ b/services/transcribe/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
transcribe
AWS Java SDK :: Services :: Transcribe
diff --git a/services/transcribestreaming/pom.xml b/services/transcribestreaming/pom.xml
index dbf942313dae..bc33553bebc2 100644
--- a/services/transcribestreaming/pom.xml
+++ b/services/transcribestreaming/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
transcribestreaming
AWS Java SDK :: Services :: AWS Transcribe Streaming
diff --git a/services/transfer/pom.xml b/services/transfer/pom.xml
index 70d7c15b49a2..2ee63fe1e68c 100644
--- a/services/transfer/pom.xml
+++ b/services/transfer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
transfer
AWS Java SDK :: Services :: Transfer
diff --git a/services/translate/pom.xml b/services/translate/pom.xml
index 3eaa7a291986..50d8a178e0a8 100644
--- a/services/translate/pom.xml
+++ b/services/translate/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
translate
diff --git a/services/voiceid/pom.xml b/services/voiceid/pom.xml
index 7c86d0d81f83..efd68351aa81 100644
--- a/services/voiceid/pom.xml
+++ b/services/voiceid/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
voiceid
AWS Java SDK :: Services :: Voice ID
diff --git a/services/waf/pom.xml b/services/waf/pom.xml
index c0a83aafc527..c757564bec4e 100644
--- a/services/waf/pom.xml
+++ b/services/waf/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
waf
AWS Java SDK :: Services :: AWS WAF
diff --git a/services/wafv2/pom.xml b/services/wafv2/pom.xml
index cd9fa0b2d939..75f286ba5d44 100644
--- a/services/wafv2/pom.xml
+++ b/services/wafv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
wafv2
AWS Java SDK :: Services :: WAFV2
diff --git a/services/wellarchitected/pom.xml b/services/wellarchitected/pom.xml
index a73e96fdf7ca..b8bf68260773 100644
--- a/services/wellarchitected/pom.xml
+++ b/services/wellarchitected/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
wellarchitected
AWS Java SDK :: Services :: Well Architected
diff --git a/services/wisdom/pom.xml b/services/wisdom/pom.xml
index 7416cd6c169b..80b5a00f7f1a 100644
--- a/services/wisdom/pom.xml
+++ b/services/wisdom/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
wisdom
AWS Java SDK :: Services :: Wisdom
diff --git a/services/workdocs/pom.xml b/services/workdocs/pom.xml
index 3531a7f5b6b0..ecf6520c168e 100644
--- a/services/workdocs/pom.xml
+++ b/services/workdocs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
workdocs
AWS Java SDK :: Services :: Amazon WorkDocs
diff --git a/services/worklink/pom.xml b/services/worklink/pom.xml
index 921f36ce1777..9ff066acef17 100644
--- a/services/worklink/pom.xml
+++ b/services/worklink/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
worklink
AWS Java SDK :: Services :: WorkLink
diff --git a/services/workmail/pom.xml b/services/workmail/pom.xml
index 06eefd43dbde..b1bf3791b2ec 100644
--- a/services/workmail/pom.xml
+++ b/services/workmail/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0
workmail
diff --git a/services/workmailmessageflow/pom.xml b/services/workmailmessageflow/pom.xml
index b84817b1529f..8e163b9b104d 100644
--- a/services/workmailmessageflow/pom.xml
+++ b/services/workmailmessageflow/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
workmailmessageflow
AWS Java SDK :: Services :: WorkMailMessageFlow
diff --git a/services/workspaces/pom.xml b/services/workspaces/pom.xml
index 972398cd7beb..ca6e988d88e1 100644
--- a/services/workspaces/pom.xml
+++ b/services/workspaces/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
workspaces
AWS Java SDK :: Services :: Amazon WorkSpaces
diff --git a/services/workspacesweb/pom.xml b/services/workspacesweb/pom.xml
index 097224c2083d..29461e8c653c 100644
--- a/services/workspacesweb/pom.xml
+++ b/services/workspacesweb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
workspacesweb
AWS Java SDK :: Services :: Work Spaces Web
diff --git a/services/xray/pom.xml b/services/xray/pom.xml
index 8c97edba8d27..0f383049b1c0 100644
--- a/services/xray/pom.xml
+++ b/services/xray/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.120-SNAPSHOT
+ 2.17.120
xray
AWS Java SDK :: Services :: AWS X-Ray
diff --git a/test/auth-sts-testing/pom.xml b/test/auth-sts-testing/pom.xml
index dee5532e1842..47e51dde7f13 100644
--- a/test/auth-sts-testing/pom.xml
+++ b/test/auth-sts-testing/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
../../pom.xml
4.0.0
diff --git a/test/codegen-generated-classes-test/pom.xml b/test/codegen-generated-classes-test/pom.xml
index 3fb18194ea02..7e0f2f7b034b 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.17.120-SNAPSHOT
+ 2.17.120
../../pom.xml
diff --git a/test/http-client-tests/pom.xml b/test/http-client-tests/pom.xml
index 0d6b0f2a9afc..3dcb82b13e5d 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.17.120-SNAPSHOT
+ 2.17.120
../../pom.xml
http-client-tests
diff --git a/test/module-path-tests/pom.xml b/test/module-path-tests/pom.xml
index e304a55cdb15..0a94a59d7802 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.17.120-SNAPSHOT
+ 2.17.120
../../pom.xml
4.0.0
diff --git a/test/protocol-tests-core/pom.xml b/test/protocol-tests-core/pom.xml
index ba5b49c7b2fd..bf3f15c89511 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.17.120-SNAPSHOT
+ 2.17.120
../../pom.xml
4.0.0
diff --git a/test/protocol-tests/pom.xml b/test/protocol-tests/pom.xml
index f8dfd21e114a..bc6b4c8c6e5e 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.17.120-SNAPSHOT
+ 2.17.120
../../pom.xml
4.0.0
diff --git a/test/region-testing/pom.xml b/test/region-testing/pom.xml
index 0d1ab7bb6f8f..5bc07bf57188 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.17.120-SNAPSHOT
+ 2.17.120
../../pom.xml
4.0.0
diff --git a/test/s3-benchmarks/pom.xml b/test/s3-benchmarks/pom.xml
index be0e8c17bef2..c9da2bd0b646 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.17.120-SNAPSHOT
+ 2.17.120
../../pom.xml
4.0.0
diff --git a/test/sdk-benchmarks/pom.xml b/test/sdk-benchmarks/pom.xml
index 0d14b99ec516..67e71434ab07 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.17.120-SNAPSHOT
+ 2.17.120
../../pom.xml
diff --git a/test/sdk-native-image-test/pom.xml b/test/sdk-native-image-test/pom.xml
index a7c4a15ffb42..160caf090f66 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.17.120-SNAPSHOT
+ 2.17.120
../../pom.xml
4.0.0
diff --git a/test/service-test-utils/pom.xml b/test/service-test-utils/pom.xml
index 6e8e36ace02b..fe06c794ba18 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.17.120-SNAPSHOT
+ 2.17.120
../../pom.xml
service-test-utils
diff --git a/test/stability-tests/pom.xml b/test/stability-tests/pom.xml
index 044dc1a35312..3de77257b6aa 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.17.120-SNAPSHOT
+ 2.17.120
../../pom.xml
4.0.0
diff --git a/test/test-utils/pom.xml b/test/test-utils/pom.xml
index 01fa2d3c1b49..1bef5c265c23 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.17.120-SNAPSHOT
+ 2.17.120
../../pom.xml
test-utils
diff --git a/test/tests-coverage-reporting/pom.xml b/test/tests-coverage-reporting/pom.xml
index b74a844a3956..388f8ac282cf 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.17.120-SNAPSHOT
+ 2.17.120
../../pom.xml
4.0.0
diff --git a/third-party/pom.xml b/third-party/pom.xml
index 93a34273a937..0a5aab3c84dc 100644
--- a/third-party/pom.xml
+++ b/third-party/pom.xml
@@ -21,7 +21,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
third-party
diff --git a/third-party/third-party-jackson-core/pom.xml b/third-party/third-party-jackson-core/pom.xml
index 38a31e780e95..2959c6ba4d8e 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.17.120-SNAPSHOT
+ 2.17.120
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 1ea44de5d5e3..ac78e56aeb0c 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.17.120-SNAPSHOT
+ 2.17.120
4.0.0
diff --git a/utils/pom.xml b/utils/pom.xml
index efe9fca7ebcf..9592f63314b5 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.17.120-SNAPSHOT
+ 2.17.120
4.0.0