Date: Wed, 27 Mar 2024 18:10:03 +0000
Subject: [PATCH 03/10] Uplift netty version to remediate CVE-2024-29025
(#5051)
* Uplift netty version to remediate CVE-2024-29025
* Remediate CVE-2024-29025 by uplifting netty version
---
.changes/next-release/bugfix-AWSSDKForJavav2-61b62c7.json | 6 ++++++
pom.xml | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 .changes/next-release/bugfix-AWSSDKForJavav2-61b62c7.json
diff --git a/.changes/next-release/bugfix-AWSSDKForJavav2-61b62c7.json b/.changes/next-release/bugfix-AWSSDKForJavav2-61b62c7.json
new file mode 100644
index 000000000000..787f6761777c
--- /dev/null
+++ b/.changes/next-release/bugfix-AWSSDKForJavav2-61b62c7.json
@@ -0,0 +1,6 @@
+{
+ "type": "bugfix",
+ "category": "AWS SDK For Java v2",
+ "contributor": "FatalEnigma",
+ "description": "Remediate CVE-2024-29025 by updating netty version"
+}
diff --git a/pom.xml b/pom.xml
index 31eb6ed6498d..da0e1929cec6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
3.15.1
- 4.1.107.Final
+ 4.1.108.Final
3.4.6
1.3
UTF-8
From 87883bbf1b91e6aaa75a02ac75288db0d0ac2914 Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Wed, 27 Mar 2024 18:25:34 +0000
Subject: [PATCH 04/10] AWS Secrets Manager Update: Documentation updates for
Secrets Manager
---
.../next-release/feature-AWSSecretsManager-1bb788d.json | 6 ++++++
.../src/main/resources/codegen-resources/service-2.json | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 .changes/next-release/feature-AWSSecretsManager-1bb788d.json
diff --git a/.changes/next-release/feature-AWSSecretsManager-1bb788d.json b/.changes/next-release/feature-AWSSecretsManager-1bb788d.json
new file mode 100644
index 000000000000..3695a3b471a3
--- /dev/null
+++ b/.changes/next-release/feature-AWSSecretsManager-1bb788d.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "AWS Secrets Manager",
+ "contributor": "",
+ "description": "Documentation updates for Secrets Manager"
+}
diff --git a/services/secretsmanager/src/main/resources/codegen-resources/service-2.json b/services/secretsmanager/src/main/resources/codegen-resources/service-2.json
index 780d8505ce75..39a795e726e3 100644
--- a/services/secretsmanager/src/main/resources/codegen-resources/service-2.json
+++ b/services/secretsmanager/src/main/resources/codegen-resources/service-2.json
@@ -1155,7 +1155,7 @@
},
"BlockPublicPolicy":{
"shape":"BooleanType",
- "documentation":"Specifies whether to block resource-based policies that allow broad access to the secret, for example those that use a wildcard for the principal. By default, public policies aren't blocked.
",
+ "documentation":"Specifies whether to block resource-based policies that allow broad access to the secret, for example those that use a wildcard for the principal. By default, public policies aren't blocked.
Resource policy validation and the BlockPublicPolicy parameter help protect your resources by preventing public access from being granted through the resource policies that are directly attached to your secrets. In addition to using these features, carefully inspect the following policies to confirm that they do not grant public access:
-
Identity-based policies attached to associated Amazon Web Services principals (for example, IAM roles)
-
Resource-based policies attached to associated Amazon Web Services resources (for example, Key Management Service (KMS) keys)
To review permissions to your secrets, see Determine who has permissions to your secrets.
",
"box":true
}
}
From 5c6079da6fbfe85ce502b28225507080ba73642a Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Wed, 27 Mar 2024 18:25:35 +0000
Subject: [PATCH 05/10] Agents for Amazon Bedrock Update: This changes
introduces metadata documents statistics and also updates the documentation
for bedrock agent.
---
...eature-AgentsforAmazonBedrock-5349654.json | 6 +
.../codegen-resources/service-2.json | 2725 +++++++++++------
2 files changed, 1847 insertions(+), 884 deletions(-)
create mode 100644 .changes/next-release/feature-AgentsforAmazonBedrock-5349654.json
diff --git a/.changes/next-release/feature-AgentsforAmazonBedrock-5349654.json b/.changes/next-release/feature-AgentsforAmazonBedrock-5349654.json
new file mode 100644
index 000000000000..c97509942f5f
--- /dev/null
+++ b/.changes/next-release/feature-AgentsforAmazonBedrock-5349654.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "Agents for Amazon Bedrock",
+ "contributor": "",
+ "description": "This changes introduces metadata documents statistics and also updates the documentation for bedrock agent."
+}
diff --git a/services/bedrockagent/src/main/resources/codegen-resources/service-2.json b/services/bedrockagent/src/main/resources/codegen-resources/service-2.json
index f770c22f09a4..31fec6da85f6 100644
--- a/services/bedrockagent/src/main/resources/codegen-resources/service-2.json
+++ b/services/bedrockagent/src/main/resources/codegen-resources/service-2.json
@@ -30,7 +30,7 @@
{"shape":"ConflictException"},
{"shape":"ServiceQuotaExceededException"}
],
- "documentation":"Associate a Knowledge Base to an existing Amazon Bedrock Agent
",
+ "documentation":"Associates a knowledge base with an agent. If a knowledge base is associated and its indexState
is set to Enabled
, the agent queries the knowledge base for information to augment its response to the user.
",
"idempotent":true
},
"CreateAgent":{
@@ -50,7 +50,7 @@
{"shape":"ConflictException"},
{"shape":"ServiceQuotaExceededException"}
],
- "documentation":"Creates an Amazon Bedrock Agent
",
+ "documentation":"Creates an agent that orchestrates interactions between foundation models, data sources, software applications, user conversations, and APIs to carry out tasks to help customers.
-
Specify the following fields for security purposes.
-
agentResourceRoleArn
– The ARN of the role with permissions to create an agent.
-
(Optional) customerEncryptionKeyArn
– The ARN of a KMS key to encrypt the creation of the agent.
-
(Optional) idleSessionTTLinSeconds
– Specify the number of seconds for which the agent should maintain session information. After this time expires, the subsequent InvokeAgent
request begins a new session.
-
To override the default prompt behavior for agent orchestration and to use advanced prompts, include a promptOverrideConfiguration
object. For more information, see Advanced prompts.
-
If you agent fails to be created, the response returns a list of failureReasons
alongside a list of recommendedActions
for you to troubleshoot.
",
"idempotent":true
},
"CreateAgentActionGroup":{
@@ -71,7 +71,7 @@
{"shape":"ConflictException"},
{"shape":"ServiceQuotaExceededException"}
],
- "documentation":"Creates an Action Group for existing Amazon Bedrock Agent
",
+ "documentation":"Creates an action group for an agent. An action group represents the actions that an agent can carry out for the customer by defining the APIs that an agent can call and the logic for calling them.
To allow your agent to request the user for additional information when trying to complete a task, add an action group with the parentActionGroupSignature
field set to AMAZON.UserInput
. You must leave the description
, apiSchema
, and actionGroupExecutor
fields blank for this action group. During orchestration, if your agent determines that it needs to invoke an API in an action group, but doesn't have enough information to complete the API request, it will invoke this action group instead and return an Observation reprompting the user for more information.
",
"idempotent":true
},
"CreateAgentAlias":{
@@ -92,7 +92,7 @@
{"shape":"ConflictException"},
{"shape":"ServiceQuotaExceededException"}
],
- "documentation":"Creates an Alias for an existing Amazon Bedrock Agent
",
+ "documentation":"Creates an alias of an agent that can be used to deploy the agent.
",
"idempotent":true
},
"CreateDataSource":{
@@ -113,7 +113,7 @@
{"shape":"ConflictException"},
{"shape":"ServiceQuotaExceededException"}
],
- "documentation":"Create a new data source
",
+ "documentation":"Sets up a data source to be added to a knowledge base.
You can't change the chunkingConfiguration
after you create the data source.
",
"idempotent":true
},
"CreateKnowledgeBase":{
@@ -133,7 +133,7 @@
{"shape":"ConflictException"},
{"shape":"ServiceQuotaExceededException"}
],
- "documentation":"Create a new knowledge base
",
+ "documentation":"Creates a knowledge base that contains data sources from which information can be queried and used by LLMs. To create a knowledge base, you must first set up your data sources and configure a supported vector store. For more information, see Set up your data for ingestion.
If you prefer to let Amazon Bedrock create and manage a vector store for you in Amazon OpenSearch Service, use the console. For more information, see Create a knowledge base.
-
Provide the name
and an optional description
.
-
Provide the ARN with permissions to create a knowledge base in the roleArn
field.
-
Provide the embedding model to use in the embeddingModelArn
field in the knowledgeBaseConfiguration
object.
-
Provide the configuration for your vector store in the storageConfiguration
object.
",
"idempotent":true
},
"DeleteAgent":{
@@ -153,7 +153,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"}
],
- "documentation":"Deletes an Agent for existing Amazon Bedrock Agent
",
+ "documentation":"Deletes an agent.
",
"idempotent":true
},
"DeleteAgentActionGroup":{
@@ -173,7 +173,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"}
],
- "documentation":"Deletes an Action Group for existing Amazon Bedrock Agent.
",
+ "documentation":"Deletes an action group in an agent.
",
"idempotent":true
},
"DeleteAgentAlias":{
@@ -192,7 +192,7 @@
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"Deletes an Alias for a Amazon Bedrock Agent
",
+ "documentation":"Deletes an alias of an agent.
",
"idempotent":true
},
"DeleteAgentVersion":{
@@ -212,7 +212,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"}
],
- "documentation":"Deletes an Agent version for existing Amazon Bedrock Agent
",
+ "documentation":"Deletes a version of an agent.
",
"idempotent":true
},
"DeleteDataSource":{
@@ -232,7 +232,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"}
],
- "documentation":"Delete an existing data source
",
+ "documentation":"Deletes a data source from a knowledge base.
",
"idempotent":true
},
"DeleteKnowledgeBase":{
@@ -252,7 +252,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"}
],
- "documentation":"Delete an existing knowledge base
",
+ "documentation":"Deletes a knowledge base. Before deleting a knowledge base, you should disassociate the knowledge base from any agents that it is associated with by making a DisassociateAgentKnowledgeBase request.
",
"idempotent":true
},
"DisassociateAgentKnowledgeBase":{
@@ -272,7 +272,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"}
],
- "documentation":"Disassociate an existing Knowledge Base from an Amazon Bedrock Agent
",
+ "documentation":"Disassociates a knowledge base from an agent.
",
"idempotent":true
},
"GetAgent":{
@@ -291,7 +291,7 @@
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"Gets an Agent for existing Amazon Bedrock Agent
"
+ "documentation":"Gets information about an agent.
"
},
"GetAgentActionGroup":{
"name":"GetAgentActionGroup",
@@ -309,7 +309,7 @@
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"Gets an Action Group for existing Amazon Bedrock Agent Version
"
+ "documentation":"Gets information about an action group for an agent.
"
},
"GetAgentAlias":{
"name":"GetAgentAlias",
@@ -327,7 +327,7 @@
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"Describes an Alias for a Amazon Bedrock Agent
"
+ "documentation":"Gets information about an alias of an agent.
"
},
"GetAgentKnowledgeBase":{
"name":"GetAgentKnowledgeBase",
@@ -345,7 +345,7 @@
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"Gets a knowledge base associated to an existing Amazon Bedrock Agent Version
"
+ "documentation":"Gets information about a knowledge base associated with an agent.
"
},
"GetAgentVersion":{
"name":"GetAgentVersion",
@@ -363,7 +363,7 @@
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"Gets an Agent version for existing Amazon Bedrock Agent
"
+ "documentation":"Gets details about a version of an agent.
"
},
"GetDataSource":{
"name":"GetDataSource",
@@ -381,7 +381,7 @@
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"Get an existing data source
"
+ "documentation":"Gets information about a data source.
"
},
"GetIngestionJob":{
"name":"GetIngestionJob",
@@ -399,7 +399,7 @@
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"Get an ingestion job
"
+ "documentation":"Gets information about a ingestion job, in which a data source is added to a knowledge base.
"
},
"GetKnowledgeBase":{
"name":"GetKnowledgeBase",
@@ -417,7 +417,7 @@
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"Get an existing knowledge base
"
+ "documentation":"Gets information about a knoweldge base.
"
},
"ListAgentActionGroups":{
"name":"ListAgentActionGroups",
@@ -435,7 +435,7 @@
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"Lists an Action Group for existing Amazon Bedrock Agent Version
"
+ "documentation":"Lists the action groups for an agent and information about each one.
"
},
"ListAgentAliases":{
"name":"ListAgentAliases",
@@ -453,7 +453,7 @@
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"Lists all the Aliases for an Amazon Bedrock Agent
"
+ "documentation":"Lists the aliases of an agent and information about each one.
"
},
"ListAgentKnowledgeBases":{
"name":"ListAgentKnowledgeBases",
@@ -471,7 +471,7 @@
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"List of Knowledge Bases associated to an existing Amazon Bedrock Agent Version
"
+ "documentation":"Lists knowledge bases associated with an agent and information about each one.
"
},
"ListAgentVersions":{
"name":"ListAgentVersions",
@@ -489,7 +489,7 @@
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"Lists Agent Versions
"
+ "documentation":"Lists the versions of an agent and information about each version.
"
},
"ListAgents":{
"name":"ListAgents",
@@ -506,7 +506,7 @@
{"shape":"ValidationException"},
{"shape":"InternalServerException"}
],
- "documentation":"Lists Agents
"
+ "documentation":"Lists the agents belonging to an account and information about each agent.
"
},
"ListDataSources":{
"name":"ListDataSources",
@@ -524,7 +524,7 @@
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"List data sources
"
+ "documentation":"Lists the data sources in a knowledge base and information about each one.
"
},
"ListIngestionJobs":{
"name":"ListIngestionJobs",
@@ -542,7 +542,7 @@
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"List ingestion jobs
"
+ "documentation":"Lists the ingestion jobs for a data source and information about each of them.
"
},
"ListKnowledgeBases":{
"name":"ListKnowledgeBases",
@@ -559,7 +559,7 @@
{"shape":"ValidationException"},
{"shape":"InternalServerException"}
],
- "documentation":"List Knowledge Bases
"
+ "documentation":"Lists the knowledge bases in an account and information about each of them.
"
},
"ListTagsForResource":{
"name":"ListTagsForResource",
@@ -577,7 +577,7 @@
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"List tags for a resource
"
+ "documentation":"List all the tags for the resource you specify.
"
},
"PrepareAgent":{
"name":"PrepareAgent",
@@ -597,7 +597,7 @@
{"shape":"ConflictException"},
{"shape":"ServiceQuotaExceededException"}
],
- "documentation":"Prepares an existing Amazon Bedrock Agent to receive runtime requests
"
+ "documentation":"Creates a DRAFT
version of the agent that can be used for internal testing.
"
},
"StartIngestionJob":{
"name":"StartIngestionJob",
@@ -617,7 +617,7 @@
{"shape":"ConflictException"},
{"shape":"ServiceQuotaExceededException"}
],
- "documentation":"Start a new ingestion job
",
+ "documentation":"Begins an ingestion job, in which a data source is added to a knowledge base.
",
"idempotent":true
},
"TagResource":{
@@ -637,7 +637,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceQuotaExceededException"}
],
- "documentation":"Tag a resource
"
+ "documentation":"Associate tags with a resource. For more information, see Tagging resources in the Amazon Bedrock User Guide.
"
},
"UntagResource":{
"name":"UntagResource",
@@ -655,7 +655,7 @@
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
],
- "documentation":"Untag a resource
",
+ "documentation":"Remove tags from a resource.
",
"idempotent":true
},
"UpdateAgent":{
@@ -676,7 +676,7 @@
{"shape":"ConflictException"},
{"shape":"ServiceQuotaExceededException"}
],
- "documentation":"Updates an existing Amazon Bedrock Agent
",
+ "documentation":"Updates the configuration of an agent.
",
"idempotent":true
},
"UpdateAgentActionGroup":{
@@ -697,7 +697,7 @@
{"shape":"ConflictException"},
{"shape":"ServiceQuotaExceededException"}
],
- "documentation":"Updates an existing Action Group for Amazon Bedrock Agent
",
+ "documentation":"Updates the configuration for an action group for an agent.
",
"idempotent":true
},
"UpdateAgentAlias":{
@@ -718,7 +718,7 @@
{"shape":"ConflictException"},
{"shape":"ServiceQuotaExceededException"}
],
- "documentation":"Updates an existing Alias for an Amazon Bedrock Agent
",
+ "documentation":"Updates configurations for an alias of an agent.
",
"idempotent":true
},
"UpdateAgentKnowledgeBase":{
@@ -738,7 +738,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"}
],
- "documentation":"Updates an existing Knowledge Base associated to an Amazon Bedrock Agent
",
+ "documentation":"Updates the configuration for a knowledge base that has been associated with an agent.
",
"idempotent":true
},
"UpdateDataSource":{
@@ -758,7 +758,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"}
],
- "documentation":"Update an existing data source
",
+ "documentation":"Updates configurations for a data source.
You can't change the chunkingConfiguration
after you create the data source. Specify the existing chunkingConfiguration
.
",
"idempotent":true
},
"UpdateKnowledgeBase":{
@@ -778,7 +778,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"}
],
- "documentation":"Update an existing knowledge base
",
+ "documentation":"Updates the configuration of a knowledge base with the fields that you specify. Because all fields will be overwritten, you must include the same values for fields that you want to keep the same.
You can change the following fields:
You can't change the knowledgeBaseConfiguration
or storageConfiguration
fields, so you must specify the same configurations as when you created the knowledge base. You can send a GetKnowledgeBase request and copy the same configurations.
",
"idempotent":true
}
},
@@ -786,10 +786,16 @@
"APISchema":{
"type":"structure",
"members":{
- "s3":{"shape":"S3Identifier"},
- "payload":{"shape":"Payload"}
+ "payload":{
+ "shape":"Payload",
+ "documentation":"The JSON or YAML-formatted payload defining the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas.
"
+ },
+ "s3":{
+ "shape":"S3Identifier",
+ "documentation":"Contains details about the S3 object containing the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas.
"
+ }
},
- "documentation":"Contains information about the API Schema for the Action Group
",
+ "documentation":"Contains details about the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas. You can either include the schema directly in the payload
field or you can upload it to an S3 bucket and specify the S3 bucket location in the s3
field.
",
"union":true
},
"AccessDeniedException":{
@@ -797,7 +803,7 @@
"members":{
"message":{"shape":"NonBlankString"}
},
- "documentation":"This exception is thrown when a request is denied per access permissions
",
+ "documentation":"The request is denied because of missing access permissions.
",
"error":{
"httpStatusCode":403,
"senderFault":true
@@ -807,19 +813,20 @@
"ActionGroupExecutor":{
"type":"structure",
"members":{
- "lambda":{"shape":"LambdaArn"}
+ "lambda":{
+ "shape":"LambdaArn",
+ "documentation":"The ARN of the Lambda function containing the business logic that is carried out upon invoking the action.
"
+ }
},
- "documentation":"Type of Executors for an Action Group
",
+ "documentation":"Contains details about the Lambda function containing the business logic that is carried out upon invoking the action.
",
"union":true
},
"ActionGroupSignature":{
"type":"string",
- "documentation":"Action Group Signature for a BuiltIn Action
",
"enum":["AMAZON.UserInput"]
},
"ActionGroupState":{
"type":"string",
- "documentation":"State of the action group
",
"enum":[
"ENABLED",
"DISABLED"
@@ -828,7 +835,6 @@
"ActionGroupSummaries":{
"type":"list",
"member":{"shape":"ActionGroupSummary"},
- "documentation":"List of ActionGroup Summaries
",
"max":10,
"min":0
},
@@ -841,137 +847,280 @@
"updatedAt"
],
"members":{
- "actionGroupId":{"shape":"Id"},
- "actionGroupName":{"shape":"Name"},
- "actionGroupState":{"shape":"ActionGroupState"},
- "description":{"shape":"Description"},
- "updatedAt":{"shape":"DateTimestamp"}
+ "actionGroupId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the action group.
"
+ },
+ "actionGroupName":{
+ "shape":"Name",
+ "documentation":"The name of the action group.
"
+ },
+ "actionGroupState":{
+ "shape":"ActionGroupState",
+ "documentation":"Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
"
+ },
+ "description":{
+ "shape":"Description",
+ "documentation":"The description of the action group.
"
+ },
+ "updatedAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the action group was last updated.
"
+ }
},
- "documentation":"ActionGroup Summary
"
+ "documentation":"Contains details about an action group.
"
},
"Agent":{
"type":"structure",
"required":[
+ "agentArn",
"agentId",
"agentName",
- "agentArn",
- "agentVersion",
- "agentStatus",
- "idleSessionTTLInSeconds",
"agentResourceRoleArn",
+ "agentStatus",
+ "agentVersion",
"createdAt",
+ "idleSessionTTLInSeconds",
"updatedAt"
],
"members":{
- "agentId":{"shape":"Id"},
- "agentName":{"shape":"Name"},
- "agentArn":{"shape":"AgentArn"},
- "agentVersion":{"shape":"DraftVersion"},
- "clientToken":{"shape":"ClientToken"},
- "instruction":{"shape":"Instruction"},
- "agentStatus":{"shape":"AgentStatus"},
- "foundationModel":{"shape":"ModelIdentifier"},
- "description":{"shape":"Description"},
- "idleSessionTTLInSeconds":{"shape":"SessionTTL"},
- "agentResourceRoleArn":{"shape":"AgentRoleArn"},
- "customerEncryptionKeyArn":{"shape":"KmsKeyArn"},
- "createdAt":{"shape":"DateTimestamp"},
- "updatedAt":{"shape":"DateTimestamp"},
- "preparedAt":{"shape":"DateTimestamp"},
- "failureReasons":{"shape":"FailureReasons"},
- "recommendedActions":{"shape":"RecommendedActions"},
- "promptOverrideConfiguration":{"shape":"PromptOverrideConfiguration"}
- },
- "documentation":"Contains the information of an agent
"
+ "agentArn":{
+ "shape":"AgentArn",
+ "documentation":"The ARN of the agent.
"
+ },
+ "agentId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the agent.
"
+ },
+ "agentName":{
+ "shape":"Name",
+ "documentation":"The name of the agent.
"
+ },
+ "agentResourceRoleArn":{
+ "shape":"AgentRoleArn",
+ "documentation":"The ARN of the IAM role with permissions to call API operations on the agent. The ARN must begin with AmazonBedrockExecutionRoleForAgents_
.
"
+ },
+ "agentStatus":{
+ "shape":"AgentStatus",
+ "documentation":"The status of the agent and whether it is ready for use. The following statuses are possible:
-
CREATING – The agent is being created.
-
PREPARING – The agent is being prepared.
-
PREPARED – The agent is prepared and ready to be invoked.
-
NOT_PREPARED – The agent has been created but not yet prepared.
-
FAILED – The agent API operation failed.
-
UPDATING – The agent is being updated.
-
DELETING – The agent is being deleted.
"
+ },
+ "agentVersion":{
+ "shape":"DraftVersion",
+ "documentation":"The version of the agent.
"
+ },
+ "clientToken":{
+ "shape":"ClientToken",
+ "documentation":"A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
"
+ },
+ "createdAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the agent was created.
"
+ },
+ "customerEncryptionKeyArn":{
+ "shape":"KmsKeyArn",
+ "documentation":"The ARN of the KMS key that encrypts the agent.
"
+ },
+ "description":{
+ "shape":"Description",
+ "documentation":"The description of the agent.
"
+ },
+ "failureReasons":{
+ "shape":"FailureReasons",
+ "documentation":"Contains reasons that the agent-related API that you invoked failed.
"
+ },
+ "foundationModel":{
+ "shape":"ModelIdentifier",
+ "documentation":"The foundation model used for orchestration by the agent.
"
+ },
+ "idleSessionTTLInSeconds":{
+ "shape":"SessionTTL",
+ "documentation":"The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent.
A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Bedrock deletes any data provided before the timeout.
"
+ },
+ "instruction":{
+ "shape":"Instruction",
+ "documentation":"Instructions that tell the agent what it should do and how it should interact with users.
"
+ },
+ "preparedAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the agent was last prepared.
"
+ },
+ "promptOverrideConfiguration":{
+ "shape":"PromptOverrideConfiguration",
+ "documentation":"Contains configurations to override prompt templates in different parts of an agent sequence. For more information, see Advanced prompts.
"
+ },
+ "recommendedActions":{
+ "shape":"RecommendedActions",
+ "documentation":"Contains recommended actions to take for the agent-related API that you invoked to succeed.
"
+ },
+ "updatedAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the agent was last updated.
"
+ }
+ },
+ "documentation":"Contains details about an agent.
"
},
"AgentActionGroup":{
"type":"structure",
"required":[
- "agentId",
- "agentVersion",
"actionGroupId",
"actionGroupName",
+ "actionGroupState",
+ "agentId",
+ "agentVersion",
"createdAt",
- "updatedAt",
- "actionGroupState"
+ "updatedAt"
],
"members":{
- "agentId":{"shape":"Id"},
- "agentVersion":{"shape":"Version"},
- "actionGroupId":{"shape":"Id"},
- "actionGroupName":{"shape":"Name"},
- "clientToken":{"shape":"ClientToken"},
- "description":{"shape":"Description"},
- "createdAt":{"shape":"DateTimestamp"},
- "updatedAt":{"shape":"DateTimestamp"},
- "parentActionSignature":{"shape":"ActionGroupSignature"},
- "actionGroupExecutor":{"shape":"ActionGroupExecutor"},
- "apiSchema":{"shape":"APISchema"},
- "actionGroupState":{"shape":"ActionGroupState"}
+ "actionGroupExecutor":{
+ "shape":"ActionGroupExecutor",
+ "documentation":"The ARN of the Lambda function containing the business logic that is carried out upon invoking the action.
"
+ },
+ "actionGroupId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the action group.
"
+ },
+ "actionGroupName":{
+ "shape":"Name",
+ "documentation":"The name of the action group.
"
+ },
+ "actionGroupState":{
+ "shape":"ActionGroupState",
+ "documentation":"Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
"
+ },
+ "agentId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the agent to which the action group belongs.
"
+ },
+ "agentVersion":{
+ "shape":"Version",
+ "documentation":"The version of the agent to which the action group belongs.
"
+ },
+ "apiSchema":{
+ "shape":"APISchema",
+ "documentation":"Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema. For more information, see Action group OpenAPI schemas.
"
+ },
+ "clientToken":{
+ "shape":"ClientToken",
+ "documentation":"A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
"
+ },
+ "createdAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the action group was created.
"
+ },
+ "description":{
+ "shape":"Description",
+ "documentation":"The description of the action group.
"
+ },
+ "parentActionSignature":{
+ "shape":"ActionGroupSignature",
+ "documentation":"If this field is set as AMAZON.UserInput
, the agent can request the user for additional information when trying to complete a task. The description
, apiSchema
, and actionGroupExecutor
fields must be blank for this action group.
During orchestration, if the agent determines that it needs to invoke an API in an action group, but doesn't have enough information to complete the API request, it will invoke this action group instead and return an Observation reprompting the user for more information.
"
+ },
+ "updatedAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the action group was last updated.
"
+ }
},
- "documentation":"Contains the information of an Agent Action Group
"
+ "documentation":"Contains details about an action group.
"
},
"AgentAlias":{
"type":"structure",
"required":[
- "agentId",
+ "agentAliasArn",
"agentAliasId",
"agentAliasName",
- "agentAliasArn",
- "routingConfiguration",
+ "agentAliasStatus",
+ "agentId",
"createdAt",
- "updatedAt",
- "agentAliasStatus"
+ "routingConfiguration",
+ "updatedAt"
],
"members":{
- "agentId":{"shape":"Id"},
- "agentAliasId":{"shape":"AgentAliasId"},
- "agentAliasName":{"shape":"Name"},
- "agentAliasArn":{"shape":"AgentAliasArn"},
- "clientToken":{"shape":"ClientToken"},
- "description":{"shape":"Description"},
- "routingConfiguration":{"shape":"AgentAliasRoutingConfiguration"},
- "createdAt":{"shape":"DateTimestamp"},
- "updatedAt":{"shape":"DateTimestamp"},
- "agentAliasHistoryEvents":{"shape":"AgentAliasHistoryEvents"},
- "agentAliasStatus":{"shape":"AgentAliasStatus"}
+ "agentAliasArn":{
+ "shape":"AgentAliasArn",
+ "documentation":"The ARN of the alias of the agent.
"
+ },
+ "agentAliasHistoryEvents":{
+ "shape":"AgentAliasHistoryEvents",
+ "documentation":"Contains details about the history of the alias.
"
+ },
+ "agentAliasId":{
+ "shape":"AgentAliasId",
+ "documentation":"The unique identifier of the alias of the agent.
"
+ },
+ "agentAliasName":{
+ "shape":"Name",
+ "documentation":"The name of the alias of the agent.
"
+ },
+ "agentAliasStatus":{
+ "shape":"AgentAliasStatus",
+ "documentation":"The status of the alias of the agent and whether it is ready for use. The following statuses are possible:
-
CREATING – The agent alias is being created.
-
PREPARED – The agent alias is finished being created or updated and is ready to be invoked.
-
FAILED – The agent alias API operation failed.
-
UPDATING – The agent alias is being updated.
-
DELETING – The agent alias is being deleted.
"
+ },
+ "agentId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the agent.
"
+ },
+ "clientToken":{
+ "shape":"ClientToken",
+ "documentation":"A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
"
+ },
+ "createdAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the alias of the agent was created.
"
+ },
+ "description":{
+ "shape":"Description",
+ "documentation":"The description of the alias of the agent.
"
+ },
+ "routingConfiguration":{
+ "shape":"AgentAliasRoutingConfiguration",
+ "documentation":"Contains details about the routing configuration of the alias.
"
+ },
+ "updatedAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the alias was last updated.
"
+ }
},
- "documentation":"Contains the information of an agent alias
"
+ "documentation":"Contains details about an alias of an agent.
"
},
"AgentAliasArn":{
"type":"string",
- "documentation":"Arn representation of the Agent Alias.
",
"max":2048,
"min":0,
- "pattern":"arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:agent-alias/[0-9a-zA-Z]{10}/[0-9a-zA-Z]{10}"
+ "pattern":"^arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:agent-alias/[0-9a-zA-Z]{10}/[0-9a-zA-Z]{10}$"
},
"AgentAliasHistoryEvent":{
"type":"structure",
"members":{
- "routingConfiguration":{"shape":"AgentAliasRoutingConfiguration"},
- "endDate":{"shape":"DateTimestamp"},
- "startDate":{"shape":"DateTimestamp"}
+ "endDate":{
+ "shape":"DateTimestamp",
+ "documentation":"The date that the alias stopped being associated to the version in the routingConfiguration
object
"
+ },
+ "routingConfiguration":{
+ "shape":"AgentAliasRoutingConfiguration",
+ "documentation":"Contains details about the version of the agent with which the alias is associated.
"
+ },
+ "startDate":{
+ "shape":"DateTimestamp",
+ "documentation":"The date that the alias began being associated to the version in the routingConfiguration
object.
"
+ }
},
- "documentation":"History event for an alias for an Agent.
"
+ "documentation":"Contains details about the history of the alias.
"
},
"AgentAliasHistoryEvents":{
"type":"list",
"member":{"shape":"AgentAliasHistoryEvent"},
- "documentation":"The list of history events for an alias for an Agent.
",
"max":10,
"min":0
},
"AgentAliasId":{
"type":"string",
- "documentation":"Id for an Agent Alias generated at the server side.
",
"max":10,
"min":10,
- "pattern":"(\\bTSTALIASID\\b|[0-9a-zA-Z]+)"
+ "pattern":"^(\\bTSTALIASID\\b|[0-9a-zA-Z]+)$"
},
"AgentAliasRoutingConfiguration":{
"type":"list",
"member":{"shape":"AgentAliasRoutingConfigurationListItem"},
- "documentation":"Routing configuration for an Agent alias.
",
"max":1,
"min":0
},
@@ -979,13 +1128,15 @@
"type":"structure",
"required":["agentVersion"],
"members":{
- "agentVersion":{"shape":"Version"}
+ "agentVersion":{
+ "shape":"Version",
+ "documentation":"The version of the agent with which the alias is associated.
"
+ }
},
- "documentation":"Details about the routing configuration for an Agent alias.
"
+ "documentation":"Contains details about the routing configuration of the alias.
"
},
"AgentAliasStatus":{
"type":"string",
- "documentation":"The statuses an Agent Alias can be in.
",
"enum":[
"CREATING",
"PREPARED",
@@ -997,7 +1148,6 @@
"AgentAliasSummaries":{
"type":"list",
"member":{"shape":"AgentAliasSummary"},
- "documentation":"The list of summaries of all the aliases for an Agent.
",
"max":10,
"min":0
},
@@ -1011,49 +1161,89 @@
"updatedAt"
],
"members":{
- "agentAliasId":{"shape":"AgentAliasId"},
- "agentAliasName":{"shape":"Name"},
- "description":{"shape":"Description"},
- "routingConfiguration":{"shape":"AgentAliasRoutingConfiguration"},
- "agentAliasStatus":{"shape":"AgentAliasStatus"},
- "createdAt":{"shape":"DateTimestamp"},
- "updatedAt":{"shape":"DateTimestamp"}
+ "agentAliasId":{
+ "shape":"AgentAliasId",
+ "documentation":"Contains details about
"
+ },
+ "agentAliasName":{
+ "shape":"Name",
+ "documentation":"The name of the alias.
"
+ },
+ "agentAliasStatus":{
+ "shape":"AgentAliasStatus",
+ "documentation":"The status of the alias.
"
+ },
+ "createdAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the alias of the agent was created.
"
+ },
+ "description":{
+ "shape":"Description",
+ "documentation":"The description of the alias.
"
+ },
+ "routingConfiguration":{
+ "shape":"AgentAliasRoutingConfiguration",
+ "documentation":"Contains details about the version of the agent with which the alias is associated.
"
+ },
+ "updatedAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the alias was last updated.
"
+ }
},
- "documentation":"Summary of an alias for an Agent.
"
+ "documentation":"Contains details about an alias of an agent.
"
},
"AgentArn":{
"type":"string",
- "documentation":"Arn representation of the Agent.
",
"max":2048,
"min":0,
- "pattern":"arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:agent/[0-9a-zA-Z]{10}"
+ "pattern":"^arn:aws:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:agent/[0-9a-zA-Z]{10}$"
},
"AgentKnowledgeBase":{
"type":"structure",
"required":[
"agentId",
"agentVersion",
- "knowledgeBaseId",
- "description",
"createdAt",
- "updatedAt",
- "knowledgeBaseState"
+ "description",
+ "knowledgeBaseId",
+ "knowledgeBaseState",
+ "updatedAt"
],
"members":{
- "agentId":{"shape":"Id"},
- "agentVersion":{"shape":"Version"},
- "knowledgeBaseId":{"shape":"Id"},
- "description":{"shape":"Description"},
- "createdAt":{"shape":"DateTimestamp"},
- "updatedAt":{"shape":"DateTimestamp"},
- "knowledgeBaseState":{"shape":"KnowledgeBaseState"}
+ "agentId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the agent with which the knowledge base is associated.
"
+ },
+ "agentVersion":{
+ "shape":"Version",
+ "documentation":"The version of the agent with which the knowledge base is associated.
"
+ },
+ "createdAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the association between the agent and the knowledge base was created.
"
+ },
+ "description":{
+ "shape":"Description",
+ "documentation":"The description of the association between the agent and the knowledge base.
"
+ },
+ "knowledgeBaseId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the association between the agent and the knowledge base.
"
+ },
+ "knowledgeBaseState":{
+ "shape":"KnowledgeBaseState",
+ "documentation":"Specifies whether to use the knowledge base or not when sending an InvokeAgent request.
"
+ },
+ "updatedAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the association between the agent and the knowledge base was last updated.
"
+ }
},
- "documentation":"Contains the information of an Agent Knowledge Base.
"
+ "documentation":"Contains details about a knowledge base that is associated with an agent.
"
},
"AgentKnowledgeBaseSummaries":{
"type":"list",
"member":{"shape":"AgentKnowledgeBaseSummary"},
- "documentation":"List of Agent Knowledge Base Summaries
",
"max":10,
"min":0
},
@@ -1065,23 +1255,33 @@
"updatedAt"
],
"members":{
- "knowledgeBaseId":{"shape":"Id"},
- "description":{"shape":"Description"},
- "knowledgeBaseState":{"shape":"KnowledgeBaseState"},
- "updatedAt":{"shape":"DateTimestamp"}
+ "description":{
+ "shape":"Description",
+ "documentation":"The description of the knowledge base associated with an agent.
"
+ },
+ "knowledgeBaseId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the knowledge base associated with an agent.
"
+ },
+ "knowledgeBaseState":{
+ "shape":"KnowledgeBaseState",
+ "documentation":"Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.
"
+ },
+ "updatedAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the knowledge base associated with an agent was last updated.
"
+ }
},
- "documentation":"Agent Knowledge Base Summary
"
+ "documentation":"Contains details about a knowledge base associated with an agent.
"
},
"AgentRoleArn":{
"type":"string",
- "documentation":"ARN of a IAM role.
",
"max":2048,
"min":0,
- "pattern":"arn:aws(-[^:]+)?:iam::([0-9]{12})?:role/(service-role/)?AmazonBedrockExecutionRoleForAgents.+"
+ "pattern":"^arn:aws(-[^:]+)?:iam::([0-9]{12})?:role/(service-role/)?AmazonBedrockExecutionRoleForAgents_.+$"
},
"AgentStatus":{
"type":"string",
- "documentation":"Schema Type for Action APIs.
",
"enum":[
"CREATING",
"PREPARING",
@@ -1096,7 +1296,6 @@
"AgentSummaries":{
"type":"list",
"member":{"shape":"AgentSummary"},
- "documentation":"List of AgentSummary.
",
"max":10,
"min":0
},
@@ -1109,52 +1308,117 @@
"updatedAt"
],
"members":{
- "agentId":{"shape":"Id"},
- "agentName":{"shape":"Name"},
- "agentStatus":{"shape":"AgentStatus"},
- "description":{"shape":"Description"},
- "updatedAt":{"shape":"DateTimestamp"},
- "latestAgentVersion":{"shape":"Version"}
+ "agentId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the agent.
"
+ },
+ "agentName":{
+ "shape":"Name",
+ "documentation":"The name of the agent.
"
+ },
+ "agentStatus":{
+ "shape":"AgentStatus",
+ "documentation":"The status of the agent.
"
+ },
+ "description":{
+ "shape":"Description",
+ "documentation":"The description of the agent.
"
+ },
+ "latestAgentVersion":{
+ "shape":"Version",
+ "documentation":"The latest version of the agent.
"
+ },
+ "updatedAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the agent was last updated.
"
+ }
},
- "documentation":"Summary of Agent.
"
+ "documentation":"Contains details about an agent.
"
},
"AgentVersion":{
"type":"structure",
"required":[
+ "agentArn",
"agentId",
"agentName",
- "agentArn",
- "version",
- "agentStatus",
- "idleSessionTTLInSeconds",
"agentResourceRoleArn",
+ "agentStatus",
"createdAt",
- "updatedAt"
+ "idleSessionTTLInSeconds",
+ "updatedAt",
+ "version"
],
"members":{
- "agentId":{"shape":"Id"},
- "agentName":{"shape":"Name"},
- "agentArn":{"shape":"AgentArn"},
- "version":{"shape":"NumericalVersion"},
- "instruction":{"shape":"Instruction"},
- "agentStatus":{"shape":"AgentStatus"},
- "foundationModel":{"shape":"ModelIdentifier"},
- "description":{"shape":"Description"},
- "idleSessionTTLInSeconds":{"shape":"SessionTTL"},
- "agentResourceRoleArn":{"shape":"AgentRoleArn"},
- "customerEncryptionKeyArn":{"shape":"KmsKeyArn"},
- "createdAt":{"shape":"DateTimestamp"},
- "updatedAt":{"shape":"DateTimestamp"},
- "failureReasons":{"shape":"FailureReasons"},
- "recommendedActions":{"shape":"RecommendedActions"},
- "promptOverrideConfiguration":{"shape":"PromptOverrideConfiguration"}
- },
- "documentation":"Contains the information of an agent version.
"
+ "agentArn":{
+ "shape":"AgentArn",
+ "documentation":"The ARN of the agent that the version belongs to.
"
+ },
+ "agentId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the agent that the version belongs to.
"
+ },
+ "agentName":{
+ "shape":"Name",
+ "documentation":"The name of the agent that the version belongs to.
"
+ },
+ "agentResourceRoleArn":{
+ "shape":"AgentRoleArn",
+ "documentation":"The ARN of the IAM role with permissions to invoke API operations on the agent. The ARN must begin with AmazonBedrockExecutionRoleForAgents_
.
"
+ },
+ "agentStatus":{
+ "shape":"AgentStatus",
+ "documentation":"The status of the agent that the version belongs to.
"
+ },
+ "createdAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the version was created.
"
+ },
+ "customerEncryptionKeyArn":{
+ "shape":"KmsKeyArn",
+ "documentation":"The ARN of the KMS key that encrypts the agent.
"
+ },
+ "description":{
+ "shape":"Description",
+ "documentation":"The description of the version.
"
+ },
+ "failureReasons":{
+ "shape":"FailureReasons",
+ "documentation":"A list of reasons that the API operation on the version failed.
"
+ },
+ "foundationModel":{
+ "shape":"ModelIdentifier",
+ "documentation":"The foundation model that the version invokes.
"
+ },
+ "idleSessionTTLInSeconds":{
+ "shape":"SessionTTL",
+ "documentation":"The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent.
A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Bedrock deletes any data provided before the timeout.
"
+ },
+ "instruction":{
+ "shape":"Instruction",
+ "documentation":"The instructions provided to the agent.
"
+ },
+ "promptOverrideConfiguration":{
+ "shape":"PromptOverrideConfiguration",
+ "documentation":"Contains configurations to override prompt templates in different parts of an agent sequence. For more information, see Advanced prompts.
"
+ },
+ "recommendedActions":{
+ "shape":"RecommendedActions",
+ "documentation":"A list of recommended actions to take for the failed API operation on the version to succeed.
"
+ },
+ "updatedAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the version was last updated.
"
+ },
+ "version":{
+ "shape":"NumericalVersion",
+ "documentation":"The version number.
"
+ }
+ },
+ "documentation":"Contains details about a version of an agent.
"
},
"AgentVersionSummaries":{
"type":"list",
"member":{"shape":"AgentVersionSummary"},
- "documentation":"List of AgentVersionSummary.
",
"max":10,
"min":0
},
@@ -1168,62 +1432,88 @@
"updatedAt"
],
"members":{
- "agentName":{"shape":"Name"},
- "agentStatus":{"shape":"AgentStatus"},
- "agentVersion":{"shape":"Version"},
- "createdAt":{"shape":"DateTimestamp"},
- "updatedAt":{"shape":"DateTimestamp"},
- "description":{"shape":"Description"}
+ "agentName":{
+ "shape":"Name",
+ "documentation":"The name of the agent to which the version belongs.
"
+ },
+ "agentStatus":{
+ "shape":"AgentStatus",
+ "documentation":"The status of the agent to which the version belongs.
"
+ },
+ "agentVersion":{
+ "shape":"Version",
+ "documentation":"The version of the agent.
"
+ },
+ "createdAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the version was created.
"
+ },
+ "description":{
+ "shape":"Description",
+ "documentation":"The description of the version of the agent.
"
+ },
+ "updatedAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the version was last updated.
"
+ }
},
- "documentation":"Summary of agent version.
"
+ "documentation":"Contains details about a version of an agent.
"
},
"AssociateAgentKnowledgeBaseRequest":{
"type":"structure",
"required":[
"agentId",
"agentVersion",
- "knowledgeBaseId",
- "description"
+ "description",
+ "knowledgeBaseId"
],
"members":{
"agentId":{
"shape":"Id",
- "documentation":"Id generated at the server side when an Agent is created
",
+ "documentation":"The unique identifier of the agent with which you want to associate the knowledge base.
",
"location":"uri",
"locationName":"agentId"
},
"agentVersion":{
"shape":"DraftVersion",
- "documentation":"Draft Version of the Agent.
",
+ "documentation":"The version of the agent with which you want to associate the knowledge base.
",
"location":"uri",
"locationName":"agentVersion"
},
- "knowledgeBaseId":{"shape":"Id"},
- "description":{"shape":"Description"},
- "knowledgeBaseState":{"shape":"KnowledgeBaseState"}
- },
- "documentation":"Associate Agent Knowledge Base Request
"
+ "description":{
+ "shape":"Description",
+ "documentation":"A description of what the agent should use the knowledge base for.
"
+ },
+ "knowledgeBaseId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the knowledge base to associate with the agent.
"
+ },
+ "knowledgeBaseState":{
+ "shape":"KnowledgeBaseState",
+ "documentation":"Specifies whether to use the knowledge base or not when sending an InvokeAgent request.
"
+ }
+ }
},
"AssociateAgentKnowledgeBaseResponse":{
"type":"structure",
"required":["agentKnowledgeBase"],
"members":{
- "agentKnowledgeBase":{"shape":"AgentKnowledgeBase"}
- },
- "documentation":"Associate Agent Knowledge Base Response
"
+ "agentKnowledgeBase":{
+ "shape":"AgentKnowledgeBase",
+ "documentation":"Contains details about the knowledge base that has been associated with the agent.
"
+ }
+ }
},
"BasePromptTemplate":{
"type":"string",
- "documentation":"Base Prompt Template.
",
"max":100000,
"min":1
},
"BedrockEmbeddingModelArn":{
"type":"string",
- "documentation":"Arn of a Bedrock model.
",
"max":1011,
"min":20,
- "pattern":"arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}))"
+ "pattern":"^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}))$"
},
"Boolean":{
"type":"boolean",
@@ -1233,14 +1523,19 @@
"type":"structure",
"required":["chunkingStrategy"],
"members":{
- "chunkingStrategy":{"shape":"ChunkingStrategy"},
- "fixedSizeChunkingConfiguration":{"shape":"FixedSizeChunkingConfiguration"}
+ "chunkingStrategy":{
+ "shape":"ChunkingStrategy",
+ "documentation":"Knowledge base can split your source data into chunks. A chunk refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried. You have the following options for chunking your data. If you opt for NONE
, then you may want to pre-process your files by splitting them up such that each file corresponds to a chunk.
-
FIXED_SIZE
– Amazon Bedrock splits your source data into chunks of the approximate size that you set in the fixedSizeChunkingConfiguration
.
-
NONE
– Amazon Bedrock treats each file as one chunk. If you choose this option, you may want to pre-process your documents by splitting them into separate files.
"
+ },
+ "fixedSizeChunkingConfiguration":{
+ "shape":"FixedSizeChunkingConfiguration",
+ "documentation":"Configurations for when you choose fixed-size chunking. If you set the chunkingStrategy
as NONE
, exclude this field.
"
+ }
},
- "documentation":"Configures chunking strategy
"
+ "documentation":"Details about how to chunk the documents in the data source. A chunk refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried.
"
},
"ChunkingStrategy":{
"type":"string",
- "documentation":"The type of chunking strategy
",
"enum":[
"FIXED_SIZE",
"NONE"
@@ -1248,24 +1543,22 @@
},
"ClientToken":{
"type":"string",
- "documentation":"Client specified token used for idempotency checks
",
"max":256,
"min":33,
- "pattern":"[a-zA-Z0-9](-*[a-zA-Z0-9])*"
+ "pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*$"
},
"ColumnName":{
"type":"string",
- "documentation":"Name of the column
",
"max":63,
"min":0,
- "pattern":"[a-zA-Z0-9_\\-]+"
+ "pattern":"^[a-zA-Z0-9_\\-]+$"
},
"ConflictException":{
"type":"structure",
"members":{
"message":{"shape":"NonBlankString"}
},
- "documentation":"This exception is thrown when there is a conflict performing an operation
",
+ "documentation":"There was a conflict performing an operation.
",
"error":{
"httpStatusCode":409,
"senderFault":true
@@ -1275,75 +1568,109 @@
"CreateAgentActionGroupRequest":{
"type":"structure",
"required":[
+ "actionGroupName",
"agentId",
- "agentVersion",
- "actionGroupName"
+ "agentVersion"
],
"members":{
+ "actionGroupExecutor":{
+ "shape":"ActionGroupExecutor",
+ "documentation":"The ARN of the Lambda function containing the business logic that is carried out upon invoking the action.
"
+ },
+ "actionGroupName":{
+ "shape":"Name",
+ "documentation":"The name to give the action group.
"
+ },
+ "actionGroupState":{
+ "shape":"ActionGroupState",
+ "documentation":"Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
"
+ },
"agentId":{
"shape":"Id",
- "documentation":"Id generated at the server side when an Agent is created
",
+ "documentation":"The unique identifier of the agent for which to create the action group.
",
"location":"uri",
"locationName":"agentId"
},
"agentVersion":{
"shape":"DraftVersion",
- "documentation":"Draft Version of the Agent.
",
+ "documentation":"The version of the agent for which to create the action group.
",
"location":"uri",
"locationName":"agentVersion"
},
- "actionGroupName":{"shape":"Name"},
+ "apiSchema":{
+ "shape":"APISchema",
+ "documentation":"Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema. For more information, see Action group OpenAPI schemas.
"
+ },
"clientToken":{
"shape":"ClientToken",
+ "documentation":"A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
",
"idempotencyToken":true
},
- "description":{"shape":"Description"},
- "parentActionGroupSignature":{"shape":"ActionGroupSignature"},
- "actionGroupExecutor":{"shape":"ActionGroupExecutor"},
- "apiSchema":{"shape":"APISchema"},
- "actionGroupState":{"shape":"ActionGroupState"}
- },
- "documentation":"Create Action Group Request
"
+ "description":{
+ "shape":"Description",
+ "documentation":"A description of the action group.
"
+ },
+ "parentActionGroupSignature":{
+ "shape":"ActionGroupSignature",
+ "documentation":"To allow your agent to request the user for additional information when trying to complete a task, set this field to AMAZON.UserInput
. You must leave the description
, apiSchema
, and actionGroupExecutor
fields blank for this action group.
During orchestration, if your agent determines that it needs to invoke an API in an action group, but doesn't have enough information to complete the API request, it will invoke this action group instead and return an Observation reprompting the user for more information.
"
+ }
+ }
},
"CreateAgentActionGroupResponse":{
"type":"structure",
"required":["agentActionGroup"],
"members":{
- "agentActionGroup":{"shape":"AgentActionGroup"}
- },
- "documentation":"Create Action Group Response
"
+ "agentActionGroup":{
+ "shape":"AgentActionGroup",
+ "documentation":"Contains details about the action group that was created.
"
+ }
+ }
},
"CreateAgentAliasRequest":{
"type":"structure",
"required":[
- "agentId",
- "agentAliasName"
+ "agentAliasName",
+ "agentId"
],
"members":{
+ "agentAliasName":{
+ "shape":"Name",
+ "documentation":"The name of the alias.
"
+ },
"agentId":{
"shape":"Id",
- "documentation":"Id generated at the server side when an Agent is created
",
+ "documentation":"The unique identifier of the agent.
",
"location":"uri",
"locationName":"agentId"
},
- "agentAliasName":{"shape":"Name"},
"clientToken":{
"shape":"ClientToken",
+ "documentation":"A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
",
"idempotencyToken":true
},
- "description":{"shape":"Description"},
- "routingConfiguration":{"shape":"AgentAliasRoutingConfiguration"},
- "tags":{"shape":"TagsMap"}
- },
- "documentation":"Create Agent Alias Request
"
+ "description":{
+ "shape":"Description",
+ "documentation":"A description of the alias of the agent.
"
+ },
+ "routingConfiguration":{
+ "shape":"AgentAliasRoutingConfiguration",
+ "documentation":"Contains details about the routing configuration of the alias.
"
+ },
+ "tags":{
+ "shape":"TagsMap",
+ "documentation":"Any tags that you want to attach to the alias of the agent.
"
+ }
+ }
},
"CreateAgentAliasResponse":{
"type":"structure",
"required":["agentAlias"],
"members":{
- "agentAlias":{"shape":"AgentAlias"}
- },
- "documentation":"Create Agent Alias Response
"
+ "agentAlias":{
+ "shape":"AgentAlias",
+ "documentation":"Contains details about the alias that was created.
"
+ }
+ }
},
"CreateAgentRequest":{
"type":"structure",
@@ -1352,92 +1679,162 @@
"agentResourceRoleArn"
],
"members":{
- "agentName":{"shape":"Name"},
+ "agentName":{
+ "shape":"Name",
+ "documentation":"A name for the agent that you create.
"
+ },
+ "agentResourceRoleArn":{
+ "shape":"AgentRoleArn",
+ "documentation":"The ARN of the IAM role with permissions to create the agent. The ARN must begin with AmazonBedrockExecutionRoleForAgents_
.
"
+ },
"clientToken":{
"shape":"ClientToken",
+ "documentation":"A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
",
"idempotencyToken":true
},
- "instruction":{"shape":"Instruction"},
- "foundationModel":{"shape":"ModelIdentifier"},
- "description":{"shape":"Description"},
- "idleSessionTTLInSeconds":{"shape":"SessionTTL"},
- "agentResourceRoleArn":{"shape":"AgentRoleArn"},
- "customerEncryptionKeyArn":{"shape":"KmsKeyArn"},
- "tags":{"shape":"TagsMap"},
- "promptOverrideConfiguration":{"shape":"PromptOverrideConfiguration"}
- },
- "documentation":"Create Agent Request
"
+ "customerEncryptionKeyArn":{
+ "shape":"KmsKeyArn",
+ "documentation":"The ARN of the KMS key with which to encrypt the agent.
"
+ },
+ "description":{
+ "shape":"Description",
+ "documentation":"A description of the agent.
"
+ },
+ "foundationModel":{
+ "shape":"ModelIdentifier",
+ "documentation":"The foundation model to be used for orchestration by the agent you create.
"
+ },
+ "idleSessionTTLInSeconds":{
+ "shape":"SessionTTL",
+ "documentation":"The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent.
A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Bedrock deletes any data provided before the timeout.
"
+ },
+ "instruction":{
+ "shape":"Instruction",
+ "documentation":"Instructions that tell the agent what it should do and how it should interact with users.
"
+ },
+ "promptOverrideConfiguration":{
+ "shape":"PromptOverrideConfiguration",
+ "documentation":"Contains configurations to override prompts in different parts of an agent sequence. For more information, see Advanced prompts.
"
+ },
+ "tags":{
+ "shape":"TagsMap",
+ "documentation":"Any tags that you want to attach to the agent.
"
+ }
+ }
},
"CreateAgentResponse":{
"type":"structure",
"required":["agent"],
"members":{
- "agent":{"shape":"Agent"}
- },
- "documentation":"Create Agent Response
"
+ "agent":{
+ "shape":"Agent",
+ "documentation":"Contains details about the agent created.
"
+ }
+ }
},
"CreateDataSourceRequest":{
"type":"structure",
"required":[
+ "dataSourceConfiguration",
"knowledgeBaseId",
- "name",
- "dataSourceConfiguration"
+ "name"
],
"members":{
+ "clientToken":{
+ "shape":"ClientToken",
+ "documentation":"A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
",
+ "idempotencyToken":true
+ },
+ "dataSourceConfiguration":{
+ "shape":"DataSourceConfiguration",
+ "documentation":"Contains metadata about where the data source is stored.
"
+ },
+ "description":{
+ "shape":"Description",
+ "documentation":"A description of the data source.
"
+ },
"knowledgeBaseId":{
"shape":"Id",
+ "documentation":"The unique identifier of the knowledge base to which to add the data source.
",
"location":"uri",
"locationName":"knowledgeBaseId"
},
- "clientToken":{
- "shape":"ClientToken",
- "idempotencyToken":true
+ "name":{
+ "shape":"Name",
+ "documentation":"The name of the data source.
"
},
- "name":{"shape":"Name"},
- "description":{"shape":"Description"},
- "dataSourceConfiguration":{"shape":"DataSourceConfiguration"},
- "serverSideEncryptionConfiguration":{"shape":"ServerSideEncryptionConfiguration"},
- "vectorIngestionConfiguration":{"shape":"VectorIngestionConfiguration"}
+ "serverSideEncryptionConfiguration":{
+ "shape":"ServerSideEncryptionConfiguration",
+ "documentation":"Contains details about the server-side encryption for the data source.
"
+ },
+ "vectorIngestionConfiguration":{
+ "shape":"VectorIngestionConfiguration",
+ "documentation":"Contains details about how to ingest the documents in the data source.
"
+ }
}
},
"CreateDataSourceResponse":{
"type":"structure",
"required":["dataSource"],
"members":{
- "dataSource":{"shape":"DataSource"}
+ "dataSource":{
+ "shape":"DataSource",
+ "documentation":"Contains details about the data source.
"
+ }
}
},
"CreateKnowledgeBaseRequest":{
"type":"structure",
"required":[
+ "knowledgeBaseConfiguration",
"name",
"roleArn",
- "knowledgeBaseConfiguration",
"storageConfiguration"
],
"members":{
"clientToken":{
"shape":"ClientToken",
+ "documentation":"A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
",
"idempotencyToken":true
},
- "name":{"shape":"Name"},
- "description":{"shape":"Description"},
- "roleArn":{"shape":"KnowledgeBaseRoleArn"},
- "knowledgeBaseConfiguration":{"shape":"KnowledgeBaseConfiguration"},
- "storageConfiguration":{"shape":"StorageConfiguration"},
- "tags":{"shape":"TagsMap"}
+ "description":{
+ "shape":"Description",
+ "documentation":"A description of the knowledge base.
"
+ },
+ "knowledgeBaseConfiguration":{
+ "shape":"KnowledgeBaseConfiguration",
+ "documentation":"Contains details about the embeddings model used for the knowledge base.
"
+ },
+ "name":{
+ "shape":"Name",
+ "documentation":"A name for the knowledge base.
"
+ },
+ "roleArn":{
+ "shape":"KnowledgeBaseRoleArn",
+ "documentation":"The ARN of the IAM role with permissions to create the knowledge base.
"
+ },
+ "storageConfiguration":{
+ "shape":"StorageConfiguration",
+ "documentation":"Contains details about the configuration of the vector database used for the knowledge base.
"
+ },
+ "tags":{
+ "shape":"TagsMap",
+ "documentation":"Specify the key-value pairs for the tags that you want to attach to your knowledge base in this object.
"
+ }
}
},
"CreateKnowledgeBaseResponse":{
"type":"structure",
"required":["knowledgeBase"],
"members":{
- "knowledgeBase":{"shape":"KnowledgeBase"}
+ "knowledgeBase":{
+ "shape":"KnowledgeBase",
+ "documentation":"Contains details about the knowledge base.
"
+ }
}
},
"CreationMode":{
"type":"string",
- "documentation":"Creation Mode for Prompt Configuration.
",
"enum":[
"DEFAULT",
"OVERRIDDEN"
@@ -1446,40 +1843,75 @@
"DataSource":{
"type":"structure",
"required":[
- "knowledgeBaseId",
+ "createdAt",
+ "dataSourceConfiguration",
"dataSourceId",
+ "knowledgeBaseId",
"name",
"status",
- "dataSourceConfiguration",
- "createdAt",
"updatedAt"
],
"members":{
- "knowledgeBaseId":{"shape":"Id"},
- "dataSourceId":{"shape":"Id"},
- "name":{"shape":"Name"},
- "status":{"shape":"DataSourceStatus"},
- "description":{"shape":"Description"},
- "dataSourceConfiguration":{"shape":"DataSourceConfiguration"},
- "serverSideEncryptionConfiguration":{"shape":"ServerSideEncryptionConfiguration"},
- "vectorIngestionConfiguration":{"shape":"VectorIngestionConfiguration"},
- "createdAt":{"shape":"DateTimestamp"},
- "updatedAt":{"shape":"DateTimestamp"}
+ "createdAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the data source was created.
"
+ },
+ "dataSourceConfiguration":{
+ "shape":"DataSourceConfiguration",
+ "documentation":"Contains details about how the data source is stored.
"
+ },
+ "dataSourceId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the data source.
"
+ },
+ "description":{
+ "shape":"Description",
+ "documentation":"The description of the data source.
"
+ },
+ "knowledgeBaseId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the knowledge base to which the data source belongs.
"
+ },
+ "name":{
+ "shape":"Name",
+ "documentation":"The name of the data source.
"
+ },
+ "serverSideEncryptionConfiguration":{
+ "shape":"ServerSideEncryptionConfiguration",
+ "documentation":"Contains details about the configuration of the server-side encryption.
"
+ },
+ "status":{
+ "shape":"DataSourceStatus",
+ "documentation":"The status of the data source. The following statuses are possible:
"
+ },
+ "updatedAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the data source was last updated.
"
+ },
+ "vectorIngestionConfiguration":{
+ "shape":"VectorIngestionConfiguration",
+ "documentation":"Contains details about how to ingest the documents in the data source.
"
+ }
},
- "documentation":"Contains the information of a data source.
"
+ "documentation":"Contains details about a data source.
"
},
"DataSourceConfiguration":{
"type":"structure",
"required":["type"],
"members":{
- "type":{"shape":"DataSourceType"},
- "s3Configuration":{"shape":"S3DataSourceConfiguration"}
+ "s3Configuration":{
+ "shape":"S3DataSourceConfiguration",
+ "documentation":"Contains details about the configuration of the S3 object containing the data source.
"
+ },
+ "type":{
+ "shape":"DataSourceType",
+ "documentation":"The type of storage for the data source.
"
+ }
},
- "documentation":"Specifies a raw data source location to ingest.
"
+ "documentation":"Contains details about how a data source is stored.
"
},
"DataSourceStatus":{
"type":"string",
- "documentation":"The status of a data source.
",
"enum":[
"AVAILABLE",
"DELETING"
@@ -1487,114 +1919,134 @@
},
"DataSourceSummaries":{
"type":"list",
- "member":{"shape":"DataSourceSummary"},
- "documentation":"list of data source summaries
"
+ "member":{"shape":"DataSourceSummary"}
},
"DataSourceSummary":{
"type":"structure",
"required":[
- "knowledgeBaseId",
"dataSourceId",
+ "knowledgeBaseId",
"name",
"status",
"updatedAt"
],
"members":{
- "knowledgeBaseId":{"shape":"Id"},
- "dataSourceId":{"shape":"Id"},
- "name":{"shape":"Name"},
- "status":{"shape":"DataSourceStatus"},
- "description":{"shape":"Description"},
- "updatedAt":{"shape":"DateTimestamp"}
+ "dataSourceId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the data source.
"
+ },
+ "description":{
+ "shape":"Description",
+ "documentation":"The description of the data source.
"
+ },
+ "knowledgeBaseId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the knowledge base to which the data source belongs.
"
+ },
+ "name":{
+ "shape":"Name",
+ "documentation":"The name of the data source.
"
+ },
+ "status":{
+ "shape":"DataSourceStatus",
+ "documentation":"The status of the data source.
"
+ },
+ "updatedAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the data source was last updated.
"
+ }
},
- "documentation":"Summary information of a data source.
"
+ "documentation":"Contains details about a data source.
"
},
"DataSourceType":{
"type":"string",
- "documentation":"The type of the data source location.
",
"enum":["S3"]
},
"DateTimestamp":{
"type":"timestamp",
- "documentation":"Time Stamp.
",
"timestampFormat":"iso8601"
},
"DeleteAgentActionGroupRequest":{
"type":"structure",
"required":[
+ "actionGroupId",
"agentId",
- "agentVersion",
- "actionGroupId"
+ "agentVersion"
],
"members":{
+ "actionGroupId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the action group to delete.
",
+ "location":"uri",
+ "locationName":"actionGroupId"
+ },
"agentId":{
"shape":"Id",
- "documentation":"Id generated at the server side when an Agent is created
",
+ "documentation":"The unique identifier of the agent that the action group belongs to.
",
"location":"uri",
"locationName":"agentId"
},
"agentVersion":{
"shape":"DraftVersion",
- "documentation":"Draft Version of the Agent.
",
+ "documentation":"The version of the agent that the action group belongs to.
",
"location":"uri",
"locationName":"agentVersion"
},
- "actionGroupId":{
- "shape":"Id",
- "documentation":"Id generated at the server side when an Agent ActionGroup is created
",
- "location":"uri",
- "locationName":"actionGroupId"
- },
"skipResourceInUseCheck":{
"shape":"Boolean",
- "documentation":"Skips checking if resource is in use when set to true. Defaults to false
",
+ "documentation":"By default, this value is false
and deletion is stopped if the resource is in use. If you set it to true
, the resource will be deleted even if the resource is in use.
",
"location":"querystring",
"locationName":"skipResourceInUseCheck"
}
- },
- "documentation":"Delete Action Group Request
"
+ }
},
"DeleteAgentActionGroupResponse":{
"type":"structure",
"members":{
- },
- "documentation":"Delete Action Group Response
"
+ }
},
"DeleteAgentAliasRequest":{
"type":"structure",
"required":[
- "agentId",
- "agentAliasId"
+ "agentAliasId",
+ "agentId"
],
"members":{
- "agentId":{
- "shape":"Id",
- "documentation":"Id generated at the server side when an Agent is created
",
- "location":"uri",
- "locationName":"agentId"
- },
"agentAliasId":{
"shape":"AgentAliasId",
- "documentation":"Id generated at the server side when an Agent Alias is created
",
+ "documentation":"The unique identifier of the alias to delete.
",
"location":"uri",
"locationName":"agentAliasId"
+ },
+ "agentId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the agent that the alias belongs to.
",
+ "location":"uri",
+ "locationName":"agentId"
}
- },
- "documentation":"Delete Agent Alias Request
"
+ }
},
"DeleteAgentAliasResponse":{
"type":"structure",
"required":[
- "agentId",
"agentAliasId",
- "agentAliasStatus"
+ "agentAliasStatus",
+ "agentId"
],
"members":{
- "agentId":{"shape":"Id"},
- "agentAliasId":{"shape":"AgentAliasId"},
- "agentAliasStatus":{"shape":"AgentAliasStatus"}
- },
- "documentation":"Delete Agent Alias Response
"
+ "agentAliasId":{
+ "shape":"AgentAliasId",
+ "documentation":"The unique identifier of the alias that was deleted.
"
+ },
+ "agentAliasStatus":{
+ "shape":"AgentAliasStatus",
+ "documentation":"The status of the alias.
"
+ },
+ "agentId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the agent that the alias belongs to.
"
+ }
+ }
},
"DeleteAgentRequest":{
"type":"structure",
@@ -1602,18 +2054,17 @@
"members":{
"agentId":{
"shape":"Id",
- "documentation":"Id generated at the server side when an Agent is created
",
+ "documentation":"The unique identifier of the agent to delete.
",
"location":"uri",
"locationName":"agentId"
},
"skipResourceInUseCheck":{
"shape":"Boolean",
- "documentation":"Skips checking if resource is in use when set to true. Defaults to false
",
+ "documentation":"By default, this value is false
and deletion is stopped if the resource is in use. If you set it to true
, the resource will be deleted even if the resource is in use.
",
"location":"querystring",
"locationName":"skipResourceInUseCheck"
}
- },
- "documentation":"Delete Agent Request
"
+ }
},
"DeleteAgentResponse":{
"type":"structure",
@@ -1622,10 +2073,15 @@
"agentStatus"
],
"members":{
- "agentId":{"shape":"Id"},
- "agentStatus":{"shape":"AgentStatus"}
- },
- "documentation":"Delete Agent Response
"
+ "agentId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the agent that was deleted.
"
+ },
+ "agentStatus":{
+ "shape":"AgentStatus",
+ "documentation":"The status of the agent.
"
+ }
+ }
},
"DeleteAgentVersionRequest":{
"type":"structure",
@@ -1636,68 +2092,87 @@
"members":{
"agentId":{
"shape":"Id",
- "documentation":"Id generated at the server side when an Agent is created
",
+ "documentation":"The unique identifier of the agent that the version belongs to.
",
"location":"uri",
"locationName":"agentId"
},
"agentVersion":{
"shape":"NumericalVersion",
+ "documentation":"The version of the agent to delete.
",
"location":"uri",
"locationName":"agentVersion"
},
"skipResourceInUseCheck":{
"shape":"Boolean",
- "documentation":"Skips checking if resource is in use when set to true. Defaults to false
",
+ "documentation":"By default, this value is false
and deletion is stopped if the resource is in use. If you set it to true
, the resource will be deleted even if the resource is in use.
",
"location":"querystring",
"locationName":"skipResourceInUseCheck"
}
- },
- "documentation":"Delete Agent Version Request
"
+ }
},
"DeleteAgentVersionResponse":{
"type":"structure",
"required":[
"agentId",
- "agentVersion",
- "agentStatus"
+ "agentStatus",
+ "agentVersion"
],
"members":{
- "agentId":{"shape":"Id"},
- "agentVersion":{"shape":"NumericalVersion"},
- "agentStatus":{"shape":"AgentStatus"}
- },
- "documentation":"Delete Agent Version Response
"
+ "agentId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the agent that the version belongs to.
"
+ },
+ "agentStatus":{
+ "shape":"AgentStatus",
+ "documentation":"The status of the agent version.
"
+ },
+ "agentVersion":{
+ "shape":"NumericalVersion",
+ "documentation":"The version that was deleted.
"
+ }
+ }
},
"DeleteDataSourceRequest":{
"type":"structure",
"required":[
- "knowledgeBaseId",
- "dataSourceId"
+ "dataSourceId",
+ "knowledgeBaseId"
],
"members":{
- "knowledgeBaseId":{
+ "dataSourceId":{
"shape":"Id",
+ "documentation":"The unique identifier of the data source to delete.
",
"location":"uri",
- "locationName":"knowledgeBaseId"
+ "locationName":"dataSourceId"
},
- "dataSourceId":{
+ "knowledgeBaseId":{
"shape":"Id",
+ "documentation":"The unique identifier of the knowledge base from which to delete the data source.
",
"location":"uri",
- "locationName":"dataSourceId"
+ "locationName":"knowledgeBaseId"
}
}
},
"DeleteDataSourceResponse":{
"type":"structure",
"required":[
- "knowledgeBaseId",
"dataSourceId",
+ "knowledgeBaseId",
"status"
],
"members":{
- "knowledgeBaseId":{"shape":"Id"},
- "dataSourceId":{"shape":"Id"},
- "status":{"shape":"DataSourceStatus"}
+ "dataSourceId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the data source that was deleted.
"
+ },
+ "knowledgeBaseId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the knowledge base to which the data source that was deleted belonged.
"
+ },
+ "status":{
+ "shape":"DataSourceStatus",
+ "documentation":"The status of the data source.
"
+ }
}
},
"DeleteKnowledgeBaseRequest":{
@@ -1706,6 +2181,7 @@
"members":{
"knowledgeBaseId":{
"shape":"Id",
+ "documentation":"The unique identifier of the knowledge base to delete.
",
"location":"uri",
"locationName":"knowledgeBaseId"
}
@@ -1718,13 +2194,18 @@
"status"
],
"members":{
- "knowledgeBaseId":{"shape":"Id"},
- "status":{"shape":"KnowledgeBaseStatus"}
+ "knowledgeBaseId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the knowledge base that was deleted.
"
+ },
+ "status":{
+ "shape":"KnowledgeBaseStatus",
+ "documentation":"The status of the knowledge base and whether it has been successfully deleted.
"
+ }
}
},
"Description":{
"type":"string",
- "documentation":"Description of the Resource.
",
"max":200,
"min":1
},
@@ -1738,57 +2219,51 @@
"members":{
"agentId":{
"shape":"Id",
- "documentation":"Id generated at the server side when an Agent is created
",
+ "documentation":"The unique identifier of the agent from which to disassociate the knowledge base.
",
"location":"uri",
"locationName":"agentId"
},
"agentVersion":{
"shape":"DraftVersion",
- "documentation":"Draft Version of the Agent.
",
+ "documentation":"The version of the agent from which to disassociate the knowledge base.
",
"location":"uri",
"locationName":"agentVersion"
},
"knowledgeBaseId":{
"shape":"Id",
- "documentation":"Id generated at the server side when a Knowledge Base is associated to an Agent
",
+ "documentation":"The unique identifier of the knowledge base to disassociate.
",
"location":"uri",
"locationName":"knowledgeBaseId"
}
- },
- "documentation":"Disassociate Agent Knowledge Base Request
"
+ }
},
"DisassociateAgentKnowledgeBaseResponse":{
"type":"structure",
"members":{
- },
- "documentation":"Disassociate Agent Knowledge Base Response
"
+ }
},
"DraftVersion":{
"type":"string",
- "documentation":"Draft Agent Version.
",
"max":5,
"min":5,
- "pattern":"DRAFT"
+ "pattern":"^DRAFT$"
},
"FailureReason":{
"type":"string",
- "documentation":"Failure Reason for Error.
",
"max":2048,
"min":0
},
"FailureReasons":{
"type":"list",
"member":{"shape":"FailureReason"},
- "documentation":"Failure Reasons for Error.
",
"max":2048,
"min":0
},
"FieldName":{
"type":"string",
- "documentation":"Name of the field
",
"max":2048,
"min":0,
- "pattern":".*"
+ "pattern":"^.*$"
},
"FixedSizeChunkingConfiguration":{
"type":"structure",
@@ -1799,14 +2274,14 @@
"members":{
"maxTokens":{
"shape":"FixedSizeChunkingConfigurationMaxTokensInteger",
- "documentation":"The maximum number of tokens per chunk.
"
+ "documentation":"The maximum number of tokens to include in a chunk.
"
},
"overlapPercentage":{
"shape":"FixedSizeChunkingConfigurationOverlapPercentageInteger",
- "documentation":"The overlap percentage between adjacent chunks.
"
+ "documentation":"The percentage of overlap between adjacent chunks of a data source.
"
}
},
- "documentation":"Configures fixed size chunking strategy
"
+ "documentation":"Configurations for when you choose fixed-size chunking. If you set the chunkingStrategy
as NONE
, exclude this field.
"
},
"FixedSizeChunkingConfigurationMaxTokensInteger":{
"type":"integer",
@@ -1822,69 +2297,71 @@
"GetAgentActionGroupRequest":{
"type":"structure",
"required":[
+ "actionGroupId",
"agentId",
- "agentVersion",
- "actionGroupId"
+ "agentVersion"
],
"members":{
+ "actionGroupId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the action group for which to get information.
",
+ "location":"uri",
+ "locationName":"actionGroupId"
+ },
"agentId":{
"shape":"Id",
- "documentation":"Id generated at the server side when an Agent is created
",
+ "documentation":"The unique identifier of the agent that the action group belongs to.
",
"location":"uri",
"locationName":"agentId"
},
"agentVersion":{
"shape":"Version",
- "documentation":"Version number generated when a version is created
",
+ "documentation":"The version of the agent that the action group belongs to.
",
"location":"uri",
"locationName":"agentVersion"
- },
- "actionGroupId":{
- "shape":"Id",
- "documentation":"Id generated at the server side when an Agent Action Group is created
",
- "location":"uri",
- "locationName":"actionGroupId"
}
- },
- "documentation":"Get Action Group Request
"
+ }
},
"GetAgentActionGroupResponse":{
"type":"structure",
"required":["agentActionGroup"],
"members":{
- "agentActionGroup":{"shape":"AgentActionGroup"}
- },
- "documentation":"Get Action Group Response
"
+ "agentActionGroup":{
+ "shape":"AgentActionGroup",
+ "documentation":"Contains details about the action group.
"
+ }
+ }
},
"GetAgentAliasRequest":{
"type":"structure",
"required":[
- "agentId",
- "agentAliasId"
+ "agentAliasId",
+ "agentId"
],
"members":{
- "agentId":{
- "shape":"Id",
- "documentation":"Id generated at the server side when an Agent is created
",
- "location":"uri",
- "locationName":"agentId"
- },
"agentAliasId":{
"shape":"AgentAliasId",
- "documentation":"Id generated at the server side when an Agent Alias is created
",
+ "documentation":"The unique identifier of the alias for which to get information.
",
"location":"uri",
"locationName":"agentAliasId"
+ },
+ "agentId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the agent to which the alias to get information belongs.
",
+ "location":"uri",
+ "locationName":"agentId"
}
- },
- "documentation":"Get Agent Alias Request
"
+ }
},
"GetAgentAliasResponse":{
"type":"structure",
"required":["agentAlias"],
"members":{
- "agentAlias":{"shape":"AgentAlias"}
- },
- "documentation":"Get Agent Alias Response
"
+ "agentAlias":{
+ "shape":"AgentAlias",
+ "documentation":"Contains information about the alias.
"
+ }
+ }
},
"GetAgentKnowledgeBaseRequest":{
"type":"structure",
@@ -1896,32 +2373,33 @@
"members":{
"agentId":{
"shape":"Id",
- "documentation":"Id generated at the server side when an Agent is created
",
+ "documentation":"The unique identifier of the agent with which the knowledge base is associated.
",
"location":"uri",
"locationName":"agentId"
},
"agentVersion":{
"shape":"Version",
- "documentation":"Version number generated when a version is created
",
+ "documentation":"The version of the agent with which the knowledge base is associated.
",
"location":"uri",
"locationName":"agentVersion"
},
"knowledgeBaseId":{
"shape":"Id",
- "documentation":"Id generated at the server side when a Knowledge Base is associated
",
+ "documentation":"The unique identifier of the knowledge base associated with the agent.
",
"location":"uri",
"locationName":"knowledgeBaseId"
}
- },
- "documentation":"Get Agent Knowledge Base Request
"
+ }
},
"GetAgentKnowledgeBaseResponse":{
"type":"structure",
"required":["agentKnowledgeBase"],
"members":{
- "agentKnowledgeBase":{"shape":"AgentKnowledgeBase"}
- },
- "documentation":"Get Agent Knowledge Base Response
"
+ "agentKnowledgeBase":{
+ "shape":"AgentKnowledgeBase",
+ "documentation":"Contains details about a knowledge base attached to an agent.
"
+ }
+ }
},
"GetAgentRequest":{
"type":"structure",
@@ -1929,20 +2407,21 @@
"members":{
"agentId":{
"shape":"Id",
- "documentation":"Id generated at the server side when an Agent is created
",
+ "documentation":"The unique identifier of the agent.
",
"location":"uri",
"locationName":"agentId"
}
- },
- "documentation":"Get Agent Request
"
+ }
},
"GetAgentResponse":{
"type":"structure",
"required":["agent"],
"members":{
- "agent":{"shape":"Agent"}
- },
- "documentation":"Get Agent Response
"
+ "agent":{
+ "shape":"Agent",
+ "documentation":"Contains details about the agent.
"
+ }
+ }
},
"GetAgentVersionRequest":{
"type":"structure",
@@ -1953,42 +2432,46 @@
"members":{
"agentId":{
"shape":"Id",
- "documentation":"Id generated at the server side when an Agent is created
",
+ "documentation":"The unique identifier of the agent.
",
"location":"uri",
"locationName":"agentId"
},
"agentVersion":{
"shape":"NumericalVersion",
+ "documentation":"The version of the agent.
",
"location":"uri",
"locationName":"agentVersion"
}
- },
- "documentation":"Get Agent Version Request
"
+ }
},
"GetAgentVersionResponse":{
"type":"structure",
"required":["agentVersion"],
"members":{
- "agentVersion":{"shape":"AgentVersion"}
- },
- "documentation":"Get Agent Version Response
"
+ "agentVersion":{
+ "shape":"AgentVersion",
+ "documentation":"Contains details about the version of the agent.
"
+ }
+ }
},
"GetDataSourceRequest":{
"type":"structure",
"required":[
- "knowledgeBaseId",
- "dataSourceId"
+ "dataSourceId",
+ "knowledgeBaseId"
],
"members":{
- "knowledgeBaseId":{
+ "dataSourceId":{
"shape":"Id",
+ "documentation":"The unique identifier of the data source.
",
"location":"uri",
- "locationName":"knowledgeBaseId"
+ "locationName":"dataSourceId"
},
- "dataSourceId":{
+ "knowledgeBaseId":{
"shape":"Id",
+ "documentation":"The unique identifier of the knowledge base that the data source was added to.
",
"location":"uri",
- "locationName":"dataSourceId"
+ "locationName":"knowledgeBaseId"
}
}
},
@@ -1996,31 +2479,37 @@
"type":"structure",
"required":["dataSource"],
"members":{
- "dataSource":{"shape":"DataSource"}
+ "dataSource":{
+ "shape":"DataSource",
+ "documentation":"Contains details about the data source.
"
+ }
}
},
"GetIngestionJobRequest":{
"type":"structure",
"required":[
- "knowledgeBaseId",
"dataSourceId",
- "ingestionJobId"
+ "ingestionJobId",
+ "knowledgeBaseId"
],
"members":{
- "knowledgeBaseId":{
- "shape":"Id",
- "location":"uri",
- "locationName":"knowledgeBaseId"
- },
"dataSourceId":{
"shape":"Id",
+ "documentation":"The unique identifier of the data source in the ingestion job.
",
"location":"uri",
"locationName":"dataSourceId"
},
"ingestionJobId":{
"shape":"Id",
+ "documentation":"The unique identifier of the ingestion job.
",
"location":"uri",
"locationName":"ingestionJobId"
+ },
+ "knowledgeBaseId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the knowledge base for which the ingestion job applies.
",
+ "location":"uri",
+ "locationName":"knowledgeBaseId"
}
}
},
@@ -2028,7 +2517,10 @@
"type":"structure",
"required":["ingestionJob"],
"members":{
- "ingestionJob":{"shape":"IngestionJob"}
+ "ingestionJob":{
+ "shape":"IngestionJob",
+ "documentation":"Contains details about the ingestion job.
"
+ }
}
},
"GetKnowledgeBaseRequest":{
@@ -2037,6 +2529,7 @@
"members":{
"knowledgeBaseId":{
"shape":"Id",
+ "documentation":"The unique identifier of the knowledge base for which to get information.
",
"location":"uri",
"locationName":"knowledgeBaseId"
}
@@ -2046,47 +2539,91 @@
"type":"structure",
"required":["knowledgeBase"],
"members":{
- "knowledgeBase":{"shape":"KnowledgeBase"}
+ "knowledgeBase":{
+ "shape":"KnowledgeBase",
+ "documentation":"Contains details about the knowledge base.
"
+ }
}
},
"Id":{
"type":"string",
- "documentation":"Identifier for a resource.
",
- "pattern":"[0-9a-zA-Z]{10}"
+ "pattern":"^[0-9a-zA-Z]{10}$"
},
"InferenceConfiguration":{
"type":"structure",
"members":{
- "temperature":{"shape":"Temperature"},
- "topP":{"shape":"TopP"},
- "topK":{"shape":"TopK"},
- "maximumLength":{"shape":"MaximumLength"},
- "stopSequences":{"shape":"StopSequences"}
+ "maximumLength":{
+ "shape":"MaximumLength",
+ "documentation":"The maximum number of tokens to allow in the generated response.
"
+ },
+ "stopSequences":{
+ "shape":"StopSequences",
+ "documentation":"A list of stop sequences. A stop sequence is a sequence of characters that causes the model to stop generating the response.
"
+ },
+ "temperature":{
+ "shape":"Temperature",
+ "documentation":"The likelihood of the model selecting higher-probability options while generating a response. A lower value makes the model more likely to choose higher-probability options, while a higher value makes the model more likely to choose lower-probability options.
"
+ },
+ "topK":{
+ "shape":"TopK",
+ "documentation":"While generating a response, the model determines the probability of the following token at each point of generation. The value that you set for topK
is the number of most-likely candidates from which the model chooses the next token in the sequence. For example, if you set topK
to 50, the model selects the next token from among the top 50 most likely choices.
"
+ },
+ "topP":{
+ "shape":"TopP",
+ "documentation":"While generating a response, the model determines the probability of the following token at each point of generation. The value that you set for Top P
determines the number of most-likely candidates from which the model chooses the next token in the sequence. For example, if you set topP
to 80, the model only selects the next token from the top 80% of the probability distribution of next tokens.
"
+ }
},
- "documentation":"Configuration for inference in prompt configuration
"
+ "documentation":"Contains inference parameters to use when the agent invokes a foundation model in the part of the agent sequence defined by the promptType
. For more information, see Inference parameters for foundation models.
"
},
"IngestionJob":{
"type":"structure",
"required":[
- "knowledgeBaseId",
"dataSourceId",
"ingestionJobId",
- "status",
+ "knowledgeBaseId",
"startedAt",
+ "status",
"updatedAt"
],
"members":{
- "knowledgeBaseId":{"shape":"Id"},
- "dataSourceId":{"shape":"Id"},
- "ingestionJobId":{"shape":"Id"},
- "description":{"shape":"Description"},
- "status":{"shape":"IngestionJobStatus"},
- "statistics":{"shape":"IngestionJobStatistics"},
- "failureReasons":{"shape":"FailureReasons"},
- "startedAt":{"shape":"DateTimestamp"},
- "updatedAt":{"shape":"DateTimestamp"}
+ "dataSourceId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the ingested data source.
"
+ },
+ "description":{
+ "shape":"Description",
+ "documentation":"The description of the ingestion job.
"
+ },
+ "failureReasons":{
+ "shape":"FailureReasons",
+ "documentation":"A list of reasons that the ingestion job failed.
"
+ },
+ "ingestionJobId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the ingestion job.
"
+ },
+ "knowledgeBaseId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the knowledge base to which the data source is being added.
"
+ },
+ "startedAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the ingestion job started.
"
+ },
+ "statistics":{
+ "shape":"IngestionJobStatistics",
+ "documentation":"Contains statistics about the ingestion job.
"
+ },
+ "status":{
+ "shape":"IngestionJobStatus",
+ "documentation":"The status of the ingestion job.
"
+ },
+ "updatedAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the ingestion job was last updated.
"
+ }
},
- "documentation":"Contains the information of an ingestion job.
"
+ "documentation":"Contains details about an ingestion job, which converts a data source to embeddings for a vector store in knowledge base.
This data type is used in the following API operations:
"
},
"IngestionJobFilter":{
"type":"structure",
@@ -2096,40 +2633,44 @@
"values"
],
"members":{
- "attribute":{"shape":"IngestionJobFilterAttribute"},
- "operator":{"shape":"IngestionJobFilterOperator"},
- "values":{"shape":"IngestionJobFilterValues"}
+ "attribute":{
+ "shape":"IngestionJobFilterAttribute",
+ "documentation":"The attribute by which to filter the results.
"
+ },
+ "operator":{
+ "shape":"IngestionJobFilterOperator",
+ "documentation":"The operation to carry out between the attribute and the values.
"
+ },
+ "values":{
+ "shape":"IngestionJobFilterValues",
+ "documentation":"A list of values for the attribute.
"
+ }
},
- "documentation":"Filters the response returned by ListIngestionJobs operation.
"
+ "documentation":"Defines a filter by which to filter the results.
"
},
"IngestionJobFilterAttribute":{
"type":"string",
- "documentation":"The name of the field to filter ingestion jobs.
",
"enum":["STATUS"]
},
"IngestionJobFilterOperator":{
"type":"string",
- "documentation":"The operator used to filter ingestion jobs.
",
"enum":["EQ"]
},
"IngestionJobFilterValue":{
"type":"string",
- "documentation":"The value used to filter ingestion jobs.
",
"max":100,
"min":0,
- "pattern":".*"
+ "pattern":"^.*$"
},
"IngestionJobFilterValues":{
"type":"list",
"member":{"shape":"IngestionJobFilterValue"},
- "documentation":"The list of values used to filter ingestion jobs.
",
"max":10,
"min":0
},
"IngestionJobFilters":{
"type":"list",
"member":{"shape":"IngestionJobFilter"},
- "documentation":"List of IngestionJobFilters
",
"max":1,
"min":1
},
@@ -2140,14 +2681,19 @@
"order"
],
"members":{
- "attribute":{"shape":"IngestionJobSortByAttribute"},
- "order":{"shape":"SortOrder"}
+ "attribute":{
+ "shape":"IngestionJobSortByAttribute",
+ "documentation":"The attribute by which to sort the results.
"
+ },
+ "order":{
+ "shape":"SortOrder",
+ "documentation":"The order by which to sort the results.
"
+ }
},
- "documentation":"Sorts the response returned by ListIngestionJobs operation.
"
+ "documentation":"Parameters by which to sort the results.
"
},
"IngestionJobSortByAttribute":{
"type":"string",
- "documentation":"The name of the field to sort ingestion jobs.
",
"enum":[
"STATUS",
"STARTED_AT"
@@ -2156,32 +2702,39 @@
"IngestionJobStatistics":{
"type":"structure",
"members":{
+ "numberOfDocumentsDeleted":{
+ "shape":"PrimitiveLong",
+ "documentation":"The number of source documents that was deleted.
"
+ },
+ "numberOfDocumentsFailed":{
+ "shape":"PrimitiveLong",
+ "documentation":"The number of source documents that failed to be ingested.
"
+ },
"numberOfDocumentsScanned":{
"shape":"PrimitiveLong",
- "documentation":"Number of scanned documents
"
+ "documentation":"The total number of source documents that were scanned. Includes new, updated, and unchanged documents.
"
},
- "numberOfNewDocumentsIndexed":{
+ "numberOfMetadataDocumentsModified":{
"shape":"PrimitiveLong",
- "documentation":"Number of indexed documents
"
+ "documentation":"The number of metadata files that were updated or deleted.
"
},
- "numberOfModifiedDocumentsIndexed":{
+ "numberOfMetadataDocumentsScanned":{
"shape":"PrimitiveLong",
- "documentation":"Number of modified documents indexed
"
+ "documentation":"The total number of metadata files that were scanned. Includes new, updated, and unchanged files.
"
},
- "numberOfDocumentsDeleted":{
+ "numberOfModifiedDocumentsIndexed":{
"shape":"PrimitiveLong",
- "documentation":"Number of deleted documents
"
+ "documentation":"The number of modified source documents in the data source that were successfully indexed.
"
},
- "numberOfDocumentsFailed":{
+ "numberOfNewDocumentsIndexed":{
"shape":"PrimitiveLong",
- "documentation":"Number of failed documents
"
+ "documentation":"The number of new source documents in the data source that were successfully indexed.
"
}
},
- "documentation":"The document level statistics of an ingestion job
"
+ "documentation":"Contains the statistics for the ingestion job.
"
},
"IngestionJobStatus":{
"type":"string",
- "documentation":"The status of an ingestion job.
",
"enum":[
"STARTING",
"IN_PROGRESS",
@@ -2191,34 +2744,56 @@
},
"IngestionJobSummaries":{
"type":"list",
- "member":{"shape":"IngestionJobSummary"},
- "documentation":"List of IngestionJobSummaries
"
+ "member":{"shape":"IngestionJobSummary"}
},
"IngestionJobSummary":{
"type":"structure",
"required":[
- "knowledgeBaseId",
"dataSourceId",
"ingestionJobId",
- "status",
+ "knowledgeBaseId",
"startedAt",
+ "status",
"updatedAt"
],
"members":{
- "knowledgeBaseId":{"shape":"Id"},
- "dataSourceId":{"shape":"Id"},
- "ingestionJobId":{"shape":"Id"},
- "description":{"shape":"Description"},
- "status":{"shape":"IngestionJobStatus"},
- "startedAt":{"shape":"DateTimestamp"},
- "updatedAt":{"shape":"DateTimestamp"},
- "statistics":{"shape":"IngestionJobStatistics"}
+ "dataSourceId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the data source in the ingestion job.
"
+ },
+ "description":{
+ "shape":"Description",
+ "documentation":"The description of the ingestion job.
"
+ },
+ "ingestionJobId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the ingestion job.
"
+ },
+ "knowledgeBaseId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the knowledge base to which the data source is added.
"
+ },
+ "startedAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the ingestion job was started.
"
+ },
+ "statistics":{
+ "shape":"IngestionJobStatistics",
+ "documentation":"Contains statistics for the ingestion job.
"
+ },
+ "status":{
+ "shape":"IngestionJobStatus",
+ "documentation":"The status of the ingestion job.
"
+ },
+ "updatedAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the ingestion job was last updated.
"
+ }
},
- "documentation":"Summary information of an ingestion job.
"
+ "documentation":"Contains details about an ingestion job.
"
},
"Instruction":{
"type":"string",
- "documentation":"Instruction for the agent.
",
"max":1200,
"min":40,
"sensitive":true
@@ -2228,72 +2803,107 @@
"members":{
"message":{"shape":"NonBlankString"}
},
- "documentation":"This exception is thrown if there was an unexpected error during processing of request
",
+ "documentation":"An internal server error occurred. Retry your request.
",
"error":{"httpStatusCode":500},
"exception":true,
"fault":true
},
"KmsKeyArn":{
"type":"string",
- "documentation":"A KMS key ARN
",
"max":2048,
"min":1,
- "pattern":"arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}"
+ "pattern":"^arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}$"
},
"KnowledgeBase":{
"type":"structure",
"required":[
+ "createdAt",
+ "knowledgeBaseArn",
+ "knowledgeBaseConfiguration",
"knowledgeBaseId",
"name",
- "knowledgeBaseArn",
"roleArn",
- "knowledgeBaseConfiguration",
- "storageConfiguration",
"status",
- "createdAt",
+ "storageConfiguration",
"updatedAt"
],
"members":{
- "knowledgeBaseId":{"shape":"Id"},
- "name":{"shape":"Name"},
- "knowledgeBaseArn":{"shape":"KnowledgeBaseArn"},
- "description":{"shape":"Description"},
- "roleArn":{"shape":"KnowledgeBaseRoleArn"},
- "knowledgeBaseConfiguration":{"shape":"KnowledgeBaseConfiguration"},
- "storageConfiguration":{"shape":"StorageConfiguration"},
- "status":{"shape":"KnowledgeBaseStatus"},
- "createdAt":{"shape":"DateTimestamp"},
- "updatedAt":{"shape":"DateTimestamp"},
- "failureReasons":{"shape":"FailureReasons"}
+ "createdAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the knowledge base was created.
"
+ },
+ "description":{
+ "shape":"Description",
+ "documentation":"The description of the knowledge base.
"
+ },
+ "failureReasons":{
+ "shape":"FailureReasons",
+ "documentation":"A list of reasons that the API operation on the knowledge base failed.
"
+ },
+ "knowledgeBaseArn":{
+ "shape":"KnowledgeBaseArn",
+ "documentation":"The ARN of the knowledge base.
"
+ },
+ "knowledgeBaseConfiguration":{
+ "shape":"KnowledgeBaseConfiguration",
+ "documentation":"Contains details about the embeddings configuration of the knowledge base.
"
+ },
+ "knowledgeBaseId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the knowledge base.
"
+ },
+ "name":{
+ "shape":"Name",
+ "documentation":"The name of the knowledge base.
"
+ },
+ "roleArn":{
+ "shape":"KnowledgeBaseRoleArn",
+ "documentation":"The ARN of the IAM role with permissions to invoke API operations on the knowledge base. The ARN must begin with AmazonBedrockExecutionRoleForKnowledgeBase_
.
"
+ },
+ "status":{
+ "shape":"KnowledgeBaseStatus",
+ "documentation":"The status of the knowledge base. The following statuses are possible:
-
CREATING – The knowledge base is being created.
-
ACTIVE – The knowledge base is ready to be queried.
-
DELETING – The knowledge base is being deleted.
-
UPDATING – The knowledge base is being updated.
-
FAILED – The knowledge base API operation failed.
"
+ },
+ "storageConfiguration":{
+ "shape":"StorageConfiguration",
+ "documentation":"Contains details about the storage configuration of the knowledge base.
"
+ },
+ "updatedAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the knowledge base was last updated.
"
+ }
},
- "documentation":"Contains the information of a knowledge base.
"
+ "documentation":"Contains information about a knowledge base.
"
},
"KnowledgeBaseArn":{
"type":"string",
- "documentation":"ARN of a KnowledgeBase
",
"max":128,
"min":0,
- "pattern":"arn:aws(|-cn|-us-gov):bedrock:[a-zA-Z0-9-]*:[0-9]{12}:knowledge-base/[0-9a-zA-Z]+"
+ "pattern":"^arn:aws(|-cn|-us-gov):bedrock:[a-zA-Z0-9-]*:[0-9]{12}:knowledge-base/[0-9a-zA-Z]+$"
},
"KnowledgeBaseConfiguration":{
"type":"structure",
"required":["type"],
"members":{
- "type":{"shape":"KnowledgeBaseType"},
- "vectorKnowledgeBaseConfiguration":{"shape":"VectorKnowledgeBaseConfiguration"}
+ "type":{
+ "shape":"KnowledgeBaseType",
+ "documentation":"The type of data that the data source is converted into for the knowledge base.
"
+ },
+ "vectorKnowledgeBaseConfiguration":{
+ "shape":"VectorKnowledgeBaseConfiguration",
+ "documentation":"Contains details about the embeddings model that'sused to convert the data source.
"
+ }
},
- "documentation":"Configures a bedrock knowledge base.
"
+ "documentation":"Contains details about the embeddings configuration of the knowledge base.
"
},
"KnowledgeBaseRoleArn":{
"type":"string",
- "documentation":"ARN of a IAM role.
",
"max":2048,
"min":0,
- "pattern":"arn:aws(-[^:]+)?:iam::([0-9]{12})?:role/(service-role/)?AmazonBedrockExecutionRoleForKnowledgeBase.+"
+ "pattern":"^arn:aws(-[^:]+)?:iam::([0-9]{12})?:role/.+$"
},
"KnowledgeBaseState":{
"type":"string",
- "documentation":"State of the knowledge base; whether it is enabled or disabled
",
"enum":[
"ENABLED",
"DISABLED"
@@ -2301,7 +2911,6 @@
},
"KnowledgeBaseStatus":{
"type":"string",
- "documentation":"The status of a knowledge base.
",
"enum":[
"CREATING",
"ACTIVE",
@@ -2312,7 +2921,6 @@
},
"KnowledgeBaseStorageType":{
"type":"string",
- "documentation":"The storage type of a knowledge base.
",
"enum":[
"OPENSEARCH_SERVERLESS",
"PINECONE",
@@ -2322,8 +2930,7 @@
},
"KnowledgeBaseSummaries":{
"type":"list",
- "member":{"shape":"KnowledgeBaseSummary"},
- "documentation":"List of KnowledgeBaseSummaries
"
+ "member":{"shape":"KnowledgeBaseSummary"}
},
"KnowledgeBaseSummary":{
"type":"structure",
@@ -2334,25 +2941,38 @@
"updatedAt"
],
"members":{
- "knowledgeBaseId":{"shape":"Id"},
- "name":{"shape":"Name"},
- "description":{"shape":"Description"},
- "status":{"shape":"KnowledgeBaseStatus"},
- "updatedAt":{"shape":"DateTimestamp"}
+ "description":{
+ "shape":"Description",
+ "documentation":"The description of the knowledge base.
"
+ },
+ "knowledgeBaseId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the knowledge base.
"
+ },
+ "name":{
+ "shape":"Name",
+ "documentation":"The name of the knowledge base.
"
+ },
+ "status":{
+ "shape":"KnowledgeBaseStatus",
+ "documentation":"The status of the knowledge base.
"
+ },
+ "updatedAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the knowledge base was last updated.
"
+ }
},
- "documentation":"Summary information of a knowledge base.
"
+ "documentation":"Contains details about a knowledge base.
"
},
"KnowledgeBaseType":{
"type":"string",
- "documentation":"The type of a knowledge base.
",
"enum":["VECTOR"]
},
"LambdaArn":{
"type":"string",
- "documentation":"ARN of a Lambda.
",
"max":2048,
"min":0,
- "pattern":"arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_\\.]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?"
+ "pattern":"^arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_\\.]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?$"
},
"ListAgentActionGroupsRequest":{
"type":"structure",
@@ -2363,29 +2983,39 @@
"members":{
"agentId":{
"shape":"Id",
- "documentation":"Id generated at the server side when an Agent is Listed
",
+ "documentation":"The unique identifier of the agent.
",
"location":"uri",
"locationName":"agentId"
},
"agentVersion":{
"shape":"Version",
- "documentation":"Id generated at the server side when an Agent is Listed
",
+ "documentation":"The version of the agent.
",
"location":"uri",
"locationName":"agentVersion"
},
- "maxResults":{"shape":"MaxResults"},
- "nextToken":{"shape":"NextToken"}
- },
- "documentation":"List Action Groups Request
"
+ "maxResults":{
+ "shape":"MaxResults",
+ "documentation":"The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextToken
field when making another request to return the next batch of results.
"
+ },
+ "nextToken":{
+ "shape":"NextToken",
+ "documentation":"If the total number of results is greater than the maxResults
value provided in the request, enter the token returned in the nextToken
field in the response in this field to return the next batch of results.
"
+ }
+ }
},
"ListAgentActionGroupsResponse":{
"type":"structure",
"required":["actionGroupSummaries"],
"members":{
- "actionGroupSummaries":{"shape":"ActionGroupSummaries"},
- "nextToken":{"shape":"NextToken"}
- },
- "documentation":"List Action Groups Response
"
+ "actionGroupSummaries":{
+ "shape":"ActionGroupSummaries",
+ "documentation":"A list of objects, each of which contains information about an action group.
"
+ },
+ "nextToken":{
+ "shape":"NextToken",
+ "documentation":"If the total number of results is greater than the maxResults
value provided in the request, use this token when making another request in the nextToken
field to return the next batch of results.
"
+ }
+ }
},
"ListAgentAliasesRequest":{
"type":"structure",
@@ -2393,23 +3023,33 @@
"members":{
"agentId":{
"shape":"Id",
- "documentation":"Id generated at the server side when an Agent is created
",
+ "documentation":"The unique identifier of the agent.
",
"location":"uri",
"locationName":"agentId"
},
- "maxResults":{"shape":"MaxResults"},
- "nextToken":{"shape":"NextToken"}
- },
- "documentation":"List Agent Aliases Request
"
+ "maxResults":{
+ "shape":"MaxResults",
+ "documentation":"The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextToken
field when making another request to return the next batch of results.
"
+ },
+ "nextToken":{
+ "shape":"NextToken",
+ "documentation":"If the total number of results is greater than the maxResults
value provided in the request, enter the token returned in the nextToken
field in the response in this field to return the next batch of results.
"
+ }
+ }
},
"ListAgentAliasesResponse":{
"type":"structure",
"required":["agentAliasSummaries"],
"members":{
- "agentAliasSummaries":{"shape":"AgentAliasSummaries"},
- "nextToken":{"shape":"NextToken"}
- },
- "documentation":"List Agent Aliases Response
"
+ "agentAliasSummaries":{
+ "shape":"AgentAliasSummaries",
+ "documentation":"A list of objects, each of which contains information about an alias of the agent.
"
+ },
+ "nextToken":{
+ "shape":"NextToken",
+ "documentation":"If the total number of results is greater than the maxResults
value provided in the request, use this token when making another request in the nextToken
field to return the next batch of results.
"
+ }
+ }
},
"ListAgentKnowledgeBasesRequest":{
"type":"structure",
@@ -2420,29 +3060,39 @@
"members":{
"agentId":{
"shape":"Id",
- "documentation":"Id generated at the server side when an Agent is created
",
+ "documentation":"The unique identifier of the agent for which to return information about knowledge bases associated with it.
",
"location":"uri",
"locationName":"agentId"
},
"agentVersion":{
"shape":"Version",
- "documentation":"Version number generated when a version is created
",
+ "documentation":"The version of the agent for which to return information about knowledge bases associated with it.
",
"location":"uri",
"locationName":"agentVersion"
},
- "maxResults":{"shape":"MaxResults"},
- "nextToken":{"shape":"NextToken"}
- },
- "documentation":"List Agent Knowledge Bases Request
"
+ "maxResults":{
+ "shape":"MaxResults",
+ "documentation":"The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextToken
field when making another request to return the next batch of results.
"
+ },
+ "nextToken":{
+ "shape":"NextToken",
+ "documentation":"If the total number of results is greater than the maxResults
value provided in the request, enter the token returned in the nextToken
field in the response in this field to return the next batch of results.
"
+ }
+ }
},
"ListAgentKnowledgeBasesResponse":{
"type":"structure",
"required":["agentKnowledgeBaseSummaries"],
"members":{
- "agentKnowledgeBaseSummaries":{"shape":"AgentKnowledgeBaseSummaries"},
- "nextToken":{"shape":"NextToken"}
- },
- "documentation":"List Agent Knowledge Bases Response
"
+ "agentKnowledgeBaseSummaries":{
+ "shape":"AgentKnowledgeBaseSummaries",
+ "documentation":"A list of objects, each of which contains information about a knowledge base associated with the agent.
"
+ },
+ "nextToken":{
+ "shape":"NextToken",
+ "documentation":"If the total number of results is greater than the maxResults
value provided in the request, use this token when making another request in the nextToken
field to return the next batch of results.
"
+ }
+ }
},
"ListAgentVersionsRequest":{
"type":"structure",
@@ -2450,40 +3100,60 @@
"members":{
"agentId":{
"shape":"Id",
- "documentation":"Id generated at the server side when an Agent is created
",
+ "documentation":"The unique identifier of the agent.
",
"location":"uri",
"locationName":"agentId"
},
- "maxResults":{"shape":"MaxResults"},
- "nextToken":{"shape":"NextToken"}
- },
- "documentation":"List Agent Versions Request
"
+ "maxResults":{
+ "shape":"MaxResults",
+ "documentation":"The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextToken
field when making another request to return the next batch of results.
"
+ },
+ "nextToken":{
+ "shape":"NextToken",
+ "documentation":"If the total number of results is greater than the maxResults
value provided in the request, enter the token returned in the nextToken
field in the response in this field to return the next batch of results.
"
+ }
+ }
},
"ListAgentVersionsResponse":{
"type":"structure",
"required":["agentVersionSummaries"],
"members":{
- "agentVersionSummaries":{"shape":"AgentVersionSummaries"},
- "nextToken":{"shape":"NextToken"}
- },
- "documentation":"List Agent Versions Response
"
+ "agentVersionSummaries":{
+ "shape":"AgentVersionSummaries",
+ "documentation":"A list of objects, each of which contains information about a version of the agent.
"
+ },
+ "nextToken":{
+ "shape":"NextToken",
+ "documentation":"If the total number of results is greater than the maxResults
value provided in the request, use this token when making another request in the nextToken
field to return the next batch of results.
"
+ }
+ }
},
"ListAgentsRequest":{
"type":"structure",
"members":{
- "maxResults":{"shape":"MaxResults"},
- "nextToken":{"shape":"NextToken"}
- },
- "documentation":"List Agent Request
"
+ "maxResults":{
+ "shape":"MaxResults",
+ "documentation":"The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextToken
field when making another request to return the next batch of results.
"
+ },
+ "nextToken":{
+ "shape":"NextToken",
+ "documentation":"If the total number of results is greater than the maxResults
value provided in the request, enter the token returned in the nextToken
field in the response in this field to return the next batch of results.
"
+ }
+ }
},
"ListAgentsResponse":{
"type":"structure",
"required":["agentSummaries"],
"members":{
- "agentSummaries":{"shape":"AgentSummaries"},
- "nextToken":{"shape":"NextToken"}
- },
- "documentation":"List Agent Response
"
+ "agentSummaries":{
+ "shape":"AgentSummaries",
+ "documentation":"A list of objects, each of which contains information about an agent.
"
+ },
+ "nextToken":{
+ "shape":"NextToken",
+ "documentation":"If the total number of results is greater than the maxResults
value provided in the request, use this token when making another request in the nextToken
field to return the next batch of results.
"
+ }
+ }
},
"ListDataSourcesRequest":{
"type":"structure",
@@ -2491,65 +3161,110 @@
"members":{
"knowledgeBaseId":{
"shape":"Id",
+ "documentation":"The unique identifier of the knowledge base for which to return a list of information.
",
"location":"uri",
"locationName":"knowledgeBaseId"
},
- "maxResults":{"shape":"MaxResults"},
- "nextToken":{"shape":"NextToken"}
+ "maxResults":{
+ "shape":"MaxResults",
+ "documentation":"The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextToken
field when making another request to return the next batch of results.
"
+ },
+ "nextToken":{
+ "shape":"NextToken",
+ "documentation":"If the total number of results is greater than the maxResults
value provided in the request, enter the token returned in the nextToken
field in the response in this field to return the next batch of results.
"
+ }
}
},
"ListDataSourcesResponse":{
"type":"structure",
"required":["dataSourceSummaries"],
"members":{
- "dataSourceSummaries":{"shape":"DataSourceSummaries"},
- "nextToken":{"shape":"NextToken"}
+ "dataSourceSummaries":{
+ "shape":"DataSourceSummaries",
+ "documentation":"A list of objects, each of which contains information about a data source.
"
+ },
+ "nextToken":{
+ "shape":"NextToken",
+ "documentation":"If the total number of results is greater than the maxResults
value provided in the request, use this token when making another request in the nextToken
field to return the next batch of results.
"
+ }
}
},
"ListIngestionJobsRequest":{
"type":"structure",
"required":[
- "knowledgeBaseId",
- "dataSourceId"
+ "dataSourceId",
+ "knowledgeBaseId"
],
"members":{
- "knowledgeBaseId":{
+ "dataSourceId":{
"shape":"Id",
+ "documentation":"The unique identifier of the data source for which to return ingestion jobs.
",
"location":"uri",
- "locationName":"knowledgeBaseId"
+ "locationName":"dataSourceId"
},
- "dataSourceId":{
+ "filters":{
+ "shape":"IngestionJobFilters",
+ "documentation":"Contains a definition of a filter for which to filter the results.
"
+ },
+ "knowledgeBaseId":{
"shape":"Id",
+ "documentation":"The unique identifier of the knowledge base for which to return ingestion jobs.
",
"location":"uri",
- "locationName":"dataSourceId"
+ "locationName":"knowledgeBaseId"
+ },
+ "maxResults":{
+ "shape":"MaxResults",
+ "documentation":"The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextToken
field when making another request to return the next batch of results.
"
},
- "filters":{"shape":"IngestionJobFilters"},
- "sortBy":{"shape":"IngestionJobSortBy"},
- "maxResults":{"shape":"MaxResults"},
- "nextToken":{"shape":"NextToken"}
+ "nextToken":{
+ "shape":"NextToken",
+ "documentation":"If the total number of results is greater than the maxResults
value provided in the request, enter the token returned in the nextToken
field in the response in this field to return the next batch of results.
"
+ },
+ "sortBy":{
+ "shape":"IngestionJobSortBy",
+ "documentation":"Contains details about how to sort the results.
"
+ }
}
},
"ListIngestionJobsResponse":{
"type":"structure",
"required":["ingestionJobSummaries"],
"members":{
- "ingestionJobSummaries":{"shape":"IngestionJobSummaries"},
- "nextToken":{"shape":"NextToken"}
+ "ingestionJobSummaries":{
+ "shape":"IngestionJobSummaries",
+ "documentation":"A list of objects, each of which contains information about an ingestion job.
"
+ },
+ "nextToken":{
+ "shape":"NextToken",
+ "documentation":"If the total number of results is greater than the maxResults
value provided in the request, use this token when making another request in the nextToken
field to return the next batch of results.
"
+ }
}
},
"ListKnowledgeBasesRequest":{
"type":"structure",
"members":{
- "maxResults":{"shape":"MaxResults"},
- "nextToken":{"shape":"NextToken"}
+ "maxResults":{
+ "shape":"MaxResults",
+ "documentation":"The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextToken
field when making another request to return the next batch of results.
"
+ },
+ "nextToken":{
+ "shape":"NextToken",
+ "documentation":"If the total number of results is greater than the maxResults
value provided in the request, enter the token returned in the nextToken
field in the response in this field to return the next batch of results.
"
+ }
}
},
"ListKnowledgeBasesResponse":{
"type":"structure",
"required":["knowledgeBaseSummaries"],
"members":{
- "knowledgeBaseSummaries":{"shape":"KnowledgeBaseSummaries"},
- "nextToken":{"shape":"NextToken"}
+ "knowledgeBaseSummaries":{
+ "shape":"KnowledgeBaseSummaries",
+ "documentation":"A list of objects, each of which contains information about a knowledge base.
"
+ },
+ "nextToken":{
+ "shape":"NextToken",
+ "documentation":"If the total number of results is greater than the maxResults
value provided in the request, use this token when making another request in the nextToken
field to return the next batch of results.
"
+ }
}
},
"ListTagsForResourceRequest":{
@@ -2558,6 +3273,7 @@
"members":{
"resourceArn":{
"shape":"TaggableResourcesArn",
+ "documentation":"The ARN of the resource for which to list tags.
",
"location":"uri",
"locationName":"resourceArn"
}
@@ -2566,97 +3282,108 @@
"ListTagsForResourceResponse":{
"type":"structure",
"members":{
- "tags":{"shape":"TagsMap"}
+ "tags":{
+ "shape":"TagsMap",
+ "documentation":"The key-value pairs for the tags associated with the resource.
"
+ }
}
},
"MaxResults":{
"type":"integer",
- "documentation":"Max Results.
",
"box":true,
"max":1000,
"min":1
},
"MaximumLength":{
"type":"integer",
- "documentation":"Maximum length of output
",
"box":true,
"max":4096,
"min":0
},
"ModelIdentifier":{
"type":"string",
- "documentation":"ARN or name of a Bedrock model.
",
"max":2048,
"min":1,
- "pattern":"arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}(([:][a-z0-9-]{1,63}){0,2})?/[a-z0-9]{12})|(:foundation-model/([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})))|(([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2}))|(([0-9a-zA-Z][_-]?)+)"
+ "pattern":"^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}(([:][a-z0-9-]{1,63}){0,2})?/[a-z0-9]{12})|(:foundation-model/([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})))|(([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2}))|(([0-9a-zA-Z][_-]?)+)$"
},
"Name":{
"type":"string",
- "documentation":"Name for a resource.
",
- "pattern":"([0-9a-zA-Z][_-]?){1,100}"
+ "pattern":"^([0-9a-zA-Z][_-]?){1,100}$"
},
"NextToken":{
"type":"string",
- "documentation":"Opaque continuation token of previous paginated response.
",
"max":2048,
"min":1,
- "pattern":"\\S*"
+ "pattern":"^\\S*$"
},
"NonBlankString":{
"type":"string",
- "documentation":"Non Blank String
",
- "pattern":"[\\s\\S]+"
+ "pattern":"^[\\s\\S]+$"
},
"NumericalVersion":{
"type":"string",
- "documentation":"Numerical Agent Version.
",
- "pattern":"[0-9]{1,5}"
+ "pattern":"^[0-9]{1,5}$"
},
"OpenSearchServerlessCollectionArn":{
"type":"string",
- "documentation":"Arn of an OpenSearch Serverless collection.
",
"max":2048,
"min":0,
- "pattern":"arn:aws:aoss:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:collection/[a-z0-9-]{3,32}"
+ "pattern":"^arn:aws:aoss:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:collection/[a-z0-9-]{3,32}$"
},
"OpenSearchServerlessConfiguration":{
"type":"structure",
"required":[
"collectionArn",
- "vectorIndexName",
- "fieldMapping"
+ "fieldMapping",
+ "vectorIndexName"
],
"members":{
- "collectionArn":{"shape":"OpenSearchServerlessCollectionArn"},
- "vectorIndexName":{"shape":"OpenSearchServerlessIndexName"},
- "fieldMapping":{"shape":"OpenSearchServerlessFieldMapping"}
+ "collectionArn":{
+ "shape":"OpenSearchServerlessCollectionArn",
+ "documentation":"The ARN of the OpenSearch Service vector store.
"
+ },
+ "fieldMapping":{
+ "shape":"OpenSearchServerlessFieldMapping",
+ "documentation":"Contains the names of the fields to which to map information about the vector store.
"
+ },
+ "vectorIndexName":{
+ "shape":"OpenSearchServerlessIndexName",
+ "documentation":"The name of the vector store.
"
+ }
},
- "documentation":"Contains the configurations to use OpenSearch Serverless to store knowledge base data.
"
+ "documentation":"Contains details about the storage configuration of the knowledge base in Amazon OpenSearch Service. For more information, see Create a vector index in Amazon OpenSearch Service.
"
},
"OpenSearchServerlessFieldMapping":{
"type":"structure",
"required":[
- "vectorField",
+ "metadataField",
"textField",
- "metadataField"
+ "vectorField"
],
"members":{
- "vectorField":{"shape":"FieldName"},
- "textField":{"shape":"FieldName"},
- "metadataField":{"shape":"FieldName"}
+ "metadataField":{
+ "shape":"FieldName",
+ "documentation":"The name of the field in which Amazon Bedrock stores metadata about the vector store.
"
+ },
+ "textField":{
+ "shape":"FieldName",
+ "documentation":"The name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.
"
+ },
+ "vectorField":{
+ "shape":"FieldName",
+ "documentation":"The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.
"
+ }
},
- "documentation":"A mapping of Bedrock Knowledge Base fields to OpenSearch Serverless field names
"
+ "documentation":"Contains the names of the fields to which to map information about the vector store.
"
},
"OpenSearchServerlessIndexName":{
"type":"string",
- "documentation":"Arn of an OpenSearch Serverless index.
",
"max":2048,
"min":0,
- "pattern":".*"
+ "pattern":"^.*$"
},
"Payload":{
"type":"string",
- "documentation":"String OpenAPI Payload
",
"sensitive":true
},
"PineconeConfiguration":{
@@ -2667,38 +3394,54 @@
"fieldMapping"
],
"members":{
- "connectionString":{"shape":"PineconeConnectionString"},
- "credentialsSecretArn":{"shape":"SecretArn"},
- "namespace":{"shape":"PineconeNamespace"},
- "fieldMapping":{"shape":"PineconeFieldMapping"}
+ "connectionString":{
+ "shape":"PineconeConnectionString",
+ "documentation":"The endpoint URL for your index management page.
"
+ },
+ "credentialsSecretArn":{
+ "shape":"SecretArn",
+ "documentation":"The ARN of the secret that you created in Secrets Manager that is linked to your Pinecone API key.
"
+ },
+ "fieldMapping":{
+ "shape":"PineconeFieldMapping",
+ "documentation":"Contains the names of the fields to which to map information about the vector store.
"
+ },
+ "namespace":{
+ "shape":"PineconeNamespace",
+ "documentation":"The namespace to be used to write new data to your database.
"
+ }
},
- "documentation":"Contains the configurations to use Pinecone to store knowledge base data.
"
+ "documentation":"Contains details about the storage configuration of the knowledge base in Pinecone. For more information, see Create a vector index in Pinecone.
"
},
"PineconeConnectionString":{
"type":"string",
- "documentation":"Pinecone connection string
",
"max":2048,
"min":0,
- "pattern":".*"
+ "pattern":"^.*$"
},
"PineconeFieldMapping":{
"type":"structure",
"required":[
- "textField",
- "metadataField"
+ "metadataField",
+ "textField"
],
"members":{
- "textField":{"shape":"FieldName"},
- "metadataField":{"shape":"FieldName"}
+ "metadataField":{
+ "shape":"FieldName",
+ "documentation":"The name of the field in which Amazon Bedrock stores metadata about the vector store.
"
+ },
+ "textField":{
+ "shape":"FieldName",
+ "documentation":"The name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.
"
+ }
},
- "documentation":"A mapping of Bedrock Knowledge Base fields to Pinecone field names
"
+ "documentation":"Contains the names of the fields to which to map information about the vector store.
"
},
"PineconeNamespace":{
"type":"string",
- "documentation":"Pinecone namespace
",
"max":2048,
"min":0,
- "pattern":".*"
+ "pattern":"^.*$"
},
"PrepareAgentRequest":{
"type":"structure",
@@ -2706,12 +3449,11 @@
"members":{
"agentId":{
"shape":"Id",
- "documentation":"Id generated at the server side when an Agent is created
",
+ "documentation":"The unique identifier of the agent for which to create a DRAFT
version.
",
"location":"uri",
"locationName":"agentId"
}
- },
- "documentation":"PrepareAgent Request
"
+ }
},
"PrepareAgentResponse":{
"type":"structure",
@@ -2722,30 +3464,58 @@
"preparedAt"
],
"members":{
- "agentId":{"shape":"Id"},
- "agentStatus":{"shape":"AgentStatus"},
- "agentVersion":{"shape":"Version"},
- "preparedAt":{"shape":"DateTimestamp"}
- },
- "documentation":"PrepareAgent Response
"
+ "agentId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the agent for which the DRAFT
version was created.
"
+ },
+ "agentStatus":{
+ "shape":"AgentStatus",
+ "documentation":"The status of the DRAFT
version and whether it is ready for use.
"
+ },
+ "agentVersion":{
+ "shape":"Version",
+ "documentation":"The version of the agent.
"
+ },
+ "preparedAt":{
+ "shape":"DateTimestamp",
+ "documentation":"The time at which the DRAFT
version of the agent was last prepared.
"
+ }
+ }
},
"PrimitiveLong":{"type":"long"},
"PromptConfiguration":{
"type":"structure",
"members":{
- "promptType":{"shape":"PromptType"},
- "promptCreationMode":{"shape":"CreationMode"},
- "promptState":{"shape":"PromptState"},
- "basePromptTemplate":{"shape":"BasePromptTemplate"},
- "inferenceConfiguration":{"shape":"InferenceConfiguration"},
- "parserMode":{"shape":"CreationMode"}
+ "basePromptTemplate":{
+ "shape":"BasePromptTemplate",
+ "documentation":"Defines the prompt template with which to replace the default prompt template. You can use placeholder variables in the base prompt template to customize the prompt. For more information, see Prompt template placeholder variables.
"
+ },
+ "inferenceConfiguration":{
+ "shape":"InferenceConfiguration",
+ "documentation":"Contains inference parameters to use when the agent invokes a foundation model in the part of the agent sequence defined by the promptType
. For more information, see Inference parameters for foundation models.
"
+ },
+ "parserMode":{
+ "shape":"CreationMode",
+ "documentation":"Specifies whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by the promptType
. If you set the field as OVERRIDEN
, the overrideLambda
field in the PromptOverrideConfiguration must be specified with the ARN of a Lambda function.
"
+ },
+ "promptCreationMode":{
+ "shape":"CreationMode",
+ "documentation":"Specifies whether to override the default prompt template for this promptType
. Set this value to OVERRIDDEN
to use the prompt that you provide in the basePromptTemplate
. If you leave it as DEFAULT
, the agent uses a default prompt template.
"
+ },
+ "promptState":{
+ "shape":"PromptState",
+ "documentation":"Specifies whether to allow the agent to carry out the step specified in the promptType
. If you set this value to DISABLED
, the agent skips that step. The default state for each promptType
is as follows.
-
PRE_PROCESSING
– ENABLED
-
ORCHESTRATION
– ENABLED
-
KNOWLEDGE_BASE_RESPONSE_GENERATION
– ENABLED
-
POST_PROCESSING
– DISABLED
"
+ },
+ "promptType":{
+ "shape":"PromptType",
+ "documentation":"The step in the agent sequence that this prompt configuration applies to.
"
+ }
},
- "documentation":"BasePromptConfiguration per Prompt Type.
"
+ "documentation":"Contains configurations to override a prompt template in one part of an agent sequence. For more information, see Advanced prompts.
"
},
"PromptConfigurations":{
"type":"list",
"member":{"shape":"PromptConfiguration"},
- "documentation":"List of BasePromptConfiguration
",
"max":10,
"min":0
},
@@ -2753,15 +3523,20 @@
"type":"structure",
"required":["promptConfigurations"],
"members":{
- "promptConfigurations":{"shape":"PromptConfigurations"},
- "overrideLambda":{"shape":"LambdaArn"}
+ "overrideLambda":{
+ "shape":"LambdaArn",
+ "documentation":"The ARN of the Lambda function to use when parsing the raw foundation model output in parts of the agent sequence. If you specify this field, at least one of the promptConfigurations
must contain a parserMode
value that is set to OVERRIDDEN
.
"
+ },
+ "promptConfigurations":{
+ "shape":"PromptConfigurations",
+ "documentation":"Contains configurations to override a prompt template in one part of an agent sequence. For more information, see Advanced prompts.
"
+ }
},
- "documentation":"Configuration for prompt override.
",
+ "documentation":"Contains configurations to override prompts in different parts of an agent sequence. For more information, see Advanced prompts.
",
"sensitive":true
},
"PromptState":{
"type":"string",
- "documentation":"Prompt State.
",
"enum":[
"ENABLED",
"DISABLED"
@@ -2769,7 +3544,6 @@
},
"PromptType":{
"type":"string",
- "documentation":"Prompt Type.
",
"enum":[
"PRE_PROCESSING",
"ORCHESTRATION",
@@ -2779,120 +3553,161 @@
},
"RdsArn":{
"type":"string",
- "documentation":"Arn of a RDS Resource.
",
- "pattern":"arn:aws(|-cn|-us-gov):rds:[a-zA-Z0-9-]*:[0-9]{12}:cluster:[a-zA-Z0-9-]{1,63}"
+ "pattern":"^arn:aws(|-cn|-us-gov):rds:[a-zA-Z0-9-]*:[0-9]{12}:cluster:[a-zA-Z0-9-]{1,63}$"
},
"RdsConfiguration":{
"type":"structure",
"required":[
- "resourceArn",
"credentialsSecretArn",
"databaseName",
- "tableName",
- "fieldMapping"
+ "fieldMapping",
+ "resourceArn",
+ "tableName"
],
"members":{
- "resourceArn":{"shape":"RdsArn"},
- "credentialsSecretArn":{"shape":"SecretArn"},
- "databaseName":{"shape":"RdsDatabaseName"},
- "tableName":{"shape":"RdsTableName"},
- "fieldMapping":{"shape":"RdsFieldMapping"}
+ "credentialsSecretArn":{
+ "shape":"SecretArn",
+ "documentation":"The ARN of the secret that you created in Secrets Manager that is linked to your Amazon RDS database.
"
+ },
+ "databaseName":{
+ "shape":"RdsDatabaseName",
+ "documentation":"The name of your Amazon RDS database.
"
+ },
+ "fieldMapping":{
+ "shape":"RdsFieldMapping",
+ "documentation":"Contains the names of the fields to which to map information about the vector store.
"
+ },
+ "resourceArn":{
+ "shape":"RdsArn",
+ "documentation":"The ARN of the vector store.
"
+ },
+ "tableName":{
+ "shape":"RdsTableName",
+ "documentation":"The name of the table in the database.
"
+ }
},
- "documentation":"Contains the configurations to use RDS to store knowledge base data.
"
+ "documentation":"Contains details about the storage configuration of the knowledge base in Amazon RDS. For more information, see Create a vector index in Amazon RDS.
"
},
"RdsDatabaseName":{
"type":"string",
- "documentation":"Name of the database within RDS
",
"max":63,
"min":0,
- "pattern":"[a-zA-Z0-9_\\-]+"
+ "pattern":"^[a-zA-Z0-9_\\-]+$"
},
"RdsFieldMapping":{
"type":"structure",
"required":[
+ "metadataField",
"primaryKeyField",
- "vectorField",
"textField",
- "metadataField"
+ "vectorField"
],
"members":{
- "primaryKeyField":{"shape":"ColumnName"},
- "vectorField":{"shape":"ColumnName"},
- "textField":{"shape":"ColumnName"},
- "metadataField":{"shape":"ColumnName"}
+ "metadataField":{
+ "shape":"ColumnName",
+ "documentation":"The name of the field in which Amazon Bedrock stores metadata about the vector store.
"
+ },
+ "primaryKeyField":{
+ "shape":"ColumnName",
+ "documentation":"The name of the field in which Amazon Bedrock stores the ID for each entry.
"
+ },
+ "textField":{
+ "shape":"ColumnName",
+ "documentation":"The name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.
"
+ },
+ "vectorField":{
+ "shape":"ColumnName",
+ "documentation":"The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.
"
+ }
},
- "documentation":"A mapping of Bedrock Knowledge Base fields to RDS column names
"
+ "documentation":"Contains the names of the fields to which to map information about the vector store.
"
},
"RdsTableName":{
"type":"string",
- "documentation":"Name of the table within RDS
",
"max":63,
"min":0,
- "pattern":"[a-zA-Z0-9_\\.\\-]+"
+ "pattern":"^[a-zA-Z0-9_\\.\\-]+$"
},
"RecommendedAction":{
"type":"string",
- "documentation":"The recommended action users can take to resolve an error in failureReasons.
",
"max":2048,
"min":0
},
"RecommendedActions":{
"type":"list",
"member":{"shape":"RecommendedAction"},
- "documentation":"The recommended actions users can take to resolve an error in failureReasons.
",
"max":2048,
"min":0
},
"RedisEnterpriseCloudConfiguration":{
"type":"structure",
"required":[
- "endpoint",
- "vectorIndexName",
"credentialsSecretArn",
- "fieldMapping"
+ "endpoint",
+ "fieldMapping",
+ "vectorIndexName"
],
"members":{
- "endpoint":{"shape":"RedisEnterpriseCloudEndpoint"},
- "vectorIndexName":{"shape":"RedisEnterpriseCloudIndexName"},
- "credentialsSecretArn":{"shape":"SecretArn"},
- "fieldMapping":{"shape":"RedisEnterpriseCloudFieldMapping"}
+ "credentialsSecretArn":{
+ "shape":"SecretArn",
+ "documentation":"The ARN of the secret that you created in Secrets Manager that is linked to your Redis Enterprise Cloud database.
"
+ },
+ "endpoint":{
+ "shape":"RedisEnterpriseCloudEndpoint",
+ "documentation":"The endpoint URL of the Redis Enterprise Cloud database.
"
+ },
+ "fieldMapping":{
+ "shape":"RedisEnterpriseCloudFieldMapping",
+ "documentation":"Contains the names of the fields to which to map information about the vector store.
"
+ },
+ "vectorIndexName":{
+ "shape":"RedisEnterpriseCloudIndexName",
+ "documentation":"The name of the vector index.
"
+ }
},
- "documentation":"Contains the configurations to use Redis Enterprise Cloud to store knowledge base data.
"
+ "documentation":"Contains details about the storage configuration of the knowledge base in Redis Enterprise Cloud. For more information, see Create a vector index in Redis Enterprise Cloud.
"
},
"RedisEnterpriseCloudEndpoint":{
"type":"string",
- "documentation":"Redis enterprise cloud endpoint
",
"max":2048,
"min":0,
- "pattern":".*"
+ "pattern":"^.*$"
},
"RedisEnterpriseCloudFieldMapping":{
"type":"structure",
"required":[
- "vectorField",
+ "metadataField",
"textField",
- "metadataField"
+ "vectorField"
],
"members":{
- "vectorField":{"shape":"FieldName"},
- "textField":{"shape":"FieldName"},
- "metadataField":{"shape":"FieldName"}
+ "metadataField":{
+ "shape":"FieldName",
+ "documentation":"The name of the field in which Amazon Bedrock stores metadata about the vector store.
"
+ },
+ "textField":{
+ "shape":"FieldName",
+ "documentation":"The name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.
"
+ },
+ "vectorField":{
+ "shape":"FieldName",
+ "documentation":"The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.
"
+ }
},
- "documentation":"A mapping of Bedrock Knowledge Base fields to Redis Cloud field names
"
+ "documentation":"Contains the names of the fields to which to map information about the vector store.
"
},
"RedisEnterpriseCloudIndexName":{
"type":"string",
- "documentation":"Name of a redis enterprise cloud index
",
"max":2048,
"min":0,
- "pattern":".*"
+ "pattern":"^.*$"
},
"ResourceNotFoundException":{
"type":"structure",
"members":{
"message":{"shape":"NonBlankString"}
},
- "documentation":"This exception is thrown when a resource referenced by the operation does not exist
",
+ "documentation":"The specified resource ARN was not found. Check the ARN and try your request again.
",
"error":{
"httpStatusCode":404,
"senderFault":true
@@ -2901,73 +3716,82 @@
},
"S3BucketArn":{
"type":"string",
- "documentation":"A S3 bucket ARN
",
"max":2048,
"min":1,
- "pattern":"arn:aws(|-cn|-us-gov):s3:::[a-z0-9][a-z0-9.-]{1,61}[a-z0-9]"
+ "pattern":"^arn:aws(|-cn|-us-gov):s3:::[a-z0-9][a-z0-9.-]{1,61}[a-z0-9]$"
},
"S3BucketName":{
"type":"string",
- "documentation":"A bucket in S3.
",
"max":63,
"min":3,
- "pattern":"[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]"
+ "pattern":"^[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]$"
},
"S3DataSourceConfiguration":{
"type":"structure",
"required":["bucketArn"],
"members":{
- "bucketArn":{"shape":"S3BucketArn"},
- "inclusionPrefixes":{"shape":"S3Prefixes"}
+ "bucketArn":{
+ "shape":"S3BucketArn",
+ "documentation":"The ARN of the bucket that contains the data source.
"
+ },
+ "inclusionPrefixes":{
+ "shape":"S3Prefixes",
+ "documentation":"A list of S3 prefixes that define the object containing the data sources. For more information, see Organizing objects using prefixes.
"
+ }
},
- "documentation":"Configures an S3 data source location.
"
+ "documentation":"Contains information about the S3 configuration of the data source.
"
},
"S3Identifier":{
"type":"structure",
"members":{
- "s3BucketName":{"shape":"S3BucketName"},
- "s3ObjectKey":{"shape":"S3ObjectKey"}
+ "s3BucketName":{
+ "shape":"S3BucketName",
+ "documentation":"The name of the S3 bucket.
"
+ },
+ "s3ObjectKey":{
+ "shape":"S3ObjectKey",
+ "documentation":"The S3 object key containing the resource.
"
+ }
},
- "documentation":"The identifier for the S3 resource.
"
+ "documentation":"Contains information about the S3 object containing the resource.
"
},
"S3ObjectKey":{
"type":"string",
- "documentation":"A object key in S3.
",
"max":1024,
"min":1,
- "pattern":"[\\.\\-\\!\\*\\_\\'\\(\\)a-zA-Z0-9][\\.\\-\\!\\*\\_\\'\\(\\)\\/a-zA-Z0-9]*"
+ "pattern":"^[\\.\\-\\!\\*\\_\\'\\(\\)a-zA-Z0-9][\\.\\-\\!\\*\\_\\'\\(\\)\\/a-zA-Z0-9]*$"
},
"S3Prefix":{
"type":"string",
- "documentation":"Prefix for s3 object.
",
"max":300,
"min":1
},
"S3Prefixes":{
"type":"list",
"member":{"shape":"S3Prefix"},
- "documentation":"A list of S3 prefixes.
",
"max":1,
"min":1
},
"SecretArn":{
"type":"string",
- "documentation":"Arn of a SecretsManager Secret.
",
- "pattern":"arn:aws(|-cn|-us-gov):secretsmanager:[a-z0-9-]{1,20}:([0-9]{12}|):secret:[a-zA-Z0-9!/_+=.@-]{1,512}"
+ "pattern":"^arn:aws(|-cn|-us-gov):secretsmanager:[a-z0-9-]{1,20}:([0-9]{12}|):secret:[a-zA-Z0-9!/_+=.@-]{1,512}$"
},
"ServerSideEncryptionConfiguration":{
"type":"structure",
"members":{
- "kmsKeyArn":{"shape":"KmsKeyArn"}
+ "kmsKeyArn":{
+ "shape":"KmsKeyArn",
+ "documentation":"The ARN of the KMS key used to encrypt the resource.
"
+ }
},
- "documentation":"Server-side encryption configuration.
"
+ "documentation":"Contains the configuration for server-side encryption.
"
},
"ServiceQuotaExceededException":{
"type":"structure",
"members":{
"message":{"shape":"NonBlankString"}
},
- "documentation":"This exception is thrown when a request is made beyond the service quota
",
+ "documentation":"The number of requests exceeds the service quota. Resubmit your request later.
",
"error":{
"httpStatusCode":402,
"senderFault":true
@@ -2976,14 +3800,12 @@
},
"SessionTTL":{
"type":"integer",
- "documentation":"Max Session Time.
",
"box":true,
"max":3600,
"min":60
},
"SortOrder":{
"type":"string",
- "documentation":"Order to sort results by.
",
"enum":[
"ASCENDING",
"DESCENDING"
@@ -2992,38 +3814,46 @@
"StartIngestionJobRequest":{
"type":"structure",
"required":[
- "knowledgeBaseId",
- "dataSourceId"
+ "dataSourceId",
+ "knowledgeBaseId"
],
"members":{
- "knowledgeBaseId":{
- "shape":"Id",
- "location":"uri",
- "locationName":"knowledgeBaseId"
+ "clientToken":{
+ "shape":"ClientToken",
+ "documentation":"A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
",
+ "idempotencyToken":true
},
"dataSourceId":{
"shape":"Id",
+ "documentation":"The unique identifier of the data source to ingest.
",
"location":"uri",
"locationName":"dataSourceId"
},
- "clientToken":{
- "shape":"ClientToken",
- "idempotencyToken":true
+ "description":{
+ "shape":"Description",
+ "documentation":"A description of the ingestion job.
"
},
- "description":{"shape":"Description"}
+ "knowledgeBaseId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the knowledge base to which to add the data source.
",
+ "location":"uri",
+ "locationName":"knowledgeBaseId"
+ }
}
},
"StartIngestionJobResponse":{
"type":"structure",
"required":["ingestionJob"],
"members":{
- "ingestionJob":{"shape":"IngestionJob"}
+ "ingestionJob":{
+ "shape":"IngestionJob",
+ "documentation":"An object containing information about the ingestion job.
"
+ }
}
},
"StopSequences":{
"type":"list",
"member":{"shape":"String"},
- "documentation":"List of stop sequences
",
"max":4,
"min":0
},
@@ -3031,26 +3861,39 @@
"type":"structure",
"required":["type"],
"members":{
- "type":{"shape":"KnowledgeBaseStorageType"},
- "opensearchServerlessConfiguration":{"shape":"OpenSearchServerlessConfiguration"},
- "pineconeConfiguration":{"shape":"PineconeConfiguration"},
- "redisEnterpriseCloudConfiguration":{"shape":"RedisEnterpriseCloudConfiguration"},
- "rdsConfiguration":{"shape":"RdsConfiguration"}
+ "opensearchServerlessConfiguration":{
+ "shape":"OpenSearchServerlessConfiguration",
+ "documentation":"Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.
"
+ },
+ "pineconeConfiguration":{
+ "shape":"PineconeConfiguration",
+ "documentation":"Contains the storage configuration of the knowledge base in Pinecone.
"
+ },
+ "rdsConfiguration":{
+ "shape":"RdsConfiguration",
+ "documentation":"Contains details about the storage configuration of the knowledge base in Amazon RDS. For more information, see Create a vector index in Amazon RDS.
"
+ },
+ "redisEnterpriseCloudConfiguration":{
+ "shape":"RedisEnterpriseCloudConfiguration",
+ "documentation":"Contains the storage configuration of the knowledge base in Redis Enterprise Cloud.
"
+ },
+ "type":{
+ "shape":"KnowledgeBaseStorageType",
+ "documentation":"The vector store service in which the knowledge base is stored.
"
+ }
},
- "documentation":"Configures the physical storage of ingested data in a knowledge base.
"
+ "documentation":"Contains the storage configuration of the knowledge base.
"
},
"String":{"type":"string"},
"TagKey":{
"type":"string",
- "documentation":"Key of a tag
",
"max":128,
"min":1,
- "pattern":"[a-zA-Z0-9\\s._:/=+@-]*"
+ "pattern":"^[a-zA-Z0-9\\s._:/=+@-]*$"
},
"TagKeyList":{
"type":"list",
"member":{"shape":"TagKey"},
- "documentation":"List of Tag Keys
",
"max":200,
"min":0
},
@@ -3063,10 +3906,14 @@
"members":{
"resourceArn":{
"shape":"TaggableResourcesArn",
+ "documentation":"The ARN of the resource to tag.
",
"location":"uri",
"locationName":"resourceArn"
},
- "tags":{"shape":"TagsMap"}
+ "tags":{
+ "shape":"TagsMap",
+ "documentation":"An object containing key-value pairs that define the tags to attach to the resource.
"
+ }
}
},
"TagResourceResponse":{
@@ -3076,27 +3923,23 @@
},
"TagValue":{
"type":"string",
- "documentation":"Value of a tag
",
"max":256,
"min":0,
- "pattern":"[a-zA-Z0-9\\s._:/=+@-]*"
+ "pattern":"^[a-zA-Z0-9\\s._:/=+@-]*$"
},
"TaggableResourcesArn":{
"type":"string",
- "documentation":"ARN of Taggable resources: [Agent, AgentAlias, Knowledge-Base]
",
"max":1011,
"min":20,
- "pattern":".*(^arn:aws:bedrock:[a-zA-Z0-9-]+:/d{12}:(agent|agent-alias|knowledge-base)/[A-Z0-9]{10}(?:/[A-Z0-9]{10})?$).*"
+ "pattern":"(^arn:aws:bedrock:[a-zA-Z0-9-]+:/d{12}:(agent|agent-alias|knowledge-base)/[A-Z0-9]{10}(?:/[A-Z0-9]{10})?$)"
},
"TagsMap":{
"type":"map",
"key":{"shape":"TagKey"},
- "value":{"shape":"TagValue"},
- "documentation":"A map of tag keys and values
"
+ "value":{"shape":"TagValue"}
},
"Temperature":{
"type":"float",
- "documentation":"Controls randomness, higher values increase diversity
",
"box":true,
"max":1,
"min":0
@@ -3106,7 +3949,7 @@
"members":{
"message":{"shape":"NonBlankString"}
},
- "documentation":"This exception is thrown when the number of requests exceeds the limit
",
+ "documentation":"The number of requests exceeds the limit. Resubmit your request later.
",
"error":{
"httpStatusCode":429,
"senderFault":true
@@ -3115,14 +3958,12 @@
},
"TopK":{
"type":"integer",
- "documentation":"Sample from the k most likely next tokens
",
"box":true,
"max":500,
"min":0
},
"TopP":{
"type":"float",
- "documentation":"Cumulative probability cutoff for token selection
",
"box":true,
"max":1,
"min":0
@@ -3136,11 +3977,13 @@
"members":{
"resourceArn":{
"shape":"TaggableResourcesArn",
+ "documentation":"The ARN of the resource from which to remove tags.
",
"location":"uri",
"locationName":"resourceArn"
},
"tagKeys":{
"shape":"TagKeyList",
+ "documentation":"A list of keys of the tags to remove from the resource.
",
"location":"querystring",
"locationName":"tagKeys"
}
@@ -3154,80 +3997,109 @@
"UpdateAgentActionGroupRequest":{
"type":"structure",
"required":[
- "agentId",
- "agentVersion",
"actionGroupId",
- "actionGroupName"
+ "actionGroupName",
+ "agentId",
+ "agentVersion"
],
"members":{
+ "actionGroupExecutor":{
+ "shape":"ActionGroupExecutor",
+ "documentation":"The ARN of the Lambda function containing the business logic that is carried out upon invoking the action.
"
+ },
+ "actionGroupId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the action group.
",
+ "location":"uri",
+ "locationName":"actionGroupId"
+ },
+ "actionGroupName":{
+ "shape":"Name",
+ "documentation":"Specifies a new name for the action group.
"
+ },
+ "actionGroupState":{
+ "shape":"ActionGroupState",
+ "documentation":"Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
"
+ },
"agentId":{
"shape":"Id",
- "documentation":"Id generated at the server side when an Agent is created
",
+ "documentation":"The unique identifier of the agent for which to update the action group.
",
"location":"uri",
"locationName":"agentId"
},
"agentVersion":{
"shape":"DraftVersion",
- "documentation":"Draft Version of the Agent.
",
+ "documentation":"The unique identifier of the agent version for which to update the action group.
",
"location":"uri",
"locationName":"agentVersion"
},
- "actionGroupId":{
- "shape":"Id",
- "documentation":"Id generated at the server side when an Action Group is created under Agent
",
- "location":"uri",
- "locationName":"actionGroupId"
+ "apiSchema":{
+ "shape":"APISchema",
+ "documentation":"Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema. For more information, see Action group OpenAPI schemas.
"
},
- "actionGroupName":{"shape":"Name"},
- "description":{"shape":"Description"},
- "parentActionGroupSignature":{"shape":"ActionGroupSignature"},
- "actionGroupExecutor":{"shape":"ActionGroupExecutor"},
- "actionGroupState":{"shape":"ActionGroupState"},
- "apiSchema":{"shape":"APISchema"}
- },
- "documentation":"Update Action Group Request
"
+ "description":{
+ "shape":"Description",
+ "documentation":"Specifies a new name for the action group.
"
+ },
+ "parentActionGroupSignature":{
+ "shape":"ActionGroupSignature",
+ "documentation":"To allow your agent to request the user for additional information when trying to complete a task, set this field to AMAZON.UserInput
. You must leave the description
, apiSchema
, and actionGroupExecutor
fields blank for this action group.
During orchestration, if your agent determines that it needs to invoke an API in an action group, but doesn't have enough information to complete the API request, it will invoke this action group instead and return an Observation reprompting the user for more information.
"
+ }
+ }
},
"UpdateAgentActionGroupResponse":{
"type":"structure",
"required":["agentActionGroup"],
"members":{
- "agentActionGroup":{"shape":"AgentActionGroup"}
- },
- "documentation":"Update Action Group Response
"
+ "agentActionGroup":{
+ "shape":"AgentActionGroup",
+ "documentation":"Contains details about the action group that was updated.
"
+ }
+ }
},
"UpdateAgentAliasRequest":{
"type":"structure",
"required":[
- "agentId",
"agentAliasId",
- "agentAliasName"
+ "agentAliasName",
+ "agentId"
],
"members":{
+ "agentAliasId":{
+ "shape":"AgentAliasId",
+ "documentation":"The unique identifier of the alias.
",
+ "location":"uri",
+ "locationName":"agentAliasId"
+ },
+ "agentAliasName":{
+ "shape":"Name",
+ "documentation":"Specifies a new name for the alias.
"
+ },
"agentId":{
"shape":"Id",
- "documentation":"Id generated at the server side when an Agent is created
",
+ "documentation":"The unique identifier of the agent.
",
"location":"uri",
"locationName":"agentId"
},
- "agentAliasId":{
- "shape":"AgentAliasId",
- "documentation":"Id generated at the server side when an Agent Alias is created
",
- "location":"uri",
- "locationName":"agentAliasId"
+ "description":{
+ "shape":"Description",
+ "documentation":"Specifies a new description for the alias.
"
},
- "agentAliasName":{"shape":"Name"},
- "description":{"shape":"Description"},
- "routingConfiguration":{"shape":"AgentAliasRoutingConfiguration"}
- },
- "documentation":"Update Agent Alias Request
"
+ "routingConfiguration":{
+ "shape":"AgentAliasRoutingConfiguration",
+ "documentation":"Contains details about the routing configuration of the alias.
"
+ }
+ }
},
"UpdateAgentAliasResponse":{
"type":"structure",
"required":["agentAlias"],
"members":{
- "agentAlias":{"shape":"AgentAlias"}
- },
- "documentation":"Update Agent Alias Response
"
+ "agentAlias":{
+ "shape":"AgentAlias",
+ "documentation":"Contains details about the alias that was updated.
"
+ }
+ }
},
"UpdateAgentKnowledgeBaseRequest":{
"type":"structure",
@@ -3239,137 +4111,212 @@
"members":{
"agentId":{
"shape":"Id",
- "documentation":"Id generated at the server side when an Agent is created
",
+ "documentation":"The unique identifier of the agent associated with the knowledge base that you want to update.
",
"location":"uri",
"locationName":"agentId"
},
"agentVersion":{
"shape":"DraftVersion",
- "documentation":"Draft Version of the Agent.
",
+ "documentation":"The version of the agent associated with the knowledge base that you want to update.
",
"location":"uri",
"locationName":"agentVersion"
},
+ "description":{
+ "shape":"Description",
+ "documentation":"Specifies a new description for the knowledge base associated with an agent.
"
+ },
"knowledgeBaseId":{
"shape":"Id",
- "documentation":"Id generated at the server side when a Knowledge Base is associated to an Agent
",
+ "documentation":"The unique identifier of the knowledge base that has been associated with an agent.
",
"location":"uri",
"locationName":"knowledgeBaseId"
},
- "description":{"shape":"Description"},
- "knowledgeBaseState":{"shape":"KnowledgeBaseState"}
- },
- "documentation":"Update Agent Knowledge Base Request
"
+ "knowledgeBaseState":{
+ "shape":"KnowledgeBaseState",
+ "documentation":"Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.
"
+ }
+ }
},
"UpdateAgentKnowledgeBaseResponse":{
"type":"structure",
"required":["agentKnowledgeBase"],
"members":{
- "agentKnowledgeBase":{"shape":"AgentKnowledgeBase"}
- },
- "documentation":"Update Agent Knowledge Base Response
"
+ "agentKnowledgeBase":{
+ "shape":"AgentKnowledgeBase",
+ "documentation":"Contains details about the knowledge base that has been associated with an agent.
"
+ }
+ }
},
"UpdateAgentRequest":{
"type":"structure",
"required":[
"agentId",
"agentName",
- "agentResourceRoleArn"
+ "agentResourceRoleArn",
+ "foundationModel"
],
"members":{
"agentId":{
"shape":"Id",
- "documentation":"Id generated at the server side when an Agent is created
",
+ "documentation":"The unique identifier of the agent.
",
"location":"uri",
"locationName":"agentId"
},
- "agentName":{"shape":"Name"},
- "instruction":{"shape":"Instruction"},
- "foundationModel":{"shape":"ModelIdentifier"},
- "description":{"shape":"Description"},
- "idleSessionTTLInSeconds":{"shape":"SessionTTL"},
- "agentResourceRoleArn":{"shape":"AgentRoleArn"},
- "customerEncryptionKeyArn":{"shape":"KmsKeyArn"},
- "promptOverrideConfiguration":{"shape":"PromptOverrideConfiguration"}
- },
- "documentation":"Update Agent Request
"
+ "agentName":{
+ "shape":"Name",
+ "documentation":"Specifies a new name for the agent.
"
+ },
+ "agentResourceRoleArn":{
+ "shape":"AgentRoleArn",
+ "documentation":"The ARN of the IAM role with permissions to update the agent. The ARN must begin with AmazonBedrockExecutionRoleForAgents_
.
"
+ },
+ "customerEncryptionKeyArn":{
+ "shape":"KmsKeyArn",
+ "documentation":"The ARN of the KMS key with which to encrypt the agent.
"
+ },
+ "description":{
+ "shape":"Description",
+ "documentation":"Specifies a new description of the agent.
"
+ },
+ "foundationModel":{
+ "shape":"ModelIdentifier",
+ "documentation":"Specifies a new foundation model to be used for orchestration by the agent.
"
+ },
+ "idleSessionTTLInSeconds":{
+ "shape":"SessionTTL",
+ "documentation":"The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent.
A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Bedrock deletes any data provided before the timeout.
"
+ },
+ "instruction":{
+ "shape":"Instruction",
+ "documentation":"Specifies new instructions that tell the agent what it should do and how it should interact with users.
"
+ },
+ "promptOverrideConfiguration":{
+ "shape":"PromptOverrideConfiguration",
+ "documentation":"Contains configurations to override prompts in different parts of an agent sequence. For more information, see Advanced prompts.
"
+ }
+ }
},
"UpdateAgentResponse":{
"type":"structure",
"required":["agent"],
"members":{
- "agent":{"shape":"Agent"}
- },
- "documentation":"Update Agent Response
"
+ "agent":{
+ "shape":"Agent",
+ "documentation":"Contains details about the agent that was updated.
"
+ }
+ }
},
"UpdateDataSourceRequest":{
"type":"structure",
"required":[
- "knowledgeBaseId",
+ "dataSourceConfiguration",
"dataSourceId",
- "name",
- "dataSourceConfiguration"
+ "knowledgeBaseId",
+ "name"
],
"members":{
- "knowledgeBaseId":{
- "shape":"Id",
- "location":"uri",
- "locationName":"knowledgeBaseId"
+ "dataSourceConfiguration":{
+ "shape":"DataSourceConfiguration",
+ "documentation":"Contains details about the storage configuration of the data source.
"
},
"dataSourceId":{
"shape":"Id",
+ "documentation":"The unique identifier of the data source.
",
"location":"uri",
"locationName":"dataSourceId"
},
- "name":{"shape":"Name"},
- "description":{"shape":"Description"},
- "dataSourceConfiguration":{"shape":"DataSourceConfiguration"},
- "serverSideEncryptionConfiguration":{"shape":"ServerSideEncryptionConfiguration"},
- "vectorIngestionConfiguration":{"shape":"VectorIngestionConfiguration"}
+ "description":{
+ "shape":"Description",
+ "documentation":"Specifies a new description for the data source.
"
+ },
+ "knowledgeBaseId":{
+ "shape":"Id",
+ "documentation":"The unique identifier of the knowledge base to which the data source belongs.
",
+ "location":"uri",
+ "locationName":"knowledgeBaseId"
+ },
+ "name":{
+ "shape":"Name",
+ "documentation":"Specifies a new name for the data source.
"
+ },
+ "serverSideEncryptionConfiguration":{
+ "shape":"ServerSideEncryptionConfiguration",
+ "documentation":"Contains details about server-side encryption of the data source.
"
+ },
+ "vectorIngestionConfiguration":{
+ "shape":"VectorIngestionConfiguration",
+ "documentation":"Contains details about how to ingest the documents in the data source.
"
+ }
}
},
"UpdateDataSourceResponse":{
"type":"structure",
"required":["dataSource"],
"members":{
- "dataSource":{"shape":"DataSource"}
+ "dataSource":{
+ "shape":"DataSource",
+ "documentation":"Contains details about the data source.
"
+ }
}
},
"UpdateKnowledgeBaseRequest":{
"type":"structure",
"required":[
+ "knowledgeBaseConfiguration",
"knowledgeBaseId",
"name",
"roleArn",
- "knowledgeBaseConfiguration",
"storageConfiguration"
],
"members":{
+ "description":{
+ "shape":"Description",
+ "documentation":"Specifies a new description for the knowledge base.
"
+ },
+ "knowledgeBaseConfiguration":{
+ "shape":"KnowledgeBaseConfiguration",
+ "documentation":"Specifies the configuration for the embeddings model used for the knowledge base. You must use the same configuration as when the knowledge base was created.
"
+ },
"knowledgeBaseId":{
"shape":"Id",
+ "documentation":"The unique identifier of the knowledge base to update.
",
"location":"uri",
"locationName":"knowledgeBaseId"
},
- "name":{"shape":"Name"},
- "description":{"shape":"Description"},
- "roleArn":{"shape":"KnowledgeBaseRoleArn"},
- "knowledgeBaseConfiguration":{"shape":"KnowledgeBaseConfiguration"},
- "storageConfiguration":{"shape":"StorageConfiguration"}
+ "name":{
+ "shape":"Name",
+ "documentation":"Specifies a new name for the knowledge base.
"
+ },
+ "roleArn":{
+ "shape":"KnowledgeBaseRoleArn",
+ "documentation":"Specifies a different Amazon Resource Name (ARN) of the IAM role with permissions to modify the knowledge base.
"
+ },
+ "storageConfiguration":{
+ "shape":"StorageConfiguration",
+ "documentation":"Specifies the configuration for the vector store used for the knowledge base. You must use the same configuration as when the knowledge base was created.
"
+ }
}
},
"UpdateKnowledgeBaseResponse":{
"type":"structure",
"required":["knowledgeBase"],
"members":{
- "knowledgeBase":{"shape":"KnowledgeBase"}
+ "knowledgeBase":{
+ "shape":"KnowledgeBase",
+ "documentation":"Contains details about the knowledge base.
"
+ }
}
},
"ValidationException":{
"type":"structure",
"members":{
- "message":{"shape":"NonBlankString"},
- "fieldList":{"shape":"ValidationExceptionFieldList"}
+ "fieldList":{
+ "shape":"ValidationExceptionFieldList",
+ "documentation":"A list of objects containing fields that caused validation errors and their corresponding validation error messages.
"
+ },
+ "message":{"shape":"NonBlankString"}
},
- "documentation":"This exception is thrown when the request's input validation fails
",
+ "documentation":"Input validation failed. Check your request parameters and retry the request.
",
"error":{
"httpStatusCode":400,
"senderFault":true
@@ -3379,42 +4326,52 @@
"ValidationExceptionField":{
"type":"structure",
"required":[
- "name",
- "message"
+ "message",
+ "name"
],
"members":{
- "name":{"shape":"NonBlankString"},
- "message":{"shape":"NonBlankString"}
+ "message":{
+ "shape":"NonBlankString",
+ "documentation":"A message describing why this field failed validation.
"
+ },
+ "name":{
+ "shape":"NonBlankString",
+ "documentation":"The name of the field.
"
+ }
},
- "documentation":"Stores information about a field passed inside a request that resulted in an exception
"
+ "documentation":"Stores information about a field passed inside a request that resulted in an validation error.
"
},
"ValidationExceptionFieldList":{
"type":"list",
- "member":{"shape":"ValidationExceptionField"},
- "documentation":"list of ValidationExceptionField
"
+ "member":{"shape":"ValidationExceptionField"}
},
"VectorIngestionConfiguration":{
"type":"structure",
"members":{
- "chunkingConfiguration":{"shape":"ChunkingConfiguration"}
+ "chunkingConfiguration":{
+ "shape":"ChunkingConfiguration",
+ "documentation":"Details about how to chunk the documents in the data source. A chunk refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried.
"
+ }
},
- "documentation":"Configures ingestion for a vector knowledge base
"
+ "documentation":"Contains details about how to ingest the documents in a data source.
"
},
"VectorKnowledgeBaseConfiguration":{
"type":"structure",
"required":["embeddingModelArn"],
"members":{
- "embeddingModelArn":{"shape":"BedrockEmbeddingModelArn"}
+ "embeddingModelArn":{
+ "shape":"BedrockEmbeddingModelArn",
+ "documentation":"The ARN of the model used to create vector embeddings for the knowledge base.
"
+ }
},
- "documentation":"Configurations for a vector knowledge base.
"
+ "documentation":"Contains details about the model used to create vector embeddings for the knowledge base.
"
},
"Version":{
"type":"string",
- "documentation":"Agent Version.
",
"max":5,
"min":1,
- "pattern":"(DRAFT|[0-9]{0,4}[1-9][0-9]{0,4})"
+ "pattern":"^(DRAFT|[0-9]{0,4}[1-9][0-9]{0,4})$"
}
},
- "documentation":"An example service, deployed with the Octane Service creator, which will echo the string
"
+ "documentation":"Describes the API operations for creating and managing Amazon Bedrock agents.
"
}
From 9644c377b2ae5a090810e6d43affbc50c6f57f8d Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Wed, 27 Mar 2024 18:25:35 +0000
Subject: [PATCH 06/10] AWS Batch Update: This feature allows AWS Batch to
support configuration of imagePullSecrets and allowPrivilegeEscalation for
jobs running on EKS
---
.../feature-AWSBatch-561e82a.json | 6 +++++
.../codegen-resources/service-2.json | 27 +++++++++++++++++++
2 files changed, 33 insertions(+)
create mode 100644 .changes/next-release/feature-AWSBatch-561e82a.json
diff --git a/.changes/next-release/feature-AWSBatch-561e82a.json b/.changes/next-release/feature-AWSBatch-561e82a.json
new file mode 100644
index 000000000000..3e333cb07292
--- /dev/null
+++ b/.changes/next-release/feature-AWSBatch-561e82a.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "AWS Batch",
+ "contributor": "",
+ "description": "This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS"
+}
diff --git a/services/batch/src/main/resources/codegen-resources/service-2.json b/services/batch/src/main/resources/codegen-resources/service-2.json
index e112cd388475..67937062d45e 100644
--- a/services/batch/src/main/resources/codegen-resources/service-2.json
+++ b/services/batch/src/main/resources/codegen-resources/service-2.json
@@ -1923,6 +1923,10 @@
"shape":"Boolean",
"documentation":"When this parameter is true
, the container is given elevated permissions on the host container instance. The level of permissions are similar to the root
user permissions. The default value is false
. This parameter maps to privileged
policy in the Privileged pod security policies in the Kubernetes documentation.
"
},
+ "allowPrivilegeEscalation":{
+ "shape":"Boolean",
+ "documentation":"Whether or not a container or a Kubernetes pod is allowed to gain more privileges than its parent process. The default value is false
.
"
+ },
"readOnlyRootFilesystem":{
"shape":"Boolean",
"documentation":"When this parameter is true
, the container is given read-only access to its root file system. The default value is false
. This parameter maps to ReadOnlyRootFilesystem
policy in the Volumes and file systems pod security policies in the Kubernetes documentation.
"
@@ -2019,6 +2023,10 @@
"shape":"String",
"documentation":"The DNS policy for the pod. The default value is ClusterFirst
. If the hostNetwork
parameter is not specified, the default is ClusterFirstWithHostNet
. ClusterFirst
indicates that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver inherited from the node. For more information, see Pod's DNS policy in the Kubernetes documentation.
Valid values: Default
| ClusterFirst
| ClusterFirstWithHostNet
"
},
+ "imagePullSecrets":{
+ "shape":"ImagePullSecrets",
+ "documentation":"References a Kubernetes secret resource. This object must start and end with an alphanumeric character, is required to be lowercase, can include periods (.) and hyphens (-), and can't contain more than 253 characters.
ImagePullSecret$name
is required when this object is used.
"
+ },
"containers":{
"shape":"EksContainers",
"documentation":"The properties of the container that's used on the Amazon EKS pod.
"
@@ -2057,6 +2065,10 @@
"shape":"String",
"documentation":"The DNS policy for the pod. The default value is ClusterFirst
. If the hostNetwork
parameter is not specified, the default is ClusterFirstWithHostNet
. ClusterFirst
indicates that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver inherited from the node. If no value was specified for dnsPolicy
in the RegisterJobDefinition API operation, then no value will be returned for dnsPolicy
by either of DescribeJobDefinitions or DescribeJobs API operations. The pod spec setting will contain either ClusterFirst
or ClusterFirstWithHostNet
, depending on the value of the hostNetwork
parameter. For more information, see Pod's DNS policy in the Kubernetes documentation.
Valid values: Default
| ClusterFirst
| ClusterFirstWithHostNet
"
},
+ "imagePullSecrets":{
+ "shape":"ImagePullSecrets",
+ "documentation":"Displays the reference pointer to the Kubernetes secret resource.
"
+ },
"containers":{
"shape":"EksContainerDetails",
"documentation":"The properties of the container that's used on the Amazon EKS pod.
"
@@ -2269,6 +2281,21 @@
"max":256,
"min":1
},
+ "ImagePullSecret":{
+ "type":"structure",
+ "required":["name"],
+ "members":{
+ "name":{
+ "shape":"String",
+ "documentation":"Provides a unique identifier for the ImagePullSecret
. This object is required when EksPodProperties$imagePullSecrets
is used.
"
+ }
+ },
+ "documentation":"References a Kubernetes configuration resource that holds a list of secrets. These secrets help to gain access to pull an image from a private registry.
"
+ },
+ "ImagePullSecrets":{
+ "type":"list",
+ "member":{"shape":"ImagePullSecret"}
+ },
"ImageType":{
"type":"string",
"max":256,
From 81a91d244228540368ebc80bf4871155004535f9 Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Wed, 27 Mar 2024 18:25:35 +0000
Subject: [PATCH 07/10] Amazon ElastiCache Update: Added minimum capacity to
Amazon ElastiCache Serverless. This feature allows customer to ensure minimum
capacity even without current load
---
.../feature-AmazonElastiCache-0c552f7.json | 6 ++++++
.../resources/codegen-resources/service-2.json | 14 +++++++++-----
2 files changed, 15 insertions(+), 5 deletions(-)
create mode 100644 .changes/next-release/feature-AmazonElastiCache-0c552f7.json
diff --git a/.changes/next-release/feature-AmazonElastiCache-0c552f7.json b/.changes/next-release/feature-AmazonElastiCache-0c552f7.json
new file mode 100644
index 000000000000..07640b88f0fd
--- /dev/null
+++ b/.changes/next-release/feature-AmazonElastiCache-0c552f7.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "Amazon ElastiCache",
+ "contributor": "",
+ "description": "Added minimum capacity to Amazon ElastiCache Serverless. This feature allows customer to ensure minimum capacity even without current load"
+}
diff --git a/services/elasticache/src/main/resources/codegen-resources/service-2.json b/services/elasticache/src/main/resources/codegen-resources/service-2.json
index 97a8e6f61506..2b9c916def32 100644
--- a/services/elasticache/src/main/resources/codegen-resources/service-2.json
+++ b/services/elasticache/src/main/resources/codegen-resources/service-2.json
@@ -3362,15 +3362,16 @@
},
"DataStorage":{
"type":"structure",
- "required":[
- "Maximum",
- "Unit"
- ],
+ "required":["Unit"],
"members":{
"Maximum":{
"shape":"IntegerOptional",
"documentation":"The upper limit for data storage the cache is set to use.
"
},
+ "Minimum":{
+ "shape":"IntegerOptional",
+ "documentation":"The lower limit for data storage the cache is set to use.
"
+ },
"Unit":{
"shape":"DataStorageUnit",
"documentation":"The unit that the storage is measured in, in GB.
"
@@ -4320,11 +4321,14 @@
},
"ECPUPerSecond":{
"type":"structure",
- "required":["Maximum"],
"members":{
"Maximum":{
"shape":"IntegerOptional",
"documentation":"The configuration for the maximum number of ECPUs the cache can consume per second.
"
+ },
+ "Minimum":{
+ "shape":"IntegerOptional",
+ "documentation":"The configuration for the minimum number of ECPUs the cache should be able consume per second.
"
}
},
"documentation":"The configuration for the number of ElastiCache Processing Units (ECPU) the cache can consume per second.
"
From 29fd87c1d3377bd8bc91fade453b33725f22087c Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Wed, 27 Mar 2024 18:25:39 +0000
Subject: [PATCH 08/10] Agents for Amazon Bedrock Runtime Update: This release
introduces filtering support on Retrieve and RetrieveAndGenerate APIs.
---
...AgentsforAmazonBedrockRuntime-a3b81cf.json | 6 +
.../codegen-resources/service-2.json | 121 +++++++++++++++++-
2 files changed, 125 insertions(+), 2 deletions(-)
create mode 100644 .changes/next-release/feature-AgentsforAmazonBedrockRuntime-a3b81cf.json
diff --git a/.changes/next-release/feature-AgentsforAmazonBedrockRuntime-a3b81cf.json b/.changes/next-release/feature-AgentsforAmazonBedrockRuntime-a3b81cf.json
new file mode 100644
index 000000000000..8aac491c8d18
--- /dev/null
+++ b/.changes/next-release/feature-AgentsforAmazonBedrockRuntime-a3b81cf.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "Agents for Amazon Bedrock Runtime",
+ "contributor": "",
+ "description": "This release introduces filtering support on Retrieve and RetrieveAndGenerate APIs."
+}
diff --git a/services/bedrockagentruntime/src/main/resources/codegen-resources/service-2.json b/services/bedrockagentruntime/src/main/resources/codegen-resources/service-2.json
index 95905d616744..b627ed061971 100644
--- a/services/bedrockagentruntime/src/main/resources/codegen-resources/service-2.json
+++ b/services/bedrockagentruntime/src/main/resources/codegen-resources/service-2.json
@@ -76,7 +76,7 @@
{"shape":"AccessDeniedException"},
{"shape":"ServiceQuotaExceededException"}
],
- "documentation":"Queries a knowledge base and generates responses based on the retrieved results. The response cites up to five sources but only selects the ones that are relevant to the query.
"
+ "documentation":"Queries a knowledge base and generates responses based on the retrieved results. The response only cites sources that are relevant to the query.
"
}
},
"shapes":{
@@ -267,6 +267,35 @@
"documentation":"Contains information about the failure of the interaction.
",
"sensitive":true
},
+ "FilterAttribute":{
+ "type":"structure",
+ "required":[
+ "key",
+ "value"
+ ],
+ "members":{
+ "key":{
+ "shape":"FilterKey",
+ "documentation":"The name that the metadata attribute must match.
"
+ },
+ "value":{
+ "shape":"FilterValue",
+ "documentation":"The value to whcih to compare the value of the metadata attribute.
"
+ }
+ },
+ "documentation":"Specifies the name that the metadata attribute must match and the value to which to compare the value of the metadata attribute. For more information, see Query configurations.
This data type is used in the following API operations:
"
+ },
+ "FilterKey":{
+ "type":"string",
+ "max":100,
+ "min":1
+ },
+ "FilterValue":{
+ "type":"structure",
+ "members":{
+ },
+ "document":true
+ },
"FinalResponse":{
"type":"structure",
"members":{
@@ -526,6 +555,10 @@
"shape":"RetrievalResultLocation",
"documentation":"Contains information about the location of the data source.
"
},
+ "metadata":{
+ "shape":"RetrievalResultMetadata",
+ "documentation":"Contains metadata attributes and their values for the file in the data source. For more information, see Metadata and filtering.
"
+ },
"score":{
"shape":"Double",
"documentation":"The level of relevance of the result to the query.
"
@@ -567,6 +600,10 @@
"KnowledgeBaseVectorSearchConfiguration":{
"type":"structure",
"members":{
+ "filter":{
+ "shape":"RetrievalFilter",
+ "documentation":"Specifies the filters to use on the metadata in the knowledge base data sources before returning results. For more information, see Query configurations.
"
+ },
"numberOfResults":{
"shape":"KnowledgeBaseVectorSearchConfigurationNumberOfResultsInteger",
"documentation":"The number of source chunks to retrieve.
",
@@ -842,7 +879,7 @@
"documentation":"The template for the prompt that's sent to the model for response generation. You can include prompt placeholders, which become replaced before the prompt is sent to the model to provide instructions and context to the model. In addition, you can include XML tags to delineate meaningful sections of the prompt template.
For more information, see the following resources:
"
}
},
- "documentation":"Contains the template for the prompt that's sent to the model for response generation. For more information, see Knowledge base prompt templates.
This data type is used in the following API operations:
"
+ "documentation":"Contains the template for the prompt that's sent to the model for response generation. For more information, see Knowledge base prompt templates.
This data type is used in the following API operations:
"
},
"PromptText":{
"type":"string",
@@ -964,6 +1001,64 @@
"documentation":"The response from invoking the agent and associated citations and trace information.
",
"eventstream":true
},
+ "RetrievalFilter":{
+ "type":"structure",
+ "members":{
+ "andAll":{
+ "shape":"RetrievalFilterList",
+ "documentation":"Knowledge base data sources whose metadata attributes fulfill all the filter conditions inside this list are returned.
"
+ },
+ "equals":{
+ "shape":"FilterAttribute",
+ "documentation":"Knowledge base data sources that contain a metadata attribute whose name matches the key
and whose value matches the value
in this object are returned.
"
+ },
+ "greaterThan":{
+ "shape":"FilterAttribute",
+ "documentation":"Knowledge base data sources that contain a metadata attribute whose name matches the key
and whose value is greater than the value
in this object are returned.
"
+ },
+ "greaterThanOrEquals":{
+ "shape":"FilterAttribute",
+ "documentation":"Knowledge base data sources that contain a metadata attribute whose name matches the key
and whose value is greater than or equal to the value
in this object are returned.
"
+ },
+ "in":{
+ "shape":"FilterAttribute",
+ "documentation":"Knowledge base data sources that contain a metadata attribute whose name matches the key
and whose value is in the list specified in the value
in this object are returned.
"
+ },
+ "lessThan":{
+ "shape":"FilterAttribute",
+ "documentation":"Knowledge base data sources that contain a metadata attribute whose name matches the key
and whose value is less than the value
in this object are returned.
"
+ },
+ "lessThanOrEquals":{
+ "shape":"FilterAttribute",
+ "documentation":"Knowledge base data sources that contain a metadata attribute whose name matches the key
and whose value is less than or equal to the value
in this object are returned.
"
+ },
+ "notEquals":{
+ "shape":"FilterAttribute",
+ "documentation":"Knowledge base data sources that contain a metadata attribute whose name matches the key
and whose value doesn't match the value
in this object are returned.
"
+ },
+ "notIn":{
+ "shape":"FilterAttribute",
+ "documentation":"Knowledge base data sources that contain a metadata attribute whose name matches the key
and whose value isn't in the list specified in the value
in this object are returned.
"
+ },
+ "orAll":{
+ "shape":"RetrievalFilterList",
+ "documentation":"Knowledge base data sources whose metadata attributes fulfill at least one of the filter conditions inside this list are returned.
"
+ },
+ "startsWith":{
+ "shape":"FilterAttribute",
+ "documentation":"Knowledge base data sources that contain a metadata attribute whose name matches the key
and whose value starts with the value
in this object are returned. This filter is currently only supported for Amazon OpenSearch Serverless vector stores.
"
+ }
+ },
+ "documentation":"Specifies the filters to use on the metadata attributes in the knowledge base data sources before returning results. For more information, see Query configurations.
This data type is used in the following API operations:
",
+ "sensitive":true,
+ "union":true
+ },
+ "RetrievalFilterList":{
+ "type":"list",
+ "member":{"shape":"RetrievalFilter"},
+ "max":5,
+ "min":2
+ },
"RetrievalResultContent":{
"type":"structure",
"required":["text"],
@@ -996,6 +1091,24 @@
"type":"string",
"enum":["S3"]
},
+ "RetrievalResultMetadata":{
+ "type":"map",
+ "key":{"shape":"RetrievalResultMetadataKey"},
+ "value":{"shape":"RetrievalResultMetadataValue"},
+ "min":1,
+ "sensitive":true
+ },
+ "RetrievalResultMetadataKey":{
+ "type":"string",
+ "max":100,
+ "min":1
+ },
+ "RetrievalResultMetadataValue":{
+ "type":"structure",
+ "members":{
+ },
+ "document":true
+ },
"RetrievalResultS3Location":{
"type":"structure",
"members":{
@@ -1159,6 +1272,10 @@
"location":{
"shape":"RetrievalResultLocation",
"documentation":"Contains information about the location of the data source.
"
+ },
+ "metadata":{
+ "shape":"RetrievalResultMetadata",
+ "documentation":"Contains metadata attributes and their values for the file in the data source. For more information, see Metadata and filtering.
"
}
},
"documentation":"Contains metadata about a source cited for the generated response.
This data type is used in the following API operations:
"
From aa625c031d3da22cb2ff377f4517c38a30d90bfd Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Wed, 27 Mar 2024 18:26:50 +0000
Subject: [PATCH 09/10] Updated endpoints.json and partitions.json.
---
.changes/next-release/feature-AWSSDKforJavav2-0443982.json | 6 ++++++
.../amazon/awssdk/regions/internal/region/endpoints.json | 3 +++
2 files changed, 9 insertions(+)
create mode 100644 .changes/next-release/feature-AWSSDKforJavav2-0443982.json
diff --git a/.changes/next-release/feature-AWSSDKforJavav2-0443982.json b/.changes/next-release/feature-AWSSDKforJavav2-0443982.json
new file mode 100644
index 000000000000..e5b5ee3ca5e3
--- /dev/null
+++ b/.changes/next-release/feature-AWSSDKforJavav2-0443982.json
@@ -0,0 +1,6 @@
+{
+ "type": "feature",
+ "category": "AWS SDK for Java v2",
+ "contributor": "",
+ "description": "Updated endpoint and partition metadata."
+}
diff --git a/core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json b/core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json
index c111a2b648c4..b54a34aab79c 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
@@ -11814,6 +11814,7 @@
"deprecated" : true,
"hostname" : "mediaconvert-fips.us-west-2.amazonaws.com"
},
+ "me-central-1" : { },
"sa-east-1" : { },
"us-east-1" : {
"variants" : [ {
@@ -11847,6 +11848,7 @@
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
+ "ap-south-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-4" : { },
@@ -11877,6 +11879,7 @@
"deprecated" : true,
"hostname" : "medialive-fips.us-west-2.amazonaws.com"
},
+ "me-central-1" : { },
"sa-east-1" : { },
"us-east-1" : {
"variants" : [ {
From d335b26b117df88579189110ac263cb7b3cfd8ff Mon Sep 17 00:00:00 2001
From: AWS <>
Date: Wed, 27 Mar 2024 18:27:59 +0000
Subject: [PATCH 10/10] Release 2.25.19. Updated CHANGELOG.md, README.md and
all pom.xml.
---
.changes/2.25.19.json | 54 +++++++++++++++++++
.../bugfix-AWSSDKForJavav2-61b62c7.json | 6 ---
.../bugfix-S3TransferManager-687fcee.json | 6 ---
.../feature-AWSBatch-561e82a.json | 6 ---
.../feature-AWSSDKforJavav2-0443982.json | 6 ---
.../feature-AWSSecretsManager-1bb788d.json | 6 ---
...eature-AgentsforAmazonBedrock-5349654.json | 6 ---
...AgentsforAmazonBedrockRuntime-a3b81cf.json | 6 ---
.../feature-AmazonElastiCache-0c552f7.json | 6 ---
CHANGELOG.md | 38 +++++++++++++
README.md | 8 +--
archetypes/archetype-app-quickstart/pom.xml | 2 +-
archetypes/archetype-lambda/pom.xml | 2 +-
archetypes/archetype-tools/pom.xml | 2 +-
archetypes/pom.xml | 2 +-
aws-sdk-java/pom.xml | 2 +-
bom-internal/pom.xml | 2 +-
bom/pom.xml | 2 +-
bundle-logging-bridge/pom.xml | 2 +-
bundle-sdk/pom.xml | 2 +-
bundle/pom.xml | 2 +-
codegen-lite-maven-plugin/pom.xml | 2 +-
codegen-lite/pom.xml | 2 +-
codegen-maven-plugin/pom.xml | 2 +-
codegen/pom.xml | 2 +-
core/annotations/pom.xml | 2 +-
core/arns/pom.xml | 2 +-
core/auth-crt/pom.xml | 2 +-
core/auth/pom.xml | 2 +-
core/aws-core/pom.xml | 2 +-
core/checksums-spi/pom.xml | 2 +-
core/checksums/pom.xml | 2 +-
core/crt-core/pom.xml | 2 +-
core/endpoints-spi/pom.xml | 2 +-
core/http-auth-aws-crt/pom.xml | 2 +-
core/http-auth-aws-eventstream/pom.xml | 2 +-
core/http-auth-aws/pom.xml | 2 +-
core/http-auth-spi/pom.xml | 2 +-
core/http-auth/pom.xml | 2 +-
core/identity-spi/pom.xml | 2 +-
core/imds/pom.xml | 2 +-
core/json-utils/pom.xml | 2 +-
core/metrics-spi/pom.xml | 2 +-
core/pom.xml | 2 +-
core/profiles/pom.xml | 2 +-
core/protocols/aws-cbor-protocol/pom.xml | 2 +-
core/protocols/aws-json-protocol/pom.xml | 2 +-
core/protocols/aws-query-protocol/pom.xml | 2 +-
core/protocols/aws-xml-protocol/pom.xml | 2 +-
core/protocols/pom.xml | 2 +-
core/protocols/protocol-core/pom.xml | 2 +-
core/regions/pom.xml | 2 +-
core/sdk-core/pom.xml | 2 +-
http-client-spi/pom.xml | 2 +-
http-clients/apache-client/pom.xml | 2 +-
http-clients/aws-crt-client/pom.xml | 2 +-
http-clients/netty-nio-client/pom.xml | 2 +-
http-clients/pom.xml | 2 +-
http-clients/url-connection-client/pom.xml | 2 +-
.../cloudwatch-metric-publisher/pom.xml | 2 +-
metric-publishers/pom.xml | 2 +-
pom.xml | 2 +-
release-scripts/pom.xml | 2 +-
services-custom/dynamodb-enhanced/pom.xml | 2 +-
services-custom/iam-policy-builder/pom.xml | 2 +-
services-custom/pom.xml | 2 +-
.../s3-event-notifications/pom.xml | 2 +-
services-custom/s3-transfer-manager/pom.xml | 2 +-
services/accessanalyzer/pom.xml | 2 +-
services/account/pom.xml | 2 +-
services/acm/pom.xml | 2 +-
services/acmpca/pom.xml | 2 +-
services/alexaforbusiness/pom.xml | 2 +-
services/amp/pom.xml | 2 +-
services/amplify/pom.xml | 2 +-
services/amplifybackend/pom.xml | 2 +-
services/amplifyuibuilder/pom.xml | 2 +-
services/apigateway/pom.xml | 2 +-
services/apigatewaymanagementapi/pom.xml | 2 +-
services/apigatewayv2/pom.xml | 2 +-
services/appconfig/pom.xml | 2 +-
services/appconfigdata/pom.xml | 2 +-
services/appfabric/pom.xml | 2 +-
services/appflow/pom.xml | 2 +-
services/appintegrations/pom.xml | 2 +-
services/applicationautoscaling/pom.xml | 2 +-
services/applicationcostprofiler/pom.xml | 2 +-
services/applicationdiscovery/pom.xml | 2 +-
services/applicationinsights/pom.xml | 2 +-
services/appmesh/pom.xml | 2 +-
services/apprunner/pom.xml | 2 +-
services/appstream/pom.xml | 2 +-
services/appsync/pom.xml | 2 +-
services/arczonalshift/pom.xml | 2 +-
services/artifact/pom.xml | 2 +-
services/athena/pom.xml | 2 +-
services/auditmanager/pom.xml | 2 +-
services/autoscaling/pom.xml | 2 +-
services/autoscalingplans/pom.xml | 2 +-
services/b2bi/pom.xml | 2 +-
services/backup/pom.xml | 2 +-
services/backupgateway/pom.xml | 2 +-
services/backupstorage/pom.xml | 2 +-
services/batch/pom.xml | 2 +-
services/bcmdataexports/pom.xml | 2 +-
services/bedrock/pom.xml | 2 +-
services/bedrockagent/pom.xml | 2 +-
services/bedrockagentruntime/pom.xml | 2 +-
services/bedrockruntime/pom.xml | 2 +-
services/billingconductor/pom.xml | 2 +-
services/braket/pom.xml | 2 +-
services/budgets/pom.xml | 2 +-
services/chatbot/pom.xml | 2 +-
services/chime/pom.xml | 2 +-
services/chimesdkidentity/pom.xml | 2 +-
services/chimesdkmediapipelines/pom.xml | 2 +-
services/chimesdkmeetings/pom.xml | 2 +-
services/chimesdkmessaging/pom.xml | 2 +-
services/chimesdkvoice/pom.xml | 2 +-
services/cleanrooms/pom.xml | 2 +-
services/cleanroomsml/pom.xml | 2 +-
services/cloud9/pom.xml | 2 +-
services/cloudcontrol/pom.xml | 2 +-
services/clouddirectory/pom.xml | 2 +-
services/cloudformation/pom.xml | 2 +-
services/cloudfront/pom.xml | 2 +-
services/cloudfrontkeyvaluestore/pom.xml | 2 +-
services/cloudhsm/pom.xml | 2 +-
services/cloudhsmv2/pom.xml | 2 +-
services/cloudsearch/pom.xml | 2 +-
services/cloudsearchdomain/pom.xml | 2 +-
services/cloudtrail/pom.xml | 2 +-
services/cloudtraildata/pom.xml | 2 +-
services/cloudwatch/pom.xml | 2 +-
services/cloudwatchevents/pom.xml | 2 +-
services/cloudwatchlogs/pom.xml | 2 +-
services/codeartifact/pom.xml | 2 +-
services/codebuild/pom.xml | 2 +-
services/codecatalyst/pom.xml | 2 +-
services/codecommit/pom.xml | 2 +-
services/codedeploy/pom.xml | 2 +-
services/codeguruprofiler/pom.xml | 2 +-
services/codegurureviewer/pom.xml | 2 +-
services/codegurusecurity/pom.xml | 2 +-
services/codepipeline/pom.xml | 2 +-
services/codestar/pom.xml | 2 +-
services/codestarconnections/pom.xml | 2 +-
services/codestarnotifications/pom.xml | 2 +-
services/cognitoidentity/pom.xml | 2 +-
services/cognitoidentityprovider/pom.xml | 2 +-
services/cognitosync/pom.xml | 2 +-
services/comprehend/pom.xml | 2 +-
services/comprehendmedical/pom.xml | 2 +-
services/computeoptimizer/pom.xml | 2 +-
services/config/pom.xml | 2 +-
services/connect/pom.xml | 2 +-
services/connectcampaigns/pom.xml | 2 +-
services/connectcases/pom.xml | 2 +-
services/connectcontactlens/pom.xml | 2 +-
services/connectparticipant/pom.xml | 2 +-
services/controltower/pom.xml | 2 +-
services/costandusagereport/pom.xml | 2 +-
services/costexplorer/pom.xml | 2 +-
services/costoptimizationhub/pom.xml | 2 +-
services/customerprofiles/pom.xml | 2 +-
services/databasemigration/pom.xml | 2 +-
services/databrew/pom.xml | 2 +-
services/dataexchange/pom.xml | 2 +-
services/datapipeline/pom.xml | 2 +-
services/datasync/pom.xml | 2 +-
services/datazone/pom.xml | 2 +-
services/dax/pom.xml | 2 +-
services/detective/pom.xml | 2 +-
services/devicefarm/pom.xml | 2 +-
services/devopsguru/pom.xml | 2 +-
services/directconnect/pom.xml | 2 +-
services/directory/pom.xml | 2 +-
services/dlm/pom.xml | 2 +-
services/docdb/pom.xml | 2 +-
services/docdbelastic/pom.xml | 2 +-
services/drs/pom.xml | 2 +-
services/dynamodb/pom.xml | 2 +-
services/ebs/pom.xml | 2 +-
services/ec2/pom.xml | 2 +-
services/ec2instanceconnect/pom.xml | 2 +-
services/ecr/pom.xml | 2 +-
services/ecrpublic/pom.xml | 2 +-
services/ecs/pom.xml | 2 +-
services/efs/pom.xml | 2 +-
services/eks/pom.xml | 2 +-
services/eksauth/pom.xml | 2 +-
services/elasticache/pom.xml | 2 +-
services/elasticbeanstalk/pom.xml | 2 +-
services/elasticinference/pom.xml | 2 +-
services/elasticloadbalancing/pom.xml | 2 +-
services/elasticloadbalancingv2/pom.xml | 2 +-
services/elasticsearch/pom.xml | 2 +-
services/elastictranscoder/pom.xml | 2 +-
services/emr/pom.xml | 2 +-
services/emrcontainers/pom.xml | 2 +-
services/emrserverless/pom.xml | 2 +-
services/entityresolution/pom.xml | 2 +-
services/eventbridge/pom.xml | 2 +-
services/evidently/pom.xml | 2 +-
services/finspace/pom.xml | 2 +-
services/finspacedata/pom.xml | 2 +-
services/firehose/pom.xml | 2 +-
services/fis/pom.xml | 2 +-
services/fms/pom.xml | 2 +-
services/forecast/pom.xml | 2 +-
services/forecastquery/pom.xml | 2 +-
services/frauddetector/pom.xml | 2 +-
services/freetier/pom.xml | 2 +-
services/fsx/pom.xml | 2 +-
services/gamelift/pom.xml | 2 +-
services/glacier/pom.xml | 2 +-
services/globalaccelerator/pom.xml | 2 +-
services/glue/pom.xml | 2 +-
services/grafana/pom.xml | 2 +-
services/greengrass/pom.xml | 2 +-
services/greengrassv2/pom.xml | 2 +-
services/groundstation/pom.xml | 2 +-
services/guardduty/pom.xml | 2 +-
services/health/pom.xml | 2 +-
services/healthlake/pom.xml | 2 +-
services/honeycode/pom.xml | 2 +-
services/iam/pom.xml | 2 +-
services/identitystore/pom.xml | 2 +-
services/imagebuilder/pom.xml | 2 +-
services/inspector/pom.xml | 2 +-
services/inspector2/pom.xml | 2 +-
services/inspectorscan/pom.xml | 2 +-
services/internetmonitor/pom.xml | 2 +-
services/iot/pom.xml | 2 +-
services/iot1clickdevices/pom.xml | 2 +-
services/iot1clickprojects/pom.xml | 2 +-
services/iotanalytics/pom.xml | 2 +-
services/iotdataplane/pom.xml | 2 +-
services/iotdeviceadvisor/pom.xml | 2 +-
services/iotevents/pom.xml | 2 +-
services/ioteventsdata/pom.xml | 2 +-
services/iotfleethub/pom.xml | 2 +-
services/iotfleetwise/pom.xml | 2 +-
services/iotjobsdataplane/pom.xml | 2 +-
services/iotsecuretunneling/pom.xml | 2 +-
services/iotsitewise/pom.xml | 2 +-
services/iotthingsgraph/pom.xml | 2 +-
services/iottwinmaker/pom.xml | 2 +-
services/iotwireless/pom.xml | 2 +-
services/ivs/pom.xml | 2 +-
services/ivschat/pom.xml | 2 +-
services/ivsrealtime/pom.xml | 2 +-
services/kafka/pom.xml | 2 +-
services/kafkaconnect/pom.xml | 2 +-
services/kendra/pom.xml | 2 +-
services/kendraranking/pom.xml | 2 +-
services/keyspaces/pom.xml | 2 +-
services/kinesis/pom.xml | 2 +-
services/kinesisanalytics/pom.xml | 2 +-
services/kinesisanalyticsv2/pom.xml | 2 +-
services/kinesisvideo/pom.xml | 2 +-
services/kinesisvideoarchivedmedia/pom.xml | 2 +-
services/kinesisvideomedia/pom.xml | 2 +-
services/kinesisvideosignaling/pom.xml | 2 +-
services/kinesisvideowebrtcstorage/pom.xml | 2 +-
services/kms/pom.xml | 2 +-
services/lakeformation/pom.xml | 2 +-
services/lambda/pom.xml | 2 +-
services/launchwizard/pom.xml | 2 +-
services/lexmodelbuilding/pom.xml | 2 +-
services/lexmodelsv2/pom.xml | 2 +-
services/lexruntime/pom.xml | 2 +-
services/lexruntimev2/pom.xml | 2 +-
services/licensemanager/pom.xml | 2 +-
.../licensemanagerlinuxsubscriptions/pom.xml | 2 +-
.../licensemanagerusersubscriptions/pom.xml | 2 +-
services/lightsail/pom.xml | 2 +-
services/location/pom.xml | 2 +-
services/lookoutequipment/pom.xml | 2 +-
services/lookoutmetrics/pom.xml | 2 +-
services/lookoutvision/pom.xml | 2 +-
services/m2/pom.xml | 2 +-
services/machinelearning/pom.xml | 2 +-
services/macie2/pom.xml | 2 +-
services/managedblockchain/pom.xml | 2 +-
services/managedblockchainquery/pom.xml | 2 +-
services/marketplaceagreement/pom.xml | 2 +-
services/marketplacecatalog/pom.xml | 2 +-
services/marketplacecommerceanalytics/pom.xml | 2 +-
services/marketplacedeployment/pom.xml | 2 +-
services/marketplaceentitlement/pom.xml | 2 +-
services/marketplacemetering/pom.xml | 2 +-
services/mediaconnect/pom.xml | 2 +-
services/mediaconvert/pom.xml | 2 +-
services/medialive/pom.xml | 2 +-
services/mediapackage/pom.xml | 2 +-
services/mediapackagev2/pom.xml | 2 +-
services/mediapackagevod/pom.xml | 2 +-
services/mediastore/pom.xml | 2 +-
services/mediastoredata/pom.xml | 2 +-
services/mediatailor/pom.xml | 2 +-
services/medicalimaging/pom.xml | 2 +-
services/memorydb/pom.xml | 2 +-
services/mgn/pom.xml | 2 +-
services/migrationhub/pom.xml | 2 +-
services/migrationhubconfig/pom.xml | 2 +-
services/migrationhuborchestrator/pom.xml | 2 +-
services/migrationhubrefactorspaces/pom.xml | 2 +-
services/migrationhubstrategy/pom.xml | 2 +-
services/mobile/pom.xml | 2 +-
services/mq/pom.xml | 2 +-
services/mturk/pom.xml | 2 +-
services/mwaa/pom.xml | 2 +-
services/neptune/pom.xml | 2 +-
services/neptunedata/pom.xml | 2 +-
services/neptunegraph/pom.xml | 2 +-
services/networkfirewall/pom.xml | 2 +-
services/networkmanager/pom.xml | 2 +-
services/networkmonitor/pom.xml | 2 +-
services/nimble/pom.xml | 2 +-
services/oam/pom.xml | 2 +-
services/omics/pom.xml | 2 +-
services/opensearch/pom.xml | 2 +-
services/opensearchserverless/pom.xml | 2 +-
services/opsworks/pom.xml | 2 +-
services/opsworkscm/pom.xml | 2 +-
services/organizations/pom.xml | 2 +-
services/osis/pom.xml | 2 +-
services/outposts/pom.xml | 2 +-
services/panorama/pom.xml | 2 +-
services/paymentcryptography/pom.xml | 2 +-
services/paymentcryptographydata/pom.xml | 2 +-
services/pcaconnectorad/pom.xml | 2 +-
services/personalize/pom.xml | 2 +-
services/personalizeevents/pom.xml | 2 +-
services/personalizeruntime/pom.xml | 2 +-
services/pi/pom.xml | 2 +-
services/pinpoint/pom.xml | 2 +-
services/pinpointemail/pom.xml | 2 +-
services/pinpointsmsvoice/pom.xml | 2 +-
services/pinpointsmsvoicev2/pom.xml | 2 +-
services/pipes/pom.xml | 2 +-
services/polly/pom.xml | 2 +-
services/pom.xml | 2 +-
services/pricing/pom.xml | 2 +-
services/privatenetworks/pom.xml | 2 +-
services/proton/pom.xml | 2 +-
services/qbusiness/pom.xml | 2 +-
services/qconnect/pom.xml | 2 +-
services/qldb/pom.xml | 2 +-
services/qldbsession/pom.xml | 2 +-
services/quicksight/pom.xml | 2 +-
services/ram/pom.xml | 2 +-
services/rbin/pom.xml | 2 +-
services/rds/pom.xml | 2 +-
services/rdsdata/pom.xml | 2 +-
services/redshift/pom.xml | 2 +-
services/redshiftdata/pom.xml | 2 +-
services/redshiftserverless/pom.xml | 2 +-
services/rekognition/pom.xml | 2 +-
services/repostspace/pom.xml | 2 +-
services/resiliencehub/pom.xml | 2 +-
services/resourceexplorer2/pom.xml | 2 +-
services/resourcegroups/pom.xml | 2 +-
services/resourcegroupstaggingapi/pom.xml | 2 +-
services/robomaker/pom.xml | 2 +-
services/rolesanywhere/pom.xml | 2 +-
services/route53/pom.xml | 2 +-
services/route53domains/pom.xml | 2 +-
services/route53recoverycluster/pom.xml | 2 +-
services/route53recoverycontrolconfig/pom.xml | 2 +-
services/route53recoveryreadiness/pom.xml | 2 +-
services/route53resolver/pom.xml | 2 +-
services/rum/pom.xml | 2 +-
services/s3/pom.xml | 2 +-
services/s3control/pom.xml | 2 +-
services/s3outposts/pom.xml | 2 +-
services/sagemaker/pom.xml | 2 +-
services/sagemakera2iruntime/pom.xml | 2 +-
services/sagemakeredge/pom.xml | 2 +-
services/sagemakerfeaturestoreruntime/pom.xml | 2 +-
services/sagemakergeospatial/pom.xml | 2 +-
services/sagemakermetrics/pom.xml | 2 +-
services/sagemakerruntime/pom.xml | 2 +-
services/savingsplans/pom.xml | 2 +-
services/scheduler/pom.xml | 2 +-
services/schemas/pom.xml | 2 +-
services/secretsmanager/pom.xml | 2 +-
services/securityhub/pom.xml | 2 +-
services/securitylake/pom.xml | 2 +-
.../serverlessapplicationrepository/pom.xml | 2 +-
services/servicecatalog/pom.xml | 2 +-
services/servicecatalogappregistry/pom.xml | 2 +-
services/servicediscovery/pom.xml | 2 +-
services/servicequotas/pom.xml | 2 +-
services/ses/pom.xml | 2 +-
services/sesv2/pom.xml | 2 +-
services/sfn/pom.xml | 2 +-
services/shield/pom.xml | 2 +-
services/signer/pom.xml | 2 +-
services/simspaceweaver/pom.xml | 2 +-
services/sms/pom.xml | 2 +-
services/snowball/pom.xml | 2 +-
services/snowdevicemanagement/pom.xml | 2 +-
services/sns/pom.xml | 2 +-
services/sqs/pom.xml | 2 +-
services/ssm/pom.xml | 2 +-
services/ssmcontacts/pom.xml | 2 +-
services/ssmincidents/pom.xml | 2 +-
services/ssmsap/pom.xml | 2 +-
services/sso/pom.xml | 2 +-
services/ssoadmin/pom.xml | 2 +-
services/ssooidc/pom.xml | 2 +-
services/storagegateway/pom.xml | 2 +-
services/sts/pom.xml | 2 +-
services/supplychain/pom.xml | 2 +-
services/support/pom.xml | 2 +-
services/supportapp/pom.xml | 2 +-
services/swf/pom.xml | 2 +-
services/synthetics/pom.xml | 2 +-
services/textract/pom.xml | 2 +-
services/timestreaminfluxdb/pom.xml | 2 +-
services/timestreamquery/pom.xml | 2 +-
services/timestreamwrite/pom.xml | 2 +-
services/tnb/pom.xml | 2 +-
services/transcribe/pom.xml | 2 +-
services/transcribestreaming/pom.xml | 2 +-
services/transfer/pom.xml | 2 +-
services/translate/pom.xml | 2 +-
services/trustedadvisor/pom.xml | 2 +-
services/verifiedpermissions/pom.xml | 2 +-
services/voiceid/pom.xml | 2 +-
services/vpclattice/pom.xml | 2 +-
services/waf/pom.xml | 2 +-
services/wafv2/pom.xml | 2 +-
services/wellarchitected/pom.xml | 2 +-
services/wisdom/pom.xml | 2 +-
services/workdocs/pom.xml | 2 +-
services/worklink/pom.xml | 2 +-
services/workmail/pom.xml | 2 +-
services/workmailmessageflow/pom.xml | 2 +-
services/workspaces/pom.xml | 2 +-
services/workspacesthinclient/pom.xml | 2 +-
services/workspacesweb/pom.xml | 2 +-
services/xray/pom.xml | 2 +-
test/auth-tests/pom.xml | 2 +-
.../pom.xml | 2 +-
test/codegen-generated-classes-test/pom.xml | 2 +-
test/crt-unavailable-tests/pom.xml | 2 +-
test/http-client-tests/pom.xml | 2 +-
test/module-path-tests/pom.xml | 2 +-
.../pom.xml | 2 +-
test/protocol-tests-core/pom.xml | 2 +-
test/protocol-tests/pom.xml | 2 +-
test/region-testing/pom.xml | 2 +-
test/ruleset-testing-core/pom.xml | 2 +-
test/s3-benchmarks/pom.xml | 2 +-
test/sdk-benchmarks/pom.xml | 2 +-
test/sdk-native-image-test/pom.xml | 2 +-
test/service-test-utils/pom.xml | 2 +-
test/stability-tests/pom.xml | 2 +-
test/test-utils/pom.xml | 2 +-
test/tests-coverage-reporting/pom.xml | 2 +-
third-party/pom.xml | 2 +-
third-party/third-party-jackson-core/pom.xml | 2 +-
.../pom.xml | 2 +-
third-party/third-party-slf4j-api/pom.xml | 2 +-
utils/pom.xml | 2 +-
468 files changed, 553 insertions(+), 509 deletions(-)
create mode 100644 .changes/2.25.19.json
delete mode 100644 .changes/next-release/bugfix-AWSSDKForJavav2-61b62c7.json
delete mode 100644 .changes/next-release/bugfix-S3TransferManager-687fcee.json
delete mode 100644 .changes/next-release/feature-AWSBatch-561e82a.json
delete mode 100644 .changes/next-release/feature-AWSSDKforJavav2-0443982.json
delete mode 100644 .changes/next-release/feature-AWSSecretsManager-1bb788d.json
delete mode 100644 .changes/next-release/feature-AgentsforAmazonBedrock-5349654.json
delete mode 100644 .changes/next-release/feature-AgentsforAmazonBedrockRuntime-a3b81cf.json
delete mode 100644 .changes/next-release/feature-AmazonElastiCache-0c552f7.json
diff --git a/.changes/2.25.19.json b/.changes/2.25.19.json
new file mode 100644
index 000000000000..4838634c726d
--- /dev/null
+++ b/.changes/2.25.19.json
@@ -0,0 +1,54 @@
+{
+ "version": "2.25.19",
+ "date": "2024-03-27",
+ "entries": [
+ {
+ "type": "bugfix",
+ "category": "AWS SDK For Java v2",
+ "contributor": "FatalEnigma",
+ "description": "Remediate CVE-2024-29025 by updating netty version"
+ },
+ {
+ "type": "bugfix",
+ "category": "S3 Transfer Manager",
+ "contributor": "",
+ "description": "Set a limit on the number of concurrent upload file requests for upload directory. This fixes the OOM issue that could surface when users try to upload a directory that has millions of small files. See [#5023](https://github.com/aws/aws-sdk-java-v2/issues/5023)."
+ },
+ {
+ "type": "feature",
+ "category": "AWS Batch",
+ "contributor": "",
+ "description": "This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS"
+ },
+ {
+ "type": "feature",
+ "category": "AWS Secrets Manager",
+ "contributor": "",
+ "description": "Documentation updates for Secrets Manager"
+ },
+ {
+ "type": "feature",
+ "category": "Agents for Amazon Bedrock",
+ "contributor": "",
+ "description": "This changes introduces metadata documents statistics and also updates the documentation for bedrock agent."
+ },
+ {
+ "type": "feature",
+ "category": "Agents for Amazon Bedrock Runtime",
+ "contributor": "",
+ "description": "This release introduces filtering support on Retrieve and RetrieveAndGenerate APIs."
+ },
+ {
+ "type": "feature",
+ "category": "Amazon ElastiCache",
+ "contributor": "",
+ "description": "Added minimum capacity to Amazon ElastiCache Serverless. This feature allows customer to ensure minimum capacity even without current load"
+ },
+ {
+ "type": "feature",
+ "category": "AWS SDK for Java v2",
+ "contributor": "",
+ "description": "Updated endpoint and partition metadata."
+ }
+ ]
+}
\ No newline at end of file
diff --git a/.changes/next-release/bugfix-AWSSDKForJavav2-61b62c7.json b/.changes/next-release/bugfix-AWSSDKForJavav2-61b62c7.json
deleted file mode 100644
index 787f6761777c..000000000000
--- a/.changes/next-release/bugfix-AWSSDKForJavav2-61b62c7.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "bugfix",
- "category": "AWS SDK For Java v2",
- "contributor": "FatalEnigma",
- "description": "Remediate CVE-2024-29025 by updating netty version"
-}
diff --git a/.changes/next-release/bugfix-S3TransferManager-687fcee.json b/.changes/next-release/bugfix-S3TransferManager-687fcee.json
deleted file mode 100644
index b53542d7f080..000000000000
--- a/.changes/next-release/bugfix-S3TransferManager-687fcee.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "bugfix",
- "category": "S3 Transfer Manager",
- "contributor": "",
- "description": "Set a limit on the number of concurrent upload file requests for upload directory. This fixes the OOM issue that could surface when users try to upload a directory that has millions of small files. See [#5023](https://github.com/aws/aws-sdk-java-v2/issues/5023)."
-}
diff --git a/.changes/next-release/feature-AWSBatch-561e82a.json b/.changes/next-release/feature-AWSBatch-561e82a.json
deleted file mode 100644
index 3e333cb07292..000000000000
--- a/.changes/next-release/feature-AWSBatch-561e82a.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "AWS Batch",
- "contributor": "",
- "description": "This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS"
-}
diff --git a/.changes/next-release/feature-AWSSDKforJavav2-0443982.json b/.changes/next-release/feature-AWSSDKforJavav2-0443982.json
deleted file mode 100644
index e5b5ee3ca5e3..000000000000
--- a/.changes/next-release/feature-AWSSDKforJavav2-0443982.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "AWS SDK for Java v2",
- "contributor": "",
- "description": "Updated endpoint and partition metadata."
-}
diff --git a/.changes/next-release/feature-AWSSecretsManager-1bb788d.json b/.changes/next-release/feature-AWSSecretsManager-1bb788d.json
deleted file mode 100644
index 3695a3b471a3..000000000000
--- a/.changes/next-release/feature-AWSSecretsManager-1bb788d.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "AWS Secrets Manager",
- "contributor": "",
- "description": "Documentation updates for Secrets Manager"
-}
diff --git a/.changes/next-release/feature-AgentsforAmazonBedrock-5349654.json b/.changes/next-release/feature-AgentsforAmazonBedrock-5349654.json
deleted file mode 100644
index c97509942f5f..000000000000
--- a/.changes/next-release/feature-AgentsforAmazonBedrock-5349654.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "Agents for Amazon Bedrock",
- "contributor": "",
- "description": "This changes introduces metadata documents statistics and also updates the documentation for bedrock agent."
-}
diff --git a/.changes/next-release/feature-AgentsforAmazonBedrockRuntime-a3b81cf.json b/.changes/next-release/feature-AgentsforAmazonBedrockRuntime-a3b81cf.json
deleted file mode 100644
index 8aac491c8d18..000000000000
--- a/.changes/next-release/feature-AgentsforAmazonBedrockRuntime-a3b81cf.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "Agents for Amazon Bedrock Runtime",
- "contributor": "",
- "description": "This release introduces filtering support on Retrieve and RetrieveAndGenerate APIs."
-}
diff --git a/.changes/next-release/feature-AmazonElastiCache-0c552f7.json b/.changes/next-release/feature-AmazonElastiCache-0c552f7.json
deleted file mode 100644
index 07640b88f0fd..000000000000
--- a/.changes/next-release/feature-AmazonElastiCache-0c552f7.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "type": "feature",
- "category": "Amazon ElastiCache",
- "contributor": "",
- "description": "Added minimum capacity to Amazon ElastiCache Serverless. This feature allows customer to ensure minimum capacity even without current load"
-}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0a0733731a6f..493addc12ce4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,42 @@
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
+# __2.25.19__ __2024-03-27__
+## __AWS Batch__
+ - ### Features
+ - This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS
+
+## __AWS SDK For Java v2__
+ - ### Bugfixes
+ - Remediate CVE-2024-29025 by updating netty version
+ - Contributed by: [@FatalEnigma](https://github.com/FatalEnigma)
+
+## __AWS SDK for Java v2__
+ - ### Features
+ - Updated endpoint and partition metadata.
+
+## __AWS Secrets Manager__
+ - ### Features
+ - Documentation updates for Secrets Manager
+
+## __Agents for Amazon Bedrock__
+ - ### Features
+ - This changes introduces metadata documents statistics and also updates the documentation for bedrock agent.
+
+## __Agents for Amazon Bedrock Runtime__
+ - ### Features
+ - This release introduces filtering support on Retrieve and RetrieveAndGenerate APIs.
+
+## __Amazon ElastiCache__
+ - ### Features
+ - Added minimum capacity to Amazon ElastiCache Serverless. This feature allows customer to ensure minimum capacity even without current load
+
+## __S3 Transfer Manager__
+ - ### Bugfixes
+ - Set a limit on the number of concurrent upload file requests for upload directory. This fixes the OOM issue that could surface when users try to upload a directory that has millions of small files. See [#5023](https://github.com/aws/aws-sdk-java-v2/issues/5023).
+
+## __Contributors__
+Special thanks to the following contributors to this release:
+
+[@FatalEnigma](https://github.com/FatalEnigma)
# __2.25.18__ __2024-03-26__
## __AWS Cost Explorer Service__
- ### Features
diff --git a/README.md b/README.md
index 37a61bbc034c..9213beb232f5 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.25.18
+ 2.25.19
pom
import
@@ -86,12 +86,12 @@ Alternatively you can add dependencies for the specific services you use only:
software.amazon.awssdk
ec2
- 2.25.18
+ 2.25.19
software.amazon.awssdk
s3
- 2.25.18
+ 2.25.19
```
@@ -103,7 +103,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
software.amazon.awssdk
aws-sdk-java
- 2.25.18
+ 2.25.19
```
diff --git a/archetypes/archetype-app-quickstart/pom.xml b/archetypes/archetype-app-quickstart/pom.xml
index c82b8ca7f40e..e5bdb74dbb58 100644
--- a/archetypes/archetype-app-quickstart/pom.xml
+++ b/archetypes/archetype-app-quickstart/pom.xml
@@ -20,7 +20,7 @@
archetypes
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
diff --git a/archetypes/archetype-lambda/pom.xml b/archetypes/archetype-lambda/pom.xml
index e18694f9d038..6d07b3a5717b 100644
--- a/archetypes/archetype-lambda/pom.xml
+++ b/archetypes/archetype-lambda/pom.xml
@@ -20,7 +20,7 @@
archetypes
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
archetype-lambda
diff --git a/archetypes/archetype-tools/pom.xml b/archetypes/archetype-tools/pom.xml
index e20b5dca0de9..c336e32932ee 100644
--- a/archetypes/archetype-tools/pom.xml
+++ b/archetypes/archetype-tools/pom.xml
@@ -20,7 +20,7 @@
archetypes
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 870dbba88965..5e7418c195de 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
archetypes
diff --git a/aws-sdk-java/pom.xml b/aws-sdk-java/pom.xml
index 43c180a03d45..108394d696ff 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.25.19-SNAPSHOT
+ 2.25.19
../pom.xml
aws-sdk-java
diff --git a/bom-internal/pom.xml b/bom-internal/pom.xml
index 34403a1a5ed0..b4dc031737fe 100644
--- a/bom-internal/pom.xml
+++ b/bom-internal/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
diff --git a/bom/pom.xml b/bom/pom.xml
index 2f015fbdb95d..ea8afdb3769c 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.25.19-SNAPSHOT
+ 2.25.19
../pom.xml
bom
diff --git a/bundle-logging-bridge/pom.xml b/bundle-logging-bridge/pom.xml
index 4fe2cccf9a95..be9f48d3d60a 100644
--- a/bundle-logging-bridge/pom.xml
+++ b/bundle-logging-bridge/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.25.19-SNAPSHOT
+ 2.25.19
bundle-logging-bridge
jar
diff --git a/bundle-sdk/pom.xml b/bundle-sdk/pom.xml
index 1e2562909401..1974a612cd65 100644
--- a/bundle-sdk/pom.xml
+++ b/bundle-sdk/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.25.19-SNAPSHOT
+ 2.25.19
bundle-sdk
jar
diff --git a/bundle/pom.xml b/bundle/pom.xml
index 5100b36bf0fc..e695efca03d3 100644
--- a/bundle/pom.xml
+++ b/bundle/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.25.19-SNAPSHOT
+ 2.25.19
bundle
jar
diff --git a/codegen-lite-maven-plugin/pom.xml b/codegen-lite-maven-plugin/pom.xml
index 4d55b609c72e..8dd38b651953 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.25.19-SNAPSHOT
+ 2.25.19
../pom.xml
codegen-lite-maven-plugin
diff --git a/codegen-lite/pom.xml b/codegen-lite/pom.xml
index 1ebe8c4fb7f2..4c56708029e6 100644
--- a/codegen-lite/pom.xml
+++ b/codegen-lite/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.25.19-SNAPSHOT
+ 2.25.19
codegen-lite
AWS Java SDK :: Code Generator Lite
diff --git a/codegen-maven-plugin/pom.xml b/codegen-maven-plugin/pom.xml
index 59770546250f..677d56e916da 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.25.19-SNAPSHOT
+ 2.25.19
../pom.xml
codegen-maven-plugin
diff --git a/codegen/pom.xml b/codegen/pom.xml
index 3c087cac4b8b..2454d0a41edf 100644
--- a/codegen/pom.xml
+++ b/codegen/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.25.19-SNAPSHOT
+ 2.25.19
codegen
AWS Java SDK :: Code Generator
diff --git a/core/annotations/pom.xml b/core/annotations/pom.xml
index 10ce1cff617c..f11eb2035854 100644
--- a/core/annotations/pom.xml
+++ b/core/annotations/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
diff --git a/core/arns/pom.xml b/core/arns/pom.xml
index c85c4501cf9d..49d62d726272 100644
--- a/core/arns/pom.xml
+++ b/core/arns/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
diff --git a/core/auth-crt/pom.xml b/core/auth-crt/pom.xml
index 3f62cf8c47e6..bae70e95f748 100644
--- a/core/auth-crt/pom.xml
+++ b/core/auth-crt/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.25.19-SNAPSHOT
+ 2.25.19
auth-crt
diff --git a/core/auth/pom.xml b/core/auth/pom.xml
index 2bc8c4625163..e0a53bffd02c 100644
--- a/core/auth/pom.xml
+++ b/core/auth/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.25.19-SNAPSHOT
+ 2.25.19
auth
diff --git a/core/aws-core/pom.xml b/core/aws-core/pom.xml
index 1654b6186fb0..08ab8e60d1b1 100644
--- a/core/aws-core/pom.xml
+++ b/core/aws-core/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.25.19-SNAPSHOT
+ 2.25.19
aws-core
diff --git a/core/checksums-spi/pom.xml b/core/checksums-spi/pom.xml
index d238ea4f7f88..b74326d1808b 100644
--- a/core/checksums-spi/pom.xml
+++ b/core/checksums-spi/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.25.19-SNAPSHOT
+ 2.25.19
checksums-spi
diff --git a/core/checksums/pom.xml b/core/checksums/pom.xml
index c20184dbfd7f..1f695aafe8b6 100644
--- a/core/checksums/pom.xml
+++ b/core/checksums/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.25.19-SNAPSHOT
+ 2.25.19
checksums
diff --git a/core/crt-core/pom.xml b/core/crt-core/pom.xml
index 5426e8896f16..1855a913763f 100644
--- a/core/crt-core/pom.xml
+++ b/core/crt-core/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
core
- 2.25.19-SNAPSHOT
+ 2.25.19
crt-core
diff --git a/core/endpoints-spi/pom.xml b/core/endpoints-spi/pom.xml
index a62377bbcb35..babeb0a33332 100644
--- a/core/endpoints-spi/pom.xml
+++ b/core/endpoints-spi/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
diff --git a/core/http-auth-aws-crt/pom.xml b/core/http-auth-aws-crt/pom.xml
index b627839e31c5..1555125982f2 100644
--- a/core/http-auth-aws-crt/pom.xml
+++ b/core/http-auth-aws-crt/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.25.19-SNAPSHOT
+ 2.25.19
http-auth-aws-crt
diff --git a/core/http-auth-aws-eventstream/pom.xml b/core/http-auth-aws-eventstream/pom.xml
index 37a7de8bcd14..a138b9045415 100644
--- a/core/http-auth-aws-eventstream/pom.xml
+++ b/core/http-auth-aws-eventstream/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.25.19-SNAPSHOT
+ 2.25.19
http-auth-aws-eventstream
diff --git a/core/http-auth-aws/pom.xml b/core/http-auth-aws/pom.xml
index 95e0645a3dc3..141afa2a9f69 100644
--- a/core/http-auth-aws/pom.xml
+++ b/core/http-auth-aws/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.25.19-SNAPSHOT
+ 2.25.19
http-auth-aws
diff --git a/core/http-auth-spi/pom.xml b/core/http-auth-spi/pom.xml
index 17c4c33f77bd..184bd11f2fe4 100644
--- a/core/http-auth-spi/pom.xml
+++ b/core/http-auth-spi/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.25.19-SNAPSHOT
+ 2.25.19
http-auth-spi
diff --git a/core/http-auth/pom.xml b/core/http-auth/pom.xml
index bd961ec560b4..d6870f377f44 100644
--- a/core/http-auth/pom.xml
+++ b/core/http-auth/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.25.19-SNAPSHOT
+ 2.25.19
http-auth
diff --git a/core/identity-spi/pom.xml b/core/identity-spi/pom.xml
index 520906962581..b518a255ce7a 100644
--- a/core/identity-spi/pom.xml
+++ b/core/identity-spi/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.25.19-SNAPSHOT
+ 2.25.19
identity-spi
diff --git a/core/imds/pom.xml b/core/imds/pom.xml
index f0d326263caf..1326574eaae5 100644
--- a/core/imds/pom.xml
+++ b/core/imds/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
imds
diff --git a/core/json-utils/pom.xml b/core/json-utils/pom.xml
index c3d8b58d076b..ed8a20f834b0 100644
--- a/core/json-utils/pom.xml
+++ b/core/json-utils/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
diff --git a/core/metrics-spi/pom.xml b/core/metrics-spi/pom.xml
index 1d5389d950bf..5c9ca3a6d1e6 100644
--- a/core/metrics-spi/pom.xml
+++ b/core/metrics-spi/pom.xml
@@ -5,7 +5,7 @@
core
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
diff --git a/core/pom.xml b/core/pom.xml
index 003eae516f68..b48ab2850874 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -21,7 +21,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
core
diff --git a/core/profiles/pom.xml b/core/profiles/pom.xml
index 0e6f95459599..ab9384dd9194 100644
--- a/core/profiles/pom.xml
+++ b/core/profiles/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.25.19-SNAPSHOT
+ 2.25.19
profiles
diff --git a/core/protocols/aws-cbor-protocol/pom.xml b/core/protocols/aws-cbor-protocol/pom.xml
index 7a996dd17a8e..e0c68ea4ac53 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.25.19-SNAPSHOT
+ 2.25.19
4.0.0
diff --git a/core/protocols/aws-json-protocol/pom.xml b/core/protocols/aws-json-protocol/pom.xml
index 3555c52e5a67..9f12f812fc8d 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.25.19-SNAPSHOT
+ 2.25.19
4.0.0
diff --git a/core/protocols/aws-query-protocol/pom.xml b/core/protocols/aws-query-protocol/pom.xml
index 8a41ce625e4b..e8185ac5f3f9 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.25.19-SNAPSHOT
+ 2.25.19
4.0.0
diff --git a/core/protocols/aws-xml-protocol/pom.xml b/core/protocols/aws-xml-protocol/pom.xml
index 980e0972bf91..1e4dc0cbd438 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.25.19-SNAPSHOT
+ 2.25.19
4.0.0
diff --git a/core/protocols/pom.xml b/core/protocols/pom.xml
index aff9b0aa8cfe..6ad019ed7a72 100644
--- a/core/protocols/pom.xml
+++ b/core/protocols/pom.xml
@@ -20,7 +20,7 @@
core
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
diff --git a/core/protocols/protocol-core/pom.xml b/core/protocols/protocol-core/pom.xml
index 488bd0dfbb76..0928ff415b47 100644
--- a/core/protocols/protocol-core/pom.xml
+++ b/core/protocols/protocol-core/pom.xml
@@ -20,7 +20,7 @@
protocols
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
diff --git a/core/regions/pom.xml b/core/regions/pom.xml
index 711c457cf571..c4f23f39ad8c 100644
--- a/core/regions/pom.xml
+++ b/core/regions/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
core
- 2.25.19-SNAPSHOT
+ 2.25.19
regions
diff --git a/core/sdk-core/pom.xml b/core/sdk-core/pom.xml
index aff4b1059568..8801c0306d4c 100644
--- a/core/sdk-core/pom.xml
+++ b/core/sdk-core/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
core
- 2.25.19-SNAPSHOT
+ 2.25.19
sdk-core
AWS Java SDK :: SDK Core
diff --git a/http-client-spi/pom.xml b/http-client-spi/pom.xml
index 0eccd658c8c8..aef0d46cc72e 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.25.19-SNAPSHOT
+ 2.25.19
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 27485eb10463..4825d7597021 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.25.19-SNAPSHOT
+ 2.25.19
apache-client
diff --git a/http-clients/aws-crt-client/pom.xml b/http-clients/aws-crt-client/pom.xml
index 4b8d28149e72..22fcdc1dcdbd 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.25.19-SNAPSHOT
+ 2.25.19
4.0.0
diff --git a/http-clients/netty-nio-client/pom.xml b/http-clients/netty-nio-client/pom.xml
index 2b1989949b85..32d2369f48fd 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.25.19-SNAPSHOT
+ 2.25.19
4.0.0
diff --git a/http-clients/pom.xml b/http-clients/pom.xml
index cef7f1b06132..c90f15fc0174 100644
--- a/http-clients/pom.xml
+++ b/http-clients/pom.xml
@@ -21,7 +21,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
diff --git a/http-clients/url-connection-client/pom.xml b/http-clients/url-connection-client/pom.xml
index 3bcf21e84fe4..1d134cca0944 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.25.19-SNAPSHOT
+ 2.25.19
4.0.0
diff --git a/metric-publishers/cloudwatch-metric-publisher/pom.xml b/metric-publishers/cloudwatch-metric-publisher/pom.xml
index 1ea2b1d673c4..889d06ab824d 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.25.19-SNAPSHOT
+ 2.25.19
cloudwatch-metric-publisher
diff --git a/metric-publishers/pom.xml b/metric-publishers/pom.xml
index d4b82c5ca5e7..6ac9157b8260 100644
--- a/metric-publishers/pom.xml
+++ b/metric-publishers/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.25.19-SNAPSHOT
+ 2.25.19
metric-publishers
diff --git a/pom.xml b/pom.xml
index da0e1929cec6..7ebc8ebdb858 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
4.0.0
software.amazon.awssdk
aws-sdk-java-pom
- 2.25.19-SNAPSHOT
+ 2.25.19
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 66dcb8f4e3af..708732dd8173 100644
--- a/release-scripts/pom.xml
+++ b/release-scripts/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.25.19-SNAPSHOT
+ 2.25.19
../pom.xml
release-scripts
diff --git a/services-custom/dynamodb-enhanced/pom.xml b/services-custom/dynamodb-enhanced/pom.xml
index d0e0e4d4cc36..c9b5fa37ba48 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.25.19-SNAPSHOT
+ 2.25.19
dynamodb-enhanced
AWS Java SDK :: DynamoDB :: Enhanced Client
diff --git a/services-custom/iam-policy-builder/pom.xml b/services-custom/iam-policy-builder/pom.xml
index ef0bee773f1d..7c180801342f 100644
--- a/services-custom/iam-policy-builder/pom.xml
+++ b/services-custom/iam-policy-builder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.25.19-SNAPSHOT
+ 2.25.19
../../pom.xml
iam-policy-builder
diff --git a/services-custom/pom.xml b/services-custom/pom.xml
index d2e3ef9a5485..2bb826cdc26d 100644
--- a/services-custom/pom.xml
+++ b/services-custom/pom.xml
@@ -19,7 +19,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.25.19-SNAPSHOT
+ 2.25.19
services-custom
AWS Java SDK :: Custom Services
diff --git a/services-custom/s3-event-notifications/pom.xml b/services-custom/s3-event-notifications/pom.xml
index 9ae0787b2817..18c1c864bacc 100644
--- a/services-custom/s3-event-notifications/pom.xml
+++ b/services-custom/s3-event-notifications/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.25.19-SNAPSHOT
+ 2.25.19
../../pom.xml
s3-event-notifications
diff --git a/services-custom/s3-transfer-manager/pom.xml b/services-custom/s3-transfer-manager/pom.xml
index f75f7d6831f0..aeedbd4373e4 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.25.19-SNAPSHOT
+ 2.25.19
../../pom.xml
s3-transfer-manager
diff --git a/services/accessanalyzer/pom.xml b/services/accessanalyzer/pom.xml
index f3defd2be696..814c1eb09182 100644
--- a/services/accessanalyzer/pom.xml
+++ b/services/accessanalyzer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
accessanalyzer
AWS Java SDK :: Services :: AccessAnalyzer
diff --git a/services/account/pom.xml b/services/account/pom.xml
index 2b6d17234e8b..78d3bab02a18 100644
--- a/services/account/pom.xml
+++ b/services/account/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
account
AWS Java SDK :: Services :: Account
diff --git a/services/acm/pom.xml b/services/acm/pom.xml
index 9debbe761731..9b6538fecf4c 100644
--- a/services/acm/pom.xml
+++ b/services/acm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
acm
AWS Java SDK :: Services :: AWS Certificate Manager
diff --git a/services/acmpca/pom.xml b/services/acmpca/pom.xml
index f060568f05dc..768f3dbfd51c 100644
--- a/services/acmpca/pom.xml
+++ b/services/acmpca/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
acmpca
AWS Java SDK :: Services :: ACM PCA
diff --git a/services/alexaforbusiness/pom.xml b/services/alexaforbusiness/pom.xml
index 4f79a03ee686..182b0da443e0 100644
--- a/services/alexaforbusiness/pom.xml
+++ b/services/alexaforbusiness/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
alexaforbusiness
diff --git a/services/amp/pom.xml b/services/amp/pom.xml
index 202365c2daf1..15edd146be8f 100644
--- a/services/amp/pom.xml
+++ b/services/amp/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
amp
AWS Java SDK :: Services :: Amp
diff --git a/services/amplify/pom.xml b/services/amplify/pom.xml
index 5f757ce99b65..4e54e23f320c 100644
--- a/services/amplify/pom.xml
+++ b/services/amplify/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
amplify
AWS Java SDK :: Services :: Amplify
diff --git a/services/amplifybackend/pom.xml b/services/amplifybackend/pom.xml
index cab90dceab23..c5a78a76edb2 100644
--- a/services/amplifybackend/pom.xml
+++ b/services/amplifybackend/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
amplifybackend
AWS Java SDK :: Services :: Amplify Backend
diff --git a/services/amplifyuibuilder/pom.xml b/services/amplifyuibuilder/pom.xml
index c3c3b5c46c14..8571a4802487 100644
--- a/services/amplifyuibuilder/pom.xml
+++ b/services/amplifyuibuilder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
amplifyuibuilder
AWS Java SDK :: Services :: Amplify UI Builder
diff --git a/services/apigateway/pom.xml b/services/apigateway/pom.xml
index eee2cf3b5aea..745369f8dd64 100644
--- a/services/apigateway/pom.xml
+++ b/services/apigateway/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
apigateway
AWS Java SDK :: Services :: Amazon API Gateway
diff --git a/services/apigatewaymanagementapi/pom.xml b/services/apigatewaymanagementapi/pom.xml
index 25499e98be9d..aa00c0267b9f 100644
--- a/services/apigatewaymanagementapi/pom.xml
+++ b/services/apigatewaymanagementapi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
apigatewaymanagementapi
AWS Java SDK :: Services :: ApiGatewayManagementApi
diff --git a/services/apigatewayv2/pom.xml b/services/apigatewayv2/pom.xml
index 697f0b7857c4..ed9bb6bfe65f 100644
--- a/services/apigatewayv2/pom.xml
+++ b/services/apigatewayv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
apigatewayv2
AWS Java SDK :: Services :: ApiGatewayV2
diff --git a/services/appconfig/pom.xml b/services/appconfig/pom.xml
index 4ed9d1057800..78683b323b25 100644
--- a/services/appconfig/pom.xml
+++ b/services/appconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
appconfig
AWS Java SDK :: Services :: AppConfig
diff --git a/services/appconfigdata/pom.xml b/services/appconfigdata/pom.xml
index 73dfc9d31ba9..0dec151ec7e2 100644
--- a/services/appconfigdata/pom.xml
+++ b/services/appconfigdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
appconfigdata
AWS Java SDK :: Services :: App Config Data
diff --git a/services/appfabric/pom.xml b/services/appfabric/pom.xml
index 7a685d381a6d..0cb4fe3b4dfe 100644
--- a/services/appfabric/pom.xml
+++ b/services/appfabric/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
appfabric
AWS Java SDK :: Services :: App Fabric
diff --git a/services/appflow/pom.xml b/services/appflow/pom.xml
index 46a0238f6e03..4e1a373dcb45 100644
--- a/services/appflow/pom.xml
+++ b/services/appflow/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
appflow
AWS Java SDK :: Services :: Appflow
diff --git a/services/appintegrations/pom.xml b/services/appintegrations/pom.xml
index 637781d3e5ab..9b6448f26125 100644
--- a/services/appintegrations/pom.xml
+++ b/services/appintegrations/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
appintegrations
AWS Java SDK :: Services :: App Integrations
diff --git a/services/applicationautoscaling/pom.xml b/services/applicationautoscaling/pom.xml
index a43d02d9c569..98586d61a12b 100644
--- a/services/applicationautoscaling/pom.xml
+++ b/services/applicationautoscaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
applicationautoscaling
AWS Java SDK :: Services :: AWS Application Auto Scaling
diff --git a/services/applicationcostprofiler/pom.xml b/services/applicationcostprofiler/pom.xml
index 688dc78aa5ce..e50b0af06e89 100644
--- a/services/applicationcostprofiler/pom.xml
+++ b/services/applicationcostprofiler/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
applicationcostprofiler
AWS Java SDK :: Services :: Application Cost Profiler
diff --git a/services/applicationdiscovery/pom.xml b/services/applicationdiscovery/pom.xml
index 8f12cb48abd3..47a52637657c 100644
--- a/services/applicationdiscovery/pom.xml
+++ b/services/applicationdiscovery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
applicationdiscovery
AWS Java SDK :: Services :: AWS Application Discovery Service
diff --git a/services/applicationinsights/pom.xml b/services/applicationinsights/pom.xml
index e93cb8dece9d..dd02e0fa9f26 100644
--- a/services/applicationinsights/pom.xml
+++ b/services/applicationinsights/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
applicationinsights
AWS Java SDK :: Services :: Application Insights
diff --git a/services/appmesh/pom.xml b/services/appmesh/pom.xml
index 6d7fc5c199b1..e0015be9ca87 100644
--- a/services/appmesh/pom.xml
+++ b/services/appmesh/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
appmesh
AWS Java SDK :: Services :: App Mesh
diff --git a/services/apprunner/pom.xml b/services/apprunner/pom.xml
index cdee6a5d1cbd..e5b8c3bcecd5 100644
--- a/services/apprunner/pom.xml
+++ b/services/apprunner/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
apprunner
AWS Java SDK :: Services :: App Runner
diff --git a/services/appstream/pom.xml b/services/appstream/pom.xml
index 540c3b5f4631..50b7af4479c8 100644
--- a/services/appstream/pom.xml
+++ b/services/appstream/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
appstream
AWS Java SDK :: Services :: Amazon AppStream
diff --git a/services/appsync/pom.xml b/services/appsync/pom.xml
index 59d244d3ec22..e64482f08ff5 100644
--- a/services/appsync/pom.xml
+++ b/services/appsync/pom.xml
@@ -21,7 +21,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
appsync
diff --git a/services/arczonalshift/pom.xml b/services/arczonalshift/pom.xml
index ae185a3c9a2b..60c8aeb6bc92 100644
--- a/services/arczonalshift/pom.xml
+++ b/services/arczonalshift/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
arczonalshift
AWS Java SDK :: Services :: ARC Zonal Shift
diff --git a/services/artifact/pom.xml b/services/artifact/pom.xml
index 3e334cb92401..73173d5e6e09 100644
--- a/services/artifact/pom.xml
+++ b/services/artifact/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
artifact
AWS Java SDK :: Services :: Artifact
diff --git a/services/athena/pom.xml b/services/athena/pom.xml
index 1e7531fa0bb0..84f12d08ecc6 100644
--- a/services/athena/pom.xml
+++ b/services/athena/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
athena
AWS Java SDK :: Services :: Amazon Athena
diff --git a/services/auditmanager/pom.xml b/services/auditmanager/pom.xml
index 4009bcdddbc9..c198ea49dbdd 100644
--- a/services/auditmanager/pom.xml
+++ b/services/auditmanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
auditmanager
AWS Java SDK :: Services :: Audit Manager
diff --git a/services/autoscaling/pom.xml b/services/autoscaling/pom.xml
index ddb254c7cf36..318e457ac0f0 100644
--- a/services/autoscaling/pom.xml
+++ b/services/autoscaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
autoscaling
AWS Java SDK :: Services :: Auto Scaling
diff --git a/services/autoscalingplans/pom.xml b/services/autoscalingplans/pom.xml
index 4573505a3cff..03efd7e73500 100644
--- a/services/autoscalingplans/pom.xml
+++ b/services/autoscalingplans/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
autoscalingplans
AWS Java SDK :: Services :: Auto Scaling Plans
diff --git a/services/b2bi/pom.xml b/services/b2bi/pom.xml
index dc9331a7cf78..ede23bdd45d3 100644
--- a/services/b2bi/pom.xml
+++ b/services/b2bi/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
b2bi
AWS Java SDK :: Services :: B2 Bi
diff --git a/services/backup/pom.xml b/services/backup/pom.xml
index 5aebf7599872..7b690a174d41 100644
--- a/services/backup/pom.xml
+++ b/services/backup/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
backup
AWS Java SDK :: Services :: Backup
diff --git a/services/backupgateway/pom.xml b/services/backupgateway/pom.xml
index cde981c67f5e..39199a101e94 100644
--- a/services/backupgateway/pom.xml
+++ b/services/backupgateway/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
backupgateway
AWS Java SDK :: Services :: Backup Gateway
diff --git a/services/backupstorage/pom.xml b/services/backupstorage/pom.xml
index 6da402b65cca..612eb0671676 100644
--- a/services/backupstorage/pom.xml
+++ b/services/backupstorage/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
backupstorage
AWS Java SDK :: Services :: Backup Storage
diff --git a/services/batch/pom.xml b/services/batch/pom.xml
index aa58a7946d6d..dcf435ac8da0 100644
--- a/services/batch/pom.xml
+++ b/services/batch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
batch
AWS Java SDK :: Services :: AWS Batch
diff --git a/services/bcmdataexports/pom.xml b/services/bcmdataexports/pom.xml
index 377a8918fb91..3ed113b28c36 100644
--- a/services/bcmdataexports/pom.xml
+++ b/services/bcmdataexports/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
bcmdataexports
AWS Java SDK :: Services :: BCM Data Exports
diff --git a/services/bedrock/pom.xml b/services/bedrock/pom.xml
index 9c738c7e66a2..1fd9a2418ea1 100644
--- a/services/bedrock/pom.xml
+++ b/services/bedrock/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
bedrock
AWS Java SDK :: Services :: Bedrock
diff --git a/services/bedrockagent/pom.xml b/services/bedrockagent/pom.xml
index c19fa05a1a71..6609a9f9dcb7 100644
--- a/services/bedrockagent/pom.xml
+++ b/services/bedrockagent/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
bedrockagent
AWS Java SDK :: Services :: Bedrock Agent
diff --git a/services/bedrockagentruntime/pom.xml b/services/bedrockagentruntime/pom.xml
index 2209a68f85dc..50878e0bf884 100644
--- a/services/bedrockagentruntime/pom.xml
+++ b/services/bedrockagentruntime/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
bedrockagentruntime
AWS Java SDK :: Services :: Bedrock Agent Runtime
diff --git a/services/bedrockruntime/pom.xml b/services/bedrockruntime/pom.xml
index f1961512ce35..d953c98f9ba6 100644
--- a/services/bedrockruntime/pom.xml
+++ b/services/bedrockruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
bedrockruntime
AWS Java SDK :: Services :: Bedrock Runtime
diff --git a/services/billingconductor/pom.xml b/services/billingconductor/pom.xml
index 04f08c27d81e..db8a9b740af7 100644
--- a/services/billingconductor/pom.xml
+++ b/services/billingconductor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
billingconductor
AWS Java SDK :: Services :: Billingconductor
diff --git a/services/braket/pom.xml b/services/braket/pom.xml
index 6e1d21e50e45..b597b749b85f 100644
--- a/services/braket/pom.xml
+++ b/services/braket/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
braket
AWS Java SDK :: Services :: Braket
diff --git a/services/budgets/pom.xml b/services/budgets/pom.xml
index c165a7f119a5..49d14d532513 100644
--- a/services/budgets/pom.xml
+++ b/services/budgets/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
budgets
AWS Java SDK :: Services :: AWS Budgets
diff --git a/services/chatbot/pom.xml b/services/chatbot/pom.xml
index 20c1de4791ea..284fdb3361f0 100644
--- a/services/chatbot/pom.xml
+++ b/services/chatbot/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
chatbot
AWS Java SDK :: Services :: Chatbot
diff --git a/services/chime/pom.xml b/services/chime/pom.xml
index c17515b19aab..9cacec9194df 100644
--- a/services/chime/pom.xml
+++ b/services/chime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
chime
AWS Java SDK :: Services :: Chime
diff --git a/services/chimesdkidentity/pom.xml b/services/chimesdkidentity/pom.xml
index 50524be79eed..2fee48d71320 100644
--- a/services/chimesdkidentity/pom.xml
+++ b/services/chimesdkidentity/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
chimesdkidentity
AWS Java SDK :: Services :: Chime SDK Identity
diff --git a/services/chimesdkmediapipelines/pom.xml b/services/chimesdkmediapipelines/pom.xml
index dd9522b20e1e..ba41943b1084 100644
--- a/services/chimesdkmediapipelines/pom.xml
+++ b/services/chimesdkmediapipelines/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
chimesdkmediapipelines
AWS Java SDK :: Services :: Chime SDK Media Pipelines
diff --git a/services/chimesdkmeetings/pom.xml b/services/chimesdkmeetings/pom.xml
index fe53a4f11888..4548165e0c7d 100644
--- a/services/chimesdkmeetings/pom.xml
+++ b/services/chimesdkmeetings/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
chimesdkmeetings
AWS Java SDK :: Services :: Chime SDK Meetings
diff --git a/services/chimesdkmessaging/pom.xml b/services/chimesdkmessaging/pom.xml
index c1809416de7e..a57d23b57374 100644
--- a/services/chimesdkmessaging/pom.xml
+++ b/services/chimesdkmessaging/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
chimesdkmessaging
AWS Java SDK :: Services :: Chime SDK Messaging
diff --git a/services/chimesdkvoice/pom.xml b/services/chimesdkvoice/pom.xml
index ed2212cdb5b8..b529d66cf0e3 100644
--- a/services/chimesdkvoice/pom.xml
+++ b/services/chimesdkvoice/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
chimesdkvoice
AWS Java SDK :: Services :: Chime SDK Voice
diff --git a/services/cleanrooms/pom.xml b/services/cleanrooms/pom.xml
index 191484b173ba..e04671012266 100644
--- a/services/cleanrooms/pom.xml
+++ b/services/cleanrooms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
cleanrooms
AWS Java SDK :: Services :: Clean Rooms
diff --git a/services/cleanroomsml/pom.xml b/services/cleanroomsml/pom.xml
index ed4271a1aa7b..bd688874a7a4 100644
--- a/services/cleanroomsml/pom.xml
+++ b/services/cleanroomsml/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
cleanroomsml
AWS Java SDK :: Services :: Clean Rooms ML
diff --git a/services/cloud9/pom.xml b/services/cloud9/pom.xml
index cd57eb9c42b0..50f37acbd16c 100644
--- a/services/cloud9/pom.xml
+++ b/services/cloud9/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
cloud9
diff --git a/services/cloudcontrol/pom.xml b/services/cloudcontrol/pom.xml
index e289abbfedb1..d502d767b8b7 100644
--- a/services/cloudcontrol/pom.xml
+++ b/services/cloudcontrol/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
cloudcontrol
AWS Java SDK :: Services :: Cloud Control
diff --git a/services/clouddirectory/pom.xml b/services/clouddirectory/pom.xml
index ff8d1c98769d..86fe3c1b78e4 100644
--- a/services/clouddirectory/pom.xml
+++ b/services/clouddirectory/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
clouddirectory
AWS Java SDK :: Services :: Amazon CloudDirectory
diff --git a/services/cloudformation/pom.xml b/services/cloudformation/pom.xml
index a2fd95d1d99e..b989cff5ccf6 100644
--- a/services/cloudformation/pom.xml
+++ b/services/cloudformation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
cloudformation
AWS Java SDK :: Services :: AWS CloudFormation
diff --git a/services/cloudfront/pom.xml b/services/cloudfront/pom.xml
index 578c7e433b52..e1a3daae8fd4 100644
--- a/services/cloudfront/pom.xml
+++ b/services/cloudfront/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
cloudfront
AWS Java SDK :: Services :: Amazon CloudFront
diff --git a/services/cloudfrontkeyvaluestore/pom.xml b/services/cloudfrontkeyvaluestore/pom.xml
index f4c676430ba4..1322284e6555 100644
--- a/services/cloudfrontkeyvaluestore/pom.xml
+++ b/services/cloudfrontkeyvaluestore/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
cloudfrontkeyvaluestore
AWS Java SDK :: Services :: Cloud Front Key Value Store
diff --git a/services/cloudhsm/pom.xml b/services/cloudhsm/pom.xml
index 61c90e23989a..6a056a4bd3f9 100644
--- a/services/cloudhsm/pom.xml
+++ b/services/cloudhsm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
cloudhsm
AWS Java SDK :: Services :: AWS CloudHSM
diff --git a/services/cloudhsmv2/pom.xml b/services/cloudhsmv2/pom.xml
index fc2bd4472a9e..0b43a7eb24b5 100644
--- a/services/cloudhsmv2/pom.xml
+++ b/services/cloudhsmv2/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
cloudhsmv2
diff --git a/services/cloudsearch/pom.xml b/services/cloudsearch/pom.xml
index cc3d58d4271b..ceff9d19b03f 100644
--- a/services/cloudsearch/pom.xml
+++ b/services/cloudsearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
cloudsearch
AWS Java SDK :: Services :: Amazon CloudSearch
diff --git a/services/cloudsearchdomain/pom.xml b/services/cloudsearchdomain/pom.xml
index 27da02fea253..c2feccf00e26 100644
--- a/services/cloudsearchdomain/pom.xml
+++ b/services/cloudsearchdomain/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
cloudsearchdomain
AWS Java SDK :: Services :: Amazon CloudSearch Domain
diff --git a/services/cloudtrail/pom.xml b/services/cloudtrail/pom.xml
index c90e7b2a7544..5c5c9f7d593f 100644
--- a/services/cloudtrail/pom.xml
+++ b/services/cloudtrail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
cloudtrail
AWS Java SDK :: Services :: AWS CloudTrail
diff --git a/services/cloudtraildata/pom.xml b/services/cloudtraildata/pom.xml
index 1ce7670d864f..65abe18ff7ea 100644
--- a/services/cloudtraildata/pom.xml
+++ b/services/cloudtraildata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
cloudtraildata
AWS Java SDK :: Services :: Cloud Trail Data
diff --git a/services/cloudwatch/pom.xml b/services/cloudwatch/pom.xml
index 67e4d17ada67..86d5aa91d06b 100644
--- a/services/cloudwatch/pom.xml
+++ b/services/cloudwatch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
cloudwatch
AWS Java SDK :: Services :: Amazon CloudWatch
diff --git a/services/cloudwatchevents/pom.xml b/services/cloudwatchevents/pom.xml
index 202aa001561c..87fc65b6c9ff 100644
--- a/services/cloudwatchevents/pom.xml
+++ b/services/cloudwatchevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
cloudwatchevents
AWS Java SDK :: Services :: Amazon CloudWatch Events
diff --git a/services/cloudwatchlogs/pom.xml b/services/cloudwatchlogs/pom.xml
index 2f8f9329df00..fe78fb32c37c 100644
--- a/services/cloudwatchlogs/pom.xml
+++ b/services/cloudwatchlogs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
cloudwatchlogs
AWS Java SDK :: Services :: Amazon CloudWatch Logs
diff --git a/services/codeartifact/pom.xml b/services/codeartifact/pom.xml
index c9f1edbbe62a..53a978831f5c 100644
--- a/services/codeartifact/pom.xml
+++ b/services/codeartifact/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
codeartifact
AWS Java SDK :: Services :: Codeartifact
diff --git a/services/codebuild/pom.xml b/services/codebuild/pom.xml
index ebe669f24145..7652b1e95f7f 100644
--- a/services/codebuild/pom.xml
+++ b/services/codebuild/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
codebuild
AWS Java SDK :: Services :: AWS Code Build
diff --git a/services/codecatalyst/pom.xml b/services/codecatalyst/pom.xml
index adbfa14b9165..7101faa8e921 100644
--- a/services/codecatalyst/pom.xml
+++ b/services/codecatalyst/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
codecatalyst
AWS Java SDK :: Services :: Code Catalyst
diff --git a/services/codecommit/pom.xml b/services/codecommit/pom.xml
index 26e148a18444..f7accde35cfd 100644
--- a/services/codecommit/pom.xml
+++ b/services/codecommit/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
codecommit
AWS Java SDK :: Services :: AWS CodeCommit
diff --git a/services/codedeploy/pom.xml b/services/codedeploy/pom.xml
index c2c841f9d2a3..deb8a55dcc58 100644
--- a/services/codedeploy/pom.xml
+++ b/services/codedeploy/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
codedeploy
AWS Java SDK :: Services :: AWS CodeDeploy
diff --git a/services/codeguruprofiler/pom.xml b/services/codeguruprofiler/pom.xml
index fb232b9be71d..26de271a2b7e 100644
--- a/services/codeguruprofiler/pom.xml
+++ b/services/codeguruprofiler/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
codeguruprofiler
AWS Java SDK :: Services :: CodeGuruProfiler
diff --git a/services/codegurureviewer/pom.xml b/services/codegurureviewer/pom.xml
index 6e7db825a3e1..7bc2cff433fb 100644
--- a/services/codegurureviewer/pom.xml
+++ b/services/codegurureviewer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
codegurureviewer
AWS Java SDK :: Services :: CodeGuru Reviewer
diff --git a/services/codegurusecurity/pom.xml b/services/codegurusecurity/pom.xml
index 732b1fd8afc0..a634361f60c7 100644
--- a/services/codegurusecurity/pom.xml
+++ b/services/codegurusecurity/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
codegurusecurity
AWS Java SDK :: Services :: Code Guru Security
diff --git a/services/codepipeline/pom.xml b/services/codepipeline/pom.xml
index 97b588399d18..588a1cbd354c 100644
--- a/services/codepipeline/pom.xml
+++ b/services/codepipeline/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
codepipeline
AWS Java SDK :: Services :: AWS CodePipeline
diff --git a/services/codestar/pom.xml b/services/codestar/pom.xml
index 7cc69b124b8e..f30bbd7e1d1f 100644
--- a/services/codestar/pom.xml
+++ b/services/codestar/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
codestar
AWS Java SDK :: Services :: AWS CodeStar
diff --git a/services/codestarconnections/pom.xml b/services/codestarconnections/pom.xml
index f4d519c1669f..6bcc61a99336 100644
--- a/services/codestarconnections/pom.xml
+++ b/services/codestarconnections/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
codestarconnections
AWS Java SDK :: Services :: CodeStar connections
diff --git a/services/codestarnotifications/pom.xml b/services/codestarnotifications/pom.xml
index 6f0841cb03a5..5f8a5ffc4966 100644
--- a/services/codestarnotifications/pom.xml
+++ b/services/codestarnotifications/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
codestarnotifications
AWS Java SDK :: Services :: Codestar Notifications
diff --git a/services/cognitoidentity/pom.xml b/services/cognitoidentity/pom.xml
index 21d885530fb0..e90b131fded3 100644
--- a/services/cognitoidentity/pom.xml
+++ b/services/cognitoidentity/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
cognitoidentity
AWS Java SDK :: Services :: Amazon Cognito Identity
diff --git a/services/cognitoidentityprovider/pom.xml b/services/cognitoidentityprovider/pom.xml
index 1b93dca1c718..cb9fc9b05eac 100644
--- a/services/cognitoidentityprovider/pom.xml
+++ b/services/cognitoidentityprovider/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
cognitoidentityprovider
AWS Java SDK :: Services :: Amazon Cognito Identity Provider Service
diff --git a/services/cognitosync/pom.xml b/services/cognitosync/pom.xml
index 17cda64519bf..2474a095f466 100644
--- a/services/cognitosync/pom.xml
+++ b/services/cognitosync/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
cognitosync
AWS Java SDK :: Services :: Amazon Cognito Sync
diff --git a/services/comprehend/pom.xml b/services/comprehend/pom.xml
index 74502453b238..bfdcf308056f 100644
--- a/services/comprehend/pom.xml
+++ b/services/comprehend/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
comprehend
diff --git a/services/comprehendmedical/pom.xml b/services/comprehendmedical/pom.xml
index 53bf7881861c..430339b35254 100644
--- a/services/comprehendmedical/pom.xml
+++ b/services/comprehendmedical/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
comprehendmedical
AWS Java SDK :: Services :: ComprehendMedical
diff --git a/services/computeoptimizer/pom.xml b/services/computeoptimizer/pom.xml
index c496be0e1b0b..90a25a14798d 100644
--- a/services/computeoptimizer/pom.xml
+++ b/services/computeoptimizer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
computeoptimizer
AWS Java SDK :: Services :: Compute Optimizer
diff --git a/services/config/pom.xml b/services/config/pom.xml
index af973b263020..707951a62ae9 100644
--- a/services/config/pom.xml
+++ b/services/config/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
config
AWS Java SDK :: Services :: AWS Config
diff --git a/services/connect/pom.xml b/services/connect/pom.xml
index 82cfdffdbbcc..f0e1462a1981 100644
--- a/services/connect/pom.xml
+++ b/services/connect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
connect
AWS Java SDK :: Services :: Connect
diff --git a/services/connectcampaigns/pom.xml b/services/connectcampaigns/pom.xml
index 14d9ab2bf07c..afe6ae2744e0 100644
--- a/services/connectcampaigns/pom.xml
+++ b/services/connectcampaigns/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
connectcampaigns
AWS Java SDK :: Services :: Connect Campaigns
diff --git a/services/connectcases/pom.xml b/services/connectcases/pom.xml
index bf415b3e512a..29e45f59a15d 100644
--- a/services/connectcases/pom.xml
+++ b/services/connectcases/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
connectcases
AWS Java SDK :: Services :: Connect Cases
diff --git a/services/connectcontactlens/pom.xml b/services/connectcontactlens/pom.xml
index 40e4a12c5fb6..bd9f68839356 100644
--- a/services/connectcontactlens/pom.xml
+++ b/services/connectcontactlens/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
connectcontactlens
AWS Java SDK :: Services :: Connect Contact Lens
diff --git a/services/connectparticipant/pom.xml b/services/connectparticipant/pom.xml
index 3c54d34b46af..d142e69e2033 100644
--- a/services/connectparticipant/pom.xml
+++ b/services/connectparticipant/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
connectparticipant
AWS Java SDK :: Services :: ConnectParticipant
diff --git a/services/controltower/pom.xml b/services/controltower/pom.xml
index e69dd4746c4e..35120e593da1 100644
--- a/services/controltower/pom.xml
+++ b/services/controltower/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
controltower
AWS Java SDK :: Services :: Control Tower
diff --git a/services/costandusagereport/pom.xml b/services/costandusagereport/pom.xml
index 19fb89421f2f..7529ca7c5857 100644
--- a/services/costandusagereport/pom.xml
+++ b/services/costandusagereport/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
costandusagereport
AWS Java SDK :: Services :: AWS Cost and Usage Report
diff --git a/services/costexplorer/pom.xml b/services/costexplorer/pom.xml
index 9dd3932daf17..baa62331c7b2 100644
--- a/services/costexplorer/pom.xml
+++ b/services/costexplorer/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
costexplorer
diff --git a/services/costoptimizationhub/pom.xml b/services/costoptimizationhub/pom.xml
index 0ad58c072110..7d45912a57d1 100644
--- a/services/costoptimizationhub/pom.xml
+++ b/services/costoptimizationhub/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
costoptimizationhub
AWS Java SDK :: Services :: Cost Optimization Hub
diff --git a/services/customerprofiles/pom.xml b/services/customerprofiles/pom.xml
index fd057a3a743e..c113c666a76e 100644
--- a/services/customerprofiles/pom.xml
+++ b/services/customerprofiles/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
customerprofiles
AWS Java SDK :: Services :: Customer Profiles
diff --git a/services/databasemigration/pom.xml b/services/databasemigration/pom.xml
index 3815f2c7e6ff..c05e25bdf930 100644
--- a/services/databasemigration/pom.xml
+++ b/services/databasemigration/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
databasemigration
AWS Java SDK :: Services :: AWS Database Migration Service
diff --git a/services/databrew/pom.xml b/services/databrew/pom.xml
index 9316be93515a..fcfa42f59ac2 100644
--- a/services/databrew/pom.xml
+++ b/services/databrew/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
databrew
AWS Java SDK :: Services :: Data Brew
diff --git a/services/dataexchange/pom.xml b/services/dataexchange/pom.xml
index 00d3e070b1b1..5e2bdde810eb 100644
--- a/services/dataexchange/pom.xml
+++ b/services/dataexchange/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
dataexchange
AWS Java SDK :: Services :: DataExchange
diff --git a/services/datapipeline/pom.xml b/services/datapipeline/pom.xml
index 295d8f5e3fda..e916913122dc 100644
--- a/services/datapipeline/pom.xml
+++ b/services/datapipeline/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
datapipeline
AWS Java SDK :: Services :: AWS Data Pipeline
diff --git a/services/datasync/pom.xml b/services/datasync/pom.xml
index 6a56834dc1cd..f24eb965a594 100644
--- a/services/datasync/pom.xml
+++ b/services/datasync/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
datasync
AWS Java SDK :: Services :: DataSync
diff --git a/services/datazone/pom.xml b/services/datazone/pom.xml
index adc52cf0d890..3848bea63dde 100644
--- a/services/datazone/pom.xml
+++ b/services/datazone/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
datazone
AWS Java SDK :: Services :: Data Zone
diff --git a/services/dax/pom.xml b/services/dax/pom.xml
index 7335a4587dec..1d4bf7936385 100644
--- a/services/dax/pom.xml
+++ b/services/dax/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
dax
AWS Java SDK :: Services :: Amazon DynamoDB Accelerator (DAX)
diff --git a/services/detective/pom.xml b/services/detective/pom.xml
index c0537b2a9955..b075be311dcc 100644
--- a/services/detective/pom.xml
+++ b/services/detective/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
detective
AWS Java SDK :: Services :: Detective
diff --git a/services/devicefarm/pom.xml b/services/devicefarm/pom.xml
index 9eecfc653fc1..2b7728ca9d9a 100644
--- a/services/devicefarm/pom.xml
+++ b/services/devicefarm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
devicefarm
AWS Java SDK :: Services :: AWS Device Farm
diff --git a/services/devopsguru/pom.xml b/services/devopsguru/pom.xml
index 5b968298ecf8..3353cd41cb96 100644
--- a/services/devopsguru/pom.xml
+++ b/services/devopsguru/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
devopsguru
AWS Java SDK :: Services :: Dev Ops Guru
diff --git a/services/directconnect/pom.xml b/services/directconnect/pom.xml
index 249361939bc3..fe48041d32a8 100644
--- a/services/directconnect/pom.xml
+++ b/services/directconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
directconnect
AWS Java SDK :: Services :: AWS Direct Connect
diff --git a/services/directory/pom.xml b/services/directory/pom.xml
index ee5987b13a47..f420a3e4b740 100644
--- a/services/directory/pom.xml
+++ b/services/directory/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
directory
AWS Java SDK :: Services :: AWS Directory Service
diff --git a/services/dlm/pom.xml b/services/dlm/pom.xml
index 02ae1b71a5b8..7aaf5e7988ff 100644
--- a/services/dlm/pom.xml
+++ b/services/dlm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
dlm
AWS Java SDK :: Services :: DLM
diff --git a/services/docdb/pom.xml b/services/docdb/pom.xml
index 03707fbcf7e8..3f020984e47c 100644
--- a/services/docdb/pom.xml
+++ b/services/docdb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
docdb
AWS Java SDK :: Services :: DocDB
diff --git a/services/docdbelastic/pom.xml b/services/docdbelastic/pom.xml
index 19c3e73b7a37..c29b312d0e31 100644
--- a/services/docdbelastic/pom.xml
+++ b/services/docdbelastic/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
docdbelastic
AWS Java SDK :: Services :: Doc DB Elastic
diff --git a/services/drs/pom.xml b/services/drs/pom.xml
index b96daa57b65b..5f8b010999d1 100644
--- a/services/drs/pom.xml
+++ b/services/drs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
drs
AWS Java SDK :: Services :: Drs
diff --git a/services/dynamodb/pom.xml b/services/dynamodb/pom.xml
index 0b16e402e805..0cabda2ad6eb 100644
--- a/services/dynamodb/pom.xml
+++ b/services/dynamodb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
dynamodb
AWS Java SDK :: Services :: Amazon DynamoDB
diff --git a/services/ebs/pom.xml b/services/ebs/pom.xml
index 2b821bb46d4a..02d8bb03b46e 100644
--- a/services/ebs/pom.xml
+++ b/services/ebs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
ebs
AWS Java SDK :: Services :: EBS
diff --git a/services/ec2/pom.xml b/services/ec2/pom.xml
index 03ee2cde9bdb..c283eef611cb 100644
--- a/services/ec2/pom.xml
+++ b/services/ec2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
ec2
AWS Java SDK :: Services :: Amazon EC2
diff --git a/services/ec2instanceconnect/pom.xml b/services/ec2instanceconnect/pom.xml
index 1a8b7134e67f..b463f7c7fd61 100644
--- a/services/ec2instanceconnect/pom.xml
+++ b/services/ec2instanceconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
ec2instanceconnect
AWS Java SDK :: Services :: EC2 Instance Connect
diff --git a/services/ecr/pom.xml b/services/ecr/pom.xml
index e624a57ebd8a..66488f12370a 100644
--- a/services/ecr/pom.xml
+++ b/services/ecr/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
ecr
AWS Java SDK :: Services :: Amazon EC2 Container Registry
diff --git a/services/ecrpublic/pom.xml b/services/ecrpublic/pom.xml
index f37244129b22..b293f7d1eff3 100644
--- a/services/ecrpublic/pom.xml
+++ b/services/ecrpublic/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
ecrpublic
AWS Java SDK :: Services :: ECR PUBLIC
diff --git a/services/ecs/pom.xml b/services/ecs/pom.xml
index 6a71cacfbf29..3e28cdb499b1 100644
--- a/services/ecs/pom.xml
+++ b/services/ecs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
ecs
AWS Java SDK :: Services :: Amazon EC2 Container Service
diff --git a/services/efs/pom.xml b/services/efs/pom.xml
index bd25fb4ace35..7cb0f22610a1 100644
--- a/services/efs/pom.xml
+++ b/services/efs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
efs
AWS Java SDK :: Services :: Amazon Elastic File System
diff --git a/services/eks/pom.xml b/services/eks/pom.xml
index 7cf849b767c8..396d4bc6b718 100644
--- a/services/eks/pom.xml
+++ b/services/eks/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
eks
AWS Java SDK :: Services :: EKS
diff --git a/services/eksauth/pom.xml b/services/eksauth/pom.xml
index 96c5d97bfd9b..cee75ca39eed 100644
--- a/services/eksauth/pom.xml
+++ b/services/eksauth/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
eksauth
AWS Java SDK :: Services :: EKS Auth
diff --git a/services/elasticache/pom.xml b/services/elasticache/pom.xml
index 236621618aca..7f2c721064c0 100644
--- a/services/elasticache/pom.xml
+++ b/services/elasticache/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
elasticache
AWS Java SDK :: Services :: Amazon ElastiCache
diff --git a/services/elasticbeanstalk/pom.xml b/services/elasticbeanstalk/pom.xml
index aa9fd3131767..4effe02222f9 100644
--- a/services/elasticbeanstalk/pom.xml
+++ b/services/elasticbeanstalk/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
elasticbeanstalk
AWS Java SDK :: Services :: AWS Elastic Beanstalk
diff --git a/services/elasticinference/pom.xml b/services/elasticinference/pom.xml
index 5dbcc294bc4c..974e68c78e8b 100644
--- a/services/elasticinference/pom.xml
+++ b/services/elasticinference/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
elasticinference
AWS Java SDK :: Services :: Elastic Inference
diff --git a/services/elasticloadbalancing/pom.xml b/services/elasticloadbalancing/pom.xml
index 03202893ef12..9ca9f1d2996f 100644
--- a/services/elasticloadbalancing/pom.xml
+++ b/services/elasticloadbalancing/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
elasticloadbalancing
AWS Java SDK :: Services :: Elastic Load Balancing
diff --git a/services/elasticloadbalancingv2/pom.xml b/services/elasticloadbalancingv2/pom.xml
index 0434a0fcb55a..d875e0594ce3 100644
--- a/services/elasticloadbalancingv2/pom.xml
+++ b/services/elasticloadbalancingv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
elasticloadbalancingv2
AWS Java SDK :: Services :: Elastic Load Balancing V2
diff --git a/services/elasticsearch/pom.xml b/services/elasticsearch/pom.xml
index 8e938fa3f908..75d6aab3e758 100644
--- a/services/elasticsearch/pom.xml
+++ b/services/elasticsearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
elasticsearch
AWS Java SDK :: Services :: Amazon Elasticsearch Service
diff --git a/services/elastictranscoder/pom.xml b/services/elastictranscoder/pom.xml
index 895161801b12..3382c49f9921 100644
--- a/services/elastictranscoder/pom.xml
+++ b/services/elastictranscoder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
elastictranscoder
AWS Java SDK :: Services :: Amazon Elastic Transcoder
diff --git a/services/emr/pom.xml b/services/emr/pom.xml
index ac3c73889cc0..ffd28bf27a10 100644
--- a/services/emr/pom.xml
+++ b/services/emr/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
emr
AWS Java SDK :: Services :: Amazon EMR
diff --git a/services/emrcontainers/pom.xml b/services/emrcontainers/pom.xml
index cf1cb824c5c4..74068fd98983 100644
--- a/services/emrcontainers/pom.xml
+++ b/services/emrcontainers/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
emrcontainers
AWS Java SDK :: Services :: EMR Containers
diff --git a/services/emrserverless/pom.xml b/services/emrserverless/pom.xml
index 11950f3b80d5..3d58facb0baf 100644
--- a/services/emrserverless/pom.xml
+++ b/services/emrserverless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
emrserverless
AWS Java SDK :: Services :: EMR Serverless
diff --git a/services/entityresolution/pom.xml b/services/entityresolution/pom.xml
index 9627c62fcc77..0cc221f61b47 100644
--- a/services/entityresolution/pom.xml
+++ b/services/entityresolution/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
entityresolution
AWS Java SDK :: Services :: Entity Resolution
diff --git a/services/eventbridge/pom.xml b/services/eventbridge/pom.xml
index 5912977eb255..ca4b44aead0e 100644
--- a/services/eventbridge/pom.xml
+++ b/services/eventbridge/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
eventbridge
AWS Java SDK :: Services :: EventBridge
diff --git a/services/evidently/pom.xml b/services/evidently/pom.xml
index 7f0a3f513dec..4ac415b54567 100644
--- a/services/evidently/pom.xml
+++ b/services/evidently/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
evidently
AWS Java SDK :: Services :: Evidently
diff --git a/services/finspace/pom.xml b/services/finspace/pom.xml
index 074a4661a6d9..30160dc47504 100644
--- a/services/finspace/pom.xml
+++ b/services/finspace/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
finspace
AWS Java SDK :: Services :: Finspace
diff --git a/services/finspacedata/pom.xml b/services/finspacedata/pom.xml
index 1b8a91dfd0b0..2e5d7fd368de 100644
--- a/services/finspacedata/pom.xml
+++ b/services/finspacedata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
finspacedata
AWS Java SDK :: Services :: Finspace Data
diff --git a/services/firehose/pom.xml b/services/firehose/pom.xml
index ca8bf21c3b48..3351868928cb 100644
--- a/services/firehose/pom.xml
+++ b/services/firehose/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
firehose
AWS Java SDK :: Services :: Amazon Kinesis Firehose
diff --git a/services/fis/pom.xml b/services/fis/pom.xml
index 8dd068e5b270..cfd08a53889d 100644
--- a/services/fis/pom.xml
+++ b/services/fis/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
fis
AWS Java SDK :: Services :: Fis
diff --git a/services/fms/pom.xml b/services/fms/pom.xml
index 5e21a7ac93b2..4216cbd869b6 100644
--- a/services/fms/pom.xml
+++ b/services/fms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
fms
AWS Java SDK :: Services :: FMS
diff --git a/services/forecast/pom.xml b/services/forecast/pom.xml
index 7f538e344863..63b4f7fab24d 100644
--- a/services/forecast/pom.xml
+++ b/services/forecast/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
forecast
AWS Java SDK :: Services :: Forecast
diff --git a/services/forecastquery/pom.xml b/services/forecastquery/pom.xml
index 936c3c74177d..ff29277a37d7 100644
--- a/services/forecastquery/pom.xml
+++ b/services/forecastquery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
forecastquery
AWS Java SDK :: Services :: Forecastquery
diff --git a/services/frauddetector/pom.xml b/services/frauddetector/pom.xml
index 3abdab76ba5c..878c684c542b 100644
--- a/services/frauddetector/pom.xml
+++ b/services/frauddetector/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
frauddetector
AWS Java SDK :: Services :: FraudDetector
diff --git a/services/freetier/pom.xml b/services/freetier/pom.xml
index 63f1414fcdd1..da43d1d4d24e 100644
--- a/services/freetier/pom.xml
+++ b/services/freetier/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
freetier
AWS Java SDK :: Services :: Free Tier
diff --git a/services/fsx/pom.xml b/services/fsx/pom.xml
index 0e8e7ce9639d..edd813abee17 100644
--- a/services/fsx/pom.xml
+++ b/services/fsx/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
fsx
AWS Java SDK :: Services :: FSx
diff --git a/services/gamelift/pom.xml b/services/gamelift/pom.xml
index 8de3c69f197e..dde34ac89e95 100644
--- a/services/gamelift/pom.xml
+++ b/services/gamelift/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
gamelift
AWS Java SDK :: Services :: AWS GameLift
diff --git a/services/glacier/pom.xml b/services/glacier/pom.xml
index 0baf736eccf0..267f2b6c8d9f 100644
--- a/services/glacier/pom.xml
+++ b/services/glacier/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
glacier
AWS Java SDK :: Services :: Amazon Glacier
diff --git a/services/globalaccelerator/pom.xml b/services/globalaccelerator/pom.xml
index a9eb3280b90f..73725ae12102 100644
--- a/services/globalaccelerator/pom.xml
+++ b/services/globalaccelerator/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
globalaccelerator
AWS Java SDK :: Services :: Global Accelerator
diff --git a/services/glue/pom.xml b/services/glue/pom.xml
index cc805dcd5c47..7901b1795877 100644
--- a/services/glue/pom.xml
+++ b/services/glue/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
glue
diff --git a/services/grafana/pom.xml b/services/grafana/pom.xml
index 091258d967b7..30da843cb677 100644
--- a/services/grafana/pom.xml
+++ b/services/grafana/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
grafana
AWS Java SDK :: Services :: Grafana
diff --git a/services/greengrass/pom.xml b/services/greengrass/pom.xml
index a9c4399074de..e4525ac812b0 100644
--- a/services/greengrass/pom.xml
+++ b/services/greengrass/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
greengrass
AWS Java SDK :: Services :: AWS Greengrass
diff --git a/services/greengrassv2/pom.xml b/services/greengrassv2/pom.xml
index d065898b3e47..f5ad06afb8c8 100644
--- a/services/greengrassv2/pom.xml
+++ b/services/greengrassv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
greengrassv2
AWS Java SDK :: Services :: Greengrass V2
diff --git a/services/groundstation/pom.xml b/services/groundstation/pom.xml
index 6b5649855a34..0d4d5259fe01 100644
--- a/services/groundstation/pom.xml
+++ b/services/groundstation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
groundstation
AWS Java SDK :: Services :: GroundStation
diff --git a/services/guardduty/pom.xml b/services/guardduty/pom.xml
index 492870bfddde..a4d5cd21fd02 100644
--- a/services/guardduty/pom.xml
+++ b/services/guardduty/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
guardduty
diff --git a/services/health/pom.xml b/services/health/pom.xml
index c87ef4174734..13b25a016792 100644
--- a/services/health/pom.xml
+++ b/services/health/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
health
AWS Java SDK :: Services :: AWS Health APIs and Notifications
diff --git a/services/healthlake/pom.xml b/services/healthlake/pom.xml
index 50a7e73d6df6..1f35fad7edc8 100644
--- a/services/healthlake/pom.xml
+++ b/services/healthlake/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
healthlake
AWS Java SDK :: Services :: Health Lake
diff --git a/services/honeycode/pom.xml b/services/honeycode/pom.xml
index 819acd4c599b..a811da5ff1e7 100644
--- a/services/honeycode/pom.xml
+++ b/services/honeycode/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
honeycode
AWS Java SDK :: Services :: Honeycode
diff --git a/services/iam/pom.xml b/services/iam/pom.xml
index 75045f09d8a5..f7910bbb4838 100644
--- a/services/iam/pom.xml
+++ b/services/iam/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
iam
AWS Java SDK :: Services :: AWS IAM
diff --git a/services/identitystore/pom.xml b/services/identitystore/pom.xml
index 90e4ad94ac65..2e9c3c77d1de 100644
--- a/services/identitystore/pom.xml
+++ b/services/identitystore/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
identitystore
AWS Java SDK :: Services :: Identitystore
diff --git a/services/imagebuilder/pom.xml b/services/imagebuilder/pom.xml
index 66ad3144d3a6..6487414eac2c 100644
--- a/services/imagebuilder/pom.xml
+++ b/services/imagebuilder/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
imagebuilder
AWS Java SDK :: Services :: Imagebuilder
diff --git a/services/inspector/pom.xml b/services/inspector/pom.xml
index 69ebc889dd9a..97c145f134d5 100644
--- a/services/inspector/pom.xml
+++ b/services/inspector/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
inspector
AWS Java SDK :: Services :: Amazon Inspector Service
diff --git a/services/inspector2/pom.xml b/services/inspector2/pom.xml
index e21497e033bd..4d4f8e1b37e2 100644
--- a/services/inspector2/pom.xml
+++ b/services/inspector2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
inspector2
AWS Java SDK :: Services :: Inspector2
diff --git a/services/inspectorscan/pom.xml b/services/inspectorscan/pom.xml
index a877906019fd..8330c48ec7bc 100644
--- a/services/inspectorscan/pom.xml
+++ b/services/inspectorscan/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
inspectorscan
AWS Java SDK :: Services :: Inspector Scan
diff --git a/services/internetmonitor/pom.xml b/services/internetmonitor/pom.xml
index f232729e8d98..47389c8926cf 100644
--- a/services/internetmonitor/pom.xml
+++ b/services/internetmonitor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
internetmonitor
AWS Java SDK :: Services :: Internet Monitor
diff --git a/services/iot/pom.xml b/services/iot/pom.xml
index 1196da0cd6a6..1db2ad40ce0d 100644
--- a/services/iot/pom.xml
+++ b/services/iot/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
iot
AWS Java SDK :: Services :: AWS IoT
diff --git a/services/iot1clickdevices/pom.xml b/services/iot1clickdevices/pom.xml
index 1f2bffc08b31..924168513384 100644
--- a/services/iot1clickdevices/pom.xml
+++ b/services/iot1clickdevices/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
iot1clickdevices
AWS Java SDK :: Services :: IoT 1Click Devices Service
diff --git a/services/iot1clickprojects/pom.xml b/services/iot1clickprojects/pom.xml
index fc789e0cd3a6..528c13a8177b 100644
--- a/services/iot1clickprojects/pom.xml
+++ b/services/iot1clickprojects/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
iot1clickprojects
AWS Java SDK :: Services :: IoT 1Click Projects
diff --git a/services/iotanalytics/pom.xml b/services/iotanalytics/pom.xml
index 9a7292547790..b31c8c98d04f 100644
--- a/services/iotanalytics/pom.xml
+++ b/services/iotanalytics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
iotanalytics
AWS Java SDK :: Services :: IoTAnalytics
diff --git a/services/iotdataplane/pom.xml b/services/iotdataplane/pom.xml
index cf3a85f536f1..f87333ce7b6f 100644
--- a/services/iotdataplane/pom.xml
+++ b/services/iotdataplane/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
iotdataplane
AWS Java SDK :: Services :: AWS IoT Data Plane
diff --git a/services/iotdeviceadvisor/pom.xml b/services/iotdeviceadvisor/pom.xml
index 0bbf293cebc4..0d1a69d5f5ae 100644
--- a/services/iotdeviceadvisor/pom.xml
+++ b/services/iotdeviceadvisor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
iotdeviceadvisor
AWS Java SDK :: Services :: Iot Device Advisor
diff --git a/services/iotevents/pom.xml b/services/iotevents/pom.xml
index e9f2bcc4aad6..96f879c7f701 100644
--- a/services/iotevents/pom.xml
+++ b/services/iotevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
iotevents
AWS Java SDK :: Services :: IoT Events
diff --git a/services/ioteventsdata/pom.xml b/services/ioteventsdata/pom.xml
index 6be874a3055c..a45e76263d63 100644
--- a/services/ioteventsdata/pom.xml
+++ b/services/ioteventsdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
ioteventsdata
AWS Java SDK :: Services :: IoT Events Data
diff --git a/services/iotfleethub/pom.xml b/services/iotfleethub/pom.xml
index 99342e10432b..7a2e8a61f0b1 100644
--- a/services/iotfleethub/pom.xml
+++ b/services/iotfleethub/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
iotfleethub
AWS Java SDK :: Services :: Io T Fleet Hub
diff --git a/services/iotfleetwise/pom.xml b/services/iotfleetwise/pom.xml
index 44ac122061a2..6b9c22966b71 100644
--- a/services/iotfleetwise/pom.xml
+++ b/services/iotfleetwise/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
iotfleetwise
AWS Java SDK :: Services :: Io T Fleet Wise
diff --git a/services/iotjobsdataplane/pom.xml b/services/iotjobsdataplane/pom.xml
index 2bca46dfed54..8726b80b6359 100644
--- a/services/iotjobsdataplane/pom.xml
+++ b/services/iotjobsdataplane/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
iotjobsdataplane
AWS Java SDK :: Services :: IoT Jobs Data Plane
diff --git a/services/iotsecuretunneling/pom.xml b/services/iotsecuretunneling/pom.xml
index 8b8dac52017f..3747c917933c 100644
--- a/services/iotsecuretunneling/pom.xml
+++ b/services/iotsecuretunneling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
iotsecuretunneling
AWS Java SDK :: Services :: IoTSecureTunneling
diff --git a/services/iotsitewise/pom.xml b/services/iotsitewise/pom.xml
index 9f18f8f0fe94..69f4e2f8c8f0 100644
--- a/services/iotsitewise/pom.xml
+++ b/services/iotsitewise/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
iotsitewise
AWS Java SDK :: Services :: Io T Site Wise
diff --git a/services/iotthingsgraph/pom.xml b/services/iotthingsgraph/pom.xml
index e8911347dd4e..251857f7b293 100644
--- a/services/iotthingsgraph/pom.xml
+++ b/services/iotthingsgraph/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
iotthingsgraph
AWS Java SDK :: Services :: IoTThingsGraph
diff --git a/services/iottwinmaker/pom.xml b/services/iottwinmaker/pom.xml
index 0284796c3466..2b3519127aa2 100644
--- a/services/iottwinmaker/pom.xml
+++ b/services/iottwinmaker/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
iottwinmaker
AWS Java SDK :: Services :: Io T Twin Maker
diff --git a/services/iotwireless/pom.xml b/services/iotwireless/pom.xml
index 50eefccf1da7..7ce7dbcb9381 100644
--- a/services/iotwireless/pom.xml
+++ b/services/iotwireless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
iotwireless
AWS Java SDK :: Services :: IoT Wireless
diff --git a/services/ivs/pom.xml b/services/ivs/pom.xml
index d22a646a7745..629f8dba1ff9 100644
--- a/services/ivs/pom.xml
+++ b/services/ivs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
ivs
AWS Java SDK :: Services :: Ivs
diff --git a/services/ivschat/pom.xml b/services/ivschat/pom.xml
index dcfd6915f8c7..7776977c28c9 100644
--- a/services/ivschat/pom.xml
+++ b/services/ivschat/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
ivschat
AWS Java SDK :: Services :: Ivschat
diff --git a/services/ivsrealtime/pom.xml b/services/ivsrealtime/pom.xml
index 6342c08dd5a7..5e4b15738d90 100644
--- a/services/ivsrealtime/pom.xml
+++ b/services/ivsrealtime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
ivsrealtime
AWS Java SDK :: Services :: IVS Real Time
diff --git a/services/kafka/pom.xml b/services/kafka/pom.xml
index 19a8a12742d2..1c05e30962fa 100644
--- a/services/kafka/pom.xml
+++ b/services/kafka/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
kafka
AWS Java SDK :: Services :: Kafka
diff --git a/services/kafkaconnect/pom.xml b/services/kafkaconnect/pom.xml
index c93f0df834e6..a504d6925933 100644
--- a/services/kafkaconnect/pom.xml
+++ b/services/kafkaconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
kafkaconnect
AWS Java SDK :: Services :: Kafka Connect
diff --git a/services/kendra/pom.xml b/services/kendra/pom.xml
index 29975c59a5b8..b4a662d4ff24 100644
--- a/services/kendra/pom.xml
+++ b/services/kendra/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
kendra
AWS Java SDK :: Services :: Kendra
diff --git a/services/kendraranking/pom.xml b/services/kendraranking/pom.xml
index f1712b2d84b9..25d6081a7ecf 100644
--- a/services/kendraranking/pom.xml
+++ b/services/kendraranking/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
kendraranking
AWS Java SDK :: Services :: Kendra Ranking
diff --git a/services/keyspaces/pom.xml b/services/keyspaces/pom.xml
index 18092ffdd8de..144d56747386 100644
--- a/services/keyspaces/pom.xml
+++ b/services/keyspaces/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
keyspaces
AWS Java SDK :: Services :: Keyspaces
diff --git a/services/kinesis/pom.xml b/services/kinesis/pom.xml
index 8bb07d7854ec..513536b3fd02 100644
--- a/services/kinesis/pom.xml
+++ b/services/kinesis/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
kinesis
AWS Java SDK :: Services :: Amazon Kinesis
diff --git a/services/kinesisanalytics/pom.xml b/services/kinesisanalytics/pom.xml
index 3bc59358ebdf..7bd84b4dc2d1 100644
--- a/services/kinesisanalytics/pom.xml
+++ b/services/kinesisanalytics/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
kinesisanalytics
AWS Java SDK :: Services :: Amazon Kinesis Analytics
diff --git a/services/kinesisanalyticsv2/pom.xml b/services/kinesisanalyticsv2/pom.xml
index 222e66eabae5..0874fcdbd8f4 100644
--- a/services/kinesisanalyticsv2/pom.xml
+++ b/services/kinesisanalyticsv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
kinesisanalyticsv2
AWS Java SDK :: Services :: Kinesis Analytics V2
diff --git a/services/kinesisvideo/pom.xml b/services/kinesisvideo/pom.xml
index 349451f12b48..475c88602cbd 100644
--- a/services/kinesisvideo/pom.xml
+++ b/services/kinesisvideo/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
kinesisvideo
diff --git a/services/kinesisvideoarchivedmedia/pom.xml b/services/kinesisvideoarchivedmedia/pom.xml
index 59b7a66225b5..c59f40f42151 100644
--- a/services/kinesisvideoarchivedmedia/pom.xml
+++ b/services/kinesisvideoarchivedmedia/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
kinesisvideoarchivedmedia
AWS Java SDK :: Services :: Kinesis Video Archived Media
diff --git a/services/kinesisvideomedia/pom.xml b/services/kinesisvideomedia/pom.xml
index 3b39ec299172..fef53163789c 100644
--- a/services/kinesisvideomedia/pom.xml
+++ b/services/kinesisvideomedia/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
kinesisvideomedia
AWS Java SDK :: Services :: Kinesis Video Media
diff --git a/services/kinesisvideosignaling/pom.xml b/services/kinesisvideosignaling/pom.xml
index e1968aa83e3e..4571c2d2afe3 100644
--- a/services/kinesisvideosignaling/pom.xml
+++ b/services/kinesisvideosignaling/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
kinesisvideosignaling
AWS Java SDK :: Services :: Kinesis Video Signaling
diff --git a/services/kinesisvideowebrtcstorage/pom.xml b/services/kinesisvideowebrtcstorage/pom.xml
index 9116152569f8..2a303e5a6b57 100644
--- a/services/kinesisvideowebrtcstorage/pom.xml
+++ b/services/kinesisvideowebrtcstorage/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
kinesisvideowebrtcstorage
AWS Java SDK :: Services :: Kinesis Video Web RTC Storage
diff --git a/services/kms/pom.xml b/services/kms/pom.xml
index e5be9817446c..d2f941026604 100644
--- a/services/kms/pom.xml
+++ b/services/kms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
kms
AWS Java SDK :: Services :: AWS KMS
diff --git a/services/lakeformation/pom.xml b/services/lakeformation/pom.xml
index 1a3f1e598fed..0f1f70b64756 100644
--- a/services/lakeformation/pom.xml
+++ b/services/lakeformation/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
lakeformation
AWS Java SDK :: Services :: LakeFormation
diff --git a/services/lambda/pom.xml b/services/lambda/pom.xml
index 6b35dfa86f40..44c6e2e0bf90 100644
--- a/services/lambda/pom.xml
+++ b/services/lambda/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
lambda
AWS Java SDK :: Services :: AWS Lambda
diff --git a/services/launchwizard/pom.xml b/services/launchwizard/pom.xml
index aadf603dd6b0..6733c0b7eeaa 100644
--- a/services/launchwizard/pom.xml
+++ b/services/launchwizard/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
launchwizard
AWS Java SDK :: Services :: Launch Wizard
diff --git a/services/lexmodelbuilding/pom.xml b/services/lexmodelbuilding/pom.xml
index c4d5eecedf1e..d949e7a6340f 100644
--- a/services/lexmodelbuilding/pom.xml
+++ b/services/lexmodelbuilding/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
lexmodelbuilding
AWS Java SDK :: Services :: Amazon Lex Model Building
diff --git a/services/lexmodelsv2/pom.xml b/services/lexmodelsv2/pom.xml
index 8c23fb80d40e..56b92ee85304 100644
--- a/services/lexmodelsv2/pom.xml
+++ b/services/lexmodelsv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
lexmodelsv2
AWS Java SDK :: Services :: Lex Models V2
diff --git a/services/lexruntime/pom.xml b/services/lexruntime/pom.xml
index 34a2f1f8a16b..266653eee65c 100644
--- a/services/lexruntime/pom.xml
+++ b/services/lexruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
lexruntime
AWS Java SDK :: Services :: Amazon Lex Runtime
diff --git a/services/lexruntimev2/pom.xml b/services/lexruntimev2/pom.xml
index d9ad6ea7c6f7..066b208674ef 100644
--- a/services/lexruntimev2/pom.xml
+++ b/services/lexruntimev2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
lexruntimev2
AWS Java SDK :: Services :: Lex Runtime V2
diff --git a/services/licensemanager/pom.xml b/services/licensemanager/pom.xml
index 8276f8e53b11..1c966ec090bd 100644
--- a/services/licensemanager/pom.xml
+++ b/services/licensemanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
licensemanager
AWS Java SDK :: Services :: License Manager
diff --git a/services/licensemanagerlinuxsubscriptions/pom.xml b/services/licensemanagerlinuxsubscriptions/pom.xml
index 03c0871ece36..65b4481f0a9e 100644
--- a/services/licensemanagerlinuxsubscriptions/pom.xml
+++ b/services/licensemanagerlinuxsubscriptions/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
licensemanagerlinuxsubscriptions
AWS Java SDK :: Services :: License Manager Linux Subscriptions
diff --git a/services/licensemanagerusersubscriptions/pom.xml b/services/licensemanagerusersubscriptions/pom.xml
index 6b4a191f8c18..b044fd5c0a75 100644
--- a/services/licensemanagerusersubscriptions/pom.xml
+++ b/services/licensemanagerusersubscriptions/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
licensemanagerusersubscriptions
AWS Java SDK :: Services :: License Manager User Subscriptions
diff --git a/services/lightsail/pom.xml b/services/lightsail/pom.xml
index 32ec29063dba..ec46fcb72e36 100644
--- a/services/lightsail/pom.xml
+++ b/services/lightsail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
lightsail
AWS Java SDK :: Services :: Amazon Lightsail
diff --git a/services/location/pom.xml b/services/location/pom.xml
index 0e23a6677fcc..9eb8bf29ce17 100644
--- a/services/location/pom.xml
+++ b/services/location/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
location
AWS Java SDK :: Services :: Location
diff --git a/services/lookoutequipment/pom.xml b/services/lookoutequipment/pom.xml
index 31c7346156f8..c354f9e6952f 100644
--- a/services/lookoutequipment/pom.xml
+++ b/services/lookoutequipment/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
lookoutequipment
AWS Java SDK :: Services :: Lookout Equipment
diff --git a/services/lookoutmetrics/pom.xml b/services/lookoutmetrics/pom.xml
index b3a4a74f0562..ec65028db86a 100644
--- a/services/lookoutmetrics/pom.xml
+++ b/services/lookoutmetrics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
lookoutmetrics
AWS Java SDK :: Services :: Lookout Metrics
diff --git a/services/lookoutvision/pom.xml b/services/lookoutvision/pom.xml
index 7b97f14b4dfc..c87ad021f8d5 100644
--- a/services/lookoutvision/pom.xml
+++ b/services/lookoutvision/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
lookoutvision
AWS Java SDK :: Services :: Lookout Vision
diff --git a/services/m2/pom.xml b/services/m2/pom.xml
index 3a2b0776184c..688150fbeaba 100644
--- a/services/m2/pom.xml
+++ b/services/m2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
m2
AWS Java SDK :: Services :: M2
diff --git a/services/machinelearning/pom.xml b/services/machinelearning/pom.xml
index 701f6bd8335d..aec13d139853 100644
--- a/services/machinelearning/pom.xml
+++ b/services/machinelearning/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
machinelearning
AWS Java SDK :: Services :: Amazon Machine Learning
diff --git a/services/macie2/pom.xml b/services/macie2/pom.xml
index 8eced06d04ce..cda0e04c17cf 100644
--- a/services/macie2/pom.xml
+++ b/services/macie2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
macie2
AWS Java SDK :: Services :: Macie2
diff --git a/services/managedblockchain/pom.xml b/services/managedblockchain/pom.xml
index aa5040e2b483..ee82cc6bece8 100644
--- a/services/managedblockchain/pom.xml
+++ b/services/managedblockchain/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
managedblockchain
AWS Java SDK :: Services :: ManagedBlockchain
diff --git a/services/managedblockchainquery/pom.xml b/services/managedblockchainquery/pom.xml
index b2c9aaeddb22..4df2df6ac961 100644
--- a/services/managedblockchainquery/pom.xml
+++ b/services/managedblockchainquery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
managedblockchainquery
AWS Java SDK :: Services :: Managed Blockchain Query
diff --git a/services/marketplaceagreement/pom.xml b/services/marketplaceagreement/pom.xml
index 88a2b8175787..b2f6582ae7b5 100644
--- a/services/marketplaceagreement/pom.xml
+++ b/services/marketplaceagreement/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
marketplaceagreement
AWS Java SDK :: Services :: Marketplace Agreement
diff --git a/services/marketplacecatalog/pom.xml b/services/marketplacecatalog/pom.xml
index 624ebcad335e..65f223e8aa60 100644
--- a/services/marketplacecatalog/pom.xml
+++ b/services/marketplacecatalog/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
marketplacecatalog
AWS Java SDK :: Services :: Marketplace Catalog
diff --git a/services/marketplacecommerceanalytics/pom.xml b/services/marketplacecommerceanalytics/pom.xml
index fe91da3b8948..3a2857e2bb51 100644
--- a/services/marketplacecommerceanalytics/pom.xml
+++ b/services/marketplacecommerceanalytics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
marketplacecommerceanalytics
AWS Java SDK :: Services :: AWS Marketplace Commerce Analytics
diff --git a/services/marketplacedeployment/pom.xml b/services/marketplacedeployment/pom.xml
index 2299a0599f22..c6d98b6fe276 100644
--- a/services/marketplacedeployment/pom.xml
+++ b/services/marketplacedeployment/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
marketplacedeployment
AWS Java SDK :: Services :: Marketplace Deployment
diff --git a/services/marketplaceentitlement/pom.xml b/services/marketplaceentitlement/pom.xml
index 44afc037df59..78fae396390a 100644
--- a/services/marketplaceentitlement/pom.xml
+++ b/services/marketplaceentitlement/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
marketplaceentitlement
AWS Java SDK :: Services :: AWS Marketplace Entitlement
diff --git a/services/marketplacemetering/pom.xml b/services/marketplacemetering/pom.xml
index d899ba4b7910..6a7e4f3866eb 100644
--- a/services/marketplacemetering/pom.xml
+++ b/services/marketplacemetering/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
marketplacemetering
AWS Java SDK :: Services :: AWS Marketplace Metering Service
diff --git a/services/mediaconnect/pom.xml b/services/mediaconnect/pom.xml
index bbe6030b2ec1..c493b2a6a86b 100644
--- a/services/mediaconnect/pom.xml
+++ b/services/mediaconnect/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
mediaconnect
AWS Java SDK :: Services :: MediaConnect
diff --git a/services/mediaconvert/pom.xml b/services/mediaconvert/pom.xml
index eaa4e8599b38..703623e40eb5 100644
--- a/services/mediaconvert/pom.xml
+++ b/services/mediaconvert/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
mediaconvert
diff --git a/services/medialive/pom.xml b/services/medialive/pom.xml
index e202d421cb29..155710fe499e 100644
--- a/services/medialive/pom.xml
+++ b/services/medialive/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
medialive
diff --git a/services/mediapackage/pom.xml b/services/mediapackage/pom.xml
index 8bd29116b91f..3d58e93056ff 100644
--- a/services/mediapackage/pom.xml
+++ b/services/mediapackage/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
mediapackage
diff --git a/services/mediapackagev2/pom.xml b/services/mediapackagev2/pom.xml
index c531ab3cb9cb..334b8f3dd5d2 100644
--- a/services/mediapackagev2/pom.xml
+++ b/services/mediapackagev2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
mediapackagev2
AWS Java SDK :: Services :: Media Package V2
diff --git a/services/mediapackagevod/pom.xml b/services/mediapackagevod/pom.xml
index d96c47d781e4..1c6a2d2243e8 100644
--- a/services/mediapackagevod/pom.xml
+++ b/services/mediapackagevod/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
mediapackagevod
AWS Java SDK :: Services :: MediaPackage Vod
diff --git a/services/mediastore/pom.xml b/services/mediastore/pom.xml
index 611dfdada85b..8238e69f4b85 100644
--- a/services/mediastore/pom.xml
+++ b/services/mediastore/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
mediastore
diff --git a/services/mediastoredata/pom.xml b/services/mediastoredata/pom.xml
index 73afafaf861a..094f2ef6e8c5 100644
--- a/services/mediastoredata/pom.xml
+++ b/services/mediastoredata/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
mediastoredata
diff --git a/services/mediatailor/pom.xml b/services/mediatailor/pom.xml
index c364e9b4fb0d..51c5cedf127c 100644
--- a/services/mediatailor/pom.xml
+++ b/services/mediatailor/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
mediatailor
AWS Java SDK :: Services :: MediaTailor
diff --git a/services/medicalimaging/pom.xml b/services/medicalimaging/pom.xml
index 1d6db0ce4053..dc692eb0bb5e 100644
--- a/services/medicalimaging/pom.xml
+++ b/services/medicalimaging/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
medicalimaging
AWS Java SDK :: Services :: Medical Imaging
diff --git a/services/memorydb/pom.xml b/services/memorydb/pom.xml
index dc4c2b974ac6..225a14f898ce 100644
--- a/services/memorydb/pom.xml
+++ b/services/memorydb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
memorydb
AWS Java SDK :: Services :: Memory DB
diff --git a/services/mgn/pom.xml b/services/mgn/pom.xml
index c0d41ce82a67..6f159dd96537 100644
--- a/services/mgn/pom.xml
+++ b/services/mgn/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
mgn
AWS Java SDK :: Services :: Mgn
diff --git a/services/migrationhub/pom.xml b/services/migrationhub/pom.xml
index a15820466710..488830fa7125 100644
--- a/services/migrationhub/pom.xml
+++ b/services/migrationhub/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
migrationhub
diff --git a/services/migrationhubconfig/pom.xml b/services/migrationhubconfig/pom.xml
index 169789e8d11d..9c711096eaac 100644
--- a/services/migrationhubconfig/pom.xml
+++ b/services/migrationhubconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
migrationhubconfig
AWS Java SDK :: Services :: MigrationHub Config
diff --git a/services/migrationhuborchestrator/pom.xml b/services/migrationhuborchestrator/pom.xml
index 54fe9412de4a..fdb004fe4a2d 100644
--- a/services/migrationhuborchestrator/pom.xml
+++ b/services/migrationhuborchestrator/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
migrationhuborchestrator
AWS Java SDK :: Services :: Migration Hub Orchestrator
diff --git a/services/migrationhubrefactorspaces/pom.xml b/services/migrationhubrefactorspaces/pom.xml
index 053462be9790..19930f3e2f29 100644
--- a/services/migrationhubrefactorspaces/pom.xml
+++ b/services/migrationhubrefactorspaces/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
migrationhubrefactorspaces
AWS Java SDK :: Services :: Migration Hub Refactor Spaces
diff --git a/services/migrationhubstrategy/pom.xml b/services/migrationhubstrategy/pom.xml
index bd818ed5a19a..3a6fe1f6c83f 100644
--- a/services/migrationhubstrategy/pom.xml
+++ b/services/migrationhubstrategy/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
migrationhubstrategy
AWS Java SDK :: Services :: Migration Hub Strategy
diff --git a/services/mobile/pom.xml b/services/mobile/pom.xml
index 922a7348bd8c..6589f7df18a2 100644
--- a/services/mobile/pom.xml
+++ b/services/mobile/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
mobile
diff --git a/services/mq/pom.xml b/services/mq/pom.xml
index 438763a1e939..0f3c728f39b9 100644
--- a/services/mq/pom.xml
+++ b/services/mq/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
mq
diff --git a/services/mturk/pom.xml b/services/mturk/pom.xml
index 68f9651bc0aa..19eedf7a2525 100644
--- a/services/mturk/pom.xml
+++ b/services/mturk/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
mturk
AWS Java SDK :: Services :: Amazon Mechanical Turk Requester
diff --git a/services/mwaa/pom.xml b/services/mwaa/pom.xml
index 7d89fb4fa642..86cbf87b19d7 100644
--- a/services/mwaa/pom.xml
+++ b/services/mwaa/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
mwaa
AWS Java SDK :: Services :: MWAA
diff --git a/services/neptune/pom.xml b/services/neptune/pom.xml
index f8073f1bed4d..ae1298b5e3f3 100644
--- a/services/neptune/pom.xml
+++ b/services/neptune/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
neptune
AWS Java SDK :: Services :: Neptune
diff --git a/services/neptunedata/pom.xml b/services/neptunedata/pom.xml
index b269d0d6ce3f..40d2c97cb9cb 100644
--- a/services/neptunedata/pom.xml
+++ b/services/neptunedata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
neptunedata
AWS Java SDK :: Services :: Neptunedata
diff --git a/services/neptunegraph/pom.xml b/services/neptunegraph/pom.xml
index 882c004cb063..61fe5c31b6e4 100644
--- a/services/neptunegraph/pom.xml
+++ b/services/neptunegraph/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
neptunegraph
AWS Java SDK :: Services :: Neptune Graph
diff --git a/services/networkfirewall/pom.xml b/services/networkfirewall/pom.xml
index 73217c984f25..86d4bccf5c13 100644
--- a/services/networkfirewall/pom.xml
+++ b/services/networkfirewall/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
networkfirewall
AWS Java SDK :: Services :: Network Firewall
diff --git a/services/networkmanager/pom.xml b/services/networkmanager/pom.xml
index 574c5d136fc6..b2f669d45168 100644
--- a/services/networkmanager/pom.xml
+++ b/services/networkmanager/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
networkmanager
AWS Java SDK :: Services :: NetworkManager
diff --git a/services/networkmonitor/pom.xml b/services/networkmonitor/pom.xml
index a61329859fa8..34062e576cbb 100644
--- a/services/networkmonitor/pom.xml
+++ b/services/networkmonitor/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
networkmonitor
AWS Java SDK :: Services :: Network Monitor
diff --git a/services/nimble/pom.xml b/services/nimble/pom.xml
index b73dc1f466ec..00a0844706e4 100644
--- a/services/nimble/pom.xml
+++ b/services/nimble/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
nimble
AWS Java SDK :: Services :: Nimble
diff --git a/services/oam/pom.xml b/services/oam/pom.xml
index 85276a2e83f8..09b33b8d5c58 100644
--- a/services/oam/pom.xml
+++ b/services/oam/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
oam
AWS Java SDK :: Services :: OAM
diff --git a/services/omics/pom.xml b/services/omics/pom.xml
index eabf15c68f7a..12526345bb5f 100644
--- a/services/omics/pom.xml
+++ b/services/omics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
omics
AWS Java SDK :: Services :: Omics
diff --git a/services/opensearch/pom.xml b/services/opensearch/pom.xml
index f32b6c1ad3a8..520214b2b34a 100644
--- a/services/opensearch/pom.xml
+++ b/services/opensearch/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
opensearch
AWS Java SDK :: Services :: Open Search
diff --git a/services/opensearchserverless/pom.xml b/services/opensearchserverless/pom.xml
index 4654ad65fe77..f47f2ee7089d 100644
--- a/services/opensearchserverless/pom.xml
+++ b/services/opensearchserverless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
opensearchserverless
AWS Java SDK :: Services :: Open Search Serverless
diff --git a/services/opsworks/pom.xml b/services/opsworks/pom.xml
index 702ea96d6226..c93a17413125 100644
--- a/services/opsworks/pom.xml
+++ b/services/opsworks/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
opsworks
AWS Java SDK :: Services :: AWS OpsWorks
diff --git a/services/opsworkscm/pom.xml b/services/opsworkscm/pom.xml
index 502ebe8b4e52..f09cd3b54f33 100644
--- a/services/opsworkscm/pom.xml
+++ b/services/opsworkscm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
opsworkscm
AWS Java SDK :: Services :: AWS OpsWorks for Chef Automate
diff --git a/services/organizations/pom.xml b/services/organizations/pom.xml
index d18c43c254ba..1af597075be8 100644
--- a/services/organizations/pom.xml
+++ b/services/organizations/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
organizations
AWS Java SDK :: Services :: AWS Organizations
diff --git a/services/osis/pom.xml b/services/osis/pom.xml
index 91d49e9e8cd4..df0460c26151 100644
--- a/services/osis/pom.xml
+++ b/services/osis/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
osis
AWS Java SDK :: Services :: OSIS
diff --git a/services/outposts/pom.xml b/services/outposts/pom.xml
index 7014e2241c53..453cfb654f4a 100644
--- a/services/outposts/pom.xml
+++ b/services/outposts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
outposts
AWS Java SDK :: Services :: Outposts
diff --git a/services/panorama/pom.xml b/services/panorama/pom.xml
index 3c117753dfe0..78a6dc2c15e1 100644
--- a/services/panorama/pom.xml
+++ b/services/panorama/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
panorama
AWS Java SDK :: Services :: Panorama
diff --git a/services/paymentcryptography/pom.xml b/services/paymentcryptography/pom.xml
index e63cdf7a3ead..f53694ca0a4b 100644
--- a/services/paymentcryptography/pom.xml
+++ b/services/paymentcryptography/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
paymentcryptography
AWS Java SDK :: Services :: Payment Cryptography
diff --git a/services/paymentcryptographydata/pom.xml b/services/paymentcryptographydata/pom.xml
index 312e12dfd778..5b7e8122fd1a 100644
--- a/services/paymentcryptographydata/pom.xml
+++ b/services/paymentcryptographydata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
paymentcryptographydata
AWS Java SDK :: Services :: Payment Cryptography Data
diff --git a/services/pcaconnectorad/pom.xml b/services/pcaconnectorad/pom.xml
index b191a5ecc4e9..41dbd7554c42 100644
--- a/services/pcaconnectorad/pom.xml
+++ b/services/pcaconnectorad/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
pcaconnectorad
AWS Java SDK :: Services :: Pca Connector Ad
diff --git a/services/personalize/pom.xml b/services/personalize/pom.xml
index db54421acb35..2eb4b92c4783 100644
--- a/services/personalize/pom.xml
+++ b/services/personalize/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
personalize
AWS Java SDK :: Services :: Personalize
diff --git a/services/personalizeevents/pom.xml b/services/personalizeevents/pom.xml
index 4a32625fab6f..edab22cd37cd 100644
--- a/services/personalizeevents/pom.xml
+++ b/services/personalizeevents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
personalizeevents
AWS Java SDK :: Services :: Personalize Events
diff --git a/services/personalizeruntime/pom.xml b/services/personalizeruntime/pom.xml
index 23cc9aecb06d..52ae822be982 100644
--- a/services/personalizeruntime/pom.xml
+++ b/services/personalizeruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
personalizeruntime
AWS Java SDK :: Services :: Personalize Runtime
diff --git a/services/pi/pom.xml b/services/pi/pom.xml
index cef85fd5b2ea..08bc78810006 100644
--- a/services/pi/pom.xml
+++ b/services/pi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
pi
AWS Java SDK :: Services :: PI
diff --git a/services/pinpoint/pom.xml b/services/pinpoint/pom.xml
index 4e845dabe3c9..9859816bd100 100644
--- a/services/pinpoint/pom.xml
+++ b/services/pinpoint/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
pinpoint
AWS Java SDK :: Services :: Amazon Pinpoint
diff --git a/services/pinpointemail/pom.xml b/services/pinpointemail/pom.xml
index c4d30f7dfd1e..8620a9bd5517 100644
--- a/services/pinpointemail/pom.xml
+++ b/services/pinpointemail/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
pinpointemail
AWS Java SDK :: Services :: Pinpoint Email
diff --git a/services/pinpointsmsvoice/pom.xml b/services/pinpointsmsvoice/pom.xml
index c783ad11403f..bad7c96fcc76 100644
--- a/services/pinpointsmsvoice/pom.xml
+++ b/services/pinpointsmsvoice/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
pinpointsmsvoice
AWS Java SDK :: Services :: Pinpoint SMS Voice
diff --git a/services/pinpointsmsvoicev2/pom.xml b/services/pinpointsmsvoicev2/pom.xml
index 8446a26fdf53..128871b18c3c 100644
--- a/services/pinpointsmsvoicev2/pom.xml
+++ b/services/pinpointsmsvoicev2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
pinpointsmsvoicev2
AWS Java SDK :: Services :: Pinpoint SMS Voice V2
diff --git a/services/pipes/pom.xml b/services/pipes/pom.xml
index 6dd6597c12e2..e033a65cf566 100644
--- a/services/pipes/pom.xml
+++ b/services/pipes/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
pipes
AWS Java SDK :: Services :: Pipes
diff --git a/services/polly/pom.xml b/services/polly/pom.xml
index 1bce69c0c2d3..a962a46c7a0e 100644
--- a/services/polly/pom.xml
+++ b/services/polly/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
polly
AWS Java SDK :: Services :: Amazon Polly
diff --git a/services/pom.xml b/services/pom.xml
index 093e07a2caa2..57b9539ca527 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
aws-sdk-java-pom
- 2.25.19-SNAPSHOT
+ 2.25.19
services
AWS Java SDK :: Services
diff --git a/services/pricing/pom.xml b/services/pricing/pom.xml
index 6ce205c94df3..7ef98845f45b 100644
--- a/services/pricing/pom.xml
+++ b/services/pricing/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
pricing
diff --git a/services/privatenetworks/pom.xml b/services/privatenetworks/pom.xml
index f0105c45c667..fc98cbb91237 100644
--- a/services/privatenetworks/pom.xml
+++ b/services/privatenetworks/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
privatenetworks
AWS Java SDK :: Services :: Private Networks
diff --git a/services/proton/pom.xml b/services/proton/pom.xml
index 650c37600c3f..5b096c16dd9a 100644
--- a/services/proton/pom.xml
+++ b/services/proton/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
proton
AWS Java SDK :: Services :: Proton
diff --git a/services/qbusiness/pom.xml b/services/qbusiness/pom.xml
index ee41c1a7ac63..a7f16115cfa5 100644
--- a/services/qbusiness/pom.xml
+++ b/services/qbusiness/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
qbusiness
AWS Java SDK :: Services :: Q Business
diff --git a/services/qconnect/pom.xml b/services/qconnect/pom.xml
index 08481cfacb0a..6a473d7c08b5 100644
--- a/services/qconnect/pom.xml
+++ b/services/qconnect/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
qconnect
AWS Java SDK :: Services :: Q Connect
diff --git a/services/qldb/pom.xml b/services/qldb/pom.xml
index 54ece6c02452..24c6b1cb50ee 100644
--- a/services/qldb/pom.xml
+++ b/services/qldb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
qldb
AWS Java SDK :: Services :: QLDB
diff --git a/services/qldbsession/pom.xml b/services/qldbsession/pom.xml
index bdfc24958ca3..063e09e26c3b 100644
--- a/services/qldbsession/pom.xml
+++ b/services/qldbsession/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
qldbsession
AWS Java SDK :: Services :: QLDB Session
diff --git a/services/quicksight/pom.xml b/services/quicksight/pom.xml
index 601d70055104..04e20f0b410f 100644
--- a/services/quicksight/pom.xml
+++ b/services/quicksight/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
quicksight
AWS Java SDK :: Services :: QuickSight
diff --git a/services/ram/pom.xml b/services/ram/pom.xml
index 3cb5f0980e52..6e0e1a641252 100644
--- a/services/ram/pom.xml
+++ b/services/ram/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
ram
AWS Java SDK :: Services :: RAM
diff --git a/services/rbin/pom.xml b/services/rbin/pom.xml
index 47da3ad9ed64..14a18499242c 100644
--- a/services/rbin/pom.xml
+++ b/services/rbin/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
rbin
AWS Java SDK :: Services :: Rbin
diff --git a/services/rds/pom.xml b/services/rds/pom.xml
index 8768c6789675..545b035f4f59 100644
--- a/services/rds/pom.xml
+++ b/services/rds/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
rds
AWS Java SDK :: Services :: Amazon RDS
diff --git a/services/rdsdata/pom.xml b/services/rdsdata/pom.xml
index bd8ea163ac55..94467c124dcd 100644
--- a/services/rdsdata/pom.xml
+++ b/services/rdsdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
rdsdata
AWS Java SDK :: Services :: RDS Data
diff --git a/services/redshift/pom.xml b/services/redshift/pom.xml
index 0a9509cca75e..30e3b1c74eac 100644
--- a/services/redshift/pom.xml
+++ b/services/redshift/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
redshift
AWS Java SDK :: Services :: Amazon Redshift
diff --git a/services/redshiftdata/pom.xml b/services/redshiftdata/pom.xml
index 3df1270b383d..c748d910f9b2 100644
--- a/services/redshiftdata/pom.xml
+++ b/services/redshiftdata/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
redshiftdata
AWS Java SDK :: Services :: Redshift Data
diff --git a/services/redshiftserverless/pom.xml b/services/redshiftserverless/pom.xml
index eec081c0412a..680f03623b2a 100644
--- a/services/redshiftserverless/pom.xml
+++ b/services/redshiftserverless/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
redshiftserverless
AWS Java SDK :: Services :: Redshift Serverless
diff --git a/services/rekognition/pom.xml b/services/rekognition/pom.xml
index 015861e06caa..39b7fb593b4a 100644
--- a/services/rekognition/pom.xml
+++ b/services/rekognition/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
rekognition
AWS Java SDK :: Services :: Amazon Rekognition
diff --git a/services/repostspace/pom.xml b/services/repostspace/pom.xml
index bb622b4210f3..f272a42117cf 100644
--- a/services/repostspace/pom.xml
+++ b/services/repostspace/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
repostspace
AWS Java SDK :: Services :: Repostspace
diff --git a/services/resiliencehub/pom.xml b/services/resiliencehub/pom.xml
index e0b1a74dc1d8..46340114db33 100644
--- a/services/resiliencehub/pom.xml
+++ b/services/resiliencehub/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
resiliencehub
AWS Java SDK :: Services :: Resiliencehub
diff --git a/services/resourceexplorer2/pom.xml b/services/resourceexplorer2/pom.xml
index 10a5a6d16f56..d76ab9479691 100644
--- a/services/resourceexplorer2/pom.xml
+++ b/services/resourceexplorer2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
resourceexplorer2
AWS Java SDK :: Services :: Resource Explorer 2
diff --git a/services/resourcegroups/pom.xml b/services/resourcegroups/pom.xml
index fb187a7c95f5..c6a34c1f05fc 100644
--- a/services/resourcegroups/pom.xml
+++ b/services/resourcegroups/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
resourcegroups
diff --git a/services/resourcegroupstaggingapi/pom.xml b/services/resourcegroupstaggingapi/pom.xml
index 4c1c2080ce87..713cb3604310 100644
--- a/services/resourcegroupstaggingapi/pom.xml
+++ b/services/resourcegroupstaggingapi/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
resourcegroupstaggingapi
AWS Java SDK :: Services :: AWS Resource Groups Tagging API
diff --git a/services/robomaker/pom.xml b/services/robomaker/pom.xml
index e5271c90fd5c..0d5b3f2306dc 100644
--- a/services/robomaker/pom.xml
+++ b/services/robomaker/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
robomaker
AWS Java SDK :: Services :: RoboMaker
diff --git a/services/rolesanywhere/pom.xml b/services/rolesanywhere/pom.xml
index e18205ca07ed..9e7c278445c6 100644
--- a/services/rolesanywhere/pom.xml
+++ b/services/rolesanywhere/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
rolesanywhere
AWS Java SDK :: Services :: Roles Anywhere
diff --git a/services/route53/pom.xml b/services/route53/pom.xml
index 085e2390c147..659e43fd2871 100644
--- a/services/route53/pom.xml
+++ b/services/route53/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
route53
AWS Java SDK :: Services :: Amazon Route53
diff --git a/services/route53domains/pom.xml b/services/route53domains/pom.xml
index 02ef6bcd0750..5f6bd7a17c55 100644
--- a/services/route53domains/pom.xml
+++ b/services/route53domains/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
route53domains
AWS Java SDK :: Services :: Amazon Route53 Domains
diff --git a/services/route53recoverycluster/pom.xml b/services/route53recoverycluster/pom.xml
index 01bb20624f0a..6cf2c738e14a 100644
--- a/services/route53recoverycluster/pom.xml
+++ b/services/route53recoverycluster/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
route53recoverycluster
AWS Java SDK :: Services :: Route53 Recovery Cluster
diff --git a/services/route53recoverycontrolconfig/pom.xml b/services/route53recoverycontrolconfig/pom.xml
index 5e453e0af1ec..98257c54964b 100644
--- a/services/route53recoverycontrolconfig/pom.xml
+++ b/services/route53recoverycontrolconfig/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
route53recoverycontrolconfig
AWS Java SDK :: Services :: Route53 Recovery Control Config
diff --git a/services/route53recoveryreadiness/pom.xml b/services/route53recoveryreadiness/pom.xml
index 73fea2e23499..9373ee3c6f12 100644
--- a/services/route53recoveryreadiness/pom.xml
+++ b/services/route53recoveryreadiness/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
route53recoveryreadiness
AWS Java SDK :: Services :: Route53 Recovery Readiness
diff --git a/services/route53resolver/pom.xml b/services/route53resolver/pom.xml
index deeee006d4fc..66b6bf722e05 100644
--- a/services/route53resolver/pom.xml
+++ b/services/route53resolver/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
route53resolver
AWS Java SDK :: Services :: Route53Resolver
diff --git a/services/rum/pom.xml b/services/rum/pom.xml
index f623bc44f764..a52473505810 100644
--- a/services/rum/pom.xml
+++ b/services/rum/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
rum
AWS Java SDK :: Services :: RUM
diff --git a/services/s3/pom.xml b/services/s3/pom.xml
index 35a2132e552f..b2597e304762 100644
--- a/services/s3/pom.xml
+++ b/services/s3/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
s3
AWS Java SDK :: Services :: Amazon S3
diff --git a/services/s3control/pom.xml b/services/s3control/pom.xml
index 431228234528..cffc06e47154 100644
--- a/services/s3control/pom.xml
+++ b/services/s3control/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
s3control
AWS Java SDK :: Services :: Amazon S3 Control
diff --git a/services/s3outposts/pom.xml b/services/s3outposts/pom.xml
index 5db35717a112..ca79a5d8d5e3 100644
--- a/services/s3outposts/pom.xml
+++ b/services/s3outposts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
s3outposts
AWS Java SDK :: Services :: S3 Outposts
diff --git a/services/sagemaker/pom.xml b/services/sagemaker/pom.xml
index ea0cfbee8913..261588e35375 100644
--- a/services/sagemaker/pom.xml
+++ b/services/sagemaker/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
sagemaker
diff --git a/services/sagemakera2iruntime/pom.xml b/services/sagemakera2iruntime/pom.xml
index f7af4b6c0121..34c8e5165332 100644
--- a/services/sagemakera2iruntime/pom.xml
+++ b/services/sagemakera2iruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
sagemakera2iruntime
AWS Java SDK :: Services :: SageMaker A2I Runtime
diff --git a/services/sagemakeredge/pom.xml b/services/sagemakeredge/pom.xml
index df02c4e4500c..f68dcf84de11 100644
--- a/services/sagemakeredge/pom.xml
+++ b/services/sagemakeredge/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
sagemakeredge
AWS Java SDK :: Services :: Sagemaker Edge
diff --git a/services/sagemakerfeaturestoreruntime/pom.xml b/services/sagemakerfeaturestoreruntime/pom.xml
index 979007690ef5..a7e9e19c20db 100644
--- a/services/sagemakerfeaturestoreruntime/pom.xml
+++ b/services/sagemakerfeaturestoreruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
sagemakerfeaturestoreruntime
AWS Java SDK :: Services :: Sage Maker Feature Store Runtime
diff --git a/services/sagemakergeospatial/pom.xml b/services/sagemakergeospatial/pom.xml
index 820afaf24b25..8ad35eac25a6 100644
--- a/services/sagemakergeospatial/pom.xml
+++ b/services/sagemakergeospatial/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
sagemakergeospatial
AWS Java SDK :: Services :: Sage Maker Geospatial
diff --git a/services/sagemakermetrics/pom.xml b/services/sagemakermetrics/pom.xml
index d7abc06d58b6..1473dc05b8fb 100644
--- a/services/sagemakermetrics/pom.xml
+++ b/services/sagemakermetrics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
sagemakermetrics
AWS Java SDK :: Services :: Sage Maker Metrics
diff --git a/services/sagemakerruntime/pom.xml b/services/sagemakerruntime/pom.xml
index c416e7832ef3..3855050aec5e 100644
--- a/services/sagemakerruntime/pom.xml
+++ b/services/sagemakerruntime/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
sagemakerruntime
AWS Java SDK :: Services :: SageMaker Runtime
diff --git a/services/savingsplans/pom.xml b/services/savingsplans/pom.xml
index 62e95eb6297b..15dddf3017d0 100644
--- a/services/savingsplans/pom.xml
+++ b/services/savingsplans/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
savingsplans
AWS Java SDK :: Services :: Savingsplans
diff --git a/services/scheduler/pom.xml b/services/scheduler/pom.xml
index 6dfd00f06c8f..9dbf0e0a2547 100644
--- a/services/scheduler/pom.xml
+++ b/services/scheduler/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
scheduler
AWS Java SDK :: Services :: Scheduler
diff --git a/services/schemas/pom.xml b/services/schemas/pom.xml
index 34691ad3b3ba..11309a7bd100 100644
--- a/services/schemas/pom.xml
+++ b/services/schemas/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
schemas
AWS Java SDK :: Services :: Schemas
diff --git a/services/secretsmanager/pom.xml b/services/secretsmanager/pom.xml
index e6e62ea6eaca..6849009fdc42 100644
--- a/services/secretsmanager/pom.xml
+++ b/services/secretsmanager/pom.xml
@@ -22,7 +22,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
secretsmanager
AWS Java SDK :: Services :: AWS Secrets Manager
diff --git a/services/securityhub/pom.xml b/services/securityhub/pom.xml
index bbbe561b4ad5..e8bf8c755a0f 100644
--- a/services/securityhub/pom.xml
+++ b/services/securityhub/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
securityhub
AWS Java SDK :: Services :: SecurityHub
diff --git a/services/securitylake/pom.xml b/services/securitylake/pom.xml
index ef08861710d0..559465013021 100644
--- a/services/securitylake/pom.xml
+++ b/services/securitylake/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
securitylake
AWS Java SDK :: Services :: Security Lake
diff --git a/services/serverlessapplicationrepository/pom.xml b/services/serverlessapplicationrepository/pom.xml
index 314cc7f04e1d..f5ae711587c1 100644
--- a/services/serverlessapplicationrepository/pom.xml
+++ b/services/serverlessapplicationrepository/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
serverlessapplicationrepository
diff --git a/services/servicecatalog/pom.xml b/services/servicecatalog/pom.xml
index 4438b34c37aa..a1135b92ec05 100644
--- a/services/servicecatalog/pom.xml
+++ b/services/servicecatalog/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
servicecatalog
AWS Java SDK :: Services :: AWS Service Catalog
diff --git a/services/servicecatalogappregistry/pom.xml b/services/servicecatalogappregistry/pom.xml
index 6b74592ce02c..56b01a5b48a3 100644
--- a/services/servicecatalogappregistry/pom.xml
+++ b/services/servicecatalogappregistry/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
servicecatalogappregistry
AWS Java SDK :: Services :: Service Catalog App Registry
diff --git a/services/servicediscovery/pom.xml b/services/servicediscovery/pom.xml
index 60df2d90d48a..804b5302b380 100644
--- a/services/servicediscovery/pom.xml
+++ b/services/servicediscovery/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
servicediscovery
diff --git a/services/servicequotas/pom.xml b/services/servicequotas/pom.xml
index 984fd6820391..05fe533b1ad6 100644
--- a/services/servicequotas/pom.xml
+++ b/services/servicequotas/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
servicequotas
AWS Java SDK :: Services :: Service Quotas
diff --git a/services/ses/pom.xml b/services/ses/pom.xml
index c7bd4e69816b..859f2320c69f 100644
--- a/services/ses/pom.xml
+++ b/services/ses/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
ses
AWS Java SDK :: Services :: Amazon SES
diff --git a/services/sesv2/pom.xml b/services/sesv2/pom.xml
index ee6ea2ada441..ef048a36dc61 100644
--- a/services/sesv2/pom.xml
+++ b/services/sesv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
sesv2
AWS Java SDK :: Services :: SESv2
diff --git a/services/sfn/pom.xml b/services/sfn/pom.xml
index 947e8401e548..fd48c8876be1 100644
--- a/services/sfn/pom.xml
+++ b/services/sfn/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
sfn
AWS Java SDK :: Services :: AWS Step Functions
diff --git a/services/shield/pom.xml b/services/shield/pom.xml
index cb7a66ebc943..fd19c38ce63e 100644
--- a/services/shield/pom.xml
+++ b/services/shield/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
shield
AWS Java SDK :: Services :: AWS Shield
diff --git a/services/signer/pom.xml b/services/signer/pom.xml
index 86e1a9ad70ff..8c04ad40656b 100644
--- a/services/signer/pom.xml
+++ b/services/signer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
signer
AWS Java SDK :: Services :: Signer
diff --git a/services/simspaceweaver/pom.xml b/services/simspaceweaver/pom.xml
index 37c2ad1bc060..da9a229b02e5 100644
--- a/services/simspaceweaver/pom.xml
+++ b/services/simspaceweaver/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
simspaceweaver
AWS Java SDK :: Services :: Sim Space Weaver
diff --git a/services/sms/pom.xml b/services/sms/pom.xml
index 55aff99dda3f..b5658924d1dc 100644
--- a/services/sms/pom.xml
+++ b/services/sms/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
sms
AWS Java SDK :: Services :: AWS Server Migration
diff --git a/services/snowball/pom.xml b/services/snowball/pom.xml
index 6e425a27845d..82178589fb4a 100644
--- a/services/snowball/pom.xml
+++ b/services/snowball/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
snowball
AWS Java SDK :: Services :: Amazon Snowball
diff --git a/services/snowdevicemanagement/pom.xml b/services/snowdevicemanagement/pom.xml
index 2f6980b76443..4c3843501544 100644
--- a/services/snowdevicemanagement/pom.xml
+++ b/services/snowdevicemanagement/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
snowdevicemanagement
AWS Java SDK :: Services :: Snow Device Management
diff --git a/services/sns/pom.xml b/services/sns/pom.xml
index 46b419c90d83..1e56e21bbe39 100644
--- a/services/sns/pom.xml
+++ b/services/sns/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
sns
AWS Java SDK :: Services :: Amazon SNS
diff --git a/services/sqs/pom.xml b/services/sqs/pom.xml
index 39a11c432256..8904f7c933c4 100644
--- a/services/sqs/pom.xml
+++ b/services/sqs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
sqs
AWS Java SDK :: Services :: Amazon SQS
diff --git a/services/ssm/pom.xml b/services/ssm/pom.xml
index 629929bec03f..fcb1ab801c4c 100644
--- a/services/ssm/pom.xml
+++ b/services/ssm/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
ssm
AWS Java SDK :: Services :: AWS Simple Systems Management (SSM)
diff --git a/services/ssmcontacts/pom.xml b/services/ssmcontacts/pom.xml
index 95402ad49aab..d03b8f9ac3fb 100644
--- a/services/ssmcontacts/pom.xml
+++ b/services/ssmcontacts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
ssmcontacts
AWS Java SDK :: Services :: SSM Contacts
diff --git a/services/ssmincidents/pom.xml b/services/ssmincidents/pom.xml
index e42c668ea289..b84dcb292382 100644
--- a/services/ssmincidents/pom.xml
+++ b/services/ssmincidents/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
ssmincidents
AWS Java SDK :: Services :: SSM Incidents
diff --git a/services/ssmsap/pom.xml b/services/ssmsap/pom.xml
index c32ea2d6f13b..e1d76a8fa5e1 100644
--- a/services/ssmsap/pom.xml
+++ b/services/ssmsap/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
ssmsap
AWS Java SDK :: Services :: Ssm Sap
diff --git a/services/sso/pom.xml b/services/sso/pom.xml
index 71b55a144184..bf2cb21e6785 100644
--- a/services/sso/pom.xml
+++ b/services/sso/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
sso
AWS Java SDK :: Services :: SSO
diff --git a/services/ssoadmin/pom.xml b/services/ssoadmin/pom.xml
index 0b036eafeca4..fa5f5b7c35cd 100644
--- a/services/ssoadmin/pom.xml
+++ b/services/ssoadmin/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
ssoadmin
AWS Java SDK :: Services :: SSO Admin
diff --git a/services/ssooidc/pom.xml b/services/ssooidc/pom.xml
index 470f7ff7f462..f347d668363d 100644
--- a/services/ssooidc/pom.xml
+++ b/services/ssooidc/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
ssooidc
AWS Java SDK :: Services :: SSO OIDC
diff --git a/services/storagegateway/pom.xml b/services/storagegateway/pom.xml
index 2634ea1d00fb..da7127c80785 100644
--- a/services/storagegateway/pom.xml
+++ b/services/storagegateway/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
storagegateway
AWS Java SDK :: Services :: AWS Storage Gateway
diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index 8e8a6e088bcc..6ab3350ef735 100644
--- a/services/sts/pom.xml
+++ b/services/sts/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
sts
AWS Java SDK :: Services :: AWS STS
diff --git a/services/supplychain/pom.xml b/services/supplychain/pom.xml
index c99e92e19d10..39f98349ec60 100644
--- a/services/supplychain/pom.xml
+++ b/services/supplychain/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
supplychain
AWS Java SDK :: Services :: Supply Chain
diff --git a/services/support/pom.xml b/services/support/pom.xml
index 0342323565d5..62dcaf729cf2 100644
--- a/services/support/pom.xml
+++ b/services/support/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
support
AWS Java SDK :: Services :: AWS Support
diff --git a/services/supportapp/pom.xml b/services/supportapp/pom.xml
index 2a657ee482e1..02febff70aaa 100644
--- a/services/supportapp/pom.xml
+++ b/services/supportapp/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
supportapp
AWS Java SDK :: Services :: Support App
diff --git a/services/swf/pom.xml b/services/swf/pom.xml
index 98322f70d560..ad43d5f3634a 100644
--- a/services/swf/pom.xml
+++ b/services/swf/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
swf
AWS Java SDK :: Services :: Amazon SWF
diff --git a/services/synthetics/pom.xml b/services/synthetics/pom.xml
index ff6d904c1fa9..15c2853bb910 100644
--- a/services/synthetics/pom.xml
+++ b/services/synthetics/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
synthetics
AWS Java SDK :: Services :: Synthetics
diff --git a/services/textract/pom.xml b/services/textract/pom.xml
index f29862082a0f..5399b4e5bede 100644
--- a/services/textract/pom.xml
+++ b/services/textract/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
textract
AWS Java SDK :: Services :: Textract
diff --git a/services/timestreaminfluxdb/pom.xml b/services/timestreaminfluxdb/pom.xml
index c7dc9a7abd64..034a443b1dfb 100644
--- a/services/timestreaminfluxdb/pom.xml
+++ b/services/timestreaminfluxdb/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
timestreaminfluxdb
AWS Java SDK :: Services :: Timestream Influx DB
diff --git a/services/timestreamquery/pom.xml b/services/timestreamquery/pom.xml
index abe5a2643aaa..fc4070e36689 100644
--- a/services/timestreamquery/pom.xml
+++ b/services/timestreamquery/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
timestreamquery
AWS Java SDK :: Services :: Timestream Query
diff --git a/services/timestreamwrite/pom.xml b/services/timestreamwrite/pom.xml
index aef274e2204f..27dc1d76bf4b 100644
--- a/services/timestreamwrite/pom.xml
+++ b/services/timestreamwrite/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
timestreamwrite
AWS Java SDK :: Services :: Timestream Write
diff --git a/services/tnb/pom.xml b/services/tnb/pom.xml
index 3543cd60ae46..bd4cf7d2952d 100644
--- a/services/tnb/pom.xml
+++ b/services/tnb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
tnb
AWS Java SDK :: Services :: Tnb
diff --git a/services/transcribe/pom.xml b/services/transcribe/pom.xml
index d79a1113d9ac..bf6402464fd4 100644
--- a/services/transcribe/pom.xml
+++ b/services/transcribe/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
transcribe
AWS Java SDK :: Services :: Transcribe
diff --git a/services/transcribestreaming/pom.xml b/services/transcribestreaming/pom.xml
index 385e01c67f56..eccec7926ae5 100644
--- a/services/transcribestreaming/pom.xml
+++ b/services/transcribestreaming/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
transcribestreaming
AWS Java SDK :: Services :: AWS Transcribe Streaming
diff --git a/services/transfer/pom.xml b/services/transfer/pom.xml
index 788dd0cf5ac7..d6b9cb03b46e 100644
--- a/services/transfer/pom.xml
+++ b/services/transfer/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
transfer
AWS Java SDK :: Services :: Transfer
diff --git a/services/translate/pom.xml b/services/translate/pom.xml
index d15ab7de6ce9..1c55d11ad844 100644
--- a/services/translate/pom.xml
+++ b/services/translate/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
translate
diff --git a/services/trustedadvisor/pom.xml b/services/trustedadvisor/pom.xml
index ea0c8766242a..f30427ae9764 100644
--- a/services/trustedadvisor/pom.xml
+++ b/services/trustedadvisor/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
trustedadvisor
AWS Java SDK :: Services :: Trusted Advisor
diff --git a/services/verifiedpermissions/pom.xml b/services/verifiedpermissions/pom.xml
index ee4ec71f19de..440c2adb8445 100644
--- a/services/verifiedpermissions/pom.xml
+++ b/services/verifiedpermissions/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
verifiedpermissions
AWS Java SDK :: Services :: Verified Permissions
diff --git a/services/voiceid/pom.xml b/services/voiceid/pom.xml
index 9e0df76b25ef..a3cac51af92b 100644
--- a/services/voiceid/pom.xml
+++ b/services/voiceid/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
voiceid
AWS Java SDK :: Services :: Voice ID
diff --git a/services/vpclattice/pom.xml b/services/vpclattice/pom.xml
index 45d2a88ad86f..bd77ecd0aadf 100644
--- a/services/vpclattice/pom.xml
+++ b/services/vpclattice/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
vpclattice
AWS Java SDK :: Services :: VPC Lattice
diff --git a/services/waf/pom.xml b/services/waf/pom.xml
index 2f2a11f3f0dc..534f0569c377 100644
--- a/services/waf/pom.xml
+++ b/services/waf/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
waf
AWS Java SDK :: Services :: AWS WAF
diff --git a/services/wafv2/pom.xml b/services/wafv2/pom.xml
index 38c196cf788a..98bac48399f3 100644
--- a/services/wafv2/pom.xml
+++ b/services/wafv2/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
wafv2
AWS Java SDK :: Services :: WAFV2
diff --git a/services/wellarchitected/pom.xml b/services/wellarchitected/pom.xml
index 37e0bfadbece..ae62cc6775ab 100644
--- a/services/wellarchitected/pom.xml
+++ b/services/wellarchitected/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
wellarchitected
AWS Java SDK :: Services :: Well Architected
diff --git a/services/wisdom/pom.xml b/services/wisdom/pom.xml
index 8a3f380a584f..3ae30ac547a0 100644
--- a/services/wisdom/pom.xml
+++ b/services/wisdom/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
wisdom
AWS Java SDK :: Services :: Wisdom
diff --git a/services/workdocs/pom.xml b/services/workdocs/pom.xml
index 37706cad8f8c..1ee2f02bf904 100644
--- a/services/workdocs/pom.xml
+++ b/services/workdocs/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
workdocs
AWS Java SDK :: Services :: Amazon WorkDocs
diff --git a/services/worklink/pom.xml b/services/worklink/pom.xml
index de883db4b104..aaf79766f31c 100644
--- a/services/worklink/pom.xml
+++ b/services/worklink/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
worklink
AWS Java SDK :: Services :: WorkLink
diff --git a/services/workmail/pom.xml b/services/workmail/pom.xml
index d38333872fd4..daa7386e8f9a 100644
--- a/services/workmail/pom.xml
+++ b/services/workmail/pom.xml
@@ -20,7 +20,7 @@
services
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
workmail
diff --git a/services/workmailmessageflow/pom.xml b/services/workmailmessageflow/pom.xml
index 00c6a3ef21ab..5d8a52310991 100644
--- a/services/workmailmessageflow/pom.xml
+++ b/services/workmailmessageflow/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
workmailmessageflow
AWS Java SDK :: Services :: WorkMailMessageFlow
diff --git a/services/workspaces/pom.xml b/services/workspaces/pom.xml
index 729676ee1d41..b6afbdc6e613 100644
--- a/services/workspaces/pom.xml
+++ b/services/workspaces/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
workspaces
AWS Java SDK :: Services :: Amazon WorkSpaces
diff --git a/services/workspacesthinclient/pom.xml b/services/workspacesthinclient/pom.xml
index 9e6d64a27b1a..37340853e1dd 100644
--- a/services/workspacesthinclient/pom.xml
+++ b/services/workspacesthinclient/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
workspacesthinclient
AWS Java SDK :: Services :: Work Spaces Thin Client
diff --git a/services/workspacesweb/pom.xml b/services/workspacesweb/pom.xml
index 036fb44460b4..4c6b29d10755 100644
--- a/services/workspacesweb/pom.xml
+++ b/services/workspacesweb/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
workspacesweb
AWS Java SDK :: Services :: Work Spaces Web
diff --git a/services/xray/pom.xml b/services/xray/pom.xml
index 3900e7ac9cca..ef64d381f890 100644
--- a/services/xray/pom.xml
+++ b/services/xray/pom.xml
@@ -21,7 +21,7 @@
software.amazon.awssdk
services
- 2.25.19-SNAPSHOT
+ 2.25.19
xray
AWS Java SDK :: Services :: AWS X-Ray
diff --git a/test/auth-tests/pom.xml b/test/auth-tests/pom.xml
index 65a283eebd68..f30f549b9174 100644
--- a/test/auth-tests/pom.xml
+++ b/test/auth-tests/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
../../pom.xml
4.0.0
diff --git a/test/bundle-logging-bridge-binding-test/pom.xml b/test/bundle-logging-bridge-binding-test/pom.xml
index 63a03d15b079..35b08fe21700 100644
--- a/test/bundle-logging-bridge-binding-test/pom.xml
+++ b/test/bundle-logging-bridge-binding-test/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
../../pom.xml
4.0.0
diff --git a/test/codegen-generated-classes-test/pom.xml b/test/codegen-generated-classes-test/pom.xml
index 15b6cb5b9578..e9ae84ad9d38 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.25.19-SNAPSHOT
+ 2.25.19
../../pom.xml
diff --git a/test/crt-unavailable-tests/pom.xml b/test/crt-unavailable-tests/pom.xml
index d697e736d221..ac8d042cc6d4 100644
--- a/test/crt-unavailable-tests/pom.xml
+++ b/test/crt-unavailable-tests/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
../../pom.xml
4.0.0
diff --git a/test/http-client-tests/pom.xml b/test/http-client-tests/pom.xml
index fbe0174ed69d..1d69593d3bc9 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.25.19-SNAPSHOT
+ 2.25.19
../../pom.xml
http-client-tests
diff --git a/test/module-path-tests/pom.xml b/test/module-path-tests/pom.xml
index a5f861183c69..4940083f457a 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.25.19-SNAPSHOT
+ 2.25.19
../../pom.xml
4.0.0
diff --git a/test/old-client-version-compatibility-test/pom.xml b/test/old-client-version-compatibility-test/pom.xml
index c9c6707b431f..fb0ee23abfc9 100644
--- a/test/old-client-version-compatibility-test/pom.xml
+++ b/test/old-client-version-compatibility-test/pom.xml
@@ -21,7 +21,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
../../pom.xml
diff --git a/test/protocol-tests-core/pom.xml b/test/protocol-tests-core/pom.xml
index 5e89de13a8af..9b0b6f13d930 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.25.19-SNAPSHOT
+ 2.25.19
../../pom.xml
4.0.0
diff --git a/test/protocol-tests/pom.xml b/test/protocol-tests/pom.xml
index 0fe5031b615d..40f4f1cf981b 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.25.19-SNAPSHOT
+ 2.25.19
../../pom.xml
4.0.0
diff --git a/test/region-testing/pom.xml b/test/region-testing/pom.xml
index ea8e96739c29..bb6f46c11df2 100644
--- a/test/region-testing/pom.xml
+++ b/test/region-testing/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
../../pom.xml
4.0.0
diff --git a/test/ruleset-testing-core/pom.xml b/test/ruleset-testing-core/pom.xml
index 88e172968c4a..71f9fbe126bd 100644
--- a/test/ruleset-testing-core/pom.xml
+++ b/test/ruleset-testing-core/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
../../pom.xml
4.0.0
diff --git a/test/s3-benchmarks/pom.xml b/test/s3-benchmarks/pom.xml
index 5d87cb54968b..0fc44971b73d 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.25.19-SNAPSHOT
+ 2.25.19
../../pom.xml
4.0.0
diff --git a/test/sdk-benchmarks/pom.xml b/test/sdk-benchmarks/pom.xml
index b9973ddb1401..a60040242153 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.25.19-SNAPSHOT
+ 2.25.19
../../pom.xml
diff --git a/test/sdk-native-image-test/pom.xml b/test/sdk-native-image-test/pom.xml
index 76478c262a11..7e8e47826deb 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.25.19-SNAPSHOT
+ 2.25.19
../../pom.xml
4.0.0
diff --git a/test/service-test-utils/pom.xml b/test/service-test-utils/pom.xml
index 5fe5dc23e0b0..547c71a1ee3b 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.25.19-SNAPSHOT
+ 2.25.19
../../pom.xml
service-test-utils
diff --git a/test/stability-tests/pom.xml b/test/stability-tests/pom.xml
index 832653f1f8e7..b3defbd398c2 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.25.19-SNAPSHOT
+ 2.25.19
../../pom.xml
4.0.0
diff --git a/test/test-utils/pom.xml b/test/test-utils/pom.xml
index 4cb346c8135f..de312e667767 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.25.19-SNAPSHOT
+ 2.25.19
../../pom.xml
test-utils
diff --git a/test/tests-coverage-reporting/pom.xml b/test/tests-coverage-reporting/pom.xml
index b80e1241feca..1bd36be094b7 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.25.19-SNAPSHOT
+ 2.25.19
../../pom.xml
4.0.0
diff --git a/third-party/pom.xml b/third-party/pom.xml
index 2ef3a0fdc2d7..3d631a3f4c1d 100644
--- a/third-party/pom.xml
+++ b/third-party/pom.xml
@@ -21,7 +21,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
third-party
diff --git a/third-party/third-party-jackson-core/pom.xml b/third-party/third-party-jackson-core/pom.xml
index cfa45c81fec2..a80b83ef1e25 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.25.19-SNAPSHOT
+ 2.25.19
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 9f188bd4558e..c606043b8bd2 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.25.19-SNAPSHOT
+ 2.25.19
4.0.0
diff --git a/third-party/third-party-slf4j-api/pom.xml b/third-party/third-party-slf4j-api/pom.xml
index 61dc4a6abf37..8e5ace26cf9f 100644
--- a/third-party/third-party-slf4j-api/pom.xml
+++ b/third-party/third-party-slf4j-api/pom.xml
@@ -20,7 +20,7 @@
third-party
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0
diff --git a/utils/pom.xml b/utils/pom.xml
index 94a05e68b0d7..6f78c2601a1b 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -20,7 +20,7 @@
aws-sdk-java-pom
software.amazon.awssdk
- 2.25.19-SNAPSHOT
+ 2.25.19
4.0.0