diff --git a/clients/client-bedrock-agent/src/commands/AssociateAgentKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/AssociateAgentKnowledgeBaseCommand.ts index 2f647cde89db..2a592f667ea8 100644 --- a/clients/client-bedrock-agent/src/commands/AssociateAgentKnowledgeBaseCommand.ts +++ b/clients/client-bedrock-agent/src/commands/AssociateAgentKnowledgeBaseCommand.ts @@ -78,7 +78,7 @@ export interface AssociateAgentKnowledgeBaseCommandOutput *
An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ServiceQuotaExceededException} (client fault) *The number of requests exceeds the service quota. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/CreateAgentActionGroupCommand.ts b/clients/client-bedrock-agent/src/commands/CreateAgentActionGroupCommand.ts index e3f42368412d..bf4787be6757 100644 --- a/clients/client-bedrock-agent/src/commands/CreateAgentActionGroupCommand.ts +++ b/clients/client-bedrock-agent/src/commands/CreateAgentActionGroupCommand.ts @@ -104,7 +104,7 @@ export interface CreateAgentActionGroupCommandOutput extends CreateAgentActionGr *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ServiceQuotaExceededException} (client fault) *The number of requests exceeds the service quota. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/CreateAgentAliasCommand.ts b/clients/client-bedrock-agent/src/commands/CreateAgentAliasCommand.ts index dcecb3e2a7da..60e3d103eee2 100644 --- a/clients/client-bedrock-agent/src/commands/CreateAgentAliasCommand.ts +++ b/clients/client-bedrock-agent/src/commands/CreateAgentAliasCommand.ts @@ -98,7 +98,7 @@ export interface CreateAgentAliasCommandOutput extends CreateAgentAliasResponse, *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ServiceQuotaExceededException} (client fault) *The number of requests exceeds the service quota. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/CreateAgentCommand.ts b/clients/client-bedrock-agent/src/commands/CreateAgentCommand.ts index a65e166dea86..94c932764d17 100644 --- a/clients/client-bedrock-agent/src/commands/CreateAgentCommand.ts +++ b/clients/client-bedrock-agent/src/commands/CreateAgentCommand.ts @@ -39,10 +39,10 @@ export interface CreateAgentCommandOutput extends CreateAgentResponse, __Metadat *
- * agentResourceRoleArn
– The ARN of the role with permissions to create an agent.
agentResourceRoleArn
– The Amazon Resource Name (ARN) of the role with permissions to invoke API operations on an agent.
* (Optional) customerEncryptionKeyArn
– The ARN of a KMS key to encrypt the creation of the agent.
(Optional) customerEncryptionKeyArn
– The Amazon Resource Name (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.
An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ServiceQuotaExceededException} (client fault) *The number of requests exceeds the service quota. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/CreateKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/CreateKnowledgeBaseCommand.ts index 63915cce534e..6136fe89e96c 100644 --- a/clients/client-bedrock-agent/src/commands/CreateKnowledgeBaseCommand.ts +++ b/clients/client-bedrock-agent/src/commands/CreateKnowledgeBaseCommand.ts @@ -36,7 +36,7 @@ export interface CreateKnowledgeBaseCommandOutput extends CreateKnowledgeBaseRes *Provide the name
and an optional description
.
Provide the ARN with permissions to create a knowledge base in the roleArn
field.
Provide the Amazon Resource Name (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.
An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/DeleteAgentAliasCommand.ts b/clients/client-bedrock-agent/src/commands/DeleteAgentAliasCommand.ts index 869b4fd19c7c..00529a45acfd 100644 --- a/clients/client-bedrock-agent/src/commands/DeleteAgentAliasCommand.ts +++ b/clients/client-bedrock-agent/src/commands/DeleteAgentAliasCommand.ts @@ -61,7 +61,7 @@ export interface DeleteAgentAliasCommandOutput extends DeleteAgentAliasResponse, *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/DeleteAgentCommand.ts b/clients/client-bedrock-agent/src/commands/DeleteAgentCommand.ts index 7c48eef8c42d..38459d63a233 100644 --- a/clients/client-bedrock-agent/src/commands/DeleteAgentCommand.ts +++ b/clients/client-bedrock-agent/src/commands/DeleteAgentCommand.ts @@ -63,7 +63,7 @@ export interface DeleteAgentCommandOutput extends DeleteAgentResponse, __Metadat *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/DeleteAgentVersionCommand.ts b/clients/client-bedrock-agent/src/commands/DeleteAgentVersionCommand.ts index 77767c4d64be..aecdc757a074 100644 --- a/clients/client-bedrock-agent/src/commands/DeleteAgentVersionCommand.ts +++ b/clients/client-bedrock-agent/src/commands/DeleteAgentVersionCommand.ts @@ -65,7 +65,7 @@ export interface DeleteAgentVersionCommandOutput extends DeleteAgentVersionRespo *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/DeleteDataSourceCommand.ts b/clients/client-bedrock-agent/src/commands/DeleteDataSourceCommand.ts index 6403fa8c3893..40c03532fa97 100644 --- a/clients/client-bedrock-agent/src/commands/DeleteDataSourceCommand.ts +++ b/clients/client-bedrock-agent/src/commands/DeleteDataSourceCommand.ts @@ -64,7 +64,7 @@ export interface DeleteDataSourceCommandOutput extends DeleteDataSourceResponse, *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/DeleteKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/DeleteKnowledgeBaseCommand.ts index 3f689c9a10dc..d9c90adcdfae 100644 --- a/clients/client-bedrock-agent/src/commands/DeleteKnowledgeBaseCommand.ts +++ b/clients/client-bedrock-agent/src/commands/DeleteKnowledgeBaseCommand.ts @@ -62,7 +62,7 @@ export interface DeleteKnowledgeBaseCommandOutput extends DeleteKnowledgeBaseRes *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/DisassociateAgentKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/DisassociateAgentKnowledgeBaseCommand.ts index f00108e4162d..6580bfa9c580 100644 --- a/clients/client-bedrock-agent/src/commands/DisassociateAgentKnowledgeBaseCommand.ts +++ b/clients/client-bedrock-agent/src/commands/DisassociateAgentKnowledgeBaseCommand.ts @@ -66,7 +66,7 @@ export interface DisassociateAgentKnowledgeBaseCommandOutput *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/GetAgentActionGroupCommand.ts b/clients/client-bedrock-agent/src/commands/GetAgentActionGroupCommand.ts index 695473dd3f67..5f852c853b42 100644 --- a/clients/client-bedrock-agent/src/commands/GetAgentActionGroupCommand.ts +++ b/clients/client-bedrock-agent/src/commands/GetAgentActionGroupCommand.ts @@ -85,7 +85,7 @@ export interface GetAgentActionGroupCommandOutput extends GetAgentActionGroupRes *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/GetAgentAliasCommand.ts b/clients/client-bedrock-agent/src/commands/GetAgentAliasCommand.ts index a67d1c72979b..2a32b7cef742 100644 --- a/clients/client-bedrock-agent/src/commands/GetAgentAliasCommand.ts +++ b/clients/client-bedrock-agent/src/commands/GetAgentAliasCommand.ts @@ -85,7 +85,7 @@ export interface GetAgentAliasCommandOutput extends GetAgentAliasResponse, __Met *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/GetAgentCommand.ts b/clients/client-bedrock-agent/src/commands/GetAgentCommand.ts index f8c3316e8b27..82d05a832479 100644 --- a/clients/client-bedrock-agent/src/commands/GetAgentCommand.ts +++ b/clients/client-bedrock-agent/src/commands/GetAgentCommand.ts @@ -101,7 +101,7 @@ export interface GetAgentCommandOutput extends GetAgentResponse, __MetadataBeare *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/GetAgentKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/GetAgentKnowledgeBaseCommand.ts index 16ae8de6a31e..37297ab8abf3 100644 --- a/clients/client-bedrock-agent/src/commands/GetAgentKnowledgeBaseCommand.ts +++ b/clients/client-bedrock-agent/src/commands/GetAgentKnowledgeBaseCommand.ts @@ -68,7 +68,7 @@ export interface GetAgentKnowledgeBaseCommandOutput extends GetAgentKnowledgeBas *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/GetAgentVersionCommand.ts b/clients/client-bedrock-agent/src/commands/GetAgentVersionCommand.ts index 3a0e40d4fe4a..6f7294681b89 100644 --- a/clients/client-bedrock-agent/src/commands/GetAgentVersionCommand.ts +++ b/clients/client-bedrock-agent/src/commands/GetAgentVersionCommand.ts @@ -104,7 +104,7 @@ export interface GetAgentVersionCommandOutput extends GetAgentVersionResponse, _ *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/GetDataSourceCommand.ts b/clients/client-bedrock-agent/src/commands/GetDataSourceCommand.ts index eacfc40b7577..cdd30eb93288 100644 --- a/clients/client-bedrock-agent/src/commands/GetDataSourceCommand.ts +++ b/clients/client-bedrock-agent/src/commands/GetDataSourceCommand.ts @@ -88,7 +88,7 @@ export interface GetDataSourceCommandOutput extends GetDataSourceResponse, __Met *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/GetIngestionJobCommand.ts b/clients/client-bedrock-agent/src/commands/GetIngestionJobCommand.ts index 8cd344e368df..abaca1e75458 100644 --- a/clients/client-bedrock-agent/src/commands/GetIngestionJobCommand.ts +++ b/clients/client-bedrock-agent/src/commands/GetIngestionJobCommand.ts @@ -80,7 +80,7 @@ export interface GetIngestionJobCommandOutput extends GetIngestionJobResponse, _ *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/GetKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/GetKnowledgeBaseCommand.ts index f8c39eac7f93..6a65a13bae8e 100644 --- a/clients/client-bedrock-agent/src/commands/GetKnowledgeBaseCommand.ts +++ b/clients/client-bedrock-agent/src/commands/GetKnowledgeBaseCommand.ts @@ -119,7 +119,7 @@ export interface GetKnowledgeBaseCommandOutput extends GetKnowledgeBaseResponse, *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/ListAgentActionGroupsCommand.ts b/clients/client-bedrock-agent/src/commands/ListAgentActionGroupsCommand.ts index 648e3eb6afb2..0d92a7cf44d6 100644 --- a/clients/client-bedrock-agent/src/commands/ListAgentActionGroupsCommand.ts +++ b/clients/client-bedrock-agent/src/commands/ListAgentActionGroupsCommand.ts @@ -70,7 +70,7 @@ export interface ListAgentActionGroupsCommandOutput extends ListAgentActionGroup *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/ListAgentAliasesCommand.ts b/clients/client-bedrock-agent/src/commands/ListAgentAliasesCommand.ts index 16d7729d6b54..dfd5f977c916 100644 --- a/clients/client-bedrock-agent/src/commands/ListAgentAliasesCommand.ts +++ b/clients/client-bedrock-agent/src/commands/ListAgentAliasesCommand.ts @@ -75,7 +75,7 @@ export interface ListAgentAliasesCommandOutput extends ListAgentAliasesResponse, *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/ListAgentKnowledgeBasesCommand.ts b/clients/client-bedrock-agent/src/commands/ListAgentKnowledgeBasesCommand.ts index 9ea273df4fbe..f8adea7bf0e1 100644 --- a/clients/client-bedrock-agent/src/commands/ListAgentKnowledgeBasesCommand.ts +++ b/clients/client-bedrock-agent/src/commands/ListAgentKnowledgeBasesCommand.ts @@ -69,7 +69,7 @@ export interface ListAgentKnowledgeBasesCommandOutput extends ListAgentKnowledge *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/ListAgentVersionsCommand.ts b/clients/client-bedrock-agent/src/commands/ListAgentVersionsCommand.ts index 12f1ea7456ad..af1f8153b984 100644 --- a/clients/client-bedrock-agent/src/commands/ListAgentVersionsCommand.ts +++ b/clients/client-bedrock-agent/src/commands/ListAgentVersionsCommand.ts @@ -70,7 +70,7 @@ export interface ListAgentVersionsCommandOutput extends ListAgentVersionsRespons *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/ListDataSourcesCommand.ts b/clients/client-bedrock-agent/src/commands/ListDataSourcesCommand.ts index bb842cc28773..c25e67d51869 100644 --- a/clients/client-bedrock-agent/src/commands/ListDataSourcesCommand.ts +++ b/clients/client-bedrock-agent/src/commands/ListDataSourcesCommand.ts @@ -70,7 +70,7 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _ *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/ListIngestionJobsCommand.ts b/clients/client-bedrock-agent/src/commands/ListIngestionJobsCommand.ts index 0756f5b1ac49..f3e6ae744517 100644 --- a/clients/client-bedrock-agent/src/commands/ListIngestionJobsCommand.ts +++ b/clients/client-bedrock-agent/src/commands/ListIngestionJobsCommand.ts @@ -94,7 +94,7 @@ export interface ListIngestionJobsCommandOutput extends ListIngestionJobsRespons *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/ListTagsForResourceCommand.ts b/clients/client-bedrock-agent/src/commands/ListTagsForResourceCommand.ts index 086bc9959075..62d6dacd30cb 100644 --- a/clients/client-bedrock-agent/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-bedrock-agent/src/commands/ListTagsForResourceCommand.ts @@ -60,7 +60,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/PrepareAgentCommand.ts b/clients/client-bedrock-agent/src/commands/PrepareAgentCommand.ts index af29f62fbf22..436f449e39c9 100644 --- a/clients/client-bedrock-agent/src/commands/PrepareAgentCommand.ts +++ b/clients/client-bedrock-agent/src/commands/PrepareAgentCommand.ts @@ -64,7 +64,7 @@ export interface PrepareAgentCommandOutput extends PrepareAgentResponse, __Metad *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ServiceQuotaExceededException} (client fault) *The number of requests exceeds the service quota. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/StartIngestionJobCommand.ts b/clients/client-bedrock-agent/src/commands/StartIngestionJobCommand.ts index a3a012db9af6..80eba9b43e8d 100644 --- a/clients/client-bedrock-agent/src/commands/StartIngestionJobCommand.ts +++ b/clients/client-bedrock-agent/src/commands/StartIngestionJobCommand.ts @@ -84,7 +84,7 @@ export interface StartIngestionJobCommandOutput extends StartIngestionJobRespons *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ServiceQuotaExceededException} (client fault) *The number of requests exceeds the service quota. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/TagResourceCommand.ts b/clients/client-bedrock-agent/src/commands/TagResourceCommand.ts index bf37842e26f6..c961ae1e6bba 100644 --- a/clients/client-bedrock-agent/src/commands/TagResourceCommand.ts +++ b/clients/client-bedrock-agent/src/commands/TagResourceCommand.ts @@ -59,7 +59,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ServiceQuotaExceededException} (client fault) *The number of requests exceeds the service quota. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/UntagResourceCommand.ts b/clients/client-bedrock-agent/src/commands/UntagResourceCommand.ts index b52f7a2b1cdf..feaa88ff0b07 100644 --- a/clients/client-bedrock-agent/src/commands/UntagResourceCommand.ts +++ b/clients/client-bedrock-agent/src/commands/UntagResourceCommand.ts @@ -59,7 +59,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/UpdateAgentActionGroupCommand.ts b/clients/client-bedrock-agent/src/commands/UpdateAgentActionGroupCommand.ts index e6b104ebeac3..1ed035a81169 100644 --- a/clients/client-bedrock-agent/src/commands/UpdateAgentActionGroupCommand.ts +++ b/clients/client-bedrock-agent/src/commands/UpdateAgentActionGroupCommand.ts @@ -103,7 +103,7 @@ export interface UpdateAgentActionGroupCommandOutput extends UpdateAgentActionGr *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ServiceQuotaExceededException} (client fault) *The number of requests exceeds the service quota. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/UpdateAgentAliasCommand.ts b/clients/client-bedrock-agent/src/commands/UpdateAgentAliasCommand.ts index 8b041fe654e0..148cace826dc 100644 --- a/clients/client-bedrock-agent/src/commands/UpdateAgentAliasCommand.ts +++ b/clients/client-bedrock-agent/src/commands/UpdateAgentAliasCommand.ts @@ -95,7 +95,7 @@ export interface UpdateAgentAliasCommandOutput extends UpdateAgentAliasResponse, *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ServiceQuotaExceededException} (client fault) *The number of requests exceeds the service quota. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/UpdateAgentCommand.ts b/clients/client-bedrock-agent/src/commands/UpdateAgentCommand.ts index b2832317604b..6dcb50a9e3a1 100644 --- a/clients/client-bedrock-agent/src/commands/UpdateAgentCommand.ts +++ b/clients/client-bedrock-agent/src/commands/UpdateAgentCommand.ts @@ -137,7 +137,7 @@ export interface UpdateAgentCommandOutput extends UpdateAgentResponse, __Metadat *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ServiceQuotaExceededException} (client fault) *The number of requests exceeds the service quota. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/UpdateAgentKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/UpdateAgentKnowledgeBaseCommand.ts index 8f523879ccda..4b89f1b44e47 100644 --- a/clients/client-bedrock-agent/src/commands/UpdateAgentKnowledgeBaseCommand.ts +++ b/clients/client-bedrock-agent/src/commands/UpdateAgentKnowledgeBaseCommand.ts @@ -73,7 +73,7 @@ export interface UpdateAgentKnowledgeBaseCommandOutput extends UpdateAgentKnowle *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/UpdateDataSourceCommand.ts b/clients/client-bedrock-agent/src/commands/UpdateDataSourceCommand.ts index 037cdbdf4e51..d5f59fac72d0 100644 --- a/clients/client-bedrock-agent/src/commands/UpdateDataSourceCommand.ts +++ b/clients/client-bedrock-agent/src/commands/UpdateDataSourceCommand.ts @@ -117,7 +117,7 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse, *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/commands/UpdateKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/UpdateKnowledgeBaseCommand.ts index 47dc9d932815..9b8d0e6efe94 100644 --- a/clients/client-bedrock-agent/src/commands/UpdateKnowledgeBaseCommand.ts +++ b/clients/client-bedrock-agent/src/commands/UpdateKnowledgeBaseCommand.ts @@ -193,7 +193,7 @@ export interface UpdateKnowledgeBaseCommandOutput extends UpdateKnowledgeBaseRes *An internal server error occurred. Retry your request.
* * @throws {@link ResourceNotFoundException} (client fault) - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* * @throws {@link ThrottlingException} (client fault) *The number of requests exceeds the limit. Resubmit your request later.
diff --git a/clients/client-bedrock-agent/src/models/models_0.ts b/clients/client-bedrock-agent/src/models/models_0.ts index 79e7a399fe77..f9195ed60d2a 100644 --- a/clients/client-bedrock-agent/src/models/models_0.ts +++ b/clients/client-bedrock-agent/src/models/models_0.ts @@ -34,7 +34,7 @@ export type ActionGroupExecutor = ActionGroupExecutor.LambdaMember | ActionGroup */ export namespace ActionGroupExecutor { /** - *The ARN of the Lambda function containing the business logic that is carried out upon invoking the action.
+ *The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.
* @public */ export interface LambdaMember { @@ -221,7 +221,7 @@ export interface CreateAgentActionGroupRequest { parentActionGroupSignature?: ActionGroupSignature; /** - *The ARN of the Lambda function containing the business logic that is carried out upon invoking the action.
+ *The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.
* @public */ actionGroupExecutor?: ActionGroupExecutor; @@ -301,7 +301,7 @@ export interface AgentActionGroup { parentActionSignature?: ActionGroupSignature; /** - *The ARN of the Lambda function containing the business logic that is carried out upon invoking the action.
+ *The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.
* @public */ actionGroupExecutor?: ActionGroupExecutor; @@ -351,7 +351,7 @@ export class InternalServerException extends __BaseException { } /** - *The specified resource ARN was not found. Check the ARN and try your request again.
+ *The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
* @public */ export class ResourceNotFoundException extends __BaseException { @@ -649,7 +649,7 @@ export interface UpdateAgentActionGroupRequest { parentActionGroupSignature?: ActionGroupSignature; /** - *The ARN of the Lambda function containing the business logic that is carried out upon invoking the action.
+ *The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.
* @public */ actionGroupExecutor?: ActionGroupExecutor; @@ -878,7 +878,7 @@ export interface Agent { agentName: string | undefined; /** - *The ARN of the agent.
+ *The Amazon Resource Name (ARN) of the agent.
* @public */ agentArn: string | undefined; @@ -951,13 +951,13 @@ export interface Agent { idleSessionTTLInSeconds: number | undefined; /** - *The ARN of the IAM role with permissions to call API operations on the agent. The ARN must begin with AmazonBedrockExecutionRoleForAgents_
.
The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.
* @public */ agentResourceRoleArn: string | undefined; /** - *The ARN of the KMS key that encrypts the agent.
+ *The Amazon Resource Name (ARN) of the KMS key that encrypts the agent.
* @public */ customerEncryptionKeyArn?: string; @@ -1076,7 +1076,7 @@ export interface AgentAlias { agentAliasName: string | undefined; /** - *The ARN of the alias of the agent.
+ *The Amazon Resource Name (ARN) of the alias of the agent.
* @public */ agentAliasArn: string | undefined; @@ -1325,13 +1325,13 @@ export interface CreateAgentRequest { idleSessionTTLInSeconds?: number; /** - *The ARN of the IAM role with permissions to create the agent. The ARN must begin with AmazonBedrockExecutionRoleForAgents_
.
The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.
* @public */ - agentResourceRoleArn: string | undefined; + agentResourceRoleArn?: string; /** - *The ARN of the KMS key with which to encrypt the agent.
+ *The Amazon Resource Name (ARN) of the KMS key with which to encrypt the agent.
* @public */ customerEncryptionKeyArn?: string; @@ -1574,13 +1574,13 @@ export interface UpdateAgentRequest { idleSessionTTLInSeconds?: number; /** - *The ARN of the IAM role with permissions to update the agent. The ARN must begin with AmazonBedrockExecutionRoleForAgents_
.
The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.
* @public */ agentResourceRoleArn: string | undefined; /** - *The ARN of the KMS key with which to encrypt the agent.
+ *The Amazon Resource Name (ARN) of the KMS key with which to encrypt the agent.
* @public */ customerEncryptionKeyArn?: string; @@ -1621,7 +1621,7 @@ export interface AgentVersion { agentName: string | undefined; /** - *The ARN of the agent that the version belongs to.
+ *The Amazon Resource Name (ARN) of the agent that the version belongs to.
* @public */ agentArn: string | undefined; @@ -1664,13 +1664,13 @@ export interface AgentVersion { idleSessionTTLInSeconds: number | undefined; /** - *The ARN of the IAM role with permissions to invoke API operations on the agent. The ARN must begin with AmazonBedrockExecutionRoleForAgents_
.
The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.
* @public */ agentResourceRoleArn: string | undefined; /** - *The ARN of the KMS key that encrypts the agent.
+ *The Amazon Resource Name (ARN) of the KMS key that encrypts the agent.
* @public */ customerEncryptionKeyArn?: string; @@ -1961,7 +1961,7 @@ export interface UpdateAgentAliasResponse { */ export interface S3DataSourceConfiguration { /** - *The ARN of the bucket that contains the data source.
+ *The Amazon Resource Name (ARN) of the bucket that contains the data source.
* @public */ bucketArn: string | undefined; @@ -2010,7 +2010,7 @@ export interface DataSourceConfiguration { */ export interface ServerSideEncryptionConfiguration { /** - *The ARN of the KMS key used to encrypt the resource.
+ *The Amazon Resource Name (ARN) of the KMS key used to encrypt the resource.
* @public */ kmsKeyArn?: string; @@ -2935,7 +2935,7 @@ export type KnowledgeBaseType = (typeof KnowledgeBaseType)[keyof typeof Knowledg */ export interface VectorKnowledgeBaseConfiguration { /** - *The ARN of the model used to create vector embeddings for the knowledge base.
+ *The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.
* @public */ embeddingModelArn: string | undefined; @@ -2989,7 +2989,7 @@ export interface OpenSearchServerlessFieldMapping { */ export interface OpenSearchServerlessConfiguration { /** - *The ARN of the OpenSearch Service vector store.
+ *The Amazon Resource Name (ARN) of the OpenSearch Service vector store.
* @public */ collectionArn: string | undefined; @@ -3037,7 +3037,7 @@ export interface PineconeConfiguration { connectionString: string | undefined; /** - *The ARN of the secret that you created in Secrets Manager that is linked to your Pinecone API key.
+ *The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Pinecone API key.
* @public */ credentialsSecretArn: string | undefined; @@ -3091,13 +3091,13 @@ export interface RdsFieldMapping { */ export interface RdsConfiguration { /** - *The ARN of the vector store.
+ *The Amazon Resource Name (ARN) of the vector store.
* @public */ resourceArn: string | undefined; /** - *The ARN of the secret that you created in Secrets Manager that is linked to your Amazon RDS database.
+ *The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Amazon RDS database.
* @public */ credentialsSecretArn: string | undefined; @@ -3163,7 +3163,7 @@ export interface RedisEnterpriseCloudConfiguration { vectorIndexName: string | undefined; /** - *The ARN of the secret that you created in Secrets Manager that is linked to your Redis Enterprise Cloud database.
+ *The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Redis Enterprise Cloud database.
* @public */ credentialsSecretArn: string | undefined; @@ -3251,7 +3251,7 @@ export interface CreateKnowledgeBaseRequest { description?: string; /** - *The ARN of the IAM role with permissions to create the knowledge base.
+ *The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base.
* @public */ roleArn: string | undefined; @@ -3310,7 +3310,7 @@ export interface KnowledgeBase { name: string | undefined; /** - *The ARN of the knowledge base.
+ *The Amazon Resource Name (ARN) of the knowledge base.
* @public */ knowledgeBaseArn: string | undefined; @@ -3322,7 +3322,7 @@ export interface KnowledgeBase { description?: string; /** - *The ARN of the IAM role with permissions to invoke API operations on the knowledge base. The ARN must begin with AmazonBedrockExecutionRoleForKnowledgeBase_
.
The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base.
* @public */ roleArn: string | undefined; @@ -3689,7 +3689,7 @@ export interface UpdateKnowledgeBaseRequest { description?: string; /** - *Specifies a different Amazon Resource Name (ARN) of the IAM role with permissions to modify the knowledge base.
+ *Specifies a different Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base.
* @public */ roleArn: string | undefined; @@ -3723,7 +3723,7 @@ export interface UpdateKnowledgeBaseResponse { */ export interface ListTagsForResourceRequest { /** - *The ARN of the resource for which to list tags.
+ *The Amazon Resource Name (ARN) of the resource for which to list tags.
* @public */ resourceArn: string | undefined; @@ -3745,7 +3745,7 @@ export interface ListTagsForResourceResponse { */ export interface TagResourceRequest { /** - *The ARN of the resource to tag.
+ *The Amazon Resource Name (ARN) of the resource to tag.
* @public */ resourceArn: string | undefined; @@ -3767,7 +3767,7 @@ export interface TagResourceResponse {} */ export interface UntagResourceRequest { /** - *The ARN of the resource from which to remove tags.
+ *The Amazon Resource Name (ARN) of the resource from which to remove tags.
* @public */ resourceArn: string | undefined; diff --git a/codegen/sdk-codegen/aws-models/bedrock-agent.json b/codegen/sdk-codegen/aws-models/bedrock-agent.json index 37d627b1a615..6ec0a68deed6 100644 --- a/codegen/sdk-codegen/aws-models/bedrock-agent.json +++ b/codegen/sdk-codegen/aws-models/bedrock-agent.json @@ -40,7 +40,7 @@ "lambda": { "target": "com.amazonaws.bedrockagent#LambdaArn", "traits": { - "smithy.api#documentation": "The ARN of the Lambda function containing the business logic that is carried out upon invoking the action.
" + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.
" } } }, @@ -169,7 +169,7 @@ "agentArn": { "target": "com.amazonaws.bedrockagent#AgentArn", "traits": { - "smithy.api#documentation": "The ARN of the agent.
", + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the agent.
", "smithy.api#required": {} } }, @@ -221,14 +221,14 @@ "agentResourceRoleArn": { "target": "com.amazonaws.bedrockagent#AgentRoleArn", "traits": { - "smithy.api#documentation": "The ARN of the IAM role with permissions to call API operations on the agent. The ARN must begin with AmazonBedrockExecutionRoleForAgents_
.
The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.
", "smithy.api#required": {} } }, "customerEncryptionKeyArn": { "target": "com.amazonaws.bedrockagent#KmsKeyArn", "traits": { - "smithy.api#documentation": "The ARN of the KMS key that encrypts the agent.
" + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the KMS key that encrypts the agent.
" } }, "createdAt": { @@ -340,7 +340,7 @@ "actionGroupExecutor": { "target": "com.amazonaws.bedrockagent#ActionGroupExecutor", "traits": { - "smithy.api#documentation": "The ARN of the Lambda function containing the business logic that is carried out upon invoking the action.
" + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.
" } }, "apiSchema": { @@ -388,7 +388,7 @@ "agentAliasArn": { "target": "com.amazonaws.bedrockagent#AgentAliasArn", "traits": { - "smithy.api#documentation": "The ARN of the alias of the agent.
", + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the alias of the agent.
", "smithy.api#required": {} } }, @@ -902,7 +902,7 @@ "agentArn": { "target": "com.amazonaws.bedrockagent#AgentArn", "traits": { - "smithy.api#documentation": "The ARN of the agent that the version belongs to.
", + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the agent that the version belongs to.
", "smithy.api#required": {} } }, @@ -948,14 +948,14 @@ "agentResourceRoleArn": { "target": "com.amazonaws.bedrockagent#AgentRoleArn", "traits": { - "smithy.api#documentation": "The ARN of the IAM role with permissions to invoke API operations on the agent. The ARN must begin with AmazonBedrockExecutionRoleForAgents_
.
The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.
", "smithy.api#required": {} } }, "customerEncryptionKeyArn": { "target": "com.amazonaws.bedrockagent#KmsKeyArn", "traits": { - "smithy.api#documentation": "The ARN of the KMS key that encrypts the agent.
" + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the KMS key that encrypts the agent.
" } }, "createdAt": { @@ -2014,7 +2014,7 @@ } ], "traits": { - "smithy.api#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.
\nSpecify the following fields for security purposes.
\n\n 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.
Creates an agent that orchestrates interactions between foundation models, data sources, software applications, user conversations, and APIs to carry out tasks to help customers.
\nSpecify the following fields for security purposes.
\n\n agentResourceRoleArn
– The Amazon Resource Name (ARN) of the role with permissions to invoke API operations on an agent.
(Optional) customerEncryptionKeyArn
– The Amazon Resource Name (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.
The ARN of the Lambda function containing the business logic that is carried out upon invoking the action.
" + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.
" } }, "apiSchema": { @@ -2298,14 +2298,13 @@ "agentResourceRoleArn": { "target": "com.amazonaws.bedrockagent#AgentRoleArn", "traits": { - "smithy.api#documentation": "The ARN of the IAM role with permissions to create the agent. The ARN must begin with AmazonBedrockExecutionRoleForAgents_
.
The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.
" } }, "customerEncryptionKeyArn": { "target": "com.amazonaws.bedrockagent#KmsKeyArn", "traits": { - "smithy.api#documentation": "The ARN of the KMS key with which to encrypt the agent.
" + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the KMS key with which to encrypt the agent.
" } }, "tags": { @@ -2481,7 +2480,7 @@ } ], "traits": { - "smithy.api#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.
\nIf 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.
\nProvide 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.
For an Amazon OpenSearch Service database, use the opensearchServerlessConfiguration
object. For more information, see Create a vector store in Amazon OpenSearch Service.
For an Amazon Aurora database, use the RdsConfiguration
object. For more information, see Create a vector store in Amazon Aurora.
For a Pinecone database, use the pineconeConfiguration
object. For more information, see Create a vector store in Pinecone.
For a Redis Enterprise Cloud database, use the redisEnterpriseCloudConfiguration
object. For more information, see Create a vector store in Redis Enterprise Cloud.
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.
\nIf 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.
\nProvide the name
and an optional description
.
Provide the Amazon Resource Name (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.
For an Amazon OpenSearch Service database, use the opensearchServerlessConfiguration
object. For more information, see Create a vector store in Amazon OpenSearch Service.
For an Amazon Aurora database, use the RdsConfiguration
object. For more information, see Create a vector store in Amazon Aurora.
For a Pinecone database, use the pineconeConfiguration
object. For more information, see Create a vector store in Pinecone.
For a Redis Enterprise Cloud database, use the redisEnterpriseCloudConfiguration
object. For more information, see Create a vector store in Redis Enterprise Cloud.
The ARN of the IAM role with permissions to create the knowledge base.
", + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base.
", "smithy.api#required": {} } }, @@ -4531,7 +4530,7 @@ "knowledgeBaseArn": { "target": "com.amazonaws.bedrockagent#KnowledgeBaseArn", "traits": { - "smithy.api#documentation": "The ARN of the knowledge base.
", + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the knowledge base.
", "smithy.api#required": {} } }, @@ -4544,7 +4543,7 @@ "roleArn": { "target": "com.amazonaws.bedrockagent#KnowledgeBaseRoleArn", "traits": { - "smithy.api#documentation": "The ARN of the IAM role with permissions to invoke API operations on the knowledge base. The ARN must begin with AmazonBedrockExecutionRoleForKnowledgeBase_
.
The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base.
", "smithy.api#required": {} } }, @@ -5600,7 +5599,7 @@ "resourceArn": { "target": "com.amazonaws.bedrockagent#TaggableResourcesArn", "traits": { - "smithy.api#documentation": "The ARN of the resource for which to list tags.
", + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the resource for which to list tags.
", "smithy.api#httpLabel": {}, "smithy.api#required": {} } @@ -5695,7 +5694,7 @@ "collectionArn": { "target": "com.amazonaws.bedrockagent#OpenSearchServerlessCollectionArn", "traits": { - "smithy.api#documentation": "The ARN of the OpenSearch Service vector store.
", + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the OpenSearch Service vector store.
", "smithy.api#required": {} } }, @@ -5775,7 +5774,7 @@ "credentialsSecretArn": { "target": "com.amazonaws.bedrockagent#SecretArn", "traits": { - "smithy.api#documentation": "The ARN of the secret that you created in Secrets Manager that is linked to your Pinecone API key.
", + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Pinecone API key.
", "smithy.api#required": {} } }, @@ -6065,14 +6064,14 @@ "resourceArn": { "target": "com.amazonaws.bedrockagent#RdsArn", "traits": { - "smithy.api#documentation": "The ARN of the vector store.
", + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the vector store.
", "smithy.api#required": {} } }, "credentialsSecretArn": { "target": "com.amazonaws.bedrockagent#SecretArn", "traits": { - "smithy.api#documentation": "The ARN of the secret that you created in Secrets Manager that is linked to your Amazon RDS database.
", + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Amazon RDS database.
", "smithy.api#required": {} } }, @@ -6195,7 +6194,7 @@ "credentialsSecretArn": { "target": "com.amazonaws.bedrockagent#SecretArn", "traits": { - "smithy.api#documentation": "The ARN of the secret that you created in Secrets Manager that is linked to your Redis Enterprise Cloud database.
", + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Redis Enterprise Cloud database.
", "smithy.api#required": {} } }, @@ -6266,7 +6265,7 @@ } }, "traits": { - "smithy.api#documentation": "The specified resource ARN was not found. Check the ARN and try your request again.
", + "smithy.api#documentation": "The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
", "smithy.api#error": "client", "smithy.api#httpError": 404 } @@ -6297,7 +6296,7 @@ "bucketArn": { "target": "com.amazonaws.bedrockagent#S3BucketArn", "traits": { - "smithy.api#documentation": "The ARN of the bucket that contains the data source.
", + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the bucket that contains the data source.
", "smithy.api#required": {} } }, @@ -6375,7 +6374,7 @@ "kmsKeyArn": { "target": "com.amazonaws.bedrockagent#KmsKeyArn", "traits": { - "smithy.api#documentation": "The ARN of the KMS key used to encrypt the resource.
" + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the KMS key used to encrypt the resource.
" } } }, @@ -6632,7 +6631,7 @@ "resourceArn": { "target": "com.amazonaws.bedrockagent#TaggableResourcesArn", "traits": { - "smithy.api#documentation": "The ARN of the resource to tag.
", + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the resource to tag.
", "smithy.api#httpLabel": {}, "smithy.api#required": {} } @@ -6780,7 +6779,7 @@ "resourceArn": { "target": "com.amazonaws.bedrockagent#TaggableResourcesArn", "traits": { - "smithy.api#documentation": "The ARN of the resource from which to remove tags.
", + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the resource from which to remove tags.
", "smithy.api#httpLabel": {}, "smithy.api#required": {} } @@ -6938,7 +6937,7 @@ "actionGroupExecutor": { "target": "com.amazonaws.bedrockagent#ActionGroupExecutor", "traits": { - "smithy.api#documentation": "The ARN of the Lambda function containing the business logic that is carried out upon invoking the action.
" + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.
" } }, "actionGroupState": { @@ -7218,14 +7217,14 @@ "agentResourceRoleArn": { "target": "com.amazonaws.bedrockagent#AgentRoleArn", "traits": { - "smithy.api#documentation": "The ARN of the IAM role with permissions to update the agent. The ARN must begin with AmazonBedrockExecutionRoleForAgents_
.
The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.
", "smithy.api#required": {} } }, "customerEncryptionKeyArn": { "target": "com.amazonaws.bedrockagent#KmsKeyArn", "traits": { - "smithy.api#documentation": "The ARN of the KMS key with which to encrypt the agent.
" + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the KMS key with which to encrypt the agent.
" } }, "promptOverrideConfiguration": { @@ -7430,7 +7429,7 @@ "roleArn": { "target": "com.amazonaws.bedrockagent#KnowledgeBaseRoleArn", "traits": { - "smithy.api#documentation": "Specifies a different Amazon Resource Name (ARN) of the IAM role with permissions to modify the knowledge base.
", + "smithy.api#documentation": "Specifies a different Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base.
", "smithy.api#required": {} } }, @@ -7535,7 +7534,7 @@ "embeddingModelArn": { "target": "com.amazonaws.bedrockagent#BedrockEmbeddingModelArn", "traits": { - "smithy.api#documentation": "The ARN of the model used to create vector embeddings for the knowledge base.
", + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.
", "smithy.api#required": {} } }