From d1792e9816392fbc0125156b09a3ea7ef0c3299b Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Fri, 29 Oct 2021 18:15:58 +0000
Subject: [PATCH 1/8] Amazon Transcribe Service Update: Transcribe and
Transcribe Call Analytics now support automatic language identification along
with custom vocabulary, vocabulary filter, custom language model and PII
redaction.
---
...ature-AmazonTranscribeService-ba47537.json | 6 ++
.../codegen-resources/service-2.json | 57 +++++++++++++++----
2 files changed, 53 insertions(+), 10 deletions(-)
create mode 100644 .changes/next-release/feature-AmazonTranscribeService-ba47537.json
diff --git a/.changes/next-release/feature-AmazonTranscribeService-ba47537.json b/.changes/next-release/feature-AmazonTranscribeService-ba47537.json
new file mode 100644
index 000000000000..c29ccc1293b0
--- /dev/null
+++ b/.changes/next-release/feature-AmazonTranscribeService-ba47537.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "Amazon Transcribe Service",
+ "contributor": "",
+ "description": "Transcribe and Transcribe Call Analytics now support automatic language identification along with custom vocabulary, vocabulary filter, custom language model and PII redaction."
+}
diff --git a/services/transcribe/src/main/resources/codegen-resources/service-2.json b/services/transcribe/src/main/resources/codegen-resources/service-2.json
index d632e363e97b..60c5e4eba9a7 100644
--- a/services/transcribe/src/main/resources/codegen-resources/service-2.json
+++ b/services/transcribe/src/main/resources/codegen-resources/service-2.json
@@ -538,7 +538,7 @@
{"shape":"LimitExceededException"},
{"shape":"InternalFailureException"}
],
- "documentation":"
Tags a Amazon Transcribe resource with the given list of tags.
"
+ "documentation":"Tags an Amazon Transcribe resource with the given list of tags.
"
},
"UntagResource":{
"name":"UntagResource",
@@ -717,7 +717,7 @@
},
"DataAccessRoleArn":{
"shape":"DataAccessRoleArn",
- "documentation":"The Amazon Resource Number (ARN) that you use to get access to the analytics job.
"
+ "documentation":"The Amazon Resource Number (ARN) that you use to access the analytics job. ARNs have the format arn:partition:service:region:account-id:resource-type/resource-id
.
"
},
"IdentifiedLanguageScore":{
"shape":"IdentifiedLanguageScore",
@@ -763,6 +763,10 @@
"LanguageOptions":{
"shape":"LanguageOptions",
"documentation":"When you run a call analytics job, you can specify the language spoken in the audio, or you can have Amazon Transcribe identify the language for you.
To specify a language, specify an array with one language code. If you don't know the language, you can leave this field blank and Amazon Transcribe will use machine learning to identify the language for you. To improve the ability of Amazon Transcribe to correctly identify the language, you can provide an array of the languages that can be present in the audio. Refer to Supported languages and language-specific features for additional information.
"
+ },
+ "LanguageIdSettings":{
+ "shape":"LanguageIdSettingsMap",
+ "documentation":"The language identification settings associated with your call analytics job. These settings include VocabularyName
, VocabularyFilterName
, and LanguageModelName
.
"
}
},
"documentation":"Provides optional settings for the CallAnalyticsJob
operation.
"
@@ -1450,7 +1454,7 @@
},
"DataAccessRoleArn":{
"shape":"DataAccessRoleArn",
- "documentation":"The Amazon Resource Name (ARN) that uniquely identifies the permissions you've given Amazon Transcribe to access your Amazon S3 buckets containing your media files or text data.
"
+ "documentation":"The Amazon Resource Name (ARN) that uniquely identifies the permissions you've given Amazon Transcribe to access your Amazon S3 buckets containing your media files or text data. ARNs have the format arn:partition:service:region:account-id:resource-type/resource-id
.
"
}
},
"documentation":"The object that contains the Amazon S3 object location and access role required to train and tune your custom language model.
"
@@ -1499,7 +1503,7 @@
},
"DataAccessRoleArn":{
"shape":"DataAccessRoleArn",
- "documentation":"The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
"
+ "documentation":"The Amazon Resource Name (ARN), in the form arn:partition:service:region:account-id:resource-type/resource-id
, of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
"
}
},
"documentation":"Provides information about when a transcription job should be executed.
"
@@ -1562,6 +1566,31 @@
"en-NZ"
]
},
+ "LanguageIdSettings":{
+ "type":"structure",
+ "members":{
+ "VocabularyName":{
+ "shape":"VocabularyName",
+ "documentation":"The name of the vocabulary you want to use when processing your transcription job. The vocabulary you specify must have the same language code as the transcription job; if the languages don't match, the vocabulary won't be applied.
"
+ },
+ "VocabularyFilterName":{
+ "shape":"VocabularyFilterName",
+ "documentation":"The name of the vocabulary filter you want to use when transcribing your audio. The filter you specify must have the same language code as the transcription job; if the languages don't match, the vocabulary filter won't be applied.
"
+ },
+ "LanguageModelName":{
+ "shape":"ModelName",
+ "documentation":"The name of the language model you want to use when transcribing your audio. The model you specify must have the same language code as the transcription job; if the languages don't match, the language model won't be applied.
"
+ }
+ },
+ "documentation":"Language-specific settings that can be specified when language identification is enabled.
"
+ },
+ "LanguageIdSettingsMap":{
+ "type":"map",
+ "key":{"shape":"LanguageCode"},
+ "value":{"shape":"LanguageIdSettings"},
+ "max":5,
+ "min":1
+ },
"LanguageModel":{
"type":"structure",
"members":{
@@ -1797,7 +1826,7 @@
"members":{
"ResourceArn":{
"shape":"TranscribeArn",
- "documentation":"Lists all tags associated with a given Amazon Resource Name (ARN).
"
+ "documentation":"Lists all tags associated with a given Amazon Resource Name (ARN). ARNs have the format arn:partition:service:region:account-id:resource-type/resource-id
(for example, arn:aws:transcribe:us-east-1:account-id:transcription-job/your-job-name
). Valid values for resource-type
are: transcription-job
, medical-transcription-job
, vocabulary
, medical-vocabulary
, vocabulary-filter
, and language-model
.
"
}
}
},
@@ -1806,7 +1835,7 @@
"members":{
"ResourceArn":{
"shape":"TranscribeArn",
- "documentation":"Lists all tags associated with the given Amazon Resource Name (ARN).
"
+ "documentation":"Lists all tags associated with the given Amazon Resource Name (ARN).
"
},
"Tags":{
"shape":"TagList",
@@ -2467,7 +2496,7 @@
},
"OutputEncryptionKMSKeyId":{
"shape":"KMSKeyId",
- "documentation":"The Amazon Resource Name (ARN) of the Amazon Web Services Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.
You use either of the following to identify a KMS key in the current account:
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
"
+ "documentation":"The Amazon Resource Name (ARN) of the Amazon Web Services Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.
You use either of the following to identify a KMS key in the current account:
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
"
},
"KMSEncryptionContext":{
"shape":"KMSEncryptionContextMap",
@@ -2541,7 +2570,7 @@
},
"OutputEncryptionKMSKeyId":{
"shape":"KMSKeyId",
- "documentation":"The Amazon Resource Name (ARN) of the Amazon Web Services Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
You can use either of the following to identify a KMS key in the current account or another account:
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
"
+ "documentation":"The Amazon Resource Name (ARN) of the Amazon Web Services Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
You can use either of the following to identify a KMS key in the current account or another account:
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
"
},
"KMSEncryptionContext":{
"shape":"KMSEncryptionContextMap",
@@ -2578,6 +2607,10 @@
"Tags":{
"shape":"TagList",
"documentation":"Add tags to an Amazon Transcribe transcription job.
"
+ },
+ "LanguageIdSettings":{
+ "shape":"LanguageIdSettingsMap",
+ "documentation":"The language identification settings associated with your transcription job. These settings include VocabularyName
, VocabularyFilterName
, and LanguageModelName
.
"
}
}
},
@@ -2679,7 +2712,7 @@
"members":{
"ResourceArn":{
"shape":"TranscribeArn",
- "documentation":"The Amazon Resource Name (ARN) of the Amazon Transcribe resource you want to tag.
"
+ "documentation":"The Amazon Resource Name (ARN) of the Amazon Transcribe resource you want to tag. ARNs have the format arn:partition:service:region:account-id:resource-type/resource-id
(for example, arn:aws:transcribe:us-east-1:account-id:transcription-job/your-job-name
). Valid values for resource-type
are: transcription-job
, medical-transcription-job
, vocabulary
, medical-vocabulary
, vocabulary-filter
, and language-model
.
"
},
"Tags":{
"shape":"TagList",
@@ -2842,6 +2875,10 @@
"Subtitles":{
"shape":"SubtitlesOutput",
"documentation":"Generate subtitles for your batch transcription job.
"
+ },
+ "LanguageIdSettings":{
+ "shape":"LanguageIdSettingsMap",
+ "documentation":"Language-specific settings that can be specified when language identification is enabled for your transcription job. These settings include VocabularyName
, VocabularyFilterName
, and LanguageModelName
LanguageModelName.
"
}
},
"documentation":"Describes an asynchronous transcription job that was created with the StartTranscriptionJob
operation.
"
@@ -2932,7 +2969,7 @@
"members":{
"ResourceArn":{
"shape":"TranscribeArn",
- "documentation":"The Amazon Resource Name (ARN) of the Amazon Transcribe resource you want to remove tags from.
"
+ "documentation":"The Amazon Resource Name (ARN) of the Amazon Transcribe resource you want to remove tags from. ARNs have the format arn:partition:service:region:account-id:resource-type/resource-id
(for example, arn:aws:transcribe:us-east-1:account-id:transcription-job/your-job-name
). Valid values for resource-type
are: transcription-job
, medical-transcription-job
, vocabulary
, medical-vocabulary
, vocabulary-filter
, and language-model
.
"
},
"TagKeys":{
"shape":"TagKeyList",
From a9f812a0a1cc84ef661e87a192cbe22b30a1b0a1 Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Fri, 29 Oct 2021 18:15:59 +0000
Subject: [PATCH 2/8] Amazon Connect Service Update: Amazon Connect Chat now
supports real-time message streaming.
---
.../feature-AmazonConnectService-55c9ae7.json | 6 +
.../codegen-resources/service-2.json | 196 +++++++++++++++++-
2 files changed, 193 insertions(+), 9 deletions(-)
create mode 100644 .changes/next-release/feature-AmazonConnectService-55c9ae7.json
diff --git a/.changes/next-release/feature-AmazonConnectService-55c9ae7.json b/.changes/next-release/feature-AmazonConnectService-55c9ae7.json
new file mode 100644
index 000000000000..c7a0632a2111
--- /dev/null
+++ b/.changes/next-release/feature-AmazonConnectService-55c9ae7.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "Amazon Connect Service",
+ "contributor": "",
+ "description": "Amazon Connect Chat now supports real-time message streaming."
+}
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 2128ddd7960f..c958962144c2 100644
--- a/services/connect/src/main/resources/codegen-resources/service-2.json
+++ b/services/connect/src/main/resources/codegen-resources/service-2.json
@@ -1315,6 +1315,23 @@
],
"documentation":"Starts recording the contact when the agent joins the call. StartContactRecording is a one-time action. For example, if you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend and resume it, such as when collecting sensitive information (for example, a credit card number), use SuspendContactRecording and ResumeContactRecording.
You can use this API to override the recording behavior configured in the Set recording behavior block.
Only voice recordings are supported at this time.
"
},
+ "StartContactStreaming":{
+ "name":"StartContactStreaming",
+ "http":{
+ "method":"POST",
+ "requestUri":"/contact/start-streaming"
+ },
+ "input":{"shape":"StartContactStreamingRequest"},
+ "output":{"shape":"StartContactStreamingResponse"},
+ "errors":[
+ {"shape":"InvalidRequestException"},
+ {"shape":"InvalidParameterException"},
+ {"shape":"ResourceNotFoundException"},
+ {"shape":"InternalServiceException"},
+ {"shape":"LimitExceededException"}
+ ],
+ "documentation":" Initiates real-time message streaming for a new chat contact.
For more information about message streaming, see Enable real-time chat message streaming in the Amazon Connect Administrator Guide.
"
+ },
"StartOutboundVoiceContact":{
"name":"StartOutboundVoiceContact",
"http":{
@@ -1384,6 +1401,22 @@
],
"documentation":"Stops recording a call when a contact is being recorded. StopContactRecording is a one-time action. If you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend it for sensitive information (for example, to collect a credit card number), and then restart it, use SuspendContactRecording and ResumeContactRecording.
Only voice recordings are supported at this time.
"
},
+ "StopContactStreaming":{
+ "name":"StopContactStreaming",
+ "http":{
+ "method":"POST",
+ "requestUri":"/contact/stop-streaming"
+ },
+ "input":{"shape":"StopContactStreamingRequest"},
+ "output":{"shape":"StopContactStreamingResponse"},
+ "errors":[
+ {"shape":"InvalidRequestException"},
+ {"shape":"InvalidParameterException"},
+ {"shape":"ResourceNotFoundException"},
+ {"shape":"InternalServiceException"}
+ ],
+ "documentation":" Ends message streaming on a specified contact. To restart message streaming on that contact, call the StartContactStreaming API.
"
+ },
"SuspendContactRecording":{
"name":"SuspendContactRecording",
"http":{
@@ -2233,7 +2266,7 @@
"Channels":{
"type":"list",
"member":{"shape":"Channel"},
- "max":1
+ "max":3
},
"ChatContent":{
"type":"string",
@@ -2247,10 +2280,6 @@
},
"ChatMessage":{
"type":"structure",
- "required":[
- "ContentType",
- "Content"
- ],
"members":{
"ContentType":{
"shape":"ChatContentType",
@@ -2263,6 +2292,22 @@
},
"documentation":"A chat message.
"
},
+ "ChatStreamingConfiguration":{
+ "type":"structure",
+ "required":["StreamingEndpointArn"],
+ "members":{
+ "StreamingEndpointArn":{
+ "shape":"ChatStreamingEndpointARN",
+ "documentation":"The Amazon Resource Name (ARN) of the standard Amazon SNS topic. The Amazon Resource Name (ARN) of the streaming endpoint that is used to publish real-time message streaming for chat conversations.
"
+ }
+ },
+ "documentation":"The streaming configuration, such as the Amazon SNS streaming endpoint.
"
+ },
+ "ChatStreamingEndpointARN":{
+ "type":"string",
+ "max":350,
+ "min":1
+ },
"ClientToken":{
"type":"string",
"max":500
@@ -3577,6 +3622,14 @@
"Channel":{
"shape":"Channel",
"documentation":"The channel used for grouping and filters.
"
+ },
+ "RoutingProfile":{
+ "shape":"RoutingProfileReference",
+ "documentation":"The routing profile.
"
+ },
+ "InstanceReference":{
+ "shape":"InstanceReference",
+ "documentation":"The instance reference.
"
}
},
"documentation":"Contains information about the dimensions for a set of metrics.
"
@@ -3835,6 +3888,10 @@
"shape":"Queues",
"documentation":"The queues to use to filter the metrics. You can specify up to 100 queues per request.
"
},
+ "RoutingProfiles":{
+ "shape":"RoutingProfiles",
+ "documentation":"The filters used to sort routing profiles.
"
+ },
"Channels":{
"shape":"Channels",
"documentation":"The channel to use to filter the metrics.
"
@@ -4020,7 +4077,9 @@
"type":"string",
"enum":[
"QUEUE",
- "CHANNEL"
+ "CHANNEL",
+ "ROUTING_PROFILE",
+ "INSTANCE"
]
},
"Groupings":{
@@ -4245,6 +4304,8 @@
"CONTACTS_TRANSFERRED_OUT",
"CONTACTS_TRANSFERRED_IN_FROM_QUEUE",
"CONTACTS_TRANSFERRED_OUT_FROM_QUEUE",
+ "CONTACTS_TRANSFERRED_IN_BY_AGENT",
+ "CONTACTS_TRANSFERRED_OUT_BY_AGENT",
"CONTACTS_MISSED",
"CALLBACK_CONTACTS_HANDLED",
"API_CONTACTS_HANDLED",
@@ -4482,9 +4543,23 @@
},
"InstanceId":{
"type":"string",
- "max":100,
+ "max":256,
"min":1
},
+ "InstanceReference":{
+ "type":"structure",
+ "members":{
+ "Id":{
+ "shape":"InstanceId",
+ "documentation":"The identifier of the instance reference.
"
+ },
+ "Arn":{
+ "shape":"ARN",
+ "documentation":"The Amazon Resource Name (ARN) of the instance reference.
"
+ }
+ },
+ "documentation":"The instance reference.
"
+ },
"InstanceStatus":{
"type":"string",
"enum":[
@@ -5924,7 +5999,8 @@
},
"Password":{
"type":"string",
- "pattern":"/^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d\\S]{8,64}$/"
+ "pattern":"/^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d\\S]{8,64}$/",
+ "sensitive":true
},
"PhoneNumber":{"type":"string"},
"PhoneNumberCountryCode":{
@@ -6384,6 +6460,10 @@
"Arn":{
"shape":"ARN",
"documentation":"The Amazon Resource Name (ARN) of the queue.
"
+ },
+ "QueueType":{
+ "shape":"QueueType",
+ "documentation":"The type of queue.
"
}
},
"documentation":"Contains information about a queue resource for which metrics are returned.
"
@@ -6573,7 +6653,14 @@
},
"ReferenceType":{
"type":"string",
- "enum":["URL"]
+ "enum":[
+ "URL",
+ "ATTACHMENT",
+ "NUMBER",
+ "STRING",
+ "DATE",
+ "EMAIL"
+ ]
},
"ReferenceValue":{
"type":"string",
@@ -6801,6 +6888,20 @@
"type":"list",
"member":{"shape":"RoutingProfileQueueReference"}
},
+ "RoutingProfileReference":{
+ "type":"structure",
+ "members":{
+ "Id":{
+ "shape":"RoutingProfileId",
+ "documentation":"The identifier of the routing profile reference.
"
+ },
+ "Arn":{
+ "shape":"ARN",
+ "documentation":"The Amazon Resource Name (ARN) of the routing profile reference.
"
+ }
+ },
+ "documentation":"The routing profile reference.
"
+ },
"RoutingProfileSummary":{
"type":"structure",
"members":{
@@ -6823,6 +6924,12 @@
"type":"list",
"member":{"shape":"RoutingProfileSummary"}
},
+ "RoutingProfiles":{
+ "type":"list",
+ "member":{"shape":"RoutingProfileId"},
+ "max":100,
+ "min":1
+ },
"S3Config":{
"type":"structure",
"required":[
@@ -7007,6 +7114,44 @@
"members":{
}
},
+ "StartContactStreamingRequest":{
+ "type":"structure",
+ "required":[
+ "InstanceId",
+ "ContactId",
+ "ChatStreamingConfiguration",
+ "ClientToken"
+ ],
+ "members":{
+ "InstanceId":{
+ "shape":"InstanceId",
+ "documentation":"The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
"
+ },
+ "ContactId":{
+ "shape":"ContactId",
+ "documentation":"The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.
"
+ },
+ "ChatStreamingConfiguration":{
+ "shape":"ChatStreamingConfiguration",
+ "documentation":"The streaming configuration, such as the Amazon SNS streaming endpoint.
"
+ },
+ "ClientToken":{
+ "shape":"ClientToken",
+ "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
",
+ "idempotencyToken":true
+ }
+ }
+ },
+ "StartContactStreamingResponse":{
+ "type":"structure",
+ "required":["StreamingId"],
+ "members":{
+ "StreamingId":{
+ "shape":"StreamingId",
+ "documentation":"The identifier of the streaming configuration enabled.
"
+ }
+ }
+ },
"StartOutboundVoiceContactRequest":{
"type":"structure",
"required":[
@@ -7176,6 +7321,33 @@
"members":{
}
},
+ "StopContactStreamingRequest":{
+ "type":"structure",
+ "required":[
+ "InstanceId",
+ "ContactId",
+ "StreamingId"
+ ],
+ "members":{
+ "InstanceId":{
+ "shape":"InstanceId",
+ "documentation":"The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
"
+ },
+ "ContactId":{
+ "shape":"ContactId",
+ "documentation":"The identifier of the contact. This is the identifier of the contact that is associated with the first interaction with the contact center.
"
+ },
+ "StreamingId":{
+ "shape":"StreamingId",
+ "documentation":"The identifier of the streaming configuration enabled.
"
+ }
+ }
+ },
+ "StopContactStreamingResponse":{
+ "type":"structure",
+ "members":{
+ }
+ },
"StorageType":{
"type":"string",
"enum":[
@@ -7185,6 +7357,11 @@
"KINESIS_FIREHOSE"
]
},
+ "StreamingId":{
+ "type":"string",
+ "max":100,
+ "min":1
+ },
"String":{"type":"string"},
"SuspendContactRecordingRequest":{
"type":"structure",
@@ -7298,6 +7475,7 @@
"type":"string",
"enum":[
"SECONDS",
+ "MILLISECONDS",
"COUNT",
"PERCENT"
]
From b7173d27aa0c12010a714755a7473cb1c210c547 Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Fri, 29 Oct 2021 18:16:00 +0000
Subject: [PATCH 3/8] Amazon Rekognition Update: This release added new
attributes to Rekognition Video GetCelebrityRecognition API operations.
---
.../next-release/feature-AmazonRekognition-309965d.json | 6 ++++++
.../src/main/resources/codegen-resources/service-2.json | 6 +++++-
2 files changed, 11 insertions(+), 1 deletion(-)
create mode 100644 .changes/next-release/feature-AmazonRekognition-309965d.json
diff --git a/.changes/next-release/feature-AmazonRekognition-309965d.json b/.changes/next-release/feature-AmazonRekognition-309965d.json
new file mode 100644
index 000000000000..69e3e12340ee
--- /dev/null
+++ b/.changes/next-release/feature-AmazonRekognition-309965d.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "Amazon Rekognition",
+ "contributor": "",
+ "description": "This release added new attributes to Rekognition Video GetCelebrityRecognition API operations."
+}
diff --git a/services/rekognition/src/main/resources/codegen-resources/service-2.json b/services/rekognition/src/main/resources/codegen-resources/service-2.json
index 8cf41a940bdb..157f764db179 100644
--- a/services/rekognition/src/main/resources/codegen-resources/service-2.json
+++ b/services/rekognition/src/main/resources/codegen-resources/service-2.json
@@ -436,7 +436,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"}
],
- "documentation":"Gets the celebrity recognition results for a Amazon Rekognition Video analysis started by StartCelebrityRecognition.
Celebrity recognition in a video is an asynchronous operation. Analysis is started by a call to StartCelebrityRecognition which returns a job identifier (JobId
). When the celebrity recognition operation finishes, Amazon Rekognition Video publishes a completion status to the Amazon Simple Notification Service topic registered in the initial call to StartCelebrityRecognition
. To get the results of the celebrity recognition analysis, first check that the status value published to the Amazon SNS topic is SUCCEEDED
. If so, call GetCelebrityDetection
and pass the job identifier (JobId
) from the initial call to StartCelebrityDetection
.
For more information, see Working With Stored Videos in the Amazon Rekognition Developer Guide.
GetCelebrityRecognition
returns detected celebrities and the time(s) they are detected in an array (Celebrities
) of CelebrityRecognition objects. Each CelebrityRecognition
contains information about the celebrity in a CelebrityDetail object and the time, Timestamp
, the celebrity was detected.
GetCelebrityRecognition
only returns the default facial attributes (BoundingBox
, Confidence
, Landmarks
, Pose
, and Quality
). The other facial attributes listed in the Face
object of the following response syntax are not returned. For more information, see FaceDetail in the Amazon Rekognition Developer Guide.
By default, the Celebrities
array is sorted by time (milliseconds from the start of the video). You can also sort the array by celebrity by specifying the value ID
in the SortBy
input parameter.
The CelebrityDetail
object includes the celebrity identifer and additional information urls. If you don't store the additional information urls, you can get them later by calling GetCelebrityInfo with the celebrity identifer.
No information is returned for faces not recognized as celebrities.
Use MaxResults parameter to limit the number of labels returned. If there are more results than specified in MaxResults
, the value of NextToken
in the operation response contains a pagination token for getting the next set of results. To get the next page of results, call GetCelebrityDetection
and populate the NextToken
request parameter with the token value returned from the previous call to GetCelebrityRecognition
.
"
+ "documentation":"Gets the celebrity recognition results for a Amazon Rekognition Video analysis started by StartCelebrityRecognition.
Celebrity recognition in a video is an asynchronous operation. Analysis is started by a call to StartCelebrityRecognition which returns a job identifier (JobId
).
When the celebrity recognition operation finishes, Amazon Rekognition Video publishes a completion status to the Amazon Simple Notification Service topic registered in the initial call to StartCelebrityRecognition
. To get the results of the celebrity recognition analysis, first check that the status value published to the Amazon SNS topic is SUCCEEDED
. If so, call GetCelebrityDetection
and pass the job identifier (JobId
) from the initial call to StartCelebrityDetection
.
For more information, see Working With Stored Videos in the Amazon Rekognition Developer Guide.
GetCelebrityRecognition
returns detected celebrities and the time(s) they are detected in an array (Celebrities
) of CelebrityRecognition objects. Each CelebrityRecognition
contains information about the celebrity in a CelebrityDetail object and the time, Timestamp
, the celebrity was detected. This CelebrityDetail object stores information about the detected celebrity's face attributes, a face bounding box, known gender, the celebrity's name, and a confidence estimate.
GetCelebrityRecognition
only returns the default facial attributes (BoundingBox
, Confidence
, Landmarks
, Pose
, and Quality
). The BoundingBox
field only applies to the detected face instance. The other facial attributes listed in the Face
object of the following response syntax are not returned. For more information, see FaceDetail in the Amazon Rekognition Developer Guide.
By default, the Celebrities
array is sorted by time (milliseconds from the start of the video). You can also sort the array by celebrity by specifying the value ID
in the SortBy
input parameter.
The CelebrityDetail
object includes the celebrity identifer and additional information urls. If you don't store the additional information urls, you can get them later by calling GetCelebrityInfo with the celebrity identifer.
No information is returned for faces not recognized as celebrities.
Use MaxResults parameter to limit the number of labels returned. If there are more results than specified in MaxResults
, the value of NextToken
in the operation response contains a pagination token for getting the next set of results. To get the next page of results, call GetCelebrityDetection
and populate the NextToken
request parameter with the token value returned from the previous call to GetCelebrityRecognition
.
"
},
"GetContentModeration":{
"name":"GetContentModeration",
@@ -1216,6 +1216,10 @@
"Face":{
"shape":"FaceDetail",
"documentation":"Face details for the recognized celebrity.
"
+ },
+ "KnownGender":{
+ "shape":"KnownGender",
+ "documentation":"Retrieves the known gender for the celebrity.
"
}
},
"documentation":"Information about a recognized celebrity.
"
From bd90ffee4bee23d3060d547073272e132c025e73 Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Fri, 29 Oct 2021 18:16:01 +0000
Subject: [PATCH 4/8] Amazon CloudWatch Application Insights Update: Added
Monitoring support for SQL Server Failover Cluster Instance. Additionally,
added a new API to allow one-click monitoring of containers resources.
---
...CloudWatchApplicationInsights-2063941.json | 6 +++
.../codegen-resources/service-2.json | 46 +++++++++++++++----
2 files changed, 42 insertions(+), 10 deletions(-)
create mode 100644 .changes/next-release/feature-AmazonCloudWatchApplicationInsights-2063941.json
diff --git a/.changes/next-release/feature-AmazonCloudWatchApplicationInsights-2063941.json b/.changes/next-release/feature-AmazonCloudWatchApplicationInsights-2063941.json
new file mode 100644
index 000000000000..2270c12d257d
--- /dev/null
+++ b/.changes/next-release/feature-AmazonCloudWatchApplicationInsights-2063941.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "Amazon CloudWatch Application Insights",
+ "contributor": "",
+ "description": "Added Monitoring support for SQL Server Failover Cluster Instance. Additionally, added a new API to allow one-click monitoring of containers resources."
+}
diff --git a/services/applicationinsights/src/main/resources/codegen-resources/service-2.json b/services/applicationinsights/src/main/resources/codegen-resources/service-2.json
index 6780ae22c3bd..004ca5bbf758 100644
--- a/services/applicationinsights/src/main/resources/codegen-resources/service-2.json
+++ b/services/applicationinsights/src/main/resources/codegen-resources/service-2.json
@@ -506,7 +506,9 @@
"Remarks":{
"shape":"Remarks",
"documentation":"The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:
-
“Configuring application, detected 1 Errors, 3 Warnings”
-
“Configuring application, detected 1 Unconfigured Components”
"
- }
+ },
+ "AutoConfigEnabled":{"shape":"AutoConfigEnabled"},
+ "DiscoveryType":{"shape":"DiscoveryType"}
},
"documentation":"Describes the status of the application.
"
},
@@ -514,6 +516,8 @@
"type":"list",
"member":{"shape":"ApplicationInfo"}
},
+ "AutoConfigEnabled":{"type":"boolean"},
+ "AutoCreate":{"type":"boolean"},
"BadRequestException":{
"type":"structure",
"members":{
@@ -608,7 +612,6 @@
"ConfigurationEventTime":{"type":"timestamp"},
"CreateApplicationRequest":{
"type":"structure",
- "required":["ResourceGroupName"],
"members":{
"ResourceGroupName":{
"shape":"ResourceGroupName",
@@ -629,7 +632,9 @@
"Tags":{
"shape":"TagList",
"documentation":"List of tags to add to the application. tag key (Key
) and an associated tag value (Value
). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
"
- }
+ },
+ "AutoConfigEnabled":{"shape":"AutoConfigEnabled"},
+ "AutoCreate":{"shape":"AutoCreate"}
}
},
"CreateApplicationResponse":{
@@ -991,6 +996,13 @@
"key":{"shape":"Tier"},
"value":{"shape":"WorkloadMetaData"}
},
+ "DiscoveryType":{
+ "type":"string",
+ "enum":[
+ "RESOURCE_GROUP_BASED",
+ "ACCOUNT_BASED"
+ ]
+ },
"EbsCause":{"type":"string"},
"EbsEvent":{"type":"string"},
"EbsRequestId":{"type":"string"},
@@ -1031,6 +1043,7 @@
"documentation":"The server encountered an internal error and is unable to complete the request.
",
"exception":true
},
+ "LastRecurrenceTime":{"type":"timestamp"},
"LifeCycle":{"type":"string"},
"LineTime":{"type":"timestamp"},
"ListApplicationsRequest":{
@@ -1228,7 +1241,8 @@
"NextToken":{
"shape":"PaginationToken",
"documentation":"The token to request the next page of results.
"
- }
+ },
+ "ComponentName":{"shape":"ComponentName"}
}
},
"ListProblemsResponse":{
@@ -1241,7 +1255,8 @@
"NextToken":{
"shape":"PaginationToken",
"documentation":"The token used to retrieve the next page of results. This value is null
when there are no more results to return.
"
- }
+ },
+ "ResourceGroupName":{"shape":"ResourceGroupName"}
}
},
"ListTagsForResourceRequest":{
@@ -1590,7 +1605,9 @@
"Feedback":{
"shape":"Feedback",
"documentation":"Feedback provided by the user about the problem.
"
- }
+ },
+ "RecurringCount":{"shape":"RecurringCount"},
+ "LastRecurrenceTime":{"shape":"LastRecurrenceTime"}
},
"documentation":"Describes a problem that is detected by correlating observations.
"
},
@@ -1606,6 +1623,7 @@
},
"RdsEventCategories":{"type":"string"},
"RdsEventMessage":{"type":"string"},
+ "RecurringCount":{"type":"long"},
"RelatedObservations":{
"type":"structure",
"members":{
@@ -1677,7 +1695,8 @@
"enum":[
"IGNORE",
"RESOLVED",
- "PENDING"
+ "PENDING",
+ "RECURRING"
]
},
"Tag":{
@@ -1766,7 +1785,12 @@
"MYSQL",
"POSTGRESQL",
"JAVA_JMX",
- "ORACLE"
+ "ORACLE",
+ "SAP_HANA",
+ "SAP_HANA_MULTI_NODE",
+ "SAP_HANA_SINGLE_NODE",
+ "SAP_HANA_HIGH_AVAILABILITY",
+ "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE"
],
"max":50,
"min":1
@@ -1830,7 +1854,8 @@
"RemoveSNSTopic":{
"shape":"RemoveSNSTopic",
"documentation":" Disassociates the SNS topic from the opsItem created for detected problems.
"
- }
+ },
+ "AutoConfigEnabled":{"shape":"AutoConfigEnabled"}
}
},
"UpdateApplicationResponse":{
@@ -1868,7 +1893,8 @@
"ComponentConfiguration":{
"shape":"ComponentConfiguration",
"documentation":"The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation
to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.
"
- }
+ },
+ "AutoConfigEnabled":{"shape":"AutoConfigEnabled"}
}
},
"UpdateComponentConfigurationResponse":{
From 36900154a7d2423fc5a73be32946896ef4a69f2e Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Fri, 29 Oct 2021 18:15:58 +0000
Subject: [PATCH 5/8] Amazon Elastic Compute Cloud Update: Support added for
AMI sharing with organizations and organizational units in
ModifyImageAttribute API
---
...ure-AmazonElasticComputeCloud-955f101.json | 6 +++
.../codegen-resources/service-2.json | 42 +++++++++++++++++--
2 files changed, 44 insertions(+), 4 deletions(-)
create mode 100644 .changes/next-release/feature-AmazonElasticComputeCloud-955f101.json
diff --git a/.changes/next-release/feature-AmazonElasticComputeCloud-955f101.json b/.changes/next-release/feature-AmazonElasticComputeCloud-955f101.json
new file mode 100644
index 000000000000..24ada56a4843
--- /dev/null
+++ b/.changes/next-release/feature-AmazonElasticComputeCloud-955f101.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "Amazon Elastic Compute Cloud",
+ "contributor": "",
+ "description": "Support added for AMI sharing with organizations and organizational units in ModifyImageAttribute API"
+}
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 fb9cf1d3c813..29c73b8cda4a 100755
--- a/services/ec2/src/main/resources/codegen-resources/service-2.json
+++ b/services/ec2/src/main/resources/codegen-resources/service-2.json
@@ -16079,7 +16079,7 @@
"members":{
"ExecutableUsers":{
"shape":"ExecutableByStringList",
- "documentation":"Scopes the images by users with explicit launch permissions. Specify an Amazon Web Services account ID, self
(the sender of the request), or all
(public AMIs).
",
+ "documentation":"Scopes the images by users with explicit launch permissions. Specify an Amazon Web Services account ID, self
(the sender of the request), or all
(public AMIs).
-
If you specify an Amazon Web Services account ID that is not your own, only AMIs shared with that specific Amazon Web Services account ID are returned. However, AMIs that are shared with the account’s organization or organizational unit (OU) are not returned.
-
If you specify self
or your own Amazon Web Services account ID, AMIs shared with your account are returned. In addition, AMIs that are shared with the organization or OU of which you are member are also returned.
-
If you specify all
, all public AMIs are returned.
",
"locationName":"ExecutableBy"
},
"Filters":{
@@ -27753,7 +27753,7 @@
},
"ExcludedInstanceTypes":{
"shape":"ExcludedInstanceTypeSet",
- "documentation":"The instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (*
), to exclude an instance type, size, or generation. The following are examples: m5.8xlarge
, c5*.*
, m5a.*
, r*
, *3*
.
For example, if you specify c5*.*
, Amazon EC2 will exclude the entire C5 instance family (all C5a and C5n instance types). If you specify c5a.*
, Amazon EC2 excludes all the C5a instance types, but does not exclude the C5n instance types.
Default: No excluded instance types
",
+ "documentation":"The instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (*
), to exclude an instance type, size, or generation. The following are examples: m5.8xlarge
, c5*.*
, m5a.*
, r*
, *3*
.
For example, if you specify c5*
,Amazon EC2 will exclude the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*
, Amazon EC2 will exclude all the M5a instance types, but not the M5n instance types.
Default: No excluded instance types
",
"locationName":"excludedInstanceTypeSet"
},
"InstanceGenerations":{
@@ -27865,7 +27865,7 @@
},
"ExcludedInstanceTypes":{
"shape":"ExcludedInstanceTypeSet",
- "documentation":"The instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (*
), to exclude an instance family, type, size, or generation. The following are examples: m5.8xlarge
, c5*.*
, m5a.*
, r*
, *3*
.
For example, if you specify c5*.*
, Amazon EC2 will exclude the entire C5 instance family (all C5a and C5n instance types). If you specify c5a.*
, Amazon EC2 excludes all the C5a instance types, but does not exclude the C5n instance types.
Default: No excluded instance types
",
+ "documentation":"The instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (*
), to exclude an instance family, type, size, or generation. The following are examples: m5.8xlarge
, c5*.*
, m5a.*
, r*
, *3*
.
For example, if you specify c5*
,Amazon EC2 will exclude the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*
, Amazon EC2 will exclude all the M5a instance types, but not the M5n instance types.
Default: No excluded instance types
",
"locationName":"ExcludedInstanceType"
},
"InstanceGenerations":{
@@ -29413,6 +29413,16 @@
"shape":"String",
"documentation":"The Amazon Web Services account ID.
Constraints: Up to 10 000 account IDs can be specified in a single request.
",
"locationName":"userId"
+ },
+ "OrganizationArn":{
+ "shape":"String",
+ "documentation":"The Amazon Resource Name (ARN) of an organization.
",
+ "locationName":"organizationArn"
+ },
+ "OrganizationalUnitArn":{
+ "shape":"String",
+ "documentation":"The Amazon Resource Name (ARN) of an organizational unit (OU).
",
+ "locationName":"organizationalUnitArn"
}
},
"documentation":"Describes a launch permission.
"
@@ -31829,7 +31839,7 @@
"members":{
"Attribute":{
"shape":"String",
- "documentation":"The name of the attribute to modify. The valid values are description
and launchPermission
.
"
+ "documentation":"The name of the attribute to modify.
Valid values: description
| launchPermission
"
},
"Description":{
"shape":"AttributeValue",
@@ -31870,6 +31880,16 @@
"shape":"Boolean",
"documentation":"Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
",
"locationName":"dryRun"
+ },
+ "OrganizationArns":{
+ "shape":"OrganizationArnStringList",
+ "documentation":"The Amazon Resource Name (ARN) of an organization. This parameter can be used only when the Attribute
parameter is launchPermission
.
",
+ "locationName":"OrganizationArn"
+ },
+ "OrganizationalUnitArns":{
+ "shape":"OrganizationalUnitArnStringList",
+ "documentation":"The Amazon Resource Name (ARN) of an organizational unit (OU). This parameter can be used only when the Attribute
parameter is launchPermission
.
",
+ "locationName":"OrganizationalUnitArn"
}
},
"documentation":"Contains the parameters for ModifyImageAttribute.
"
@@ -34568,6 +34588,20 @@
"remove"
]
},
+ "OrganizationArnStringList":{
+ "type":"list",
+ "member":{
+ "shape":"String",
+ "locationName":"OrganizationArn"
+ }
+ },
+ "OrganizationalUnitArnStringList":{
+ "type":"list",
+ "member":{
+ "shape":"String",
+ "locationName":"OrganizationalUnitArn"
+ }
+ },
"OutpostArn":{
"type":"string",
"pattern":"^arn:aws([a-z-]+)?:outposts:[a-z\\d-]+:\\d{12}:outpost/op-[a-f0-9]{17}$"
From 8f10ab6d31fc26d3eb5aba3e4a0a3d28357febf5 Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Fri, 29 Oct 2021 18:17:11 +0000
Subject: [PATCH 6/8] Updated endpoints.json.
---
.../feature-AWSSDKforJavav2-bedacd4.json | 6 +
.../regions/internal/region/endpoints.json | 646 +++++++++++++++++-
2 files changed, 618 insertions(+), 34 deletions(-)
create mode 100644 .changes/next-release/feature-AWSSDKforJavav2-bedacd4.json
diff --git a/.changes/next-release/feature-AWSSDKforJavav2-bedacd4.json b/.changes/next-release/feature-AWSSDKforJavav2-bedacd4.json
new file mode 100644
index 000000000000..ae3f84993e9e
--- /dev/null
+++ b/.changes/next-release/feature-AWSSDKforJavav2-bedacd4.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "AWS SDK for Java v2",
+ "contributor": "",
+ "description": "Updated service endpoint metadata."
+}
diff --git a/core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json b/core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json
index 963087c5c763..cc88ca2bde2b 100644
--- a/core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json
+++ b/core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json
@@ -846,7 +846,19 @@
"hostname" : "appstream2-fips.us-west-2.amazonaws.com"
},
"us-east-1" : { },
- "us-west-2" : { }
+ "us-east-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-east-1"
+ },
+ "hostname" : "appstream2-fips.us-east-1.amazonaws.com"
+ },
+ "us-west-2" : { },
+ "us-west-2-fips" : {
+ "credentialScope" : {
+ "region" : "us-west-2"
+ },
+ "hostname" : "appstream2-fips.us-west-2.amazonaws.com"
+ }
}
},
"appsync" : {
@@ -1469,6 +1481,12 @@
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
+ "ca-central-1-fips" : {
+ "credentialScope" : {
+ "region" : "ca-central-1"
+ },
+ "hostname" : "codecommit-fips.ca-central-1.amazonaws.com"
+ },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-1" : { },
@@ -1484,9 +1502,33 @@
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
+ "us-east-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-east-1"
+ },
+ "hostname" : "codecommit-fips.us-east-1.amazonaws.com"
+ },
"us-east-2" : { },
+ "us-east-2-fips" : {
+ "credentialScope" : {
+ "region" : "us-east-2"
+ },
+ "hostname" : "codecommit-fips.us-east-2.amazonaws.com"
+ },
"us-west-1" : { },
- "us-west-2" : { }
+ "us-west-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-west-1"
+ },
+ "hostname" : "codecommit-fips.us-west-1.amazonaws.com"
+ },
+ "us-west-2" : { },
+ "us-west-2-fips" : {
+ "credentialScope" : {
+ "region" : "us-west-2"
+ },
+ "hostname" : "codecommit-fips.us-west-2.amazonaws.com"
+ }
}
},
"codedeploy" : {
@@ -1858,6 +1900,7 @@
"connect" : {
"endpoints" : {
"ap-northeast-1" : { },
+ "ap-northeast-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
@@ -1870,6 +1913,7 @@
"contact-lens" : {
"endpoints" : {
"ap-northeast-1" : { },
+ "ap-northeast-2" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
@@ -2216,9 +2260,33 @@
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
+ "us-east-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-east-1"
+ },
+ "hostname" : "dms-fips.us-east-1.amazonaws.com"
+ },
"us-east-2" : { },
+ "us-east-2-fips" : {
+ "credentialScope" : {
+ "region" : "us-east-2"
+ },
+ "hostname" : "dms-fips.us-east-2.amazonaws.com"
+ },
"us-west-1" : { },
- "us-west-2" : { }
+ "us-west-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-west-1"
+ },
+ "hostname" : "dms-fips.us-west-1.amazonaws.com"
+ },
+ "us-west-2" : { },
+ "us-west-2-fips" : {
+ "credentialScope" : {
+ "region" : "us-west-2"
+ },
+ "hostname" : "dms-fips.us-west-2.amazonaws.com"
+ }
}
},
"docdb" : {
@@ -2669,9 +2737,33 @@
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
+ "us-east-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-east-1"
+ },
+ "hostname" : "elasticache-fips.us-east-1.amazonaws.com"
+ },
"us-east-2" : { },
+ "us-east-2-fips" : {
+ "credentialScope" : {
+ "region" : "us-east-2"
+ },
+ "hostname" : "elasticache-fips.us-east-2.amazonaws.com"
+ },
"us-west-1" : { },
- "us-west-2" : { }
+ "us-west-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-west-1"
+ },
+ "hostname" : "elasticache-fips.us-west-1.amazonaws.com"
+ },
+ "us-west-2" : { },
+ "us-west-2-fips" : {
+ "credentialScope" : {
+ "region" : "us-west-2"
+ },
+ "hostname" : "elasticache-fips.us-west-2.amazonaws.com"
+ }
}
},
"elasticbeanstalk" : {
@@ -3097,9 +3189,33 @@
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
+ "us-east-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-east-1"
+ },
+ "hostname" : "es-fips.us-east-1.amazonaws.com"
+ },
"us-east-2" : { },
+ "us-east-2-fips" : {
+ "credentialScope" : {
+ "region" : "us-east-2"
+ },
+ "hostname" : "es-fips.us-east-2.amazonaws.com"
+ },
"us-west-1" : { },
- "us-west-2" : { }
+ "us-west-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-west-1"
+ },
+ "hostname" : "es-fips.us-west-1.amazonaws.com"
+ },
+ "us-west-2" : { },
+ "us-west-2-fips" : {
+ "credentialScope" : {
+ "region" : "us-west-2"
+ },
+ "hostname" : "es-fips.us-west-2.amazonaws.com"
+ }
}
},
"events" : {
@@ -3451,6 +3567,12 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
+ "fips-ca-central-1" : {
+ "credentialScope" : {
+ "region" : "ca-central-1"
+ },
+ "hostname" : "fsx-fips.ca-central-1.amazonaws.com"
+ },
"fips-prod-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
@@ -3481,6 +3603,30 @@
},
"hostname" : "fsx-fips.us-west-2.amazonaws.com"
},
+ "fips-us-east-1" : {
+ "credentialScope" : {
+ "region" : "us-east-1"
+ },
+ "hostname" : "fsx-fips.us-east-1.amazonaws.com"
+ },
+ "fips-us-east-2" : {
+ "credentialScope" : {
+ "region" : "us-east-2"
+ },
+ "hostname" : "fsx-fips.us-east-2.amazonaws.com"
+ },
+ "fips-us-west-1" : {
+ "credentialScope" : {
+ "region" : "us-west-1"
+ },
+ "hostname" : "fsx-fips.us-west-1.amazonaws.com"
+ },
+ "fips-us-west-2" : {
+ "credentialScope" : {
+ "region" : "us-west-2"
+ },
+ "hostname" : "fsx-fips.us-west-2.amazonaws.com"
+ },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
@@ -3821,6 +3967,12 @@
},
"hostname" : "iam.amazonaws.com"
},
+ "aws-global-fips" : {
+ "credentialScope" : {
+ "region" : "us-east-1"
+ },
+ "hostname" : "iam-fips.amazonaws.com"
+ },
"iam-fips" : {
"credentialScope" : {
"region" : "us-east-1"
@@ -4354,26 +4506,152 @@
"kms" : {
"endpoints" : {
"af-south-1" : { },
+ "af-south-1-fips" : {
+ "credentialScope" : {
+ "region" : "af-south-1"
+ },
+ "hostname" : "kms-fips.af-south-1.amazonaws.com"
+ },
"ap-east-1" : { },
+ "ap-east-1-fips" : {
+ "credentialScope" : {
+ "region" : "ap-east-1"
+ },
+ "hostname" : "kms-fips.ap-east-1.amazonaws.com"
+ },
"ap-northeast-1" : { },
+ "ap-northeast-1-fips" : {
+ "credentialScope" : {
+ "region" : "ap-northeast-1"
+ },
+ "hostname" : "kms-fips.ap-northeast-1.amazonaws.com"
+ },
"ap-northeast-2" : { },
+ "ap-northeast-2-fips" : {
+ "credentialScope" : {
+ "region" : "ap-northeast-2"
+ },
+ "hostname" : "kms-fips.ap-northeast-2.amazonaws.com"
+ },
"ap-northeast-3" : { },
+ "ap-northeast-3-fips" : {
+ "credentialScope" : {
+ "region" : "ap-northeast-3"
+ },
+ "hostname" : "kms-fips.ap-northeast-3.amazonaws.com"
+ },
"ap-south-1" : { },
+ "ap-south-1-fips" : {
+ "credentialScope" : {
+ "region" : "ap-south-1"
+ },
+ "hostname" : "kms-fips.ap-south-1.amazonaws.com"
+ },
"ap-southeast-1" : { },
+ "ap-southeast-1-fips" : {
+ "credentialScope" : {
+ "region" : "ap-southeast-1"
+ },
+ "hostname" : "kms-fips.ap-southeast-1.amazonaws.com"
+ },
"ap-southeast-2" : { },
+ "ap-southeast-2-fips" : {
+ "credentialScope" : {
+ "region" : "ap-southeast-2"
+ },
+ "hostname" : "kms-fips.ap-southeast-2.amazonaws.com"
+ },
"ca-central-1" : { },
+ "ca-central-1-fips" : {
+ "credentialScope" : {
+ "region" : "ca-central-1"
+ },
+ "hostname" : "kms-fips.ca-central-1.amazonaws.com"
+ },
"eu-central-1" : { },
+ "eu-central-1-fips" : {
+ "credentialScope" : {
+ "region" : "eu-central-1"
+ },
+ "hostname" : "kms-fips.eu-central-1.amazonaws.com"
+ },
"eu-north-1" : { },
+ "eu-north-1-fips" : {
+ "credentialScope" : {
+ "region" : "eu-north-1"
+ },
+ "hostname" : "kms-fips.eu-north-1.amazonaws.com"
+ },
"eu-south-1" : { },
+ "eu-south-1-fips" : {
+ "credentialScope" : {
+ "region" : "eu-south-1"
+ },
+ "hostname" : "kms-fips.eu-south-1.amazonaws.com"
+ },
"eu-west-1" : { },
+ "eu-west-1-fips" : {
+ "credentialScope" : {
+ "region" : "eu-west-1"
+ },
+ "hostname" : "kms-fips.eu-west-1.amazonaws.com"
+ },
"eu-west-2" : { },
+ "eu-west-2-fips" : {
+ "credentialScope" : {
+ "region" : "eu-west-2"
+ },
+ "hostname" : "kms-fips.eu-west-2.amazonaws.com"
+ },
"eu-west-3" : { },
+ "eu-west-3-fips" : {
+ "credentialScope" : {
+ "region" : "eu-west-3"
+ },
+ "hostname" : "kms-fips.eu-west-3.amazonaws.com"
+ },
"me-south-1" : { },
+ "me-south-1-fips" : {
+ "credentialScope" : {
+ "region" : "me-south-1"
+ },
+ "hostname" : "kms-fips.me-south-1.amazonaws.com"
+ },
"sa-east-1" : { },
+ "sa-east-1-fips" : {
+ "credentialScope" : {
+ "region" : "sa-east-1"
+ },
+ "hostname" : "kms-fips.sa-east-1.amazonaws.com"
+ },
"us-east-1" : { },
+ "us-east-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-east-1"
+ },
+ "hostname" : "kms-fips.us-east-1.amazonaws.com"
+ },
"us-east-2" : { },
+ "us-east-2-fips" : {
+ "credentialScope" : {
+ "region" : "us-east-2"
+ },
+ "hostname" : "kms-fips.us-east-2.amazonaws.com"
+ },
"us-west-1" : { },
- "us-west-2" : { }
+ "us-west-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-west-1"
+ },
+ "hostname" : "kms-fips.us-west-1.amazonaws.com"
+ },
+ "us-west-2" : { },
+ "us-west-2-fips" : {
+ "credentialScope" : {
+ "region" : "us-west-2"
+ },
+ "hostname" : "kms-fips.us-west-2.amazonaws.com"
+ }
}
},
"lakeformation" : {
@@ -5251,6 +5529,18 @@
"us-west-2" : { }
}
},
+ "networkmanager" : {
+ "endpoints" : {
+ "aws-global" : {
+ "credentialScope" : {
+ "region" : "us-west-2"
+ },
+ "hostname" : "networkmanager.us-west-2.amazonaws.com"
+ }
+ },
+ "isRegionalized" : false,
+ "partitionEndpoint" : "aws-global"
+ },
"nimble" : {
"endpoints" : {
"ap-southeast-2" : { },
@@ -5760,6 +6050,12 @@
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
+ "ca-central-1-fips" : {
+ "credentialScope" : {
+ "region" : "ca-central-1"
+ },
+ "hostname" : "rds-fips.ca-central-1.amazonaws.com"
+ },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-1" : { },
@@ -5801,9 +6097,33 @@
"us-east-1" : {
"sslCommonName" : "{service}.{dnsSuffix}"
},
+ "us-east-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-east-1"
+ },
+ "hostname" : "rds-fips.us-east-1.amazonaws.com"
+ },
"us-east-2" : { },
+ "us-east-2-fips" : {
+ "credentialScope" : {
+ "region" : "us-east-2"
+ },
+ "hostname" : "rds-fips.us-east-2.amazonaws.com"
+ },
"us-west-1" : { },
- "us-west-2" : { }
+ "us-west-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-west-1"
+ },
+ "hostname" : "rds-fips.us-west-1.amazonaws.com"
+ },
+ "us-west-2" : { },
+ "us-west-2-fips" : {
+ "credentialScope" : {
+ "region" : "us-west-2"
+ },
+ "hostname" : "rds-fips.us-west-2.amazonaws.com"
+ }
}
},
"redshift" : {
@@ -5869,43 +6189,73 @@
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
+ "ca-central-1-fips" : {
+ "credentialScope" : {
+ "region" : "ca-central-1"
+ },
+ "hostname" : "rekognition-fips.ca-central-1.amazonaws.com"
+ },
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"rekognition-fips.ca-central-1" : {
"credentialScope" : {
- "region" : "ca-central-1"
+ "region" : "ca-central-1"
+ },
+ "hostname" : "rekognition-fips.ca-central-1.amazonaws.com"
+ },
+ "rekognition-fips.us-east-1" : {
+ "credentialScope" : {
+ "region" : "us-east-1"
+ },
+ "hostname" : "rekognition-fips.us-east-1.amazonaws.com"
+ },
+ "rekognition-fips.us-east-2" : {
+ "credentialScope" : {
+ "region" : "us-east-2"
+ },
+ "hostname" : "rekognition-fips.us-east-2.amazonaws.com"
+ },
+ "rekognition-fips.us-west-1" : {
+ "credentialScope" : {
+ "region" : "us-west-1"
+ },
+ "hostname" : "rekognition-fips.us-west-1.amazonaws.com"
+ },
+ "rekognition-fips.us-west-2" : {
+ "credentialScope" : {
+ "region" : "us-west-2"
},
- "hostname" : "rekognition-fips.ca-central-1.amazonaws.com"
+ "hostname" : "rekognition-fips.us-west-2.amazonaws.com"
},
- "rekognition-fips.us-east-1" : {
+ "us-east-1" : { },
+ "us-east-1-fips" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "rekognition-fips.us-east-1.amazonaws.com"
},
- "rekognition-fips.us-east-2" : {
+ "us-east-2" : { },
+ "us-east-2-fips" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "rekognition-fips.us-east-2.amazonaws.com"
},
- "rekognition-fips.us-west-1" : {
+ "us-west-1" : { },
+ "us-west-1-fips" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "rekognition-fips.us-west-1.amazonaws.com"
},
- "rekognition-fips.us-west-2" : {
+ "us-west-2" : { },
+ "us-west-2-fips" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "rekognition-fips.us-west-2.amazonaws.com"
- },
- "us-east-1" : { },
- "us-east-2" : { },
- "us-west-1" : { },
- "us-west-2" : { }
+ }
}
},
"resource-groups" : {
@@ -6780,6 +7130,12 @@
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
+ "ca-central-1-fips" : {
+ "credentialScope" : {
+ "region" : "ca-central-1"
+ },
+ "hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com"
+ },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-1" : { },
@@ -6795,9 +7151,33 @@
"hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com"
},
"us-east-1" : { },
+ "us-east-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-east-1"
+ },
+ "hostname" : "servicediscovery-fips.us-east-1.amazonaws.com"
+ },
"us-east-2" : { },
+ "us-east-2-fips" : {
+ "credentialScope" : {
+ "region" : "us-east-2"
+ },
+ "hostname" : "servicediscovery-fips.us-east-2.amazonaws.com"
+ },
"us-west-1" : { },
- "us-west-2" : { }
+ "us-west-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-west-1"
+ },
+ "hostname" : "servicediscovery-fips.us-west-1.amazonaws.com"
+ },
+ "us-west-2" : { },
+ "us-west-2-fips" : {
+ "credentialScope" : {
+ "region" : "us-west-2"
+ },
+ "hostname" : "servicediscovery-fips.us-west-2.amazonaws.com"
+ }
}
},
"servicequotas" : {
@@ -7285,6 +7665,12 @@
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
+ "ca-central-1-fips" : {
+ "credentialScope" : {
+ "region" : "ca-central-1"
+ },
+ "hostname" : "storagegateway-fips.ca-central-1.amazonaws.com"
+ },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-1" : { },
@@ -7300,9 +7686,33 @@
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
+ "us-east-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-east-1"
+ },
+ "hostname" : "storagegateway-fips.us-east-1.amazonaws.com"
+ },
"us-east-2" : { },
+ "us-east-2-fips" : {
+ "credentialScope" : {
+ "region" : "us-east-2"
+ },
+ "hostname" : "storagegateway-fips.us-east-2.amazonaws.com"
+ },
"us-west-1" : { },
- "us-west-2" : { }
+ "us-west-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-west-1"
+ },
+ "hostname" : "storagegateway-fips.us-west-1.amazonaws.com"
+ },
+ "us-west-2" : { },
+ "us-west-2-fips" : {
+ "credentialScope" : {
+ "region" : "us-west-2"
+ },
+ "hostname" : "storagegateway-fips.us-west-2.amazonaws.com"
+ }
}
},
"streams.dynamodb" : {
@@ -7763,6 +8173,12 @@
"region" : "us-east-1"
},
"hostname" : "waf.amazonaws.com"
+ },
+ "aws-global-fips" : {
+ "credentialScope" : {
+ "region" : "us-east-1"
+ },
+ "hostname" : "waf-fips.amazonaws.com"
}
},
"isRegionalized" : false,
@@ -9256,7 +9672,13 @@
},
"hostname" : "appstream2-fips.us-gov-west-1.amazonaws.com"
},
- "us-gov-west-1" : { }
+ "us-gov-west-1" : { },
+ "us-gov-west-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-gov-west-1"
+ },
+ "hostname" : "appstream2-fips.us-gov-west-1.amazonaws.com"
+ }
}
},
"athena" : {
@@ -9422,7 +9844,19 @@
"hostname" : "codecommit-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : { },
- "us-gov-west-1" : { }
+ "us-gov-east-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-gov-east-1"
+ },
+ "hostname" : "codecommit-fips.us-gov-east-1.amazonaws.com"
+ },
+ "us-gov-west-1" : { },
+ "us-gov-west-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-gov-west-1"
+ },
+ "hostname" : "codecommit-fips.us-gov-west-1.amazonaws.com"
+ }
}
},
"codedeploy" : {
@@ -9614,7 +10048,19 @@
"hostname" : "dms.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : { },
- "us-gov-west-1" : { }
+ "us-gov-east-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-gov-east-1"
+ },
+ "hostname" : "dms.us-gov-east-1.amazonaws.com"
+ },
+ "us-gov-west-1" : { },
+ "us-gov-west-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-gov-west-1"
+ },
+ "hostname" : "dms.us-gov-west-1.amazonaws.com"
+ }
}
},
"docdb" : {
@@ -9733,7 +10179,13 @@
"hostname" : "elasticache.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : { },
- "us-gov-west-1" : { }
+ "us-gov-west-1" : { },
+ "us-gov-west-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-gov-west-1"
+ },
+ "hostname" : "elasticache.us-gov-west-1.amazonaws.com"
+ }
}
},
"elasticbeanstalk" : {
@@ -9830,7 +10282,19 @@
"hostname" : "es-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : { },
- "us-gov-west-1" : { }
+ "us-gov-east-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-gov-east-1"
+ },
+ "hostname" : "es-fips.us-gov-east-1.amazonaws.com"
+ },
+ "us-gov-west-1" : { },
+ "us-gov-west-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-gov-west-1"
+ },
+ "hostname" : "es-fips.us-gov-west-1.amazonaws.com"
+ }
}
},
"events" : {
@@ -9902,6 +10366,18 @@
},
"hostname" : "fsx-fips.us-gov-west-1.amazonaws.com"
},
+ "fips-us-gov-east-1" : {
+ "credentialScope" : {
+ "region" : "us-gov-east-1"
+ },
+ "hostname" : "fsx-fips.us-gov-east-1.amazonaws.com"
+ },
+ "fips-us-gov-west-1" : {
+ "credentialScope" : {
+ "region" : "us-gov-west-1"
+ },
+ "hostname" : "fsx-fips.us-gov-west-1.amazonaws.com"
+ },
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
@@ -10019,6 +10495,12 @@
},
"hostname" : "iam.us-gov.amazonaws.com"
},
+ "aws-us-gov-global-fips" : {
+ "credentialScope" : {
+ "region" : "us-gov-west-1"
+ },
+ "hostname" : "iam.us-gov.amazonaws.com"
+ },
"iam-govcloud-fips" : {
"credentialScope" : {
"region" : "us-gov-west-1"
@@ -10167,7 +10649,19 @@
"hostname" : "kms-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : { },
- "us-gov-west-1" : { }
+ "us-gov-east-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-gov-east-1"
+ },
+ "hostname" : "kms-fips.us-gov-east-1.amazonaws.com"
+ },
+ "us-gov-west-1" : { },
+ "us-gov-west-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-gov-west-1"
+ },
+ "hostname" : "kms-fips.us-gov-west-1.amazonaws.com"
+ }
}
},
"lakeformation" : {
@@ -10340,6 +10834,18 @@
"us-gov-west-1" : { }
}
},
+ "networkmanager" : {
+ "endpoints" : {
+ "aws-us-gov-global" : {
+ "credentialScope" : {
+ "region" : "us-gov-west-1"
+ },
+ "hostname" : "networkmanager.us-gov-west-1.amazonaws.com"
+ }
+ },
+ "isRegionalized" : false,
+ "partitionEndpoint" : "aws-us-gov-global"
+ },
"oidc" : {
"endpoints" : {
"us-gov-west-1" : {
@@ -10453,7 +10959,19 @@
"hostname" : "rds.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : { },
- "us-gov-west-1" : { }
+ "us-gov-east-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-gov-east-1"
+ },
+ "hostname" : "rds.us-gov-east-1.amazonaws.com"
+ },
+ "us-gov-west-1" : { },
+ "us-gov-west-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-gov-west-1"
+ },
+ "hostname" : "rds.us-gov-west-1.amazonaws.com"
+ }
}
},
"redshift" : {
@@ -10480,7 +10998,13 @@
},
"hostname" : "rekognition-fips.us-gov-west-1.amazonaws.com"
},
- "us-gov-west-1" : { }
+ "us-gov-west-1" : { },
+ "us-gov-west-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-gov-west-1"
+ },
+ "hostname" : "rekognition-fips.us-gov-west-1.amazonaws.com"
+ }
}
},
"resource-groups" : {
@@ -10727,7 +11251,19 @@
"hostname" : "servicediscovery-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : { },
- "us-gov-west-1" : { }
+ "us-gov-east-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-gov-east-1"
+ },
+ "hostname" : "servicediscovery-fips.us-gov-east-1.amazonaws.com"
+ },
+ "us-gov-west-1" : { },
+ "us-gov-west-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-gov-west-1"
+ },
+ "hostname" : "servicediscovery-fips.us-gov-west-1.amazonaws.com"
+ }
}
},
"servicequotas" : {
@@ -10867,7 +11403,19 @@
"hostname" : "storagegateway-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : { },
- "us-gov-west-1" : { }
+ "us-gov-east-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-gov-east-1"
+ },
+ "hostname" : "storagegateway-fips.us-gov-east-1.amazonaws.com"
+ },
+ "us-gov-west-1" : { },
+ "us-gov-west-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-gov-west-1"
+ },
+ "hostname" : "storagegateway-fips.us-gov-west-1.amazonaws.com"
+ }
}
},
"streams.dynamodb" : {
@@ -11192,7 +11740,13 @@
},
"hostname" : "dms.us-iso-east-1.c2s.ic.gov"
},
- "us-iso-east-1" : { }
+ "us-iso-east-1" : { },
+ "us-iso-east-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-iso-east-1"
+ },
+ "hostname" : "dms.us-iso-east-1.c2s.ic.gov"
+ }
}
},
"ds" : {
@@ -11314,7 +11868,19 @@
"hostname" : "kms-fips.us-iso-east-1.c2s.ic.gov"
},
"us-iso-east-1" : { },
- "us-iso-west-1" : { }
+ "us-iso-east-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-iso-east-1"
+ },
+ "hostname" : "kms-fips.us-iso-east-1.c2s.ic.gov"
+ },
+ "us-iso-west-1" : { },
+ "us-iso-west-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-iso-west-1"
+ },
+ "hostname" : "kms-fips.us-iso-west-1.c2s.ic.gov"
+ }
}
},
"lambda" : {
@@ -11580,7 +12146,13 @@
},
"hostname" : "dms.us-isob-east-1.sc2s.sgov.gov"
},
- "us-isob-east-1" : { }
+ "us-isob-east-1" : { },
+ "us-isob-east-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-isob-east-1"
+ },
+ "hostname" : "dms.us-isob-east-1.sc2s.sgov.gov"
+ }
}
},
"ds" : {
@@ -11676,7 +12248,13 @@
},
"hostname" : "kms-fips.us-isob-east-1.sc2s.sgov.gov"
},
- "us-isob-east-1" : { }
+ "us-isob-east-1" : { },
+ "us-isob-east-1-fips" : {
+ "credentialScope" : {
+ "region" : "us-isob-east-1"
+ },
+ "hostname" : "kms-fips.us-isob-east-1.sc2s.sgov.gov"
+ }
}
},
"lambda" : {
From 8b645da265ef5e2e2dee8f84502302dfe3481f51 Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Fri, 29 Oct 2021 18:18:00 +0000
Subject: [PATCH 7/8] Release 2.17.71. Updated CHANGELOG.md, README.md and all
pom.xml.
---
.changes/2.17.71.json | 48 +++++++++++++++++++
.../bugfix-S3TransferManager-e4998ee.json | 6 ---
.../feature-AWSSDKforJavav2-bedacd4.json | 6 ---
...CloudWatchApplicationInsights-2063941.json | 6 ---
.../feature-AmazonConnectService-55c9ae7.json | 6 ---
...ure-AmazonElasticComputeCloud-955f101.json | 6 ---
.../feature-AmazonRekognition-309965d.json | 6 ---
...ature-AmazonTranscribeService-ba47537.json | 6 ---
CHANGELOG.md | 29 +++++++++++
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/apigateway/pom.xml | 2 +-
services/apigatewaymanagementapi/pom.xml | 2 +-
services/apigatewayv2/pom.xml | 2 +-
services/appconfig/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/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/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/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/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/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/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/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/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/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/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/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/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 +-
352 files changed, 423 insertions(+), 388 deletions(-)
create mode 100644 .changes/2.17.71.json
delete mode 100644 .changes/next-release/bugfix-S3TransferManager-e4998ee.json
delete mode 100644 .changes/next-release/feature-AWSSDKforJavav2-bedacd4.json
delete mode 100644 .changes/next-release/feature-AmazonCloudWatchApplicationInsights-2063941.json
delete mode 100644 .changes/next-release/feature-AmazonConnectService-55c9ae7.json
delete mode 100644 .changes/next-release/feature-AmazonElasticComputeCloud-955f101.json
delete mode 100644 .changes/next-release/feature-AmazonRekognition-309965d.json
delete mode 100644 .changes/next-release/feature-AmazonTranscribeService-ba47537.json
diff --git a/.changes/2.17.71.json b/.changes/2.17.71.json
new file mode 100644
index 000000000000..69e2bcd993f3
--- /dev/null
+++ b/.changes/2.17.71.json
@@ -0,0 +1,48 @@
+{
+ "version": "2.17.71",
+ "date": "2021-10-29",
+ "entries": [
+ {
+ "type": "feature",
+ "category": "Amazon Elastic Compute Cloud",
+ "contributor": "",
+ "description": "Support added for AMI sharing with organizations and organizational units in ModifyImageAttribute API"
+ },
+ {
+ "type": "feature",
+ "category": "Amazon CloudWatch Application Insights",
+ "contributor": "",
+ "description": "Added Monitoring support for SQL Server Failover Cluster Instance. Additionally, added a new API to allow one-click monitoring of containers resources."
+ },
+ {
+ "type": "feature",
+ "category": "Amazon Transcribe Service",
+ "contributor": "",
+ "description": "Transcribe and Transcribe Call Analytics now support automatic language identification along with custom vocabulary, vocabulary filter, custom language model and PII redaction."
+ },
+ {
+ "type": "bugfix",
+ "category": "S3TransferManager",
+ "contributor": "",
+ "description": "Fix potentially flaky S3TransferManagerListenerTests"
+ },
+ {
+ "type": "feature",
+ "category": "AWS SDK for Java v2",
+ "contributor": "",
+ "description": "Updated service endpoint metadata."
+ },
+ {
+ "type": "feature",
+ "category": "Amazon Rekognition",
+ "contributor": "",
+ "description": "This release added new attributes to Rekognition Video GetCelebrityRecognition API operations."
+ },
+ {
+ "type": "feature",
+ "category": "Amazon Connect Service",
+ "contributor": "",
+ "description": "Amazon Connect Chat now supports real-time message streaming."
+ }
+ ]
+}
\ No newline at end of file
diff --git a/.changes/next-release/bugfix-S3TransferManager-e4998ee.json b/.changes/next-release/bugfix-S3TransferManager-e4998ee.json
deleted file mode 100644
index b6bb4be40c32..000000000000
--- a/.changes/next-release/bugfix-S3TransferManager-e4998ee.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "category": "S3TransferManager",
- "contributor": "",
- "type": "bugfix",
- "description": "Fix potentially flaky S3TransferManagerListenerTests"
-}
diff --git a/.changes/next-release/feature-AWSSDKforJavav2-bedacd4.json b/.changes/next-release/feature-AWSSDKforJavav2-bedacd4.json
deleted file mode 100644
index ae3f84993e9e..000000000000
--- a/.changes/next-release/feature-AWSSDKforJavav2-bedacd4.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "AWS SDK for Java v2",
- "contributor": "",
- "description": "Updated service endpoint metadata."
-}
diff --git a/.changes/next-release/feature-AmazonCloudWatchApplicationInsights-2063941.json b/.changes/next-release/feature-AmazonCloudWatchApplicationInsights-2063941.json
deleted file mode 100644
index 2270c12d257d..000000000000
--- a/.changes/next-release/feature-AmazonCloudWatchApplicationInsights-2063941.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "Amazon CloudWatch Application Insights",
- "contributor": "",
- "description": "Added Monitoring support for SQL Server Failover Cluster Instance. Additionally, added a new API to allow one-click monitoring of containers resources."
-}
diff --git a/.changes/next-release/feature-AmazonConnectService-55c9ae7.json b/.changes/next-release/feature-AmazonConnectService-55c9ae7.json
deleted file mode 100644
index c7a0632a2111..000000000000
--- a/.changes/next-release/feature-AmazonConnectService-55c9ae7.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "Amazon Connect Service",
- "contributor": "",
- "description": "Amazon Connect Chat now supports real-time message streaming."
-}
diff --git a/.changes/next-release/feature-AmazonElasticComputeCloud-955f101.json b/.changes/next-release/feature-AmazonElasticComputeCloud-955f101.json
deleted file mode 100644
index 24ada56a4843..000000000000
--- a/.changes/next-release/feature-AmazonElasticComputeCloud-955f101.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "Amazon Elastic Compute Cloud",
- "contributor": "",
- "description": "Support added for AMI sharing with organizations and organizational units in ModifyImageAttribute API"
-}
diff --git a/.changes/next-release/feature-AmazonRekognition-309965d.json b/.changes/next-release/feature-AmazonRekognition-309965d.json
deleted file mode 100644
index 69e3e12340ee..000000000000
--- a/.changes/next-release/feature-AmazonRekognition-309965d.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "Amazon Rekognition",
- "contributor": "",
- "description": "This release added new attributes to Rekognition Video GetCelebrityRecognition API operations."
-}
diff --git a/.changes/next-release/feature-AmazonTranscribeService-ba47537.json b/.changes/next-release/feature-AmazonTranscribeService-ba47537.json
deleted file mode 100644
index c29ccc1293b0..000000000000
--- a/.changes/next-release/feature-AmazonTranscribeService-ba47537.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "Amazon Transcribe Service",
- "contributor": "",
- "description": "Transcribe and Transcribe Call Analytics now support automatic language identification along with custom vocabulary, vocabulary filter, custom language model and PII redaction."
-}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b0611985c3f..6ba5fbd4db6c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,32 @@
+# __2.17.71__ __2021-10-29__
+## __AWS SDK for Java v2__
+ - ### Features
+ - Updated service endpoint metadata.
+
+## __Amazon CloudWatch Application Insights__
+ - ### Features
+ - Added Monitoring support for SQL Server Failover Cluster Instance. Additionally, added a new API to allow one-click monitoring of containers resources.
+
+## __Amazon Connect Service__
+ - ### Features
+ - Amazon Connect Chat now supports real-time message streaming.
+
+## __Amazon Elastic Compute Cloud__
+ - ### Features
+ - Support added for AMI sharing with organizations and organizational units in ModifyImageAttribute API
+
+## __Amazon Rekognition__
+ - ### Features
+ - This release added new attributes to Rekognition Video GetCelebrityRecognition API operations.
+
+## __Amazon Transcribe Service__
+ - ### Features
+ - Transcribe and Transcribe Call Analytics now support automatic language identification along with custom vocabulary, vocabulary filter, custom language model and PII redaction.
+
+## __S3TransferManager__
+ - ### Bugfixes
+ - Fix potentially flaky S3TransferManagerListenerTests
+
# __2.17.70__ __2021-10-28__
## __AWS Systems Manager Incident Manager__
- ### Features
diff --git a/README.md b/README.md
index 2f4173d6b240..2ea1a1c2f61e 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.70
+ 2.17.71
pom
import
@@ -86,12 +86,12 @@ Alternatively you can add dependencies for the specific services you use only:
software.amazon.awssdk
ec2
- 2.17.70
+ 2.17.71
software.amazon.awssdk
s3
- 2.17.70
+ 2.17.71
```
@@ -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.70
+ 2.17.71
```
diff --git a/archetypes/archetype-app-quickstart/pom.xml b/archetypes/archetype-app-quickstart/pom.xml
index 9654d9810790..c821a8cd1fac 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.71-SNAPSHOT
+ 2.17.71
4.0.0
diff --git a/archetypes/archetype-lambda/pom.xml b/archetypes/archetype-lambda/pom.xml
index 41e02c82ceee..6ce876ce573b 100644
--- a/archetypes/archetype-lambda/pom.xml
+++ b/archetypes/archetype-lambda/pom.xml
@@ -20,7 +20,7 @@
archetypes
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
archetype-lambda
diff --git a/archetypes/archetype-tools/pom.xml b/archetypes/archetype-tools/pom.xml
index 2527414c031a..ca94f8d3cafb 100644
--- a/archetypes/archetype-tools/pom.xml
+++ b/archetypes/archetype-tools/pom.xml
@@ -20,7 +20,7 @@
archetypes
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 5c54d2027ef2..223b03067b19 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
archetypes
diff --git a/aws-sdk-java/pom.xml b/aws-sdk-java/pom.xml
index 8c6fda29247a..dca25063ee5a 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.71-SNAPSHOT
+ 2.17.71
../pom.xml
aws-sdk-java
diff --git a/bom-internal/pom.xml b/bom-internal/pom.xml
index 03cff8db4537..6d1a72747c85 100644
--- a/bom-internal/pom.xml
+++ b/bom-internal/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
diff --git a/bom/pom.xml b/bom/pom.xml
index 6e9e623c95d6..512fa684b7c1 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.17.71-SNAPSHOT
+ 2.17.71
../pom.xml
bom
diff --git a/bundle/pom.xml b/bundle/pom.xml
index bfbe14a83200..d0144f8c05c7 100644
--- a/bundle/pom.xml
+++ b/bundle/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.17.71-SNAPSHOT
+ 2.17.71
bundle
jar
diff --git a/codegen-lite-maven-plugin/pom.xml b/codegen-lite-maven-plugin/pom.xml
index 5c027af20350..96e21faa8906 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.71-SNAPSHOT
+ 2.17.71
../pom.xml
codegen-lite-maven-plugin
diff --git a/codegen-lite/pom.xml b/codegen-lite/pom.xml
index 0c09b71f1bba..b1da711906ab 100644
--- a/codegen-lite/pom.xml
+++ b/codegen-lite/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.17.71-SNAPSHOT
+ 2.17.71
codegen-lite
AWS Java SDK :: Code Generator Lite
diff --git a/codegen-maven-plugin/pom.xml b/codegen-maven-plugin/pom.xml
index e7665e754855..89c091672d0e 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.71-SNAPSHOT
+ 2.17.71
../pom.xml
codegen-maven-plugin
diff --git a/codegen/pom.xml b/codegen/pom.xml
index 7154c9e7f3de..99bd5e4050c0 100644
--- a/codegen/pom.xml
+++ b/codegen/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.17.71-SNAPSHOT
+ 2.17.71
codegen
AWS Java SDK :: Code Generator
diff --git a/core/annotations/pom.xml b/core/annotations/pom.xml
index 1e98761f428f..6a5d7395afb1 100644
--- a/core/annotations/pom.xml
+++ b/core/annotations/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
diff --git a/core/arns/pom.xml b/core/arns/pom.xml
index 0f69f6f112ec..b7b725eb3c2d 100644
--- a/core/arns/pom.xml
+++ b/core/arns/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
diff --git a/core/auth-crt/pom.xml b/core/auth-crt/pom.xml
index f8d2d5ae20f8..2b30577d3775 100644
--- a/core/auth-crt/pom.xml
+++ b/core/auth-crt/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.17.71-SNAPSHOT
+ 2.17.71
auth-crt
diff --git a/core/auth/pom.xml b/core/auth/pom.xml
index df83c5eddd48..f83316cce482 100644
--- a/core/auth/pom.xml
+++ b/core/auth/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.17.71-SNAPSHOT
+ 2.17.71
auth
diff --git a/core/aws-core/pom.xml b/core/aws-core/pom.xml
index 9d710650b5ae..50cc240b37a3 100644
--- a/core/aws-core/pom.xml
+++ b/core/aws-core/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.17.71-SNAPSHOT
+ 2.17.71
aws-core
diff --git a/core/json-utils/pom.xml b/core/json-utils/pom.xml
index 2564f8ec6c6e..88af09117d19 100644
--- a/core/json-utils/pom.xml
+++ b/core/json-utils/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
diff --git a/core/metrics-spi/pom.xml b/core/metrics-spi/pom.xml
index 569535859a55..e2f68edc88a0 100644
--- a/core/metrics-spi/pom.xml
+++ b/core/metrics-spi/pom.xml
@@ -5,7 +5,7 @@
core
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
diff --git a/core/pom.xml b/core/pom.xml
index fd87557d485f..a4b0432ba185 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -21,7 +21,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
core
diff --git a/core/profiles/pom.xml b/core/profiles/pom.xml
index 0bfdc0efc7cf..f2c54422f8d4 100644
--- a/core/profiles/pom.xml
+++ b/core/profiles/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.17.71-SNAPSHOT
+ 2.17.71
profiles
diff --git a/core/protocols/aws-cbor-protocol/pom.xml b/core/protocols/aws-cbor-protocol/pom.xml
index 58f10a4508d5..af03d9f991dc 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.71-SNAPSHOT
+ 2.17.71
4.0.0
diff --git a/core/protocols/aws-json-protocol/pom.xml b/core/protocols/aws-json-protocol/pom.xml
index ed1596b3ad8f..e562d15c9d1c 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.71-SNAPSHOT
+ 2.17.71
4.0.0
diff --git a/core/protocols/aws-query-protocol/pom.xml b/core/protocols/aws-query-protocol/pom.xml
index 6c673a8753ed..123c637b297f 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.71-SNAPSHOT
+ 2.17.71
4.0.0
diff --git a/core/protocols/aws-xml-protocol/pom.xml b/core/protocols/aws-xml-protocol/pom.xml
index a2056b71dc69..ff82857ec1d7 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.71-SNAPSHOT
+ 2.17.71
4.0.0
diff --git a/core/protocols/pom.xml b/core/protocols/pom.xml
index 688b99407b5b..99f4da37cc71 100644
--- a/core/protocols/pom.xml
+++ b/core/protocols/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
diff --git a/core/protocols/protocol-core/pom.xml b/core/protocols/protocol-core/pom.xml
index e848cd839103..4e37a419097c 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.71-SNAPSHOT
+ 2.17.71
4.0.0
diff --git a/core/regions/pom.xml b/core/regions/pom.xml
index fa24ec81ab72..3d1626c5307a 100644
--- a/core/regions/pom.xml
+++ b/core/regions/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.17.71-SNAPSHOT
+ 2.17.71
regions
diff --git a/core/sdk-core/pom.xml b/core/sdk-core/pom.xml
index b6ea3ab47827..56e31b05c078 100644
--- a/core/sdk-core/pom.xml
+++ b/core/sdk-core/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
core
- 2.17.71-SNAPSHOT
+ 2.17.71
sdk-core
AWS Java SDK :: SDK Core
diff --git a/http-client-spi/pom.xml b/http-client-spi/pom.xml
index f0006bebf7f5..a5a15450b74b 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.71-SNAPSHOT
+ 2.17.71
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 62edbb1997df..8b7d39f264d1 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.71-SNAPSHOT
+ 2.17.71
apache-client
diff --git a/http-clients/aws-crt-client/pom.xml b/http-clients/aws-crt-client/pom.xml
index 309c657a737e..795ab2592db8 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.71-SNAPSHOT
+ 2.17.71
4.0.0
diff --git a/http-clients/netty-nio-client/pom.xml b/http-clients/netty-nio-client/pom.xml
index e9ef07880ee5..fea545aa4a4b 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.71-SNAPSHOT
+ 2.17.71
4.0.0
diff --git a/http-clients/pom.xml b/http-clients/pom.xml
index f08bbadf5db4..2137eef258df 100644
--- a/http-clients/pom.xml
+++ b/http-clients/pom.xml
@@ -21,7 +21,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
diff --git a/http-clients/url-connection-client/pom.xml b/http-clients/url-connection-client/pom.xml
index 7be2b19ca1d9..10204fd5006a 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.71-SNAPSHOT
+ 2.17.71
4.0.0
diff --git a/metric-publishers/cloudwatch-metric-publisher/pom.xml b/metric-publishers/cloudwatch-metric-publisher/pom.xml
index ab1e489c8e0d..8e9c8decf1b7 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.71-SNAPSHOT
+ 2.17.71
cloudwatch-metric-publisher
diff --git a/metric-publishers/pom.xml b/metric-publishers/pom.xml
index 7369a48e6f8e..95082bcdd1d0 100644
--- a/metric-publishers/pom.xml
+++ b/metric-publishers/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.17.71-SNAPSHOT
+ 2.17.71
metric-publishers
diff --git a/pom.xml b/pom.xml
index a21e10d3dbdf..dd8b50cdb866 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
4.0.0
software.amazon.awssdk
aws-sdk-java-pom
- 2.17.71-SNAPSHOT
+ 2.17.71
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 3d1caf658fb1..d1d397613ff1 100644
--- a/release-scripts/pom.xml
+++ b/release-scripts/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.17.71-SNAPSHOT
+ 2.17.71
../pom.xml
release-scripts
diff --git a/services-custom/dynamodb-enhanced/pom.xml b/services-custom/dynamodb-enhanced/pom.xml
index bf814ce0beb6..fbdb909ff6f2 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.71-SNAPSHOT
+ 2.17.71
dynamodb-enhanced
AWS Java SDK :: DynamoDB :: Enhanced Client
diff --git a/services-custom/pom.xml b/services-custom/pom.xml
index 2bf03324f8c3..64269ab1e074 100644
--- a/services-custom/pom.xml
+++ b/services-custom/pom.xml
@@ -19,7 +19,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.17.71-SNAPSHOT
+ 2.17.71
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 f985f5c9fd2f..b57bc55055df 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.71-SNAPSHOT
+ 2.17.71
../../pom.xml
s3-transfer-manager
diff --git a/services/accessanalyzer/pom.xml b/services/accessanalyzer/pom.xml
index 552c8ec7f60f..c6f84347f086 100644
--- a/services/accessanalyzer/pom.xml
+++ b/services/accessanalyzer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
accessanalyzer
AWS Java SDK :: Services :: AccessAnalyzer
diff --git a/services/account/pom.xml b/services/account/pom.xml
index 81e2856874d6..cef5137faee6 100644
--- a/services/account/pom.xml
+++ b/services/account/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
account
AWS Java SDK :: Services :: Account
diff --git a/services/acm/pom.xml b/services/acm/pom.xml
index 2782deebfff1..2b2c5ecd6d30 100644
--- a/services/acm/pom.xml
+++ b/services/acm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
acm
AWS Java SDK :: Services :: AWS Certificate Manager
diff --git a/services/acmpca/pom.xml b/services/acmpca/pom.xml
index 99bfb45ce9a2..b95e5040938c 100644
--- a/services/acmpca/pom.xml
+++ b/services/acmpca/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
acmpca
AWS Java SDK :: Services :: ACM PCA
diff --git a/services/alexaforbusiness/pom.xml b/services/alexaforbusiness/pom.xml
index 5170f979683e..045cd30aa0fb 100644
--- a/services/alexaforbusiness/pom.xml
+++ b/services/alexaforbusiness/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
alexaforbusiness
diff --git a/services/amp/pom.xml b/services/amp/pom.xml
index 0f2e1b345c42..636f003ed7cd 100644
--- a/services/amp/pom.xml
+++ b/services/amp/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
amp
AWS Java SDK :: Services :: Amp
diff --git a/services/amplify/pom.xml b/services/amplify/pom.xml
index dd56fe50f9fe..d64ebed17e35 100644
--- a/services/amplify/pom.xml
+++ b/services/amplify/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
amplify
AWS Java SDK :: Services :: Amplify
diff --git a/services/amplifybackend/pom.xml b/services/amplifybackend/pom.xml
index 6ff669a80cdb..1969cba40fdd 100644
--- a/services/amplifybackend/pom.xml
+++ b/services/amplifybackend/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
amplifybackend
AWS Java SDK :: Services :: Amplify Backend
diff --git a/services/apigateway/pom.xml b/services/apigateway/pom.xml
index 3b7e6621e0c3..36448adf2c54 100644
--- a/services/apigateway/pom.xml
+++ b/services/apigateway/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
apigateway
AWS Java SDK :: Services :: Amazon API Gateway
diff --git a/services/apigatewaymanagementapi/pom.xml b/services/apigatewaymanagementapi/pom.xml
index 26b2fc1754c8..43aef713e020 100644
--- a/services/apigatewaymanagementapi/pom.xml
+++ b/services/apigatewaymanagementapi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
apigatewaymanagementapi
AWS Java SDK :: Services :: ApiGatewayManagementApi
diff --git a/services/apigatewayv2/pom.xml b/services/apigatewayv2/pom.xml
index 32f36bf251fb..aa8add5db04c 100644
--- a/services/apigatewayv2/pom.xml
+++ b/services/apigatewayv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
apigatewayv2
AWS Java SDK :: Services :: ApiGatewayV2
diff --git a/services/appconfig/pom.xml b/services/appconfig/pom.xml
index 6598d554a306..03c6ba2d184e 100644
--- a/services/appconfig/pom.xml
+++ b/services/appconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
appconfig
AWS Java SDK :: Services :: AppConfig
diff --git a/services/appflow/pom.xml b/services/appflow/pom.xml
index 1ed2a68c5afa..6b196f939cfa 100644
--- a/services/appflow/pom.xml
+++ b/services/appflow/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
appflow
AWS Java SDK :: Services :: Appflow
diff --git a/services/appintegrations/pom.xml b/services/appintegrations/pom.xml
index 53f6ef75469f..f60208fb3262 100644
--- a/services/appintegrations/pom.xml
+++ b/services/appintegrations/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
appintegrations
AWS Java SDK :: Services :: App Integrations
diff --git a/services/applicationautoscaling/pom.xml b/services/applicationautoscaling/pom.xml
index ae57aa619634..a3563eb270fb 100644
--- a/services/applicationautoscaling/pom.xml
+++ b/services/applicationautoscaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
applicationautoscaling
AWS Java SDK :: Services :: AWS Application Auto Scaling
diff --git a/services/applicationcostprofiler/pom.xml b/services/applicationcostprofiler/pom.xml
index f39f5d5acdc0..a653b4bb7abf 100644
--- a/services/applicationcostprofiler/pom.xml
+++ b/services/applicationcostprofiler/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
applicationcostprofiler
AWS Java SDK :: Services :: Application Cost Profiler
diff --git a/services/applicationdiscovery/pom.xml b/services/applicationdiscovery/pom.xml
index e83c947b2061..429457a8ea64 100644
--- a/services/applicationdiscovery/pom.xml
+++ b/services/applicationdiscovery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
applicationdiscovery
AWS Java SDK :: Services :: AWS Application Discovery Service
diff --git a/services/applicationinsights/pom.xml b/services/applicationinsights/pom.xml
index 15ac5cdd71e1..01f81bc2c414 100644
--- a/services/applicationinsights/pom.xml
+++ b/services/applicationinsights/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
applicationinsights
AWS Java SDK :: Services :: Application Insights
diff --git a/services/appmesh/pom.xml b/services/appmesh/pom.xml
index 727f391db27c..1a0c9e7b2be0 100644
--- a/services/appmesh/pom.xml
+++ b/services/appmesh/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
appmesh
AWS Java SDK :: Services :: App Mesh
diff --git a/services/apprunner/pom.xml b/services/apprunner/pom.xml
index 4241f930302e..b2acfc1a2ac5 100644
--- a/services/apprunner/pom.xml
+++ b/services/apprunner/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
apprunner
AWS Java SDK :: Services :: App Runner
diff --git a/services/appstream/pom.xml b/services/appstream/pom.xml
index 3ab16fb42a0a..09759500c91e 100644
--- a/services/appstream/pom.xml
+++ b/services/appstream/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
appstream
AWS Java SDK :: Services :: Amazon AppStream
diff --git a/services/appsync/pom.xml b/services/appsync/pom.xml
index 752e1c2bf025..fad864fedbd9 100644
--- a/services/appsync/pom.xml
+++ b/services/appsync/pom.xml
@@ -21,7 +21,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
appsync
diff --git a/services/athena/pom.xml b/services/athena/pom.xml
index 89cc282c9afd..e26ce93700bb 100644
--- a/services/athena/pom.xml
+++ b/services/athena/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
athena
AWS Java SDK :: Services :: Amazon Athena
diff --git a/services/auditmanager/pom.xml b/services/auditmanager/pom.xml
index 93bd19daa418..cd0962fbc14f 100644
--- a/services/auditmanager/pom.xml
+++ b/services/auditmanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
auditmanager
AWS Java SDK :: Services :: Audit Manager
diff --git a/services/autoscaling/pom.xml b/services/autoscaling/pom.xml
index abb8c7a6218d..8ec973e51984 100644
--- a/services/autoscaling/pom.xml
+++ b/services/autoscaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
autoscaling
AWS Java SDK :: Services :: Auto Scaling
diff --git a/services/autoscalingplans/pom.xml b/services/autoscalingplans/pom.xml
index 4488661c8121..1e156082145a 100644
--- a/services/autoscalingplans/pom.xml
+++ b/services/autoscalingplans/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
autoscalingplans
AWS Java SDK :: Services :: Auto Scaling Plans
diff --git a/services/backup/pom.xml b/services/backup/pom.xml
index b05b5b83eeba..295db5163abc 100644
--- a/services/backup/pom.xml
+++ b/services/backup/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
backup
AWS Java SDK :: Services :: Backup
diff --git a/services/batch/pom.xml b/services/batch/pom.xml
index 362bb995c048..81bff9decdce 100644
--- a/services/batch/pom.xml
+++ b/services/batch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
batch
AWS Java SDK :: Services :: AWS Batch
diff --git a/services/braket/pom.xml b/services/braket/pom.xml
index b48b8e40d801..68de3f440b0e 100644
--- a/services/braket/pom.xml
+++ b/services/braket/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
braket
AWS Java SDK :: Services :: Braket
diff --git a/services/budgets/pom.xml b/services/budgets/pom.xml
index 1e2c8415ac86..c3c937276865 100644
--- a/services/budgets/pom.xml
+++ b/services/budgets/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
budgets
AWS Java SDK :: Services :: AWS Budgets
diff --git a/services/chime/pom.xml b/services/chime/pom.xml
index cd4e5f75d703..5f8d1a0d4fed 100644
--- a/services/chime/pom.xml
+++ b/services/chime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
chime
AWS Java SDK :: Services :: Chime
diff --git a/services/chimesdkidentity/pom.xml b/services/chimesdkidentity/pom.xml
index d5f4e9bb300b..ea5fc2e4b103 100644
--- a/services/chimesdkidentity/pom.xml
+++ b/services/chimesdkidentity/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
chimesdkidentity
AWS Java SDK :: Services :: Chime SDK Identity
diff --git a/services/chimesdkmessaging/pom.xml b/services/chimesdkmessaging/pom.xml
index ce27ce2fb3b1..27228b2ed56c 100644
--- a/services/chimesdkmessaging/pom.xml
+++ b/services/chimesdkmessaging/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
chimesdkmessaging
AWS Java SDK :: Services :: Chime SDK Messaging
diff --git a/services/cloud9/pom.xml b/services/cloud9/pom.xml
index 369c828c01cd..70f40ec3772c 100644
--- a/services/cloud9/pom.xml
+++ b/services/cloud9/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
cloud9
diff --git a/services/cloudcontrol/pom.xml b/services/cloudcontrol/pom.xml
index 9264c4f8637c..b1c5b61a1b8d 100644
--- a/services/cloudcontrol/pom.xml
+++ b/services/cloudcontrol/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
cloudcontrol
AWS Java SDK :: Services :: Cloud Control
diff --git a/services/clouddirectory/pom.xml b/services/clouddirectory/pom.xml
index 3dea7f0c0fea..81c777a1d009 100644
--- a/services/clouddirectory/pom.xml
+++ b/services/clouddirectory/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
clouddirectory
AWS Java SDK :: Services :: Amazon CloudDirectory
diff --git a/services/cloudformation/pom.xml b/services/cloudformation/pom.xml
index 6a7bfcc56ba1..70e06b1c1d26 100644
--- a/services/cloudformation/pom.xml
+++ b/services/cloudformation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
cloudformation
AWS Java SDK :: Services :: AWS CloudFormation
diff --git a/services/cloudfront/pom.xml b/services/cloudfront/pom.xml
index 1e452bd66ac0..63157130fdab 100644
--- a/services/cloudfront/pom.xml
+++ b/services/cloudfront/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
cloudfront
AWS Java SDK :: Services :: Amazon CloudFront
diff --git a/services/cloudhsm/pom.xml b/services/cloudhsm/pom.xml
index 9408b553ae39..c65f565a1313 100644
--- a/services/cloudhsm/pom.xml
+++ b/services/cloudhsm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
cloudhsm
AWS Java SDK :: Services :: AWS CloudHSM
diff --git a/services/cloudhsmv2/pom.xml b/services/cloudhsmv2/pom.xml
index de8f2132c9b3..f26b8c0b2879 100644
--- a/services/cloudhsmv2/pom.xml
+++ b/services/cloudhsmv2/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
cloudhsmv2
diff --git a/services/cloudsearch/pom.xml b/services/cloudsearch/pom.xml
index c8eaad7ebb71..26594b0a3bb9 100644
--- a/services/cloudsearch/pom.xml
+++ b/services/cloudsearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
cloudsearch
AWS Java SDK :: Services :: Amazon CloudSearch
diff --git a/services/cloudsearchdomain/pom.xml b/services/cloudsearchdomain/pom.xml
index a9bf2b1d1a18..f406b556d917 100644
--- a/services/cloudsearchdomain/pom.xml
+++ b/services/cloudsearchdomain/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
cloudsearchdomain
AWS Java SDK :: Services :: Amazon CloudSearch Domain
diff --git a/services/cloudtrail/pom.xml b/services/cloudtrail/pom.xml
index 51c5a22d1973..5afb18b5ce22 100644
--- a/services/cloudtrail/pom.xml
+++ b/services/cloudtrail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
cloudtrail
AWS Java SDK :: Services :: AWS CloudTrail
diff --git a/services/cloudwatch/pom.xml b/services/cloudwatch/pom.xml
index 7a54b81b35f8..33194c4152d3 100644
--- a/services/cloudwatch/pom.xml
+++ b/services/cloudwatch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
cloudwatch
AWS Java SDK :: Services :: Amazon CloudWatch
diff --git a/services/cloudwatchevents/pom.xml b/services/cloudwatchevents/pom.xml
index 7998b601bc9e..074eb826f08a 100644
--- a/services/cloudwatchevents/pom.xml
+++ b/services/cloudwatchevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
cloudwatchevents
AWS Java SDK :: Services :: Amazon CloudWatch Events
diff --git a/services/cloudwatchlogs/pom.xml b/services/cloudwatchlogs/pom.xml
index fc21a815a290..7cef599d80d7 100644
--- a/services/cloudwatchlogs/pom.xml
+++ b/services/cloudwatchlogs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
cloudwatchlogs
AWS Java SDK :: Services :: Amazon CloudWatch Logs
diff --git a/services/codeartifact/pom.xml b/services/codeartifact/pom.xml
index b9a21a7f6b66..e6e722efc7f2 100644
--- a/services/codeartifact/pom.xml
+++ b/services/codeartifact/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
codeartifact
AWS Java SDK :: Services :: Codeartifact
diff --git a/services/codebuild/pom.xml b/services/codebuild/pom.xml
index fc4e0014748e..570cef837ef4 100644
--- a/services/codebuild/pom.xml
+++ b/services/codebuild/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
codebuild
AWS Java SDK :: Services :: AWS Code Build
diff --git a/services/codecommit/pom.xml b/services/codecommit/pom.xml
index 6ae1ab47912c..90450da29db5 100644
--- a/services/codecommit/pom.xml
+++ b/services/codecommit/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
codecommit
AWS Java SDK :: Services :: AWS CodeCommit
diff --git a/services/codedeploy/pom.xml b/services/codedeploy/pom.xml
index 76524ed57221..900499e09935 100644
--- a/services/codedeploy/pom.xml
+++ b/services/codedeploy/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
codedeploy
AWS Java SDK :: Services :: AWS CodeDeploy
diff --git a/services/codeguruprofiler/pom.xml b/services/codeguruprofiler/pom.xml
index 713a6137a0b2..438828ed41bf 100644
--- a/services/codeguruprofiler/pom.xml
+++ b/services/codeguruprofiler/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
codeguruprofiler
AWS Java SDK :: Services :: CodeGuruProfiler
diff --git a/services/codegurureviewer/pom.xml b/services/codegurureviewer/pom.xml
index cc10f3866821..fe5c716b6ee6 100644
--- a/services/codegurureviewer/pom.xml
+++ b/services/codegurureviewer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
codegurureviewer
AWS Java SDK :: Services :: CodeGuru Reviewer
diff --git a/services/codepipeline/pom.xml b/services/codepipeline/pom.xml
index 3cdf65eee420..1af07c283127 100644
--- a/services/codepipeline/pom.xml
+++ b/services/codepipeline/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
codepipeline
AWS Java SDK :: Services :: AWS CodePipeline
diff --git a/services/codestar/pom.xml b/services/codestar/pom.xml
index 865c1e9f13a8..7286bd63e2b9 100644
--- a/services/codestar/pom.xml
+++ b/services/codestar/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
codestar
AWS Java SDK :: Services :: AWS CodeStar
diff --git a/services/codestarconnections/pom.xml b/services/codestarconnections/pom.xml
index 90d77a4bb91b..75352572976e 100644
--- a/services/codestarconnections/pom.xml
+++ b/services/codestarconnections/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
codestarconnections
AWS Java SDK :: Services :: CodeStar connections
diff --git a/services/codestarnotifications/pom.xml b/services/codestarnotifications/pom.xml
index 9b5e5ab05914..294a6479fd9d 100644
--- a/services/codestarnotifications/pom.xml
+++ b/services/codestarnotifications/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
codestarnotifications
AWS Java SDK :: Services :: Codestar Notifications
diff --git a/services/cognitoidentity/pom.xml b/services/cognitoidentity/pom.xml
index f4a74c88034e..62d43772c142 100644
--- a/services/cognitoidentity/pom.xml
+++ b/services/cognitoidentity/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
cognitoidentity
AWS Java SDK :: Services :: Amazon Cognito Identity
diff --git a/services/cognitoidentityprovider/pom.xml b/services/cognitoidentityprovider/pom.xml
index 10a29f6a1a43..0cb12e6d168b 100644
--- a/services/cognitoidentityprovider/pom.xml
+++ b/services/cognitoidentityprovider/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
cognitoidentityprovider
AWS Java SDK :: Services :: Amazon Cognito Identity Provider Service
diff --git a/services/cognitosync/pom.xml b/services/cognitosync/pom.xml
index 8d50a6498bb1..43482e74cd4b 100644
--- a/services/cognitosync/pom.xml
+++ b/services/cognitosync/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
cognitosync
AWS Java SDK :: Services :: Amazon Cognito Sync
diff --git a/services/comprehend/pom.xml b/services/comprehend/pom.xml
index 8184f7e459ce..4f9fa8cc33dc 100644
--- a/services/comprehend/pom.xml
+++ b/services/comprehend/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
comprehend
diff --git a/services/comprehendmedical/pom.xml b/services/comprehendmedical/pom.xml
index 8403eafacda0..c2f40c6a318d 100644
--- a/services/comprehendmedical/pom.xml
+++ b/services/comprehendmedical/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
comprehendmedical
AWS Java SDK :: Services :: ComprehendMedical
diff --git a/services/computeoptimizer/pom.xml b/services/computeoptimizer/pom.xml
index eefc4faf0118..134eff631f53 100644
--- a/services/computeoptimizer/pom.xml
+++ b/services/computeoptimizer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
computeoptimizer
AWS Java SDK :: Services :: Compute Optimizer
diff --git a/services/config/pom.xml b/services/config/pom.xml
index 3079ec015d61..00667a9958a7 100644
--- a/services/config/pom.xml
+++ b/services/config/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
config
AWS Java SDK :: Services :: AWS Config
diff --git a/services/connect/pom.xml b/services/connect/pom.xml
index fc9c2ff683f0..0ea1bf7f9cb8 100644
--- a/services/connect/pom.xml
+++ b/services/connect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
connect
AWS Java SDK :: Services :: Connect
diff --git a/services/connectcontactlens/pom.xml b/services/connectcontactlens/pom.xml
index c02d7a397971..5de7414db219 100644
--- a/services/connectcontactlens/pom.xml
+++ b/services/connectcontactlens/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
connectcontactlens
AWS Java SDK :: Services :: Connect Contact Lens
diff --git a/services/connectparticipant/pom.xml b/services/connectparticipant/pom.xml
index 8d1ea71cc5d6..6dc9fb145a70 100644
--- a/services/connectparticipant/pom.xml
+++ b/services/connectparticipant/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
connectparticipant
AWS Java SDK :: Services :: ConnectParticipant
diff --git a/services/costandusagereport/pom.xml b/services/costandusagereport/pom.xml
index ad9e945bfa76..234d2bd21ac8 100644
--- a/services/costandusagereport/pom.xml
+++ b/services/costandusagereport/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
costandusagereport
AWS Java SDK :: Services :: AWS Cost and Usage Report
diff --git a/services/costexplorer/pom.xml b/services/costexplorer/pom.xml
index 52fd786f63c8..c2ed66e00286 100644
--- a/services/costexplorer/pom.xml
+++ b/services/costexplorer/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
costexplorer
diff --git a/services/customerprofiles/pom.xml b/services/customerprofiles/pom.xml
index 70445656fb9b..276706a5e84b 100644
--- a/services/customerprofiles/pom.xml
+++ b/services/customerprofiles/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
customerprofiles
AWS Java SDK :: Services :: Customer Profiles
diff --git a/services/databasemigration/pom.xml b/services/databasemigration/pom.xml
index f3287bec9e0f..b5230092fd2d 100644
--- a/services/databasemigration/pom.xml
+++ b/services/databasemigration/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
databasemigration
AWS Java SDK :: Services :: AWS Database Migration Service
diff --git a/services/databrew/pom.xml b/services/databrew/pom.xml
index f1df95c4594a..d894b451edcf 100644
--- a/services/databrew/pom.xml
+++ b/services/databrew/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
databrew
AWS Java SDK :: Services :: Data Brew
diff --git a/services/dataexchange/pom.xml b/services/dataexchange/pom.xml
index f3e854c13f77..6f6b4f00eba6 100644
--- a/services/dataexchange/pom.xml
+++ b/services/dataexchange/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
dataexchange
AWS Java SDK :: Services :: DataExchange
diff --git a/services/datapipeline/pom.xml b/services/datapipeline/pom.xml
index 6785cf826c28..0dbbc4598fe3 100644
--- a/services/datapipeline/pom.xml
+++ b/services/datapipeline/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
datapipeline
AWS Java SDK :: Services :: AWS Data Pipeline
diff --git a/services/datasync/pom.xml b/services/datasync/pom.xml
index 47c061a34b53..a9b1a251450c 100644
--- a/services/datasync/pom.xml
+++ b/services/datasync/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
datasync
AWS Java SDK :: Services :: DataSync
diff --git a/services/dax/pom.xml b/services/dax/pom.xml
index 3546bbd802c4..2f2de2a6fef1 100644
--- a/services/dax/pom.xml
+++ b/services/dax/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
dax
AWS Java SDK :: Services :: Amazon DynamoDB Accelerator (DAX)
diff --git a/services/detective/pom.xml b/services/detective/pom.xml
index 24e77c072149..6185225b853b 100644
--- a/services/detective/pom.xml
+++ b/services/detective/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
detective
AWS Java SDK :: Services :: Detective
diff --git a/services/devicefarm/pom.xml b/services/devicefarm/pom.xml
index d1a8c64c71d0..db47a0d453c6 100644
--- a/services/devicefarm/pom.xml
+++ b/services/devicefarm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
devicefarm
AWS Java SDK :: Services :: AWS Device Farm
diff --git a/services/devopsguru/pom.xml b/services/devopsguru/pom.xml
index 90733e593190..f01665fa5833 100644
--- a/services/devopsguru/pom.xml
+++ b/services/devopsguru/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
devopsguru
AWS Java SDK :: Services :: Dev Ops Guru
diff --git a/services/directconnect/pom.xml b/services/directconnect/pom.xml
index f5fc031eecef..dcc3a385e287 100644
--- a/services/directconnect/pom.xml
+++ b/services/directconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
directconnect
AWS Java SDK :: Services :: AWS Direct Connect
diff --git a/services/directory/pom.xml b/services/directory/pom.xml
index 721d13bdba3b..0327d6b646a8 100644
--- a/services/directory/pom.xml
+++ b/services/directory/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
directory
AWS Java SDK :: Services :: AWS Directory Service
diff --git a/services/dlm/pom.xml b/services/dlm/pom.xml
index 53ae372df3f5..6982253867ff 100644
--- a/services/dlm/pom.xml
+++ b/services/dlm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
dlm
AWS Java SDK :: Services :: DLM
diff --git a/services/docdb/pom.xml b/services/docdb/pom.xml
index 6ff6f3128506..1869fec5ef09 100644
--- a/services/docdb/pom.xml
+++ b/services/docdb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
docdb
AWS Java SDK :: Services :: DocDB
diff --git a/services/dynamodb/pom.xml b/services/dynamodb/pom.xml
index a6df6c71e03c..d817b1f0713f 100644
--- a/services/dynamodb/pom.xml
+++ b/services/dynamodb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
dynamodb
AWS Java SDK :: Services :: Amazon DynamoDB
diff --git a/services/ebs/pom.xml b/services/ebs/pom.xml
index 96f1e6011bad..9355d0d5a7b4 100644
--- a/services/ebs/pom.xml
+++ b/services/ebs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
ebs
AWS Java SDK :: Services :: EBS
diff --git a/services/ec2/pom.xml b/services/ec2/pom.xml
index 12f7b1121507..e16d4fecf643 100644
--- a/services/ec2/pom.xml
+++ b/services/ec2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
ec2
AWS Java SDK :: Services :: Amazon EC2
diff --git a/services/ec2instanceconnect/pom.xml b/services/ec2instanceconnect/pom.xml
index d2664c30a86e..74a4599944ea 100644
--- a/services/ec2instanceconnect/pom.xml
+++ b/services/ec2instanceconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
ec2instanceconnect
AWS Java SDK :: Services :: EC2 Instance Connect
diff --git a/services/ecr/pom.xml b/services/ecr/pom.xml
index e1b51c6ba705..36806002db01 100644
--- a/services/ecr/pom.xml
+++ b/services/ecr/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
ecr
AWS Java SDK :: Services :: Amazon EC2 Container Registry
diff --git a/services/ecrpublic/pom.xml b/services/ecrpublic/pom.xml
index 6eb0b4292f44..c11a1713dc39 100644
--- a/services/ecrpublic/pom.xml
+++ b/services/ecrpublic/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
ecrpublic
AWS Java SDK :: Services :: ECR PUBLIC
diff --git a/services/ecs/pom.xml b/services/ecs/pom.xml
index bd898f8cf395..a7160865f6bf 100644
--- a/services/ecs/pom.xml
+++ b/services/ecs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
ecs
AWS Java SDK :: Services :: Amazon EC2 Container Service
diff --git a/services/efs/pom.xml b/services/efs/pom.xml
index d58eab0fcc10..3433c37b6126 100644
--- a/services/efs/pom.xml
+++ b/services/efs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
efs
AWS Java SDK :: Services :: Amazon Elastic File System
diff --git a/services/eks/pom.xml b/services/eks/pom.xml
index 34141e922c89..7f286de9887a 100644
--- a/services/eks/pom.xml
+++ b/services/eks/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
eks
AWS Java SDK :: Services :: EKS
diff --git a/services/elasticache/pom.xml b/services/elasticache/pom.xml
index 1afacc0308ae..474e1845d11b 100644
--- a/services/elasticache/pom.xml
+++ b/services/elasticache/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
elasticache
AWS Java SDK :: Services :: Amazon ElastiCache
diff --git a/services/elasticbeanstalk/pom.xml b/services/elasticbeanstalk/pom.xml
index 95a6176c88de..b002ee21a4dd 100644
--- a/services/elasticbeanstalk/pom.xml
+++ b/services/elasticbeanstalk/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
elasticbeanstalk
AWS Java SDK :: Services :: AWS Elastic Beanstalk
diff --git a/services/elasticinference/pom.xml b/services/elasticinference/pom.xml
index 7e82cf6139c3..321ff07100e2 100644
--- a/services/elasticinference/pom.xml
+++ b/services/elasticinference/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
elasticinference
AWS Java SDK :: Services :: Elastic Inference
diff --git a/services/elasticloadbalancing/pom.xml b/services/elasticloadbalancing/pom.xml
index 7294c4829dc7..29c145355cad 100644
--- a/services/elasticloadbalancing/pom.xml
+++ b/services/elasticloadbalancing/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
elasticloadbalancing
AWS Java SDK :: Services :: Elastic Load Balancing
diff --git a/services/elasticloadbalancingv2/pom.xml b/services/elasticloadbalancingv2/pom.xml
index 695e8d159953..dcf42d779faf 100644
--- a/services/elasticloadbalancingv2/pom.xml
+++ b/services/elasticloadbalancingv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
elasticloadbalancingv2
AWS Java SDK :: Services :: Elastic Load Balancing V2
diff --git a/services/elasticsearch/pom.xml b/services/elasticsearch/pom.xml
index 61d440b6543b..0fb4e997a39b 100644
--- a/services/elasticsearch/pom.xml
+++ b/services/elasticsearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
elasticsearch
AWS Java SDK :: Services :: Amazon Elasticsearch Service
diff --git a/services/elastictranscoder/pom.xml b/services/elastictranscoder/pom.xml
index 712c3900301d..6092f715cdcd 100644
--- a/services/elastictranscoder/pom.xml
+++ b/services/elastictranscoder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
elastictranscoder
AWS Java SDK :: Services :: Amazon Elastic Transcoder
diff --git a/services/emr/pom.xml b/services/emr/pom.xml
index 66a3a742136c..161ed591c50f 100644
--- a/services/emr/pom.xml
+++ b/services/emr/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
emr
AWS Java SDK :: Services :: Amazon EMR
diff --git a/services/emrcontainers/pom.xml b/services/emrcontainers/pom.xml
index a00c1a17edf6..70ee244f514e 100644
--- a/services/emrcontainers/pom.xml
+++ b/services/emrcontainers/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
emrcontainers
AWS Java SDK :: Services :: EMR Containers
diff --git a/services/eventbridge/pom.xml b/services/eventbridge/pom.xml
index 8552b0b1f64a..c15bf5ba06e3 100644
--- a/services/eventbridge/pom.xml
+++ b/services/eventbridge/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
eventbridge
AWS Java SDK :: Services :: EventBridge
diff --git a/services/finspace/pom.xml b/services/finspace/pom.xml
index d8a1a641404c..350afea86ce8 100644
--- a/services/finspace/pom.xml
+++ b/services/finspace/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
finspace
AWS Java SDK :: Services :: Finspace
diff --git a/services/finspacedata/pom.xml b/services/finspacedata/pom.xml
index 80c876524480..eb779978ace9 100644
--- a/services/finspacedata/pom.xml
+++ b/services/finspacedata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
finspacedata
AWS Java SDK :: Services :: Finspace Data
diff --git a/services/firehose/pom.xml b/services/firehose/pom.xml
index 6d8547bbfac0..cbf31c10c676 100644
--- a/services/firehose/pom.xml
+++ b/services/firehose/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
firehose
AWS Java SDK :: Services :: Amazon Kinesis Firehose
diff --git a/services/fis/pom.xml b/services/fis/pom.xml
index 0344a5a417d3..a9311c9c0952 100644
--- a/services/fis/pom.xml
+++ b/services/fis/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
fis
AWS Java SDK :: Services :: Fis
diff --git a/services/fms/pom.xml b/services/fms/pom.xml
index 3a6dc3266712..10f5af03532b 100644
--- a/services/fms/pom.xml
+++ b/services/fms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
fms
AWS Java SDK :: Services :: FMS
diff --git a/services/forecast/pom.xml b/services/forecast/pom.xml
index 5516d90cb85d..efc21dec95ed 100644
--- a/services/forecast/pom.xml
+++ b/services/forecast/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
forecast
AWS Java SDK :: Services :: Forecast
diff --git a/services/forecastquery/pom.xml b/services/forecastquery/pom.xml
index f5713f32fbdd..a00020e258c1 100644
--- a/services/forecastquery/pom.xml
+++ b/services/forecastquery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
forecastquery
AWS Java SDK :: Services :: Forecastquery
diff --git a/services/frauddetector/pom.xml b/services/frauddetector/pom.xml
index 1dd7199852a1..593502802fa6 100644
--- a/services/frauddetector/pom.xml
+++ b/services/frauddetector/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
frauddetector
AWS Java SDK :: Services :: FraudDetector
diff --git a/services/fsx/pom.xml b/services/fsx/pom.xml
index 1506339fb6de..bcf74c4029c1 100644
--- a/services/fsx/pom.xml
+++ b/services/fsx/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
fsx
AWS Java SDK :: Services :: FSx
diff --git a/services/gamelift/pom.xml b/services/gamelift/pom.xml
index cc71f909a7e4..045f51fba1e1 100644
--- a/services/gamelift/pom.xml
+++ b/services/gamelift/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
gamelift
AWS Java SDK :: Services :: AWS GameLift
diff --git a/services/glacier/pom.xml b/services/glacier/pom.xml
index a358373038d1..720eea7d4c69 100644
--- a/services/glacier/pom.xml
+++ b/services/glacier/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
glacier
AWS Java SDK :: Services :: Amazon Glacier
diff --git a/services/globalaccelerator/pom.xml b/services/globalaccelerator/pom.xml
index bf508d6f27b3..8b3dc1dfea35 100644
--- a/services/globalaccelerator/pom.xml
+++ b/services/globalaccelerator/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
globalaccelerator
AWS Java SDK :: Services :: Global Accelerator
diff --git a/services/glue/pom.xml b/services/glue/pom.xml
index b40be6dbce04..ed30d5fa96b0 100644
--- a/services/glue/pom.xml
+++ b/services/glue/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
glue
diff --git a/services/grafana/pom.xml b/services/grafana/pom.xml
index e5cfb687cc7e..48d13a2291ca 100644
--- a/services/grafana/pom.xml
+++ b/services/grafana/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
grafana
AWS Java SDK :: Services :: Grafana
diff --git a/services/greengrass/pom.xml b/services/greengrass/pom.xml
index 1598e217cae7..1363bdb4747c 100644
--- a/services/greengrass/pom.xml
+++ b/services/greengrass/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
greengrass
AWS Java SDK :: Services :: AWS Greengrass
diff --git a/services/greengrassv2/pom.xml b/services/greengrassv2/pom.xml
index 7ece4d71908b..dc63a4e3c41f 100644
--- a/services/greengrassv2/pom.xml
+++ b/services/greengrassv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
greengrassv2
AWS Java SDK :: Services :: Greengrass V2
diff --git a/services/groundstation/pom.xml b/services/groundstation/pom.xml
index 489ed20db961..98ed35191229 100644
--- a/services/groundstation/pom.xml
+++ b/services/groundstation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
groundstation
AWS Java SDK :: Services :: GroundStation
diff --git a/services/guardduty/pom.xml b/services/guardduty/pom.xml
index 7c41ece9992f..0091c3d24fc4 100644
--- a/services/guardduty/pom.xml
+++ b/services/guardduty/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
guardduty
diff --git a/services/health/pom.xml b/services/health/pom.xml
index f45f09bd9d8e..b33bbe1c693e 100644
--- a/services/health/pom.xml
+++ b/services/health/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
health
AWS Java SDK :: Services :: AWS Health APIs and Notifications
diff --git a/services/healthlake/pom.xml b/services/healthlake/pom.xml
index 99058b414525..1bb27baf1c12 100644
--- a/services/healthlake/pom.xml
+++ b/services/healthlake/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
healthlake
AWS Java SDK :: Services :: Health Lake
diff --git a/services/honeycode/pom.xml b/services/honeycode/pom.xml
index 8805b77a181f..4f4c504c6ae8 100644
--- a/services/honeycode/pom.xml
+++ b/services/honeycode/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
honeycode
AWS Java SDK :: Services :: Honeycode
diff --git a/services/iam/pom.xml b/services/iam/pom.xml
index 34a4eae99b50..31280f747648 100644
--- a/services/iam/pom.xml
+++ b/services/iam/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
iam
AWS Java SDK :: Services :: AWS IAM
diff --git a/services/identitystore/pom.xml b/services/identitystore/pom.xml
index b5cf768f3cb5..f58c1154f65f 100644
--- a/services/identitystore/pom.xml
+++ b/services/identitystore/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
identitystore
AWS Java SDK :: Services :: Identitystore
diff --git a/services/imagebuilder/pom.xml b/services/imagebuilder/pom.xml
index 77fe09a8e0e6..64a8e9619e78 100644
--- a/services/imagebuilder/pom.xml
+++ b/services/imagebuilder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
imagebuilder
AWS Java SDK :: Services :: Imagebuilder
diff --git a/services/inspector/pom.xml b/services/inspector/pom.xml
index bf0f11fa5fa6..e352d36f6e20 100644
--- a/services/inspector/pom.xml
+++ b/services/inspector/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
inspector
AWS Java SDK :: Services :: Amazon Inspector Service
diff --git a/services/iot/pom.xml b/services/iot/pom.xml
index 48e054522e01..b3fe5d678b6c 100644
--- a/services/iot/pom.xml
+++ b/services/iot/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
iot
AWS Java SDK :: Services :: AWS IoT
diff --git a/services/iot1clickdevices/pom.xml b/services/iot1clickdevices/pom.xml
index a5fcbb102adb..b5756876596f 100644
--- a/services/iot1clickdevices/pom.xml
+++ b/services/iot1clickdevices/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
iot1clickdevices
AWS Java SDK :: Services :: IoT 1Click Devices Service
diff --git a/services/iot1clickprojects/pom.xml b/services/iot1clickprojects/pom.xml
index 459827cae04a..6a5c05f541b4 100644
--- a/services/iot1clickprojects/pom.xml
+++ b/services/iot1clickprojects/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
iot1clickprojects
AWS Java SDK :: Services :: IoT 1Click Projects
diff --git a/services/iotanalytics/pom.xml b/services/iotanalytics/pom.xml
index 3ec4d6d524d2..e389e4c851de 100644
--- a/services/iotanalytics/pom.xml
+++ b/services/iotanalytics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
iotanalytics
AWS Java SDK :: Services :: IoTAnalytics
diff --git a/services/iotdataplane/pom.xml b/services/iotdataplane/pom.xml
index 1dd2db8d64bb..32ade7df6233 100644
--- a/services/iotdataplane/pom.xml
+++ b/services/iotdataplane/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
iotdataplane
AWS Java SDK :: Services :: AWS IoT Data Plane
diff --git a/services/iotdeviceadvisor/pom.xml b/services/iotdeviceadvisor/pom.xml
index 27b5952fba9e..505fc0937457 100644
--- a/services/iotdeviceadvisor/pom.xml
+++ b/services/iotdeviceadvisor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
iotdeviceadvisor
AWS Java SDK :: Services :: Iot Device Advisor
diff --git a/services/iotevents/pom.xml b/services/iotevents/pom.xml
index 20902b792486..b5566c682deb 100644
--- a/services/iotevents/pom.xml
+++ b/services/iotevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
iotevents
AWS Java SDK :: Services :: IoT Events
diff --git a/services/ioteventsdata/pom.xml b/services/ioteventsdata/pom.xml
index 106871306874..b15ef4e49603 100644
--- a/services/ioteventsdata/pom.xml
+++ b/services/ioteventsdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
ioteventsdata
AWS Java SDK :: Services :: IoT Events Data
diff --git a/services/iotfleethub/pom.xml b/services/iotfleethub/pom.xml
index 4329ccd001f3..8557ebb6d666 100644
--- a/services/iotfleethub/pom.xml
+++ b/services/iotfleethub/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
iotfleethub
AWS Java SDK :: Services :: Io T Fleet Hub
diff --git a/services/iotjobsdataplane/pom.xml b/services/iotjobsdataplane/pom.xml
index f5c1ef79318d..bcf8ba51b13f 100644
--- a/services/iotjobsdataplane/pom.xml
+++ b/services/iotjobsdataplane/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
iotjobsdataplane
AWS Java SDK :: Services :: IoT Jobs Data Plane
diff --git a/services/iotsecuretunneling/pom.xml b/services/iotsecuretunneling/pom.xml
index c92fe68c4f03..69a6351c096d 100644
--- a/services/iotsecuretunneling/pom.xml
+++ b/services/iotsecuretunneling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
iotsecuretunneling
AWS Java SDK :: Services :: IoTSecureTunneling
diff --git a/services/iotsitewise/pom.xml b/services/iotsitewise/pom.xml
index dae22941323d..621747f755cc 100644
--- a/services/iotsitewise/pom.xml
+++ b/services/iotsitewise/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
iotsitewise
AWS Java SDK :: Services :: Io T Site Wise
diff --git a/services/iotthingsgraph/pom.xml b/services/iotthingsgraph/pom.xml
index ea20a35f8542..bf2e28c707f9 100644
--- a/services/iotthingsgraph/pom.xml
+++ b/services/iotthingsgraph/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
iotthingsgraph
AWS Java SDK :: Services :: IoTThingsGraph
diff --git a/services/iotwireless/pom.xml b/services/iotwireless/pom.xml
index f2fde316fdfe..5c30c215069d 100644
--- a/services/iotwireless/pom.xml
+++ b/services/iotwireless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
iotwireless
AWS Java SDK :: Services :: IoT Wireless
diff --git a/services/ivs/pom.xml b/services/ivs/pom.xml
index 3e526ca9d187..a1eebe453027 100644
--- a/services/ivs/pom.xml
+++ b/services/ivs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
ivs
AWS Java SDK :: Services :: Ivs
diff --git a/services/kafka/pom.xml b/services/kafka/pom.xml
index 753b057c3d03..78f5f391399f 100644
--- a/services/kafka/pom.xml
+++ b/services/kafka/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
kafka
AWS Java SDK :: Services :: Kafka
diff --git a/services/kafkaconnect/pom.xml b/services/kafkaconnect/pom.xml
index 1bef7d8ce7dc..9967fd6f40b0 100644
--- a/services/kafkaconnect/pom.xml
+++ b/services/kafkaconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
kafkaconnect
AWS Java SDK :: Services :: Kafka Connect
diff --git a/services/kendra/pom.xml b/services/kendra/pom.xml
index e3bedfb8b83e..4140c69ad00a 100644
--- a/services/kendra/pom.xml
+++ b/services/kendra/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
kendra
AWS Java SDK :: Services :: Kendra
diff --git a/services/kinesis/pom.xml b/services/kinesis/pom.xml
index 3461e3dfe2d9..f816ba3fe54e 100644
--- a/services/kinesis/pom.xml
+++ b/services/kinesis/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
kinesis
AWS Java SDK :: Services :: Amazon Kinesis
diff --git a/services/kinesisanalytics/pom.xml b/services/kinesisanalytics/pom.xml
index 616f2c617d9c..55a51f618580 100644
--- a/services/kinesisanalytics/pom.xml
+++ b/services/kinesisanalytics/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
kinesisanalytics
AWS Java SDK :: Services :: Amazon Kinesis Analytics
diff --git a/services/kinesisanalyticsv2/pom.xml b/services/kinesisanalyticsv2/pom.xml
index 517f1d306290..e8f4b26925f0 100644
--- a/services/kinesisanalyticsv2/pom.xml
+++ b/services/kinesisanalyticsv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
kinesisanalyticsv2
AWS Java SDK :: Services :: Kinesis Analytics V2
diff --git a/services/kinesisvideo/pom.xml b/services/kinesisvideo/pom.xml
index e8cdac2892ab..739cd2f2f644 100644
--- a/services/kinesisvideo/pom.xml
+++ b/services/kinesisvideo/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
kinesisvideo
diff --git a/services/kinesisvideoarchivedmedia/pom.xml b/services/kinesisvideoarchivedmedia/pom.xml
index 46cb61170534..0ab36b577563 100644
--- a/services/kinesisvideoarchivedmedia/pom.xml
+++ b/services/kinesisvideoarchivedmedia/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
kinesisvideoarchivedmedia
AWS Java SDK :: Services :: Kinesis Video Archived Media
diff --git a/services/kinesisvideomedia/pom.xml b/services/kinesisvideomedia/pom.xml
index 6975271d30e8..11b0163276bf 100644
--- a/services/kinesisvideomedia/pom.xml
+++ b/services/kinesisvideomedia/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
kinesisvideomedia
AWS Java SDK :: Services :: Kinesis Video Media
diff --git a/services/kinesisvideosignaling/pom.xml b/services/kinesisvideosignaling/pom.xml
index cba52aee34bf..3abad4565ade 100644
--- a/services/kinesisvideosignaling/pom.xml
+++ b/services/kinesisvideosignaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
kinesisvideosignaling
AWS Java SDK :: Services :: Kinesis Video Signaling
diff --git a/services/kms/pom.xml b/services/kms/pom.xml
index b509463850e6..3524f61b7b65 100644
--- a/services/kms/pom.xml
+++ b/services/kms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
kms
AWS Java SDK :: Services :: AWS KMS
diff --git a/services/lakeformation/pom.xml b/services/lakeformation/pom.xml
index 3e2e06a9dad9..89c04b601da8 100644
--- a/services/lakeformation/pom.xml
+++ b/services/lakeformation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
lakeformation
AWS Java SDK :: Services :: LakeFormation
diff --git a/services/lambda/pom.xml b/services/lambda/pom.xml
index 30a25e3be129..fa2f0c00da1f 100644
--- a/services/lambda/pom.xml
+++ b/services/lambda/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
lambda
AWS Java SDK :: Services :: AWS Lambda
diff --git a/services/lexmodelbuilding/pom.xml b/services/lexmodelbuilding/pom.xml
index 4e724413d275..fa5b0d73629d 100644
--- a/services/lexmodelbuilding/pom.xml
+++ b/services/lexmodelbuilding/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
lexmodelbuilding
AWS Java SDK :: Services :: Amazon Lex Model Building
diff --git a/services/lexmodelsv2/pom.xml b/services/lexmodelsv2/pom.xml
index b341e07dbbd2..15582cebdddc 100644
--- a/services/lexmodelsv2/pom.xml
+++ b/services/lexmodelsv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
lexmodelsv2
AWS Java SDK :: Services :: Lex Models V2
diff --git a/services/lexruntime/pom.xml b/services/lexruntime/pom.xml
index ce280ea84357..15438361ed27 100644
--- a/services/lexruntime/pom.xml
+++ b/services/lexruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
lexruntime
AWS Java SDK :: Services :: Amazon Lex Runtime
diff --git a/services/lexruntimev2/pom.xml b/services/lexruntimev2/pom.xml
index b865f6f59334..0208e47c02c6 100644
--- a/services/lexruntimev2/pom.xml
+++ b/services/lexruntimev2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
lexruntimev2
AWS Java SDK :: Services :: Lex Runtime V2
diff --git a/services/licensemanager/pom.xml b/services/licensemanager/pom.xml
index d66169aaa2c3..4905dc686530 100644
--- a/services/licensemanager/pom.xml
+++ b/services/licensemanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
licensemanager
AWS Java SDK :: Services :: License Manager
diff --git a/services/lightsail/pom.xml b/services/lightsail/pom.xml
index c1cd96dc38cb..fc92c16003d5 100644
--- a/services/lightsail/pom.xml
+++ b/services/lightsail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
lightsail
AWS Java SDK :: Services :: Amazon Lightsail
diff --git a/services/location/pom.xml b/services/location/pom.xml
index cde4596e5c1c..5de2e15e267c 100644
--- a/services/location/pom.xml
+++ b/services/location/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
location
AWS Java SDK :: Services :: Location
diff --git a/services/lookoutequipment/pom.xml b/services/lookoutequipment/pom.xml
index 34a624780270..a36b49c3ecaf 100644
--- a/services/lookoutequipment/pom.xml
+++ b/services/lookoutequipment/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
lookoutequipment
AWS Java SDK :: Services :: Lookout Equipment
diff --git a/services/lookoutmetrics/pom.xml b/services/lookoutmetrics/pom.xml
index 0e1b133ff0a4..ee066ad767f1 100644
--- a/services/lookoutmetrics/pom.xml
+++ b/services/lookoutmetrics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
lookoutmetrics
AWS Java SDK :: Services :: Lookout Metrics
diff --git a/services/lookoutvision/pom.xml b/services/lookoutvision/pom.xml
index 1086da8f1bd8..260255bf228f 100644
--- a/services/lookoutvision/pom.xml
+++ b/services/lookoutvision/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
lookoutvision
AWS Java SDK :: Services :: Lookout Vision
diff --git a/services/machinelearning/pom.xml b/services/machinelearning/pom.xml
index 0461086c7cbc..5012bccb3ee7 100644
--- a/services/machinelearning/pom.xml
+++ b/services/machinelearning/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
machinelearning
AWS Java SDK :: Services :: Amazon Machine Learning
diff --git a/services/macie/pom.xml b/services/macie/pom.xml
index 6e66a254a48f..17e6fef0651b 100644
--- a/services/macie/pom.xml
+++ b/services/macie/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
macie
AWS Java SDK :: Services :: Macie
diff --git a/services/macie2/pom.xml b/services/macie2/pom.xml
index aceac50e0632..1547c8252a4f 100644
--- a/services/macie2/pom.xml
+++ b/services/macie2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
macie2
AWS Java SDK :: Services :: Macie2
diff --git a/services/managedblockchain/pom.xml b/services/managedblockchain/pom.xml
index c2249382004d..6bbfbb255d29 100644
--- a/services/managedblockchain/pom.xml
+++ b/services/managedblockchain/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
managedblockchain
AWS Java SDK :: Services :: ManagedBlockchain
diff --git a/services/marketplacecatalog/pom.xml b/services/marketplacecatalog/pom.xml
index a35e9505cf73..2740f24ed17b 100644
--- a/services/marketplacecatalog/pom.xml
+++ b/services/marketplacecatalog/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
marketplacecatalog
AWS Java SDK :: Services :: Marketplace Catalog
diff --git a/services/marketplacecommerceanalytics/pom.xml b/services/marketplacecommerceanalytics/pom.xml
index 76df9407b60e..d6a339ca3791 100644
--- a/services/marketplacecommerceanalytics/pom.xml
+++ b/services/marketplacecommerceanalytics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
marketplacecommerceanalytics
AWS Java SDK :: Services :: AWS Marketplace Commerce Analytics
diff --git a/services/marketplaceentitlement/pom.xml b/services/marketplaceentitlement/pom.xml
index 9b65f627eb51..ff15f99e7822 100644
--- a/services/marketplaceentitlement/pom.xml
+++ b/services/marketplaceentitlement/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
marketplaceentitlement
AWS Java SDK :: Services :: AWS Marketplace Entitlement
diff --git a/services/marketplacemetering/pom.xml b/services/marketplacemetering/pom.xml
index 622813590f9a..fd5eab5dd617 100644
--- a/services/marketplacemetering/pom.xml
+++ b/services/marketplacemetering/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
marketplacemetering
AWS Java SDK :: Services :: AWS Marketplace Metering Service
diff --git a/services/mediaconnect/pom.xml b/services/mediaconnect/pom.xml
index 78e8007b9f5b..992a9d7b2ee5 100644
--- a/services/mediaconnect/pom.xml
+++ b/services/mediaconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
mediaconnect
AWS Java SDK :: Services :: MediaConnect
diff --git a/services/mediaconvert/pom.xml b/services/mediaconvert/pom.xml
index b31c4a4e1523..49f2f6dfa3c0 100644
--- a/services/mediaconvert/pom.xml
+++ b/services/mediaconvert/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
mediaconvert
diff --git a/services/medialive/pom.xml b/services/medialive/pom.xml
index 9a5428f70f7e..45694ed15142 100644
--- a/services/medialive/pom.xml
+++ b/services/medialive/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
medialive
diff --git a/services/mediapackage/pom.xml b/services/mediapackage/pom.xml
index 3665362d80d5..14b9b6df57e5 100644
--- a/services/mediapackage/pom.xml
+++ b/services/mediapackage/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
mediapackage
diff --git a/services/mediapackagevod/pom.xml b/services/mediapackagevod/pom.xml
index 413ceaa03ce5..968ad9e3e336 100644
--- a/services/mediapackagevod/pom.xml
+++ b/services/mediapackagevod/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
mediapackagevod
AWS Java SDK :: Services :: MediaPackage Vod
diff --git a/services/mediastore/pom.xml b/services/mediastore/pom.xml
index df76fe6dbfce..319b82fa8de5 100644
--- a/services/mediastore/pom.xml
+++ b/services/mediastore/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
mediastore
diff --git a/services/mediastoredata/pom.xml b/services/mediastoredata/pom.xml
index 727a1a842e36..2374964901e5 100644
--- a/services/mediastoredata/pom.xml
+++ b/services/mediastoredata/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
mediastoredata
diff --git a/services/mediatailor/pom.xml b/services/mediatailor/pom.xml
index af2eecf763cb..13b261b9d959 100644
--- a/services/mediatailor/pom.xml
+++ b/services/mediatailor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
mediatailor
AWS Java SDK :: Services :: MediaTailor
diff --git a/services/memorydb/pom.xml b/services/memorydb/pom.xml
index 0630398ba402..6d7f880b1f58 100644
--- a/services/memorydb/pom.xml
+++ b/services/memorydb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
memorydb
AWS Java SDK :: Services :: Memory DB
diff --git a/services/mgn/pom.xml b/services/mgn/pom.xml
index 70204550e3a9..9d01077a9d93 100644
--- a/services/mgn/pom.xml
+++ b/services/mgn/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
mgn
AWS Java SDK :: Services :: Mgn
diff --git a/services/migrationhub/pom.xml b/services/migrationhub/pom.xml
index 59dbee75fe51..d132ce0944f6 100644
--- a/services/migrationhub/pom.xml
+++ b/services/migrationhub/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
migrationhub
diff --git a/services/migrationhubconfig/pom.xml b/services/migrationhubconfig/pom.xml
index 12204a2173c8..b5226eda21ca 100644
--- a/services/migrationhubconfig/pom.xml
+++ b/services/migrationhubconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
migrationhubconfig
AWS Java SDK :: Services :: MigrationHub Config
diff --git a/services/mobile/pom.xml b/services/mobile/pom.xml
index 18d9ff35f642..d477913fdfec 100644
--- a/services/mobile/pom.xml
+++ b/services/mobile/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
mobile
diff --git a/services/mq/pom.xml b/services/mq/pom.xml
index 2bfee6fa6499..2037b420ad4c 100644
--- a/services/mq/pom.xml
+++ b/services/mq/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
mq
diff --git a/services/mturk/pom.xml b/services/mturk/pom.xml
index b262c0610114..88ef7142a766 100644
--- a/services/mturk/pom.xml
+++ b/services/mturk/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
mturk
AWS Java SDK :: Services :: Amazon Mechanical Turk Requester
diff --git a/services/mwaa/pom.xml b/services/mwaa/pom.xml
index 7ecd73ea8ca4..55403b5b9d2f 100644
--- a/services/mwaa/pom.xml
+++ b/services/mwaa/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
mwaa
AWS Java SDK :: Services :: MWAA
diff --git a/services/neptune/pom.xml b/services/neptune/pom.xml
index c3f77029bd73..39dcf058c43f 100644
--- a/services/neptune/pom.xml
+++ b/services/neptune/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
neptune
AWS Java SDK :: Services :: Neptune
diff --git a/services/networkfirewall/pom.xml b/services/networkfirewall/pom.xml
index 7eae64a471d3..1bb0171a3c56 100644
--- a/services/networkfirewall/pom.xml
+++ b/services/networkfirewall/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
networkfirewall
AWS Java SDK :: Services :: Network Firewall
diff --git a/services/networkmanager/pom.xml b/services/networkmanager/pom.xml
index f1a5e2677643..8655df19652d 100644
--- a/services/networkmanager/pom.xml
+++ b/services/networkmanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
networkmanager
AWS Java SDK :: Services :: NetworkManager
diff --git a/services/nimble/pom.xml b/services/nimble/pom.xml
index 3cbdc2167ecf..e5208cf1daed 100644
--- a/services/nimble/pom.xml
+++ b/services/nimble/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
nimble
AWS Java SDK :: Services :: Nimble
diff --git a/services/opensearch/pom.xml b/services/opensearch/pom.xml
index 77c7031bf4a2..877ce0d627ee 100644
--- a/services/opensearch/pom.xml
+++ b/services/opensearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
opensearch
AWS Java SDK :: Services :: Open Search
diff --git a/services/opsworks/pom.xml b/services/opsworks/pom.xml
index aae49c3d24f8..d539656bdce2 100644
--- a/services/opsworks/pom.xml
+++ b/services/opsworks/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
opsworks
AWS Java SDK :: Services :: AWS OpsWorks
diff --git a/services/opsworkscm/pom.xml b/services/opsworkscm/pom.xml
index 771d671654f1..d8b85d65aa75 100644
--- a/services/opsworkscm/pom.xml
+++ b/services/opsworkscm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
opsworkscm
AWS Java SDK :: Services :: AWS OpsWorks for Chef Automate
diff --git a/services/organizations/pom.xml b/services/organizations/pom.xml
index ab8fd2b8ca51..18206cd2d36d 100644
--- a/services/organizations/pom.xml
+++ b/services/organizations/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
organizations
AWS Java SDK :: Services :: AWS Organizations
diff --git a/services/outposts/pom.xml b/services/outposts/pom.xml
index 287362a592d9..cbe059b6194d 100644
--- a/services/outposts/pom.xml
+++ b/services/outposts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
outposts
AWS Java SDK :: Services :: Outposts
diff --git a/services/panorama/pom.xml b/services/panorama/pom.xml
index 6e60629e5e27..1436cdcadd30 100644
--- a/services/panorama/pom.xml
+++ b/services/panorama/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
panorama
AWS Java SDK :: Services :: Panorama
diff --git a/services/personalize/pom.xml b/services/personalize/pom.xml
index 541e675c1b55..20c930593007 100644
--- a/services/personalize/pom.xml
+++ b/services/personalize/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
personalize
AWS Java SDK :: Services :: Personalize
diff --git a/services/personalizeevents/pom.xml b/services/personalizeevents/pom.xml
index 62d9920ebe5b..18e93db94d11 100644
--- a/services/personalizeevents/pom.xml
+++ b/services/personalizeevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
personalizeevents
AWS Java SDK :: Services :: Personalize Events
diff --git a/services/personalizeruntime/pom.xml b/services/personalizeruntime/pom.xml
index bf6fc28fb4fd..650c16f95246 100644
--- a/services/personalizeruntime/pom.xml
+++ b/services/personalizeruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
personalizeruntime
AWS Java SDK :: Services :: Personalize Runtime
diff --git a/services/pi/pom.xml b/services/pi/pom.xml
index ee63c8bf21ff..c88843e3c40d 100644
--- a/services/pi/pom.xml
+++ b/services/pi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
pi
AWS Java SDK :: Services :: PI
diff --git a/services/pinpoint/pom.xml b/services/pinpoint/pom.xml
index f3c0d0bc7a40..5b28e1415552 100644
--- a/services/pinpoint/pom.xml
+++ b/services/pinpoint/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
pinpoint
AWS Java SDK :: Services :: Amazon Pinpoint
diff --git a/services/pinpointemail/pom.xml b/services/pinpointemail/pom.xml
index a80f7cc61fdc..20617b15ec1e 100644
--- a/services/pinpointemail/pom.xml
+++ b/services/pinpointemail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
pinpointemail
AWS Java SDK :: Services :: Pinpoint Email
diff --git a/services/pinpointsmsvoice/pom.xml b/services/pinpointsmsvoice/pom.xml
index 11f5c1535b80..063bf64c7b7a 100644
--- a/services/pinpointsmsvoice/pom.xml
+++ b/services/pinpointsmsvoice/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
pinpointsmsvoice
AWS Java SDK :: Services :: Pinpoint SMS Voice
diff --git a/services/polly/pom.xml b/services/polly/pom.xml
index 2930e19f0717..bbf1445e9f54 100644
--- a/services/polly/pom.xml
+++ b/services/polly/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
polly
AWS Java SDK :: Services :: Amazon Polly
diff --git a/services/pom.xml b/services/pom.xml
index 952936541740..4f37b6209410 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.17.71-SNAPSHOT
+ 2.17.71
services
AWS Java SDK :: Services
diff --git a/services/pricing/pom.xml b/services/pricing/pom.xml
index 54a67e5d5ebe..bbc5bccadf20 100644
--- a/services/pricing/pom.xml
+++ b/services/pricing/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
pricing
diff --git a/services/proton/pom.xml b/services/proton/pom.xml
index b715f003d30b..604376ebb4b9 100644
--- a/services/proton/pom.xml
+++ b/services/proton/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
proton
AWS Java SDK :: Services :: Proton
diff --git a/services/qldb/pom.xml b/services/qldb/pom.xml
index cdff3cad68cd..eec75e501712 100644
--- a/services/qldb/pom.xml
+++ b/services/qldb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
qldb
AWS Java SDK :: Services :: QLDB
diff --git a/services/qldbsession/pom.xml b/services/qldbsession/pom.xml
index 18fd5aa10237..e0c9a6f23817 100644
--- a/services/qldbsession/pom.xml
+++ b/services/qldbsession/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
qldbsession
AWS Java SDK :: Services :: QLDB Session
diff --git a/services/quicksight/pom.xml b/services/quicksight/pom.xml
index ddf4a1c68d73..c3416321f46c 100644
--- a/services/quicksight/pom.xml
+++ b/services/quicksight/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
quicksight
AWS Java SDK :: Services :: QuickSight
diff --git a/services/ram/pom.xml b/services/ram/pom.xml
index 656043c959d9..f172840c46a9 100644
--- a/services/ram/pom.xml
+++ b/services/ram/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
ram
AWS Java SDK :: Services :: RAM
diff --git a/services/rds/pom.xml b/services/rds/pom.xml
index 43ba1b9954ca..92e43aa8dc5c 100644
--- a/services/rds/pom.xml
+++ b/services/rds/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
rds
AWS Java SDK :: Services :: Amazon RDS
diff --git a/services/rdsdata/pom.xml b/services/rdsdata/pom.xml
index 23e67bdaf673..64510b5cf775 100644
--- a/services/rdsdata/pom.xml
+++ b/services/rdsdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
rdsdata
AWS Java SDK :: Services :: RDS Data
diff --git a/services/redshift/pom.xml b/services/redshift/pom.xml
index ced0c549e4ab..0d7db012777e 100644
--- a/services/redshift/pom.xml
+++ b/services/redshift/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
redshift
AWS Java SDK :: Services :: Amazon Redshift
diff --git a/services/redshiftdata/pom.xml b/services/redshiftdata/pom.xml
index 62080bce6b6f..6deaddad5563 100644
--- a/services/redshiftdata/pom.xml
+++ b/services/redshiftdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
redshiftdata
AWS Java SDK :: Services :: Redshift Data
diff --git a/services/rekognition/pom.xml b/services/rekognition/pom.xml
index e65b9c0dcf53..d658476b5e5b 100644
--- a/services/rekognition/pom.xml
+++ b/services/rekognition/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
rekognition
AWS Java SDK :: Services :: Amazon Rekognition
diff --git a/services/resourcegroups/pom.xml b/services/resourcegroups/pom.xml
index 44c182e67c92..a6459114e31a 100644
--- a/services/resourcegroups/pom.xml
+++ b/services/resourcegroups/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
resourcegroups
diff --git a/services/resourcegroupstaggingapi/pom.xml b/services/resourcegroupstaggingapi/pom.xml
index 3a3f7cd27a66..5133f0bcf793 100644
--- a/services/resourcegroupstaggingapi/pom.xml
+++ b/services/resourcegroupstaggingapi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
resourcegroupstaggingapi
AWS Java SDK :: Services :: AWS Resource Groups Tagging API
diff --git a/services/robomaker/pom.xml b/services/robomaker/pom.xml
index b35ed2b2fb82..ea287e41ee1d 100644
--- a/services/robomaker/pom.xml
+++ b/services/robomaker/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
robomaker
AWS Java SDK :: Services :: RoboMaker
diff --git a/services/route53/pom.xml b/services/route53/pom.xml
index 144d2eb9aa95..4acc694b82ce 100644
--- a/services/route53/pom.xml
+++ b/services/route53/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
route53
AWS Java SDK :: Services :: Amazon Route53
diff --git a/services/route53domains/pom.xml b/services/route53domains/pom.xml
index 2b7b17e322f7..c653f1fac94c 100644
--- a/services/route53domains/pom.xml
+++ b/services/route53domains/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
route53domains
AWS Java SDK :: Services :: Amazon Route53 Domains
diff --git a/services/route53recoverycluster/pom.xml b/services/route53recoverycluster/pom.xml
index 150aeaa0de54..774d82fc3377 100644
--- a/services/route53recoverycluster/pom.xml
+++ b/services/route53recoverycluster/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
route53recoverycluster
AWS Java SDK :: Services :: Route53 Recovery Cluster
diff --git a/services/route53recoverycontrolconfig/pom.xml b/services/route53recoverycontrolconfig/pom.xml
index 538b0b5f3f26..290aea293b8b 100644
--- a/services/route53recoverycontrolconfig/pom.xml
+++ b/services/route53recoverycontrolconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
route53recoverycontrolconfig
AWS Java SDK :: Services :: Route53 Recovery Control Config
diff --git a/services/route53recoveryreadiness/pom.xml b/services/route53recoveryreadiness/pom.xml
index 0a5d1df4ec7e..6a21a107c634 100644
--- a/services/route53recoveryreadiness/pom.xml
+++ b/services/route53recoveryreadiness/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
route53recoveryreadiness
AWS Java SDK :: Services :: Route53 Recovery Readiness
diff --git a/services/route53resolver/pom.xml b/services/route53resolver/pom.xml
index b31826a5415b..c7025f07c5a6 100644
--- a/services/route53resolver/pom.xml
+++ b/services/route53resolver/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
route53resolver
AWS Java SDK :: Services :: Route53Resolver
diff --git a/services/s3/pom.xml b/services/s3/pom.xml
index af9a85614922..2c72b7aedecd 100644
--- a/services/s3/pom.xml
+++ b/services/s3/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
s3
AWS Java SDK :: Services :: Amazon S3
diff --git a/services/s3control/pom.xml b/services/s3control/pom.xml
index 171d8b9d5c53..2683192ac02e 100644
--- a/services/s3control/pom.xml
+++ b/services/s3control/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
s3control
AWS Java SDK :: Services :: Amazon S3 Control
diff --git a/services/s3outposts/pom.xml b/services/s3outposts/pom.xml
index 5b4b104e8e0e..e25d0535a9d0 100644
--- a/services/s3outposts/pom.xml
+++ b/services/s3outposts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
s3outposts
AWS Java SDK :: Services :: S3 Outposts
diff --git a/services/sagemaker/pom.xml b/services/sagemaker/pom.xml
index da5dff86add2..ed89975039b6 100644
--- a/services/sagemaker/pom.xml
+++ b/services/sagemaker/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
sagemaker
diff --git a/services/sagemakera2iruntime/pom.xml b/services/sagemakera2iruntime/pom.xml
index 137bbec8a6f4..4b8bac741cf3 100644
--- a/services/sagemakera2iruntime/pom.xml
+++ b/services/sagemakera2iruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
sagemakera2iruntime
AWS Java SDK :: Services :: SageMaker A2I Runtime
diff --git a/services/sagemakeredge/pom.xml b/services/sagemakeredge/pom.xml
index 014b7bb59269..17568a6c30ca 100644
--- a/services/sagemakeredge/pom.xml
+++ b/services/sagemakeredge/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
sagemakeredge
AWS Java SDK :: Services :: Sagemaker Edge
diff --git a/services/sagemakerfeaturestoreruntime/pom.xml b/services/sagemakerfeaturestoreruntime/pom.xml
index 3921f47c4e17..22620303848d 100644
--- a/services/sagemakerfeaturestoreruntime/pom.xml
+++ b/services/sagemakerfeaturestoreruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
sagemakerfeaturestoreruntime
AWS Java SDK :: Services :: Sage Maker Feature Store Runtime
diff --git a/services/sagemakerruntime/pom.xml b/services/sagemakerruntime/pom.xml
index 8b45a7cc6f5f..5c9a35ea59e2 100644
--- a/services/sagemakerruntime/pom.xml
+++ b/services/sagemakerruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
sagemakerruntime
AWS Java SDK :: Services :: SageMaker Runtime
diff --git a/services/savingsplans/pom.xml b/services/savingsplans/pom.xml
index 2836c731c261..d0c6ede5824b 100644
--- a/services/savingsplans/pom.xml
+++ b/services/savingsplans/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
savingsplans
AWS Java SDK :: Services :: Savingsplans
diff --git a/services/schemas/pom.xml b/services/schemas/pom.xml
index 06e1ed508718..769b76b0b1aa 100644
--- a/services/schemas/pom.xml
+++ b/services/schemas/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
schemas
AWS Java SDK :: Services :: Schemas
diff --git a/services/secretsmanager/pom.xml b/services/secretsmanager/pom.xml
index 653bcc28e539..b2e40f20af5d 100644
--- a/services/secretsmanager/pom.xml
+++ b/services/secretsmanager/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
secretsmanager
AWS Java SDK :: Services :: AWS Secrets Manager
diff --git a/services/securityhub/pom.xml b/services/securityhub/pom.xml
index 285cb177fcb1..f77562b765a9 100644
--- a/services/securityhub/pom.xml
+++ b/services/securityhub/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
securityhub
AWS Java SDK :: Services :: SecurityHub
diff --git a/services/serverlessapplicationrepository/pom.xml b/services/serverlessapplicationrepository/pom.xml
index 47837739151e..8f8f772fd4a3 100644
--- a/services/serverlessapplicationrepository/pom.xml
+++ b/services/serverlessapplicationrepository/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
serverlessapplicationrepository
diff --git a/services/servicecatalog/pom.xml b/services/servicecatalog/pom.xml
index d31fc4997c80..93ae1e6dfb29 100644
--- a/services/servicecatalog/pom.xml
+++ b/services/servicecatalog/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
servicecatalog
AWS Java SDK :: Services :: AWS Service Catalog
diff --git a/services/servicecatalogappregistry/pom.xml b/services/servicecatalogappregistry/pom.xml
index bb414284a83e..347683ab3f88 100644
--- a/services/servicecatalogappregistry/pom.xml
+++ b/services/servicecatalogappregistry/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
servicecatalogappregistry
AWS Java SDK :: Services :: Service Catalog App Registry
diff --git a/services/servicediscovery/pom.xml b/services/servicediscovery/pom.xml
index c671162786c1..213133548b5c 100644
--- a/services/servicediscovery/pom.xml
+++ b/services/servicediscovery/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
servicediscovery
diff --git a/services/servicequotas/pom.xml b/services/servicequotas/pom.xml
index cbfcdf5ac8c5..e58c86a98f74 100644
--- a/services/servicequotas/pom.xml
+++ b/services/servicequotas/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
servicequotas
AWS Java SDK :: Services :: Service Quotas
diff --git a/services/ses/pom.xml b/services/ses/pom.xml
index 1c4c3447af53..edb452acc202 100644
--- a/services/ses/pom.xml
+++ b/services/ses/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
ses
AWS Java SDK :: Services :: Amazon SES
diff --git a/services/sesv2/pom.xml b/services/sesv2/pom.xml
index d71005e0a0c4..f904a666f0d7 100644
--- a/services/sesv2/pom.xml
+++ b/services/sesv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
sesv2
AWS Java SDK :: Services :: SESv2
diff --git a/services/sfn/pom.xml b/services/sfn/pom.xml
index 6920ba91ed37..6880d80ea302 100644
--- a/services/sfn/pom.xml
+++ b/services/sfn/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
sfn
AWS Java SDK :: Services :: AWS Step Functions
diff --git a/services/shield/pom.xml b/services/shield/pom.xml
index 6c5cc1ff1879..440d49cc9c3c 100644
--- a/services/shield/pom.xml
+++ b/services/shield/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
shield
AWS Java SDK :: Services :: AWS Shield
diff --git a/services/signer/pom.xml b/services/signer/pom.xml
index acdda4bb022e..3156a0c652a3 100644
--- a/services/signer/pom.xml
+++ b/services/signer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
signer
AWS Java SDK :: Services :: Signer
diff --git a/services/sms/pom.xml b/services/sms/pom.xml
index 6f55f194896c..f47e378239dc 100644
--- a/services/sms/pom.xml
+++ b/services/sms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
sms
AWS Java SDK :: Services :: AWS Server Migration
diff --git a/services/snowball/pom.xml b/services/snowball/pom.xml
index 531f2622e3b0..2010c2d33ebb 100644
--- a/services/snowball/pom.xml
+++ b/services/snowball/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
snowball
AWS Java SDK :: Services :: Amazon Snowball
diff --git a/services/snowdevicemanagement/pom.xml b/services/snowdevicemanagement/pom.xml
index a80d591ce859..8baf16c1fa51 100644
--- a/services/snowdevicemanagement/pom.xml
+++ b/services/snowdevicemanagement/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
snowdevicemanagement
AWS Java SDK :: Services :: Snow Device Management
diff --git a/services/sns/pom.xml b/services/sns/pom.xml
index 09f85f4820af..4a6385cf437a 100644
--- a/services/sns/pom.xml
+++ b/services/sns/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
sns
AWS Java SDK :: Services :: Amazon SNS
diff --git a/services/sqs/pom.xml b/services/sqs/pom.xml
index fdab619583af..60ae8c0c440b 100644
--- a/services/sqs/pom.xml
+++ b/services/sqs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
sqs
AWS Java SDK :: Services :: Amazon SQS
diff --git a/services/ssm/pom.xml b/services/ssm/pom.xml
index f5dcd7a0ec51..986cbd63e00f 100644
--- a/services/ssm/pom.xml
+++ b/services/ssm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
ssm
AWS Java SDK :: Services :: AWS Simple Systems Management (SSM)
diff --git a/services/ssmcontacts/pom.xml b/services/ssmcontacts/pom.xml
index ffeed0529d90..efc9a25470c9 100644
--- a/services/ssmcontacts/pom.xml
+++ b/services/ssmcontacts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
ssmcontacts
AWS Java SDK :: Services :: SSM Contacts
diff --git a/services/ssmincidents/pom.xml b/services/ssmincidents/pom.xml
index 1d02eb51a424..35177dd174c6 100644
--- a/services/ssmincidents/pom.xml
+++ b/services/ssmincidents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
ssmincidents
AWS Java SDK :: Services :: SSM Incidents
diff --git a/services/sso/pom.xml b/services/sso/pom.xml
index d6a2ce09a41b..71852a73186d 100644
--- a/services/sso/pom.xml
+++ b/services/sso/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
sso
AWS Java SDK :: Services :: SSO
diff --git a/services/ssoadmin/pom.xml b/services/ssoadmin/pom.xml
index 2f6e74d5013f..84eb57e8ce1e 100644
--- a/services/ssoadmin/pom.xml
+++ b/services/ssoadmin/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
ssoadmin
AWS Java SDK :: Services :: SSO Admin
diff --git a/services/ssooidc/pom.xml b/services/ssooidc/pom.xml
index d6bfc7084af2..f0f8bd468160 100644
--- a/services/ssooidc/pom.xml
+++ b/services/ssooidc/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
ssooidc
AWS Java SDK :: Services :: SSO OIDC
diff --git a/services/storagegateway/pom.xml b/services/storagegateway/pom.xml
index 976530292329..1b8d09329843 100644
--- a/services/storagegateway/pom.xml
+++ b/services/storagegateway/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
storagegateway
AWS Java SDK :: Services :: AWS Storage Gateway
diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index 0fce7207bcd9..f6c7bacec7fc 100644
--- a/services/sts/pom.xml
+++ b/services/sts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
sts
AWS Java SDK :: Services :: AWS STS
diff --git a/services/support/pom.xml b/services/support/pom.xml
index a923df92f222..33ae667ef97b 100644
--- a/services/support/pom.xml
+++ b/services/support/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
support
AWS Java SDK :: Services :: AWS Support
diff --git a/services/swf/pom.xml b/services/swf/pom.xml
index cadad55a01a4..e4faaae341fd 100644
--- a/services/swf/pom.xml
+++ b/services/swf/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
swf
AWS Java SDK :: Services :: Amazon SWF
diff --git a/services/synthetics/pom.xml b/services/synthetics/pom.xml
index 5791a9e2276c..3b85151051cf 100644
--- a/services/synthetics/pom.xml
+++ b/services/synthetics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
synthetics
AWS Java SDK :: Services :: Synthetics
diff --git a/services/textract/pom.xml b/services/textract/pom.xml
index d6a5c7d1ed8c..ea8abc744c1b 100644
--- a/services/textract/pom.xml
+++ b/services/textract/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
textract
AWS Java SDK :: Services :: Textract
diff --git a/services/timestreamquery/pom.xml b/services/timestreamquery/pom.xml
index 18f4c0d9f005..40bb6304f1ec 100644
--- a/services/timestreamquery/pom.xml
+++ b/services/timestreamquery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
timestreamquery
AWS Java SDK :: Services :: Timestream Query
diff --git a/services/timestreamwrite/pom.xml b/services/timestreamwrite/pom.xml
index baf7423a8e15..51b9cae3a001 100644
--- a/services/timestreamwrite/pom.xml
+++ b/services/timestreamwrite/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
timestreamwrite
AWS Java SDK :: Services :: Timestream Write
diff --git a/services/transcribe/pom.xml b/services/transcribe/pom.xml
index ba1258248899..b1495b7048af 100644
--- a/services/transcribe/pom.xml
+++ b/services/transcribe/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
transcribe
AWS Java SDK :: Services :: Transcribe
diff --git a/services/transcribestreaming/pom.xml b/services/transcribestreaming/pom.xml
index 4cc2c17048d4..fc411765fbfb 100644
--- a/services/transcribestreaming/pom.xml
+++ b/services/transcribestreaming/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
transcribestreaming
AWS Java SDK :: Services :: AWS Transcribe Streaming
diff --git a/services/transfer/pom.xml b/services/transfer/pom.xml
index 5c1028d18c23..c36247c908ad 100644
--- a/services/transfer/pom.xml
+++ b/services/transfer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
transfer
AWS Java SDK :: Services :: Transfer
diff --git a/services/translate/pom.xml b/services/translate/pom.xml
index 6fe61d9eca46..a19578fdbe83 100644
--- a/services/translate/pom.xml
+++ b/services/translate/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
translate
diff --git a/services/voiceid/pom.xml b/services/voiceid/pom.xml
index a3c0c7f8489b..f311162e0eb2 100644
--- a/services/voiceid/pom.xml
+++ b/services/voiceid/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
voiceid
AWS Java SDK :: Services :: Voice ID
diff --git a/services/waf/pom.xml b/services/waf/pom.xml
index 2869ef2a7653..62ed77c9d72b 100644
--- a/services/waf/pom.xml
+++ b/services/waf/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
waf
AWS Java SDK :: Services :: AWS WAF
diff --git a/services/wafv2/pom.xml b/services/wafv2/pom.xml
index 56fec9274bfe..8ab019a7361b 100644
--- a/services/wafv2/pom.xml
+++ b/services/wafv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
wafv2
AWS Java SDK :: Services :: WAFV2
diff --git a/services/wellarchitected/pom.xml b/services/wellarchitected/pom.xml
index 1f2de7c7baa7..8704c05fc835 100644
--- a/services/wellarchitected/pom.xml
+++ b/services/wellarchitected/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
wellarchitected
AWS Java SDK :: Services :: Well Architected
diff --git a/services/wisdom/pom.xml b/services/wisdom/pom.xml
index 10e5cd601a66..bd162f55d033 100644
--- a/services/wisdom/pom.xml
+++ b/services/wisdom/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
wisdom
AWS Java SDK :: Services :: Wisdom
diff --git a/services/workdocs/pom.xml b/services/workdocs/pom.xml
index fa88c26fdec1..6cfa5c367f5f 100644
--- a/services/workdocs/pom.xml
+++ b/services/workdocs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
workdocs
AWS Java SDK :: Services :: Amazon WorkDocs
diff --git a/services/worklink/pom.xml b/services/worklink/pom.xml
index 95cf6897921a..bc2d549843ee 100644
--- a/services/worklink/pom.xml
+++ b/services/worklink/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
worklink
AWS Java SDK :: Services :: WorkLink
diff --git a/services/workmail/pom.xml b/services/workmail/pom.xml
index 9713774281f2..34828c2377ee 100644
--- a/services/workmail/pom.xml
+++ b/services/workmail/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
workmail
diff --git a/services/workmailmessageflow/pom.xml b/services/workmailmessageflow/pom.xml
index ff174240c080..ec925cb39342 100644
--- a/services/workmailmessageflow/pom.xml
+++ b/services/workmailmessageflow/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
workmailmessageflow
AWS Java SDK :: Services :: WorkMailMessageFlow
diff --git a/services/workspaces/pom.xml b/services/workspaces/pom.xml
index a1b81540f4bb..f6aa5a92bd91 100644
--- a/services/workspaces/pom.xml
+++ b/services/workspaces/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
workspaces
AWS Java SDK :: Services :: Amazon WorkSpaces
diff --git a/services/xray/pom.xml b/services/xray/pom.xml
index 0ef6530c5dd5..bd9bccd712b0 100644
--- a/services/xray/pom.xml
+++ b/services/xray/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.17.71-SNAPSHOT
+ 2.17.71
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 88b875d229a0..2c0ed02ca95b 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.71-SNAPSHOT
+ 2.17.71
../../pom.xml
4.0.0
diff --git a/test/codegen-generated-classes-test/pom.xml b/test/codegen-generated-classes-test/pom.xml
index d44fcf27477e..f266ec57e828 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.71-SNAPSHOT
+ 2.17.71
../../pom.xml
diff --git a/test/http-client-tests/pom.xml b/test/http-client-tests/pom.xml
index 7364234717c2..6c7ae1cdebb7 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.71-SNAPSHOT
+ 2.17.71
../../pom.xml
http-client-tests
diff --git a/test/module-path-tests/pom.xml b/test/module-path-tests/pom.xml
index 753399f98075..0078b70160ee 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.71-SNAPSHOT
+ 2.17.71
../../pom.xml
4.0.0
diff --git a/test/protocol-tests-core/pom.xml b/test/protocol-tests-core/pom.xml
index a7aba84fd4f7..bd1c9623e3b3 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.71-SNAPSHOT
+ 2.17.71
../../pom.xml
4.0.0
diff --git a/test/protocol-tests/pom.xml b/test/protocol-tests/pom.xml
index d43acc6e6d59..f22cbe0deb41 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.71-SNAPSHOT
+ 2.17.71
../../pom.xml
4.0.0
diff --git a/test/s3-benchmarks/pom.xml b/test/s3-benchmarks/pom.xml
index 441ce41c4007..2b16a635c2aa 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.71-SNAPSHOT
+ 2.17.71
../../pom.xml
4.0.0
diff --git a/test/sdk-benchmarks/pom.xml b/test/sdk-benchmarks/pom.xml
index dc3a9ba4e847..e8682c09da66 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.71-SNAPSHOT
+ 2.17.71
../../pom.xml
diff --git a/test/sdk-native-image-test/pom.xml b/test/sdk-native-image-test/pom.xml
index 5dd4cbc73381..6a34a8a4f4e2 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.71-SNAPSHOT
+ 2.17.71
../../pom.xml
4.0.0
diff --git a/test/service-test-utils/pom.xml b/test/service-test-utils/pom.xml
index 1998eb4be14d..713f27f51935 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.71-SNAPSHOT
+ 2.17.71
../../pom.xml
service-test-utils
diff --git a/test/stability-tests/pom.xml b/test/stability-tests/pom.xml
index fa41daeefc7e..6978259f584b 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.71-SNAPSHOT
+ 2.17.71
../../pom.xml
4.0.0
diff --git a/test/test-utils/pom.xml b/test/test-utils/pom.xml
index 708f97c20b7e..0c916b20d019 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.71-SNAPSHOT
+ 2.17.71
../../pom.xml
test-utils
diff --git a/test/tests-coverage-reporting/pom.xml b/test/tests-coverage-reporting/pom.xml
index ae1f3db16c43..12c2424b3e3d 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.71-SNAPSHOT
+ 2.17.71
../../pom.xml
4.0.0
diff --git a/third-party/pom.xml b/third-party/pom.xml
index 8e0c323efa40..4a4d710753e2 100644
--- a/third-party/pom.xml
+++ b/third-party/pom.xml
@@ -21,7 +21,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
third-party
diff --git a/third-party/third-party-jackson-core/pom.xml b/third-party/third-party-jackson-core/pom.xml
index 8f90aca8b16c..7186a80ab05e 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.71-SNAPSHOT
+ 2.17.71
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 652a6413ab57..7c0ab977377a 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.71-SNAPSHOT
+ 2.17.71
4.0.0
diff --git a/utils/pom.xml b/utils/pom.xml
index f6ab64bce434..a6a2a60bc361 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.17.71-SNAPSHOT
+ 2.17.71
4.0.0
From b42fbb497ee2bf594b1fff37cc46315081dd3306 Mon Sep 17 00:00:00 2001
From: Bennett Lynch
Date: Fri, 29 Oct 2021 12:26:55 -0700
Subject: [PATCH 8/8] Remove redundant join from unit test (#2807)
We already join on this future on line 185. This second join is
redundant and will result in an exception being thrown.
---
.../transfer/s3/internal/S3TransferManagerListenerTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/services-custom/s3-transfer-manager/src/test/java/software/amazon/awssdk/transfer/s3/internal/S3TransferManagerListenerTest.java b/services-custom/s3-transfer-manager/src/test/java/software/amazon/awssdk/transfer/s3/internal/S3TransferManagerListenerTest.java
index eaa8a73d5379..9f421077e8f8 100644
--- a/services-custom/s3-transfer-manager/src/test/java/software/amazon/awssdk/transfer/s3/internal/S3TransferManagerListenerTest.java
+++ b/services-custom/s3-transfer-manager/src/test/java/software/amazon/awssdk/transfer/s3/internal/S3TransferManagerListenerTest.java
@@ -204,7 +204,6 @@ public void upload_failure_shouldInvokeListener() throws Exception {
assertThat(ctx2.progressSnapshot().bytesTransferred()).isZero();
assertThat(ctx2.exception()).isInstanceOf(NoSuchFileException.class);
- upload.completionFuture().join();
verifyNoMoreInteractions(listener);
}